/* Generated from choice.html; scoped so the shared theme header/footer remain unchanged. */
.choice-page-content .hero-inner {
  height: auto;
  grid-template-columns: 1fr;
}

.choice-page-content .section-heading::after {
  content: none;
}

.choice-page-content {
      --blue: #087cd0;
      --blue-dark: #103454;
      --navy: #123454;
      --orange: #f88404;
      --sky: #f0f8fc;
      --sky-strong: #dff1fb;
      --sand: #f8f0e8;
      --white: #ffffff;
      --text: #143454;
      --muted: #5b6876;
      --line: #b0dcf8;
      --shadow: 0 18px 48px rgba(16, 52, 84, 0.1);
      --max: 1120px;
    }

    .choice-page-content, .choice-page-content *,
    .choice-page-content *::before,
    .choice-page-content *::after {
      box-sizing: border-box;
    }

    .choice-page-content {
      scroll-behavior: smooth;
    }

    .choice-page-content {
      margin: 0;
      color: var(--text);
      background: var(--white);
      font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
      font-size: 16px;
      line-height: 1.8;
    }

    .choice-page-content img {
      display: block;
      max-width: 100%;
    }

    .choice-page-content a {
      color: inherit;
      text-decoration: none;
    }

    .choice-page-content button {
      font: inherit;
    }

    .choice-page-content .button {
      min-height: 48px;
      padding: 0 28px;
      border: 0;
      border-radius: 999px;
      background: var(--orange);
      color: var(--white);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-weight: 800;
      line-height: 1.3;
      box-shadow: 0 10px 24px rgba(248, 132, 4, 0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .choice-page-content .button:hover {
      transform: scale(1.02);
      box-shadow: 0 14px 30px rgba(248, 132, 4, 0.3);
    }

    .choice-page-content .button-small {
      min-height: 38px;
      padding-inline: 18px;
      font-size: 12px;
    }

    .choice-page-content .choice-hero {
      position: relative;
      overflow: hidden;
      background: var(--sky);
    }

    .choice-page-content .hero-inner {
      width: min(100% - 40px, var(--max));
      min-height: 240px;
      margin: 0 auto;
      padding: 24px 0 50px;
      display: grid;
      align-content: center;
      justify-items: center;
      text-align: center;
    }

    .choice-page-content .breadcrumb {
      width: 100%;
      margin-bottom: 24px;
      color: var(--muted);
      font-size: 13px;
      text-align: left;
    }

    .choice-page-content .breadcrumb ol {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      list-style: none;
    }

    .choice-page-content .breadcrumb li + li::before {
      content: "/";
      margin-right: 8px;
      color: #8fa6b8;
    }

    .choice-page-content .choice-hero h1 {
      max-width: 920px;
      margin: 0;
      color: var(--blue-dark);
      font-size: clamp(34px, 3.6vw, 44px);
      line-height: 1.4;
      letter-spacing: 0;
    }

    .choice-page-content .choice-hero h1 .accent {
      color: var(--orange);
    }

    .choice-page-content .wave-edge {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 24px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 76' preserveAspectRatio='none'%3E%3Cpath d='M0 42c155-42 304-42 448 0s292 42 444 0 335-42 548 0v34H0V42z' fill='%23ffffff'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
    }

    .choice-page-content .section {
      position: relative;
      padding: 104px 0;
    }

    .choice-page-content .section-inner {
      width: min(100% - 40px, var(--max));
      margin: 0 auto;
    }

    .choice-page-content .section-heading {
      max-width: 820px;
      margin: 0 auto 52px;
      text-align: center;
    }

    .choice-page-content .section-heading h2 {
      margin: 0;
      color: var(--blue-dark);
      font-size: clamp(32px, 3.7vw, 44px);
      line-height: 1.45;
      letter-spacing: 0;
    }

    .choice-page-content .section-heading p {
      margin: 18px auto 0;
      color: var(--muted);
      font-size: 17px;
    }

    .choice-page-content .heading-wave {
      width: 112px;
      height: 14px;
      margin: 24px auto 0;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='14' viewBox='0 0 112 14'%3E%3Cpath d='M2 7c9-7 18-7 27 0s18 7 27 0 18-7 27 0 18 7 27 0' fill='none' stroke='%23087cd0' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .choice-page-content .reason-overview {
      padding-top: 80px;
      background: var(--white);
    }

    .choice-page-content .overview-grid {
      display: grid;
      grid-template-columns: 1fr;
      max-width: 760px;
      margin: 0 auto;
      gap: 0;
      border-top: 1px solid var(--line);
    }

    .choice-page-content .overview-item {
      min-width: 0;
      min-height: 0;
      padding: 16px 2px;
      border-bottom: 1px solid var(--line);
      display: grid;
      grid-template-columns: 26px 1fr;
      align-items: start;
      gap: 8px;
      transition: color 0.2s ease;
    }

    .choice-page-content .overview-item:last-child {
      grid-column: auto;
      width: 100%;
    }

    .choice-page-content .overview-item:hover strong {
      color: var(--orange);
    }

    .choice-page-content .overview-number {
      color: var(--blue);
      font-size: 14px;
      font-weight: 900;
      line-height: 1.65;
    }

    .choice-page-content .overview-item strong {
      min-width: 0;
      color: var(--blue-dark);
      font-size: 15px;
      line-height: 1.65;
      white-space: nowrap;
      transition: color 0.2s ease;
    }

    .choice-page-content .reason-detail {
      overflow: hidden;
    }

    .choice-page-content .reason-detail.sky {
      background: var(--sky);
    }

    .choice-page-content .reason-detail.sand {
      background: var(--sand);
    }

    .choice-page-content .reason-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
      align-items: center;
      gap: clamp(54px, 7vw, 92px);
    }

    .choice-page-content .reason-detail.reverse .reason-media {
      order: 2;
    }

    .choice-page-content .reason-detail.reverse .reason-copy {
      order: 1;
    }

    .choice-page-content .reason-media {
      position: relative;
    }

    .choice-page-content .reason-media::before {
      content: "";
      position: absolute;
      top: 24px;
      left: -24px;
      z-index: 0;
      width: 100%;
      height: 100%;
      border: 2px solid rgba(8, 124, 208, 0.2);
      border-radius: 8px;
    }

    .choice-page-content .reason-detail.reverse .reason-media::before {
      right: -24px;
      left: auto;
    }

    .choice-page-content .reason-media img {
      position: relative;
      z-index: 1;
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: 8px;
      object-fit: cover;
      box-shadow: var(--shadow);
    }

    .choice-page-content #reason-02 .reason-media img {
      aspect-ratio: auto;
      object-fit: contain;
    }

    .choice-page-content .reason-kicker {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      color: var(--blue);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .choice-page-content .reason-kicker::before {
      content: "";
      width: 38px;
      height: 2px;
      background: var(--blue);
    }

    .choice-page-content .reason-copy h2 {
      margin: 0;
      color: var(--blue-dark);
      font-size: clamp(28px, 3vw, 39px);
      line-height: 1.5;
      letter-spacing: 0;
    }

    .choice-page-content .reason-copy h2.media-heading {
      font-size: 30px;
    }

    .choice-page-content .media-heading .heading-line {
      white-space: nowrap;
    }

    .choice-page-content .reason-copy .lead {
      margin: 24px 0 0;
      color: #2f5069;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.9;
    }

    .choice-page-content .reason-copy p:not(.lead) {
      margin: 18px 0 0;
      color: var(--muted);
    }

    .choice-page-content .reason-link {
      margin-top: 28px;
      color: var(--blue);
      display: inline-flex;
      align-items: center;
      gap: 9px;
      font-weight: 800;
    }

    .choice-page-content .reason-link::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
    }

    .choice-page-content .reason-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0 28px;
    }

    .choice-page-content .cta-section {
      position: relative;
      overflow: hidden;
      padding: 110px 0;
      background: var(--blue);
      color: var(--white);
      text-align: center;
    }

    .choice-page-content .cta-section::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.18;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='150' viewBox='0 0 330 150'%3E%3Cg fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 120h300'/%3E%3Cpath d='M28 110c22-28 42-28 66 0 22-24 45-24 68 0 25-28 51-28 78 0'/%3E%3Cpath d='M245 116l35-70 35 70h-70z'/%3E%3C/g%3E%3C/svg%3E") center / 440px auto repeat;
    }

    .choice-page-content .cta-inner {
      position: relative;
      z-index: 1;
      width: min(100% - 40px, 860px);
      margin: 0 auto;
    }

    .choice-page-content .cta-label {
      display: inline-block;
      margin-bottom: 22px;
      padding: 7px 16px;
      border: 1px solid rgba(255, 255, 255, 0.62);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
    }

    .choice-page-content .cta-section h2 {
      margin: 0;
      color: var(--white);
      font-size: clamp(32px, 4.2vw, 48px);
      line-height: 1.45;
    }

    .choice-page-content .cta-section p {
      margin: 20px auto 30px;
      font-size: 17px;
    }

    @media (max-width: 900px) {

      .choice-page-content .hero-inner {
        min-height: 220px;
        padding: 22px 0 44px;
      }

      .choice-page-content .breadcrumb {
        margin-bottom: 20px;
      }

      .choice-page-content .choice-hero h1 {
        font-size: clamp(32px, 6.4vw, 40px);
      }

      .choice-page-content .reason-layout {
        grid-template-columns: 1fr;
        gap: 52px;
      }

      .choice-page-content .reason-detail.reverse .reason-media,
    .choice-page-content .reason-detail.reverse .reason-copy {
        order: initial;
      }

      .choice-page-content .reason-copy {
        max-width: 680px;
      }
    }

    @media (max-width: 600px) {
      .choice-page-content {
        font-size: 15px;
      }

      .choice-page-content .section {
        padding: 68px 0;
      }

      .choice-page-content .section-inner,
    .choice-page-content .hero-inner {
        width: min(100% - 28px, var(--max));
      }

      .choice-page-content .choice-hero h1 {
        font-size: 28px;
        line-height: 1.5;
      }

      .choice-page-content .choice-hero h1 span {
        display: block;
      }

      .choice-page-content .breadcrumb {
        margin-bottom: 14px;
        font-size: 11px;
      }

      .choice-page-content .section-heading {
        margin-bottom: 36px;
      }

      .choice-page-content .section-heading h2 {
        font-size: 28px;
      }

      .choice-page-content .section-heading p {
        font-size: 15px;
      }

      .choice-page-content .overview-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .choice-page-content .overview-grid .overview-item:last-child {
        grid-column: auto;
        width: 100%;
      }

      .choice-page-content .overview-item {
        padding: 14px 2px;
        grid-template-columns: 24px 1fr;
        gap: 6px;
      }

      .choice-page-content .overview-number {
        font-size: 13px;
      }

      .choice-page-content .overview-item strong {
        font-size: 14px;
        line-height: 1.6;
        white-space: normal;
      }

      .choice-page-content .reason-layout {
        gap: 42px;
      }

      .choice-page-content .reason-media::before {
        top: 14px;
        left: -10px;
      }

      .choice-page-content .reason-detail.reverse .reason-media::before {
        right: -10px;
      }

      .choice-page-content .reason-copy h2 {
        font-size: 27px;
      }

      .choice-page-content .reason-copy h2.media-heading {
        font-size: clamp(17px, 4.8vw, 21px);
      }

      .choice-page-content .reason-copy .lead {
        margin-top: 18px;
        font-size: 16px;
      }

      .choice-page-content .cta-section {
        padding: 76px 0;
      }

      .choice-page-content .cta-section h2 {
        font-size: 30px;
      }

      .choice-page-content .cta-section p {
        font-size: 15px;
      }

      .choice-page-content .cta-section .button {
        width: 100%;
      }
    }

    @media (max-width: 350px) {
    }

    @media (prefers-reduced-motion: reduce) {
      .choice-page-content, .choice-page-content *,
    .choice-page-content *::before,
    .choice-page-content *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }
