/* Generated from the current SEO mock. */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --paper: #fbf7ee;
      --paper-deep: #f3eadc;
      --surface: rgba(255, 255, 255, 0.68);
      --surface-strong: #fffdf8;
      --line: rgba(189, 141, 58, 0.24);
      --text: #2f3a4f;
      --muted: #2f3a4f;
      --subtle: #8d8174;
      --ink: #2f3a4f;
      --ink-strong: #081a2f;
      --brand: #c93e35;
      --brand-dark: #a92f2b;
      --gold: #bd8d3a;
      --teal: #2f7773;
      --lake: #873893;
    }

    body {
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      font-size: 16px;
      line-height: 1.8;
      color: var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(189, 141, 58, 0.14), transparent 28%),
        radial-gradient(circle at 86% 14%, rgba(201, 62, 53, 0.1), transparent 24%),
        linear-gradient(180deg, var(--paper) 0%, #f8f1e6 100%);
    }

    a { color: var(--teal); }

    /* ── ヘッダー（maikin.jp 本体に合わせた構成） ── */
    .site-header {
      background:
        linear-gradient(rgba(255, 253, 248, 0.16), rgba(255, 253, 248, 0.16)),
        url("https://maikin.jp/wp/wp-content/uploads/2020/08/bg22.jpg") center / cover no-repeat;
      border-bottom: 1px solid rgba(189, 141, 58, 0.45);
      padding: 14px 24px;
    }
    .site-header-inner {
      width: min(100%, 1040px);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px 24px;
      flex-wrap: wrap;
    }
    .site-logo img { display: block; width: 96px; height: auto; }
    .site-menu {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px 20px;
    }
    .site-menu a {
      color: #4b3826;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
    }
    .site-menu a:hover { color: #a92f2b; }

    /* ── パンくず（maikin.jp と同配色） ── */
    .breadcrumb {
      background: #f1e5cb;
      border-bottom: 1px solid rgba(189, 141, 58, 0.28);
      padding: 10px 24px;
      font-size: 13px;
      color: #715d47;
    }
    .breadcrumb-inner { width: min(100%, 1040px); margin: 0 auto; }
    .breadcrumb a { color: #4b3826; text-decoration: none; }
    .breadcrumb a:hover { color: #9a7030; }
    .breadcrumb .sep { margin: 0 4px; color: #b09a76; }

    .page-switcher {
      padding: 10px 20px 0;
      background: var(--surface-strong);
      border-bottom: 1px solid rgba(189, 141, 58, 0.24);
    }
    .page-switcher-inner {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: min(100%, 720px);
      margin: 0 auto;
    }
    .page-switcher a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 8px 16px 10px;
      border-bottom: 3px solid transparent;
      color: var(--ink);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 800;
      text-align: center;
      text-decoration: none;
      transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    }
    .page-switcher a:hover { background: rgba(189, 141, 58, 0.08); }
    .page-switcher a[aria-current="page"] {
      border-bottom-color: var(--brand);
      background: rgba(201, 62, 53, 0.06);
      color: var(--brand-dark);
    }
    .page-switcher a:focus-visible {
      outline: 3px solid rgba(201, 62, 53, 0.4);
      outline-offset: -3px;
    }

    /* ── ヒーロー ── */
    .hero {
      background:
        linear-gradient(90deg, rgba(251, 247, 238, 0.96) 0%, rgba(251, 247, 238, 0.9) 44%, rgba(251, 247, 238, 0.18) 100%),
        url("/map/content/images/hero-bg-about.png") center / cover no-repeat,
        linear-gradient(135deg, rgba(251, 247, 238, 0.98), rgba(239, 220, 187, 0.92));
      color: var(--text);
      text-align: left;
      padding: 74px max(24px, calc((100vw - 780px) / 2 + 20px)) 68px;
      border-bottom: 1px solid rgba(189, 141, 58, 0.22);
    }
    .hero h1 {
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      max-width: 560px;
      font-size: 52px;
      line-height: 1.22;
      margin-bottom: 22px;
      letter-spacing: 0;
      font-weight: 900;
      color: var(--ink-strong);
    }
    .hero h1 .line { display: block; }
    .hero h1 .accent {
      color: var(--brand-dark);
      font-size: 1.08em;
    }
    .hero h1 .particle {
      font-size: 0.68em;
      color: var(--ink-strong);
    }
    .hero h1 .inline-tail {
      display: inline-block;
      color: var(--ink-strong);
      font-size: 0.68em;
      margin-left: 0.18em;
      vertical-align: baseline;
    }
    .hero p {
      max-width: 560px;
      color: var(--ink);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.95;
      letter-spacing: 0;
    }

    /* ── コンテンツ幅 ── */
    .container {
      max-width: 1040px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* ── セクション ── */
    .section { padding: 48px 0 0; }
    .container > .section:first-child { padding-top: 34px; }
    .section-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      position: relative;
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 24px;
      line-height: 1.45;
      font-weight: 900;
      color: var(--ink);
      text-align: center;
      margin-bottom: 24px;
    }
    .section-title::before,
    .section-title::after {
      content: "";
      width: 92px;
      height: 8px;
      flex: 0 0 auto;
      background:
        radial-gradient(circle, var(--gold) 0 2px, transparent 2.5px) center / 8px 8px no-repeat,
        linear-gradient(var(--gold), var(--gold)) center / 100% 1px no-repeat;
      opacity: 0.95;
    }
    .section-title::before { transform: rotate(180deg); }
    .section p { margin-bottom: 14px; font-size: 15px; color: var(--muted); }
    .section p:last-child { margin-bottom: 0; }

    /* ── リード文 ── */
    .lead-text {
      background:
        linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat,
        var(--surface);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 28px 32px;
      box-shadow: 0 8px 20px rgba(63, 50, 34, 0.08);
      margin-bottom: 0;
      backdrop-filter: blur(4px);
    }
    .lead-text p { font-size: 16px; color: var(--text); }
    .overview-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 14px;
      background:
        linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat,
        var(--surface);
      box-shadow: 0 8px 20px rgba(63, 50, 34, 0.08);
    }
    .overview-card {
      display: grid;
      align-content: start;
      justify-items: center;
      gap: 10px;
      min-height: 270px;
      padding: 32px 28px 30px;
      border-left: 1px solid rgba(189, 141, 58, 0.26);
      text-align: center;
    }
    .overview-card:first-child { border-left: 0; }
    .overview-card .visual-icon {
      width: 104px;
      height: 92px;
      margin: 0 0 6px;
    }
    .overview-card:nth-child(2) .visual-icon {
      width: 136px;
      height: 98px;
      margin-top: -4px;
      margin-bottom: 4px;
    }
    .overview-card h3 {
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 18px;
      color: var(--ink);
      font-weight: 900;
    }
    .overview-card p {
      font-size: 14px;
      line-height: 1.8;
      color: var(--muted);
      max-width: 220px;
      text-align: left;
    }
    .recommend-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .recommend-card {
      padding: 20px;
      background:
        linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat,
        var(--surface);
      border: 1px solid var(--line);
      border-radius: 14px;
      box-shadow: 0 7px 16px rgba(63, 50, 34, 0.07);
    }
    .recommend-card .visual-icon {
      display: block;
      width: 76px;
      height: 64px;
      margin: 0 0 12px;
      object-fit: contain;
    }
    .recommend-card .recommend-illustration {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      margin-bottom: 14px;
      border-radius: 10px;
      object-fit: cover;
      box-shadow: 0 6px 14px rgba(63, 50, 34, 0.08);
    }
    .recommend-card h3 {
      margin-bottom: 6px;
      color: var(--ink);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 15px;
      font-weight: 900;
    }
    .recommend-card p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }
    .point-list {
      display: grid;
      gap: 10px;
      margin-top: 14px;
      list-style: none;
    }
    .point-list li {
      position: relative;
      padding-left: 18px;
      font-size: 15px;
      line-height: 1.75;
      color: var(--text);
    }
    .point-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 7px;
      height: 7px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    /* ── フロー ── */
    .flow-panel {
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 26px 28px;
      box-shadow: 0 8px 20px rgba(63, 50, 34, 0.08);
      backdrop-filter: blur(4px);
    }
    .flow-lead {
      color: var(--ink);
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 18px;
    }
    .flow {
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative;
    }
    .flow.flow-cards {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
    }
    .flow-item {
      display: flex;
      gap: 20px;
      padding: 18px 0;
      position: relative;
      z-index: 1;
      border-top: 1px solid rgba(189, 141, 58, 0.18);
    }
    .flow-item:first-child { border-top: 0; padding-top: 0; }
    .flow-item:last-child { margin-bottom: 0; }
    .flow-cards .flow-item {
      display: grid;
      grid-template-rows: 100px auto;
      align-content: start;
      justify-items: center;
      gap: 8px;
      min-height: 230px;
      padding: 20px 16px;
      border-top: 0;
      border-left: 1px solid rgba(189, 141, 58, 0.22);
      text-align: center;
    }
    .flow-cards .flow-item:first-child { border-left: 0; padding-top: 20px; }
    .flow-media {
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 8px;
      width: 112px;
      min-width: 112px;
      height: 100px;
    }
    .flow-icon {
      display: block;
      width: 112px;
      height: 92px;
      object-fit: contain;
      object-position: center bottom;
    }
    .flow-body h3 {
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 17px;
      color: var(--ink);
      margin-bottom: 6px;
      font-weight: 900;
    }
    .flow-body {
      display: grid;
      grid-template-rows: 30px auto;
      justify-items: center;
      align-content: start;
      width: 100%;
    }
    .flow-body p { font-size: 14px; color: var(--ink); }
    .flow-cards .flow-body h3 { font-size: 16px; line-height: 1.45; }
    .flow-cards .flow-body h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      margin-bottom: 0;
    }
    .flow-cards .flow-body p {
      width: 142px;
      margin-inline: auto;
      font-size: 14px;
      line-height: 1.7;
      text-align: left;
    }
    .flow-arrow {
      text-align: center;
      font-size: 17px;
      color: var(--gold);
      margin: -4px 0 0;
      line-height: 1;
    }

    /* ── 強調ボックス ── */
    .highlight-box {
      background: rgba(255, 253, 248, 0.76);
      border: 1px solid rgba(201, 62, 53, 0.22);
      border-radius: 14px;
      padding: 20px 24px;
      margin: 20px 0;
    }
    .highlight-box p { font-size: 15px; color: var(--text); margin-bottom: 0; }

    /* 使い方ページへの導線（相談バナーより軽い、和紙調のリンク） */
    .guide-link {
      width: min(100%, 860px);
      margin: 48px auto 0;
      text-align: center;
    }
    .guide-link a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: 100%;
      min-height: 96px;
      padding: 20px 24px;
      border: 2px solid rgba(179, 122, 46, 0.55);
      border-radius: 8px;
      background:
        linear-gradient(rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.92)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat;
      box-shadow: 0 10px 22px rgba(63, 50, 34, 0.12);
      color: var(--brand-dark);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      letter-spacing: 0.04em;
      text-decoration: none;
      transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
    }
    .guide-link-eyebrow {
      color: #8a6a3a;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.12em;
    }
    .guide-link-label {
      font-size: 20px;
      font-weight: 900;
      line-height: 1.4;
    }
    .guide-link a:hover {
      border-color: rgba(179, 122, 46, 0.8);
      background: linear-gradient(180deg, #fffdf8, #f6ebd6);
      box-shadow: 0 8px 18px rgba(63, 50, 34, 0.12);
    }
    .guide-link a:focus-visible {
      outline: 3px solid rgba(201, 62, 53, 0.4);
      outline-offset: 3px;
    }

    .consult-banner {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 28px;
      width: min(100%, 860px);
      margin: 20px auto 0;
      min-height: 116px;
      padding: 24px 30px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(47, 58, 79, 0.96) 0%, rgba(47, 58, 79, 0.9) 52%, rgba(47, 58, 79, 0.3) 100%),
        url("/map/content/images/consult-panel-bg.png") center / cover no-repeat,
        linear-gradient(135deg, var(--ink), #10243a);
      border: 1px solid rgba(189, 141, 58, 0.42);
      box-shadow: 0 10px 22px rgba(47, 58, 79, 0.16);
    }
    .consult-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(6, 20, 35, 0.28), transparent 62%),
        radial-gradient(circle at 96% 50%, rgba(189, 141, 58, 0.18), transparent 34%);
      pointer-events: none;
    }
    .consult-banner p {
      position: relative;
      z-index: 2;
      max-width: 560px;
      margin-bottom: 6px;
      color: rgba(255, 253, 248, 0.86);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 13px;
      line-height: 1.7;
      font-weight: 700;
    }
    .consult-banner .consult-lead {
      color: #fffdf8;
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 20px;
      line-height: 1.45;
      font-weight: 900;
    }
    .consult-banner .consult-button {
      position: relative;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      min-height: 54px;
      padding: 0 28px;
      border-radius: 8px;
      color: #182233;
      background: linear-gradient(180deg, #efd08a, #c69a3e);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.42), 0 8px 18px rgba(5, 16, 30, 0.26);
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 18px;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
      text-decoration: none;
    }

    /* ── 2カラム ── */
    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .col-card {
      background:
        linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat,
        var(--surface);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 22px;
      box-shadow: 0 7px 16px rgba(63, 50, 34, 0.07);
    }
    .col-card .icon { font-size: 28px; margin-bottom: 10px; }
    .visual-icon {
      display: block;
      width: 74px;
      height: 64px;
      object-fit: contain;
      margin: 0 0 12px;
    }
    .col-card h3 {
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 15px;
      color: #4b3826;
      margin-bottom: 8px;
      font-weight: 900;
    }
    .col-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }

    /* ── 鑑定士コメント ── */
    .comment-block {
      background:
        linear-gradient(rgba(255, 253, 248, 0.76), rgba(255, 253, 248, 0.76)),
        url("/map/content/images/section-panel-washi-bg.png") center / cover no-repeat;
      border-radius: 14px;
      padding: 28px 32px;
      margin-top: 20px;
      border: 1px solid var(--line);
      border-left: 4px solid var(--gold);
    }
    .comment-block .author {
      font-size: 13px;
      color: #9b6b2d;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .comment-block p { font-size: 15px; color: var(--text); }

    /* 著書を並べたメッセージ */
    .comment-block--with-book {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 210px;
      align-items: start;
      gap: 28px;
    }
    .comment-book {
      display: block;
      text-decoration: none;
      color: inherit;
      transition: transform 0.15s, filter 0.15s;
    }
    .comment-book img {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid var(--line);
      border-radius: 6px;
      box-shadow: 0 8px 20px rgba(63, 50, 34, 0.18);
    }
    .comment-book-caption {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.6;
      color: #9b6b2d;
      font-weight: 700;
      text-align: center;
    }
    .comment-book:hover { transform: translateY(-2px); filter: brightness(1.02); }
    .comment-book:hover .comment-book-caption { color: var(--brand-dark); }
    .comment-book:focus-visible {
      outline: 3px solid rgba(201, 62, 53, 0.5);
      outline-offset: 3px;
    }

    /* ── 監修メモ ── */
    .todo {
      background: rgba(255, 251, 242, 0.86);
      border: 1px dashed rgba(189, 141, 58, 0.58);
      border-radius: 8px;
      padding: 14px 18px;
      font-size: 13px;
      color: #76561b;
      margin: 16px 0;
    }
    .todo::before { content: "メモ: "; }

    /* ── CTAセット ── */
    .cta-set {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin: 42px auto;
      max-width: 1000px;
    }
    .cta-set--single {
      grid-template-columns: 1fr;
      max-width: 760px;
    }
    .image-cta-banner {
      position: relative;
      display: block;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(189, 141, 58, 0.32);
      box-shadow: 0 8px 18px rgba(47, 58, 79, 0.12);
      transition: border-color 0.15s, box-shadow 0.15s, filter 0.15s, transform 0.15s;
    }
    .image-cta-banner::after {
      content: "↗";
      position: absolute;
      right: 14px;
      bottom: 14px;
      z-index: 2;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      background: rgba(47, 58, 79, 0.88);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.42);
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 6px 14px rgba(47, 58, 79, 0.22);
      transition: transform 0.15s, background 0.15s;
    }
    .image-cta-banner:hover {
      border-color: rgba(201, 62, 53, 0.56);
      box-shadow: 0 12px 24px rgba(47, 58, 79, 0.18);
      filter: brightness(1.02);
      transform: translateY(-1px);
    }
    .image-cta-banner:hover::after {
      background: rgba(201, 62, 53, 0.94);
      transform: translate(2px, -2px);
    }
    .image-cta-banner:focus-visible {
      outline: 3px solid rgba(201, 62, 53, 0.5);
      outline-offset: 3px;
    }
    .image-cta-banner img {
      display: block;
      width: 100%;
      height: 178px;
      object-fit: cover;
    }
    .cta-set--single .image-cta-banner img {
      height: auto;
    }
    .cta-card {
      border-radius: 14px;
      padding: 28px 20px;
      text-align: center;
      text-decoration: none;
      display: block;
      transition: opacity 0.15s;
    }
    .cta-card:hover { opacity: 0.85; }
    .cta-card.primary { background: linear-gradient(180deg, var(--brand), var(--brand-dark)); color: #fff; }
    .cta-card.secondary { background: linear-gradient(135deg, var(--ink), #4b3826); color: #fff; }
    .cta-card .icon { font-size: 28px; margin-bottom: 10px; }
    .cta-card h3 {
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: 15px;
      font-weight: 900;
      margin-bottom: 6px;
    }
    .cta-card p { font-size: 12px; opacity: 0.8; }

    /* ── フッター ── */
    .site-footer {
      background:
        linear-gradient(rgba(255, 253, 248, 0.2), rgba(255, 253, 248, 0.2)),
        url("https://maikin.jp/wp/wp-content/uploads/2020/08/bg22.jpg") center / cover no-repeat;
      border-top: 1px solid rgba(189, 141, 58, 0.45);
      color: #5c4a33;
      text-align: center;
      padding: 32px 24px;
      margin-top: 64px;
      font-size: 13px;
    }
    .site-footer nav { margin-bottom: 16px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
    .site-footer a { color: #4b3826; text-decoration: none; font-weight: 600; }
    .site-footer a:hover { color: #a92f2b; }

    /* ── レスポンシブ ── */
    @media (min-width: 601px) {
      .hero {
        display: grid;
        align-content: center;
        min-height: 390px;
      }
    }

    @media (max-width: 600px) {
      body { line-height: 1.85; }
      .site-header { padding: 12px 16px 10px; }
      .site-header-inner { justify-content: center; gap: 8px 10px; }
      .site-logo img { width: 120px; }
      .site-menu { justify-content: center; gap: 8px 10px; }
      .site-menu a { font-size: 12px; }
      .breadcrumb {
        padding: 8px 16px;
        overflow-x: auto;
        white-space: nowrap;
      }
      .page-switcher { padding: 8px 12px 0; }
      .page-switcher a {
        min-height: 48px;
        padding: 8px 6px 10px;
        font-size: 12px;
      }
      .hero {
        padding: 42px 18px 34px;
        text-align: left;
        background:
          linear-gradient(90deg, rgba(251, 247, 238, 0.98) 0%, rgba(251, 247, 238, 0.92) 62%, rgba(251, 247, 238, 0.42) 100%),
          url("/map/content/images/hero-bg-about.png") right center / cover no-repeat,
          linear-gradient(135deg, rgba(251, 247, 238, 0.98), rgba(239, 220, 187, 0.92));
      }
      .hero h1 {
        font-size: 30px;
        line-height: 1.25;
      }
      /* スマホでは「埋金と方位マップについて」を1行に収め、背景の意匠を見せる */
      .hero h1 .line { display: inline; }
      /* 背景の鳥居・方位盤に文字が重なるため、和紙色のハローで可読性を確保する */
      .hero h1,
      .hero p {
        text-shadow:
          0 0 5px rgba(251, 247, 238, 0.98),
          0 0 12px rgba(251, 247, 238, 0.92),
          0 0 22px rgba(251, 247, 238, 0.7);
      }
      .hero p {
        font-size: 14px;
        line-height: 1.85;
      }
      /* PC 用の固定改行位置は 390px では行末に合わないため自然折り返しにする */
      .hero p br { display: none; }
      .container { padding: 0 18px; }
      .section { padding-top: 40px; }
      .container > .section:first-child { padding-top: 24px; }
      .section-title {
        font-size: 18px;
        line-height: 1.45;
        gap: 10px;
        margin-bottom: 16px;
        text-wrap: balance;
        word-break: auto-phrase;
      }
      .section-title::before,
      .section-title::after {
        width: 34px;
      }
      .section p,
      .lead-text p,
      .comment-block p {
        font-size: 15px;
        line-height: 1.85;
      }
      .comment-block--with-book {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .comment-book {
        width: min(62%, 220px);
        margin: 0 auto;
      }
      .lead-text,
      .comment-block,
      .flow-panel,
      .col-card,
      .highlight-box {
        border-radius: 10px;
        padding: 18px 16px;
      }
      .point-list { gap: 8px; }
      .point-list li { font-size: 14px; line-height: 1.8; }
      .overview-grid {
        grid-template-columns: 1fr;
        border-radius: 10px;
      }
      .overview-card {
        display: flow-root;
        min-height: 0;
        padding: 20px 16px;
        border-left: 0;
        border-top: 1px solid rgba(189, 141, 58, 0.22);
        text-align: left;
      }
      .overview-card:first-child { border-top: 0; }
      .overview-card .visual-icon {
        float: left;
        width: 96px;
        height: 70px;
        margin: 2px 14px 6px 0;
        padding: 0 10px;
        object-fit: contain;
      }
      .overview-card:nth-child(2) .visual-icon {
        width: 96px;
        height: 70px;
        margin: 2px 14px 6px 0;
        padding: 0;
      }
      .overview-card h3 {
        margin-bottom: 4px;
        white-space: nowrap;
      }
      .overview-card p {
        max-width: none;
        text-align: left;
      }
      .recommend-grid { grid-template-columns: 1fr; }
      .recommend-card {
        padding: 18px 16px;
        border-radius: 10px;
      }
      .recommend-card p {
        font-size: 14px;
        line-height: 1.8;
      }
      .two-col { grid-template-columns: 1fr; }
      .cta-set {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 36px 0;
      }
      .flow-lead { font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
      .flow.flow-cards {
        display: flex;
        flex-direction: column;
      }
      .flow-item { gap: 14px; padding: 16px 0; }
      .flow-cards .flow-item {
        display: flex;
        align-items: flex-start;
        min-height: 0;
        padding: 16px 0;
        border-left: 0;
        border-top: 1px solid rgba(189, 141, 58, 0.18);
        text-align: left;
      }
      .flow-cards .flow-item:first-child {
        border-top: 0;
        padding-top: 0;
      }
      .flow-body {
        display: grid;
        justify-items: start;
        align-content: start;
        width: auto;
      }
      .flow-media {
        width: 76px;
        min-width: 76px;
        height: 68px;
        gap: 6px;
      }
      .flow-icon {
        width: 76px;
        height: 62px;
      }
      .visual-icon {
        width: 64px;
        height: 54px;
      }
      .flow-body h3 { font-size: 15px; line-height: 1.5; }
      .flow-cards .flow-body p { width: auto; }
      .flow-body p,
      .col-card p,
      .highlight-box p {
        font-size: 14px;
        line-height: 1.8;
      }
      .image-cta-banner img { height: 150px; }
      .image-cta-banner::after {
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
        font-size: 15px;
      }
      .guide-link { margin-top: 40px; }
      .guide-link a {
        min-height: 84px;
        padding: 16px 16px;
      }
      .guide-link-eyebrow { font-size: 12px; }
      .guide-link-label { font-size: 16px; }

      .consult-banner {
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
        min-height: 0;
        padding: 20px 18px;
        overflow: hidden;
      }
      .consult-banner p {
        max-width: none;
        font-size: 14px;
        line-height: 1.85;
      }
      .consult-banner .consult-button {
        width: 100%;
        min-height: 54px;
        font-size: 18px;
        padding: 0 20px;
      }
    }
