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

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

    /* =====================
       FV
    ===================== */
    #lp-souzoku .fv {
      background:
        radial-gradient(ellipse at 20% 30%, rgba(120,65,20,0.6) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgba(90,40,10,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 10%, rgba(150,90,40,0.4) 0%, transparent 45%),
        linear-gradient(150deg, #2c1a0e 0%, #1a0f07 50%, #0f0804 100%);
      overflow: hidden;
    }

    #lp-souzoku .container-fuk {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 620px;
    }

    /* 左カラム */
    #lp-souzoku .content-left-fuk {
      padding: 56px 40px 56px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
    }

    #lp-souzoku .fv__text-block {
      margin: 0 auto;
    }

    /* オフィス情報 */
    #lp-souzoku .fv__office {
      font-size: 20px;
      color: #2c1a0e;
      letter-spacing: 0.04em;
      display: inline-block;
      background: #fff;
      padding: 8px 20px;
      border-radius: 4px;
      font-weight: 700;
      margin-bottom: 16px;
    }
    #lp-souzoku .fv__office span {
      margin: 0 8px;
      opacity: 0.5;
    }

    /* H1 */
    #lp-souzoku .h3-message {
      font-size: clamp(24px, 2.4vw, 45px);
      font-weight: 700;
      line-height: 1.5;
      color: #fff;
      letter-spacing: 0.04em;
    }
    #lp-souzoku .h3-message em {
      font-style: normal;
      color: #c9a84c;
    }

    /* リードテキスト */
    #lp-souzoku .lead-text {
      font-size: 18px;
      line-height: 1.8;
      color: rgba(255,255,255,0.85);
    }
    #lp-souzoku .stats-box {
      display: inline-flex;
      align-items: baseline;
      gap: 2px;
    }
    #lp-souzoku .stats-num {
      font-size: 35px;
      font-weight: 700;
      color: #c9a84c;
    }
    #lp-souzoku .stats-unit {
      font-size: 18px;
      color: #c9a84c;
    }

    /* バッジ横3つ */
    #lp-souzoku .badge-row {
      display: flex;
      gap: 10px;
    }
    #lp-souzoku .badge-fuk {
      flex: 1;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 8px;
      padding: 14px 12px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      text-align: center;
    }
    #lp-souzoku .badge-label {
      font-size: 16px;
      font-weight: 600;
      color: rgba(255,255,255,0.85);
      letter-spacing: 0.05em;
    }
    #lp-souzoku .badge-val {
      font-size: 35px;
      font-weight: 700;
      color: #c9a84c;
      line-height: 1.2;
    }
    #lp-souzoku .badge-sub {
      font-size: 13px;
      color: rgba(255,255,255,0.55);
    }

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

    #lp-souzoku .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-souzoku .cta__lead-text {
      font-size: 20px;
      font-weight: 700;
      color: #1a0f07;
      text-align: center;
    }

    #lp-souzoku .cta__access {
      font-size: 18px;
      color: #555;
      text-align: center;
    }

    #lp-souzoku .cta__title {
      font-size: 20px;
      font-weight: 700;
      color: #1a0f07;
      letter-spacing: 0.04em;
      text-align: center;
    }

    #lp-souzoku .cta__sub {
      font-size: 18px;
      color: #333;
      text-align: center;
    }
    #lp-souzoku .cta__sub em {
      font-style: normal;
      color: #c9a84c;
      font-weight: 700;
    }

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

    #lp-souzoku .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-souzoku .cta__btn-tap:hover {
      box-shadow: 0 2px 0 #a8540a;
      transform: translateY(2px);
    }

    #lp-souzoku .cta__badges {
      display: flex;
      gap: 8px;
    }
    #lp-souzoku .cta__badge {
      border: 1px solid #333;
      border-radius: 2px;
      padding: 4px 14px;
      font-size: 14px;
      color: #333;
    }

    #lp-souzoku .cta__note {
      font-size: 18px;
      color: #555;
    }

    #lp-souzoku .cta__cond {
      font-size: 13px;
      color: #999;
      margin-top: 6px;
      display: block;
      line-height: 1.7;
    }

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

    #lp-souzoku .cta__btn-web,
    #lp-souzoku .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-souzoku .cta__btn-web:hover,
    #lp-souzoku .cta__btn-line:hover {
      box-shadow: none;
      transform: translateY(4px);
    }

    #lp-souzoku .cta__btn-web {
      background: #562512;
      color: #fff;
      box-shadow: 0 4px 0 #2e1209;
    }
    #lp-souzoku .cta__btn-line {
      background: #06C755;
      color: #fff;
      box-shadow: 0 4px 0 #049040;
    }

    #lp-souzoku .cta__btn-web .cta-label,
    #lp-souzoku .cta__btn-line .cta-label {
      font-size: 18px;
    }
    #lp-souzoku .cta__btn-web .cta-sub,
    #lp-souzoku .cta__btn-line .cta-sub {
      font-size: 13px;
      opacity: 0.85;
    }

    /* =====================
       お悩みセクション
    ===================== */
    #lp-souzoku .worries {
      background: #fff;
      padding: 72px 40px;
    }

    #lp-souzoku .worries__inner {
      max-width: 900px;
      margin: 0 auto;
    }

    #lp-souzoku .worries__title {
      font-size: clamp(20px, 2vw, 28px);
      font-weight: 700;
      color: #1a0f07;
      text-align: center!important;
      line-height: 1.6;
      margin-bottom: 48px;
    }

    #lp-souzoku .worries__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    #lp-souzoku .worry-card {
      background: #fff;
      border: 1px solid #e0d8cc;
      border-radius: 8px;
      padding: 24px 28px;
    }

    #lp-souzoku .worry-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #1a0f07;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    #lp-souzoku .worry-card__title::before {
      content: '✔';
      color: #4caf50;
      font-size: 24px;
      font-weight: 900;
      -webkit-text-stroke: 1px #4caf50;
      flex-shrink: 0;
    }

    #lp-souzoku .worry-card__text {
      font-size: 18px;
      color: #555;
      line-height: 1.7;
    }

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

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

    #lp-souzoku .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-souzoku .main_btn:hover { opacity: 0.85; }

    /* =====================
       選ばれる理由
    ===================== */
    #lp-souzoku .reasons {
      background: #fff;
      padding: 72px 40px;
    }

    #lp-souzoku .reasons__inner {
      max-width: 900px;
      margin: 0 auto;
    }

    #lp-souzoku .reasons__head {
      margin-bottom: 48px;
      text-align: center;
    }

    #lp-souzoku .reasons__head .SH2 {
      background: none;
      border-bottom: none;
      color: #1a0f07;
      padding: 0;
      font-size: clamp(22px, 2.2vw, 32px);
      font-weight: 700;
      line-height: 1.5;
    }

    #lp-souzoku .reasons__head .SH2 em {
      font-style: normal;
      color: #e57913;
    }

    #lp-souzoku .reasons__head__line {
      height: 3px;
      width: 200px;
      margin: 16px auto 20px;
      background: linear-gradient(to right, #e57913, #c9a84c);
      border-radius: 2px;
    }

    #lp-souzoku .reasons__head__sub {
      font-size: 18px;
      color: #666;
    }

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

    /* 各理由行 */
    #lp-souzoku .reason-item {
      display: flex;
      align-items: center;
      gap: 60px;
      position: relative;
    }

    /* 偶数行は左右反転 */
    #lp-souzoku .reason-item:nth-child(even) {
      flex-direction: row-reverse;
    }

    /* 背景の大文字 REASON */
    #lp-souzoku .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-souzoku .reason-item:nth-child(even) .reason-item__bg {
      left: auto;
      right: 0;
    }

    /* 写真エリア */
    #lp-souzoku .reason-item__photo-wrap {
      flex: 0 0 42%;
      position: relative;
    }

    #lp-souzoku .reason-item__accent {
      position: absolute;
      width: 80px;
      height: 80px;
      background: #c9a84c;
      opacity: 0.5;
      bottom: -16px;
      right: -16px;
      z-index: 0;
    }
    #lp-souzoku .reason-item:nth-child(even) .reason-item__accent {
      right: auto;
      left: -16px;
    }

    #lp-souzoku .reason-item__photo {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      z-index: 1;
    }

    /* テキストエリア */
    #lp-souzoku .reason-item__body {
      flex: 1;
      position: relative;
      z-index: 1;
    }

    #lp-souzoku .reason-item__num {
      font-size: 13px;
      font-weight: 700;
      color: #c9a84c;
      letter-spacing: 0.12em;
      margin-bottom: 6px;
    }

    #lp-souzoku .reason-item__title {
      font-size: clamp(20px, 1.8vw, 26px);
      font-weight: 700;
      color: #1a0f07;
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 2px solid #e57913;
    }

    #lp-souzoku .reason-item__text {
      font-size: 18px;
      color: #555;
      line-height: 1.8;
      margin-bottom: 24px;
    }

    #lp-souzoku .reason-item__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #1e3a6e;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 700;
      padding: 12px 28px;
      border-radius: 2px;
      transition: opacity 0.2s;
    }
    #lp-souzoku .reason-item__btn:hover { opacity: 0.85; }

    /* =====================
       弁護士紹介カルーセル
    ===================== */
    #lp-souzoku .lawyers {
      background: #f5f0e8;
      padding: 72px 40px;
    }

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

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

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

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

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

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

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

    #lp-souzoku .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-souzoku .lawyer-card__img-wrap {
      width: 100%;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #e8e0d6;
    }

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

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

    #lp-souzoku .lawyer-card__name {
      font-size: 20px;
      font-weight: 700;
      color: #1a0f07;
    }

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


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

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

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

    /* =====================
       お悩み別サポート
    ===================== */
    #lp-souzoku .support {
      background: #fff;
      padding: 72px 40px;
    }

    #lp-souzoku .support__inner {
      max-width: 960px;
      margin: 0 auto;
    }

    #lp-souzoku .support__head {
      margin-bottom: 48px;
      text-align: center;
    }

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

    #lp-souzoku .support__head__lead {
      font-size: 18px;
      color: #555;
      line-height: 1.8;
      margin-top: 20px;
    }

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

    #lp-souzoku .support__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    #lp-souzoku .support-cat {
      border: 1px solid #e0d8cc;
      border-radius: 8px;
      overflow: hidden;
    }

    #lp-souzoku .support-cat__head {
      background: #1e3a6e;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 14px 20px;
    }

    #lp-souzoku .support-cat__list {
      list-style: none;
      padding: 8px 0;
    }

    #lp-souzoku .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-souzoku .support-cat__list li:last-child a {
      border-bottom: none;
    }
    #lp-souzoku .support-cat__list li a:hover {
      background: #faf7f2;
      color: #e57913;
    }
    #lp-souzoku .support-cat__list li a::before {
      content: '›';
      color: #e57913;
      font-size: 20px;
      font-weight: 700;
      flex-shrink: 0;
    }

    /* =====================
       解決事例カルーセル
    ===================== */
    #lp-souzoku .cases {
      background: #f5f0e8;
      padding: 72px 40px;
    }

    #lp-souzoku .cases__inner {
      max-width: 960px;
      margin: 0 auto;
    }

    #lp-souzoku .cases__head {
      margin-bottom: 40px;
      text-align: center;
    }

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

    #lp-souzoku .cases__head__lead {
      margin-top: 20px;
      text-align: center;
    }

    #lp-souzoku .cases__head__lead strong {
      display: block;
      font-size: 22px;
      font-weight: 700;
      color: #1a0f07;
      margin-bottom: 8px;
    }

    #lp-souzoku .cases__head__lead p {
      font-size: 18px;
      color: #555;
      line-height: 1.8;
    }

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

    #lp-souzoku .cases__carousel-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    #lp-souzoku .cases__viewport {
      flex: 1;
      overflow: hidden;
    }

    #lp-souzoku .cases__track {
      display: flex;
      gap: 24px;
      transition: transform 0.35s ease;
    }

    #lp-souzoku .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-souzoku .case-card__img-wrap {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #e8e0d6;
    }

    #lp-souzoku .case-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #lp-souzoku .case-card__body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 1;
    }

    #lp-souzoku .case-card__cat {
      display: inline-block;
      background: #e57913;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 2px;
      align-self: flex-start;
    }

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

    #lp-souzoku .case-card__result {
      font-size: 18px;
      color: #e57913;
      font-weight: 700;
    }

    #lp-souzoku .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-souzoku .case-card__btn:hover {
      box-shadow: 0 2px 0 #a8540a;
      transform: translateY(2px);
    }

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

    #lp-souzoku .cases__dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
    }

    #lp-souzoku .cases__dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ccc;
      border: none;
      cursor: pointer;
      padding: 0;
      transition: background 0.2s;
    }
    #lp-souzoku .cases__dot--active {
      background: #c9a84c;
    }

    /* =====================
       お客様の声
    ===================== */
    #lp-souzoku .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-souzoku .voices__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

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

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

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

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

    #lp-souzoku .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-souzoku .voice-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #1a0f07;
      line-height: 1.5;
    }

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

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

    /* =====================
       事務所ギャラリー
    ===================== */

    /* 右カラム（写真） */
    #lp-souzoku .contentfuk-right {
      display: flex;
      align-items: flex-end;
      overflow: hidden;
    }
    #lp-souzoku .teamfuk-photo {
      width: 100%;
      height: auto;
      display: block;
      -webkit-mask-image: none;
      mask-image: none;
    }

    /* =====================
       弁護士費用
    ===================== */
    #lp-souzoku .fee {
      background: #f5f0e8;
      padding: 64px 40px;
    }

    #lp-souzoku .fee__inner {
      max-width: 860px;
      margin: 0 auto;
    }

    #lp-souzoku .fee__head {
      margin-bottom: 48px;
      text-align: center;
    }

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

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

    #lp-souzoku .fee__highlight {
      background: #fff;
      border: 2px solid #c9a84c;
      text-align: center;
      padding: 28px 24px;
      border-radius: 4px;
      margin-bottom: 28px;
    }

    #lp-souzoku .fee__highlight strong {
      display: block;
      font-size: clamp(22px, 2.5vw, 32px);
      font-weight: 700;
      color: #1a0f07;
      line-height: 1.4;
    }

    #lp-souzoku .fee__highlight strong em {
      font-style: normal;
      color: #e57913;
      font-size: clamp(28px, 3.5vw, 48px);
    }

    #lp-souzoku .fee__highlight span {
      display: block;
      font-size: 18px;
      color: #888;
      margin-top: 6px;
    }

    #lp-souzoku .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-souzoku .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-souzoku .fee__table th {
      background: #1e3a6e;
      color: #fff;
      padding: 14px 16px;
      font-size: 18px;
      text-align: center;
    }

    #lp-souzoku .fee__table td {
      padding: 16px;
      font-size: 18px;
      color: #333;
      border-bottom: 1px solid #eee;
      text-align: center;
      vertical-align: middle;
    }

    #lp-souzoku .fee__table td.fee__label {
      text-align: left;
      font-weight: 700;
      background: #fafafa;
      width: 30%;
    }

    #lp-souzoku .fee__price {
      color: #e57913;
      font-weight: 700;
    }

    #lp-souzoku .fee__note {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 24px 28px;
      margin-bottom: 32px;
    }

    #lp-souzoku .fee__note h3 {
      font-size: 20px;
      font-weight: 700;
      color: #1a0f07;
      margin-bottom: 12px;
      border-left: 4px solid #e57913;
      padding-left: 10px;
    }

    #lp-souzoku .fee__note p {
      font-size: 18px;
      color: #555;
      line-height: 1.8;
    }

    /* =====================
       相談の流れ
    ===================== */
    #lp-souzoku .flow {
      background: #fff;
      padding: 64px 40px;
    }

    #lp-souzoku .flow__inner {
      max-width: 860px;
      margin: 0 auto;
    }

    #lp-souzoku .flow__head {
      margin-bottom: 48px;
      text-align: center;
    }

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

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

    #lp-souzoku .flow__steps {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    #lp-souzoku .flow__step {
      display: flex;
      gap: 28px;
      position: relative;
    }

    #lp-souzoku .flow__step:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 28px;
      top: 60px;
      bottom: -20px;
      width: 2px;
      background: linear-gradient(to bottom, #e57913, #c9a84c);
    }

    #lp-souzoku .flow__step-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
    }

    #lp-souzoku .flow__step-num {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, #e57913, #c9a84c);
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 3px 10px rgba(229,121,19,0.3);
    }

    #lp-souzoku .flow__step-body {
      flex: 1;
      padding-bottom: 40px;
    }

    #lp-souzoku .flow__step:last-child .flow__step-body {
      padding-bottom: 0;
    }

    #lp-souzoku .flow__step-title {
      font-size: 22px;
      font-weight: 700;
      color: #1a0f07;
      margin-bottom: 16px;
      padding-top: 14px;
    }

    #lp-souzoku .flow__step-img {
      width: 100%;
      border-radius: 4px;
      margin-bottom: 16px;
      display: block;
    }

    #lp-souzoku .flow__step-text {
      font-size: 18px;
      color: #444;
      line-height: 1.8;
      margin-bottom: 12px;
    }

    #lp-souzoku .flow__list {
      list-style: none;
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #lp-souzoku .flow__list li {
      background: #f5f0e8;
      border-radius: 4px;
      padding: 14px 18px;
      font-size: 18px;
      color: #333;
      line-height: 1.7;
    }

    #lp-souzoku .flow__list li strong {
      color: #1e3a6e;
      display: block;
      margin-bottom: 4px;
    }

    /* =====================
       アクセス
    ===================== */
    #lp-souzoku .access {
      background: #fff;
      padding: 64px 40px;
    }

    #lp-souzoku .access__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    #lp-souzoku .access__head {
      margin-bottom: 48px;
      text-align: center;
    }

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

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

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

    #lp-souzoku .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-souzoku .access__card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }

    #lp-souzoku .access__card--current {
      border: 2px solid #c9a84c;
    }

    #lp-souzoku .access__photo {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
    }

    #lp-souzoku .access__info {
      padding: 16px;
    }

    #lp-souzoku .access__name {
      font-size: 18px;
      font-weight: 700;
      color: #1e3a6e;
      margin-bottom: 8px;
      text-align:center;
    }


    #lp-souzoku .access__detail {
      font-size: 18px;
      color: #555;
      line-height: 1.7;
      text-align:center;
    }

    /* =====================
       FAQ
    ===================== */
    #lp-souzoku .faq {
      background: #f5f0e8;
      padding: 64px 40px;
    }

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

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

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

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

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

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

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

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

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

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

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

    #lp-souzoku .faq__arrow::after {
      content: '+';
    }

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

    #lp-souzoku .faq__answer {
      padding: 0 24px 20px 60px;
      font-size: 18px;
      color: #444;
      line-height: 1.8;
      border-top: 1px solid #f0ebe0;
    }

    /* =====================
       各種計算ツール
    ===================== */
    #lp-souzoku .tools {
      background: #fff;
      padding: 64px 40px;
    }

    #lp-souzoku .tools__inner {
      max-width: 1000px;
      margin: 0 auto;
    }

    #lp-souzoku .tools__head {
      margin-bottom: 48px;
      text-align: center;
    }

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

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

    #lp-souzoku .tools__lead {
      color: #333;
      text-align: center;
      margin: 16px 0 0;
      line-height: 1.8;
    }

    #lp-souzoku .tools__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    #lp-souzoku .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-souzoku .tools__card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    #lp-souzoku .tools__img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* =====================
       レスポンシブ（1100px）
    ===================== */
    @media (max-width: 1100px) {

      /* FV：1カラム縦積み（テキスト上・画像下） */
      #lp-souzoku .container-fuk {
        grid-template-columns: 1fr;
        min-height: auto;
      }
      #lp-souzoku .content-left-fuk {
        padding: 48px 32px 32px;
        align-items: center;
        text-align: center;
      }
      #lp-souzoku .fv__text-block {
        text-align: left;
        margin: 0 auto;
      }
      #lp-souzoku .h3-message {
        font-size: clamp(28px, 5vw, 42px);
      }
      #lp-souzoku .badge-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
      }
      #lp-souzoku .badge-fuk:nth-child(3) {
        grid-column: 1 / -1;
      }
      #lp-souzoku .badge-val {
        font-size: clamp(22px, 3.5vw, 32px);
      }
      #lp-souzoku .contentfuk-right {
        display: block;
        width: 100%;
      }
      #lp-souzoku .teamfuk-photo {
        width: 100%;
        height: auto;
        object-fit: unset;
      }

      /* 選ばれる理由 */
      #lp-souzoku .reason-item {
        flex-direction: column !important;
        gap: 24px;
      }
      #lp-souzoku .reason-item:nth-child(even) {
        flex-direction: column !important;
      }
      #lp-souzoku .reason-item__photo-wrap {
        flex: none;
        width: 100%;
      }

      /* アクセス */
      #lp-souzoku .access__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }
    }

    /* =====================
       レスポンシブ（768px）
    ===================== */
    @media (max-width: 768px) {

      /* FV */
      #lp-souzoku .content-left-fuk {
        padding: 32px 20px 24px;
      }
      #lp-souzoku .fv__office {
        display: block;
        text-align: center;
      }
      #lp-souzoku .h3-message {
        font-size: clamp(24px, 7vw, 32px);
        text-align: center;
      }
      #lp-souzoku .lead-text {
        font-size: 18px;
      }
      #lp-souzoku .lead-text br {
        display: none;
      }
      #lp-souzoku .stats-num {
        font-size: 26px;
      }
      #lp-souzoku .badge-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
      }
      #lp-souzoku .badge-fuk:nth-child(3) {
        grid-column: 1 / -1;
      }
      #lp-souzoku .badge-val {
        font-size: clamp(20px, 5.5vw, 28px);
      }
      #lp-souzoku .teamfuk-photo {
        height: auto;
      }
      #lp-souzoku .fv__gold-bar {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
      }

      /* CTA */
      #lp-souzoku .cta {
        padding: 32px 20px;
      }
      #lp-souzoku .cta__card {
        padding: 32px 20px;
      }
      #lp-souzoku .cta__tel {
        font-size: 32px;
      }
      #lp-souzoku .cta__btn-row {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      /* お悩み */
      #lp-souzoku .worries__grid {
        grid-template-columns: 1fr;
      }

      /* 選ばれる理由 */
      #lp-souzoku .reasons {
        padding: 48px 20px;
        overflow: hidden;
      }
      #lp-souzoku .reason-item {
        flex-direction: column !important;
        gap: 20px;
      }
      #lp-souzoku .reason-item:nth-child(even) {
        flex-direction: column !important;
      }
      #lp-souzoku .reason-item__photo-wrap {
        flex: none;
        width: 100%;
      }
      #lp-souzoku .reason-item__accent {
        display: none;
      }
      #lp-souzoku .reason-item__bg {
        font-size: 60px;
      }

      /* 弁護士紹介 */
      #lp-souzoku .lawyers {
        padding: 48px 20px;
      }
      #lp-souzoku .lawyers__viewport {
        overflow: hidden;
      }
      #lp-souzoku .lawyer-card {
        flex: 0 0 82%;
      }
      #lp-souzoku .lawyers__track {
        gap: 16px;
      }

      /* お悩み別サポート */
      #lp-souzoku .support {
        padding: 48px 20px;
      }
      #lp-souzoku .support__grid {
        grid-template-columns: 1fr;
      }

      /* 解決事例 */
      #lp-souzoku .cases {
        padding: 48px 20px;
      }
      #lp-souzoku .cases__carousel-wrap {
        position: relative;
      }
      #lp-souzoku .cases__prev,
      #lp-souzoku .cases__next {
        position: absolute;
        top: 22%;
        z-index: 10;
        width: 36px;
        height: 36px;
        font-size: 18px;
      }
      #lp-souzoku .cases__prev {
        left: 4px;
      }
      #lp-souzoku .cases__next {
        right: 4px;
      }
      #lp-souzoku .case-card {
        flex: 0 0 88%;
      }
      #lp-souzoku .cases__track {
        gap: 16px;
      }
      #lp-souzoku .cases__head__lead {
        text-align: left;
      }
      #lp-souzoku .cases__head__lead strong {
        font-size: 19px;
      }

      /* お客様の声 */
      #lp-souzoku .voices {
        padding: 48px 20px;
      }
      #lp-souzoku .voices__grid {
        grid-template-columns: 1fr;
      }

      /* 弁護士費用 */
      #lp-souzoku .fee {
        padding: 48px 20px;
      }
      #lp-souzoku .fee__table th,
      #lp-souzoku .fee__table td {
        font-size: 16px;
        padding: 12px 10px;
      }
      #lp-souzoku .fee__table td.fee__label {
        width: 35%;
      }

      /* 相談の流れ */
      #lp-souzoku .flow {
        padding: 48px 20px;
      }
      #lp-souzoku .flow__step-title {
        font-size: 20px;
      }

      /* FAQ */
      #lp-souzoku .faq {
        padding: 48px 20px;
      }
      #lp-souzoku .faq__answer {
        padding: 0 16px 20px 20px;
      }

      /* 各種計算ツール */
      #lp-souzoku .tools {
        padding: 48px 20px;
      }
      #lp-souzoku .tools__grid {
        grid-template-columns: 1fr;
      }

      /* アクセス */
      #lp-souzoku .access {
        padding: 48px 20px;
      }
      #lp-souzoku .access__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }
      #lp-souzoku .access__name {
        font-size: 16px;
      }
      #lp-souzoku .access__detail {
        font-size: 15px;
      }

      /* 共通 */
      #lp-souzoku .fee__inner,
      #lp-souzoku .flow__inner,
      #lp-souzoku .faq__inner,
      #lp-souzoku .access__inner,
      #lp-souzoku .tools__inner {
        max-width: 100%;
      }
    }


