/* ========================================
   AI対応LP スタイル
   ======================================== */

:root {
  --c-main:  #057AA7;
  --c-sub:   #199C9C;
  --c-light: #F0F3F5;
  --c-dark:  #1A2A3A;
  --c-white: #ffffff;
  --c-grad:  linear-gradient(135deg, #057AA7 0%, #199C9C 100%);
  --c-grad2: linear-gradient(135deg, #045B7C 0%, #057AA7 100%);
  --shadow:  0 4px 24px rgba(5,122,167,.14);
  --r:       12px;
}

.lp * { box-sizing: border-box; }
.lp { width: 100%; overflow-x: hidden; font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif; color: var(--c-dark); }
html, body { overflow-x: hidden; max-width: 100%; }
.lp-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lp-inner--wide { max-width: 1200px; }
.lp-sec { padding: 88px 0; }
.lp-sec--gray { background: var(--c-light); }
.lp-sec--grad { background: var(--c-grad); }
.lp-sec--light { background: #f0f6f9; }
.lp-sec--dark { background: var(--c-dark); }

/* 見出し共通 */
.lp-head { text-align: center; margin-bottom: 60px; }
.lp-head .en { display: inline-block; font-size: 1.1rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c-sub); margin-bottom: 10px; }
.lp-head h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 900; line-height: 1.3; margin: 0 0 16px; color: var(--c-dark); }
.lp-head h2.wh { color: #fff; }
.lp-head p { font-size: 1.6rem; line-height: 1.9; color: #555; }
.lp-head p.wh { color: rgba(255,255,255,.88); }
.lp-bar { display: block; width: 48px; height: 4px; background: var(--c-grad); border-radius: 2px; margin: 20px auto 0; }
.lp-bar.wh { background: rgba(255,255,255,.5); }

/* ボタン */
.lp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; text-decoration: none; border-radius: 100px;
  transition: transform .2s, box-shadow .2s;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn--white {
  background: #fff; color: var(--c-main);
  font-size: 1.8rem; padding: 18px 44px;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.lp-btn--white:hover { box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.lp-btn--grad {
  background: var(--c-grad); color: #fff;
  font-size: 1.8rem; padding: 18px 44px;
  box-shadow: 0 8px 32px rgba(5,122,167,.4);
}
.lp-btn--grad:hover { box-shadow: 0 14px 40px rgba(5,122,167,.5); }


/* =============================================
   LP専用ヘッダーバー
   ============================================= */
/* AEO LPでは共通ヘッダー・フッターナビを非表示にしてLP専用バーに置き換え */
.page-template-page-aeo-lp .header_cmn,
.page-template-page-aeo-lp .fixed_menu_sp { display: none !important; }
.page-template-page-aeo-lp .wrap { padding-top: 0 !important; }
/* 元の固定ボタンを非表示（AEO LPのみ） */
.page-template-page-aeo-lp .float-button__wrap { display: none !important; }

/* AEO LP専用 固定ボタン */
.lp-float-btn {
  display: none;
  width: 52px;
  height: 220px;
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 1000;
}
.lp-float-top {
  display: none;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 1000;
}
.lp-float-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  color: var(--c-main);
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid var(--c-main);
  box-sizing: border-box;
}
.lp-float-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: var(--c-grad);
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp-float-btn a span {
  border: rgba(255,255,255,.6) solid 1px;
  padding: 10px 8px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.lp-topbar {
  background: #fff;
  border-bottom: 1px solid #e8edf0;
  padding: 0;
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.lp-topbar-in {
  width: 100%; box-sizing: border-box; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: 68px;
}
.lp-topbar-left {
  display: flex; align-items: center; gap: 16px;
  height: 100%;
}
.lp-topbar-logo {
  display: flex; align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.lp-topbar-logo img {
  height: 48px; width: auto; display: block;
}
.lp-topbar-texts {
  display: flex; flex-direction: column; gap: 3px;
}
.lp-topbar-company {
  font-size: 1.3rem; font-weight: 400; color: #666; letter-spacing: .02em;
}
.lp-topbar-tagline {
  font-size: 2.0rem; font-weight: 700; color: var(--c-dark);
  line-height: 1.3;
}
.lp-topbar-btn {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-main); color: #fff;
  font-size: 1.4rem; font-weight: 700;
  padding: 12px 28px 10px; border-radius: 100px;
  text-decoration: none;
  transition: opacity .2s;
  white-space: nowrap;
}
.lp-topbar-btn:hover { opacity: .85; }
@media (max-width: 640px) {
  .lp-topbar-in { height: 56px; gap: 12px; padding: 0 16px; }
  .lp-topbar-company { font-size: 1.1rem; }
  .lp-topbar-tagline { font-size: 1.3rem; }
  .lp-topbar-btn { font-size: 1.2rem; padding: 10px 16px; }
}

/* =============================================
   Hero
   ============================================= */
.lp-hero {
  background: var(--c-grad);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.lp-hero::after,
.lp-hero::before { z-index: 0; }
.lp-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .06;
  z-index: 0;
}

/* セクション画像共通 */
.lp-sec-img {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.lp-sec-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* 問題セクション画像（非表示: 写真+アイコンが重複するため削除） */
.lp-prob-card .lp-prob-img {
  display: none;
}

/* 検索変化セクション画像 */
.lp-change-col .lp-change-img {
  width: calc(100% + 64px); height: 140px;
  margin: -36px -32px 20px;
  overflow: hidden;
}
.lp-change-col .lp-change-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.lp-change-col.before .lp-change-img img { filter: grayscale(.5); }
.lp-change-col.after  .lp-change-img img { filter: none; }

/* サービスセクション画像 */
.lp-svc-img {
  flex-shrink: 0; width: 200px;
  overflow: hidden;
  border-radius: 0;
}
.lp-svc-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ターゲットセクション画像 */
.lp-tgt-img {
  width: 100%; height: 160px; overflow: hidden;
  border-radius: 0;
}
.lp-tgt-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* CTA画像 */
.lp-cta-img {
  max-width: 400px; margin: 0 auto 32px;
  border-radius: var(--r); overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.15);
}
.lp-cta-img img {
  width: 100%; display: block;
}

/* 数字セクション背景 */
.lp-sec--grad { position: relative; overflow: hidden; }
.lp-stats-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .08; z-index: 0;
}
.lp-sec--grad .lp-inner { position: relative; z-index: 1; }

/* ブリッジ画像 */
.lp-bridge-visual {
  display: flex; align-items: center; gap: 32px;
  margin-top: 32px;
}
.lp-bridge-img {
  flex-shrink: 0; width: 200px; height: 200px;
  border-radius: 50%; overflow: hidden;
  box-shadow: 0 8px 32px rgba(5,122,167,.2);
}
.lp-bridge-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* 注意喚起セクション画像 */
.lp-change-note-wrap {
  display: flex; align-items: center; gap: 32px;
  margin-top: 40px;
}
.lp-change-note-img {
  flex-shrink: 0; width: 180px; height: 180px;
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow);
}
.lp-change-note-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.lp-change-note-wrap .lp-change-note {
  margin-top: 0; flex: 1;
}

/* 数字セクションカード画像 */
.lp-stat-img {
  width: 72px; height: 72px;
  border-radius: 50%; overflow: hidden;
  margin: 0 auto 16px;
  border: 2px solid rgba(255,255,255,.3);
}
.lp-stat-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* フォームエリア画像 */
.lp-form-visual {
  display: flex; align-items: stretch; gap: 32px;
  margin-top: 24px;
}
.lp-form-visual .lp-form-img {
  flex-shrink: 0; width: 280px;
  border-radius: var(--r); overflow: hidden;
}
.lp-form-visual .lp-form-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.lp-form-visual .lp-form-box {
  flex: 1;
}

@media (max-width: 960px) {
  .lp-bridge-visual { flex-direction: column; text-align: center; }
  .lp-bridge-img { margin: 0 auto; }
  .lp-change-note-wrap { flex-direction: column; }
  .lp-form-visual { flex-direction: column; }
  .lp-form-visual .lp-form-img { width: 100%; height: 200px; }
}

@media (max-width: 640px) {
  .lp-svc-img { width: 100%; height: 180px; }
  .lp-tgt-img { height: 140px; }
  .lp-change-col .lp-change-img { height: 100px; }
  .lp-prob-card .lp-prob-img { height: 80px; }
  .lp-bridge-img { width: 150px; height: 150px; }
  .lp-change-note-img { width: 140px; height: 140px; }
  .lp-stat-img { width: 56px; height: 56px; }
}
.lp-hero::before {
  content: "";
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.lp-hero::after {
  content: "";
  position: absolute; bottom: -80px; left: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.lp-hero-in {
  position: relative; z-index: 1;
  display: flex; align-items: stretch; gap: 56px;
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  overflow: visible;
}
.lp-hero-text { flex: 1; }
.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 100px; padding: 6px 18px;
  font-size: 1.3rem; font-weight: 700; color: #fff;
  margin-bottom: 28px;
}
.lp-hero h1 {
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 900; color: #fff; line-height: 1.2;
  margin: 0 0 24px; letter-spacing: -.02em;
}
.lp-hero h1 em {
  display: block; font-style: normal;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600; opacity: .88; margin-bottom: 8px;
}
.lp-hero-sub {
  font-size: 1.7rem; line-height: 1.9;
  color: rgba(255,255,255,.92); margin: 0 0 44px;
}
.lp-hero-notes {
  margin-top: 16px; font-size: 1.3rem;
  color: rgba(255,255,255,.65);
  display: flex; gap: 20px; flex-wrap: wrap;
}
.lp-hero-notes span { display: flex; align-items: center; gap: 4px; }

/* Hero ビジュアル: スマホ + AIチャット */
.lp-hero-visual {
  flex: 0 0 560px;
  align-self: stretch;
  padding-top: 0;
  position: relative;
  overflow: visible;
  margin-right: -120px;
}
.lp-phone {
  background: #1a1a2e;
  border-radius: 32px 32px 0 0;
  padding: 16px 16px 0;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  border: 2px solid rgba(255,255,255,.15);
  border-bottom: none;
  position: absolute;
  top: 60px; left: 0; right: 0; bottom: -120px;
  display: flex; flex-direction: column;
}
.lp-phone::before {
  content: "";
  display: block; width: 80px; height: 6px;
  background: #333; border-radius: 3px;
  margin: 0 auto 12px;
}
.lp-phone-screen {
  background: #f8f9fa;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 16px 14px 0;
  display: flex; flex-direction: column; gap: 0;
  flex: 1; /* phone内で縦いっぱいに広がる */
  -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
}
.lp-chat-header {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px; border-bottom: 1px solid #e0e0e0; margin-bottom: 14px;
}
.lp-chat-header .ai-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--c-grad);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lp-chat-header .ai-name { font-size: 1.6rem; font-weight: 700; color: #333; }
.lp-chat-header .ai-badge {
  font-size: 1.2rem; background: #e8f4f8; color: var(--c-main);
  padding: 3px 10px; border-radius: 4px; font-weight: 700;
}
.lp-chat-q {
  background: var(--c-main); color: #fff;
  font-size: 1.6rem; border-radius: 16px 16px 4px 16px;
  padding: 10px 14px; margin-bottom: 12px;
  align-self: flex-end; text-align: right;
}
.lp-chat-a {
  background: #fff; border: 1px solid #e8edf0;
  border-radius: 4px 16px 16px 16px;
  padding: 14px 16px; font-size: 1.4rem;
  line-height: 1.7; color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.lp-chat-source {
  margin-top: 10px; padding: 8px 10px;
  background: #e8f4f8; border-radius: 8px;
  font-size: 1.3rem; color: var(--c-main);
  display: flex; align-items: center; gap: 6px;
  font-weight: 700;
}
.lp-chat-source .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-sub); flex-shrink: 0;
}
.lp-chat-note {
  text-align: center; color: rgba(255,255,255,.6);
  font-size: 1.1rem; margin-top: 12px;
}

/* AI採点カード */
.lp-score-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.2);
}
.lp-score-header {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; border-bottom: 1px solid #eee; margin-bottom: 16px;
}
.lp-score-ai-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--c-grad);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lp-score-title { font-size: 1.3rem; font-weight: 700; color: #222; line-height: 1.3; }
.lp-score-subtitle { font-size: 1.1rem; color: #888; }
.lp-score-status {
  margin-left: auto; font-size: 1.0rem; font-weight: 700;
  background: #fff3e0; color: #e65100;
  padding: 3px 10px; border-radius: 20px;
  white-space: nowrap;
}
.lp-score-domain {
  display: flex; align-items: center; gap: 6px;
  font-size: 1.2rem; color: #555; margin-bottom: 16px;
  background: #f5f5f5; padding: 6px 12px; border-radius: 8px;
}
.lp-score-domain::before {
  content: "🌐"; font-size: 1.3rem;
}
.lp-score-bars { display: flex; flex-direction: column; gap: 11px; margin-bottom: 16px; }
.lp-score-item {
  display: grid; grid-template-columns: 7em 1fr 2.5em;
  align-items: center; gap: 8px;
}
.lp-score-label { font-size: 1.15rem; color: #444; font-weight: 600; }
.lp-score-track {
  height: 10px; background: #eee; border-radius: 5px; overflow: hidden;
}
.lp-score-fill {
  height: 100%; border-radius: 5px;
  animation: scoreGrow .8s ease-out forwards;
}
@keyframes scoreGrow { from { width: 0; } }
.lp-score-fill--low  { background: #ef9a9a; }
.lp-score-fill--mid  { background: #ffcc80; }
.lp-score-fill--high { background: #a5d6a7; }
.lp-score-num { font-size: 1.2rem; font-weight: 700; text-align: right; }
.lp-score-num--low  { color: #e53935; }
.lp-score-num--mid  { color: #f57c00; }
.lp-score-num--high { color: #43a047; }
.lp-score-verdict {
  display: flex; align-items: center; gap: 8px;
  background: #fff8e1; border: 1px solid #ffe082;
  border-radius: 8px; padding: 10px 14px;
  font-size: 1.2rem; font-weight: 700; color: #5d4037;
}
.lp-score-verdict-icon { font-size: 1.6rem; flex-shrink: 0; }
.lp-score-note {
  text-align: center; color: rgba(255,255,255,.55);
  font-size: 1.1rem; margin-top: 10px;
}

/* チェックリスト インフォグラフィック */
.lp-cl-card {
  background: #fff; border-radius: 16px;
  box-shadow: 0 20px 56px rgba(0,0,0,.32);
  overflow: hidden;
}
.lp-cl-head {
  display: grid; grid-template-columns: 1fr 80px 80px;
  align-items: center; gap: 4px;
  background: #f5f7f9; padding: 10px 14px;
  border-bottom: 2px solid #e0e5ea;
}
.lp-cl-head-site { font-size: 1.1rem; font-weight: 700; color: #555; }
.lp-cl-head-col {
  text-align: center; font-size: 1.1rem; font-weight: 800;
  padding: 4px 0; border-radius: 6px;
}
.lp-cl-head-col--ng  { background: #fdecea; color: #c62828; }
.lp-cl-head-col--ok  { background: #e8f5e9; color: #2e7d32; }
.lp-cl-rows { display: flex; flex-direction: column; }
.lp-cl-row {
  display: grid; grid-template-columns: 1fr 80px 80px;
  align-items: center; gap: 4px;
  padding: 9px 14px; border-bottom: 1px solid #f0f0f0;
}
.lp-cl-row:last-child { border-bottom: none; }
.lp-cl-row-label {
  display: flex; align-items: center; gap: 7px;
  font-size: 1.2rem; color: #333; font-weight: 600;
}
.lp-cl-row-icon { font-size: 1.4rem; flex-shrink: 0; }
.lp-cl-cell {
  text-align: center; font-size: 1.6rem; line-height: 1;
}
.lp-cl-footer {
  background: linear-gradient(135deg, #057AA7, #199C9C);
  padding: 10px 14px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.lp-cl-footer-text {
  font-size: 1.2rem; font-weight: 700; color: #fff;
}
.lp-cl-footer-badge {
  background: #FFD700; color: #1a3a4a;
  font-size: 1.0rem; font-weight: 800;
  padding: 3px 10px; border-radius: 20px; white-space: nowrap;
}
.lp-cl-note {
  text-align: center; color: rgba(255,255,255,.5);
  font-size: 1.1rem; margin-top: 10px;
}


/* =============================================
   Section 2: 共感・問題提起
   ============================================= */
.lp-problems { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.lp-prob-card {
  background: var(--c-grad);
  border-radius: var(--r);
  padding: 20px 24px;
  box-shadow: 0 8px 32px rgba(5,122,167,.25);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 300px;
}
.lp-prob-card::after {
  content: "";
  position: absolute; bottom: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.lp-pc-top {
  flex: 1; display: flex; align-items: flex-start; justify-content: flex-start;
}
.lp-pc-mid {
  flex: 1; display: flex; align-items: flex-start; justify-content: flex-end;
  margin-top: -30px;
}
.lp-pc-bot {
  flex: 1; display: flex; align-items: flex-end;
}
.lp-prob-card .ico {
  display: flex; align-items: flex-start; justify-content: flex-start;
  margin-top: -8px; margin-left: -12px;
  opacity: 0.7;
}
.lp-prob-card h3 {
  font-size: 2.3rem; font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.lp-prob-card p {
  font-size: 1.35rem; color: rgba(255,255,255,.88);
  line-height: 1.8; margin: 0;
}

/* 問題 → 答えの橋渡し */
.lp-bridge {
  margin-top: 48px;
  text-align: center;
}
.lp-bridge p {
  font-size: 1.8rem; font-weight: 700; color: var(--c-dark);
  margin: 0; line-height: 2.0;
}
.lp-bridge p span { color: var(--c-sub); }


/* =============================================
   Section 3: 検索の変化（ビフォー/アフター）
   ============================================= */
.lp-change-wrap {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px;
  align-items: stretch;
}
.lp-change-col {
  background: #fff; border-radius: 0 0 var(--r) var(--r);
  padding: 36px 32px; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.lp-change-col.after { border: 2px solid var(--c-main); }
/* 右上の大アイコン (Google Material Symbols) */
.lp-change-col .bg-icon {
  position: absolute; top: 50%; right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 96px; line-height: 1;
  font-family: 'Material Symbols Outlined';
  font-weight: 200;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.lp-change-col.before .bg-icon { color: #666; opacity: .25; }
.lp-change-col.after  .bg-icon { color: var(--c-main); opacity: .45; font-variation-settings: 'FILL' 1, 'wght' 400; }
.lp-change-col .tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 1.3rem; font-weight: 700;
  padding: 4px 16px; border-radius: 100px; margin-bottom: 20px;
}
.lp-change-col.before .tag { background: #e0e0e0; color: #555; }
.lp-change-col.after .tag {
  background: #FFD700; color: #1a3a4a;
}
.lp-change-col h3 { font-size: 2rem; font-weight: 800; margin: 0 0 20px; }
.lp-change-col.before h3 { color: #555; }
.lp-change-col.after h3 { color: var(--c-main); }
.lp-change-flow {
  display: flex; flex-direction: column; gap: 8px;
}
.lp-change-step {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.4rem; color: #555;
}
.lp-change-step .num {
  width: 28px; height: 28px; border-radius: 50%;
  font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lp-change-col.before .num { background: #e0e0e0; color: #555; }
.lp-change-col.after .num { background: var(--c-main); color: #fff; }
.lp-change-step.highlight { font-weight: 700; color: var(--c-main); }
.lp-change-arrow {
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem; color: var(--c-main); font-weight: 900;
}
.lp-change-note {
  margin-top: 48px;
  text-align: center;
}
.lp-change-note .note-main {
  display: block;
  font-size: 1.6rem; font-weight: 700; color: var(--c-dark);
  line-height: 1.9; margin-bottom: 24px;
}
.lp-change-note .note-banner {
  display: inline-block;
  background: var(--c-grad);
  color: #fff; font-size: 1.8rem; font-weight: 800;
  padding: 14px 36px; margin: 0 auto 40px;
  border-radius: 10px;
  position: relative;
  max-width: 480px;
}
.lp-change-note .note-banner::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #199C9C transparent transparent transparent;
}
.lp-change-note .note-accent {
  display: block;
  font-size: 2.0rem; font-weight: 900; color: var(--c-main);
  line-height: 1.9;
}


/* =============================================
   Section 4: なぜ今なのか（数字）
   ============================================= */
.lp-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.lp-stat {
  text-align: center; padding: 44px 24px;
  background: var(--c-grad);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--r);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.lp-stat .num {
  font-size: clamp(4rem, 6vw, 5.6rem);
  font-weight: 900; color: #fff; line-height: 1;
  margin-bottom: 12px;
}
.lp-stat .num small { font-size: 2.4rem; }
.lp-stat .desc { font-size: 1.5rem; color: rgba(255,255,255,.88); line-height: 1.7; }
.lp-stat .src { font-size: 1.1rem; color: rgba(255,255,255,.5); margin-top: 10px; }


/* =============================================
   Section 5: サービス内容（専門用語なし）
   ============================================= */
.lp-services { display: flex; flex-direction: column; gap: 20px; }
.lp-svc {
  display: flex; align-items: stretch; gap: 0;
  background: #fff; border-radius: var(--r);
  box-shadow: var(--shadow); overflow: hidden;
  transition: box-shadow .2s;
}
.lp-svc:hover { box-shadow: 0 8px 36px rgba(5,122,167,.18); }
.lp-svc-num {
  flex-shrink: 0; width: 72px;
  background: var(--c-grad); color: #fff;
  font-size: 2.8rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.lp-svc-ico {
  flex-shrink: 0; width: 80px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.lp-svc-ico img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(72%) saturate(519%) hue-rotate(163deg) brightness(90%) contrast(100%);
}

.lp-svc-body { padding: 28px 32px; flex: 1; }
.lp-svc-label {
  display: inline-block; font-size: 1.1rem; font-weight: 700;
  background: var(--c-light); color: var(--c-main);
  padding: 3px 12px; border-radius: 4px; margin-bottom: 8px;
}
.lp-svc-body h3 { font-size: 1.9rem; font-weight: 800; margin: 0 0 10px; color: var(--c-dark); }
.lp-svc-body p { font-size: 1.4rem; color: #666; line-height: 1.8; margin: 0; }
.lp-svc-body .tech-note {
  margin-top: 10px; font-size: 1.2rem; color: #999;
  padding: 6px 12px; background: #f8f8f8;
  border-radius: 4px; display: inline-block;
}


/* =============================================
   Section 6: こんな方に
   ============================================= */
.lp-targets { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.lp-tgt {
  background: #fff; border-radius: var(--r);
  box-shadow: var(--shadow); overflow: hidden;
}
.lp-tgt-head {
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--c-light);
}
.lp-tgt-head .badge {
  display: inline-block; font-size: 1.2rem; font-weight: 700;
  padding: 4px 14px; border-radius: 100px; margin-bottom: 10px;
}
.lp-tgt:nth-child(1) .badge { background: #fff5e0; color: #c07a00; }
.lp-tgt:nth-child(2) .badge { background: #e8f4f8; color: var(--c-main); }
.lp-tgt:nth-child(3) .badge { background: #e6f8f5; color: var(--c-sub); }
.lp-tgt-head h3 { font-size: 1.9rem; font-weight: 800; color: var(--c-dark); margin: 0; line-height: 1.4; }
.lp-tgt-body { padding: 20px 28px; }
.lp-tgt-body ul { list-style: none; padding: 0; margin: 0; }
.lp-tgt-body li {
  font-size: 1.4rem; color: #555; padding: 8px 0;
  border-bottom: 1px solid var(--c-light);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.5;
}
.lp-tgt-body li:last-child { border-bottom: none; }
.lp-tgt-body li::before {
  content: ""; flex-shrink: 0; margin-top: 4px;
  width: 16px; height: 16px;
  background: var(--c-sub);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 12L2 7.5 3.4 6.1l3.1 3.1 6.1-6.1L14 4.5z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 12L2 7.5 3.4 6.1l3.1 3.1 6.1-6.1L14 4.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =============================================
   Section 7: FAQ
   ============================================= */
/* 2026-07-27: dl/dt/dd → details/summary（アコーディオン化）。
   回答本文は常に HTML に存在させ、開閉は details の標準挙動のみで行う
   （JSでの後挿入は AI クローラが JS 非実行のため引用不可になる）。 */
.lp-faq-list { margin: 0; padding: 0; list-style: none; }
.lp-faq-item {
  background: #fff;
  border-radius: var(--r);
  padding: 28px 32px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(5,122,167,.08);
}
.lp-faq-item:last-child { margin-bottom: 0; }
.lp-faq-item > summary {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 1.6rem; font-weight: 700; color: var(--c-dark);
  margin: 0; line-height: 1.6;
  cursor: pointer;
  list-style: none;
}
.lp-faq-item > summary::-webkit-details-marker { display: none; }
.lp-faq-item > summary:hover { color: var(--c-main); }
.lp-faq-item > summary::after {
  content: "";
  flex-shrink: 0;
  width: 20px; height: 20px;
  margin-left: auto;
  background: var(--c-main);
  transition: transform 0.25s ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 11.2L2.4 5.6l1.4-1.4L8 8.4l4.2-4.2 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 11.2L2.4 5.6l1.4-1.4L8 8.4l4.2-4.2 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.lp-faq-item[open] > summary::after { transform: rotate(180deg); }
.lp-faq-body {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 1.5rem; color: #444; line-height: 1.8;
  margin: 12px 0 0;
}
.lp-faq-q, .lp-faq-a {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.4rem; line-height: 1;
  margin-top: 1px;
}
.lp-faq-q { background: var(--c-main); color: #fff; }
.lp-faq-a { background: #e8f4f8; color: var(--c-main); }

@media (max-width: 640px) {
  .lp-faq-item { padding: 20px 18px; }
  .lp-faq-item > summary, .lp-faq-body { font-size: 1.4rem; gap: 10px; }
  .lp-faq-item > summary::after { width: 16px; height: 16px; }
}


/* =============================================
   Section 8: CTA
   ============================================= */
.lp-cta { text-align: center; }
.lp-cta h2 { font-size: clamp(2.8rem, 4.5vw, 4.4rem); font-weight: 900; color: #fff; margin: 0 0 16px; }
.lp-cta .catch { font-size: 1.8rem; color: rgba(255,255,255,.88); margin: 0 0 12px; line-height: 1.7; }
.lp-cta .sub { font-size: 1.5rem; color: rgba(255,255,255,.72); margin: 0 0 44px; line-height: 1.7; }
.lp-cta-feats {
  display: flex; justify-content: center; gap: 32px;
  flex-wrap: wrap; margin-top: 40px;
}
.lp-cta-feat {
  display: flex; align-items: center; gap: 8px;
  font-size: 1.4rem; color: rgba(255,255,255,.85);
}
.lp-cta-note { margin-top: 16px; font-size: 1.3rem; color: rgba(255,255,255,.6); }


/* スクロール表示アニメーション */
/* 2026-04-27: IntersectionObserver不発時のフォールバックを追加。
   1.5秒後に必ず表示（is-visible 適用時はアニメーション無効化） */
.lp-fadein {
  opacity: 0;
  transition: opacity 0.8s ease;
  animation: lp-fadein-fallback 0.8s ease 1.5s forwards;
}
.lp-fadein.is-visible {
  opacity: 1;
  animation: none;
}
.lp-fadein-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  animation: lp-fadein-up-fallback 0.7s ease 1.5s forwards;
}
.lp-fadein-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
@keyframes lp-fadein-fallback {
  to { opacity: 1; }
}
@keyframes lp-fadein-up-fallback {
  to { opacity: 1; transform: translateY(0); }
}

/* =============================================
   レスポンシブ
   ============================================= */
@media (max-width: 960px) {
  .lp-hero-in { flex-direction: column; }
  .lp-hero-visual { flex: none; width: 100%; max-width: 440px; margin: 0 auto; height: 400px; overflow: visible; }
  .lp-hero { padding-bottom: 60px; }
  .lp-phone { bottom: -60px; }
  .lp-problems { grid-template-columns: 1fr; }
  .lp-change-wrap { grid-template-columns: 1fr; }
  .lp-change-arrow { transform: rotate(90deg); font-size: 3rem; }
  .lp-stats { grid-template-columns: 1fr; }
  .lp-targets { grid-template-columns: 1fr; }
  .lp-bridge { }
  .lp-svc-img { width: 180px; }
}
@media (max-width: 640px) {
  .lp-sec { padding: 60px 0; }
  .lp-svc { flex-direction: column; }
  .lp-svc-num { width: 100%; height: 52px; font-size: 2rem; }
  .lp-svc-ico { width: 100%; height: 64px; }
  .lp-cta-feats { flex-direction: column; gap: 12px; align-items: center; }
  .lp-btn--white, .lp-btn--grad { font-size: 1.6rem; padding: 16px 32px; }
  /* チェックリスト スマホ対応 */
  .lp-cl-head { grid-template-columns: 1fr 56px 56px; padding: 8px 10px; }
  .lp-cl-row  { grid-template-columns: 1fr 56px 56px; padding: 7px 10px; }
  .lp-cl-head-col, .lp-cl-row-label { font-size: 1.0rem; }
  .lp-cl-cell { font-size: 1.4rem; }
  /* hero visual */
  .lp-hero-visual { max-width: 100%; }
}

/* ============================================================
 * Section 7.5: 新着コラム（AEOブログ）2026-07-24 追加
 * ============================================================ */
.lp-blog-list { list-style: none; margin: 0 0 24px; padding: 0; }
.lp-blog-item { border-bottom: 1px solid #C3C4C7; }
.lp-blog-item a {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 18px 8px;
  text-decoration: none;
  color: #333333;
  transition: background 0.2s;
}
.lp-blog-item a:hover { background: #F0F3F5; }
.lp-blog-item a:hover .lp-blog-title { color: #199C9C; }
.lp-blog-date { flex: 0 0 auto; font-size: 14px; color: #666; }
.lp-blog-title { font-weight: 700; font-size: 16px; line-height: 1.5; color: #1A2A3A; }
.lp-blog-more { text-align: center; }
.lp-blog-more a {
  display: inline-block;
  border: 2px solid #1A2A3A;
  border-radius: 4px;
  background: #FFFFFF;
  color: #1A2A3A;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 32px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.lp-blog-more a:hover { background: #1A2A3A; color: #FFFFFF; }
@media screen and (max-width: 767px) {
  .lp-blog-item a { flex-direction: column; gap: 4px; padding: 14px 4px; }
}
