    /* =====================
       カラー変数（債務整理LP）
    ===================== */
    :root {
      --color-orange:  #e57913;
      --color-green:   #00b158;
      --color-gold:    #00b158;
      --color-brown:   #4e2509;
    }

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

    .lp-saimu a { text-decoration: none !important; }
    .lp-saimu a:hover { opacity: 0.75; color: inherit !important; }
    .lp-saimu [class*="btn"]:hover { opacity: 0.8; }

    /* =====================
       拠点カード（FV直下）
    ===================== */
    .lp-saimu .offices {
      background: #f7f7f7;
      padding: 32px 20px;
    }

    .lp-saimu .offices__lead {
      max-width: 1200px;
      margin: 0 auto 20px;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      color: #1e0e04;
      line-height: 1.6;
    }

    .lp-saimu .offices__lead em {
      font-style: normal;
      color: #e57913;
    }

    .lp-saimu .offices__inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      gap: 12px;
      align-items: stretch;
    }

    .lp-saimu .office-card {
      flex: 1;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      display: flex;
      flex-direction: column;
    }

    .lp-saimu .office-card__img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      display: block;
    }

    .lp-saimu .office-card__body {
      padding: 12px 10px;
      text-align: center;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4px;
      justify-content: center;
    }

    .lp-saimu .office-card__name {
      font-size: 15px;
      font-weight: 700;
      color: #00b158;
    }

    .lp-saimu .office-card__access {
      font-size: 13px;
      color: #555;
      line-height: 1.5;
    }

    .lp-saimu .office-card--featured {
      border: 2px solid #00b158;
      box-shadow: 0 2px 16px rgba(212,168,67,0.25);
    }

    .lp-saimu .office-card--online .office-card__img {
      object-fit: cover;
      height: 100px;
    }

    @media (max-width: 900px) {
      .lp-saimu .offices__inner { flex-wrap: wrap; }
      .lp-saimu .office-card { flex: 0 0 calc(50% - 6px); }
      .lp-saimu .office-card--online { flex: 0 0 100%; }
    }

    @media (max-width: 480px) {
      .lp-saimu .office-card { flex: 0 0 calc(50% - 6px); }
      .lp-saimu .office-card__img { height: 80px; }
    }

    body {
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
      font-size: 18px;
      color: #fff;
      background: #fff;
    }

    /* =====================
       FV
    ===================== */
    .lp-saimu .fv {
      background:
        linear-gradient(150deg, rgba(255,255,255,0.60) 0%, rgba(255,255,255,0.60) 50%, rgba(255,255,255,0.60) 100%),
        url('https://www.daylight-law.jp/debt/wp-content/themes/daylight/images/saimumain22.jpg') 70% center/cover no-repeat;
      overflow: hidden;
    }

    .lp-saimu .container-fuk {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 620px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .lp-saimu .content-left-fuk {
      padding: 56px 40px 56px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
    }

    .lp-saimu .contentfuk-right {
     padding: 126px 0px 56px 0px;
    }

    .lp-saimu .fv__text-block { margin: 0 auto; }
    .lp-saimu .teamfuk-photo { width: 100%; max-width: 560px; height: auto; display: block; }

    .lp-saimu .fv__office {
      font-size: 20px;
      color: #1e0e04;
      letter-spacing: 0.04em;
      display: inline-block;
      background: #fff;
      border: 1.5px solid #00b158;
      padding: 8px 20px;
      border-radius: 4px;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .lp-saimu .fv__office span { margin: 0 8px; opacity: 0.5; }

    .lp-saimu .h3-message {
      font-size: clamp(32px, 3.2vw, 58px);
      font-weight: 700;
      line-height: 1.5;
      color: #303030;
      letter-spacing: 0.04em;
    }
    .lp-saimu .h3-message em { font-style: normal; color: #00b158; }

    .lp-saimu .lead-text {
      font-size: 18px;
      line-height: 1.8;
      color: #444;
    }
    .lp-saimu .stats-box { display: inline-flex; align-items: baseline; gap: 2px; }
    .lp-saimu .stats-num { font-size: 35px; font-weight: 700; color: #00b158; }
    .lp-saimu .stats-unit { font-size: 18px; color: #00b158; }

    .lp-saimu .badge-row { display: flex; gap: 10px; }
    .lp-saimu .badge-fuk {
      flex: 1;
      background: #f4fbf7;
      border: 2px solid rgba(0,177,88,0.25);
      border-radius: 8px;
      padding: 14px 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      text-align: center;
    }
    .lp-saimu .badge-label { font-size: 16px; font-weight: 600; color: #555; letter-spacing: 0.05em; }
    .lp-saimu .badge-val { font-size: 25px; font-weight: 700; color: #00b158; line-height: 1.2; white-space: nowrap; }
    .lp-saimu .badge-sub { font-size: 13px; color: #888; white-space: nowrap; }

    /* =====================
       CTA
    ===================== */
    .lp-saimu .cta {
      background:
        linear-gradient(to bottom, rgba(245,240,232,0.75) 0%, rgba(245,240,232,0.70) 100%),
        url('https://hakata.daylight-law.jp/wp-content/uploads/2024/01/officemain.jpg') top/cover no-repeat;
      padding: 48px 40px;
    }

    .lp-saimu .cta__card {
      max-width: 760px;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #e0d8cc;
      border-radius: 4px;
      padding: 48px 56px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

    .lp-saimu .cta__lead-text { font-size: 20px; font-weight: 700; color: #1e0e04; text-align: center; }
    .lp-saimu .cta__access { font-size: 18px; color: #555; text-align: center; }
    .lp-saimu .cta__title { font-size: 20px; font-weight: 700; color: #1e0e04; letter-spacing: 0.04em; text-align: center; }
    .lp-saimu .cta__sub { font-size: 18px; color: #333; text-align: center; }
    .lp-saimu .cta__sub-main { display: block; font-size: 30px; font-weight: 700; line-height: 1.3; color: #333; margin-bottom: -25px}
    .lp-saimu .cta__sub em { font-style: normal; color: #00b158; font-weight: 700; }

    .lp-saimu .cta__tel {
      font-size: 48px;
      font-weight: 700;
      color: #1e0e04;
      letter-spacing: 0.04em;
      text-decoration: none;
      line-height: 1;
    }
    .lp-saimu .cta__tel:hover { opacity: 0.6; }

    .lp-saimu .cta__btn-tap {
      display: block;
      width: 100%;
      background: #e57913;
      color: #fff;
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      font-weight: 700;
      padding: 18px 20px;
      border-radius: 4px;
      box-shadow: 0 4px 0 #a8540a;
      transition: box-shadow 0.1s, transform 0.1s;
    }
    .lp-saimu .cta__btn-tap:hover { opacity: 0.6; transform: translateY(2px); }

    .lp-saimu .cta__badges { display: flex; gap: 8px; }
    .lp-saimu .cta__badge { border: 1px solid #333; border-radius: 2px; padding: 4px 14px; font-size: 14px; color: #333; }
    .lp-saimu .cta__note { font-size: 18px; color: #555; }
    .lp-saimu .cta__cond { font-size: 13px; color: #999; margin-top: 6px; display: block; line-height: 1.7; }

    .lp-saimu .cta__btn-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      width: 100%;
      margin-top: 8px;
    }

    .lp-saimu .cta__btn-web,
    .lp-saimu .cta__btn-line {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 4px;
      padding: 18px 20px;
      gap: 4px;
      font-weight: 700;
      transition: box-shadow 0.1s, transform 0.1s;
    }
    .lp-saimu .cta__btn-web:hover,
    .lp-saimu .cta__btn-line:hover { opacity: 0.6; transform: translateY(2px);}
    .lp-saimu .cta__btn-web { background: #562512; color: #fff; box-shadow: 0 4px 0 #2e1209; }
    .lp-saimu .cta__btn-line { background: #06C755; color: #fff; box-shadow: 0 4px 0 #049040; }
    .lp-saimu .cta__btn-web .cta-label,
    .lp-saimu .cta__btn-line .cta-label { font-size: 18px; }
    .lp-saimu .cta__btn-web .cta-sub,
    .lp-saimu .cta__btn-line .cta-sub { font-size: 13px; opacity: 0.85; }

    /* =====================
       お悩みセクション
    ===================== */
    .lp-saimu .worries { background: #f8faf9; padding: 0 0 80px; }

    .lp-saimu .worries__banner {
      background: #00b158;
      padding: 22px 40px;
      text-align: center;
      margin-bottom: 52px;
    }
    .lp-saimu .worries__banner h2 { color: #fff; font-size: clamp(20px, 2vw, 26px); font-weight: 700; letter-spacing: 0.04em; }

    .lp-saimu .worries__inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }

    .lp-saimu .worries__list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .lp-saimu .worry-card {
      background: #fff;
      border: 2px solid #00b158;
      border-radius: 12px;
      padding: 0px 28px;
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .lp-saimu .worry-card__person {
      flex-shrink: 0;
    }
    .lp-saimu .worry-card__person img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      display: block;
    }

    .lp-saimu .worry-card__title {
      font-size: clamp(18px, 1.6vw, 20px);
      font-weight: 700;
      color: #1e0e04;
      line-height: 1.5;
      margin: 0;
    }
    .lp-saimu .worry-card__text { font-size: 18px; color: #444; line-height: 1.9; }

    .lp-saimu .worries__lawyer {
      margin-top: 48px;
      display: grid;
      grid-template-columns: 1fr 260px;
      align-items: center;
      background: linear-gradient(to left, #edf9f4, #ffffff);
      border-radius: 8px;
      overflow: hidden;
      max-width: 100%;
    }

    .lp-saimu .worries__lawyer__photo-wrap {
      position: relative;
      height: 100%;
      min-height: 220px;
      order: 2;
    }

    .lp-saimu .worries__lawyer__photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 10%;
      display: block;
    }

    .lp-saimu .worries__lawyer__fade {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      background: linear-gradient(to left, transparent, #faf7f2);
    }

    .lp-saimu .worries__lawyer__body {
      padding: 32px 24px 32px 40px;
      order: 1;
    }

    .lp-saimu .worries__lawyer__text {
      font-size: 18px;
      color: #555;
      line-height: 1.9;
    }

    .lp-saimu .worries__lawyer__cta {
      font-size: clamp(22px, 2.2vw, 28px);
      font-weight: 700;
      color: #e57913;
      margin-top: 20px;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .lp-saimu .worries__banner { padding: 18px 20px; margin-bottom: 36px; }
      .lp-saimu .worries__inner { padding: 0 20px; }
      .lp-saimu .worries { padding-bottom: 48px; }
      .lp-saimu .worries__lawyer { grid-template-columns: 1fr; background: linear-gradient(to bottom, #edf9f4, #ffffff); }
      .lp-saimu .worries__lawyer__photo-wrap {
        min-height: 0;
        height: auto;
        padding: 0px 24px 30px;
        background: transparent;
        display: flex;
        justify-content: center;
      }
      .lp-saimu .worries__lawyer__photo {
        width: 65%;
        height: auto;
        object-fit: cover;
        border-radius: 4px;
        position: static;
      }
      .lp-saimu .worries__lawyer__fade { display: none; }
      .lp-saimu .worries__lawyer__body { padding: 20px 24px 28px; }
    }

    .lp-saimu .office-card__access{font-size: 15px; margin-top: -10px;}

    /* =====================
       共通見出しスタイル
    ===================== */
    .lp-saimu .SH2 {
      background: #f5f0e8;
      border-bottom: 2px solid #333;
      padding: 12px 16px;
      font-size: clamp(20px, 2vw, 26px);
      font-weight: 700;
      color: #333;
    }

    .lp-saimu .SH3 {
      border-bottom: 2px solid #fe6195;
      padding-bottom: 6px;
      font-size: 20px;
      font-weight: 700;
      color: #1e0e04;
      margin-bottom: 12px;
    }

    .lp-saimu .main_btn {
      display: inline-block;
      background: #e57913;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      padding: 10px 24px;
      border-radius: 4px;
      margin-top: 16px;
      transition: opacity 0.2s;
    }
    .lp-saimu .main_btn:hover { opacity: 0.85; }

    /* =====================
       選ばれる理由
    ===================== */
    .lp-saimu .reasons { background: #fff; padding: 72px 40px; }
    .lp-saimu .reasons__inner { max-width: 900px; margin: 0 auto; }
    .lp-saimu .reasons__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .reasons__head .SH2 {
      background: none; border-bottom: none; color: #1e0e04; padding: 0;
      font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; line-height: 1.5;
    }
    .lp-saimu .reasons__head .SH2 em { font-style: normal; color: #fe6195; }
    .lp-saimu .reasons__head__line {
      height: 3px; width: 200px; margin: 16px auto 20px;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .reasons__head__sub { font-size: 18px; color: #666; }

    .lp-saimu .reasons__list { display: flex; flex-direction: column; gap: 72px; }

    .lp-saimu .reason-item { display: flex; align-items: center; gap: 60px; position: relative; }
    .lp-saimu .reason-item:nth-child(even) { flex-direction: row-reverse; }

    .lp-saimu .reason-item__bg {
      position: absolute; top: -20px; left: 0;
      font-size: 100px; font-weight: 700; color: rgba(0,0,0,0.04);
      letter-spacing: -2px; line-height: 1; pointer-events: none; user-select: none;
    }
    .lp-saimu .reason-item:nth-child(even) .reason-item__bg { left: auto; right: 0; }

    .lp-saimu .reason-item__photo-wrap { flex: 0 0 42%; position: relative; }
    .lp-saimu .reason-item__accent {
      position: absolute; width: 80px; height: 80px; background: #00b158;
      opacity: 0.5; bottom: -16px; right: -16px; z-index: 0;
    }
    .lp-saimu .reason-item:nth-child(even) .reason-item__accent { right: auto; left: -16px; }
    .lp-saimu .reason-item__photo { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
    .lp-saimu .reason-item__body { flex: 1; position: relative; z-index: 1; }
    .lp-saimu .reason-item__num { font-size: 13px; font-weight: 700; color: #00b158; letter-spacing: 0.12em; margin-bottom: 6px; }
    .lp-saimu .reason-item__title {
      font-size: clamp(20px, 1.8vw, 26px); font-weight: 700; color: #1e0e04;
      margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid #fe6195;
    }
    .lp-saimu .reason-item__text { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 24px; }
    .lp-saimu .reason-item__btn {
      display: inline-flex; align-items: center; gap: 8px;
      background: #00b158; color: #fff; text-decoration: none;
      font-size: 18px; font-weight: 700; padding: 12px 28px; border-radius: 2px; transition: opacity 0.2s;
    }
    .lp-saimu .reason-item__btn:hover { opacity: 0.6; }

    .lp-saimu .reason-item__photo{margin-top: 45px}

    .lp-saimu .reason-item__num{margin-top: -10px;}

     /* =====================
       弁護士紹介
    ===================== */
    .lp-saimu .lawyers {
      background: #f7f7f7;
      padding: 72px 20px;
    }

    .lp-saimu .lawyers__inner {
      max-width: 960px;
      margin: 0 auto;
    }

    .lp-saimu .lawyers__head {
      margin-bottom: 40px;
      text-align: center;
    }

    .lp-saimu .lawyers__title {
      font-size: clamp(22px, 2.2vw, 30px);
      font-weight: 700;
      color: #1a1a1a;
    }

    .lp-saimu .lawyers__title em {
      font-style: normal;
      color: #00b158;
    }

    .lp-saimu .lawyers__head__line {
      height: 3px;
      width: 160px;
      margin: 14px auto 0;
      background: linear-gradient(to right, #00b158, #00b158);
      border-radius: 2px;
    }

    .lp-saimu .lawyers__carousel-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .lp-saimu .lawyers__viewport {
      flex: 1;
      overflow: hidden;
    }

    .lp-saimu .lawyers__track {
      display: flex;
      gap: 24px;
      transition: transform 0.35s ease;
    }

    .lp-saimu .lawyer-card {
      flex: 0 0 calc((100% - 48px) / 3);
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }

    .lp-saimu .lawyer-card__img-wrap {
      width: 100%;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #e8e8e8;
    }

    .lp-saimu .lawyer-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 15%;
      display: block;
    }

    .lp-saimu .lawyer-card__body {
      padding: 16px 20px 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .lp-saimu .lawyer-card__name {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
    }

    .lp-saimu .lawyer-card__title {
      font-size: 14px;
      color: #888;
    }

    .lp-saimu .lawyer-card__stance {
      font-size: 14px;
      color: #444;
      line-height: 1.7;
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px solid #eee;
    }

    .lp-saimu .lawyers__prev,
    .lp-saimu .lawyers__next {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 2px solid #00b158;
      background: #fff;
      color: #00b158;
      font-size: 24px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, color 0.2s;
    }
    .lp-saimu .lawyers__prev:hover,
    .lp-saimu .lawyers__next:hover {
      background: #00b158;
      color: #fff;
    }
    .lp-saimu .lawyers__prev:disabled,
    .lp-saimu .lawyers__next:disabled {
      opacity: 0.3;
      cursor: default;
    }

    .lp-saimu .lawyers__dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
    }

    .lp-saimu .lawyers__dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ccc;
      border: none;
      cursor: pointer;
      padding: 0;
      transition: background 0.2s;
    }
    .lp-saimu .lawyers__dot--active {
      background: #00b158;
    }

    .lp-saimu .lawyers__btn {
      display: inline-block;
      background: #00b158;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-weight: 700;
      padding: 14px 40px;
      border-radius: 4px;
      box-shadow: 0 3px 0 #007a3c;
      transition: box-shadow 0.1s, transform 0.1s;
    }
    .lp-saimu .lawyers__btn:hover {
      box-shadow: 0 1px 0 #007a3c;
      transform: translateY(2px);
    }

    .lp-saimu .lawyers__cta-line {
      text-align: center;
      margin-top: 32px;
      font-size: 20px;
      font-weight: 700;
      color: #1a1a1a;
    }

    .lp-saimu .lawyers__cta-line a {
      color: #00b158;
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .lp-saimu .lawyers { padding: 48px 20px; }
      .lp-saimu .lawyer-card { flex: 0 0 80%; }
    }

    /* =====================
       任意整理サポートメニュー
    ===================== */
    .lp-saimu .support { background: #fff; padding: 72px 40px; }
    .lp-saimu .support__inner { max-width: 960px; margin: 0 auto; }
    .lp-saimu .support__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .support__head .SH2 {
      background: none; border-bottom: none; padding: 0;
      font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04;
    }
    .lp-saimu .support__head__lead { font-size: 18px; color: #555; line-height: 1.8; margin-top: 20px; }
    .lp-saimu .support__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }

    .lp-saimu .support__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .lp-saimu .support-cat { border: 1px solid #e0d8cc; border-radius: 8px; overflow: hidden; }
    .lp-saimu .support-cat__head { background: #00b158; color: #fff; font-size: 18px; font-weight: 700; padding: 14px 20px; }
    .lp-saimu .support-cat__list { list-style: none; padding: 8px 0; }
    .lp-saimu .support-cat__list li a {
      display: flex; align-items: center; gap: 8px; padding: 10px 20px;
      font-size: 18px; color: #333; text-decoration: none;
      border-bottom: 1px solid #f0ece6; transition: background 0.15s;
    }
    .lp-saimu .support-cat__list li:last-child a { border-bottom: none; }
    .lp-saimu .support-cat__list li a:hover { background: #faf7f2; color: #fe6195; }
    .lp-saimu .support-cat__list li a::before { content: '›'; color: #00b158; font-size: 20px; font-weight: 700; flex-shrink: 0; }

    /* =====================
       解決事例カルーセル
    ===================== */
    .lp-saimu .cases { background: #f5f0e8; padding: 72px 40px; }
    .lp-saimu .cases__inner { max-width: 960px; margin: 0 auto; }
    .lp-saimu .cases__head { margin-bottom: 40px; text-align: center; }
    .lp-saimu .cases__head .SH2 { background: none; border-bottom: none; padding: 0; font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04; }
    .lp-saimu .cases__head__lead { margin-top: 20px; text-align: center; }
    .lp-saimu .cases__head__lead strong { display: block; font-size: 22px; font-weight: 700; color: #1e0e04; margin-bottom: 8px; }
    .lp-saimu .cases__head__lead p { font-size: 18px; color: #555; line-height: 1.8; }
    .lp-saimu .cases__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .cases__carousel-wrap { display: flex; align-items: center; gap: 12px; }
    .lp-saimu .cases__viewport { flex: 1; overflow: hidden; }
    .lp-saimu .cases__track { display: flex; gap: 24px; transition: transform 0.35s ease; }
    .lp-saimu .case-card { flex: 0 0 calc((100% - 48px) / 3); background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; flex-direction: column; }
    .lp-saimu .case-card__img-wrap { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #e8e0d6; }
    .lp-saimu .case-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .lp-saimu .case-card__body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
    .lp-saimu .case-card__cat { display: inline-block; background: #00b158; color: #fff; font-size: 13px; font-weight: 700; padding: 3px 10px; border-radius: 2px; align-self: flex-start; }
    .lp-saimu .case-card__title { font-size: 18px; font-weight: 700; color: #1e0e04; line-height: 1.5; }
    .lp-saimu .case-card__result { font-size: 18px; color: #fe6195; font-weight: 700; }
    .lp-saimu .case-card__btn {
      display: flex; align-items: center; justify-content: center; gap: 6px;
      background: #e57913; color: #fff; text-decoration: none;
      font-size: 18px; font-weight: 700; padding: 12px; border-radius: 4px;
      margin-top: auto; box-shadow: 0 4px 0 #a8540a; transition: box-shadow 0.1s, transform 0.1s;
    }
    .lp-saimu .case-card__btn:hover { box-shadow: 0 2px 0 #a8540a; transform: translateY(2px); }

    .lp-saimu .cases__prev,
    .lp-saimu .cases__next {
      flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
      border: 2px solid #00b158; background: #fff; color: #00b158;
      font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s;
    }
    .lp-saimu .cases__prev:hover, .lp-saimu .cases__next:hover { background: #00b158; color: #fff; }
    .lp-saimu .cases__prev:disabled, .lp-saimu .cases__next:disabled { opacity: 0.3; cursor: default; }

    .lp-saimu .cases__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
    .lp-saimu .cases__dot { width: 8px; height: 8px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; padding: 0; transition: background 0.2s; }
    .lp-saimu .cases__dot--active { background: #00b158; }

     /* =====================
       お客様の声
    ===================== */
    .lp-saimu .voices {
      padding: 72px 40px;
      background:
        radial-gradient(ellipse at 20% 30%, rgba(168,210,190,0.5) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgba(140,195,175,0.4) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 10%, rgba(200,225,215,0.35) 0%, transparent 45%),
        linear-gradient(150deg, #e8f2ee 0%, #f5f5f0 50%, #eef4f0 100%);
    }

    .lp-saimu .voices__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .lp-saimu .voices__head {
      margin-bottom: 48px;
      text-align: center;
    }

    .lp-saimu .voices__head .SH2 {
      background: none;
      border-bottom: none;
      padding: 0;
      font-size: clamp(22px, 2.2vw, 30px);
      color: #1a0f07;
    }

    .lp-saimu .voices__head__line {
      height: 3px;
      width: 160px;
      margin: 14px auto 0;
      background: linear-gradient(to right, #e57913, #c9a84c);
      border-radius: 2px;
    }

    .lp-saimu .voices__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .lp-saimu .voice-card {
      background: rgba(255,255,255,0.85);
      border-radius: 10px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }


    .lp-saimu .voice-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #1a0f07;
      line-height: 1.5;
    }

    .lp-saimu .voice-card__img {
      width: 100%;
      height: auto;
      display: block;
      border: 1px solid #e0d8cc;
      border-radius: 4px;
    }

    .lp-saimu .voice-card__text {
      font-size: 16px;
      color: #444;
      line-height: 1.8;
    }


    /* =====================
       弁護士費用
    ===================== */
    .lp-saimu .fee { background: #f5f0e8; padding: 64px 40px; }
    .lp-saimu .fee__inner { max-width: 860px; margin: 0 auto; }
    .lp-saimu .fee__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .fee__head .SH2 { background: none; border-bottom: none; padding: 0; font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04; }
    .lp-saimu .fee__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .fee__highlight {
      background: #fff; border: 2px solid #00b158; text-align: center;
      padding: 28px 24px; border-radius: 4px; margin-bottom: 28px;
    }
    .lp-saimu .fee__highlight strong { display: block; font-size: clamp(22px, 2.5vw, 32px); font-weight: 700; color: #1e0e04; line-height: 1.4; }
    .lp-saimu .fee__highlight strong em { font-style: normal; color: #fe6195; font-size: clamp(28px, 3.5vw, 48px); }
    .lp-saimu .fee__highlight span { display: block; font-size: 18px; color: #888; margin-top: 20px; }
    .lp-saimu .fee__highlight__cond { display: inline-block; text-align: left; font-size: 14px; color: #888; margin-top: 12px; line-height: 1.8; border-top: 1px solid #e8e0d0; padding-top: 10px; }
    .lp-saimu .fee__table { width: 100%; border-collapse: collapse; margin-bottom: 28px; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
    .lp-saimu .fee__table th { background: #00b158; color: #fff; padding: 14px 16px; font-size: 18px; text-align: center; }
    .lp-saimu .fee__table td { padding: 16px; font-size: 18px; color: #333; border-bottom: 1px solid #eee; text-align: center; vertical-align: middle; }
    .lp-saimu .fee__table td.fee__label { text-align: left; font-weight: 700; background: #fafafa; width: 30%; }
    .lp-saimu .fee__price { color: #fe6195; font-weight: 700; }
    .lp-saimu .fee__note { background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 24px 28px; margin-bottom: 32px; }
    .lp-saimu .fee__note h3 { font-size: 20px; font-weight: 700; color: #1e0e04; margin-bottom: 12px; border-left: 4px solid #fe6195; padding-left: 10px; }
    .lp-saimu .fee__note p { font-size: 18px; color: #555; line-height: 1.8; }

    /* =====================
       相談の流れ
    ===================== */
    .lp-saimu .flow { background: #fff; padding: 64px 40px; }
    .lp-saimu .flow__inner { max-width: 860px; margin: 0 auto; }
    .lp-saimu .flow__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .flow__head .SH2 { background: none; border-bottom: none; padding: 0; font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04; }
    .lp-saimu .flow__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .flow__steps { display: flex; flex-direction: column; gap: 0; }
    .lp-saimu .flow__step { display: flex; gap: 28px; position: relative; }
    .lp-saimu .flow__step:not(:last-child)::after {
      content: ''; position: absolute; left: 28px; top: 60px; bottom: -20px;
      width: 2px; background: linear-gradient(to bottom, #fe6195, #00b158);
    }
    .lp-saimu .flow__step-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
    .lp-saimu .flow__step-num {
      width: 64px; height: 64px; border-radius: 50%;
      background: #00b158;
      color: #fff; font-weight: 700;
      display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0;
      box-shadow: 0 3px 10px rgba(0,177,88,0.35);
      gap: 1px;
    }
    .lp-saimu .flow__step-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; line-height: 1; }
    .lp-saimu .flow__step-n { font-size: 26px; font-weight: 700; line-height: 1; }
    .lp-saimu .flow__step:not(:last-child)::after {
      left: 31px; width: 2px; background: #00b158;
    }
    .lp-saimu .flow__step-body { flex: 1; padding-bottom: 48px; }
    .lp-saimu .flow__step:last-child .flow__step-body { padding-bottom: 0; }
    .lp-saimu .flow__step-title { font-size: 22px; font-weight: 700; color: #1e0e04; margin-bottom: 14px; padding-top: 16px; display: flex; align-items: center; gap: 8px; }
    .lp-saimu .flow__step-icon { font-size: 20px; }
    .lp-saimu .flow__step-text { font-size: 18px; color: #444; line-height: 1.8; margin-bottom: 12px; }
    .lp-saimu .flow__fee-box { background: #edf9f4; border: 1.5px solid #00b158; border-radius: 4px; text-align: center; padding: 12px 20px; font-size: 18px; font-weight: 700; color: #1e0e04; margin: 16px 0; }
    .lp-saimu .flow__cta-row { display: flex; gap: 10px; margin: 16px 0; }
    .lp-saimu .flow__cta-btn { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 14px 12px; border-radius: 4px; font-size: 17px; font-weight: 700; color: #fff; text-decoration: none; flex: 1; line-height: 1.3; text-align: center; }
    .lp-saimu .flow__cta-btn--tel { background: #fe6195; }
    .lp-saimu .flow__cta-btn--web { background: #1e3a5c; }
    .lp-saimu .flow__cta-btn--line { background: #00b158; }
    .lp-saimu .flow__info-box { background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 20px 24px; margin-top: 16px; }
    .lp-saimu .flow__info-box p { font-size: 18px; font-weight: 700; margin-bottom: 14px; color: #333; }
    .lp-saimu .flow__info-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .lp-saimu .flow__info-list li { display: flex; gap: 12px; font-size: 18px; color: #444; line-height: 1.7; }
    .lp-saimu .flow__info-list li strong { color: #00b158; flex-shrink: 0; min-width: 140px; }
    .lp-saimu .flow__caution { border-left: 4px solid #fe6195; padding: 14px 18px; margin-top: 16px; font-size: 16px; color: #555; line-height: 1.8; background: #fff8fa; border-radius: 0 4px 4px 0; }
    .lp-saimu .flow__list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
    .lp-saimu .flow__list li { background: #f5f0e8; border-radius: 4px; padding: 14px 18px; font-size: 18px; color: #333; line-height: 1.7; }
    .lp-saimu .flow__list li strong { color: #00b158; display: block; margin-bottom: 4px; }


     
    /* =====================
       アクセス
    ===================== */
    .lp-saimu .access { background: #fff; padding: 64px 40px; }
    .lp-saimu .access__inner { max-width: 1100px; margin: 0 auto; }
    .lp-saimu .access__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .access__head .SH2 { background: none; border-bottom: none; padding: 0; font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04; }
    .lp-saimu .access__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .access__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .lp-saimu .access__card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); transition: transform 0.2s, box-shadow 0.2s; }
    .lp-saimu .access__card:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
    .lp-saimu .access__card--current { border: 2px solid #00b158; }
    .lp-saimu .access__photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
    .lp-saimu .access__info { padding: 16px; }
    .lp-saimu .access__name { font-size: 18px; font-weight: 700; color: #00b158; margin-bottom: 8px; text-align: center; }
    .lp-saimu .access__detail { font-size: 18px; color: #555; line-height: 1.7; text-align: center; }

    /* =====================
       FAQ
    ===================== */
    .lp-saimu .faq {
      background: #f7f7f7;
      padding: 64px 40px;
    }
    .lp-saimu .faq2 {
      background: #f7f7f7;
      padding: 64px 40px;
    }

    .lp-saimu .faq__inner {
      max-width: 860px;
      margin: 0 auto;
    }

    .lp-saimu .faq__head {
      margin-bottom: 48px;
      text-align: center;
    }

    .lp-saimu .faq__head .SH2 {
      background: none;
      border-bottom: none;
      padding: 0;
      font-size: clamp(22px, 2.2vw, 30px);
      color: #1e0e04;
    }

    .lp-saimu .faq__head__line {
      height: 3px;
      width: 160px;
      margin: 14px auto 0;
      background: #00b158;
      border-radius: 2px;
    }

    .lp-saimu .faq__list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .lp-saimu .faq__item {
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    }

    .lp-saimu .faq__question {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 20px 24px;
      cursor: pointer;
      user-select: none;
      list-style: none;
    }

    .lp-saimu .faq__question::-webkit-details-marker { display: none; }

    .lp-saimu .faq__q-label {
      color: #fe6195;
      font-weight: 700;
      font-size: 20px;
      flex-shrink: 0;
    }

    .lp-saimu .faq__q-text {
      flex: 1;
      font-size: 18px;
      font-weight: 700;
      color: #1e0e04;
      line-height: 1.6;
    }

    .lp-saimu .faq__arrow {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #fe6195;
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lp-saimu .faq__arrow::after {
      content: '+';
      margin-top: -3px;
    }

    .lp-saimu .faq__item[open] .faq__arrow::after {
      content: '−';
    }

    .lp-saimu .faq__answer {
      padding: 13px 24px 13px 60px;
      font-size: 18px;
      color: #444;
      line-height: 1.8;
      border-top: 1px solid #f0ebe0;
      max-height: none;
      overflow: visible;
    }

    /* =====================
       減額診断ツール
    ===================== */
    .lp-saimu .tools { background: #fff; padding: 64px 40px; }
    .lp-saimu .tools__inner { max-width: 1000px; margin: 0 auto; }
    .lp-saimu .tools__head { margin-bottom: 48px; text-align: center; }
    .lp-saimu .tools__head .SH2 { background: none; border-bottom: none; padding: 0; font-size: clamp(22px, 2.2vw, 30px); color: #1e0e04; }
    .lp-saimu .tools__head__line {
      height: 3px; width: 160px; margin: 14px auto 0;
      background: #00b158; border-radius: 2px;
    }
    .lp-saimu .tools__lead { color: #333; text-align: center; margin: 16px 0 0; line-height: 1.8; }
    .lp-saimu .tools__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .lp-saimu .tools__card { display: block; border-radius: 4px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    .lp-saimu .tools__card:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
    .lp-saimu .tools__img { width: 100%; height: auto; display: block; }

    /* =====================
       レスポンシブ（1100px）
    ===================== */
    @media (max-width: 1100px) {
      .lp-saimu .container-fuk { grid-template-columns: 1fr; min-height: auto; }
      .lp-saimu .content-left-fuk { padding: 48px 32px 32px; align-items: center; text-align: center; }
      .lp-saimu .fv__text-block { text-align: left; margin: 0 auto; }
      .lp-saimu .h3-message { font-size: 55px ; text-align:center; }
      .lp-saimu .badge-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
      .lp-saimu .badge-fuk:nth-child(3) { grid-column: 1 / -1; }
      .lp-saimu .badge-val { font-size: clamp(22px, 3.5vw, 32px); }
      .lp-saimu .contentfuk-right { display: block; width: 100%; padding: 0; }
      .lp-saimu .teamfuk-photo { width: 100%; height: auto; display: block; margin-bottom: 35px; margin: 0 auto;}
      .lp-saimu .reason-item { flex-direction: column !important; gap: 24px; }
      .lp-saimu .reason-item:nth-child(even) { flex-direction: column !important; }
      .lp-saimu .reason-item__photo-wrap { flex: none; width: 100%; }
      .lp-saimu .access__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
      .lp-saimu .reason-item__photo {width: 60%; margin: 0 auto}
      .lp-saimu .reason-item__accent {right: 135px;}
      .lp-saimu .reason-item:nth-child(even) .reason-item__accent { left: 135px;}
    }

    /* =====================
       レスポンシブ（768px）
    ===================== */
    @media (max-width: 768px) {
      .lp-saimu .offices__lead{font-size: 17px;}
      .lp-saimu .content-left-fuk { padding: 32px 20px 24px; }
      .lp-saimu .fv__office { display: block; text-align: center; }
      .lp-saimu .h3-message { font-size: 35px!important; text-align: center; }
      .lp-saimu .lead-text { font-size: 18px; text-align: center; margin-top: -25px}
      .lp-saimu .lead-text br { display: none; }
      .lp-saimu .stats-num { font-size: 26px; }
      .lp-saimu .badge-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; margin-top: -25px}
      .lp-saimu .badge-fuk:nth-child(3) { grid-column: 1 / -1; }
      .lp-saimu .badge-val { font-size: clamp(20px, 5.5vw, 28px); }
      .lp-saimu .cta { padding: 32px 20px; }
      .lp-saimu .cta__card { padding: 32px 20px; }
      .lp-saimu .cta__tel { font-size: 32px; }
      .lp-saimu .cta__btn-row { grid-template-columns: 1fr; gap: 12px; }
      .lp-saimu .reasons { padding: 48px 20px; overflow: hidden; }
      .lp-saimu .reason-item { flex-direction: column !important; gap: 20px; }
      .lp-saimu .reason-item:nth-child(even) { flex-direction: column !important; }
      .lp-saimu .reason-item__photo-wrap { flex: none; width: 100%; }
      .lp-saimu .reason-item__accent { display: none; }
      .lp-saimu .reason-item__bg { font-size: 60px; }
      .lp-saimu .lawyers { padding: 48px 20px; }
      .lp-saimu .support { padding: 48px 20px; }
      .lp-saimu .support__grid { grid-template-columns: 1fr; }
      .lp-saimu .cases { padding: 48px 20px; }
      .lp-saimu .cases__carousel-wrap { position: relative; }
      .lp-saimu .cases__prev, .lp-saimu .cases__next { position: absolute; top: 22%; z-index: 10; width: 36px; height: 36px; font-size: 18px; }
      .lp-saimu .teamfuk-photo{padding: 10px}
      .lp-saimu .cases__prev { left: 4px; }
      .lp-saimu .cases__next { right: 4px; }
      .lp-saimu .case-card { flex: 0 0 88%; }
      .lp-saimu .cases__track { gap: 16px; }
      .lp-saimu .voices { padding: 48px 20px; }
      .lp-saimu .voices__grid { grid-template-columns: 1fr; }
      .lp-saimu .fee { padding: 48px 20px; }
      .lp-saimu .fee__table th, .lp-saimu .fee__table td { font-size: 16px; padding: 12px 10px; }
      .lp-saimu .fee__table td.fee__label { width: 35%; }
      .lp-saimu .flow { padding: 48px 20px; }
      .lp-saimu .flow__step-title { font-size: 20px; }
      .lp-saimu .flow__info-list li { flex-direction: column; gap: 2px; font-size: 16px; }
      .lp-saimu .flow__info-list li strong { min-width: unset; }
      .lp-saimu .flow__cta-row { flex-direction: column; }
      .lp-saimu .flow__cta-btn { font-size: 15px; }
      .lp-saimu .faq { padding: 48px 20px; }
      .lp-saimu .faq__answer { padding: 0 16px 20px 20px; }
      .lp-saimu .tools { padding: 48px 20px; }
      .lp-saimu .tools__grid { grid-template-columns: 1fr; }
      .lp-saimu .access { padding: 48px 20px; }
      .lp-saimu .access__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .lp-saimu .access__name { font-size: 16px; }
      .lp-saimu .access__detail { font-size: 15px; }
      .lp-saimu .fee__inner,
      .lp-saimu .flow__inner,
      .lp-saimu .faq__inner,
      .lp-saimu .access__inner,
      .lp-saimu .tools__inner { max-width: 100%; }
    }

           .fv20260218 {
                position: relative;
                background: linear-gradient(135deg, #f6fdf9 0%, #e6f7ed 50%, #f0faf5 100%);
                overflow: hidden;
                padding: 48px 0 40px;
            }

            .fv20260218::before {
                content: '';
                position: absolute;
                top: -120px;
                right: -120px;
                width: 400px;
                height: 400px;
                border-radius: 50%;
                background: rgba(0, 177, 88, 0.06);
                pointer-events: none;
            }

            .fv20260218__inner {
                position: relative;
                z-index: 1;
                max-width: 850px;
                margin: 0 auto;
                padding: 0 24px;
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 0.85fr;
                gap: 32px;
                align-items: center;
            }

            /* ---- Left column: Copy ---- */
            .fv20260218__copy {
                display: flex;
                flex-direction: column;
            }

            .fv20260218__worries {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 10px;
            margin-bottom: 10px;
            }


            .fv20260218__worry {
            position: relative;
            display: inline-block;
            margin: 1.5em 0;
            padding: 20px 33px;
            min-width: 120px;
            max-width: 100%;
            color: #000;
            font-size: 1.8rem;
            background: #fff;
            border-radius: 15px;
            }

             .fv20260218__worry::before {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -15px;
                border: 15px solid transparent;
                border-top: 15px solid #fff;
            }


            .fv20260218__catch {
                font-size: 2.25rem;
                font-weight: 700;
                line-height: 1.5;
                color: #1a3d2a;
                margin-bottom: 16px;
            }

            .fv20260218__catch em {
                font-style: normal;
                color: #00b158;
                border-bottom: 3px solid #fe6195;
                padding-bottom: 2px;
            }

            .fv20260218__subcatch {
                color: #111;
                margin-bottom: 24px;
                line-height: 1.9;
            }

            .fv20260218__subcatch .highlight {
                color: #00b158;
                font-weight: 600;
            }

            .fv20260218__cta-note {
                margin-top: 20px;
                color: #444;
            }

            .fv20260218__cta-note strong {
                color: #fe6195;
            }

            /* ---- Right column ---- */
            .fv20260218__right {
                display: flex;
                flex-direction: column;
                gap: 16px;
            }

            .fv20260218__photo {
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
                position: relative;
            }

            .fv20260218__photo img {
                width: 100%;
                height: 240px;
                object-fit: cover;
                display: block;
            }

            .fv20260218__photo-caption {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
                color: #fff;
                font-size: 0.8125rem;
                padding: 24px 16px 10px;
                text-align: right;
            }

            .fv20260218__badges {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

            .fv20260218__badge {
                display: flex;
                align-items: center;
                gap: 12px;
                background: #fff;
                border-radius: 12px;
                margin: 10px 0;
                padding: 16px 20px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                border-left: 4px solid #00b158;
            }

            .fv20260218__badge-icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #e6f7ed;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
            }

            .fv20260218__badge-text {
                font-size: 0.875rem;
                color: #444;
                line-height: 1.5;
            }

            .fv20260218__badge-text strong {
                display: block;
                font-size: 1.8rem;
                font-weight: 700;
                color: #1a3d2a;
                margin-bottom: 1px;
            }

            /* ---- Office bar ---- */
            .fv20260218__office-bar {
                max-width: 850px;
                margin: 0 auto;
                padding: 16px 24px 0;
                display: flex;
                align-items: center;
                gap: 12px;
                margin-top: 24px;
                border-top: 1px solid #c8e6d5;
            }

            .fv20260218__office-logo {
                width: 36px;
                height: 36px;
                background: #00b158;
                border-radius: 6px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-weight: 700;
                font-size: 0.75rem;
                line-height: 1.2;
                text-align: center;
                flex-shrink: 0;
            }

            .fv20260218__office-name {
                font-size: 0.9375rem;
                font-weight: 600;
                color: #1a3d2a;
            }

            .fv20260218__office-name span {
                font-size: 0.8125rem;
                font-weight: 400;
                color: #444;
                margin-left: 8px;
            }

            /* ========== flow Section ========== */
            .fl20260218 {
                padding: 56px 24px 64px;
                background: #fff;
            }

            .fl20260218__inner {
                max-width: 900px;
                margin: 0 auto;
            }

            .fl20260218__heading {
                text-align: center;
                margin-bottom: 48px;
            }

            /* ---- Steps (vertical timeline) ---- */
            .fl20260218__steps {
                display: flex;
                flex-direction: column;
                gap: 0;
                position: relative;
            }

            /* Vertical line */
            .fl20260218__steps::before {
                content: '';
                position: absolute;
                top: 5px;
                left: 50px;
                width: 3px;
                height: 100%;
                background: linear-gradient(to bottom, #00b158 0%, #e6f7ed 100%);
                border-radius: 2px;
            }

            .fl20260218__step {
                display: grid;
                grid-template-columns: 56px 1fr;
                gap: 0 24px;
                padding-bottom: 30px;
                position: relative;
            }

            .fl20260218__step:last-child {
                padding-bottom: 0;
            }

            .fl20260218__step-number {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                background: linear-gradient(135deg, #00b158 0%, #009a4b 100%);
                color: #fff;
                font-size: 3rem;
                font-weight: 700;
                position: relative;
                z-index: 1;
                flex-direction: column;
                line-height: 1;
            }

            .fl20260218__step-number span {
                font-size: 1.5rem;
                font-weight: 400;
                letter-spacing: 0.05em;
                margin-bottom: 2px;
            }

            .fl20260218__step-number em {
                font-style: normal;
            }

            .fl20260218__step-card {
                background: #fff;
                border: 1px solid #e2ede7;
                border-radius: 16px;
                padding: 28px 20px 24px;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
                position: relative;
            }

            /* Card pointer */
            .fl20260218__step-card::before {
                content: '';
                position: absolute;
                top: 18px;
                left: -8px;
                width: 14px;
                height: 14px;
                background: #fff;
                border-left: 1px solid #e2ede7;
                border-bottom: 1px solid #e2ede7;
                transform: rotate(45deg);
            }

            .fl20260218__step-title {
                font-size: 1.8rem;
                font-weight: 700;
                color: #1a3d2a;
                margin-bottom: 12px;
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .fl20260218__step-title svg {
                flex-shrink: 0;
            }

            .fl20260218__step-desc {
                color: #111;
                line-height: 1.9;
                margin-bottom: 16px;
            }

            .fl20260218__step-desc:last-child {
                margin-bottom: 0;
            }

            .fl20260218__step-fee {
                display: inline-block;
                background: #e6f7ed;
                font-size: 1.8rem;
                width: 100%;
                text-align: center;
                font-weight: 700;
                padding: 10px 20px;
                border-radius: 8px;
                margin-bottom: 16px;
                letter-spacing: 0.02em;
            }

            .fl20260218__step-fee small {
                font-weight: 400;
                font-size: 0.75rem;
                color: #444;
                margin-left: 6px;
            }

            /* ---- Contact buttons in Step 1 ---- */
            .fl20260218__contact {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin-bottom: 20px;
            }

            .fl20260218__contact-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                width: 341px;
                height: 74px;
                border-radius: 5px;
                font-size: 1.25rem;
                position: relative;
                font-weight: 700;
                text-decoration: none;
                transition: transform 0.2s, box-shadow 0.2s;
            }

            .fl20260218__contact-btn::after {
                content: '\203A';
                position: absolute;
                right: 16px;
                font-size: 1.5rem;
                font-weight: 400;
                opacity: 0.6;
            }

            .fl20260218__contact-btn:hover {
                transform: translateY(-1px);
            }

            .fl20260218__contact-badge {
                background: #fff;
                color: #00b158;
                font-size: 0.6875rem;
                font-weight: 700;
                padding: 2px 8px;
                border-radius: 100px;
                line-height: 1.4;
            }

            /* ---- Info list (what to tell operator) ---- */
            .fl20260218__info {
                background: #f8fdfb;
                border: 1px solid #d5eadf;
                border-radius: 12px;
                padding: 16px 20px;
                margin-top: 15px;
            }

            .fl20260218__info-title {
                font-weight: 600;
                color: #1a3d2a;
                margin-bottom: 10px;
            }

            .fl20260218__info-list {
                list-style: none;
                display: flex;
                flex-direction: column;
                gap: 8px;
                padding: 0px;
            }

            .fl20260218__info-list li {
                display: flex;
                gap: 10px;
                color: #111;
                line-height: 1.6;
            }

            .fl20260218__info-label {
                flex-shrink: 0;
                font-weight: 600;
                color: #00b158;
                min-width: 110px;
            }

            .fl20260218__info-detail {
                color: #444;
            }

            /* ---- Note box ---- */
            .fl20260218__note {
                background: #fff8f5;
                border-left: 3px solid #fe6195;
                border-radius: 0 8px 8px 0;
                padding: 12px 16px;
                font-size: 1rem;
                color: #444;
                line-height: 1.7;
                margin-top: 16px;
            }

            /* ---- flow CTA ---- */
            .fl20260218__cta {
                text-align: center;
                margin-top: 48px;
                padding-top: 36px;
                border-top: 1px solid #e2ede7;
            }

            .fl20260218__cta-text {
                font-size: 1.0625rem;
                color: #111;
                margin-bottom: 24px;
                line-height: 1.8;
            }

            .fl20260218__cta-text .highlight {
                color: #00b158;
                font-weight: 600;
            }

            .fl20260218__cta-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                background: linear-gradient(135deg, #fe6195 0%, #e8557f 100%);
                color: #fff;
                text-decoration: none;
                font-size: 1.25rem;
                font-weight: 700;
                width: 341px;
                height: 74px;
                border-radius: 5px;
                box-shadow: 0 6px 20px rgba(254, 97, 149, 0.3);
                transition: transform 0.2s, box-shadow 0.2s;
            }

            .fl20260218__cta-btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 8px 28px rgba(254, 97, 149, 0.4);
            }

            .fl20260218__cta-btn::after {
                content: '\2192';
                font-size: 1.1rem;
                transition: transform 0.2s;
            }

            .fl20260218__cta-btn:hover::after {
                transform: translateX(4px);
            }

            .fl20260218__cta-sub {
                font-size: 0.875rem;
                color: #666;
                margin-top: 12px;
            }

            .fl20260218__cta-sub strong {
                color: #1a3d2a;
                font-weight: 700;
            }

            /* ========== Responsive ========== */
            @media (max-width: 768px) {
                .fv20260218__copy {
                    display: flex;
                    flex-direction: column;
                }

                .fv20260218 {
                    padding: 32px 0 28px;
                }

                .fv20260218__inner {
                    grid-template-columns: 1fr;
                    gap: 24px;
                    padding: 0 16px;
                }

                .fv20260218__photo img {
                    height: 230px;
                }

                .fv20260218__badges {
                    flex-direction: column;
                    flex-wrap: nowrap;
                    gap: 0px;
                }

                .fv20260218__badge {
                    flex: 1;
                    min-width: 0;
                    padding: 14px 10px;
                    flex-direction: column;
                    text-align: center;
                    border-left: none;
                    border-top: 3px solid #00b158;
                    border-radius: 10px;
                }

                .fv20260218__badge-icon {
                    width: 36px;
                    height: 36px;
                    margin: 0 auto;
                }

                .fv20260218__badge-icon svg {
                    width: 18px;
                    height: 18px;
                }

                .fv20260218__badge-text {
                }

                .fv20260218__badge-text strong {
                    margin-bottom: 4px;
                }

                .fv20260218__office-bar {
                    padding: 12px 16px 0;
                    margin-top: 20px;
                }

                .fl20260218 {
                padding: 30px 0px;
                background: #fff;
               }

                .fl20260218__steps::before {
                    left: 22px;
                }

                .fl20260218__step {
                    grid-template-columns: 44px 1fr;
                    gap: 0 15px;
                    padding-bottom: 32px;
                }

                .fl20260218__step-number {
                    width: 50px;
                    height: 50px;
                    font-size: 1.8rem;
                }

                .fl20260218__step-number span {
                    font-size: 1rem;
                }

                .fl20260218__step-card {
                    padding: 20px 18px;
                }

                .fl20260218__step-card::before {
                    left: -7px;
                    top: 14px;
                    width: 12px;
                    height: 12px;
                }

                .fl20260218__contact {
                    flex-direction: column;
                }

                .fl20260218__contact-btn {
                    width: 100%;
                    justify-content: center;
                }

                .fl20260218__info-list li {
                    flex-direction: column;
                    gap: 2px;
                }

                .fl20260218__info-label {
                    min-width: auto;
                }

                .fv20260218__catch {
                    font-size: 2.5rem;
                }

                .fv20260218__badge {
                    min-width: 0;
                    padding: 12px 8px;
                }

                .fv20260218__badge-text {
                    line-height: 1.4;
                }

                .fv20260218__badge-text strong {
                }

                .fv20260218__worry {
                    width: 100%;
                    font-size: 1.4rem;
                }
            }

            .n-container20260219 {
                display: flex;
                justify-content: start;
                /* flex-wrap: wrap; */
            }

            .n-container20260219 a {
                text-decoration: none !important;
                font-weight: bold;
                color: #000 !important;
            }

            .n-container20260219 a:hover {
                opacity: 0.6 !important;
                text-decoration: none;
            }

            .n-item120260219 {
                width: 18%;
            }

            .n-item220260219 {
                width: 145px;
                margin-top: 5px;
                text-align: center;
            }

            .n-container20260219 img {
                width: 90px;
                height: auto;
            }

            .small-container20260219 {
                display: flex;
                justify-content: flex-start;
                padding: 15px 5px;
                background: #ece5dd;
                margin: 6px;
                width: 95%;
                border-radius: 5px;
                box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);

            }

            .small-container20260219:after {
                content: "";
                display: inline-flex;
                width: 8px;
                height: 8px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                margin-left: 5%;
                margin-top: 13px;
            }

    .faq {
      padding: 56px 24px 64px;
      background: #f6fdf9;
    }

    .faq__inner {
      max-width: 850px;
      margin: 0 auto;
    }

    .faq__heading {
      text-align: center;
      margin-bottom: 40px;
    }

    .faq__heading h2 {
      font-size: 1.75rem;
      font-weight: 700;
      color: #1a3d2a;
      margin-bottom: 8px;
    }

    .faq__heading p {
      font-size: 1rem;
      color: #444;
    }

    .faq__list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .faq__item {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      overflow: hidden;
      border: 1px solid #e2ede7;
    }

.faq__question {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-weight: 600;
    color: #1a3d2a;
    line-height: 1.6;
    transition: background 0.2s;
}

    .faq__question:hover {
      background: #f0faf5;
    }


    .faq__icon {
      margin-left: auto;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      position: relative;
      transition: transform 0.3s;
    }

    .faq__icon::before,
    .faq__icon::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background: #00b158;
      border-radius: 1px;
    }

    .faq__icon::before {
      width: 14px;
      height: 2px;
      transform: translate(-50%, -50%);
    }

    .faq__icon::after {
      width: 2px;
      height: 14px;
      transform: translate(-50%, -50%);
      transition: transform 0.3s, opacity 0.3s;
    }

    .faq__item.is-open .faq__icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
      opacity: 0;
    }

    .faq__answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .faq__item.is-open .faq__answer {
      max-height: 600px;
    }

    .faq__answer-inner {
      padding: 0 20px 20px 66px;
      color: #111;
      line-height: 1.9;
    }

    .faq__answer-inner a {
      color: #00b158;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .faq__answer-inner a:hover {
      color: #009a4b;
    }


            @media (max-width: 900px) {
                .n-container20260219 {
                    display: flex;
                    flex-direction: column;
                    justify-content: start;
                    /* flex-wrap: wrap; */
                }

                .n-container20260219 a {
                    text-decoration: none !important;
                    font-weight: bold;
                    color: #000 !important;
                }

                .n-container20260219 a:hover {
                    opacity: 0.6 !important;
                    text-decoration: none;
                }

                .small-container20260219 {
                    display: flex;
                    justify-content: center;
                    padding: 15px 5px;
                    background: #ece5dd;
                    margin: 6px;
                    width: 95%;
                    border-radius: 5px;
                    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.6);
                }

                .n-item120260219 {
                    width: 10%;
                }

                .n-item220260219 {
                    margin-top: 13px;
                    width: 60%;
                }

                .n-container20260219 img {
                    width: 45px;
                    height: auto;
                    margin-left: 80px;
                }

                .small-container20260219:after {
                    content: "";
                    display: inline-flex;
                    width: 8px;
                    height: 8px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border-top: 2px solid #fff;
                    border-right: 2px solid #fff;
                    margin-left: 10%;
                    margin-top: 20px;
                }
            }

            @media (max-width: 700px) {
                .n-container20260219 {
                    display: flex;
                    flex-direction: column;
                    justify-content: start;
                    /* flex-wrap: wrap; */
                }

                .n-container20260219 a {
                    text-decoration: none !important;
                    font-weight: bold;
                    color: #000 !important;
                }
                
                .n-item220260219 {
                    margin-top: 2%;
                    width: 60%;
                }

                .n-container20260219 a:hover {
                    opacity: 0.6 !important;
                    text-decoration: none;
                }

                .small-container20260219 {
                    display: flex;
                    justify-content: center;
                    padding: 15px 5px;
                    background: #ece5dd;
                    margin: 6px;
                    width: 95%;
                    border-radius: 5px;
                    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
                }

                .n-item120260219 {
                }

                .n-container20260219 img {
                    width: 45px;
                    height: auto;
                    margin-left: 0px;
                    margin-top: 10%;
                }

                .small-container20260219:after {
                    content: "";
                    display: inline-flex;
                    width: 8px;
                    height: 8px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border-top: 2px solid #fff;
                    border-right: 2px solid #fff;
                    margin-left: 5%;
                    margin-top: 5%;
                }
.faq {
        padding: 40px 16px 48px;
      }

      .faq__question {
        padding: 16px 16px;
        font-size: 16px;
        gap: 10px;
      }

      .faq__answer-inner {
        padding: 0 16px 16px 56px;
        font-size: 0.875rem;
      }
            }