/* ===================================================
   necfru drive 製品ページ — drive-hub.css  v7
   スコープ: #drive-hub-lp 配下のみ
   URL: /products/drive/

   v7 変更概要（"PowerPoint感"の解消・レイアウトへのメリハリ付与）:
     - AI機能を主役化しない構成へ変更：
       「通常機能」バッジ＋標準機能ブロック → 矢印 →
       「AIでさらに便利」パネル、という縦の情報階層に統一
       （旧: AI整理/AI検索/動画AI の青カード大量並列セクションは廃止・統合）
     - 独立していた「AI整理」「AI検索」「動画AI」「既存クラウド接続図」の
       4セクションを廃止し、Section 4（基本機能）に統合 or
       Section 3（位置づけ）のコピー強化に統合
     - HOT/COLDを「料金比較表」から「データのライフサイクル図（フロー）」に変更。
       単価表は <details> で参考情報として折りたたみ表示に変更
     - 既存クラウド共存メッセージを強化：
       Hero直下に .dh-hero__coexist バッジ行、位置づけセクションに
       .dh-positioning__banner、位置づけ図のタグリストにブランドアイコン追加、
       最終CTAに .dh-cta-hub__coexist を追加
     - スクロール途中CTA（.dh-cta-band）を2箇所新設
       （位置づけセクション直後 / 利用例セクション直後）
     - 利用例セクションは5業種（製造業/建設/行政/広告・制作/放送）を
       すべて同一class構成・同一サイズのカードでグリッド表示（v8で変更）
     - 左右2カラムレイアウト（.dh-core__row, .dh-lifecycle__layout）を
       基本機能・ライフサイクルセクションに継続採用し、余白を拡大
     - 料金セクションのAIトークン詳細を <details> 化し、情報の優先度を調整
     - 削除したCSS: .dh-ai-organize__*, .dh-ai-search__*, .dh-video-ai__*,
       .dh-cc-diagram__*, .dh-storage__* （単価表単体セクション）
     - ブランドカラー・タイポグラフィ・コンテナ・ボタン等のデザイントークンは
       既存から継続利用
=================================================== */

html {
  font-size: 100%;
}

/* -----------------------------------------------
   デザイントークン（既存サイトとの整合性維持のため継続利用）
----------------------------------------------- */
#drive-hub-lp {
  /* Brand primary */
  --dh-brand:       #004DF4;
  --dh-brand-dark:  #0038C0;
  --dh-brand-light: #3B72F7;

  /* Blue palette */
  --dh-blue-700: #1D4ED8;
  --dh-blue-600: #004DF4;
  --dh-blue-500: #3B72F7;
  --dh-blue-400: #60A5FA;
  --dh-blue-300: #93C5FD;
  --dh-blue-200: #BFDBFE;
  --dh-blue-100: #DBEAFE;
  --dh-blue-50:  #EFF6FF;

  /* Accent yellow */
  --dh-accent:        #F5CD46;
  --dh-accent-light:  #FEF08A;
  --dh-highlight:     #FEF652;
  --dh-accent-dark:   #D4A800;

  /* Gray scale */
  --dh-gray-900: #111827;
  --dh-gray-800: #1F2937;
  --dh-gray-700: #374151;
  --dh-gray-600: #4B5563;
  --dh-gray-500: #6B7280;
  --dh-gray-400: #9CA3AF;
  --dh-gray-300: #D1D5DB;
  --dh-gray-200: #E5E7EB;
  --dh-gray-100: #F3F4F6;
  --dh-gray-50:  #F9FAFB;

  /* Misc */
  --dh-white:      #FFFFFF;
  --dh-amber-50:   #FFFBEB;
  --dh-amber-200:  #FDE68A;
  --dh-amber-600:  #D97706;
  --dh-red-500:    #EF4444;
  --dh-orange-500: #F97316;
  --dh-green-600:  #16A34A;

  /* Typography */
  --dh-font:      'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --dh-text-xs:   0.8125rem;
  --dh-text-sm:   0.875rem;
  --dh-text-base: 1rem;
  --dh-text-lg:   1.125rem;
  --dh-text-xl:   1.25rem;
  --dh-text-2xl:  1.5rem;
  --dh-text-3xl:  1.875rem;
  --dh-text-4xl:  2.25rem;
  --dh-text-5xl:  3rem;

  /* Spacing */
  --dh-section-py:    88px;
  --dh-container-px:  32px;
  --dh-container-max: 1120px;

  /* Border radius */
  --dh-radius-sm: 4px;
  --dh-radius:    8px;
  --dh-radius-lg: 12px;
  --dh-radius-xl: 16px;
  --dh-radius-2xl: 24px;

  /* Shadows */
  --dh-shadow-sm: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);
  --dh-shadow:    0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04);
  --dh-shadow-lg: 0 8px 28px rgba(0,0,0,0.10), 0 4px 8px rgba(0,0,0,0.04);

  font-family: var(--dh-font);
  color: var(--dh-gray-800);
  line-height: 1.7;
  font-size: var(--dh-text-base);
  -webkit-font-smoothing: antialiased;
}

/* -----------------------------------------------
   グローバルリセット（スコープ内）
----------------------------------------------- */
#drive-hub-lp *,
#drive-hub-lp *::before,
#drive-hub-lp *::after { box-sizing: border-box; }

#drive-hub-lp img    { max-width: 100%; height: auto; display: block; }

#drive-hub-lp a      { color: inherit; text-decoration: none; }

#drive-hub-lp ul,
#drive-hub-lp ol     { list-style: none; margin: 0; padding: 0; }

#drive-hub-lp p      { margin: 0; }

#drive-hub-lp h1,
#drive-hub-lp h2,
#drive-hub-lp h3,
#drive-hub-lp h4 { margin: 0; line-height: 1.4; font-weight: 700; }

/* -----------------------------------------------
   コンテナ / セクション共通
----------------------------------------------- */
#drive-hub-lp .dh-container {
  max-width: var(--dh-container-max);
  margin: 0 auto;
  padding: 0 var(--dh-container-px);
}

#drive-hub-lp section {
  padding: var(--dh-section-py) 0;
}

#drive-hub-lp .dh-section-header {
  text-align: center;
  margin-bottom: 56px;
}

#drive-hub-lp .dh-section-label-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

#drive-hub-lp .dh-section-accent-line {
  width: 40px;
  height: 3px;
  background: var(--dh-accent);
  border-radius: 2px;
}

#drive-hub-lp .dh-section-eyebrow {
  display: inline-block;
  font-size: var(--dh-text-sm);
  font-weight: 600;
  color: var(--dh-brand);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  border-radius: 100px;
  padding: 4px 16px;
  letter-spacing: 0.02em;
}

#drive-hub-lp .dh-section-heading {
  font-size: var(--dh-text-3xl);
  color: var(--dh-gray-900);
  margin-bottom: 16px;
  line-height: 1.38;
}

#drive-hub-lp .dh-section-sub {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-600);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.85;
}

/* -----------------------------------------------
   ボタン
----------------------------------------------- */
#drive-hub-lp .dh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--dh-radius);
  font-size: var(--dh-text-base);
  font-weight: 600;
  font-family: var(--dh-font);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  text-decoration: none;
  white-space: nowrap;
}

#drive-hub-lp .dh-btn--lg {
  padding: 15px 30px;
  font-size: var(--dh-text-lg);
}

#drive-hub-lp .dh-btn--primary {
  background: var(--dh-brand);
  color: var(--dh-white);
  border-color: var(--dh-brand);
}

#drive-hub-lp .dh-btn--primary:hover {
  background: var(--dh-brand-dark);
  border-color: var(--dh-brand-dark);
}

