* {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  margin: 0;
  color: #1f2937;
  background: #fff;
}

/* PC版は一旦SP版と同じ見た目にするため、各セクション自体もスマホ幅に固定して中央寄せにしています */
body {
  background: #e5e7eb;
}

body > header,
body > section,
body > footer {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.pc-rail-anchor {
  display: none;
}

.pc-rail {
  display: none;
}

@media (min-width: 768px) {
  :root {
    --rail-w: clamp(300px, 22vw, 400px);
    --rail-gap: 16px;
    --stage-max: 1760px;
    --stage-margin: max(8px, calc((100vw - var(--stage-max)) / 2));
  }

  body {
    background: #e9ecf1;
    padding-right: calc(var(--stage-margin) + var(--rail-gap) + var(--rail-w));
  }

  body > header {
    max-width: 100%;
  }

  body > section,
  body > footer {
    max-width: clamp(640px, 42vw, 860px);
    margin-left: auto;
    margin-right: auto;
  }

  .pc-rail {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rail-w);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    z-index: 20;
  }

  .pc-rail--right {
    right: var(--stage-margin);
  }

  .pc-rail--left {
    display: none;
  }

  .pc-rail--right #form {
    max-width: 100%;
    margin: 0;
  }

  .pc-rail--right .form__badge {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .pc-rail--right .form__badge img {
    width: min(60%, 200px);
  }

  .pc-rail--right .u-flex-title.f_ttl {
    padding: 14px 32px 10px 14px;
  }

  .pc-rail--right .u-flex-title.f_ttl img {
    max-width: 200px;
  }

  .pc-rail--right .form__row th {
    padding: 4px 14px 0;
    line-height: 1.15;
    font-size: 0.74rem;
  }

  .pc-rail--right .form__row td {
    padding: 0 14px 4px;
  }

  .pc-rail--right .form__table input,
  .pc-rail--right .form__table select {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.82rem;
  }

  .pc-rail--right .u-gray {
    font-size: 0.7rem;
  }

  .pc-rail--right .box2 {
    margin-bottom: 4px;
  }

  .pc-rail--right .post__box,
  .pc-rail--right .prefecture,
  .pc-rail--right .city,
  .pc-rail--right .address {
    margin-top: 4px;
  }

  .pc-rail--right .form__policy {
    margin: 2px 0;
    font-size: 0.76rem;
  }

  .pc-rail--right .form__submit {
    gap: 4px;
    padding: 6px 14px 10px;
  }

  .pc-rail__cta {
    margin-top: 16px;
    display: grid;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  .pc-rail__cta-tel,
  .pc-rail__cta-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    padding: 12px;
    font-weight: 700;
  }

  .pc-rail__cta-tel {
    background: #ef4444;
    color: #fff;
  }

  .pc-rail__cta-label {
    font-size: 0.78rem;
    font-weight: 600;
  }

  .pc-rail__cta-number {
    font-size: 1.3rem;
    font-weight: 800;
  }

  .pc-rail__cta-line {
    background: #06c755;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  body {
    padding-left: calc(var(--stage-margin) + var(--rail-gap) + var(--rail-w));
  }

  .pc-rail--left {
    display: block;
    left: var(--stage-margin);
  }

  .pc-rail--left > header {
    max-width: 100%;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  .pc-rail--left .lp-fv {
    max-width: 100%;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  .pc-rail--left .pc-rail__cta {
    margin-top: 0;
  }

  .lp-reviews {
    display: none;
  }
}

.lp-form,
.lp-reviews,
.lp-reason,
.lp-manufacturers,
.lp-faq,
.lp-flow,
.lp-area,
.lp-lineup,
.lp-sdgs,
.lp-company,
.lp-footer {
  padding: 24px 16px;
}

.lp-about__inner {
  padding: 0 16px 24px;
}

.lp-header {
  padding: 10px 16px;
}

.lp-fv {
  padding: 0 16px;
}

.lp-form {
  position: relative;
  z-index: 3;
}

.lp-header__inner,
.lp-fv__inner,
.lp-form__inner,
.lp-reviews__inner,
.lp-reason__inner,
.lp-manufacturers__inner,
.lp-faq__inner,
.lp-flow__inner,
.lp-area__inner,
.lp-about__inner,
.lp-company__inner,
.lp-footer__inner {
  max-width: 640px;
  margin: 0 auto;
}

.lp-fv__inner,
.lp-reviews__inner {
  position: relative;
  z-index: 1;
}

.lp-footer {
  background: #fdfcf0;
  text-align: center;
}

.lp-footer__inner p {
  margin: 0 0 8px;
}

.lp-footer__inner a {
  display: inline-block;
  margin-bottom: 16px;
  color: #1e5aa8;
}

.lp-confirm,
.lp-finish {
  padding: 28px 16px;
}

.lp-confirm__title,
.lp-finish__title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 14px;
}

.lp-confirm__lead,
.lp-finish__text {
  font-size: 0.92rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 20px;
}

.lp-confirm__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
}

