@charset "UTF-8";

.p-footer {
  position: relative;
}

.footer-top {
  background: transparent linear-gradient(99deg, #edf2f7 0%, #f9fafc 100%) 0% 0% no-repeat padding-box;
}

.p-footer__contact {
  padding-top: clamp(60px, 8.30078125vw, 85px);
  padding-bottom: clamp(80px, 7.6134699854vw, 104px);
  padding-inline: clamp(20px, 6.8814055637vw, 94px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 24px;
  color: #ffffff;
  border-radius: 10px;
  max-width: clamp(335px, 80.9663250366vw, 1106px);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:1200px) {
  .p-footer__contact {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__contact-texts {
  max-width: 388px;
  position: relative;
  z-index: 2;
}

.p-footer__contact-text {
  margin-top: clamp(32px, 6.5104166667vw, 50px);
  font-size: 13px;
  line-height: 1.9230769231;
  font-weight: 500;
}

.p-footer__contact-links {
  max-width: 394px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-footer__contact-links {
    margin-top: clamp(24px, 2.2693997072vw, 31px);
  }
}
@media screen and (min-width:1200px) {
  .p-footer__contact-links {
    margin-inline: 0;
  }
}

.p-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .p-footer__tel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__tel-head {
  padding: 7px 19px;
  background: #3b5382 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.p-footer__tel-head .head-text {
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 500;
}

.p-footer__tel-body .num {
  font-family: "Lato", sans-serif;
  font-size: clamp(24px, 3.90625vw, 40px);
  line-height: 1.2;
  letter-spacing: 3.2px;
  font-weight: 500;
}
.p-footer__tel-body .text {
  margin-top: -1px;
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: -0.22px;
  font-weight: 500;
  text-align: center;
}

.p-footer__btn {
  margin-top: 46px;
  padding-block: 29px;
  padding-inline: clamp(10px, 1.6666666667vw, 20px);
  background: #24615e 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
@media screen and (min-width:1200px) {
  .p-footer__btn {
    padding-inline: 23px;
  }
}

.p-footer__btn-text {
  padding-left: clamp(40px, 9.6354166667vw, 74px);
  padding-right: 20px;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  position: relative;
}
.p-footer__btn-text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: clamp(32px, 6.25vw, 48px);
  aspect-ratio: 1/1;
  background: url(../images/icon-footer-mail.png) no-repeat center center/contain;
}
.p-footer__btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 8px;
  background: url(../images/icon-arow-r.svg) no-repeat center center/contain;
}



.p-footer__contact-bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.p-footer__contact-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2D3E4E;
  opacity: 0.95;
  z-index: 1;
  pointer-events: none;
}
.p-footer__contact-bg img {
  border-radius: 10px;
}


.p-footer__bottom {
  margin-top: clamp(-80px, -13.3235724744vw, -182px);
  padding-top: clamp(120px, 21.8333333333vw, 262px);
  background: #d3d9e0;
}

.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;
  padding-bottom: clamp(80px, 8.8333333333vw, 106px);
  gap: 40px;
}
@media screen and (min-width:768px) {
  .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 {
  width: 97px;
  aspect-ratio: 97/53;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-footer__text {
  color: #000000;
  font-size: 13px;
  line-height: 1.4615384615;
  font-weight: 500;
}
.p-footer__text.name {
  margin-top: 15px;
}
.p-footer__text.address {
  margin-top: clamp(36px, 4.8828125vw, 50px);
}
.tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(16px, 2.9296875vw, 30px);
}

.p-footer__nav {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(60px, 8.78477306vw, 120px);
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-footer__nav {
    margin-top: 18px;
  }
}
@media screen and (min-width:1024px) {
  .p-footer__nav {
    margin-inline: 0;
    margin-right: clamp(12px, 3.6603221083vw, 50px);
  }
}

.p-footer__nav-list .c-link:nth-of-type(n+2) {
  margin-top: 25px;
}

.p-footer__link-text {
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 500;
}

.fax-number a {
    pointer-events: none;       /* クリック無効 */
    text-decoration: none;      /* 下線を消す */
    color: inherit;             /* 文字色を親要素に合わせる */
}

.p-copyright-wrap {
  border-top: 1px solid #AAAAAA;
  padding-block: 12px 9px;
}

.p-copyright-text {
  font-size: 12px;
  color: #1B1B1C;
  line-height: 1.5;
  letter-spacing: 0.24px;
  opacity: 0.8;
  text-align: center;
}