#drive-hub-lp .dh-btn--outline {
  background: var(--dh-white);
  color: var(--dh-brand);
  border-color: var(--dh-blue-300);
}

#drive-hub-lp .dh-btn--outline:hover {
  border-color: var(--dh-brand);
  background: var(--dh-blue-50);
}

#drive-hub-lp .dh-btn--white {
  background: var(--dh-white);
  color: var(--dh-brand);
  border-color: var(--dh-white);
}

#drive-hub-lp .dh-btn--white:hover { background: var(--dh-blue-50); }

#drive-hub-lp .dh-btn--white-outline {
  background: transparent;
  color: var(--dh-white);
  border-color: rgba(255,255,255,0.6);
}

#drive-hub-lp .dh-btn--white-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--dh-white);
}

#drive-hub-lp .dh-btn--white-ghost {
  background: transparent;
  color: rgba(255,255,255,0.8);
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: var(--dh-text-sm);
}

#drive-hub-lp .dh-btn--white-ghost:hover { color: var(--dh-white); }

/* -----------------------------------------------
   ユーティリティ
----------------------------------------------- */
#drive-hub-lp .dh-text--brand { color: var(--dh-brand); }

#drive-hub-lp .dh-text--gray  { color: var(--dh-gray-500); }

#drive-hub-lp .dh-nowrap {
  white-space: nowrap;
  display: inline-block;
}

/* -----------------------------------------------
   製品画面フレーム（.dh-media-frame）
   画像を4:3等の固定比率で表示し、画面幅が変わっても
   レイアウトが崩れないようにする。
   .dh-media-frame__inner は将来の未実装画面用プレースホルダーとして残す。
----------------------------------------------- */
#drive-hub-lp .dh-media-frame {
  position: relative;
  width: 100%;
  border-radius: var(--dh-radius-xl);
  overflow: hidden;
  border: 1px dashed var(--dh-blue-300);
  background: var(--dh-blue-50);
  margin: 0;
}

#drive-hub-lp .dh-media-frame::before {
  content: "";
  display: block;
  padding-top: 62.5%; /* 16:10 */
}

#drive-hub-lp .dh-media-frame--16x9::before { padding-top: 56.25%; }

#drive-hub-lp .dh-media-frame--4x3::before  { padding-top: 75%; }

#drive-hub-lp .dh-media-frame--16x10::before{ padding-top: 62.5%; }

/* 実画面キャプチャーを表示するフレーム */
#drive-hub-lp .dh-media-frame--capture {
  border-style: solid;
  border-color: var(--dh-blue-200);
  background: var(--dh-white);
}

#drive-hub-lp .dh-media-frame__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#drive-hub-lp .dh-media-frame__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--dh-blue-400);
  text-align: center;
  padding: 24px;
}

#drive-hub-lp .dh-media-frame__inner i {
  font-size: 2.25rem;
  color: var(--dh-blue-300);
}

#drive-hub-lp .dh-media-frame__text {
  font-size: var(--dh-text-sm);
  font-weight: 600;
  color: var(--dh-blue-500);
}

#drive-hub-lp .dh-media-frame__sublabel {
  font-size: var(--dh-text-xs);
  color: var(--dh-gray-500);
}

/* ===================================================
   HERO以外の文字サイズ拡大（既存仕様を継続）
=================================================== */
#drive-hub-lp section:not(.dh-hero) {
  --dh-text-xs:   0.9rem;
  --dh-text-sm:   1rem;
  --dh-text-base: 1.125rem;
  --dh-text-lg:   1.25rem;
  --dh-text-xl:   1.5rem;
  --dh-text-2xl:  1.75rem;
  --dh-text-3xl:  2.25rem;
  --dh-text-4xl:  2.75rem;
}

@media (min-width: 901px) {
#drive-hub-lp section:not(.dh-hero) .dh-container {
    max-width: 1180px;
  }
}

/* ===================================================
   Section 1: HERO
=================================================== */
#drive-hub-lp .dh-hero {
  background: linear-gradient(140deg, #FFFFFF 0%, #F0F7FF 55%, #EFF6FF 100%);
  padding-top: 80px;
  padding-bottom: 88px;
  position: relative;
  overflow: hidden;
}

#drive-hub-lp .dh-hero__inner {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 38px;
  align-items: center;
  position: relative;
  z-index: 1;
}

#drive-hub-lp .dh-hero__logo {
  width: 300px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

#drive-hub-lp .dh-hero__brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--dh-text-xs);
  font-weight: 700;
  color: var(--dh-gray-700);
  background: var(--dh-highlight);
  border-radius: 100px;
  padding: 4px 14px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

#drive-hub-lp .dh-hero__brand-chip-dot {
  width: 7px;
  height: 7px;
  background: var(--dh-brand);
  border-radius: 50%;
  flex-shrink: 0;
}

#drive-hub-lp .dh-hero__heading {
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.4;
  color: var(--dh-gray-900);
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#drive-hub-lp .dh-hero__line { display: block; }

#drive-hub-lp .dh-hero__line--sub {
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  color: var(--dh-gray-700);
}

#drive-hub-lp .dh-hero__highlight { color: var(--dh-brand); }

#drive-hub-lp .dh-hero__heading-underline {
  width: 56px;
  height: 3px;
  background: var(--dh-accent);
  border-radius: 2px;
  margin-bottom: 20px;
}

#drive-hub-lp .dh-hero__sub {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-600);
  margin-bottom: 20px;
  line-height: 1.85;
  max-width: 620px;
}

/* 「置き換えではない」安心感を伝える短いリード文 */
#drive-hub-lp .dh-hero__reassure {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 26px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.6);
  border-left: 3px solid var(--dh-brand);
  border-radius: var(--dh-radius);
}

#drive-hub-lp .dh-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

#drive-hub-lp .dh-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

#drive-hub-lp .dh-media-frame--hero {
  max-width: 560px;
}

/* Hero: 実画像（現行LPと同じ hero-pc.png を使用） */
#drive-hub-lp .dh-hero-figure {
  width: 100%;
  max-width: 560px;
  margin: 0;
}

#drive-hub-lp .dh-hero-figure__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hero: 既存クラウド共存バッジ */
#drive-hub-lp .dh-hero__coexist {
  border-top: 1px dashed var(--dh-blue-200);
  padding-top: 20px;
  max-width: 620px;
}

#drive-hub-lp .dh-hero__coexist-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  margin-bottom: 12px;
}

#drive-hub-lp .dh-hero__coexist-label i { color: var(--dh-green-600); }

#drive-hub-lp .dh-hero__coexist-label strong { color: var(--dh-brand); }

#drive-hub-lp .dh-hero__coexist-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

#drive-hub-lp .dh-hero__coexist-icons li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--dh-text-xs);
  font-weight: 600;
  color: var(--dh-gray-600);
}

#drive-hub-lp .dh-hero__coexist-icons li i {
  color: var(--dh-brand);
  font-size: 16px;
}

/* ===================================================
   入門動画
=================================================== */
#drive-hub-lp .dh-intro-video { background: var(--dh-gray-50); }

#drive-hub-lp .dh-intro-video__player {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: var(--dh-radius-lg);
  background: #000;
  box-shadow: var(--dh-shadow-lg);
}

#drive-hub-lp .dh-intro-video__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#drive-hub-lp .dh-intro-video__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

#drive-hub-lp .dh-intro-video__cta p {
  margin: 0;
  color: var(--dh-gray-800);
  font-weight: 700;
}

/* ===================================================
   Section 2: 課題
=================================================== */
#drive-hub-lp .dh-issues { background: var(--dh-gray-50); }

#drive-hub-lp .dh-issues__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
  font-size: var(--dh-text-base);
  color: var(--dh-gray-700);
  line-height: 1.85;
}

