  /* ===== PAGE HERO ===== */
  #page-hero {
    padding: 80px 40px 60px;
    background: #fff;
    position: relative; overflow: hidden;
    min-height: 320px;
    display: flex; align-items: center;
  }
  #page-hero::before {
    content: ""; position: absolute;
    top: 50%; right: 10%; transform: translateY(-50%);
    width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, var(--accent3) 0%, rgba(224,242,244,.4) 50%, transparent 80%); filter: blur(20px); z-index: 0;
    opacity: .55;
  }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; width: 100%; }
  .page-hero-stamp {
    position: absolute;
    right: 0; top: 50%; transform: translateY(-50%);
    font-size: clamp(80px, 13vw, 180px);
    font-weight: 900; color: var(--accent);
    opacity: .10; letter-spacing: -.04em;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    line-height: 1; pointer-events: none; z-index: 1;
    white-space: nowrap;
  }
  .page-hero-eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 700; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 28px;
    padding-bottom: 6px; border-bottom: 2px solid var(--accent);
  }
  .page-hero h1 {
    font-size: 64px; font-weight: 900; color: var(--navy);
    line-height: 1.3; margin-bottom: 32px; letter-spacing: -.01em;
  }
  .page-hero h1 em {
    color: var(--accent); font-style: normal;
    position: relative;
  }
  .page-hero p {
    font-size: 18px; color: var(--text); line-height: 2.1;
    max-width: 760px; font-weight: 500;
  }

  /* 構造図 */
  .structure {
    max-width: 1200px; margin: 80px auto 0;
    padding: 40px 48px; background: var(--bg2);
    border-radius: 8px;
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px;
    align-items: center;
  }
  .structure-left, .structure-right { font-size: 15px; color: var(--text); line-height: 1.95; }
  .structure-left strong, .structure-right strong { color: var(--navy); display: block; margin-bottom: 8px; font-size: 16px; font-weight: 800; letter-spacing: .01em; }
  .structure-arrow { font-size: 36px; color: var(--accent); font-weight: 900; }

  /* ===== MAIN SERVICE ===== */
  #main-service {
    padding: 140px 40px 48px;
    background: #fff;
    position: relative; overflow: hidden;
  }
  .main-service-inner {
    max-width: 1200px; margin: 0 auto;
    position: relative; z-index: 2;
  }
  /* セクション番号ラベル */
  .ms-num-label {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 24px;
  }
  .ms-num-label span:first-child {
    font-size: 13px; font-weight: 800; letter-spacing: .3em;
    color: var(--muted);
  }
  .ms-num-label .num-line {
    flex: 0 0 60px; height: 1px; background: var(--border);
  }
  .ms-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent); color: #fff;
    font-size: 11px; font-weight: 800; letter-spacing: .3em;
    padding: 9px 20px; border-radius: 100px;
  }
  /* 上段：タイトル＋ビジュアル */
  .ms-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
    align-items: center;
    margin-top: 36px;
  }
  .ms-title-wrap h2 {
    font-size: 40px; font-weight: 900; color: var(--navy);
    line-height: 1.15; margin-bottom: 16px;
    letter-spacing: -.02em;
  }
  .ms-title-wrap h2 em, .ms-subtitle {
    color: var(--accent); font-style: normal;
    display: block; font-size: 17px; font-weight: 800;
    letter-spacing: .12em; margin-top: 20px;
    padding-top: 20px; border-top: 1px solid var(--border);
    max-width: 420px;
  }
  .ms-lead {
    font-size: 17px; color: var(--text);
    line-height: 2.05; margin-bottom: 24px;
    max-width: 560px; font-weight: 500;
  }
  /* メインビジュアル（サブと同じ構造、大型） */
  .ms-visual {
    aspect-ratio: 4/3;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    position: relative; overflow: hidden;
  }
  .ms-visual img {
    width: 100%; height: 100%; object-fit: contain;
    display: block; position: absolute; inset: 0;
    padding: 7%;
  }
  .ms-visual-m, .sub-visual-m { display: none; }
  .ms-visual .ms-visual-label {
    position: absolute; bottom: 20px; right: 24px;
    font-size: 11px; font-weight: 800; letter-spacing: .35em;
    color: #fff;
    background: rgba(26,31,46,.55);
    padding: 8px 14px; border-radius: 100px;
    backdrop-filter: blur(4px);
    z-index: 2;
  }

  /* 下段：6つの特徴一覧 */
  .ms-features-wrap {
    margin-top: 40px;
  }
  .ms-features-title {
    font-size: 15px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 36px;
    text-transform: uppercase;
  }
  .ms-features {
    list-style: none; padding: 0;
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 0;
  }
  .ms-features li {
    padding: 28px 32px 28px 0;
    border-right: 1px solid var(--border);
    font-size: 15px; color: var(--text); line-height: 1.9;
  }
  .ms-features li:nth-child(3n) { border-right: none; }
  .ms-features li:nth-child(n+4) { padding-top: 36px; margin-top: 0; }
  .ms-features li strong {
    color: var(--accent); font-size: 13px;
    letter-spacing: .25em; font-weight: 800;
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 12px;
  }
  .ms-features li strong::before {
    content: ""; display: inline-block;
    width: 8px; height: 8px;
    background: var(--accent); border-radius: 50%;
  }

  /* ===== 対応媒体リスト ===== */
  .ms-media-lead {
    font-size: 17px; color: var(--text); line-height: 1.9;
    margin: 0 0 28px;
  }
  .ms-media-list {
    list-style: none; padding: 0;
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 16px; margin: 0 0 28px;
  }
  .ms-media-list li {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: border-color .2s, transform .2s, box-shadow .2s;
  }
  .ms-media-list li:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,151,178,.10);
  }
  .ms-media-ico {
    flex-shrink: 0;
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: var(--accent3);
    border-radius: 50%;
    color: var(--accent2);
  }
  .ms-media-ico svg { width: 21px; height: 21px; }
  .ms-media-list li strong {
    font-size: 16px; color: var(--navy); font-weight: 800;
    letter-spacing: .02em;
  }
  .ms-media-note {
    font-size: 14px; color: var(--muted); line-height: 1.9;
    margin: 0;
  }
  @media (max-width: 700px) {
    .ms-media-list { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .ms-media-list { grid-template-columns: 1fr; }
  }

  /* ===== 運用フロー ===== */
  .ms-flow-wrap {
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid var(--border);
  }
  .ms-flow {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(5,1fr);
    gap: 12px;
  }
  .ms-flow li {
    position: relative;
    padding: 24px 16px;
    background: var(--bg);
    border-radius: 6px;
    text-align: center;
    font-size: 13px; color: var(--muted); line-height: 1.7;
  }
  .ms-flow li:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%; right: -14px;
    transform: translateY(-50%);
    color: var(--accent); font-weight: 800; font-size: 18px;
  }
  .ms-flow-num {
    display: block;
    font-size: 11px; font-weight: 800; letter-spacing: .25em;
    color: var(--accent); margin-bottom: 8px;
  }
  .ms-flow li strong {
    display: block;
    font-size: 16px; color: var(--navy); font-weight: 800;
    margin-bottom: 6px;
  }
  @media (max-width: 900px) {
    .ms-flow { grid-template-columns: 1fr 1fr; }
    .ms-flow li:not(:last-child)::after { display: none; }
  }

  /* ===== SUB SERVICES ===== */
  #sub-services {
    padding: 140px 40px;
    background: var(--bg);
  }
  .sub-header { max-width: 1200px; margin: 0 auto 80px; text-align: center; }
  .sub-header .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
    text-transform: uppercase;
  }
  .sub-header h2 {
    font-size: 44px; font-weight: 800; color: var(--navy);
    line-height: 1.4; margin-bottom: 20px;
  }
  .sub-header p {
    font-size: 17px; color: var(--text); line-height: 2;
    max-width: 720px; margin: 0 auto; font-weight: 500;
  }

  .sub-block {
    max-width: 1200px; margin: 0 auto 96px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
    align-items: center;
  }
  .sub-block:last-of-type { margin-bottom: 0; }
  .sub-block.reverse .sub-visual { order: 2; }

  .sub-num {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .sub-block h3 {
    font-size: 40px; font-weight: 900; color: var(--navy);
    line-height: 1.3; margin-bottom: 12px;
    letter-spacing: -.01em;
  }
  .sub-block .sub-tagline {
    font-size: 16px; color: var(--accent); font-weight: 700;
    letter-spacing: .03em; margin-bottom: 24px;
  }
  .sub-block p.lead {
    font-size: 17px; color: var(--text); line-height: 2.05;
    margin-bottom: 28px; font-weight: 500;
  }
  .sub-features {
    list-style: none; padding: 28px 32px; background: var(--bg2);
    border-radius: 4px;
  }
  .sub-features li {
    font-size: 15px; color: var(--text); line-height: 1.9;
    padding: 10px 0 10px 22px; position: relative;
  }
  .sub-features li::before {
    content: "—"; color: var(--accent); position: absolute; left: 0; font-weight: 800; top: 10px;
  }

  .sub-visual {
    aspect-ratio: 4/3; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    background: #fff; border: 1px solid var(--border);
  }
  .sub-visual .svc-illust {
    width: 100%; height: 100%; object-fit: contain;
    display: block; padding: 7%;
  }
  .sub-visual .icon-large {
    font-size: 96px; opacity: .9; position: relative; z-index: 2;
  }

  /* ===== TOTAL MESSAGE ===== */
  #total-msg {
    padding: 100px 40px; background: var(--bg2);
    text-align: center;
  }
  .total-msg-inner {
    max-width: 880px; margin: 0 auto;
    padding: 64px 56px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    position: relative;
  }
  .total-msg-inner::before {
    content: ""; position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 64px; height: 4px; background: var(--accent);
  }
  .total-msg-inner .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 24px;
  }
  .total-msg-inner h2 {
    font-size: 36px; font-weight: 800; color: var(--navy);
    line-height: 1.6; margin-bottom: 24px;
  }
  .total-msg-inner h2 em { color: var(--accent); font-style: normal; }
  .total-msg-inner p {
    font-size: 17px; color: var(--text); line-height: 2.1;
    font-weight: 500;
  }

  /* ===== PRICING STRUCTURE ===== */
  #pricing-structure {
    padding: 140px 40px; background: var(--bg2);
  }
  .pricing-inner { max-width: 1200px; margin: 0 auto; }
  .pricing-header { text-align: center; margin-bottom: 64px; }
  .pricing-header .eyebrow {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .pricing-header h2 {
    font-size: 44px; font-weight: 900; color: var(--navy);
    line-height: 1.4; margin-bottom: 24px; letter-spacing: -.01em;
  }
  .pricing-header h2 em { color: var(--accent); font-style: normal; }
  .pricing-header .pricing-lead {
    font-size: 17px; color: var(--text); line-height: 2.05;
    max-width: 760px; margin: 0 auto; font-weight: 500;
  }
  .pricing-header .pricing-lead strong {
    font-weight: 800; color: var(--accent);
  }

  /* 3カード横並び */
  .pricing-cards {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-bottom: 56px;
  }
  .pricing-card {
    background: #fff; border-radius: 8px;
    padding: 40px 32px;
    border-top: 4px solid var(--accent);
    box-shadow: 0 12px 32px rgba(26,31,46,.06);
    display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(26,31,46,.10);
  }
  .pricing-card .card-head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px;
  }
  .pricing-card .card-num {
    font-size: 20px; font-weight: 900; letter-spacing: .25em;
    color: var(--accent);
    font-family: "Inter", "Helvetica Neue", sans-serif;
    flex-shrink: 0;
  }
  .pricing-card .card-badge {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .12em;
    color: var(--accent);
    background: var(--accent3);
    padding: 8px 16px; border-radius: 100px;
  }
  .pricing-card h3 {
    font-size: 22px; font-weight: 900; color: var(--navy);
    line-height: 1.4; margin-bottom: 16px; letter-spacing: -.005em;
  }
  .pricing-card p {
    font-size: 15px; color: var(--text); line-height: 1.95;
    font-weight: 500;
  }
  .pricing-card p strong {
    color: var(--accent); font-weight: 800;
  }

  /* 目安の帯 */
  .pricing-guide {
    background: var(--accent3);
    padding: 36px 48px;
    border-radius: 8px;
    margin-bottom: 48px;
    text-align: center;
  }
  .pricing-guide p {
    font-size: 16px; color: var(--text); line-height: 2;
    font-weight: 500;
    max-width: 880px; margin: 0 auto;
  }
  .pricing-guide p .price-highlight {
    color: var(--accent); font-weight: 900; font-size: 22px;
    padding: 0 4px;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    letter-spacing: -.01em;
  }

  /* CTA */
  .pricing-cta {
    text-align: center;
  }
  .pricing-cta p {
    font-size: 17px; color: var(--text); line-height: 2.05;
    font-weight: 500;
    margin-bottom: 28px;
  }

  /* ===== 料金ブロック（2ブロック構成） ===== */
  .pricing-block {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .pricing-block:last-of-type {
    margin-bottom: 40px;
  }
  .pricing-block-title {
    font-size: 28px; font-weight: 800; color: var(--navy);
    letter-spacing: .01em;
    margin-bottom: 16px;
    display: inline-block;
  }
  .pricing-block-lead {
    font-size: 16px; color: var(--text); line-height: 2.05;
    margin: 0 0 36px;
  }

  /* その他サービス用：ヘッダー（タイトル+バッジ） */
  .pricing-block-head {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 16px; flex-wrap: wrap;
  }
  .pricing-block-head .pricing-block-title {
    margin-bottom: 0;
  }
  .pricing-block-badge {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12px; font-weight: 800;
    padding: 6px 14px; border-radius: 999px;
    letter-spacing: .08em;
    transform: translateY(-4px);
  }

  /* その他サービス：カードグリッド */
  .pricing-other-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-bottom: 8px;
  }
  .pricing-other-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 32px 20px 24px;
    text-align: center;
    transition: all .25s ease;
    overflow: hidden;
  }
  .pricing-other-card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, rgba(0,151,178,.4) 100%);
  }
  .pricing-other-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,151,178,.10);
    border-color: var(--accent);
  }
  .pricing-other-num {
    position: absolute;
    top: 12px; right: 14px;
    font-size: 11px; font-weight: 800;
    color: var(--accent);
    letter-spacing: .12em;
    opacity: .6;
  }
  .pricing-other-icon {
    width: 48px; height: 48px;
    margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    background: var(--accent3);
    border-radius: 50%;
    color: var(--accent);
  }
  .pricing-other-icon svg {
    width: 26px; height: 26px;
  }
  .pricing-other-card h4 {
    font-size: 15px; font-weight: 800; color: var(--navy);
    line-height: 1.4; margin: 0 0 10px;
    letter-spacing: .01em;
  }
  .pricing-other-card p {
    font-size: 12px; color: var(--muted);
    line-height: 1.7; margin: 0;
  }

  @media (max-width: 900px) {
    .pricing-other-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 700px) {
    .pricing-block { margin-bottom: 56px; padding-bottom: 56px; }
    .pricing-block-title { font-size: 22px; }
    .pricing-other-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .pricing-other-card { padding: 28px 16px 20px; }
  }

  /* ===== CTA ===== */
  #cta {
    padding: 140px 40px; background: var(--navy); color: #fff;
    text-align: center;
    position: relative; overflow: hidden;
  }
  #cta::before {
    content: ""; position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: var(--accent); opacity: .15;
  }
  .cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
  .cta-eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 28px;
  }
  .cta-inner h2 {
    font-size: 48px; font-weight: 900; color: #fff;
    line-height: 1.5; margin-bottom: 28px;
    letter-spacing: -.01em;
  }
  .cta-inner h2 em { color: var(--accent); font-style: normal; }
  .cta-inner p {
    font-size: 17px; color: rgba(255,255,255,.85); line-height: 2;
    margin-bottom: 44px;
  }
  .btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  #cta .btn-outline {
    border-color: rgba(255,255,255,.5); color: #fff;
    background: transparent;
  }
  #cta .btn-outline:hover {
    background: rgba(255,255,255,.12); color: #fff;
    border-color: #fff;
  }

  @media (max-width: 900px) {
    #page-hero { padding: 60px 24px 48px; min-height: auto; }
    #page-hero::before { width: 280px; height: 280px; right: -80px; }
    .page-hero h1 { font-size: 36px; }
    .page-hero p { font-size: 14px; }
    .page-hero-stamp { font-size: clamp(60px, 16vw, 120px); opacity: .08; right: -4%; }
    .structure { grid-template-columns: 1fr; padding: 28px 24px; text-align: center; }
    .structure-arrow { transform: rotate(90deg); }

    #main-service { padding: 80px 24px; }
    .ms-grid { grid-template-columns: 1fr; gap: 40px; }
    .ms-title-wrap h2 { font-size: 44px; }
    .ms-title-wrap h2 em, .ms-subtitle { font-size: 18px; }
    .ms-features { grid-template-columns: 1fr; }
    .ms-visual, .sub-visual { display: none; }
    .ms-visual-m, .sub-visual-m {
      display: block; position: relative; overflow: hidden;
      max-width: 360px; aspect-ratio: 4/3;
      background: #fff; border: 1px solid var(--border); border-radius: 8px;
      margin: 8px 0 16px;
    }
    .ms-visual-m img, .sub-visual-m img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: contain; padding: 7%;
    }

    #sub-services { padding: 80px 24px; }
    .sub-header h2 { font-size: 28px; }
    .sub-block { grid-template-columns: 1fr; gap: 32px; margin-bottom: 56px; }
    .sub-block.reverse .sub-visual { order: 0; }
    .sub-block h3 { font-size: 26px; }

    #total-msg { padding: 64px 24px; }
    .total-msg-inner { padding: 40px 28px; }
    .total-msg-inner h2 { font-size: 22px; }

    #pricing-structure { padding: 80px 24px; }
    .pricing-header h2 { font-size: 28px; }
    .pricing-header .pricing-lead { font-size: 15px; }
    .pricing-cards { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
    .pricing-card { padding: 32px 24px; }
    .pricing-card h3 { font-size: 20px; }
    .pricing-guide { padding: 28px 24px; margin-bottom: 40px; }
    .pricing-guide p { font-size: 15px; }
    .pricing-guide p .price-highlight { font-size: 20px; }

    #cta { padding: 80px 24px; }
    .cta-inner h2 { font-size: 28px; }
  }
  @media (max-width: 600px) {
    #page-hero { padding: 48px 20px 40px; }
    .page-hero h1 { font-size: 28px; }
    .page-hero-stamp { font-size: clamp(48px, 18vw, 90px); opacity: .07; }
    .ms-title-wrap h2 { font-size: 32px; }
  }