.breadcrumb-area { display: none !important; }
#lp-souzoku .stats-box,
#lp-souzoku .stats-num,
#lp-souzoku .stats-unit { text-decoration: none !important; border-bottom: none !important; }

#lp-souzoku h1,
#lp-souzoku h2,
#lp-souzoku h3,
#lp-souzoku h4,
#lp-souzoku h5,
#lp-souzoku h6 {
  text-align: inherit !important;
}

#lp-souzoku em {
  font-style: normal !important;
}
#lp-souzoku .cta__sub em {
  color: #c9a84c !important;
  font-weight: 700 !important;
  font-size: inherit !important;
}

/* テーマのh1/h2 text-shadow（光彩）を除去 */
#lp-souzoku h1,
#lp-souzoku h2,
#lp-souzoku h3 {
  text-shadow: none !important;
}

/* テーマのem余白・フォントサイズを除去 */
#lp-souzoku em {
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
  display: inline !important;
}

/* テーマのaタグ下線がspan等に波及している場合の対策 */
#lp-souzoku .stats-box {
  text-decoration: none !important;
  border-bottom: none !important;
}

#lp-souzoku .stats-box::after,
#lp-souzoku .stats-box::before {
  display: none !important;
  content: none !important;
}

#lp-souzoku .support-cat__head {
  margin: 0 !important;
}