#drive-hub-lp .dh-issues__intro strong { color: var(--dh-brand); }

#drive-hub-lp .dh-issues__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}

#drive-hub-lp .dh-issues__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  padding: 30px 28px;
}

#drive-hub-lp .dh-issues__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: var(--dh-radius-lg);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--dh-brand);
  overflow: hidden;
}

/* 課題アイコン: 現行LPと同じ実画像を使用（onerrorでFAアイコンへフォールバック） */
#drive-hub-lp .dh-issues__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#drive-hub-lp .dh-issues__text { flex: 1; min-width: 0; }

#drive-hub-lp .dh-issues__title {
  font-size: var(--dh-text-lg);
  color: var(--dh-gray-900);
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.4;
}

#drive-hub-lp .dh-issues__text p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.8;
}

#drive-hub-lp .dh-issues__closing {
  text-align: center;
  font-size: var(--dh-text-base);
  color: var(--dh-gray-700);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.85;
  padding: 20px 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
}

/* ===================================================
   Section 3: necfru drive の位置づけ（3列構成）
=================================================== */
#drive-hub-lp .dh-positioning { background: var(--dh-blue-50); }

#drive-hub-lp .dh-positioning__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto 40px;
  background: var(--dh-white);
  border: 1px solid var(--dh-blue-200);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-brand);
  text-align: center;
}

#drive-hub-lp .dh-positioning__banner i { color: var(--dh-green-600); font-size: 18px; }

#drive-hub-lp .dh-pos2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}

#drive-hub-lp .dh-pos2__block {
  padding: 28px 22px;
  border-radius: var(--dh-radius-xl);
  border: 1px solid var(--dh-gray-200);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#drive-hub-lp .dh-pos2__block--gray { background: var(--dh-white); }

#drive-hub-lp .dh-pos2__block--brand {
  background: var(--dh-white);
  border-color: var(--dh-blue-300);
  border-width: 2px;
}

#drive-hub-lp .dh-pos2__block--outcome { background: var(--dh-white); }

#drive-hub-lp .dh-pos2__block-label {
  font-size: var(--dh-text-sm);
  font-weight: 800;
  color: var(--dh-gray-700);
  letter-spacing: 0.02em;
}

#drive-hub-lp .dh-pos2__block-label--brand {
  color: var(--dh-brand);
  font-size: var(--dh-text-lg);
}

#drive-hub-lp .dh-pos2__tag-list,
#drive-hub-lp .dh-pos2__feature-list,
#drive-hub-lp .dh-pos2__outcome-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#drive-hub-lp .dh-pos2__tag-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-sm);
  padding: 7px 12px;
}

#drive-hub-lp .dh-pos2__tag-list li i { color: var(--dh-brand); font-size: 15px; width: 18px; text-align: center; }

#drive-hub-lp .dh-pos2__feature-list li {
  font-size: var(--dh-text-sm);
  color: var(--dh-brand);
  background: var(--dh-white);
  border: 1px solid var(--dh-blue-100);
  border-radius: var(--dh-radius-sm);
  padding: 7px 12px;
  font-weight: 600;
}

#drive-hub-lp .dh-pos2__feature-list-ai {
  background: var(--dh-gray-50) !important;
  border-color: var(--dh-gray-200) !important;
  color: var(--dh-gray-600) !important;
  font-weight: 500 !important;
  font-size: var(--dh-text-xs) !important;
}

#drive-hub-lp .dh-pos2__outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.5;
}

#drive-hub-lp .dh-pos2__outcome-list li i {
  color: var(--dh-green-600);
  margin-top: 3px;
  flex-shrink: 0;
}

#drive-hub-lp .dh-pos2__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
}

#drive-hub-lp .dh-pos2__connector svg {
  width: 64px;
  height: 32px;
  display: block;
}

#drive-hub-lp .dh-pos2__connector--single svg {
  width: 64px;
  height: 16px;
}

#drive-hub-lp .dh-pos2__connector-labels {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
  font-size: var(--dh-text-xs);
  font-weight: 700;
}

#drive-hub-lp .dh-positioning__note {
  text-align: center;
  max-width: 780px;
  margin: 40px auto 0;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.85;
  padding: 20px 24px;
  background: var(--dh-white);
  border-radius: var(--dh-radius-lg);
}

/* necfru drive アップローダー：クラウド以外のファイル取込案内 */
#drive-hub-lp .dh-uploader-callout {
  margin-top: 28px;
  padding: 28px;
  background: var(--dh-white);
  border: 1px solid var(--dh-blue-200);
  border-radius: var(--dh-radius-2xl);
  box-shadow: var(--dh-shadow-sm);
}

#drive-hub-lp .dh-uploader-callout__main {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

#drive-hub-lp .dh-uploader-callout__icon-wrap {
  width: 108px;
  height: 108px;
  overflow: hidden;
  border: 1px solid var(--dh-gray-200);
  border-radius: 28px;
  box-shadow: var(--dh-shadow-sm);
  background: var(--dh-gray-100);
}

#drive-hub-lp .dh-uploader-callout__icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#drive-hub-lp .dh-uploader-callout__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 12px;
  color: var(--dh-brand);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  border-radius: 100px;
  font-size: var(--dh-text-xs);
  font-weight: 700;
  letter-spacing: 0.02em;
}

#drive-hub-lp .dh-uploader-callout__heading {
  margin-bottom: 8px;
  color: var(--dh-gray-900);
  font-size: var(--dh-text-xl);
  line-height: 1.55;
}

#drive-hub-lp .dh-uploader-callout__description {
  color: var(--dh-gray-600);
  font-size: var(--dh-text-sm);
  line-height: 1.8;
}

#drive-hub-lp .dh-uploader-callout__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

#drive-hub-lp .dh-uploader-callout__sources li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  color: var(--dh-gray-700);
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: 100px;
  font-size: var(--dh-text-xs);
  font-weight: 600;
}

#drive-hub-lp .dh-uploader-callout__sources i {
  color: var(--dh-brand);
}

#drive-hub-lp .dh-uploader-callout__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

#drive-hub-lp .dh-uploader-callout__flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 10px 12px;
  color: var(--dh-gray-700);
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  font-size: var(--dh-text-xs);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

#drive-hub-lp .dh-uploader-callout__flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 1;
  color: var(--dh-brand);
  font-size: 16px;
  transform: translateY(-50%);
}

#drive-hub-lp .dh-uploader-callout__step-num {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--dh-white);
  background: var(--dh-brand);
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
}

#drive-hub-lp .dh-uploader-callout__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--dh-gray-500);
  font-size: var(--dh-text-xs);
  text-align: center;
}

#drive-hub-lp .dh-uploader-callout__note i {
  color: var(--dh-brand);
}

/* ===================================================
   CTAバンド（スクロール途中のCTA強化）
=================================================== */
#drive-hub-lp .dh-cta-band {
  background: var(--dh-brand);
  padding: 40px 0;
}

#drive-hub-lp .dh-cta-band--alt {
  background: var(--dh-gray-900);
}

#drive-hub-lp .dh-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

#drive-hub-lp .dh-cta-band__heading {
  font-size: var(--dh-text-xl);
  color: var(--dh-white);
  margin-bottom: 6px;
}

#drive-hub-lp .dh-cta-band__sub {
  font-size: var(--dh-text-sm);
  color: rgba(255,255,255,0.8);
}

#drive-hub-lp .dh-cta-band__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

#drive-hub-lp .dh-cta-band .dh-btn--primary {
  background: var(--dh-white);
  color: var(--dh-brand);
  border-color: var(--dh-white);
}

#drive-hub-lp .dh-cta-band .dh-btn--primary:hover { background: var(--dh-blue-50); }

#drive-hub-lp .dh-cta-band .dh-btn--outline {
  background: transparent;
  color: var(--dh-white);
  border-color: rgba(255,255,255,0.5);
}

#drive-hub-lp .dh-cta-band .dh-btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--dh-white);
}

/* ===================================================
   Section 4: 基本機能（通常機能 → AIでさらに便利）
=================================================== */
#drive-hub-lp .dh-core { background: var(--dh-white); }

#drive-hub-lp .dh-core__row {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 48px;
  align-items: start;
}

#drive-hub-lp .dh-core__row--reverse { grid-template-columns: 5fr 6fr; }

#drive-hub-lp .dh-core__row--reverse .dh-core__row-text  { order: 2; }

#drive-hub-lp .dh-core__row--reverse .dh-core__row-visual{ order: 1; }

#drive-hub-lp .dh-core__row-visual {
  position: sticky;
  top: 90px;
}

#drive-hub-lp .dh-core__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--dh-text-xs);
  font-weight: 700;
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

#drive-hub-lp .dh-core__badge--standard {
  background: var(--dh-gray-100);
  color: var(--dh-gray-600);
  border: 1px solid var(--dh-gray-300);
}

#drive-hub-lp .dh-core__badge--ai {
  background: var(--dh-highlight);
  color: var(--dh-gray-800);
  border: 1px solid var(--dh-accent-dark);
}

#drive-hub-lp .dh-core__block-heading {
  font-size: var(--dh-text-xl);
  color: var(--dh-gray-900);
  margin-bottom: 18px;
}

#drive-hub-lp .dh-core__lead {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-700);
  margin-bottom: 16px;
}

#drive-hub-lp .dh-core__value-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#drive-hub-lp .dh-core__value-list h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--dh-text-base);
  font-weight: 700;
  color: var(--dh-gray-900);
  margin-bottom: 6px;
}

#drive-hub-lp .dh-core__value-list h4 i { color: var(--dh-brand); }

#drive-hub-lp .dh-core__value-list p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.7;
}

#drive-hub-lp .dh-core__ai-arrow {
  display: flex;
  justify-content: center;
  color: var(--dh-gray-300);
  font-size: 20px;
  margin: 22px 0;
}

#drive-hub-lp .dh-core__ai-panel {
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  border-radius: var(--dh-radius-xl);
  padding: 22px 24px;
}

#drive-hub-lp .dh-core__ai-heading {
  font-size: var(--dh-text-base);
  font-weight: 800;
  color: var(--dh-gray-900);
  line-height: 1.5;
  margin-bottom: 8px;
}

#drive-hub-lp .dh-core__ai-lead {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.7;
  margin-bottom: 14px;
}

#drive-hub-lp .dh-core__ai-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

#drive-hub-lp .dh-core__ai-list li {
  position: relative;
  padding-left: 18px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.65;
}

#drive-hub-lp .dh-core__ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dh-brand);
}

#drive-hub-lp .dh-core__ai-examples {
  background: var(--dh-white);
  border: 1px solid var(--dh-blue-200);
  border-radius: var(--dh-radius-lg);
  padding: 14px 18px;
  margin-bottom: 14px;
  font-size: var(--dh-text-xs);
  color: var(--dh-gray-500);
  box-shadow: var(--dh-shadow-sm);
}

#drive-hub-lp .dh-core__ai-examples > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--dh-text-xs);
  font-weight: 700;
  color: var(--dh-brand);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

#drive-hub-lp .dh-core__ai-examples > span::before {
  content: "\f4fc";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
}

#drive-hub-lp .dh-core__ai-examples ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#drive-hub-lp .dh-core__ai-examples li {
  display: inline-flex;
  align-items: center;
  font-size: var(--dh-text-sm);
  color: var(--dh-brand);
  font-weight: 600;
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-200);
  border-radius: 100px;
  padding: 7px 14px;
}

#drive-hub-lp .dh-core__ai-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--dh-text-xs);
  color: var(--dh-gray-500);
  line-height: 1.6;
}

#drive-hub-lp .dh-core__ai-disclaimer i { margin-top: 2px; flex-shrink: 0; color: var(--dh-gray-400); }

#drive-hub-lp .dh-core__mini-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 16px;
  background: var(--dh-blue-50);
  border-radius: var(--dh-radius);
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
}

#drive-hub-lp .dh-core__mini-note i { color: var(--dh-brand); margin-top: 3px; flex-shrink: 0; }

#drive-hub-lp .dh-core__divider {
  height: 1px;
  background: var(--dh-gray-200);
  margin: 64px 0;
}

#drive-hub-lp .dh-core__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#drive-hub-lp .dh-core__points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.6;
}

#drive-hub-lp .dh-core__points li i {
  color: var(--dh-brand);
  margin-top: 3px;
  flex-shrink: 0;
}

#drive-hub-lp .dh-core__closing {
  text-align: center;
  font-size: var(--dh-text-base);
  color: var(--dh-gray-700);
  font-weight: 600;
  margin-top: 24px;
}

/* ===================================================
   Section 5: データのライフサイクル（HOT/COLD）
=================================================== */
#drive-hub-lp .dh-lifecycle { background: var(--dh-gray-50); }

/* HOT/COLDを「データのライフサイクル」として一目で伝える簡潔フロー */
#drive-hub-lp .dh-lifecycle__mini-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin: 0 auto 32px;
  max-width: 860px;
}

#drive-hub-lp .dh-lifecycle__mini-flow-item {
  display: inline-flex;
  align-items: center;
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-gray-700);
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: 100px;
  padding: 8px 18px;
  white-space: nowrap;
}

#drive-hub-lp .dh-lifecycle__mini-flow-item--hot {
  color: var(--dh-gray-800);
  background: var(--dh-highlight);
  border-color: var(--dh-accent);
}

#drive-hub-lp .dh-lifecycle__mini-flow-item--cold {
  color: var(--dh-brand);
  background: var(--dh-blue-50);
  border-color: var(--dh-blue-300);
}

#drive-hub-lp .dh-lifecycle__mini-flow-arrow {
  color: var(--dh-gray-400);
  font-size: var(--dh-text-base);
  font-weight: 700;
}

#drive-hub-lp .dh-lifecycle__layout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 28px;
}

#drive-hub-lp .dh-lifecycle__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  position: relative;
  padding-bottom: 46px;
}

#drive-hub-lp .dh-lifecycle__stage {
  flex: 1 1 140px;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--dh-shadow-sm);
}

#drive-hub-lp .dh-lifecycle__stage--hot {
  border-color: var(--dh-accent);
  border-width: 2px;
  background: var(--dh-highlight);
}

#drive-hub-lp .dh-lifecycle__stage--cold {
  border-color: var(--dh-blue-300);
  border-width: 2px;
  background: var(--dh-blue-50);
}

#drive-hub-lp .dh-lifecycle__stage-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dh-brand);
  font-size: 18px;
}

#drive-hub-lp .dh-lifecycle__stage-label {
  font-size: var(--dh-text-base);
  font-weight: 800;
  color: var(--dh-gray-900);
  margin-bottom: 5px;
}

#drive-hub-lp .dh-lifecycle__stage p {
  font-size: var(--dh-text-xs);
  color: var(--dh-gray-600);
  line-height: 1.5;
}

#drive-hub-lp .dh-lifecycle__arrow {
  display: flex;
  align-items: center;
  color: var(--dh-gray-300);
  font-size: 16px;
  flex: 0 0 auto;
}

#drive-hub-lp .dh-lifecycle__loop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--dh-text-xs);
  font-weight: 600;
  color: var(--dh-brand);
}

#drive-hub-lp .dh-lifecycle__visual { align-self: center; }

