/* ファーストビュー */
.p-firstview {
  display: block;
  background-image: url(../img/feature-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 840px;
  content: "";
  padding-block: 60px;
  position: relative;
}
.p-firstview__inner {
  background-image: url(../img/lp05/fv_circle.svg);
  width: 740px;
  height: 740px;
  color: #fff;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 32px;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  letter-spacing: 1.4px;
}
.p-firstview__name {
  color: #ffd044;
  line-height: 1.2;
  margin-top: -16px;
}
.p-firstview__name-large {
  font-size: 42px;
  margin-inline: 0.2em;
}
.p-firstview__maincopy-bg {
  background: #fff;
  color: #0e165b;
  padding: 2px 8px;
  margin-inline: 0.3em;
}
.p-firstview__maincopy {
  line-height: 1.8;
}
.p-firstview__maincopy-large {
  font-size: 42px;
}
.p-heroPoint {
  max-width: 690px;
  letter-spacing: 0;
}
.p-mv__point {
  margin: 0 auto 8px;
}
.p-mv__point-text {
  font-size: 16px;
}
.p-heroPoint__note {
  font-weight: 400;
}
.p-firstview__note {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  padding-inline: 10px;
}

@media screen and (min-width: 768px) {
  .p-mv__btn .c-btn {
    display: flex;
    flex-direction: column;
    padding: 18px 10px 26px;
    gap: 5px;
  }
  .p-mv__btn .c-btn__tag {
    padding: 6px 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1480px) {
  .p-firstview {
    height: 700px;
  }
  .p-firstview__inner {
    scale: 0.8;
    margin-top: -78px;
  }
}
@media screen and (max-width: 1240px) {
  .p-firstview {
    height: 580px;
  }
  .p-firstview__inner {
    scale: 0.68;
    margin-top: -136px;
  }
}
@media screen and (max-width: 980px) {
  .p-firstview {
    height: 470px;
  }
  .p-firstview__inner {
    scale: 0.6;
    margin-top: -192px;
  }
}
@media screen and (max-width: 767px) {
  .p-firstview {
    background: none;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .p-firstview::after {
    display: block;
    background-image: url(../img/feature-bg-sp.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vw;
    content: "";
  }
  .p-firstview__inner {
    background: #0e165a;
    width: 100%;
    height: auto;
    scale: 1;
    margin: 0;
    padding: 40px 10px 70px;
    font-size: 6vw;
  }
  .p-firstview__name {
    margin-top: unset;
  }
  .p-firstview__name-large {
    font-size: 6.5vw;
    margin-inline: 0.1em;
  }
  .p-firstview__maincopy {
    line-height: 1.7;
    margin-bottom: 12px;
    position: relative;
  }
  .p-firstview__maincopy::before {
    display: block;
    background-image: url(../img/lp05/fv_circle_sp.svg);
    background-size: cover;
    height: 160px;
    width: 160px;
    content: "";
    position: absolute;
    top: -60px;
    right: -70px;
    z-index: -1;
  }
  .p-firstview__maincopy-bg {
    padding: 0px 8px;
    margin-bottom: 4px;
    display: inline-block;
  }
  .p-firstview__maincopy-large {
    font-size: 7.6vw;
  }
  .p-mv__point {
    margin: 20px auto 8px;
  }
  .p-mv__point-text {
    font-size: unset;
  }
  .p-firstview__note {
    bottom: 62vw;
    color: #fff;
    font-size: 10px;
  }
}

/* 特徴 */
.p-flowingText {
  margin-top: 90px;
}
.p-feature::before {
  display: none;
}
.p-feature__inner {
  margin-top: -40px;
}
.p-solution {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    margin-top: 0;
  }
  .p-solution {
    padding: 2.5rem 0;
  }
}

/* 料金 */
.p-price {
  background: #e2e4f0;
}
