
  :root {
    --navy: #0B2F66;
    --navy-deep: #071F47;
    --lightblue: #DDEEFF;
    --skyfaint: #F5FAFF;
    --gold: #D8B16A;
    --coral: #F26B5E;
    --white: #FFFFFF;
    --ink: #1E2A3A;
    --serif-en: 'Cormorant Garamond', 'Didot', Georgia, serif;
    --serif-jp: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    --sans-jp: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--sans-jp);
    color: var(--ink);
    background: var(--white);
    line-height: 1.9;
    font-size: 16px;
  }
  img { max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  .inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

  /* ===== Header ===== */
  header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--lightblue);
  }
  .header-inner {
    max-width: 1040px; margin: 0 auto; padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand-mark {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--navy); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
  }
  .brand-name { font-family: var(--serif-jp); font-size: 19px; font-weight: 700; letter-spacing: .04em; color: var(--navy); line-height: 1.3; }
  .brand-name small { display: block; font-family: var(--sans-jp); font-size: 10px; font-weight: 500; letter-spacing: .14em; color: var(--gold); }
  nav { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 500; }
  nav a:hover { color: var(--navy); }
  .nav-cta {
    background: var(--navy); color: #fff !important;
    padding: 10px 22px; border-radius: 999px; font-weight: 700;
    transition: opacity .2s;
  }
  .nav-cta:hover { opacity: .85; }
  .nav-links { display: flex; gap: 24px; }
  .nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 40px; padding: 8px 6px; flex-direction: column; justify-content: center; gap: 5px; }
  .nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  /* ===== Hero ===== */
  .hero {
    background:
      radial-gradient(ellipse 80% 60% at 85% 10%, rgba(216,177,106,.14), transparent),
      linear-gradient(170deg, var(--skyfaint) 0%, var(--white) 55%, var(--lightblue) 130%);
    padding: 84px 0 68px;
    position: relative;
    overflow: hidden;
  }
  .hero::after {
    content: "⚓"; position: absolute; right: -30px; bottom: -60px;
    font-size: 280px; color: var(--lightblue); opacity: .5;
    line-height: 1; pointer-events: none;
  }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; letter-spacing: .18em; color: var(--gold);
    font-weight: 700; margin-bottom: 20px;
  }
  .hero-eyebrow::before, .hero-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--gold); }
  .hero h1 {
    font-family: var(--serif-jp); font-weight: 700;
    font-size: clamp(29px, 4.4vw, 44px); line-height: 1.55;
    color: var(--navy); margin-bottom: 22px;
  }
  .hero h1 .accent { color: var(--coral); }
  .hero p.lead { font-size: 16.5px; max-width: 640px; margin-bottom: 26px; color: #3a4a5f; position: relative; z-index: 1; }
  .industry-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; position: relative; z-index: 1; }
  .industry-chips .chip {
    background: #fff; border: 1px solid #BFD8F2; color: var(--navy);
    font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 999px;
  }
  .industry-chips .chip-label { font-size: 13px; color: #5a6b80; font-weight: 500; padding: 6px 0; }
  .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; }
  .btn-primary {
    display: inline-block; background: var(--navy); color: #fff;
    font-weight: 700; font-size: 16px; padding: 16px 40px; border-radius: 999px;
    box-shadow: 0 8px 24px rgba(11,47,102,.25); transition: transform .15s, opacity .2s;
  }
  .btn-primary:hover { transform: translateY(-2px); opacity: .9; }
  .btn-ghost {
    display: inline-block; border: 1.5px solid var(--navy); color: var(--navy);
    font-weight: 700; font-size: 16px; padding: 15px 36px; border-radius: 999px;
    background: rgba(255,255,255,.7); transition: background .2s;
  }
  .btn-ghost:hover { background: var(--lightblue); }

  .hero-trust { display: flex; gap: 10px 12px; flex-wrap: wrap; margin-top: 22px; position: relative; z-index: 1; }
  .hero-trust span { display: inline-block; background: #fff; border: 1.5px solid var(--gold); color: var(--navy); font-size: 13.5px; font-weight: 700; padding: 9px 18px; border-radius: 999px; box-shadow: 0 6px 16px rgba(216,177,106,.22); }
  .hero-trust span::first-letter { color: var(--coral); }
  .model-data { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 920px; margin: 34px auto 0; }
  @media (max-width: 760px) { .model-data { grid-template-columns: 1fr; } }
  .md-chip { background: #fff; border: 1px solid var(--lightblue); border-radius: 18px; padding: 22px 22px 20px; text-align: center; }
  .md-chip .v { font-family: var(--serif-en); font-size: 38px; font-weight: 700; color: var(--coral); line-height: 1.1; }
  .md-chip .v small { font-size: 18px; }
  .md-chip .l { font-size: 12.5px; color: #45566b; margin-top: 8px; text-align: left; }
  .case-note { max-width: 800px; margin: 30px auto 0; background: var(--skyfaint); border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; padding: 20px 26px; }
  .case-note p { font-size: 14px; color: #35465c; }
  .case-note p + p { margin-top: 10px; }
  .mid-cta { text-align: center; margin-top: 44px; }
  .mid-cta-lead { font-size: 14.5px; color: #45566b; margin-bottom: 14px; }

  /* ===== Stats band ===== */
  .stats { background: var(--navy); color: #fff; padding: 44px 0; }
  .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
  @media (max-width: 760px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
  .stat .num { font-family: var(--serif-en); font-size: clamp(30px, 3.6vw, 42px); font-weight: 700; color: var(--gold); line-height: 1.2; }
  .stat .num small { font-size: .5em; font-family: var(--sans-jp); font-weight: 500; }
  .stat .label { font-size: 13px; letter-spacing: .06em; color: var(--lightblue); margin-top: 6px; }
  .stats-note { text-align: center; font-size: 11px; color: rgba(221,238,255,.6); margin-top: 24px; letter-spacing: .04em; }

  /* ===== Section common ===== */
  section { padding: 84px 0; }
  .sec-head { text-align: center; margin-bottom: 52px; }
  .sec-head .en {
    font-family: var(--serif-en); font-size: 15px; letter-spacing: .3em;
    color: var(--gold); font-weight: 600; text-transform: uppercase;
  }
  .sec-head h2 {
    font-family: var(--serif-jp); font-size: clamp(24px, 3.4vw, 34px);
    color: var(--navy); font-weight: 700; margin-top: 8px; line-height: 1.5;
  }
  .sec-head .wave { color: var(--gold); letter-spacing: .3em; font-size: 14px; margin-top: 10px; }

  /* ===== Problems ===== */
  .problems { background: var(--skyfaint); }
  .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  @media (max-width: 760px) { .problem-grid { grid-template-columns: 1fr; } }
  .problem-card {
    background: #fff; border: 1px solid #BFD8F2; border-radius: 20px;
    padding: 26px 28px; display: flex; gap: 16px; align-items: flex-start;
  }
  .problem-card .icon {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
    background: var(--lightblue); color: var(--navy);
    display: flex; align-items: center; justify-content: center; font-size: 20px;
  }
  .problem-card p { font-size: 15px; font-weight: 500; }
  .problems-close { text-align: center; margin-top: 44px; font-family: var(--serif-jp); font-size: clamp(18px, 2.6vw, 24px); color: var(--navy); font-weight: 700; }
  .problems-close .accent { border-bottom: 3px solid var(--gold); padding-bottom: 2px; }

  /* ===== Model (positioning) ===== */
  .model-box {
    max-width: 860px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch;
  }
  @media (max-width: 760px) { .model-box { grid-template-columns: 1fr; } .model-x { transform: rotate(90deg); } }
  .model-card {
    border: 1.5px solid var(--navy); border-radius: 24px; padding: 30px 28px;
    background: #fff; text-align: center;
  }
  .model-card .tag { display: inline-block; background: var(--lightblue); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .08em; padding: 4px 14px; border-radius: 999px; margin-bottom: 12px; }
  .model-card h3 { font-family: var(--serif-jp); font-size: 21px; color: var(--navy); margin-bottom: 10px; }
  .model-card p { font-size: 14px; color: #45566b; text-align: left; }
  .model-x {
    align-self: center; font-family: var(--serif-en); font-size: 40px; font-weight: 700;
    color: var(--gold); text-align: center;
  }
  .model-close { text-align: center; margin-top: 36px; font-size: 15.5px; max-width: 720px; margin-left: auto; margin-right: auto; color: #3a4a5f; }
  .model-close strong { color: var(--navy); }

  /* ===== Strength ===== */
  .strength { background: var(--skyfaint); }
  .strength-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  @media (max-width: 860px) { .strength-grid { grid-template-columns: 1fr; } }
  .strength-card {
    border: 1px solid var(--lightblue); border-radius: 24px; padding: 36px 30px;
    background: #fff; text-align: center;
  }
  .strength-card .no { font-family: var(--serif-en); font-size: 15px; color: var(--gold); letter-spacing: .2em; font-weight: 600; }
  .strength-card h3 { font-family: var(--serif-jp); font-size: 20px; color: var(--navy); margin: 12px 0 14px; line-height: 1.6; }
  .strength-card p { font-size: 14px; color: #45566b; text-align: left; }

  /* ===== Services ===== */
  .service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 900px; margin: 0 auto; }
  @media (max-width: 760px) { .service-grid { grid-template-columns: 1fr; } }
  .service-card {
    background: #fff; border-radius: 24px; overflow: hidden;
    border: 1px solid #BFD8F2; display: flex; flex-direction: column;
  }
  .service-card .head {
    background: var(--navy); color: #fff; padding: 22px 26px;
    display: flex; align-items: center; gap: 12px;
  }
  .service-card .head .em { font-size: 24px; }
  .service-card .head h3 { font-family: var(--serif-jp); font-size: 19px; font-weight: 700; }
  .service-card .body { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
  .service-card .body p { font-size: 14px; color: #45566b; margin-bottom: 18px; }
  .service-card ul { list-style: none; margin-bottom: 18px; }
  .service-card li { font-size: 14px; padding: 7px 0 7px 26px; position: relative; border-bottom: 1px dotted #BFD8F2; }
  .service-card li::before { content: "⚓"; position: absolute; left: 2px; color: var(--gold); font-size: 12px; }
  .service-note { font-size: 12px; color: #7a8aa0; margin-bottom: 16px; }
  .service-price {
    margin-top: auto; text-align: center; background: var(--skyfaint);
    border-radius: 14px; padding: 12px; font-size: 14px; color: var(--navy); font-weight: 700;
  }
  .service-price a { text-decoration: underline; text-underline-offset: 3px; }

  /* ===== Pricing ===== */
  .pricing { background: var(--skyfaint); }
  .pricing h3.block-title {
    font-family: var(--serif-jp); font-size: 22px; color: var(--navy);
    text-align: center; margin: 56px 0 28px;
  }
  .pricing h3.block-title:first-of-type { margin-top: 0; }
  .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
  @media (max-width: 860px) { .plan-grid { grid-template-columns: 1fr; } }
  .plan-card {
    background: #fff; border: 1px solid #BFD8F2; border-radius: 24px;
    padding: 30px 26px; display: flex; flex-direction: column; position: relative;
  }
  .plan-card.featured { border: 2px solid var(--gold); box-shadow: 0 12px 32px rgba(11,47,102,.10); }
  .plan-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: var(--navy-deep); font-size: 12px; font-weight: 700;
    padding: 4px 18px; border-radius: 999px; white-space: nowrap;
  }
  .plan-name { font-family: var(--serif-en); font-size: 22px; font-weight: 700; color: var(--navy); text-align: center; letter-spacing: .06em; }
  .plan-sub { text-align: center; font-size: 12.5px; color: var(--coral); font-weight: 700; margin: 2px 0 14px; }
  .plan-price { text-align: center; font-family: var(--serif-en); font-size: 40px; font-weight: 700; color: var(--navy); line-height: 1.1; }
  .plan-price small { font-size: 15px; font-family: var(--sans-jp); font-weight: 500; color: #5a6b80; }
  .plan-pv {
    text-align: center; background: var(--lightblue); border-radius: 12px;
    font-size: 13.5px; font-weight: 700; color: var(--navy); padding: 8px; margin: 16px 0;
  }
  .plan-card ul { list-style: none; flex: 1; }
  .plan-card li { font-size: 13.5px; padding: 6px 0 6px 24px; position: relative; border-bottom: 1px dotted #DDEEFF; }
  .plan-card li::before { content: "✓"; position: absolute; left: 4px; color: var(--gold); font-weight: 700; }
  .plan-note { max-width: 820px; margin: 26px auto 0; font-size: 13px; color: #45566b; background: #fff; border: 1px solid #BFD8F2; border-radius: 14px; padding: 14px 20px; }
  .plan-note strong { color: var(--navy); }

  .meo-table-wrap { max-width: 760px; margin: 0 auto; overflow-x: auto; }
  table.meo-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid #BFD8F2; }
  .meo-table th, .meo-table td { padding: 16px 22px; font-size: 14.5px; border-bottom: 1px solid #E4EEF9; text-align: left; vertical-align: top; }
  .meo-table tr:last-child th, .meo-table tr:last-child td { border-bottom: none; }
  .meo-table th { background: var(--navy); color: #fff; width: 180px; font-weight: 700; font-size: 13.5px; }
  .meo-table td strong { color: var(--navy); font-size: 17px; }
  .meo-table td .off { color: var(--coral); font-weight: 700; font-size: 12.5px; margin-left: 8px; }
  .meo-guarantee {
    max-width: 760px; margin: 24px auto 0; text-align: center;
    background: #fff; border: 2px solid var(--gold); border-radius: 18px; padding: 20px 24px;
  }
  .meo-guarantee .t { font-family: var(--serif-jp); font-size: 18px; font-weight: 700; color: var(--navy); }
  .meo-guarantee .t .accent { color: var(--coral); }
  .meo-guarantee p { font-size: 13px; color: #45566b; margin-top: 6px; }
  .tax-note { text-align: center; font-size: 12px; color: #7a8aa0; margin-top: 22px; }

  /* ===== Results ===== */
  .result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  @media (max-width: 860px) { .result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
  .result-card {
    border: 1px solid var(--lightblue); border-radius: 20px; overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, var(--skyfaint) 100%);
    display: flex; flex-direction: column;
  }
  .result-shot { width: 100%; height: 250px; object-fit: cover; object-position: center top; display: block; border-bottom: 1px solid var(--lightblue); background: #fff; }
  .ig-embed { background: #fff; border-bottom: 1px solid var(--lightblue); min-width: 0; overflow: hidden; }
  .ig-embed .instagram-media, .ig-embed iframe {
    width: 100% !important; min-width: 0 !important; max-width: 100% !important;
    margin: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
    min-height: 380px;
  }
  .ig-embed a { display: block; padding: 24px; font-size: 13px; color: #45566b; }
  .result-body { padding: 20px 24px 24px; }
  .result-card .genre { font-size: 11.5px; letter-spacing: .1em; color: var(--gold); font-weight: 700; }
  .result-card .name { font-family: var(--serif-jp); font-size: 16.5px; color: var(--navy); font-weight: 700; margin: 4px 0 10px; line-height: 1.5; }
  .result-card .metric { font-family: var(--serif-en); font-size: 30px; font-weight: 700; color: var(--coral); line-height: 1.2; }
  .result-card .metric small { font-size: 13px; font-family: var(--sans-jp); color: #45566b; font-weight: 500; }
  .result-card .extra { font-size: 12.5px; color: #45566b; margin-top: 6px; }
  .result-note { text-align: center; font-size: 12px; color: #7a8aa0; margin-top: 26px; }
  .buzz-title { font-family: var(--serif-jp); font-size: 22px; color: var(--navy); text-align: center; margin: 56px 0 8px; }
  .buzz-lead { text-align: center; font-size: 14px; color: #45566b; margin-bottom: 26px; }
  .meo-results { margin-top: 56px; }
  .meo-results h3 { font-family: var(--serif-jp); font-size: 22px; color: var(--navy); text-align: center; margin-bottom: 26px; }
  .meo-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 820px; margin: 0 auto; }
  @media (max-width: 760px) { .meo-result-grid { grid-template-columns: 1fr; } }
  .meo-result-card { background: #fff; border: 1px solid #BFD8F2; border-radius: 20px; padding: 24px 26px; display: flex; gap: 18px; align-items: flex-start; }
  .meo-result-card .meo-shot { width: 108px; border-radius: 12px; border: 1px solid #BFD8F2; flex-shrink: 0; }
  .meo-result-card .data { flex: 1; min-width: 0; }
  .meo-result-card .name { font-weight: 700; color: var(--navy); font-size: 15px; margin-bottom: 12px; }
  .meo-result-card .row { display: flex; justify-content: space-between; gap: 8px; font-size: 13.5px; padding: 6px 0; border-bottom: 1px dotted #DDEEFF; }
  .meo-result-card .row .after { color: var(--coral); font-weight: 700; text-align: right; }

  /* ===== Multimedia strip ===== */
  .mm-strip { max-width: 900px; margin: 52px auto 0; }
  .mm-strip h3 { font-family: var(--serif-jp); font-size: 22px; color: var(--navy); text-align: center; margin-bottom: 8px; }
  .mm-strip .mm-lead { text-align: center; font-size: 14px; color: #45566b; margin-bottom: 26px; }
  .mm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  @media (max-width: 760px) { .mm-grid { grid-template-columns: 1fr; } }
  .mm-card { background: #fff; border: 1px solid #BFD8F2; border-radius: 18px; padding: 18px 18px 20px; text-align: center; }
  .mm-card img { width: 100%; border-radius: 10px; border: 1px solid #E4EEF9; display: block; }
  .mm-card .t { font-weight: 700; color: var(--navy); font-size: 14px; margin-top: 12px; }
  .mm-card .ff { font-family: var(--serif-en); font-size: 24px; font-weight: 700; color: var(--coral); line-height: 1.2; }
  .mm-card .ff small { font-size: 12px; font-family: var(--sans-jp); color: #5a6b80; font-weight: 500; }
  .mm-main { display: block; max-width: 640px; margin: 0 auto 20px; background: #fff; border: 1px solid #BFD8F2; border-radius: 18px; padding: 18px 18px 20px; text-align: center; text-decoration: none; }
  .mm-main img { width: 100%; border-radius: 10px; border: 1px solid #E4EEF9; display: block; }
  .mm-main .t { font-weight: 700; color: var(--navy); font-size: 14.5px; margin-top: 12px; }
  .mm-main .ff { font-family: var(--serif-en); font-size: 26px; font-weight: 700; color: var(--coral); line-height: 1.2; }
  .mm-main .ff small { font-size: 12px; font-family: var(--sans-jp); color: #5a6b80; font-weight: 500; }
  .mm-main .link-note { font-size: 12.5px; color: #2a6bb8; margin-top: 6px; }

  /* ===== Flow ===== */
  .flow { background: var(--skyfaint); }
  .flow-list { max-width: 720px; margin: 0 auto; }
  .flow-item { display: flex; gap: 24px; align-items: flex-start; position: relative; padding-bottom: 40px; }
  .flow-item:not(:last-child)::before {
    content: ""; position: absolute; left: 27px; top: 56px; bottom: 0;
    width: 2px; background: repeating-linear-gradient(var(--gold) 0 4px, transparent 4px 10px);
  }
  .flow-no {
    flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
    background: var(--navy); color: var(--gold);
    font-family: var(--serif-en); font-size: 22px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
  }
  .flow-body h3 { font-family: var(--serif-jp); font-size: 19px; color: var(--navy); margin-bottom: 6px; }
  .flow-body p { font-size: 14.5px; color: #45566b; }

  /* ===== FAQ ===== */
  .faq-list { max-width: 800px; margin: 0 auto; }
  details.faq {
    background: #fff; border: 1px solid #BFD8F2; border-radius: 16px;
    margin-bottom: 14px; overflow: hidden;
  }
  details.faq summary {
    cursor: pointer; list-style: none; padding: 18px 22px;
    font-weight: 700; font-size: 15px; color: var(--navy);
    display: flex; align-items: center; gap: 12px;
  }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq summary::before { content: "Q"; font-family: var(--serif-en); color: var(--gold); font-size: 19px; font-weight: 700; }
  details.faq summary::after { content: "＋"; margin-left: auto; color: var(--gold); }
  details.faq[open] summary::after { content: "－"; }
  details.faq .a { padding: 0 22px 18px 50px; font-size: 14px; color: #45566b; }

  /* ===== CTA ===== */
  .cta {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff; text-align: center; position: relative; overflow: hidden;
  }
  .cta::before {
    content: "— ⚓ —— ⚓ —— ⚓ —"; position: absolute; top: 34px; left: 50%;
    transform: translateX(-50%); color: rgba(216,177,106,.5); letter-spacing: .2em; font-size: 13px;
    white-space: nowrap;
  }
  .cta h2 { font-family: var(--serif-jp); font-size: clamp(24px, 3.4vw, 32px); line-height: 1.7; margin-bottom: 18px; }
  .cta p { color: var(--lightblue); font-size: 15px; max-width: 560px; margin: 0 auto 36px; }
  .btn-gold {
    display: inline-block; background: var(--gold); color: var(--navy-deep);
    font-weight: 700; font-size: 17px; padding: 18px 52px; border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: transform .15s;
  }
  .btn-gold:hover { transform: translateY(-2px); }
  .cta .sub-link { display: block; margin-top: 22px; font-size: 14px; color: var(--lightblue); }
  .cta .sub-link a { text-decoration: underline; text-underline-offset: 4px; }

  /* ===== Footer ===== */
  footer { background: var(--navy-deep); color: rgba(221,238,255,.75); padding: 40px 0; font-size: 13px; }
  .footer-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
  .footer-brand { font-family: var(--serif-jp); font-size: 17px; letter-spacing: .06em; color: #fff; }
  .footer-brand small { display: block; font-family: var(--serif-en); font-size: 11px; letter-spacing: .12em; color: var(--gold); margin-top: 4px; }
  .placeholder-note { color: var(--gold); }

  .svc-btn { display: block; text-align: center; margin-top: 16px; font-size: 14.5px; padding: 12px 20px; }
  .clients-strip { text-align: center; font-size: 13px; color: var(--lightblue); margin-top: 14px; letter-spacing: .04em; }
  .clients-strip .cl-label { color: var(--gold); font-weight: 700; margin-right: 8px; }
  .pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
  @media (max-width: 860px) { .pillar-grid { grid-template-columns: 1fr; } }
  .pillar { background: #fff; border: 1px solid var(--lightblue); border-radius: 20px; padding: 26px 24px; }
  .pillar .ph { font-family: var(--serif-jp); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .pillar p { font-size: 13.5px; color: #45566b; }
  .pillar-note { text-align: center; font-size: 13.5px; color: #45566b; margin-top: 22px; }
  .cross-box { max-width: 780px; margin: 0 auto; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: 24px; padding: 40px 36px; text-align: center; color: #fff; }
  .cross-box .t { font-family: var(--serif-jp); font-size: 21px; font-weight: 700; margin-bottom: 12px; }
  .cross-box p { font-size: 14px; color: var(--lightblue); margin-bottom: 20px; }
  .cross-box .btn-ghost { border-color: #fff; color: #fff; background: transparent; }
  .cross-box .btn-ghost:hover { background: rgba(255,255,255,.12); }
  section.cross { padding: 72px 0; }

  .cat-title { font-family: var(--serif-jp); font-size: 17.5px; font-weight: 700; color: var(--navy); margin: 40px 0 16px; padding-left: 12px; border-left: 3px solid var(--gold); }
  .buzz-lead + .cat-title { margin-top: 26px; }
  .shot-link { position: relative; display: block; aspect-ratio: 4 / 5; background: #0B1F3E; overflow: hidden; }
  .shot-link .result-shot { width: 100%; height: 100%; object-fit: contain; object-position: center; border-bottom: 0; }
  .shot-hint { position: absolute; right: 10px; bottom: 10px; background: rgba(11,47,102,.85); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; pointer-events: none; }

  .cmp-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--lightblue); font-size: 14px; }
  .cmp-table th, .cmp-table td { padding: 14px 12px; text-align: center; border-bottom: 1px solid #E4EEF9; }
  .cmp-table tr:first-child th { background: var(--navy); color: #fff; font-size: 13.5px; }
  .cmp-table tr th:first-child { background: var(--skyfaint); color: var(--navy); font-size: 13.5px; width: 22%; }
  .cmp-table tr:first-child th.us { background: var(--coral); }
  .cmp-table td.us { background: #FFF4F2; font-weight: 700; color: var(--navy); }
  .cmp-table td small { display: block; font-size: 10.5px; font-weight: 500; color: #5a6b80; line-height: 1.5; margin-top: 2px; }
  .cmp-table td { color: #45566b; }
  .g-cases { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
  @media (max-width: 720px) { .g-cases { grid-template-columns: 1fr; } }
  .g-case { background: rgba(255,255,255,.92); border-radius: 14px; padding: 14px 10px; text-align: center; }
  .g-case .gc-name { font-size: 12px; font-weight: 700; color: #45566b; }
  .g-case .gc-num { font-family: var(--serif-en); font-size: 22px; font-weight: 700; color: var(--coral); line-height: 1.3; }
  .g-case .gc-sub { font-size: 11.5px; color: #5a6b80; }

  .fig-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; max-width: 980px; margin: 30px auto 0; }
  @media (max-width: 760px) { .fig-grid { grid-template-columns: 1fr; } }
  .fig-grid img { width: 100%; border: 1px solid var(--lightblue); border-radius: 14px; display: block; }
  .fig-note { text-align: center; font-size: 11.5px; color: #7a8aa0; margin-top: 10px; }

  .why-row { display: block; margin-top: 16px; }
  .why-row .pillar { margin: 0; }
  .why-fig img { width: 100%; border: 1px solid var(--lightblue); border-radius: 14px; display: block; }
  .why-fig.stack { display: grid; gap: 14px; }
  @media (max-width: 860px) {
    .why-row { grid-template-columns: 1fr; gap: 14px; }
    .why-row .pillar { order: 1; }
    .why-row .why-fig { order: 2; }
  }

  .hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 48px; align-items: center; }
  @media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } .hero-account { max-width: 480px; margin-top: 6px; } }
  .hero-account { display: block; background: #fff; border: 1px solid #BFD8F2; border-radius: 20px; padding: 16px 16px 14px; box-shadow: 0 16px 38px rgba(11,47,102,.14); position: relative; z-index: 1; transition: transform .15s; }
  .hero-account:hover { transform: translateY(-3px); }
  .ha-label { font-size: 11.5px; letter-spacing: .12em; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
  .hero-account img { width: 100%; border-radius: 12px; border: 1px solid #E4EEF9; display: block; }
  .ha-caption { margin-top: 10px; line-height: 1.6; }
  .ha-name { display: block; font-weight: 700; color: var(--navy); font-size: 14.5px; }
  .ha-ff { display: block; font-size: 12px; color: #5a6b80; }
  .ha-ff strong { color: var(--coral); }
  .ha-link { font-size: 12.5px; color: #2a6bb8; margin-top: 8px; font-weight: 700; }

  /* ===== お問い合わせフォーム（CTA内） ===== */
  .contact-form {
    max-width: 620px; margin: 0 auto 8px; text-align: left;
    background: rgba(255,255,255,.06); border: 1px solid rgba(216,177,106,.35);
    border-radius: 18px; padding: 30px 30px 26px;
  }
  .hp-field { position: absolute; left: -9999px; }
  .cf-row { display: flex; gap: 16px; }
  .cf-field { display: block; margin-bottom: 16px; flex: 1; }
  .cf-field > span { display: block; font-size: 13.5px; color: var(--lightblue); margin-bottom: 7px; font-weight: 500; }
  .cf-field > span b { color: var(--coral); font-size: 11px; font-weight: 700; margin-left: 6px; letter-spacing: .05em; }
  .cf-field input, .cf-field select, .cf-field textarea {
    width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px; background: #fff; color: var(--ink); font-size: 15px;
    font-family: var(--sans-jp); transition: border-color .15s, box-shadow .15s;
  }
  .cf-field textarea { resize: vertical; }
  .cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
    outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,177,106,.3);
  }
  .cf-submit { width: 100%; border: none; cursor: pointer; margin-top: 6px; }
  .cf-submit:disabled { opacity: .6; cursor: default; }
  .cf-note { color: rgba(221,238,255,.75); font-size: 12.5px; text-align: center; margin: 14px 0 0; }
  .cf-error { color: #ffd7d2; font-size: 13.5px; text-align: center; margin: 12px 0 0; }
  .cf-success {
    max-width: 620px; margin: 0 auto; background: rgba(255,255,255,.08);
    border: 1px solid rgba(216,177,106,.45); border-radius: 18px; padding: 40px 30px; text-align: center;
  }
  .cf-success-title { font-family: var(--serif-jp); font-size: 22px; color: var(--gold); margin-bottom: 12px; }
  .cf-success p:not(.cf-success-title) { color: var(--lightblue); font-size: 14.5px; }
  .cta-or { display: block; margin: 26px auto 16px; color: rgba(221,238,255,.7); font-size: 13px; letter-spacing: .1em; }
  @media (max-width: 640px) {
    .cf-row { flex-direction: column; gap: 0; }
    .contact-form { padding: 24px 18px 20px; }
  }

  /* ===== 法的ページ（プライバシーポリシー等） ===== */
  .legal { max-width: 820px; margin: 0 auto; padding: 70px 22px 90px; }
  .legal .legal-head { text-align: center; margin-bottom: 46px; }
  .legal .legal-en { font-family: var(--serif-en); letter-spacing: .28em; color: var(--gold); font-size: 14px; }
  .legal h1 { font-family: var(--serif-jp); font-size: clamp(26px, 4vw, 34px); color: var(--navy); margin-top: 8px; }
  .legal .legal-lead { color: #45566b; font-size: 14.5px; line-height: 2; margin-top: 18px; }
  .legal h2 {
    font-family: var(--serif-jp); font-size: 19px; color: var(--navy);
    margin: 40px 0 14px; padding-left: 14px; border-left: 4px solid var(--gold);
  }
  .legal p, .legal li { color: var(--ink); font-size: 15px; line-height: 1.95; }
  .legal ul, .legal ol { margin: 8px 0 8px 1.3em; }
  .legal li { margin-bottom: 6px; }
  .legal a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
  .legal .legal-meta { margin-top: 46px; padding-top: 22px; border-top: 1px solid #e6ebf1; color: #6b7b8c; font-size: 13.5px; line-height: 1.9; }
  .legal .back-link { display: inline-block; margin-top: 30px; color: var(--navy); font-weight: 500; }

  /* ===== モバイル最適化（2026-07-24：MEOスリム化・改行整理） ===== */
  @media (max-width: 640px) {
    .pc-br { display: none; }                       /* PC専用の改行をモバイルで無効化 */
    .why-row { margin-top: 12px; }
    .pillar { padding: 22px 18px; }
    .pillar .ph { font-size: 16.5px; line-height: 1.5; }
    .pillar p { font-size: 13.5px; line-height: 1.9; }
    .cmp-table th, .cmp-table td { padding: 10px 7px; font-size: 12px; }
    .cmp-table td small { font-size: 9.5px; }
    .cmp-table tr th:first-child { width: 24%; font-size: 11.5px; }
    .meo-table th, .meo-table td { padding: 13px 14px; font-size: 13px; }
    .meo-table th { width: 116px; }
  }

  /* ===== インスタPR実績：モバイル簡略化（2026-07-24） ===== */
  @media (max-width: 640px) {
    .result-grid { gap: 12px; }
    .result-body { padding: 12px 13px 15px; }
    .result-card .genre { font-size: 10px; }
    .result-card .name { font-size: 13px; margin: 3px 0 6px; }
    .result-card .metric { font-size: 22px; }
    .result-card .metric small { font-size: 11px; }
    .result-card .extra { display: none; }   /* 補足説明はモバイルでは非表示（縦を圧縮） */
    .shot-hint { font-size: 9.5px; padding: 3px 8px; right: 6px; bottom: 6px; }
  }

  /* ===== モバイルナビ（ハンバーガー）2026-07-24 ===== */
  @media (max-width: 860px) {
    .nav-toggle { display: flex; }
    .header-inner { position: relative; }
    nav#siteNav {
      position: absolute; top: calc(100% + 1px); left: 0; right: 0;
      background: #fff; border-top: 1px solid var(--lightblue);
      box-shadow: 0 14px 26px rgba(11,47,102,.12);
      display: none; flex-direction: column; align-items: stretch; gap: 0;
      padding: 6px 22px 20px; z-index: 200;
    }
    nav#siteNav.open { display: flex; }
    nav#siteNav .nav-links { display: flex; flex-direction: column; gap: 0; }
    nav#siteNav .nav-links a { padding: 15px 2px; border-bottom: 1px solid #eef3f8; font-size: 15.5px; color: var(--navy); }
    nav#siteNav .nav-cta { margin: 16px 0 0; text-align: center; padding: 14px; }
  }

  /* ===== SEOコラム記事（2026-07-25） ===== */
  .article { max-width: 780px; margin: 0 auto; padding: 40px 22px 30px; }
  .article .crumb { font-size: 12.5px; color: #7a8a9b; letter-spacing: .02em; margin-bottom: 22px; }
  .article .crumb a { color: var(--navy); text-decoration: none; }
  .article .crumb a:hover { text-decoration: underline; }
  .article .art-cat { display: inline-block; background: var(--navy); color: var(--gold); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; padding: 5px 14px; border-radius: 999px; }
  .article h1 {
    font-family: var(--serif-jp); font-weight: 700; color: var(--navy);
    font-size: clamp(24px, 4.4vw, 33px); line-height: 1.5; margin: 16px 0 14px;
  }
  .article .art-meta { color: #8593a3; font-size: 12.5px; letter-spacing: .04em; border-bottom: 1px solid #e6ebf1; padding-bottom: 22px; margin-bottom: 30px; }
  .article .art-lead { color: #384759; font-size: 15.5px; line-height: 2.05; margin-bottom: 34px; }
  /* 目次 */
  .toc { background: var(--skyfaint); border: 1px solid var(--lightblue); border-radius: 14px; padding: 22px 26px; margin: 0 0 44px; }
  .toc .toc-ttl { font-family: var(--serif-jp); font-weight: 700; color: var(--navy); font-size: 15px; margin-bottom: 12px; letter-spacing: .04em; }
  .toc ol { margin: 0; padding-left: 1.35em; }
  .toc li { color: var(--ink); font-size: 14px; line-height: 1.6; margin-bottom: 8px; }
  .toc a { color: var(--navy); text-decoration: none; }
  .toc a:hover { text-decoration: underline; }
  /* 本文見出し */
  .article h2 {
    font-family: var(--serif-jp); font-weight: 700; color: var(--navy);
    font-size: clamp(20px, 3vw, 25px); line-height: 1.5;
    margin: 56px 0 20px; padding: 14px 0 14px 18px; border-left: 5px solid var(--gold);
    background: linear-gradient(90deg, var(--skyfaint), transparent);
  }
  .article h3 {
    font-family: var(--serif-jp); font-weight: 700; color: var(--navy);
    font-size: 18px; line-height: 1.5; margin: 38px 0 14px;
    padding-left: 13px; border-left: 3px solid var(--coral);
  }
  .article p { color: var(--ink); font-size: 15.5px; line-height: 2.0; margin: 0 0 18px; }
  .article strong { color: var(--navy); font-weight: 700; }
  .article em { font-style: normal; background: linear-gradient(transparent 62%, rgba(216,177,106,.42) 62%); font-weight: 700; }
  .article ul, .article ol { margin: 0 0 22px 1.35em; }
  .article li { color: var(--ink); font-size: 15px; line-height: 1.95; margin-bottom: 9px; }
  .article a.inline { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
  /* 相場テーブル */
  .art-table-wrap { overflow-x: auto; margin: 0 0 26px; }
  .art-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 460px; }
  .art-table th, .art-table td { border: 1px solid #e2e9f0; padding: 13px 15px; text-align: left; vertical-align: top; }
  .art-table thead th { background: var(--navy); color: #fff; font-weight: 700; letter-spacing: .03em; }
  .art-table tbody th { background: var(--skyfaint); color: var(--navy); font-weight: 700; white-space: nowrap; }
  .art-table td { color: var(--ink); line-height: 1.7; }
  .art-table .hl { color: var(--coral); font-weight: 700; }
  /* ポイント囲み */
  .art-box { background: #fff; border: 1.5px solid var(--gold); border-radius: 14px; padding: 22px 26px; margin: 0 0 30px; box-shadow: 0 8px 22px rgba(216,177,106,.14); }
  .art-box .box-ttl { font-family: var(--serif-jp); font-weight: 700; color: var(--navy); font-size: 15.5px; margin-bottom: 10px; }
  .art-box p:last-child, .art-box ul:last-child, .art-box li:last-child { margin-bottom: 0; }
  .art-note { background: var(--skyfaint); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; padding: 16px 22px; margin: 0 0 30px; font-size: 14px; color: #45566b; line-height: 1.9; }
  /* 記事内CTA */
  .art-cta { background: var(--navy); border-radius: 18px; padding: 34px 30px; text-align: center; margin: 50px 0 20px; color: #fff; }
  .art-cta .en { font-family: var(--serif-en); letter-spacing: .28em; color: var(--gold); font-size: 13px; }
  .art-cta h3 { color: #fff; border: none; padding: 0; font-family: var(--serif-jp); font-size: clamp(19px, 2.8vw, 24px); line-height: 1.6; margin: 8px 0 12px; }
  .art-cta p { color: #d6e2f2; font-size: 14px; line-height: 1.9; margin-bottom: 20px; }
  .art-cta .btn-primary { background: var(--gold); color: var(--navy); font-weight: 700; }
  .art-cta .btn-primary:hover { background: #e6c584; }
  .article .back-link { display: inline-block; margin-top: 34px; color: var(--navy); font-weight: 700; text-decoration: none; }
  .article .back-link:hover { text-decoration: underline; }

  @media (max-width: 640px) {
    .article { padding: 28px 18px 20px; }
    .article h2 { font-size: 19.5px; margin: 44px 0 16px; }
    .article h3 { font-size: 16.5px; }
    .article p, .article li { font-size: 14.5px; }
    .art-cta { padding: 28px 20px; }
  }

  /* ===== コラム一覧ページ（2026-07-25） ===== */
  .col-wrap { max-width: 940px; margin: 0 auto; padding: 56px 24px 40px; }
  .col-head { text-align: center; margin-bottom: 48px; }
  .col-head .en { font-family: var(--serif-en); letter-spacing: .3em; color: var(--gold); font-size: 14px; }
  .col-head h1 { font-family: var(--serif-jp); font-weight: 700; color: var(--navy); font-size: clamp(26px, 4vw, 34px); margin: 8px 0 12px; }
  .col-head .wave { color: var(--gold); letter-spacing: .3em; font-size: 14px; }
  .col-head p { color: #45566b; font-size: 14.5px; line-height: 1.9; margin-top: 14px; }
  .col-list { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .col-card {
    display: block; background: #fff; border: 1px solid #e3ebf3; border-radius: 16px;
    padding: 26px 28px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .col-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(11,47,102,.12); border-color: var(--gold); }
  .col-card .col-cat { display: inline-block; background: var(--navy); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; padding: 4px 12px; border-radius: 999px; }
  .col-card .col-date { color: #93a1b2; font-size: 12.5px; margin-left: 12px; letter-spacing: .04em; }
  .col-card h2 { font-family: var(--serif-jp); font-weight: 700; color: var(--navy); font-size: clamp(18px, 2.6vw, 22px); line-height: 1.55; margin: 14px 0 10px; }
  .col-card .col-ex { color: #45566b; font-size: 14px; line-height: 1.85; }
  .col-card .col-more { display: inline-block; margin-top: 14px; color: var(--coral); font-weight: 700; font-size: 13.5px; }
  .col-empty { text-align: center; color: #7a8a9b; font-size: 14px; padding: 40px 0; }
  @media (max-width: 640px) {
    .col-wrap { padding: 38px 18px 30px; }
    .col-card { padding: 20px 20px; }
  }

  /* ===== 記事：運営者情報ボックス（権威性・2026-07-25） ===== */
  .author-box { display: flex; gap: 15px; align-items: flex-start; background: var(--skyfaint); border: 1px solid var(--lightblue); border-radius: 14px; padding: 17px 20px; margin: 0 0 32px; }
  .author-box .ab-mark { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 23px; }
  .author-box .ab-body { font-size: 13px; line-height: 1.8; color: #45566b; }
  .author-box .ab-name { font-family: var(--serif-jp); font-weight: 700; color: var(--navy); font-size: 14.5px; margin-bottom: 3px; }
  .author-box .ab-name small { font-family: var(--sans-jp); font-weight: 500; font-size: 11px; color: var(--gold); letter-spacing: .06em; margin-left: 6px; }
  .author-box a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
  .article .faq-list { margin-top: 8px; }
  @media (max-width: 640px) {
    .author-box { padding: 15px 16px; gap: 12px; }
    .author-box .ab-mark { width: 40px; height: 40px; font-size: 20px; }
  }
