@charset "UTF-8";

.p-cta {
  position: relative;
}
@media screen and (min-width:768px) {
  .p-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #abd4dd;
}
@media screen and (min-width:768px) {
  .p-cta::before {
    top: 0;
    left: 50%;
    translate: -50%;
    width: 1px;
    height: 100%;
  }
}
.p-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg.jpg) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}

.p-cta__link {
  padding-block: 48px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-cta__link {
    padding-block: clamp(72px, 8.0527086384vw, 110px);
  }
}
@media (any-hover: hover) {
  .p-cta__link:hover .p-cta__btn {
    color: #ffffff;
    background: #2c2c2c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-cta__link:hover .p-cta__btn .text::after {
    background: url(../images/icon-arrow-hover.svg) no-repeat top center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-cta__icon {
  width: clamp(72px, 9.08203125vw, 93px);
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.p-cta__title {
  margin-top: clamp(24px, 3.02734375vw, 31px);
  color: #242424;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.375;
  letter-spacing: 3.52px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-cta__btn {
  margin-top: clamp(24px, 2.83203125vw, 29px);
  padding-block: 21px;
  padding-inline: 40px;
  color: #242424;
  font-size: clamp(16px, 1.66015625vw, 17px);
  line-height: 1.3529411765;
  letter-spacing: 3.74px;
  font-weight: 500;
  margin-inline: auto;
  background: #ffffff;
  border: 1px solid #2c2c2c;
  border-radius: 33px;
  max-width: min(100% - 40px, 375px);
}
@media screen and (min-width:768px) {
  .p-cta__btn {
    padding-inline: clamp(40px, 4.6666666667vw, 56px);
  }
}
.p-cta__btn .text {
  padding-right: 51px;
  position: relative;
}
.p-cta__btn .text::after {
  content: "";
  position: absolute;
  width: clamp(32px, 3.90625vw, 40px);
  aspect-ratio: 1/1;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: url(../images/icon-arrow-news.svg) no-repeat top center/contain;
}


.p-cta__wrap {
  margin-top: clamp(24px, 2.83203125vw, 29px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-cta__wrap .text-s {
  color: #242424;
  font-size: clamp(15px, 2.2135416667vw, 17px);
  line-height: 1.3529411765;
  letter-spacing: 1.7px;
  font-weight: 500;
}
.p-cta__wrap .text-l {
  font-size: clamp(32px, 3.515625vw, 36px);
  line-height: 1.4166666667;
  letter-spacing: 3.6px;
}

.p-cta__desc {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: -0.26px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg.jpg) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}

.p-cta__link {
  padding-block: 48px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-cta__link {
    padding-block: clamp(72px, 8.0527086384vw, 110px);
  }
}

.p-cta__icon {
  width: clamp(72px, 9.08203125vw, 93px);
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.p-cta__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-footer {
  padding-block: 72px 38px;
  background: #ebf4f7;
}

@media screen and (min-width:768px) {
  .p-footer .l-inner {
    padding-inline: clamp(60px, 5.3440702782vw, 73px);
  }
}
@media screen and (min-width:1367px) {
  .p-footer .l-inner {
    padding-inline: calc((100vw - 1220px) / 2);
  }
}


.p-footer__links {
  display: grid;
  gap: clamp(32px, 4.39238653vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .p-footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-footer__link {
  max-width: 580px;
  aspect-ratio: 580/264;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__link:hover .p-footer__link-bg img {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (any-hover: hover) {
  .p-footer__link:hover .p-footer__link-bg img {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-footer__link-head {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(286px, 24.0849194729vw, 329px);
  padding-inline: 30px 24px;
  padding-block: clamp(16px, 1.4641288433vw, 20px);
  background: #ffffff;
  border-radius: 5px 0px;
  z-index: 1;
}
.p-footer__link-head .text {
  padding-right: clamp(40px, 5.9166666667vw, 71px);
  position: relative;
}
.p-footer__link-head .text::after {
  content: "";
  position: absolute;
  width: clamp(32px, 3.90625vw, 40px);
  aspect-ratio: 1/1;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: url(../images/icon-arrow-news.svg) no-repeat top center/contain;
}

.p-footer__link-bg {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__link-bg img {
  border-radius: 5px;
}

.p-footer__wrap {
  margin-top: clamp(60px, 9.08203125vw, 93px);
  display: grid;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-footer__wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__logo .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 2.0833333333vw, 16px);
  line-height: 1.375;
  letter-spacing: 0.48px;
  font-weight: 500;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#56b2c7), to(#56b2c7)), -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#2c2c2c));
  background-image: linear-gradient(to right, #56b2c7, #56b2c7), linear-gradient(to right, #2c2c2c, #2c2c2c);
  background-position: 100% 0, 0 0;
  background-size: 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  /* テキストの形で切り抜く */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (any-hover: hover) {
  .p-footer__logo:hover .text {
    background-position: 0 0, 0 0;
    background-size: 100% 100%, 100% 100%;
  }
}

.p-footer__info-text {
  margin-top: clamp(32px, 5.078125vw, 39px);
  color: #464646;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.9230769231;
}

.p-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(22px, 6.3689604685vw, 87px);
     -moz-column-gap: clamp(22px, 6.3689604685vw, 87px);
          column-gap: clamp(22px, 6.3689604685vw, 87px);
  row-gap: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:1024px) {
  .p-footer__menu {
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
  }
}

.p-footer__menu-link {
  color: #151515;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0.39px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pagetop-btn {
  margin-top: clamp(60px, 10.541727672vw, 144px);
  background: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 50%;
  padding: 40px 35px 26px;
  font-family: "Prompt", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  position: relative;
}
.pagetop-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  translate: -50%;
  width: 9px;
  height: 6px;
  background: url(../images/icon-pagetop.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .pagetop-btn:hover {
    color: #2C2C2C;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-copyright-wrap {
  margin-top: 30px;
  padding-top: 47px;
  border-top: 1px solid rgba(12, 44, 129, 0.1);
}

.p-copyright-text {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
  text-align: center;
}