:root {
  --page-bg-cream: #fff7ea;
  --page-panel-yellow: #ffffd1;
  --page-panel-blue: #eaf5fc;
  --page-panel-pink: #fff1f7;
  --page-text: #000000;
  --page-white: #ffffff;
  --page-strong: #e52707;
  --page-faq-red: #e52707;
  --page-faq-blue: #1680d2;
}

.page-main-section {
  padding: 8rem 0 8rem;
  background: var(--page-bg-cream);
}

.page-sub-section {
  padding: 0 0 8rem;
  background: var(--page-bg-cream);
}

.header + .page-main-section {
  padding-top: 10.75rem;
}

@media (min-width: 768px) {
  .header + .page-main-section {
    padding-top: 12.75rem;
  }
}

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

.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(--page-text);
}

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

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

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

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

.section-heading__note strong {
  color: var(--page-strong);
}

@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;
  }
}

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

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

.cvp-section__lead {
  margin: 1.5rem 0 0;
  color: var(--page-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(--page-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(--page-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(--page-strong);
  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(--page-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(--page-white);
}

.cvp-button--phone .cvp-button__label p {
  color: var(--page-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;
  }
}

/* strength sec1 */
.strength-panel {
  position: relative;
  margin-top: 4rem;
  padding: 2rem;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-panel-yellow);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.strength-panel__blue {
  background: var(--page-panel-blue);
}

.strength-panel__pink {
  background: var(--page-panel-pink);
}

.strength-panel__title {
  margin: 0 0 2rem;
  color: var(--page-text);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.strength-panel__images {
  position: relative;
}

.strength-panel__icon {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  display: block;
  width: 6rem;
  height: auto;
  filter: drop-shadow(0.25rem 0.25rem 0 #000);
}

.strength-panel__image {
  display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;
  object-position: center center;
}

.strength-panel__row {
  row-gap: 1.5rem;
  margin-top: 2.5rem;
}

.strength-panel__col {
  display: flex;
}

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

.strength-card__title {
  margin: 0 0 1.5rem;
  color: var(--page-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

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

.strength-card__text strong {
  color: var(--page-strong);
  font-weight: 500;
}

@media (min-width: 768px) {
  .strength-panel {
    padding: 5rem;
  }

  .strength-panel__icon {
    top: -5rem;
    left: -3rem;
    width: 12rem;
  }

  .strength-panel__image {
    height: auto;
    object-fit: fill;
  }

  .strength-panel__title {
    font-size: 3rem;
  }
  .strength-card {
    padding: 2.5rem 2.25rem 2rem;
  }
  .strength-card__title {
    font-size: 1.5rem;
  }
}

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

.price-card__title {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #ffa133;
  color: var(--page-white);
  font-size: 1.5rem;
  font-weight: 800;
  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(--page-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;
}

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

.price-card__price {
  margin: 0 0 1rem;
  color: var(--page-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(--page-text);
  font-size: 1.125rem;
  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(--page-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.price-feature__row {
  row-gap: 1.5rem;
  margin-top: 2.5rem;
}

.price-feature__col {
  display: flex;
}

.price-feature-card {
  width: 100%;
  min-height: 18rem;
  padding: 2rem 2rem 1.75rem;
  border: 0.1875rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-panel-yellow);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.price-feature-card__title {
  margin: 0 0 1.5rem;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}

.price-feature-card__text {
  margin: 0;
  color: var(--page-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.price-feature-card__text strong {
  color: var(--page-strong);
  font-weight: 500;
}

.payment-section {
  margin-top: 8rem;
}

.payment-section__title {
  position: relative;
  margin: 0;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.payment-section__title::before,
.payment-section__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 8rem);
  border-top: 0.1875rem solid var(--page-text);
  transform: translateY(-50%);
}

.payment-section__title::before {
  left: 0;
}

.payment-section__title::after {
  right: 0;
}

.payment-section__lead {
  max-width: 46rem;
  margin: 2rem auto 0;
  color: var(--page-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.payment-section__row {
  row-gap: 1.5rem;
  max-width: 90%;
  margin: 2.5rem auto;
}

.payment-section__col {
  display: flex;
}

.payment-card {
  width: 100%;
}

.payment-card__icon-frame {
  width: 100%;
  padding: 0;
  border: 0.1875rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-white);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.payment-card__icon {
  display: block;
  width: auto;
  height: 8rem;
  margin: auto;
}

.payment-card__label {
  margin-top: 1rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  background: var(--page-text);
}

.payment-card__label p {
  margin: 0;
  color: var(--page-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

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

  .payment-section__title::before,
  .payment-section__title::after {
    width: calc(50% - 11rem);
  }
}

/* reusable content blocks */
.content-split {
  align-items: stretch;
  row-gap: 1.5rem;
  margin-top: 4rem;
}

.content-split__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.content-split__content-col {
  display: flex;
}

.info-card {
  width: 100%;
  padding: 2.5rem 2.25rem;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-white);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.info-card__title {
  margin: 0 0 1.5rem;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.info-card__text {
  margin: 0;
  color: var(--page-text);
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1.5;
}

.info-card__text strong {
  color: var(--page-strong);
}

.detail-panel {
  max-width: 100%;
  margin: 5rem auto 0;
  padding: 2rem;
  border-radius: 2rem;
  background: var(--page-white);
}

.detail-panel__title {
  margin: 0 0 2rem;
  color: var(--page-text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.detail-panel__row {
  align-items: flex-start;
  padding: 1.5rem 0;
  border-top: 0.125rem solid var(--page-text);
  row-gap: 1rem;
}

.detail-panel__row:first-of-type {
  border-top: 0;
}

.detail-panel__label,
.detail-panel__value {
  margin: 0;
  color: var(--page-text);
}

.detail-panel__label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.detail-panel__value {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .detail-panel {
    max-width: 90%;
    padding: 4rem 5rem;
  }
}

/* testimonial */
.testimonial-grid {
  row-gap: 2rem;
  margin-top: 2rem;
}

.testimonial-grid__col {
  display: flex;
}

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

.testimonial-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-card__meta {
  margin: 1.5rem 0 0;
  color: var(--page-text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-card__title {
  margin: 1rem 0 0;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial-card__text {
  margin: 1.5rem 0 0;
  color: var(--page-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

/* service */
.service-overview {
  margin-top: 6rem;
}

.service-overview__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.service-overview__title::before,
.service-overview__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 0.1875rem;
  background: var(--page-text);
}

.service-overview__title::before {
  left: 0;
  transform: translateY(-50%) rotate(48deg);
}

.service-overview__title::after {
  right: 0;
  transform: translateY(-50%) rotate(-48deg);
}

.service-overview__lead {
  max-width: 47rem;
  margin: 1.5rem auto 0;
  color: var(--page-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.service-grid {
  align-items: stretch;
  row-gap: 1.5rem;
  max-width: 90%;
  margin: 2rem auto 0;
}

.service-grid__sub-row {
  row-gap: 1.5rem;
}

.service-grid__sub-row + .service-grid__sub-row {
  margin-top: 1.5rem;
}

.service-grid__item-col {
  display: flex;
}

.service-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0.1875rem solid var(--page-text);
  border-radius: 2rem;
}

.service-tile--large {
  height: 100%;
  min-height: 20.625rem;
}

.service-tile__frame {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-white);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.service-tile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tile__label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: var(--page-text);
  transform: translateY(-50%);
}

.service-tile__label p {
  margin: 0;
  color: var(--page-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.alert-panel {
  margin: 8rem auto 0;
  padding: 2rem;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-panel-yellow);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.alert-panel__eyebrow {
  display: grid;
  grid-template-columns: 3rem auto 3rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.alert-panel__eyebrow p {
  margin: 0;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.alert-panel__eyebrow-icon {
  display: block;
  width: 3rem;
  height: 3.25rem;
  object-fit: contain;
  margin: 0 auto;
}

.alert-panel__eyebrow > :first-child {
  justify-self: center;
}

.alert-panel__eyebrow > :nth-child(2) {
  justify-self: center;
}

.alert-panel__eyebrow > :last-child {
  justify-self: center;
}

.alert-panel__title {
  margin: 0.5rem 0 2rem;
  color: var(--page-text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.alert-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 48rem;
  margin: 0.5rem auto 0;
}

.alert-check__icon {
  display: block;
  width: 1.5rem;
  height: auto;
  flex: 0 0 auto;
  margin-top: 0.375rem;
}

.alert-check__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--page-text);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: anywhere;
}

.service-alert-arrow {
  display: block;
  width: 13rem;
  height: auto;
  margin: 3rem auto 0;
}

.service-alert-lead {
  max-width: 56rem;
  margin: 2.5rem auto 0;
}

.service-alert-lead__title {
  margin: 0;
  color: var(--page-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.service-alert-lead__title strong {
  color: var(--page-strong);
  font-weight: 700;
}

@media (min-width: 768px) {
  .service-overview__title {
    font-size: 2rem;
    padding: 0 5rem;
  }
  .alert-panel {
    padding: 4rem 5rem;
  }
  .alert-panel__eyebrow {
    grid-template-columns: 5rem auto 5rem;
  }
  .alert-panel__eyebrow-icon {
    width: 5rem;
  }
  .alert-panel__eyebrow p {
    font-size: 2rem;
  }
  .alert-panel__title {
    font-size: 3rem;
  }
  .alert-check__text {
    font-size: 1.5rem;
  }
}

/* flow-panel */
.flow-panel {
  margin: 0 auto 2.5rem;
  padding: 2rem;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-panel-yellow);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.flow-panel__title {
  margin: 0;
  color: var(--page-text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.flow-panel__note {
  margin: 1rem 0 0;
  color: var(--page-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.flow-card {
  position: relative;
  margin-top: 2rem;
}

.flow-card + .flow-card {
  margin-top: -0.5rem;
}

.flow-card__row {
  align-items: center;
  padding: 1rem;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  background: var(--page-white);
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.flow-step {
  position: absolute;
  top: -2rem;
  left: -2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 999px;
  background: var(--page-text);
}

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

.flow-card__image {
  display: block;
  width: 100%;
  height: auto;
}

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

.flow-card__text {
  margin: 0;
  color: var(--page-text);
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1.6;
}

.flow-card__arrow {
  display: block;
  width: 4rem;
  height: auto;
  margin: -0.25rem auto 0;
  z-index: 2;
  position: relative;
}

.service-price-card__title {
  background: var(--page-text);
}

@media (min-width: 768px) {
  .flow-panel {
    padding: 4rem 5rem;
  }
  .flow-panel__title {
    font-size: 3rem;
  }
  .flow-panel__note {
    font-size: 1.5rem;
  }
  .flow-card {
    margin-top: 4rem;
  }
  .flow-step {
    top: -4rem;
    left: -4rem;
  }
  .flow-step p {
    font-size: 1.5rem;
  }
  .flow-card__row {
    padding: 2rem;
  }
  .flow-card__title {
    margin: 0 0 1rem;
    font-size: 2rem;
    text-align: left;
  }
}

/* area */
.area-panel {
  margin: 2.5rem auto 8rem;
  padding: 2rem;
  background: #e8ffb9;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

.area-panel__title {
  margin: 0;
  color: var(--page-text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.area-panel__note {
  margin: 1rem 0 0;
  color: var(--page-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.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(--page-text);
  border-radius: 2rem;
}

.area-group__title p {
  margin: 0 0 1rem;
  color: var(--page-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__last {
  margin-bottom: 0;
}

.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(--page-white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .area-panel {
    padding: 4rem 5rem;
  }
  .area-panel__title {
    font-size: 3rem;
  }
  .area-panel__note {
    font-size: 1.5rem;
  }
}

/* faq */
.faq-panel {
  margin: 2.5rem auto;
  padding: 2rem;
  background: #fff7ea;
  border: 0.25rem solid var(--page-text);
  border-radius: 2rem;
  box-shadow: 0.25rem 0.25rem 0 var(--page-text);
}

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

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

.faq-card__question,
.faq-card__answer {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  color: var(--page-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.4;
}

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

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

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

@media (min-width: 768px) {
  .faq-panel {
    padding: 4rem 5rem;
  }
}
