.front-page {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__fv-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .front-page__fv-pc-only {
    display: none;
  }
}
.front-page__fv-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .front-page__fv-sp-only {
    display: block;
  }
}
.front-page__fv-imagery {
  width: 100%;
  align-self: stretch;
  height: 187px;
  background-image: url("../img/front-page/fv-bg-pc.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .front-page__fv-imagery {
    height: 325px;
    background-color: #a1bfe6;
    background-image: linear-gradient(to bottom, #a1bfe6 3.37%, #dfecf7 65.38%, #ffffff 100%);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    padding-top: 22px;
  }
  .front-page__fv-imagery::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/front-page/fv-sp-bg.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }
  .front-page__fv-imagery::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/front-page/fv-imagery-sp.png");
    background-size: auto;
    background-position: center calc(100% + 90px);
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.front-page__fv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  margin-right: 420px;
}
@media (max-width: 768px) {
  .front-page__fv-title {
    margin-right: 0;
    align-items: center;
    position: relative;
    z-index: 2;
  }
}
.front-page__fv-title-subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #0f3580;
  letter-spacing: 0.05em;
  line-height: 1.42;
}
.front-page__fv-title-main {
  font-weight: 900;
  font-size: 40px;
  color: #0f3580;
  letter-spacing: 0.03em;
  line-height: 1.12;
}
.front-page__fv-title-sp {
  display: none;
  margin: 0;
}
@media (max-width: 768px) {
  .front-page__fv-title-sp {
    display: block;
    font-weight: 900;
    font-size: 42px;
    color: #0f3580;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-align: center;
  }
}
.front-page__fv-title-tagline {
  background: #ffffff;
  border-radius: 120px;
  box-shadow: 0 0 5px 0 rgba(20, 61, 141, 0.4);
  padding: 8px 38px;
}
@media (max-width: 768px) {
  .front-page__fv-title-tagline {
    padding: 8px 12px;
  }
}
.front-page__fv-title-tagline-text {
  font-weight: 700;
  font-size: 18px;
  color: #0f3580;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 768px) {
  .front-page__fv-title-tagline-text {
    font-size: 18px;
    font-weight: 800;
    color: #294e98;
  }
}
.front-page__fv-band {
  width: 100%;
  align-self: stretch;
  height: 150px;
  background-color: #0f3580;
}
@media (max-width: 768px) {
  .front-page__fv-band {
    height: 671px;
    background-color: #143d8d;
  }
}
.front-page__cards {
  display: flex;
  gap: 16px;
  height: 377px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: -140px;
}
@media (max-width: 768px) {
  .front-page__cards {
    flex-direction: column;
    height: auto;
    gap: 20px;
    margin-top: -651px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
.front-page__card {
  width: 580px;
  height: 377px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 16px 48px;
  background-size: cover;
  background-position: center;
  border: 4px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 0 4px #0f3580, 0 0 5px rgba(15, 53, 128, 0.5);
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .front-page__card {
    width: 100%;
    height: 306px;
    padding: 12px 16px 16px 16px;
  }
}
.front-page__card--power {
  background-image: url("../img/front-page/fp-card--power-bg.png");
}
@media (max-width: 768px) {
  .front-page__card--power {
    background-image: url("../img/front-page/fp-card--power-bg-sp.png");
  }
}
.front-page__card--construction {
  background-image: url("../img/front-page/fp-card--construction-bg.png");
}
.front-page__card--construction .fp-card__heading br {
  display: none;
}
@media (max-width: 768px) {
  .front-page__card--construction {
    background-image: url("../img/front-page/fp-card--construction-bg-sp.png");
  }
  .front-page__card--construction .fp-card__heading br {
    display: inline;
  }
}
.front-page__cta {
  max-width: 1180px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .front-page__cta {
    padding: 0 16px;
  }
}
.front-page__cta {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 60px;
  flex-shrink: 0;
  z-index: 1;
  display: grid;
  grid-template-areas: "icon subtitle btn" "icon title    btn";
  grid-template-columns: 82px 1fr 325px;
  grid-template-rows: auto auto;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  padding: 22px 48px;
  border: 3px solid #3d60a5;
  border-radius: 10px;
  background: url("../img/front-page/mask-group-5.svg") left center/1074px auto no-repeat, linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 246, 255) 100%);
}
@media (max-width: 768px) {
  .front-page__cta {
    grid-template-areas: "icon subtitle" "title title" "btn btn";
    grid-template-columns: 74px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 8px;
    padding: 16px 20px;
    margin-top: 38px;
    margin-bottom: 40px;
    max-width: calc(100% - 32px);
    background-position: -70px center;
  }
}