/* 固定ヘッダーとFVの被り対策 */
@media (max-width: 768px) {
  #lp-souzoku .fv {
    padding-top: 70px;
  }
}

/* スマホ・タブレット：バッジを写真の後に移動 */
@media (max-width: 1100px) {
  #lp-souzoku .content-left-fuk {
    display: contents;
  }
  #lp-souzoku .fv__text-block {
    order: 1;
  }
  #lp-souzoku .contentfuk-right {
    order: 2;
  }
  #lp-souzoku .badge-row {
    order: 3;
    padding: 0 20px 32px;
  }
}

/* テーマのmarginがCTA内要素に当たる問題を解消 */
#lp-souzoku .cta__card > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#lp-souzoku .cta__title {
  margin: 0 0 12px !important;
}
#lp-souzoku .cta__sub {
  margin: 0 0 8px !important;
}
#lp-souzoku .cta__tel {
  margin: 0 0 8px !important;
}
#lp-souzoku .cta__btn-tap {
  margin: 0 0 12px !important;
}
#lp-souzoku .cta__badges {
  margin: 0 0 16px !important;
}
#lp-souzoku .cta__note {
  margin: 0 0 8px !important;
}
#lp-souzoku .cta__cond {
  margin: 0 0 16px !important;
}

/* テーマのp・h・ul・liのmarginをLP内で全リセット */
#lp-souzoku p,
#lp-souzoku h1,
#lp-souzoku h2,
#lp-souzoku h3,
#lp-souzoku h4,
#lp-souzoku h5,
#lp-souzoku h6,
#lp-souzoku ul,
#lp-souzoku ol,
#lp-souzoku li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#lp-souzoku .flow__list {
  padding-left: 0 !important;
  list-style: none !important;
}

