@charset "utf-8";

/* outline
------------------------------*/
.l-footer * {
  font-family: "Noto Serif JP", serif;
  color: #262626;
}

.l-footer {
  padding-bottom: 12px;
}

.l-footer img {
  width: 100%;
  display: block;
}
.l-footer a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer__container {
  width: 1080px;
  margin: 0 auto;
}
.footer__wrapper {
  display: flex;
  padding-top: 39px;
}
.footer__left {
  flex: 1;
}
.footer__logo {
  width: 126px;
}
.footer__logo a:hover {
  opacity: 1;
}
.footer__name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 11px;
}
.footer__address {
  font-size: 16px;
  margin-top: 12px;
}
.footer__info {
  font-size: 16px;
  margin-top: 10px;
}
.footer__center {
  width: 255px;
  margin-left: auto;
  margin-right: 30px;
  padding-top: 19px;
}
.footer__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #333333;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
.footer__inner {
  display: flex;
}
.footer__lists-1 {
  width: 110px;
}
.footer__list:not(:first-of-type) {
  margin-top: 9px;
}
.footer__link {
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.footer__link:hover {
  color: #262626;
  opacity: 0.7;
}
.footer__link::before {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/top/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.footer__right {
  width: 255px;
  padding-top: 19px;
}
.footer__copy {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 34px;
}
#backtop {
  margin-left: 1040px ;
}