:root {
  --top-blue: #47b8ea;
  --top-blue-dark: #1680d2;
  --top-yellow: #ffe037;
  --top-feature-yellow: #ffe037;
  --top-feature-blue: #7bd9ef;
  --top-feature-pink: #ff92be;
  --top-cream: #fffccf;
  --top-text: #000000;
  --top-white: #ffffff;
  --top-red: #e52707;
  --top-faq-blue: #1680d2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.top,
.top__features-wrap,
.top-sec1,
.top-sec2 {
  font-family: "M PLUS 2", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.top {
  position: relative;
  overflow: hidden;
}

.top__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.top__hero {
  position: relative;
  z-index: 1;
  padding-top: 4.5rem;
  padding-bottom: 0;
}

.top__hero .webgene-blog {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.top__hero-row {
  flex-direction: column-reverse;
}

.top__hero-image-col {
  position: relative;
}

.top__hero-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -4rem;
  margin-left: -2rem;
}

.top__hero-copy-col {
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  text-align: center;
}

.top__hero-lead {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  background: var(--top-yellow);
  color: var(--top-text);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

.top__hero-title {
  color: var(--top-white);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 8px var(--top-text);
  text-stroke: 8px var(--top-text);
  paint-order: stroke;
  text-shadow: 5px 5px 0px var(--top-text);
}

.top__hero-title strong {
  color: var(--top-yellow);
}

.top__hero-badge {
  display: block;
  width: 7rem;
  height: auto;
  margin-top: -2.5rem;
  margin-left: auto;
  margin-right: 1rem;
}

.top__features-wrap {
  margin-top: 0;
  padding-bottom: 3rem;
  background-color: var(--top-cream);
  padding-top: 3rem;
}

.top__features {
  position: relative;
  z-index: 2;
}

.top__features-row {
  row-gap: 1.5rem;
}

.top__feature-card {
  height: 100%;
  padding: 1.5rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
  text-align: center;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.top__feature-card > div {
  flex: 1;
}

.top__feature-icon {
  display: block;
  width: 6rem;
  max-width: 12rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.top__feature-title {
  display: block;
  margin: 0 auto 1rem;
  padding: 0.5rem 1rem;
  width: 85%;
  color: var(--top-text);
  font-size: 1.5rem;
  letter-spacing: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1rem;
  text-indent: 1rem;
}

.top__feature-card--yellow .top__feature-title {
  background: var(--top-feature-yellow);
}

.top__feature-card--blue .top__feature-title {
  background: var(--top-feature-blue);
}

.top__feature-card--pink .top__feature-title {
  background: var(--top-feature-pink);
}

.top__feature-text {
  color: var(--top-text);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.top__feature-text strong {
  color: var(--top-red);
  font-weight: 600;
}

@media (min-width: 768px) {
  .top__hero-row {
    flex-direction: row;
    margin-top: 4rem;
  }
  .top__hero {
    padding-top: 1.5rem;
  }
  .top__hero-copy-col {
    margin-left: -2%;
  }
  .top__hero-lead {
    font-size: 1.5rem;
    width: auto;
  }
  .top__hero-title {
    font-size: 4rem;
  }
  .top__hero-badge {
    width: 9rem;
    margin-right: 2rem;
    margin-top: -5rem;
  }
  .top__hero-image {
    width: 110%;
    margin-top: -2rem;
    margin-left: 0;
  }
  .top__features-wrap {
    margin-top: -6rem;
    padding-top: 0;
  }
  .top__feature-card {
    flex-direction: column;
    padding: 2rem 1.5rem 1.5rem;
  }
  .top__feature-icon {
    width: auto;
    margin-bottom: 1rem;
  }
  .top__feature-title {
    font-size: 2rem;
  }
  .top__feature-text {
    font-size: 1.5rem;
  }
}

/* sec1 */
.top-sec1 {
  position: relative;
  padding: 3rem 0 4rem;
  background-color: var(--top-cream);
}

.top-sec1__container {
  position: relative;
}

.top-sec1__title {
  margin-bottom: 3rem;
  color: var(--top-white);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  -webkit-text-stroke: 8px var(--top-text);
  text-stroke: 8px var(--top-text);
  paint-order: stroke;
}

.top-sec1__title strong {
  color: #ffb341;
  font-weight: 800;
}

.top-sec1__row {
  row-gap: 1.5rem;
}

.top-sec1__row + .top-sec1__row {
  margin-top: 1.5rem;
}

.top-sec1__image-col,
.top-sec1__content-col {
  position: relative;
  padding-bottom: 1rem;
}

.top-sec1__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.top-sec1__card {
  position: relative;
  height: auto;
  min-height: 18rem;
  padding: 2.5rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-3deg);
}

.top-sec1__row--second .top-sec1__card {
  transform: rotate(3deg);
}

.top-sec1__card--right::before,
.top-sec1__card--left::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1.25rem solid var(--top-text);
  transform: translateX(-50%);
}

.top-sec1__card--right::after,
.top-sec1__card--left::after {
  content: "";
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.8125rem solid transparent;
  border-right: 0.8125rem solid transparent;
  border-bottom: 0.8125rem solid var(--top-text);
  transform: translateX(-50%);
}

.top-sec1__card-title {
  margin-bottom: 1.5rem;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.top-sec1__card-text {
  color: var(--top-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

.top-sec1__card-text strong {
  color: var(--top-red);
  font-weight: 500;
}

.top-sec1__point-icon {
  position: relative;
  z-index: 2;
  height: 10rem;
  width: auto;
  margin-right: 0;
}

.top-sec1__point-icon--top {
  margin-left: 40%;
  margin-top: -2rem;
  bottom: 0;
}

.top-sec1__point-icon--bottom {
  margin-left: 20%;
  margin-top: -2rem;
  bottom: 0;
}

.top-sec1__row--second {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .top-sec1__title {
    font-size: 3.25rem;
  }

  .top-sec1__card {
    padding: 4rem 5rem;
  }

  .top-sec1__card-title {
    font-size: 2rem;
  }

  .top-sec1__card--right::before,
  .top-sec1__card--left::before {
    top: 50%;
    left: auto;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 0;
    border-right: 0;
    transform: translateY(-50%);
  }

  .top-sec1__card--right::before {
    left: -1.25rem;
    border-right: 1.25rem solid var(--top-text);
  }

  .top-sec1__card--left::before {
    right: -1.25rem;
    border-left: 1.25rem solid var(--top-text);
  }

  .top-sec1__card--right::after,
  .top-sec1__card--left::after {
    top: 50%;
    left: auto;
    border-top: 0.8125rem solid transparent;
    border-bottom: 0.8125rem solid transparent;
    border-left: 0;
    border-right: 0;
    transform: translateY(-50%);
  }

  .top-sec1__card--right::after {
    left: -0.8125rem;
    border-right: 0.8125rem solid var(--top-text);
  }

  .top-sec1__card--left::after {
    right: -0.8125rem;
    border-left: 0.8125rem solid var(--top-text);
  }

  .top-sec1__image-col,
  .top-sec1__content-col {
    padding-bottom: 3rem;
  }
  .top-sec1__point-icon {
    position: absolute;
    z-index: 2;
    margin-right: -2rem;
    margin-left: -2rem;
    height: 12rem;
  }
  .top-sec1__card {
    transform: rotate(-5deg);
  }

  .top-sec1__row--second .top-sec1__card {
    transform: rotate(5deg);
  }
  .top-sec1__point-icon--top {
    right: -5rem;
    bottom: 0;
    margin: auto;
  }

  .top-sec1__point-icon--bottom {
    left: -8rem;
    bottom: 1rem;
    margin: auto;
  }
}

/* sec2 */
.top-sec2 {
  padding: 4rem 0 5rem;
  background: #eaf5fc;
  border-top: solid 1rem #fff;
}

.top-sec2__heading {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.top-sec2__title {
  color: var(--top-blue-dark);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-left: 0;
}

.top-sec2__title-icon {
  display: block;
  width: 4rem;
  height: auto;
  margin-left: 0;
}

.top-sec2__cards-row {
  row-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.top-sec2__card-col {
  display: flex;
}

.top-sec2__card {
  width: 100%;
  padding: 2rem 1rem;
  border: 0.125rem solid var(--top-text);
  border-radius: 1rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
  text-align: center;
}

.top-sec2__card-subtitle {
  margin-bottom: 1rem;
  color: var(--top-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.top-sec2__card-main {
  color: var(--top-blue-dark);
  font-size: 1.5rem;
  margin: 1rem auto 0;
  font-weight: 800;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .top-sec2__heading {
    flex-direction: row;
  }

  .top-sec2__title {
    font-size: 3rem;
    margin-left: 6rem;
  }

  .top-sec2__title-icon {
    width: 5rem;
    margin-left: 1rem;
  }
}

.top-sec2__arrow {
  display: block;
  width: 12rem;
  height: auto;
  margin: 0 auto 1rem;
}

.top-sec2__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.top-sec2__catch-title {
  color: var(--top-white);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  -webkit-text-stroke: 6px var(--top-text);
  text-stroke: 6px var(--top-text);
  paint-order: stroke;
}

.top-sec2__catch-title strong {
  color: var(--top-red);
  font-weight: 800;
}

.top-sec2__catch-image {
  display: block;
  width: 10rem;
  height: auto;
  position: relative;
  margin-top: 0;
}

.top-sec2__content {
  padding-top: 1.5rem;
}

.top-sec2__detail-card {
  position: relative;
  max-width: 100%;
  margin: 2rem auto;
  padding: 2rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: #e4ffbe;
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
}

.top-sec2__detail-photo {
  display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;
  object-position: center center;
}

.top-sec2__detail-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 6rem;
  height: auto;
  filter: drop-shadow(0.25rem 0.25rem 0 #000);
}

.top-sec2__detail-title {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: var(--top-text);
  color: var(--top-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.top-sec2__detail-lead {
  color: var(--top-red);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5rem;
  text-align: center;
}

.top-sec2__detail-text {
  color: var(--top-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
}

.top-sec2__more-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 3rem auto 0;
  color: inherit;
  text-decoration: none;
}

.top-sec2__more-link-inner {
  width: auto;
  min-width: 18rem;
  max-width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 1rem;
  background: var(--top-white);
  box-shadow: 0 0.25rem 0.1rem #00000040;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.top-sec2__more-link-text {
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.top-sec2__more-link-text p {
  margin-bottom: 0;
}

.top-sec2__more-link:hover .top-sec2__more-link-inner {
  transform: translateY(0.25rem);
  box-shadow: 0 0 0 #00000040;
}

@media (min-width: 768px) {
  .top-sec2__catch-title {
    font-size: 3.25rem;
  }
  .top-sec2__catch-image {
    position: absolute;
    margin-top: auto;
    right: 0rem;
    bottom: 0.5rem;
    width: 14rem;
  }

  .top-sec2__detail-photo {
    height: auto;
    object-fit: fill;
  }

  .top-sec2__detail-card {
    padding: 5rem 6rem;
    max-width: 90%;
  }
  .top-sec2__detail-badge {
    top: 1.5rem;
    right: 1.5rem;
    width: 12rem;
  }
  .top-sec2__detail-title {
    font-size: 2rem;
  }
  .top-sec2__detail-lead {
    font-size: 1.5rem;
  }
}

/* shared section heading */
.section-heading {
  margin-bottom: 3rem;
}

.section-heading--center {
  text-align: center;
}

.section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.25rem 2.5rem;
  background: var(--top-text);
}

.section-heading__eyebrow p {
  color: var(--top-white);
  font-size: 0.975rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.section-heading__title {
  margin: 0.5rem auto;
  color: var(--top-text);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}

.section-heading__note {
  margin-top: 0.75rem;
}

.section-heading__note p {
  color: var(--top-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section-heading__title {
    font-size: 3rem;
  }
  .section-heading__eyebrow p {
    font-size: 1rem;
  }
  .section-heading__note p {
    font-size: 1.5rem;
  }
}

/* service flow */
.flow-section {
  padding: 4rem 0 5rem;
  background: #ffffd1;
  border-top: solid 1rem #fff;
}

.flow-section__row {
  row-gap: 3.5rem;
  margin-top: 4rem;
}

.flow-section__col {
  display: flex;
  position: relative;
}

.flow-section__arrow {
  position: absolute;
  top: -4.375rem;
  left: 50%;
  z-index: 2;
  width: 2.75rem;
  height: auto;
  transform: translateX(-50%) rotate(90deg);
}

.flow-card {
  position: relative;
  width: 100%;
  padding: 2.5rem 2rem 2rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
}

.flow-card__step {
  position: absolute;
  top: -2.5rem;
  left: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: var(--top-text);
}

.flow-card__step p {
  color: var(--top-white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 0;
}

.flow-card__title {
  margin: 0 0 1rem;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.flow-card__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.flow-card__text {
  margin: 0;
  color: var(--top-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .flow-section__arrow {
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
  }

  .flow-card__step {
    left: -1rem;
  }

  .flow-card__title {
    font-size: 2rem;
  }
}

/* price */
.price-section {
  padding: 4rem 0 5rem;
  background: var(--top-white);
  border-top: solid 1rem #fff;
}

.price-card {
  padding: 2rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
}

.price-card__title {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #ffa133;
  color: var(--top-white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.price-card__intro {
  margin: 1.5rem 0 0;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #ececec;
  color: var(--top-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.price-card__row {
  align-items: center;
  margin-top: 2rem;
}

.price-card__badge {
  display: block;
  width: 12rem;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0.25rem 0.25rem 0 #000);
}

.price-card__badge__sp {
  width: 10rem;
  height: auto;
  margin: -2rem 0 0 auto;
}

.price-card__price {
  margin: 0 0 1rem;
  color: var(--top-text);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}

.price-card__price strong {
  color: #ffa133;
  font-size: 3rem;
  font-weight: 800;
}

.price-card__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.price-card__point + .price-card__point {
  margin-top: 0.75rem;
}

.price-card__check {
  display: block;
  width: 1.5rem;
  height: auto;
  flex: 0 0 auto;
}

.price-card__point-text {
  margin: 0;
  color: var(--top-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.price-card__point-text p {
  margin-bottom: 0;
}

.price-card__note {
  margin: 2rem 0 0;
  padding: 1rem;
  background: #f3f3f3;
  color: var(--top-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .price-card__title {
    font-size: 2rem;
  }
}

/* area */
.area-section {
  padding: 4rem 0 5rem;
  background: #e8ffb9;
  border-top: 1rem;
}

.area-section__row {
  align-items: start;
  row-gap: 1.5rem;
  margin-top: 3rem;
}

.area-section__map {
  display: block;
  width: 100%;
  height: auto;
  border: 0.0625rem solid var(--top-text);
  border-radius: 2rem;
}

.area-group__title p {
  margin: 0 0 1rem;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.area-group__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.area-group__chips > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #60d367;
}

.area-group__chips p {
  margin: 0;
  color: var(--top-white);
  font-size: 0.925rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .area-group__chips p {
    font-size: 1rem;
  }
}

/* voice */
.voice-section {
  padding: 4rem 0;
  background: #eaf5fc;
  border-top: solid 1rem #fff;
}

.voice-section__row {
  row-gap: 1.5rem;
  margin-top: 3rem;
}

.voice-section__col {
  display: flex;
}

.voice-card {
  width: 100%;
  padding: 1.5rem;
  border: 0.1875rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
}

.voice-card__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.voice-card__meta {
  margin: 0;
  color: var(--top-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.voice-card__title {
  margin: 1rem 0 0;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.voice-card__text {
  margin: 1rem 0 0;
  color: var(--top-text);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}

.voice-section__more-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 2.5rem auto 0;
  color: inherit;
  text-decoration: none;
}

.voice-section__more-link-inner {
  width: 18rem;
  max-width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0.1875rem solid var(--top-text);
  border-radius: 0.75rem;
  background: var(--top-white);
  box-shadow: 0 0.25rem 0.1rem #00000040;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.voice-section__more-link-text {
  margin: 0;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.voice-section__more-link-text p {
  margin-bottom: 0;
}

.voice-section__more-link:hover .voice-section__more-link-inner {
  transform: translateY(0.25rem);
  box-shadow: 0 0 0 #00000040;
}

/* faq */
.faq-section {
  padding: 4rem 0 5rem;
  background: #fff7ea;
  border-top: solid 1rem #fff;
}

.faq-card {
  padding: 2rem 2.25rem;
  border: 0.25rem solid var(--top-text);
  border-radius: 2rem;
  background: var(--top-white);
  box-shadow: 0.25rem 0.25rem 0 var(--top-text);
}

.faq-card + .faq-card {
  margin-top: 2rem;
}

.faq-card__question,
.faq-card__answer {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  color: var(--top-text);
}

.faq-card__question::before,
.faq-card__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-card__question {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-card__question::before {
  content: "Q.";
  color: var(--top-faq-blue);
}

.faq-card__answer {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-card__answer::before {
  content: "A.";
  color: var(--top-red);
}

/* cvp */
.cvp-section {
  padding: 5rem 0 6rem;
  background: #fffccf;
  border-top: solid 1rem #fff;
}

.cvp-section__title {
  margin: 0;
  color: var(--top-text);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.cvp-section__lead {
  margin: 1.5rem 0 0;
  color: var(--top-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.cvp-section__actions {
  margin-top: 3.5rem;
}

.cvp-section__catch {
  margin-bottom: 1rem;
  text-align: center;
}

.cvp-section__catch--phone {
  margin-top: 2rem;
}

.cvp-section__catch p {
  margin: 0;
  color: var(--top-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cvp-section__catch p:last-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.5rem;
}

.cvp-section__catch p:last-child::before,
.cvp-section__catch p:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 0.1875rem;
  background: var(--top-text);
}

.cvp-section__catch p:last-child::before {
  left: 0;
  transform: translateY(-50%) rotate(48deg);
}

.cvp-section__catch p:last-child::after {
  right: 0;
  transform: translateY(-50%) rotate(-48deg);
}

.cvp-section__catch strong {
  color: var(--top-red);
  font-weight: 700;
}

.cvp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 1.125rem 1rem;
  border: 0.25rem solid var(--top-white);
  border-radius: 0.75rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cvp-button--web {
  background: #fd9d30;
  box-shadow: 0 0.25rem 0.75rem #0000001f;
}

.cvp-button--phone {
  background: #fff;
}

.cvp-button__icon {
  display: block;
  width: 4.5rem;
  height: auto;
  flex: 0 0 auto;
}

.cvp-button__label p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}

.cvp-button--web .cvp-button__label p {
  color: var(--top-white);
}

.cvp-button--phone .cvp-button__label p {
  color: var(--top-text);
}

.cvp-button--web:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1rem #00000026;
}

@media (min-width: 768px) {
  .cvp-section__title {
    font-size: 3rem;
  }
  .cvp-section__catch p {
    font-size: 2rem;
  }
}
