@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Bold.woff") format("woff");
}

.l-footer {
  padding-top: 80px;
}
.l-footer__notice {
  padding: 16px 0;
  border: 1px solid #E8EDF2;
  background: #FBFBFB;
}
.l-footer__notice > div {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}
.l-footer__main {
  display: grid;
  grid-template-columns: auto minmax(auto, 780px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 56px;
  gap: 120px;
}
@media (max-width: 900px) {
  .l-footer__main {
    padding: 32px 24px 40px;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, auto);
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .l-footer__logo {
    display: none;
  }
}
.l-footer__sns {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .l-footer__sns {
    gap: 20px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .l-footer__nav {
    grid-template-columns: auto;
  }
}
.l-footer__group {
  padding: 0 16px;
}
@media (max-width: 900px) {
  .l-footer__group {
    padding: 0;
  }
}
.l-footer__title {
  margin-top: 32px;
}
@media (max-width: 900px) {
  .l-footer__title {
    margin-top: 0;
  }
}
.l-footer__title:first-of-type {
  margin-top: 0;
}
.l-footer__title a {
  color: #015CAE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%; /* 20.8px */
}
@media (max-width: 900px) {
  .l-footer__title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px 16px 0;
    color: #000;
    /* Bold/本文S-Bold */
    font-size: 14px;
    border-bottom: 1px solid #B9B9B9;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__title a::after {
    content: "";
    background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
}
.l-footer__links {
  margin-top: 24px;
}
@media (max-width: 900px) {
  .l-footer__links {
    display: none;
  }
}
.l-footer__links a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.l-footer__bottom-links {
  background: #FBFBFB;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .l-footer__bottom-links {
    padding: 0 24px 16px;
  }
}
.l-footer__bottom-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  padding: 16px 0;
}
@media (max-width: 900px) {
  .l-footer__bottom-links ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px 20px;
    padding: 16px 0 24px;
  }
}
@media (max-width: 900px) {
  .l-footer__bottom-links ul li {
    line-height: 1;
  }
}
.l-footer__bottom-links ul a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.l-footer__bottom-logo {
  width: 112px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .l-footer__bottom-logo {
    display: none;
  }
}
.l-footer__bottom-copyright {
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px; /* 227.273% */
  letter-spacing: 0.66px;
  padding: 16px 0 80px;
  background: #009CE5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .l-footer__bottom-copyright {
    padding: 16px 0 62px;
  }
}

.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

.u-opacity-0 {
  opacity: 0 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

.u-pointer-events-none {
  pointer-events: none !important;
}

.u-pointer-events-auto {
  pointer-events: auto !important;
}

.u-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 例: u-scroll-lock を付与してページ背景のスクロールを止める */
.u-scroll-lock {
  overflow: hidden; /* まずはこれだけで効く事が多いです。 */
}

/* より確実にスクロールを止めたい場合（モバイルのバウンス対策など）: */
.u-scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  /* 必要なら top: -<scrollY> を JS でセットするパターンもありますが、副作用に注意。 */
}