@charset "UTF-8";

.p-footer {
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.p-footer__top {
  position: relative;
  z-index: 2;
}

.p-footer__top-wrap {
  padding-block: 30px 23px;
  padding-inline: clamp(12px, 2.196193265vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0085cc;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 20px;
  gap: clamp(24px, 2.9296875vw, 30px);
}
@media screen and (min-width:1024px) {
  .p-footer__top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__top-link {
  width: 100%;
  padding-block: 40px 47px;
  padding-inline: 14px;
  border-radius: 20px;
  position: relative;
  max-width: 555px;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1024px) {
  .p-footer__top-link {
    margin-inline: none;
  }
}
.p-footer__top-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-footer__top-link:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-footer__link-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-footer__link-head .title-en {
  font-family: "Prompt", sans-serif;
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 1.53125;
  letter-spacing: 3.2px;
  font-weight: 600;
  text-align: center;
}
.p-footer__link-head .title-ja {
  margin-top: -4px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-align: center;
}

.p-footer__link-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-footer__link-icon.entry {
  margin-block: 19px 20px;
  max-width: 44px;
  aspect-ratio: 43.75/50;
}
.p-footer__link-icon.mail {
  margin-block: 27px 28px;
  max-width: 47px;
  aspect-ratio: 47/35;
}

.p-footer__link-text {
  font-size: clamp(11px, 1.8229166667vw, 14px);
  line-height: 1.5714285714;
  letter-spacing: 1.12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.p-footer__link-text:nth-of-type(n + 2) {
  margin-top: 18px;
  font-size: clamp(11px, 1.6927083333vw, 13px);
  max-width: 360px;
}


.p-footer__btn {
  margin-top: 25px;
  padding-block: 18px;
  padding-inline: 26px;
  width: 177px;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 20px rgba(1, 95, 183, 0.1607843137);
          box-shadow: inset 0px 0px 20px rgba(1, 95, 183, 0.1607843137);
  border-radius: 10px;
}

.p-footer__btn-text {
  padding-right: 15px;
  color: #005EB7;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 600;
  position: relative;
}
.p-footer__btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 6.78px;
  height: 10px;
  background: url(../images/btn-right-blue.svg) no-repeat center center/cover;
}

.p-footer__bottom {
  margin-top: clamp(-100px, -7.3206442167vw, -82px);
  padding-top: clamp(200px, 21.2298682284vw, 290px);
  position: relative;
  z-index: 1;
}
.p-footer__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg.png) no-repeat top center/cover;
  z-index: -1;
}

@media screen and (min-width:1024px) {
  .p-footer__bottom::after {
    height: auto;
    aspect-ratio: 680/341;
  }
}


.p-footer__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-bottom: clamp(80px, 83.3333333333vw, 100px);
}
@media screen and (min-width:1024px) {
  .p-footer__bottom-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  max-width: 170px;
}

.p-footer__logo-ja {
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: 1.52px;
  font-weight: 700;
}

.p-footer__logo-en {
  margin-top: 9px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 1.2px;
  font-weight: 700;
}

.p-footer__text {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 1.04px;
}
.p-footer_texts .c-link {
  margin-top: 10px;
}
.p-footer_texts .c-link .p-footer__text {
  margin-top: 0;
}
.p-footer__text .c-link .p-footer__text {
  margin-top: 0;
}

.p-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 4.2666666667vw, 24px);
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-footer_nav {
    gap: clamp(16px, 5.8565153734vw, 80px);
  }
}
@media screen and (min-width:1024px) {
  .p-footer_nav {
    margin-inline: 0;
  }
}

.p-footer__nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__nav-list .c-link:nth-of-type(n+2) {
  margin-top: 20px;
}

.p-footer__nav-text {
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  position: relative;
}
.p-footer__nav-text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px rgba(1, 95, 183, 0.5019607843);
          box-shadow: inset 0px 0px 3px rgba(1, 95, 183, 0.5019607843);
  opacity: 0.1;
}
.p-copyright-wrap {
  padding-block: 15px 94px;
  position: relative;
}
.p-copyright-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.15;
}

.p-copyright-text {
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: 0.88px;
}

@media screen and (min-width:1024px) {
  .p-footer__bg {
    background: url(../images/footer-bg-top.png) no-repeat top center/cover;
  }
}