.car-futsu2-layout {
  --futsu2-navy: #26343a;
  --futsu2-gold: #c89a2b;
  --futsu2-gold-pale: #fff9e6;
  --futsu2-blue-pale: #eef5f7;
  --futsu2-border: #e3e7e8;
}

.car-futsu2-page {
  padding-bottom: 84px;
}

.futsu2-hero {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  background: var(--futsu2-navy);
  border-bottom: 0;
}

.futsu2-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 39, 44, 0.97) 0%, rgba(27, 39, 44, 0.82) 47%, rgba(27, 39, 44, 0.18) 100%);
  content: "";
}

.futsu2-hero > img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.futsu2-hero__copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(24px, 6vw, 54px);
  width: min(76%, 650px);
  transform: translateY(-50%);
  color: #fff;
}

.futsu2-hero .futsu2-eyebrow {
  margin: 0 0 14px;
  color: #e8c66f;
  font-family: Poppins, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.futsu2-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3.7vw, 2.35rem);
  line-height: 1.45;
}

/* H1の補足（料金・期間・校数）。guide-common.css の
   .guide-page-header h1 span は #744d56 で、紺色ヒーローの上では読めない。 */
.futsu2-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #e8c66f;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.6;
}

.futsu2-nowrap {
  white-space: nowrap;
}

.futsu2-hero__copy > p:last-child {
  margin: 16px 0 0;
  font-weight: 700;
}

.car-futsu2-guide {
  color: var(--futsu2-navy);
}

.futsu2-intro {
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid #d6dfe2;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(38, 52, 58, 0.08);
}

.futsu2-intro > p:not(.guide-intro__definition) {
  margin-bottom: 0;
}