.lp-confirm__table th,
.lp-confirm__table td {
  display: block;
  width: 100%;
  text-align: left;
}

.lp-confirm__table th {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1e5aa8;
  padding: 12px 0 4px;
  border-top: 1px solid #e2e8f0;
}

.lp-confirm__table tr:first-child th {
  border-top: 0;
}

.lp-confirm__table td {
  font-size: 0.95rem;
  padding: 0 0 8px;
  word-break: break-all;
}

.lp-confirm__actions {
  display: grid;
  gap: 12px;
}

.lp-confirm__submit {
  display: block;
  width: 100%;
  background: #ef4444;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  padding: 16px;
  cursor: pointer;
}

.lp-confirm__back {
  display: block;
  text-align: center;
  color: #6b7280;
  text-decoration: underline;
  font-size: 0.9rem;
}

.lp-finish {
  text-align: center;
}

.lp-finish__tel {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e5aa8;
  text-decoration: none;
  margin-bottom: 4px;
}

.lp-finish__hours {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 24px;
}

.lp-finish__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06c755;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 28px;
  margin: 0 0 24px;
}

.lp-finish__back {
  display: block;
  color: #1e5aa8;
  text-decoration: underline;
  font-size: 0.9rem;
}

.lp-footer__copyright {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0;
}

.lp-header__logo,
.lp-fv__image,
.lp-reason img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-reason {
  background: #fcfbef;
}

.lp-reason__lead {
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.lp-reason__lead-img {
  margin: 0 auto 14px;
}

.lp-reason__lead-text {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 700;
}

.u-accent {
  color: #f97316;
  font-weight: 700;
}

.lp-reason__subsidy {
  margin-top: 24px;
  text-align: center;
}

.lp-reason__subsidy img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.lp-reason__subsidy-text {
  font-size: 0.92rem;
  line-height: 1.9;
  font-weight: 800;
}

.u-accent-strong {
  color: #e11d48;
  font-weight: 800;
  font-size: 1.1rem;
}

.lp-point {
  text-align: center;
}

.lp-point--image {
  background: none;
  border: 0;
  padding: 0;
}

.lp-point--text {
  background-color: #fdfcf5;
  background-image: radial-gradient(circle, #e8e8e6 1.5px, transparent 1.6px);
  background-size: 36px 36px;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  padding-bottom: 28px;
}

.lp-point__title-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp-point--text .lp-point__text {
  margin: -8px 0 0;
  padding: 0 16px;
  position: relative;
}

.lp-point__illust {
  margin: 18px 16px 0;
}

.lp-point__illust img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.u-highlight {
  background: linear-gradient(transparent 60%, #fde047 60%);
  font-weight: 700;
}

.lp-section__title {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0 0 12px;
}

.lp-area {
  background: #fcfae5;
}

.lp-area__title,
.lp-area__badge,
.lp-area__map {
  text-align: center;
  margin: 0 0 14px;
}

.lp-area__title img,
.lp-area__badge img,
.lp-area__map img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.lp-area__title img {
  max-width: 220px;
}

.lp-area__badge img {
  max-width: 280px;
}

.lp-area__map img {
  max-width: 240px;
}

.lp-area__list {
  margin-bottom: 16px;
}

.lp-area__list-title {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: #034a9a;
  border-radius: 999px;
  padding: 10px 16px;
  margin: 0 0 14px;
}

.lp-area__note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.lp-area__note h4 {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: #034a9a;
  border-radius: 6px;
  padding: 6px 12px;
  margin: 0;
  white-space: nowrap;
}

.lp-area__note p {
  flex: 1 1 auto;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
  color: #374151;
}

.lp-area__footer {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

.lp-about__banner {
  background: url('../img/about_banner_bg.webp') no-repeat center;
  background-size: cover;
  padding: 28px 16px;
  text-align: center;
}

.lp-about__banner-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.u-banner-accent {
  color: #fff700;
}

.lp-about__img {
  margin: 18px 0 0;
  text-align: center;
}

.lp-about__img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 14px;
}

.lp-company__frame {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 20px 16px;
}

.lp-company__logo {
  text-align: center;
  margin: 0 0 18px;
}

.lp-company__logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.lp-company__list {
  margin: 0;
}

.lp-company__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px;
}

.lp-company__item--block {
  display: block;
}

.lp-company__item dt {
  flex: 0 0 auto;
  background: #f55c00;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 14px;
  margin: 0;
  white-space: nowrap;
}

.lp-company__item--block dt {
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.lp-company__item dd {
  flex: 1 1 auto;
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 0;
  color: #374151;
}

.lp-company__item dd a {
  color: #1e5aa8;
}

.lp-company__map {
  margin: 0 0 14px;
}

.lp-company__map iframe {
  width: 100%;
  height: 200px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  display: block;
}

.lp-lineup {
  background: #fcfae5;
}

.lp-lineup__title {
  text-align: center;
  margin: 0 0 14px;
}

.lp-lineup__title img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.lp-lineup__note {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.lp-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.lp-lineup__grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.lp-sdgs {
  background: #fcfae5;
  text-align: center;
}

.lp-sdgs__logo {
  margin: 0 0 14px;
}

.lp-sdgs__logo img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.lp-sdgs__text {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0 0 16px;
}

.lp-sdgs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #1e5aa8;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 28px;
}

.lp-fv__inner {
  display: grid;
  gap: 12px;
}

.lp-fv__lead,
.lp-fv__text,
.lp-section__lead,
.lp-review__text,
.lp-point__text,
.lp-area p,
.lp-about p,
.lp-company p {
  line-height: 1.8;
}

.lp-fv__cta,
.lp-form__body button {
  display: inline-block;
  background: #0f766e;
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
}

.lp-form__body {
  display: grid;
  gap: 12px;
}

.lp-form__body label {
  display: grid;
  gap: 6px;
}

.lp-form__body input,
.lp-form__body textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  box-sizing: border-box;
}

.lp-reason__points,
.lp-reviews__list {
  display: grid;
  gap: 12px;
}

.lp-flow__img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-ribbon-img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto 22px;
}

.lp-manufacturers__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 20px;
}

