@charset "UTF-8";

.p-footer {
  border-inline: 10px solid #e60013;
  border-bottom: 10px solid #e60013;
  position: relative;
}

.p-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #e60013;
}

.p-footer__top {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-footer__top {
    padding-bottom: 0;
  }
}

.p-footer__title {
  padding-top: clamp(160px, 17.75vw, 213px);
  padding-left: clamp(10px, 1.46484375vw, 15px);
  padding-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-footer__title .title-logo {
  width: clamp(40px, 6.73828125vw, 69px);
  aspect-ratio: 69/42;
}
@media screen and (min-width:1024px) {
  .p-footer__title {
    padding-bottom: clamp(172px, 19.8333333333vw, 238px);
  }
}

.p-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-cta {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: clamp(-58px, -4.2459736457vw, -20px);
    z-index: 2;
    width: 100%;
    padding-inline: 20px;
    max-width: 1098px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}


.p-cta__btn-wrap {
  width: 100%;
  max-width: 503px;
}
@media screen and (min-width:1024px) {
  .p-cta__btn-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}


.p-cta__btn {
  padding-block: 12px;
  padding-inline: clamp(12px, 2.5390625vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14px, 1.85546875vw, 19px);
  border-radius: 10px;
  position: relative;
}
.p-cta__btn .btn-text {
  padding-right: 11px;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-cta__btn .btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 6px;
  height: 9px;
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
}
.p-cta__btn.btn-tabe {
  background: #216d42;
  color: #ffffff;
}
.p-cta__btn.btn-mer {
  margin-top: 15px;
  background: #f2f4dc;
  color: #216d42;
}
.p-cta__btn.btn-mer .btn-text::after {
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
}
.p-cta__btn-logo {
  max-width: 75px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-cta__btn-wrap.btn-contact {
  margin-top: 15px;
}
@media screen and (min-width:1024px) {
  .p-cta__btn-wrap.btn-contact {
    margin-top: 0;
  }
}

.p-cta__btn-contact {
  padding-right: clamp(12px, 2.9166666667vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b22517;
    border: 1px solid #dee2c2;
  border-radius: 10px;
    background: #ffffff;
  position: relative;
}
.p-cta__btn-contact .img {
  max-width: 145px;
  aspect-ratio: 145/100;
  border-radius: 10px 0px 0px 10px;
}
.p-cta__btn-contact .img img {
  border-radius: 10px 0px 0px 10px;
}
.p-cta__btn-contact .texts {
  padding-block: clamp(16px, 2vw, 24px);
  padding-left: clamp(16px, 2.75vw, 33px);
  padding-right: clamp(42px, 7.5vw, 90px);
  position: relative;
}
.p-cta__btn-contact .texts::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: clamp(24px, 5.46875vw, 42px);
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-red.svg) no-repeat center center/contain;
}
.p-cta__btn-contact .title {
  font-size: clamp(14px, 1.6666666667vw, 20px);
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.p-cta__btn-contact .text {
  margin-top: 5px;
  font-size: clamp(10px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
}
.p-cta__btn-contact.btn-line {
  margin-top: 15px;
  color: #56be37;
}
.p-cta__btn-contact.btn-line .texts::after {
  background: url(../images/icon-arrow-green.png) no-repeat center center/contain;
}

.p-cta__link {
  margin-top: 24px;
  max-width: 503px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #dee2c2;
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-cta__link {
    margin-top: 0;
  }
}

.p-cta__link-img {
  max-width: 145px;
  aspect-ratio: 145/215;
  border-radius: 10px 0px 0px 10px;
}
.p-cta__link-img img {
  border-radius: 10px 0px 0px 10px;
}

.p-cta__link-content {
  padding-top: clamp(20px, 4.98046875vw, 51px);
  padding-bottom: clamp(20px, 4.6875vw, 48px);
  padding-inline: clamp(20px, 2.34375vw, 24px);
}
.p-cta__link-content .text {
  margin-top: clamp(12px, 1.953125vw, 20px);
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.6923076923;
  letter-spacing: 0.78px;
  font-weight: 600;
  max-width: 290px;
}

.p-cta__content-head {
  color: #B22517;
}
.p-cta__content-head .title {
  font-size: clamp(16px, 1.953125vw, 20px);
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.p-cta__content-head .desc {
  margin-top: 5px;
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
}


.p-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-footer__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #898989;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.p-footer__bottom {
  padding-top: clamp(80px, 12.9166666667vw, 155px);
  border-radius: 0px 0px 40px 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-footer__bottom .l-inner {
    padding-inline: clamp(60px, 6.8814055637vw, 94px);
  }
}
@media screen and (min-width:1367px) {
  .p-footer__bottom .l-inner {
    padding-inline: calc((100vw - 1178px) / 2);
  }
}

.p-footer__bottom-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-footer__bottom-wrap {
    width: auto;
    margin: 0;
  }
}

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


.p-footer__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.p-footer__logo {
  max-width: clamp(120px, 15.234375vw, 156px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-footer__logo img {
  border-radius: 50%;
}

.p-footer__info-texts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__info-texts .text {
  color: #3c3c3c;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
}
.p-footer__info-texts .text + .text {
  margin-top: 9px;
}



.p-footer__menu {
  margin-top: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 517px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(20px, 4.39238653vw, 60px);
     -moz-column-gap: clamp(20px, 4.39238653vw, 60px);
          column-gap: clamp(20px, 4.39238653vw, 60px);
  row-gap: 20px;
}
@media screen and (min-width:768px) {
  .p-footer__menu {
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-footer__menu {
    margin: 0;
  }
}
.p-footer__menu-list .text {
  padding-left: 15px;
  color: #333333;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  position: relative;
}
.p-footer__menu-list .text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(../images/arrow-red.svg) no-repeat center center/contain;
}
.p-footer__menu-list .c-link + .c-link {
  margin-top: 15px;
}

.pagetop-btn {
  margin-top: clamp(32px, 3.90625vw, 40px);
  margin-left: auto;
  margin-bottom: 22px;
  width: clamp(80px, 13.28125vw, 102px);
  aspect-ratio: 1/1;
  background: #f2f4dc;
  border-radius: 50%;
  position: relative;
}
.pagetop-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  translate: -50%;
  width: 6px;
  height: 9px;
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
  rotate: -90deg;
}
.pagetop-btn .text {
  padding-top: clamp(16px, 2.9947916667vw, 23px);
  font-family: "Prompt", sans-serif;
  color: #212121;
  font-size: clamp(10px, 1.5625vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-align: center;
}
.pagetop-btn .img {
  max-width: clamp(32px, 5.7291666667vw, 44px);
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-copyright-wrap {
  border-top: 1px solid #D2D9E0;
  padding-block: 9px 19px;
}

.p-copyright-text {
  color: #7E7E7E;
  font-size: 11px;
  line-height: 1.5454545455;
}