@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    right: 16px;
  }
}

/* フッタ
-----------------------------------*/
footer {
  padding-bottom: 65px;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 22px;
  }
}
footer.en {
  padding-top: 55px;
}
footer.en .box-lang {
  margin-top: 0;
}
footer.en .info dt img {
  width: 165px;
}
footer.en .info dd {
  transform: translateY(-7px);
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
  color: #000;
}
footer .contents {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  footer .contents {
    padding: 0 35px;
  }
}
footer .footer-nv {
  padding: 95px 40px;
}
@media (max-width: 767px) {
  footer .footer-nv {
    padding: 35px 17.5px 25px;
  }
}
@media (min-width: 768px) {
  footer .footer-nv .list-nv {
    display: flex;
    justify-content: space-between;
    max-width: 712px;
    margin: 0 auto;
  }
  footer .footer-nv .list-nv li {
    text-align: center;
    padding: 0 27.5px;
  }
  footer .footer-nv .list-nv li a {
    display: block;
    font-family: NotoSansJP-bold;
    color: #0375C0;
    font-size: 12.6px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 26px;
    position: relative;
  }
  footer .footer-nv .list-nv li a img {
    width: 105px;
    margin: 0 auto;
  }
  footer .footer-nv .list-nv li figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  footer .footer-nv .list-nv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 66.6666666667vw;
    margin: 0 auto;
  }
  footer .footer-nv .list-nv li {
    width: 33.33333%;
    margin-top: 25px;
    position: relative;
  }
  footer .footer-nv .list-nv li:nth-child(-n+3) {
    margin-top: 0;
  }
  footer .footer-nv .list-nv li a {
    font-family: NotoSansJP-bold;
    color: #0375C0;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
  }
  footer .footer-nv .list-nv li figure img {
    display: block;
    width: 55px;
    margin: 0 auto;
  }
  footer .footer-nv .list-nv li figcaption {
    display: block;
    margin-top: 4px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform-origin: center top;
    transform: translateX(-50%) translateY(1.5em) scale(0.8);
  }
}
footer .sitemap .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .sitemap .wrap {
    display: block;
  }
}
footer .sitemap .wrap .cell {
  width: 152px;
}
@media (max-width: 767px) {
  footer .sitemap .wrap .cell {
    width: 100%;
  }
}
@media (min-width: 768px) {
  footer .sitemap .dl-menu.middle {
    margin-top: 46px;
  }
}
footer .sitemap .dl-menu dt {
  font-family: NotoSansJP-Medium;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  footer .sitemap .dl-menu dt {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  footer .sitemap .dl-menu dd {
    display: block !important;
  }
}
footer .sitemap .sub-menu > li {
  font-size: 12.6px;
  line-height: 1.2;
  margin: calc(14.4px - 0.1em) 0 -0.1em;
}
footer .sitemap .sub-menu > li > a {
  display: block;
  font-family: NotoSansJP-Regular;
  line-height: 1;
  white-space: nowrap;
  padding-left: 8px;
  border-left: 4px solid #000;
}
footer .sitemap .list-dot {
  margin: calc(11.4px - 3.78px) 0 calc(0px - 3.78px) 0.75em;
}
footer .sitemap .list-dot li {
  font-size: 12.6px;
  line-height: 1.6;
  margin: calc(9.4px - 0.3em) 0 -0.3em;
}
footer .sitemap .list-menu li {
  white-space: nowrap;
  margin-top: 32px;
}
footer .sitemap .list-menu li:first-child {
  margin-top: 0;
}
footer .sitemap .list-menu li a {
  display: block;
  font-family: NotoSansJP-Medium;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .sitemap .list-menu li a {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  footer .sitemap .sp-ac-menu.open dt::after {
    transform: translateY(-50%) rotate(270deg);
  }
  footer .sitemap .sp-ac-menu dt {
    position: relative;
    padding: 20px 45px 20px 0;
  }
  footer .sitemap .sp-ac-menu dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #000;
    transform: translateY(-50%);
  }
  footer .sitemap .sp-ac-menu dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 50%;
    right: 7px;
    background-color: #000;
    transition: 0.5s all;
    transform: translateY(-50%);
  }
  footer .sitemap .sp-ac-menu dd {
    display: none;
  }
}
footer .box-lang {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NotoSansJP-Light;
  font-size: 13px;
  line-height: 1;
  padding: 8px;
  margin: 40px auto 44px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  footer .box-lang {
    width: 234px;
    font-size: 18.5px;
    margin: 37.5px auto 25px;
  }
}
footer .box-lang .icon {
  width: 16px;
}
@media (max-width: 767px) {
  footer .box-lang .icon {
    width: 21px;
  }
}
footer .box-lang .icon img {
  vertical-align: middle;
}
footer .box-lang li {
  line-height: 1;
}
footer .box-lang li:not(.icon) {
  color: #FFF;
  margin-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  footer .box-lang li:not(.icon) {
    margin-left: 16px;
  }
}
footer .box-lang li:not(.icon):nth-child(2) {
  margin-left: 6px;
}
@media (max-width: 767px) {
  footer .box-lang li:not(.icon):nth-child(2) {
    margin-left: 8px;
  }
}
footer .box-lang li:not(.icon):nth-child(2)::after {
  display: none;
}
footer .box-lang li:not(.icon)::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../images/common/slash.svg) center/100% no-repeat;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  footer .box-lang li:not(.icon)::after {
    top: calc(50% + 1px);
    left: -8px;
    width: 7px;
    height: 14px;
  }
}
footer .box-lang li:not(.icon) a {
  display: block;
}
footer .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 660px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .info {
    display: block;
    max-width: 230px;
    padding: 0;
    margin-bottom: 20px;
  }
}
footer .info dt {
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .info dt {
    width: 100%;
    text-align: center;
  }
}
footer .info dt img {
  width: 294px;
}
@media (max-width: 767px) {
  footer .info dt img {
    width: 198px;
    margin: 0 auto;
  }
}
footer .info dd {
  width: 330px;
  margin-left: 30px;
  transform: translateY(1px);
}
@media (max-width: 767px) {
  footer .info dd {
    width: auto;
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  footer .info dd .list-info {
    margin: -1px 0;
    transform: translateY(2px);
  }
}
footer .info dd .list-info li {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  footer .info dd .list-info li {
    font-size: 11px;
    margin-top: 6px;
  }
}
footer .info dd .list-info li:first-child {
  margin-top: 0;
}
footer .info dd .list-info li a.link {
  color: #0375C0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .list-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 0;
  }
  footer .list-sns li {
    margin: 0 20px;
  }
  footer .list-sns li img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  footer .list-sns {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  footer .list-sns li {
    padding: 0 13.75px;
  }
  footer .list-sns li img {
    width: 27.5px;
  }
}
footer .copyright {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
    margin-top: 24px;
    transform: scale(0.8);
  }
}
footer .copyright p {
  font-size: 12.6px;
  line-height: 1;
  text-align: center;
}

/*# sourceMappingURL=footer.css.map */