#drive-hub-lp .dh-lifecycle__branch {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  padding: 20px 24px;
}

#drive-hub-lp .dh-lifecycle__branch i {
  color: var(--dh-brand);
  font-size: 22px;
  margin-top: 4px;
  flex-shrink: 0;
}

#drive-hub-lp .dh-lifecycle__branch p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.75;
}

#drive-hub-lp .dh-lifecycle__branch strong { color: var(--dh-brand); }

#drive-hub-lp .dh-lifecycle__pricing {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  background: var(--dh-white);
  overflow: hidden;
}

#drive-hub-lp .dh-lifecycle__pricing summary {
  cursor: pointer;
  padding: 16px 20px;
  font-size: var(--dh-text-sm);
  font-weight: 600;
  color: var(--dh-gray-500);
  list-style: none;
}

#drive-hub-lp .dh-lifecycle__pricing summary::-webkit-details-marker { display: none; }

#drive-hub-lp .dh-lifecycle__pricing summary::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: var(--dh-text-xs);
}

#drive-hub-lp .dh-lifecycle__pricing[open] summary::before {
  content: "\f077";
}

#drive-hub-lp .dh-lifecycle__pricing-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--dh-gray-200);
}

#drive-hub-lp .dh-lifecycle__pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

#drive-hub-lp .dh-lifecycle__pricing-table th,
#drive-hub-lp .dh-lifecycle__pricing-table td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--dh-gray-100);
  text-align: left;
  font-size: var(--dh-text-sm);
  vertical-align: top;
}

#drive-hub-lp .dh-lifecycle__pricing-table thead th {
  background: var(--dh-blue-50);
  color: var(--dh-brand);
  font-weight: 700;
}

#drive-hub-lp .dh-lifecycle__pricing-table tbody th {
  color: var(--dh-gray-500);
  font-weight: 600;
  background: var(--dh-gray-50);
  white-space: nowrap;
}

#drive-hub-lp .dh-lifecycle__pricing-table tbody td { color: var(--dh-gray-700); }

#drive-hub-lp .dh-lifecycle__pricing-table tr:last-child th,
#drive-hub-lp .dh-lifecycle__pricing-table tr:last-child td { border-bottom: none; }

/* ===================================================
   Section 6: 利用例
=================================================== */
#drive-hub-lp .dh-usecases { background: var(--dh-white); }

/* 利用例: 5業種を同一サイズのカードで、3枚+2枚のグリッド表示に統一 */
#drive-hub-lp .dh-usecases__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

#drive-hub-lp .dh-usecase-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  padding: 26px 24px;
  height: 100%;
}

#drive-hub-lp .dh-usecase-row__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#drive-hub-lp .dh-usecase-row__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--dh-radius);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dh-brand);
  font-size: 20px;
}

#drive-hub-lp .dh-usecase-row__label h3 {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-900);
}

#drive-hub-lp .dh-usecase-row__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#drive-hub-lp .dh-usecase-row__cell-label {
  display: block;
  font-size: var(--dh-text-xs);
  font-weight: 700;
  color: var(--dh-gray-400);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

#drive-hub-lp .dh-usecase-row__cell p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  line-height: 1.65;
}

/* ===================================================
   Section 7: necfru driveが選ばれる理由
=================================================== */
#drive-hub-lp .dh-why { background: var(--dh-gray-50); }

#drive-hub-lp .dh-why__evidence {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  background: var(--dh-brand);
  border-radius: var(--dh-radius-xl);
  padding: 32px 36px;
  margin-bottom: 40px;
  align-items: center;
}

#drive-hub-lp .dh-why__evidence-stat { text-align: center; color: var(--dh-white); }

#drive-hub-lp .dh-why__evidence-num {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
  color: var(--dh-accent);
}

#drive-hub-lp .dh-why__evidence-num span { font-size: var(--dh-text-lg); }

#drive-hub-lp .dh-why__evidence-label {
  font-size: var(--dh-text-sm);
  color: rgba(255,255,255,0.85);
}

#drive-hub-lp .dh-why__evidence-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  margin: 0 20px;
}

#drive-hub-lp .dh-why__reasons {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  padding: 8px 28px;
}

#drive-hub-lp .dh-why__reason {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--dh-gray-100);
}

#drive-hub-lp .dh-why__reason:last-child { border-bottom: none; }

#drive-hub-lp .dh-why__reason-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dh-accent-dark);
  width: 40px;
  flex-shrink: 0;
  text-align: right;
}

#drive-hub-lp .dh-why__reason-body h3 {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-900);
  margin-bottom: 6px;
}

#drive-hub-lp .dh-why__reason-body p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.7;
}

#drive-hub-lp .dh-why__closing {
  text-align: center;
  font-size: var(--dh-text-base);
  color: var(--dh-gray-700);
  font-weight: 600;
  margin-bottom: 40px;
}

#drive-hub-lp .dh-why__clients { text-align: center; }

#drive-hub-lp .dh-why__clients-label {
  font-size: var(--dh-text-sm);
  font-weight: 600;
  color: var(--dh-gray-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

#drive-hub-lp .dh-why__clients-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 680px;
  margin: 0 auto;
}

#drive-hub-lp .dh-why__clients-list li {
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  color: var(--dh-gray-700);
  font-size: var(--dh-text-sm);
  font-weight: 600;
  padding: 12px 14px;
  text-align: center;
}

/* ===================================================
   Section 8: セキュリティと運用
=================================================== */
#drive-hub-lp .dh-security { background: var(--dh-white); }

#drive-hub-lp .dh-security__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#drive-hub-lp .dh-security__group {
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  padding: 26px 24px;
}

#drive-hub-lp .dh-security__group-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--dh-radius);
  background: var(--dh-white);
  border: 1px solid var(--dh-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dh-brand);
  font-size: 20px;
  margin-bottom: 14px;
}

#drive-hub-lp .dh-security__group h3 {
  font-size: var(--dh-text-lg);
  color: var(--dh-gray-900);
  margin-bottom: 14px;
}

#drive-hub-lp .dh-security__group ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#drive-hub-lp .dh-security__group li {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}

#drive-hub-lp .dh-security__group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dh-brand);
}

/* ===================================================
   Section 9: 料金
=================================================== */
#drive-hub-lp .dh-pricing { background: var(--dh-gray-50); }

#drive-hub-lp .dh-pricing__base {
  background: var(--dh-blue-50);
  border: 2px solid var(--dh-brand);
  border-radius: var(--dh-radius-xl);
  padding: 32px 36px;
  margin-bottom: 32px;
  text-align: center;
}

#drive-hub-lp .dh-pricing__base-label {
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-brand);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

#drive-hub-lp .dh-pricing__base-amount {
  font-size: var(--dh-text-2xl);
  color: var(--dh-gray-900);
  margin-bottom: 20px;
}

#drive-hub-lp .dh-pricing__base-amount strong {
  font-size: 3rem;
  color: var(--dh-brand);
  font-weight: 800;
}

#drive-hub-lp .dh-pricing__tax {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-500);
  margin-left: 6px;
}

#drive-hub-lp .dh-pricing__base-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
}

#drive-hub-lp .dh-pricing__base-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  font-weight: 500;
}

#drive-hub-lp .dh-pricing__base-list li i { color: var(--dh-brand); }

/* AI利用1,000トークン/月 込み訴求バッジ */
#drive-hub-lp .dh-pricing__ai-included-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  background: var(--dh-highlight);
  border: 1px solid var(--dh-accent-dark);
  border-radius: 100px;
  padding: 10px 22px;
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-gray-800);
}

#drive-hub-lp .dh-pricing__ai-included-badge i { color: var(--dh-accent-dark); font-size: 16px; }