.lp-manufacturers__logos img {
  max-width: 110px;
  height: auto;
  display: block;
}

.lp-manufacturers__note {
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.8;
  font-weight: 800;
  color: #374151;
  margin: 0 0 18px;
}

.lp-manufacturers__cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.lp-manufacturers__cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 14px;
  padding: 10px 6px;
}

.lp-manufacturers__cta-icon {
  width: 22px;
  height: 22px;
}

.lp-manufacturers__cta-btn--tel {
  background: #ef4444;
}

.lp-manufacturers__cta-btn--web {
  background: #3b82f6;
}

.lp-manufacturers__cta-btn--line {
  background: #06c755;
}

.review__title {
  position: relative;
  margin-bottom: 14px;
}

.review__figure {
  position: relative;
  margin: 0;
}

.review__figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.review__num {
  position: absolute;
  left: 24px;
  top: 7px;
  z-index: 2;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.review__date {
  position: static;
  text-align: right;
  margin-top: 4px;
  color: #ef4444;
  font-size: 11px;
  font-weight: 700;
}

.lp-review {
  border-radius: 14px;
  overflow: hidden;
}

.lp-review__meta {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.lp-review__image {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  display: block;
}

.lp-reviews__carousel {
  position: relative;
}

.lp-reviews__nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}

.lp-reviews__nav--prev {
  left: 2px;
  background: url('../img/s_traiangle_left.png') no-repeat center;
  background-size: contain;
}

.lp-reviews__nav--next {
  right: 2px;
  background: url('../img/s_traiangle.png') no-repeat center;
  background-size: contain;
}

.lp-reviews__nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.lp-faq__title {
  text-align: center;
  margin: 0 0 18px;
}

.lp-faq__title img {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.faq__item {
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(15, 41, 53, 0.16);
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #034a9a;
  padding: 12px 38px 12px 14px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.faq__question img {
  width: 26px;
  height: auto;
  flex: 0 0 auto;
}

.faq__question p {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.faq__question::before,
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.faq__question::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq__question::after {
  transform: translateY(-50%);
}

.faq__question.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq__question.is-open::after {
  opacity: 0;
}

.accordion__content {
  display: none;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #fff;
  padding: 14px;
}

.faq__answer img {
  width: 24px;
  height: auto;
  flex: 0 0 auto;
}

.faq__answer p {
  color: #1f2937;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

.u-flex-title img {
  width: 100%;
  height: auto;
  display: block;
}

.u-flex-title.f_ttl {
  background: #1e5aa8;
  border: 2px solid #1e5aa8;
  border-bottom: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding: 24px 44px 12px 16px;
}

.u-flex-title.f_ttl.is-active {
  border-radius: 18px 18px 0 0;
}

.form__badge {
  text-align: center;
  margin-top: -30px;
  margin-bottom: -28px;
  position: relative;
  z-index: 7;
}

.form__badge img {
  width: min(76%, 300px);
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.u-flex-title.f_ttl img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
}

.u-flex-title.f_ttl img[alt*="ここをタップ"] {
  margin-bottom: 0;
}

.u-flex-title.f_ttl img.form-toggle-icon--pc {
  display: none;
}

@media (min-width: 1024px) {
  .u-flex-title.f_ttl img.form-toggle-icon--sp {
    display: none;
  }

  .u-flex-title.f_ttl img.form-toggle-icon--pc {
    display: block;
  }

  #form-accordion-toggle {
    cursor: default;
  }

  #form-accordion-toggle::after {
    display: none;
  }
}

.u-flex-title.f_ttl::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

.form__table {
  background: #fff;
  border: 2px solid #1e5aa8;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(30, 90, 168, 0.12);
}

.form__table table {
  background: #fff;
}

.form__table table {
  width: 100%;
  border-collapse: collapse;
}

.form__row th,
.form__row td {
  display: block;
  width: 100%;
}

.form__row th {
  text-align: left;
  padding: 10px 14px 6px;
  line-height: 1.25;
  font-size: 0.92rem;
}

.form__row td {
  padding: 0 14px 12px;
}

.form__table input,
.form__table select {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #f3f7fb;
}

.form__required {
  color: #d9480f;
  font-weight: 700;
  margin-left: 4px;
}

.u-gray,
.fsS,
.note {
  color: #64748b;
  font-size: 0.875rem;
}

.u-gray {
  display: inline;
  white-space: nowrap;
}

.box2 {
  margin-bottom: 8px;
}

.post__box,
.prefecture,
.city,
.address {
  margin-top: 8px;
}

.form__postcode > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form__postcode-1,
.form__postcode-2 {
  flex: 1;
}

.form__policy {
  margin: 6px 0 4px;
  font-size: 0.95rem;
}

.form__submit {
  display: grid;
  gap: 16px;
  padding: 22px 14px;
}

.form__policy a {
  color: #1e5aa8;
  font-weight: 700;
}

.form__submit .submit {
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 12px;
}

.modal__inner {
  background-color: #fff;
  color: #111827;
  margin: 5vh auto;
  padding: 20px;
  width: min(92vw, 800px);
  border-radius: 8px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.35);
}

.modal__inner p {
  font-size: 16px;
  line-height: 1.7;
  color: #111827;
}

.modal__body.modal--type1 {
  padding: 3%;
  overflow-wrap: break-word;
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.modal__close-btn {
  cursor: pointer;
  border: 0;
  background: #1e5aa8;
  color: #fff;
  border-radius: 10px;
  padding: 10px 18px;
  font: inherit;
}

.modal__footer {
  margin-top: 16px;
}

/* PC版は一旦SP版と同じ見た目にするため、min-width:768pxの上書きを無効化中
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }

  .u-flex-title.f_ttl {
    padding: 14px 16px 10px;
  }

  .form__badge {
    margin-top: 0;
  }

  .u-flex-title.f_ttl::after {
    display: none;
  }

  .form__row th,
  .form__row td {
    display: table-cell;
    vertical-align: top;
  }

  .form__row th {
    width: 34%;
    padding: 18px 12px 18px 0;
  }

  .form__row td {
    width: 66%;
    padding: 12px 0;
  }

  .form__table input,
  .form__table select {
    min-height: 52px;
  }

  .review__num {
    left: 34px;
    top: 16px;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .review__date { font-size: 12px; }
}
*/

/* PC版は一旦SP版と同じ見た目にするため、本来の767pxではなく常に適用される値にしています */
@media (max-width: 99999px) {
  .lp-fv {
    padding-bottom: 0;
  }

  #form.pagetop__top {
    padding-top: 0;
    margin-top: -16px;
  }

  .u-flex-title.f_ttl::after {
    opacity: 1;
  }

  .modal__inner {
    width: 90%;
    height: auto;
    max-height: 90vh;
  }

  .review__num {
    left: 118px;
    top: -16px;
    min-width: 30px;
    height: 30px;
  }

  .review__figure .u-sp {
    position: relative;
    left: 8px;
  }

  .review__date { font-size: 11px; }

  .lp-reviews__carousel {
    overflow: hidden;
    padding: 0 8px;
  }

  .lp-reviews__list {
    display: flex;
    gap: 10px;
    transition: transform 0.28s ease;
    will-change: transform;
    cursor: grab;
    user-select: none;
  }

  .lp-reviews__list img {
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .lp-review {
    min-width: calc(100% - 16px);
    flex: 0 0 calc(100% - 16px);
  }

  .lp-reviews__nav {
    display: inline-flex;
  }

  .u-flex-title.f_ttl {
    cursor: pointer;
  }

  .u-flex-title.f_ttl.is-active::after {
    transform: translateY(-50%) rotate(-135deg);
  }

  .form_tbl {
    display: none;
  }

  .form_tbl.is-active {
    display: block;
  }
}