/* お悩みセクション - 見出し下余白を復元 */
#lp-souzoku .worries__title {
  margin-bottom: 48px !important;
}

/* チェックマーク - iOSでemoji描画になる問題を修正 */
#lp-souzoku .worry-card__title::before {
  content: '✔︎' !important;
  color: #4caf50 !important;
  -webkit-text-stroke: 1px #4caf50 !important;
}

/* =====================
   お悩みセクション - 弁護士ブロック
===================== */
#lp-souzoku .worries__lawyer {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #faf7f2;
  border-radius: 8px;
  overflow: hidden;
}

#lp-souzoku .worries__lawyer__photo-wrap {
  position: relative;
  height: 100%;
  min-height: 280px;
}

#lp-souzoku .worries__lawyer__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

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

#lp-souzoku .worries__lawyer__body {
  padding: 48px 48px 48px 24px;
}

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

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

/* =====================
   弁護士紹介 - 2行レイアウト
===================== */

/* 代表弁護士 */
#lp-souzoku .lawyers__featured {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  margin-bottom: 40px;
}

#lp-souzoku .lawyers__featured__photo-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8e0d6;
}

#lp-souzoku .lawyers__featured__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

#lp-souzoku .lawyers__featured__body {
  padding: 36px 36px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#lp-souzoku .lawyers__featured__role {
  font-size: 14px;
  color: #888;
  letter-spacing: 0.05em;
}