#drive-hub-lp .dh-pricing__ai-included-badge strong { color: var(--dh-brand); }

#drive-hub-lp .dh-pricing__table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  background: var(--dh-white);
}

#drive-hub-lp .dh-pricing__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

#drive-hub-lp .dh-pricing__table-caption {
  text-align: left;
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-gray-700);
  padding: 16px 20px 8px;
  caption-side: top;
}

#drive-hub-lp .dh-pricing__table th,
#drive-hub-lp .dh-pricing__table td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--dh-gray-100);
  text-align: left;
  font-size: var(--dh-text-sm);
}

#drive-hub-lp .dh-pricing__table thead th {
  color: var(--dh-gray-400);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--dh-text-xs);
  letter-spacing: 0.05em;
}

#drive-hub-lp .dh-pricing__table tbody th {
  color: var(--dh-gray-700);
  font-weight: 500;
}

#drive-hub-lp .dh-pricing__table tbody td {
  color: var(--dh-brand);
  font-weight: 700;
}

#drive-hub-lp .dh-pricing__table tr:last-child th,
#drive-hub-lp .dh-pricing__table tr:last-child td { border-bottom: none; }

#drive-hub-lp .dh-pricing__ai {
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  margin-bottom: 36px;
  overflow: hidden;
}

#drive-hub-lp .dh-pricing__ai-heading {
  cursor: pointer;
  list-style: none;
  padding: 16px 20px;
  font-size: var(--dh-text-base);
  font-weight: 600;
  color: var(--dh-gray-900);
}

#drive-hub-lp .dh-pricing__ai-heading::-webkit-details-marker { display: none; }

#drive-hub-lp .dh-pricing__ai-heading::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: var(--dh-text-xs);
  color: var(--dh-brand);
}

#drive-hub-lp .dh-pricing__ai[open] .dh-pricing__ai-heading::before {
  content: "\f077";
}

#drive-hub-lp .dh-pricing__ai-body {
  padding: 0 24px 24px;
  border-top: 1px solid var(--dh-gray-100);
  padding-top: 18px;
}

#drive-hub-lp .dh-pricing__ai-rules {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

#drive-hub-lp .dh-pricing__ai-rules li {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
  padding-left: 16px;
  position: relative;
}

#drive-hub-lp .dh-pricing__ai-rules li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#drive-hub-lp .dh-pricing__ai-examples-label {
  font-size: var(--dh-text-xs);
  font-weight: 700;
  color: var(--dh-gray-400);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

#drive-hub-lp .dh-pricing__ai-examples ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#drive-hub-lp .dh-pricing__ai-examples li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: var(--dh-text-xs);
}

#drive-hub-lp .dh-pricing__ai-examples li span { color: var(--dh-gray-600); }

#drive-hub-lp .dh-pricing__ai-examples li strong { color: var(--dh-brand); }

#drive-hub-lp .dh-pricing__cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===================================================
   Section 10: 導入ステップ
=================================================== */
#drive-hub-lp .dh-onboarding { background: var(--dh-blue-50); }

#drive-hub-lp .dh-onboarding__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

#drive-hub-lp .dh-onboarding__steps li {
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  padding: 28px 24px;
}

#drive-hub-lp .dh-onboarding__step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dh-brand);
  color: var(--dh-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: var(--dh-text-lg);
  margin-bottom: 14px;
}

#drive-hub-lp .dh-onboarding__steps h3 {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-900);
  margin-bottom: 8px;
}

#drive-hub-lp .dh-onboarding__steps p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.65;
}

#drive-hub-lp .dh-onboarding__conditions {
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  padding: 24px 28px;
}

#drive-hub-lp .dh-onboarding__conditions h3 {
  font-size: var(--dh-text-base);
  color: var(--dh-gray-900);
  margin-bottom: 14px;
}

#drive-hub-lp .dh-onboarding__conditions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

#drive-hub-lp .dh-onboarding__conditions li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-700);
}

#drive-hub-lp .dh-onboarding__conditions li i { color: var(--dh-brand); }

/* ===================================================
   Section 11: FAQ
=================================================== */
#drive-hub-lp .dh-faq { background: var(--dh-gray-50); }

#drive-hub-lp .dh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
}

#drive-hub-lp .dh-faq__item {
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  overflow: hidden;
  background: var(--dh-gray-50);
}

#drive-hub-lp .dh-faq__question {
  cursor: pointer;
  list-style: none;
  padding: 18px 48px 18px 20px;
  font-size: var(--dh-text-base);
  font-weight: 600;
  color: var(--dh-gray-900);
  position: relative;
  background: var(--dh-white);
}

#drive-hub-lp .dh-faq__question::-webkit-details-marker { display: none; }

#drive-hub-lp .dh-faq__question::after {
  content: "\f078"; /* fa chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dh-brand);
  transition: transform 0.2s ease;
}

#drive-hub-lp .dh-faq__item[open] .dh-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

#drive-hub-lp .dh-faq__question:focus-visible {
  outline: 2px solid var(--dh-brand);
  outline-offset: -2px;
}

#drive-hub-lp .dh-faq__answer {
  padding: 4px 20px 18px;
}

#drive-hub-lp .dh-faq__answer p {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.75;
}

/* ===================================================
   課題別ガイド
=================================================== */
#drive-hub-lp .dh-guides {
  background: var(--dh-white);
}

#drive-hub-lp .dh-guides__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

#drive-hub-lp .dh-guide-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 26px 24px;
  background: var(--dh-gray-50);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-xl);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#drive-hub-lp .dh-guide-card:hover {
  border-color: var(--dh-blue-300);
  box-shadow: var(--dh-shadow);
  transform: translateY(-2px);
}

#drive-hub-lp .dh-guide-card:focus-visible,
#drive-hub-lp .dh-guide-link:focus-visible {
  outline: 2px solid var(--dh-brand);
  outline-offset: 3px;
}

#drive-hub-lp .dh-guide-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 16px;
  color: var(--dh-brand);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  border-radius: var(--dh-radius);
  font-size: 20px;
}

#drive-hub-lp .dh-guide-card__label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--dh-brand);
  font-size: var(--dh-text-xs);
  font-weight: 700;
}

#drive-hub-lp .dh-guide-card__title {
  margin-bottom: 12px;
  color: var(--dh-gray-900);
  font-size: var(--dh-text-lg);
  line-height: 1.55;
}

#drive-hub-lp .dh-guide-card__description {
  margin-bottom: 20px;
  color: var(--dh-gray-600);
  font-size: var(--dh-text-sm);
  line-height: 1.75;
}

#drive-hub-lp .dh-guide-card__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--dh-brand);
  font-size: var(--dh-text-sm);
  font-weight: 700;
}

#drive-hub-lp .dh-guide-card__arrow i,
#drive-hub-lp .dh-guide-link__arrow {
  transition: transform 0.18s ease;
}

#drive-hub-lp .dh-guide-card:hover .dh-guide-card__arrow i,
#drive-hub-lp .dh-guide-link:hover .dh-guide-link__arrow {
  transform: translateX(3px);
}

#drive-hub-lp .dh-guides__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

#drive-hub-lp .dh-guide-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 72px;
  padding: 14px 18px;
  background: var(--dh-white);
  border: 1px solid var(--dh-gray-200);
  border-radius: var(--dh-radius-lg);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#drive-hub-lp .dh-guide-link:hover {
  background: var(--dh-blue-50);
  border-color: var(--dh-blue-300);
  box-shadow: var(--dh-shadow-sm);
}

#drive-hub-lp .dh-guide-link__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dh-brand);
  background: var(--dh-blue-50);
  border: 1px solid var(--dh-blue-100);
  border-radius: var(--dh-radius);
  font-size: 16px;
}