.futsu2-quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.futsu2-quick-links a {
  display: grid;
  min-height: 52px;
  padding: 10px;
  place-items: center;
  background: var(--btn-plain-bg, #fff);
  border: 1px solid var(--btn-plain-border, #d8dcdd);
  border-radius: 8px;
  color: var(--btn-plain-text, #2d3436);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.futsu2-quick-links a:last-child {
  background: var(--btn-order-bg, #ff6b35);
  border-color: transparent;
  color: var(--btn-order-text, #fff);
}

.car-futsu2-guide .guide-section {
  border-bottom: 1px solid #ebebeb;
}

.futsu2-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.futsu2-vehicle-card {
  padding: 26px;
  border: 1px solid var(--futsu2-border);
  border-radius: 14px;
}

.futsu2-vehicle-card--can {
  background: #f2f8f4;
  border-top: 5px solid #3c8b61;
}

.futsu2-vehicle-card--caution {
  background: #fff7f4;
  border-top: 5px solid #c76b50;
}

.futsu2-vehicle-card h3 {
  margin: 0 0 15px;
  font-size: 1.15rem;
}

.futsu2-vehicle-card ul {
  margin: 0;
  padding-left: 1.25em;
}

.futsu2-important-box,
.futsu2-benefit-note,
.futsu2-special-rule {
  margin-top: 24px;
  padding: 24px;
  background: var(--futsu2-gold-pale);
  border-left: 5px solid var(--futsu2-gold);
  border-radius: 0 12px 12px 0;
}

.futsu2-important-box p,
.futsu2-benefit-note p,
.futsu2-special-rule p {
  margin: 0;
}

.futsu2-important-box p + p,
.futsu2-benefit-note p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eadcae;
}

.futsu2-benefit-note h3,
.futsu2-special-rule h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.futsu2-flow-steps {
  margin: 26px 0 0;
  padding-left: 1.4em;
}

.futsu2-flow-steps li {
  padding: 4px 0;
}

.futsu2-flow-steps li + li {
  margin-top: 10px;
}

.futsu2-school-jump {
  margin: 22px 0 30px;
  padding: 16px 18px;
  background: var(--futsu2-blue-pale);
  border-radius: 10px;
}

.futsu2-school-jump__title {
  margin: 0 0 10px !important;
  color: #536970;
  font-size: 0.78rem;
  font-weight: 800;
}

.futsu2-school-jump ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.futsu2-school-jump a {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid var(--futsu2-border);
  border-radius: 999px;
  color: var(--futsu2-navy);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.futsu2-source-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  background: #edf4f6;
  border: 1px solid #cfdde1;
  border-radius: 999px;
  color: #445b64;
  font-size: 0.75rem;
  font-weight: 700;
}

.futsu2-price-source-note,
.futsu2-school-notice {
  margin: 24px 0;
  padding: 18px 20px;
  background: #f5f7f8;
  border-left: 4px solid #87969d;
  border-radius: 0 10px 10px 0;
}

.futsu2-price-source-note strong {
  display: block;
  margin-bottom: 6px;
}

.futsu2-price-source-note p,
.futsu2-school-notice p {
  margin: 0;
  color: var(--guide-muted);
  font-size: 0.88rem;
}

.futsu2-price-table {
  min-width: 650px;
}

.futsu2-price-table thead th {
  background: #2d3436;
  color: #fff;
}

.futsu2-price-table tbody tr:nth-child(even) th,
.futsu2-price-table tbody tr:nth-child(even) td {
  background: #f7f9f9;
}

.futsu2-price-table td {
  white-space: nowrap;
}

.futsu2-official-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.futsu2-official-links a,
.futsu2-benefit-note a {
  color: #245c72;
  font-weight: 700;
  text-underline-offset: 3px;
}

.futsu2-benefit-note a {
  display: inline-block;
  margin-top: 6px;
}

.futsu2-school-region + .futsu2-school-region {
  margin-top: 44px;
}

.futsu2-school-region > h3 {
  margin: 0 0 16px;
  padding: 10px 15px;
  background: var(--futsu2-navy);
  border-radius: 8px;
  color: #fff;
  font-size: 1.05rem;
}

.futsu2-school-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.futsu2-school-card {
  display: flex;
  min-width: 0;
  padding: 22px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--futsu2-border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(38, 52, 58, 0.07);
}

.futsu2-school-card__prefecture {
  align-self: flex-start;
  margin: 0 0 10px !important;
  padding: 4px 9px;
  background: var(--futsu2-blue-pale);
  border-radius: 999px;
  color: #536970;
  font-size: 0.72rem;
  font-weight: 800;
}

.futsu2-school-card h4 {
  margin: 0 0 14px;
  font-size: 1.06rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.futsu2-school-card__note {
  margin: 0 0 16px !important;
  color: var(--guide-muted);
  font-size: 0.78rem;
}

.futsu2-school-card .guide-button {
  width: 100%;
  margin-top: auto;
}

.futsu2-requirement-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.futsu2-requirement-list > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 16px;
  background: var(--futsu2-blue-pale);
  border-radius: 10px;
}

.futsu2-requirement-list dt {
  font-weight: 800;
}

.futsu2-requirement-list dd {
  margin: 0;
}

.futsu2-official-links {
  margin-top: 18px;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .futsu2-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .futsu2-hero,
  .futsu2-hero > img {
    height: 360px;
  }

  .futsu2-hero > img {
    object-position: 62% center;
  }

  .futsu2-hero::after {
    background: linear-gradient(0deg, rgba(27, 39, 44, 0.98) 0%, rgba(27, 39, 44, 0.76) 62%, rgba(27, 39, 44, 0.18) 100%);
  }

  .futsu2-hero__copy {
    top: auto;
    right: 22px;
    bottom: 28px;
    left: 22px;
    width: auto;
    transform: none;
  }

  .futsu2-hero h1 {
    font-size: clamp(1.28rem, 6vw, 1.55rem);
  }

  .futsu2-vehicle-grid,
  .futsu2-school-grid,
  .futsu2-requirement-list {
    grid-template-columns: 1fr;
  }

  .futsu2-vehicle-card,
  .futsu2-important-box,
  .futsu2-benefit-note,
  .futsu2-special-rule,
  .futsu2-school-card {
    padding: 20px;
  }

  .futsu2-school-region + .futsu2-school-region {
    margin-top: 34px;
  }

  .futsu2-requirement-list > div {
    grid-template-columns: 78px 1fr;
  }
}

@media (max-width: 420px) {
  .futsu2-hero__copy > p:last-child {
    font-size: 0.86rem;
  }

  .futsu2-quick-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .futsu2-quick-links a {
    min-height: 46px;
  }

  .futsu2-source-badge {
    border-radius: 8px;
  }
}