#lp-souzoku .lawyers__featured__name {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  color: #1a0f07;
  letter-spacing: 0.05em;
}

#lp-souzoku .lawyers__featured__career {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#lp-souzoku .lawyers__featured__career-block {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

#lp-souzoku .lawyers__featured__career-label {
  font-size: 12px;
  font-weight: 700;
  color: #e57913;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

#lp-souzoku .lawyers__featured__career-list {
  padding-left: 18px;
  margin: 0;
}

#lp-souzoku .lawyers__featured__career-list li {
  margin-bottom: 2px;
}

#lp-souzoku .lawyers__featured__media {
  font-size: 14px;
  color: #777;
}

/* チーム弁護士 */
#lp-souzoku .lawyers__team {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#lp-souzoku .lawyer-mini {
  flex: 1 1 calc((100% - 100px) / 6);
  min-width: 120px;
  max-width: 160px;
  text-align: center;
}

#lp-souzoku .lawyer-mini__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 10%;
  border-radius: 50%;
  display: block;
  background: #e8e0d6;
}

#lp-souzoku .lawyer-mini__name {
  font-size: 16px;
  font-weight: 700;
  color: #1a0f07;
  margin-top: 10px;
}

#lp-souzoku .lawyer-mini__role-prefix {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

/* SP対応 */
@media (max-width: 768px) {
  #lp-souzoku .worries__lawyer {
    grid-template-columns: 1fr;
  }
  #lp-souzoku .worries__lawyer__photo-wrap {
    min-height: 240px;
  }
  #lp-souzoku .worries__lawyer__fade {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #faf7f2);
  }
  #lp-souzoku .worries__lawyer__body {
    padding: 24px 24px 32px;
  }
  #lp-souzoku .lawyers__featured {
    grid-template-columns: 110px 1fr;
    gap: 20px;
  }
  #lp-souzoku .lawyers__featured__photo-wrap {
    aspect-ratio: 3 / 4;
  }
  #lp-souzoku .lawyers__featured__body {
    padding: 16px 16px 20px 0;
  }
  #lp-souzoku .lawyers__featured__name {
    font-size: 22px;
  }
  #lp-souzoku .lawyers__team {
    justify-content: center;
  }
  #lp-souzoku .lawyer-mini {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: none;
  }
}