#drive-hub-lp .dh-guide-link__title {
  flex: 1;
  min-width: 0;
  color: var(--dh-gray-800);
  font-size: var(--dh-text-sm);
  font-weight: 600;
  line-height: 1.6;
}

#drive-hub-lp .dh-guide-link__arrow {
  flex: 0 0 auto;
  color: var(--dh-brand);
}

#drive-hub-lp .dh-guides__all {
  display: flex;
  justify-content: center;
}

#drive-hub-lp .dh-guides__heading-break,
#drive-hub-lp .dh-guides__lead-break {
  display: inline;
}

/* ===================================================
   Section 12: 最終CTA
=================================================== */
#drive-hub-lp .dh-cta-hub {
  background: var(--dh-brand);
  padding: var(--dh-section-py) 0;
  text-align: center;
}

#drive-hub-lp .dh-cta-hub__logo { margin-bottom: 28px; }

#drive-hub-lp .dh-cta-hub__logo-img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
}

#drive-hub-lp .dh-cta-hub__heading {
  font-size: var(--dh-text-3xl);
  color: var(--dh-white);
  margin-bottom: 14px;
  line-height: 1.45;
}

#drive-hub-lp .dh-cta-hub__sub {
  font-size: var(--dh-text-base);
  color: rgba(255,255,255,0.8);
  margin-bottom: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

#drive-hub-lp .dh-cta-hub__coexist {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--dh-text-xs);
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 8px 18px;
  margin: 0 auto 32px;
}

#drive-hub-lp .dh-cta-hub__primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* 最優先CTA：無償デモ申込（1番目のボタン）をひときわ大きく強調 */
#drive-hub-lp .dh-cta-hub__primary a:first-child {
  font-size: var(--dh-text-xl);
  padding: 20px 40px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  transform: scale(1.04);
}

#drive-hub-lp .dh-cta-hub__primary a:first-child:hover {
  transform: scale(1.06);
}

/* 資料ダウンロードは控えめな脇役ボタンに */
#drive-hub-lp .dh-cta-hub__primary a:nth-child(2) {
  font-size: var(--dh-text-sm);
  padding: 12px 22px;
  border-color: rgba(255,255,255,0.4);
  opacity: 0.85;
}

#drive-hub-lp .dh-cta-hub__secondary {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#drive-hub-lp .dh-cta-hub__contact {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  margin-bottom: 12px;
}

#drive-hub-lp .dh-cta-hub__contact p {
  font-size: var(--dh-text-xs);
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}

#drive-hub-lp .dh-cta-hub__contact-items {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

#drive-hub-lp .dh-cta-hub__contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.85);
  font-size: var(--dh-text-sm);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

#drive-hub-lp .dh-cta-hub__contact-item:hover { color: var(--dh-white); }

/* necfru drive アップローダー：レスポンシブ */
@media (max-width: 900px) {
  #drive-hub-lp .dh-uploader-callout__main {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 20px;
  }

  #drive-hub-lp .dh-uploader-callout__icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }

  #drive-hub-lp .dh-uploader-callout__flow {
    gap: 14px;
  }

  #drive-hub-lp .dh-uploader-callout__flow li {
    padding: 9px 8px;
  }
}

@media (max-width: 600px) {
#drive-hub-lp .dh-uploader-callout {
    margin-top: 22px;
    padding: 22px 18px;
  }

  #drive-hub-lp .dh-uploader-callout__main {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  #drive-hub-lp .dh-uploader-callout__icon-wrap {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    border-radius: 22px;
  }

  #drive-hub-lp .dh-uploader-callout__sources {
    justify-content: center;
  }

  #drive-hub-lp .dh-uploader-callout__flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #drive-hub-lp .dh-uploader-callout__flow li {
    justify-content: flex-start;
    min-height: 52px;
    padding: 11px 14px;
    text-align: left;
  }

  #drive-hub-lp .dh-uploader-callout__flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    transform: translateX(50%) rotate(90deg);
  }

  #drive-hub-lp .dh-uploader-callout__note {
    align-items: flex-start;
    text-align: left;
  }
}

/* ===================================================
   レスポンシブ: Tablet (≤900px)
=================================================== */
@media (max-width: 900px) {
  #drive-hub-lp {
    --dh-section-py: 64px;
    --dh-container-px: 24px;
  }

  #drive-hub-lp .dh-section-heading { font-size: var(--dh-text-2xl); }
  #drive-hub-lp .dh-section-header { margin-bottom: 40px; }

  /* HERO */
  #drive-hub-lp .dh-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #drive-hub-lp .dh-hero__visual { order: 2; }
  #drive-hub-lp .dh-hero__logo { width: 200px; }

  /* 課題 */
  #drive-hub-lp .dh-issues__grid { grid-template-columns: 1fr; }

  /* 位置づけ */
  #drive-hub-lp .dh-pos2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #drive-hub-lp .dh-pos2__connector {
    flex-direction: row;
    gap: 24px;
    padding: 8px 0;
  }
  #drive-hub-lp .dh-pos2__connector svg { transform: rotate(90deg); width: 40px; height: 40px; }
  #drive-hub-lp .dh-pos2__connector--single svg { width: 40px; height: 20px; }

  /* CTAバンド */
  #drive-hub-lp .dh-cta-band__inner { flex-direction: column; text-align: center; }
  #drive-hub-lp .dh-cta-band__buttons { justify-content: center; }

  /* 基本機能 */
  #drive-hub-lp .dh-core__row,
  #drive-hub-lp .dh-core__row--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #drive-hub-lp .dh-core__row--reverse .dh-core__row-text  { order: 1; }
  #drive-hub-lp .dh-core__row--reverse .dh-core__row-visual{ order: 2; }
  #drive-hub-lp .dh-core__row-visual { position: static; }
  #drive-hub-lp .dh-core__divider { margin: 40px 0; }

  /* ライフサイクル */
  #drive-hub-lp .dh-lifecycle__layout { grid-template-columns: 1fr; gap: 28px; }
  #drive-hub-lp .dh-lifecycle__flow { padding-bottom: 56px; }
  #drive-hub-lp .dh-lifecycle__stage { flex: 1 1 120px; }

  /* 利用例: タブレットは2列（5枚目は単独で1列分） */
  #drive-hub-lp .dh-usecases__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  /* 選ばれる理由 */
  #drive-hub-lp .dh-why__evidence {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }
  #drive-hub-lp .dh-why__evidence-divider { width: 40px; height: 1px; margin: 0 auto; }
  #drive-hub-lp .dh-why__clients-list { grid-template-columns: repeat(2, 1fr); }

  /* セキュリティ */
  #drive-hub-lp .dh-security__grid { grid-template-columns: 1fr; }

  /* 導入ステップ */
  #drive-hub-lp .dh-onboarding__steps { grid-template-columns: 1fr; }

  /* 課題別ガイド */
  #drive-hub-lp .dh-guides__featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* CTA */
  #drive-hub-lp .dh-cta-hub__primary,
  #drive-hub-lp .dh-cta-hub__secondary {
    flex-direction: column;
    align-items: center;
  }
}

