@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 90;
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 48px;
    right: 24px;
  }
}
.pagetop p {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagetop p {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #40bbd6;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagetop p a {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.pagetop p a:hover {
  opacity: 0.7;
}

/* フッタ
-----------------------------------*/
.f-bn {
  margin: 10% 0;
}
@media (max-width: 767px) {
  .f-bn {
    margin: 32% 0;
  }
}
.f-bn .col-bn {
  max-width: 476px;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.f-bn .col-bn li {
  width: 206px;
  display: inline-block;
  margin: 0 16px 24px;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .f-bn .col-bn li {
    width: 48%;
    margin: 0 1% 16px;
  }
}
.f-bn .row-bn {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .f-bn .row-bn {
    margin-top: 32px;
  }
}
.f-bn .row-bn li:nth-child(n+2) {
  margin-top: 16px;
}

footer {
  color: #fff;
  background: #222;
  margin-top: 208px;
  position: relative;
}
@media (max-width: 1023px) {
  footer {
    margin-top: 20.33vw;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 30.13vw;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: -108px;
  width: 100%;
  height: 245px;
  background: url("/images/common/footer_bg01.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  footer::before {
    top: -14.13vw;
    height: 28.26vw;
    background: url("/images/common/footer_bg01_sp.svg") no-repeat center bottom;
    background-size: cover;
  }
}
footer a {
  color: #fff;
  line-height: 1.2;
}
footer .inner {
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  footer .inner {
    width: 90%;
    padding: 0;
  }
}
footer .wrap {
  overflow: hidden;
  padding: 10% 0 16px;
}
@media (max-width: 767px) {
  footer .wrap {
    padding: 60px 0 0;
  }
}
footer .footer-sitemap {
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-sitemap {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
}
footer .footer-sitemap .sitemap {
  width: 74%;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer .footer-sitemap .sitemap {
    width: auto;
  }
}
footer .footer-sitemap .sitemap .col {
  width: 30%;
  float: left;
  margin-right: 16px;
}
footer .footer-sitemap .sitemap .col:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .footer-sitemap .sitemap .col {
    width: auto;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-sitemap .sitemap .menu:not(:first-of-type) {
    margin-top: 1em;
  }
}
footer .footer-sitemap .sitemap .menu > li dt {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  footer .footer-sitemap .sitemap .menu > li dt {
    margin-bottom: 8px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    -webkit-text-decoration-color: #FFF;
            text-decoration-color: #FFF;
    text-underline-offset: 8px;
  }
}
footer .footer-sitemap .sitemap .menu > li dd {
  line-height: 2;
}
@media (max-width: 767px) {
  footer .footer-sitemap .sitemap .menu > li {
    margin-bottom: 0;
    padding: 0;
  }
  footer .footer-sitemap .sitemap .menu > li:not(:first-of-type) {
    margin-top: 0.5em;
  }
  footer .footer-sitemap .sitemap .menu > li a {
    display: block;
    position: relative;
    padding: 16px 24px 16px 16px;
  }
  footer .footer-sitemap .sitemap .menu > li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: translateY(-50%) rotate(-45deg);
  }
}
footer .footer-sitemap .sitemap .sub-menu li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  margin-top: 1em;
}
footer .footer-sitemap .sitemap .sub-menu li::before {
  content: "－";
  position: absolute;
  left: 0;
}
footer .footer-sitemap .info {
  width: 26%;
  padding: 0 32px;
}
@media (max-width: 767px) {
  footer .footer-sitemap .info {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer-sitemap .info .logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .footer-sitemap .info .logo {
    width: 180px;
    margin: 0 auto 16px;
  }
}
footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 16px 0;
}
footer .list-sns {
  /*img {
  	filter: brightness(0) invert(1);
  }*/
}
@media (max-width: 767px) {
  footer .list-sns {
    margin: 32px auto;
    text-align: center;
  }
  footer .list-sns li {
    display: inline-block;
    width: 28px;
    margin: 0 16px;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 0 32px 48px;
}
@media (max-width: 767px) {
  footer .copyright {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=footer.css.map */