.fp-card__badge {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 62px;
  z-index: 1;
}
.fp-card--power .fp-card__badge {
  width: 323px;
}
@media (max-width: 768px) {
  .fp-card--power .fp-card__badge {
    width: 310px;
  }
}
.fp-card--construction .fp-card__badge {
  width: 317px;
}
@media (max-width: 768px) {
  .fp-card--construction .fp-card__badge {
    width: 304px;
  }
}
.fp-card__badge-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  display: block;
  z-index: 2;
}
.fp-card__badge-pill {
  position: absolute;
  top: 8px;
  left: 20px;
  height: 46px;
  border: 1.5px solid #ffffff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.fp-card--power .fp-card__badge-pill {
  width: 303px;
  background: linear-gradient(to right, #2a5ec3 60%, rgba(42, 94, 195, 0) 90%);
  border: none;
}
.fp-card--power .fp-card__badge-pill::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-top-right-radius: 26.5px;
  border-bottom-right-radius: 26.5px;
  padding: 1.5px;
  background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.fp-card--construction .fp-card__badge-pill {
  width: 297px;
  background: linear-gradient(to right, #fe8a2c 60%, rgba(254, 138, 44, 0) 90%);
  border: none;
}
.fp-card--construction .fp-card__badge-pill::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-top-right-radius: 26.5px;
  border-bottom-right-radius: 26.5px;
  padding: 1.5px;
  background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.fp-card__badge-text {
  margin: 0;
  padding-left: 52px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  text-shadow: 0 0 3px #041c4c;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fp-card__badge-text {
    font-size: 16px;
  }
}
.fp-card__heading {
  margin-top: 100px;
  text-shadow: 0 0 3px #041c4c;
  font-weight: 800;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0.84px;
  line-height: normal;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fp-card__heading {
    margin-top: 50px;
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
}
.fp-card__subtitle {
  text-shadow: 0 0 4px #0f3580;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fp-card__subtitle {
    white-space: normal;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.fp-card__btn {
  margin-top: 12px;
  width: 325px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.fp-card__btn:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .fp-card__btn {
    transition: none;
  }
  .fp-card__btn:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .fp-card__btn {
    margin-top: auto;
    width: 100%;
    max-width: 306px;
    height: 60px;
    align-self: center;
  }
}
.fp-card--power .fp-card__btn {
  background-image: url("../img/front-page/btn-power.svg");
}
.fp-card--construction .fp-card__btn {
  background-image: url("../img/front-page/btn-construction.svg");
}
.fp-card__btn-text {
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .fp-card__btn-text {
    font-size: 20px;
  }
}

.fp-cta__icon {
  grid-area: icon;
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  display: block;
  align-self: center;
}
@media (max-width: 768px) {
  .fp-cta__icon {
    width: 74px;
    height: 74px;
  }
}
.fp-cta__subtitle {
  grid-area: subtitle;
  order: 1;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #0f3580;
  font-size: 18px;
  line-height: 35px;
  white-space: nowrap;
  align-self: end;
}
@media (max-width: 768px) {
  .fp-cta__subtitle {
    white-space: normal;
    line-height: 1.5;
    align-self: center;
    font-size: 16px;
  }
}
.fp-cta__subtitle-br {
  display: none;
}
@media (max-width: 768px) {
  .fp-cta__subtitle-br {
    display: inline;
  }
}
.fp-cta__title {
  grid-area: title;
  order: 2;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #0f3580;
  font-size: 32px;
  line-height: 35px;
  align-self: start;
}
@media (max-width: 768px) {
  .fp-cta__title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    align-self: auto;
  }
}
.fp-cta__btn {
  grid-area: btn;
  flex-shrink: 0;
  width: 325px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  background-image: url("../img/front-page/btn-cta.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-self: center;
  transition: transform 0.2s ease;
}
.fp-cta__btn:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .fp-cta__btn {
    transition: none;
  }
  .fp-cta__btn:hover {
    transform: none;
  }
}
.fp-cta__btn::before {
  content: "";
  position: absolute;
  top: -22px;
  right: -22px;
  width: 48px;
  height: 41px;
  background-image: url("../img/front-page/sparkle-cta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fp-cta__btn {
    width: 100%;
    margin-top: 18px;
    max-width: 306px;
    height: 59px;
    justify-self: center;
  }
  .fp-cta__btn::before {
    width: 24px;
    height: 21px;
    top: -8px;
    right: -8px;
  }
}
.fp-cta__btn-text {
  font-weight: 700;
  color: #132853;
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: normal;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
}
@media (max-width: 768px) {
  .fp-cta__btn-text {
    color: #0f3580;
    text-shadow: none;
    font-size: 22px;
  }
}