/* ===================================================
   レスポンシブ: Mobile (≤600px) — 375px 基準
=================================================== */
@media (max-width: 600px) {
  #drive-hub-lp {
    --dh-section-py: 48px;
    --dh-container-px: 16px;
  }

  #drive-hub-lp section:not(.dh-hero) {
    --dh-text-xs:   0.85rem;
    --dh-text-sm:   0.95rem;
    --dh-text-base: 1.05rem;
    --dh-text-lg:   1.15rem;
    --dh-text-xl:   1.35rem;
    --dh-text-2xl:  1.55rem;
    --dh-text-3xl:  1.8rem;
    --dh-text-4xl:  2.1rem;
  }

  #drive-hub-lp .dh-section-heading { font-size: var(--dh-text-xl); line-height: 1.45; }
  #drive-hub-lp .dh-section-sub { font-size: var(--dh-text-sm); }
  #drive-hub-lp .dh-section-header { margin-bottom: 24px; }

  /* HERO */
  #drive-hub-lp .dh-hero { padding-top: 40px; padding-bottom: 48px; }
  #drive-hub-lp .dh-hero__logo { width: 180px; margin-bottom: 18px; }
  #drive-hub-lp .dh-hero__heading { font-size: 1.35rem; margin-bottom: 14px; }
  #drive-hub-lp .dh-hero__line--sub { font-size: 1.15rem; }
  #drive-hub-lp .dh-hero__sub { font-size: var(--dh-text-sm); margin-bottom: 24px; }
  #drive-hub-lp .dh-hero__cta { flex-direction: column; }
  #drive-hub-lp .dh-hero__cta .dh-btn { width: 100%; justify-content: center; }
  #drive-hub-lp .dh-hero__coexist-icons { gap: 8px 14px; }

  /* 入門動画 */
  #drive-hub-lp .dh-intro-video__player { border-radius: var(--dh-radius); }
  #drive-hub-lp .dh-intro-video__cta { flex-direction: column; gap: 16px; margin-top: 24px; text-align: center; }
  #drive-hub-lp .dh-intro-video__cta .dh-btn { width: 100%; justify-content: center; }

  /* 課題 */
  #drive-hub-lp .dh-issues__item { padding: 18px; gap: 14px; }
  #drive-hub-lp .dh-issues__icon { width: 42px; height: 42px; font-size: 18px; }

  /* 利用例: スマートフォンは1列 */
  #drive-hub-lp .dh-usecases__list { grid-template-columns: 1fr; gap: 16px; }

  /* 位置づけ */
  #drive-hub-lp .dh-pos2__block { padding: 20px 16px; }
  #drive-hub-lp .dh-positioning__banner { flex-direction: column; gap: 6px; padding: 14px 18px; }

  /* CTAバンド */
  #drive-hub-lp .dh-cta-band { padding: 32px 0; }
  #drive-hub-lp .dh-cta-band__buttons { flex-direction: column; width: 100%; }
  #drive-hub-lp .dh-cta-band__buttons .dh-btn { width: 100%; justify-content: center; }

  /* 基本機能 */
  #drive-hub-lp .dh-core__ai-panel { padding: 18px; }

  /* ライフサイクル */
  #drive-hub-lp .dh-lifecycle__flow { flex-direction: column; padding-bottom: 46px; }
  #drive-hub-lp .dh-lifecycle__arrow { transform: rotate(90deg); justify-content: center; padding: 4px 0; }
  /* 簡潔フロー: 横幅に収まらないスマートフォンでは縦方向に */
  #drive-hub-lp .dh-lifecycle__mini-flow { flex-direction: column; }
  #drive-hub-lp .dh-lifecycle__mini-flow-arrow { transform: rotate(90deg); }

  /* 選ばれる理由 */
  #drive-hub-lp .dh-why__clients-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  #drive-hub-lp .dh-why__evidence-num { font-size: 1.8rem; }
  #drive-hub-lp .dh-why__reasons { padding: 4px 18px; }

  /* 料金 */
  #drive-hub-lp .dh-pricing__base { padding: 24px 20px; }
  #drive-hub-lp .dh-pricing__base-amount strong { font-size: 2.25rem; }
  #drive-hub-lp .dh-pricing__base-list { flex-direction: column; align-items: center; gap: 10px; }
  #drive-hub-lp .dh-pricing__table th,
  #drive-hub-lp .dh-pricing__table td { padding: 10px 14px; font-size: var(--dh-text-xs); }
  #drive-hub-lp .dh-pricing__cta { flex-direction: column; }
  #drive-hub-lp .dh-pricing__cta .dh-btn { width: 100%; justify-content: center; }

  /* 導入ステップ */
  #drive-hub-lp .dh-onboarding__conditions ul { flex-direction: column; gap: 10px; }

  /* FAQ */
  #drive-hub-lp .dh-faq__question { font-size: var(--dh-text-sm); padding: 15px 40px 15px 16px; }

  /* 課題別ガイド */
  #drive-hub-lp .dh-guides__featured { grid-template-columns: 1fr; }
  #drive-hub-lp .dh-guides__links { grid-template-columns: 1fr; }
  #drive-hub-lp .dh-guide-card { padding: 22px 20px; }
  #drive-hub-lp .dh-guide-link { padding: 13px 14px; gap: 12px; }
  #drive-hub-lp .dh-guides__heading-break,
  #drive-hub-lp .dh-guides__lead-break { display: none; }

  /* CTA Hub */
  #drive-hub-lp .dh-cta-hub { padding-left: 16px; padding-right: 16px; }
  #drive-hub-lp .dh-btn--lg { font-size: var(--dh-text-base); padding: 13px 20px; }
  #drive-hub-lp .dh-cta-hub__heading { font-size: var(--dh-text-xl); }
  #drive-hub-lp .dh-cta-hub__logo-img { width: 160px; }
  #drive-hub-lp .dh-cta-hub__primary .dh-btn { width: 100%; justify-content: center; }
  #drive-hub-lp .dh-cta-hub__secondary { gap: 10px; }
  #drive-hub-lp .dh-cta-hub__secondary .dh-btn { width: 100%; justify-content: center; }
  #drive-hub-lp .dh-cta-hub__contact-items { flex-direction: column; gap: 8px; align-items: center; }
}

/* ===================================================
   販売パートナー募集への導線バンド（.dp-lead）  v1 追加
   設置場所: 最終CTA（#s12-cta）の直後
   目的:
     エンド顧客向けの説得の流れを妨げないよう、読了直後の位置に
     控えめに配置する。ナビ・ヒーロー・料金セクション付近には置かない。
   ※ パートナーページ本体のスタイルは drive-partner.css 側に分離してあり、
     本LPが drive-partner.css を読み込む必要はない。
=================================================== */
#drive-hub-lp .dp-lead {
  background: var(--dh-gray-50);
  border-top: 1px solid var(--dh-gray-200);
  padding: 28px 0;
}

#drive-hub-lp .dp-lead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

#drive-hub-lp .dp-lead__body {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

#drive-hub-lp .dp-lead__body > div { min-width: 0; }

#drive-hub-lp .dp-lead__icon {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: var(--dh-radius-lg);
  background: var(--dh-blue-50);
  color: var(--dh-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

#drive-hub-lp .dp-lead__title {
  font-size: var(--dh-text-base);
  font-weight: 700;
  color: var(--dh-gray-900);
  margin-bottom: 3px;
}

#drive-hub-lp .dp-lead__text {
  font-size: var(--dh-text-sm);
  color: var(--dh-gray-600);
  line-height: 1.75;
  /* 1行に収めようとして CTA が折り返されるのを防ぐため、
     テキスト側の最大幅を制限して2行に流す */
  max-width: 640px;
}

#drive-hub-lp .dp-lead__cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--dh-text-sm);
  font-weight: 700;
  color: var(--dh-brand);
  border: 1.5px solid var(--dh-brand);
  border-radius: var(--dh-radius);
  padding: 12px 24px;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease;
}

#drive-hub-lp .dp-lead__cta:hover {
  background: var(--dh-brand);
  color: var(--dh-white);
}

@media (max-width: 720px) {
#drive-hub-lp .dp-lead__inner { flex-direction: column; align-items: flex-start; gap: 16px; }

  #drive-hub-lp .dp-lead__cta { width: 100%; justify-content: center; }
}
