@charset "UTF-8";
/* ==========================================================================
   AIエージェント構築LP 専用スタイル（デモ先行型）
   設置先 : wp-content/themes/ubunbase/assets/css/lp-aiagent.css
   読込元 : page-ai-agent-lp.php （body直後の <link> で style.css より後に読み込む）
   方針   : すべて #aiagent-lp 配下にスコープし、既存ページへ影響を与えない。

   デザインの約束（改修時も踏襲すること）
     ・ブルー→シアンのグラデーションは使わない（ヒーロー背景の面のみ許容）
     ・セクション見出しは中央揃え＋黄色の装飾バー。デモと対になる左右2カラムの見出しだけ左揃え
     ・英語のあおり（Solution / Features 等）は使わない
     ・同じカードを並べない。引用／表／デモと表現を変えて密度に変化をつける
     ・影より罫線。box-shadow はデモウィンドウと申込カードのみ
     ・セクション余白は 80 / 88 / 96px を使い分ける

   配色 : インク #0F1E33 ／ 本文 #56657A ／ 罫線 #E6EBF2 ／ 面 #F5F7FA
          アクセント #1967D2 ／ 淡色 #E8F1FD ／ CTA #FFC800
   色面 : プロダクトサイトと共通のグラデーションを使う（独自配色を作らない）
          背景  linear-gradient(89deg, #00E1FF -17.81%, #1967D2 28.23%)
          重ね  linear-gradient(343deg, #00E1FF 10.82%, #1967D2 106.13%) を rotate(-60deg)
          出典  themes/ubunbase/assets/css/style.css の .registration-Area / .foot-Registration

   目次 : ベース打ち消し／共通パーツ／①LPヘッダー／②ヒーロー／③デモ／④仕組み／
          ⑤使えるツール／⑥頼めること／⑦ユースケース／⑧変わること／⑨サービスの特徴／
          ⑩FAQ／⑪申込フォーム／⑫出典なし・フッター／⑬SP追従CTA・中間CTAバンド
   ========================================================================== */

/* --- アイコン（Google Fonts / Material Symbols Rounded） -------------------- */
/* 読み込みは page-ai-agent-lp.php の <link> で行う。必要な字形だけ icon_names で絞っている。
   フォント未読込の一瞬はリガチャ前のテキストが見えるため display=block を指定している。 */
#aiagent-lp .material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "opsz" 24, "wght" 400, "FILL" 0, "GRAD" 0;
}

/* --- ベース打ち消し ------------------------------------------------------ */
#aiagent-lp {
  display: block;
  color: #0F1E33;
  -webkit-font-smoothing: antialiased;
}
#aiagent-lp main {
  margin-top: 0;
  display: block;
  overflow: hidden;
}
#aiagent-lp main p,
#aiagent-lp main ul,
#aiagent-lp main ol {
  font-size: 1.125rem;
  line-height: 1.9;
}
#aiagent-lp img { max-width: 100%; height: auto; }
#aiagent-lp a { text-decoration: none; }
#aiagent-lp b { font-weight: bold; }

/* --- 共通パーツ ---------------------------------------------------------- */
#aiagent-lp .lp-inner {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-inner { padding: 0 18px; }
}

#aiagent-lp .lp-pc-only { display: inline; }
#aiagent-lp .lp-sp-only { display: none; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-pc-only { display: none; }
  #aiagent-lp .lp-sp-only { display: inline; }
}

/* CTAボタン */
#aiagent-lp .lp-Btn {
  display: inline-block;
  background: #FFC800;
  color: #0F1E33;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 24px 52px;
  border-radius: 50px;
  border: 2px solid #FFC800;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  transition: 0.3s;
}
#aiagent-lp .lp-Btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}
#aiagent-lp .lp-Btn:hover { background: #ffffff; color: #0F1E33; box-shadow: none; }
#aiagent-lp .lp-Btn--sm { font-size: 1rem; padding: 14px 26px; box-shadow: none; }
#aiagent-lp .lp-Btn--sm::after { width: 5px; height: 5px; margin-left: 8px; }
#aiagent-lp .lp-Btn--full { display: block; width: 100%; font-size: 1.0625rem; padding: 16px 10px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Btn { font-size: 1.0625rem; padding: 18px 24px; width: 100%; }
}

/* テキストリンク */
#aiagent-lp .lp-Textlink {
  display: inline-block;
  margin-top: 24px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #1967D2;
  border-bottom: 1px solid rgba(25, 103, 210, 0.35);
  padding-bottom: 3px;
  transition: 0.25s;
}
#aiagent-lp .lp-Textlink::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}
#aiagent-lp .lp-Textlink:hover { border-bottom-color: #1967D2; }
#aiagent-lp .lp-Textlink--sm { margin-top: 16px; font-size: 0.9375rem; }

/* セクション見出し */
#aiagent-lp .lp-Sec { padding: 88px 0; }
#aiagent-lp .lp-Sec-head { margin-bottom: 52px; }
#aiagent-lp .lp-Sec-head--center { text-align: center; }
#aiagent-lp .lp-Sec-head--center .lp-Sec-label { padding-left: 0; }
#aiagent-lp .lp-Sec-head--center .lp-Sec-label::before { display: none; }
/* 見出しの下の装飾バー */
#aiagent-lp .lp-Sec-head--center .lp-Sec-title { padding-bottom: 22px; position: relative; }
#aiagent-lp .lp-Sec-head--center .lp-Sec-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  margin-left: -28px;
  border-radius: 2px;
  background: #FFC800;
}
#aiagent-lp .lp-Sec-label {
  font-size: 0.9375rem !important;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #1967D2;
  padding-left: 14px;
  margin-bottom: 10px;
  position: relative;
}
#aiagent-lp .lp-Sec-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 2px;
  background: #1967D2;
}
#aiagent-lp .lp-Sec-title {
  font-size: clamp(30px, 4.1vw, 50px);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #0F1E33;
}
#aiagent-lp .lp-Sec-lead { font-size: 1.1875rem !important; color: #56657A; margin-top: 20px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec { padding: 52px 0; }
  #aiagent-lp .lp-Sec-head { margin-bottom: 28px; }
}

/* --- ①LPヘッダー -------------------------------------------------------- */
/* 既存 style.css の header{position:fixed; display:flex; width:100vw; padding:20px 0}
   を打ち消してから組み直す */
#aiagent-lp .lp-Header {
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}
#aiagent-lp .lp-Header-inner {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aiagent-lp .lp-Header-logo img { width: 150px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Header-inner { padding: 10px 14px; }
  #aiagent-lp .lp-Header-logo img { width: 112px; }
  #aiagent-lp .lp-Header .lp-Btn--sm { font-size: 0.75rem; padding: 10px 12px; width: auto; }
}

/* --- ②ヒーロー ---------------------------------------------------------- */
/* 色面のグラデーションはプロダクトサイトの registration-Area / foot-Registration と
   同じ指定を使う（背景＝89deg、重ねる面＝343degを回転）。トンマナを揃えるため
   独自の配色は作らないこと。 */
#aiagent-lp .lp-Hero {
  background: linear-gradient(89deg, #00E1FF -17.81%, #1967D2 28.23%);
  position: relative;
  overflow: hidden;
  padding: 72px 0 88px;
}
#aiagent-lp .lp-Hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 100vw;
  height: 140vh;
  transform-origin: center top;
  transform: rotate(-60deg);
  background: linear-gradient(343deg, #00E1FF 10.82%, #1967D2 106.13%);
  opacity: 0.55;
  z-index: 0;
}
#aiagent-lp .lp-Hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 48px;
}
#aiagent-lp .lp-Hero-copy { flex: 1 1 55%; min-width: 0; }
#aiagent-lp .lp-Hero-visual { flex: 1 1 45%; min-width: 0; }
#aiagent-lp .lp-Hero-visual img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

/* サービス名。ヒーローの中で見出しの次に強い要素として扱う */
#aiagent-lp .lp-Hero-eyebrow {
  display: inline-block;
  font-size: 1.125rem !important;
  font-weight: bold;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  color: #1967D2;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 22px;
  margin-bottom: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Hero-eyebrow {
    font-size: 1rem !important;
    padding: 9px 16px;
    margin-bottom: 20px;
  }
}
#aiagent-lp .lp-Hero-title {
  color: #ffffff;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
#aiagent-lp .lp-Hero-lead {
  font-size: 1.25rem !important;
  line-height: 1.85 !important;
  color: rgba(255, 255, 255, 0.95);
}
#aiagent-lp .lp-Hero-cta { margin-top: 36px; }
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Hero-inner { flex-direction: column; align-items: stretch; gap: 36px; }
  #aiagent-lp .lp-Hero-visual { max-width: 560px; margin: 0 auto; width: 100%; }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Hero { padding: 44px 0 48px; }
  #aiagent-lp .lp-Hero-inner { padding: 0 18px; gap: 28px; }
  #aiagent-lp .lp-Hero-cta { text-align: center; }
}

/* ヒーローのビジュアル（画像を使わずHTML/CSSで作った静止画）
   狙い：ページを開いた瞬間に「これが自分のチームに入るツールだ」と分からせること。
   ・左＝ワークスペースのナビ（スレッド／プロジェクト／予定済み／成果物）で"道具"に見せる
   ・中央＝問い1つに対して、根拠つきの答えが返っている状態
   ・「43秒で回答」で、見出しの"待たなくていい"を裏づける
   ・手前の成果物カードで、答えが資料と共有まで届くことを示す
   数値・チャネル名はすべてダミー。他社UIは再現しない。 */
#aiagent-lp .hero-Art { position: relative; padding: 8px 0 34px; }
#aiagent-lp .hero-Art-app {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* 左のナビ */
#aiagent-lp .hero-Art-rail {
  flex: 0 0 132px;
  background: #F7F9FC;
  border-right: 1px solid #E6EBF2;
  padding: 16px 12px;
}
#aiagent-lp .hero-Art-brand {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #1967D2;
  margin-bottom: 16px;
}
#aiagent-lp .hero-Art-menu li {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  color: #7A8798;
  border-radius: 5px;
  padding: 6px 8px;
}
#aiagent-lp .hero-Art-menu li.is-on {
  color: #1967D2;
  font-weight: bold;
  background: #E8F1FD;
}
#aiagent-lp .hero-Art-railcap {
  font-size: 0.5625rem !important;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #B0BBC9;
  margin: 16px 0 6px 8px;
}
#aiagent-lp .hero-Art-recent li {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  color: #8A97A8;
  padding: 5px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 中央 */
#aiagent-lp .hero-Art-main { flex: 1 1 auto; min-width: 0; padding: 14px 18px 18px; }
#aiagent-lp .hero-Art-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EEF2F7;
}
#aiagent-lp .hero-Art-crumb { font-size: 0.6875rem; font-weight: bold; color: #6B7B90; }
#aiagent-lp .hero-Art-conn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #1967D2;
  background: #E8F1FD;
  border-radius: 50px;
  padding: 4px 10px;
  white-space: nowrap;
}
#aiagent-lp .hero-Art-conn i { width: 5px; height: 5px; border-radius: 50%; background: #22C55E; }

/* 問い */
#aiagent-lp .hero-Art-q {
  display: inline-block;
  max-width: 92%;
  font-size: 0.9375rem !important;
  font-weight: bold;
  line-height: 1.6 !important;
  color: #0F1E33;
  background: #EEF1F6;
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 14px;
}

/* 使ったツール */
#aiagent-lp .hero-Art-tools { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
#aiagent-lp .hero-Art-tools li {
  font-size: 0.5625rem !important;
  font-family: "SFMono-Regular", Consolas, monospace;
  color: #4A5A6E;
  background: #F9FBFD;
  border: 1px solid #E6EBF2;
  border-radius: 4px;
  padding: 4px 8px 4px 18px;
  position: relative;
}
#aiagent-lp .hero-Art-tools li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 7px;
  height: 4px;
  margin-top: -3px;
  border-left: 1.5px solid #22C55E;
  border-bottom: 1.5px solid #22C55E;
  transform: rotate(-45deg);
}

/* 答え */
#aiagent-lp .hero-Art-alead {
  font-size: 0.9375rem !important;
  font-weight: bold;
  line-height: 1.6 !important;
  color: #0F1E33;
  margin-bottom: 8px;
}
#aiagent-lp .hero-Art-alead b { color: #1967D2; }
#aiagent-lp .hero-Art-atext {
  font-size: 0.75rem !important;
  line-height: 1.75 !important;
  color: #56657A;
}
#aiagent-lp .hero-Art-alines { margin-top: 10px; }
#aiagent-lp .hero-Art-alines li {
  height: 5px;
  border-radius: 3px;
  background: #EEF2F7;
  margin-bottom: 6px;
}
#aiagent-lp .hero-Art-alines li:last-child { width: 54%; }

/* 回答までの時間 */
#aiagent-lp .hero-Art-time {
  display: inline-block;
  font-size: 0.6875rem !important;
  font-weight: bold;
  color: #22A06B;
  background: #E9F8F1;
  border-radius: 50px;
  padding: 5px 12px 5px 24px;
  margin-top: 16px;
  position: relative;
}
#aiagent-lp .hero-Art-time::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1.5px solid #22A06B;
  border-radius: 50%;
}

/* 手前に浮かせる成果物 */
#aiagent-lp .hero-Art-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 11px 16px 11px 13px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}
#aiagent-lp .hero-Art-ficon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #ffffff;
}
#aiagent-lp .hero-Art-ftxt { font-size: 0.6875rem; line-height: 1.5; color: #8A97A8; }
#aiagent-lp .hero-Art-ftxt b { font-size: 0.75rem; color: #0F1E33; }
#aiagent-lp .hero-Art-float--file { right: -30px; bottom: 40px; }
#aiagent-lp .hero-Art-float--file .hero-Art-ficon { background: #E8833A; }
#aiagent-lp .hero-Art-float--slack { left: -22px; bottom: 84px; }
#aiagent-lp .hero-Art-float--slack .hero-Art-ficon { background: #4A154B; }

@media screen and (max-width: 1023px) {
  #aiagent-lp .hero-Art-float--file { right: 0; }
  #aiagent-lp .hero-Art-float--slack { left: 0; }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .hero-Art-rail { display: none; }
  #aiagent-lp .hero-Art-main { padding: 12px 14px 16px; }
  #aiagent-lp .hero-Art-q,
  #aiagent-lp .hero-Art-alead { font-size: 0.875rem !important; }
  #aiagent-lp .hero-Art-float { padding: 9px 12px; gap: 8px; }
  #aiagent-lp .hero-Art-float--file { right: -6px; bottom: 34px; }
  #aiagent-lp .hero-Art-float--slack { left: -6px; bottom: 76px; }
}


/* 背景の左側がシアンに寄って白文字のコントラストが落ちるため、暗い面を1枚重ねる */
#aiagent-lp .lp-Hero::after,
#aiagent-lp .lp-Ctaband::after,
#aiagent-lp .lp-Trial::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(11, 46, 107, 0.5) 0%, rgba(11, 46, 107, 0) 62%);
  pointer-events: none;
}
#aiagent-lp .lp-Hero-inner { z-index: 1; }

/* --- ③デモ -------------------------------------------------------------- */
#aiagent-lp .demo { position: relative; }
#aiagent-lp .demo--lead { max-width: 920px; margin: 0 auto; }
#aiagent-lp .demo--lead .demo-Window { min-height: 500px; }
#aiagent-lp .demo--lead .demo-Note { text-align: center; }
#aiagent-lp .demo--inline { flex: 1 1 54%; min-width: 0; }
#aiagent-lp .demo--inline .demo-Window { min-height: 430px; }
/* 資料化デモは成果物2件＋スライド3枚を積むため高さを別に確保する */
#aiagent-lp .demo--tall .demo-Window { min-height: 620px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .demo--lead .demo-Window,
  #aiagent-lp .demo--inline .demo-Window { min-height: 420px; }
}

/* ウィンドウ */
#aiagent-lp .demo-Window {
  background: #ffffff;
  border: 1px solid #E6EBF2;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(15, 30, 51, 0.1);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#aiagent-lp .demo-Bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F7F9FC;
  border-bottom: 1px solid #E6EBF2;
  padding: 10px 16px;
}
#aiagent-lp .demo-Dots { display: flex; gap: 6px; }
#aiagent-lp .demo-Dots i {
  width: 9px; height: 9px; border-radius: 50%;
  background: #D8DFE9; display: block;
}
#aiagent-lp .demo-Crumb { font-size: 0.75rem; font-weight: bold; color: #6B7B90; }
#aiagent-lp .demo-Sep { margin: 0 6px; color: #B7C2D0; }
#aiagent-lp .demo-Conn {
  margin-left: auto;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #1967D2;
  background: #E8F1FD;
  border-radius: 50px;
  padding: 4px 12px 4px 22px;
  position: relative;
  white-space: nowrap;
}
#aiagent-lp .demo-Conn::before {
  content: "";
  position: absolute;
  left: 11px; top: 50%;
  width: 6px; height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #22C55E;
}

/* パネル
   JSが動くときは未再生のステップを display:none で畳み、上から順に積み上げる。
   ウィンドウ側に min-height があるので、積み上がってもページの高さは動かない。 */
#aiagent-lp .demo-Panel { display: none; padding: 22px 24px 6px; }
#aiagent-lp .demo-Panel.is-active { display: block; flex: 1 1 auto; }
#aiagent-lp .demo.is-js .demo-Step { display: none; }
#aiagent-lp .demo.is-js .demo-Step.is-show { display: block; animation: lpStepIn 0.4s ease-out both; }
#aiagent-lp .demo.is-js .demo-Step--user.is-show { display: flex; }
@keyframes lpStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
#aiagent-lp .demo-Step + .demo-Step { margin-top: 18px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .demo-Panel { padding: 18px 16px 4px; }
}

/* ユーザー発話 */
#aiagent-lp .demo-Step--user { display: flex; justify-content: flex-end; }
#aiagent-lp .demo-Bubble {
  display: inline-block;
  max-width: 84%;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #0F1E33;
  background: #EEF1F6;
  border-radius: 14px;
  padding: 12px 18px;
  min-height: 1.7em;
}
#aiagent-lp .demo-Bubble--auto { background: #E8F1FD; color: #1967D2; font-weight: bold; }
#aiagent-lp .demo-Bubble.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: #1967D2;
  vertical-align: -2px;
  animation: lpCaret 0.8s steps(1) infinite;
}
@keyframes lpCaret { 50% { opacity: 0; } }

/* ツール実行 */
#aiagent-lp .demo-Meta { font-size: 0.8125rem !important; color: #8A97A8; margin-bottom: 8px; }
#aiagent-lp .demo-Meta--done { color: #22A06B; margin: 10px 0 0; }
#aiagent-lp .demo-Tools { display: flex; flex-direction: column; gap: 6px; }
#aiagent-lp .demo-Tools li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem !important;
  color: #4A5A6E;
  background: #F9FBFD;
  border: 1px solid #E6EBF2;
  border-radius: 8px;
  padding: 9px 34px 9px 12px;
  position: relative;
}
#aiagent-lp .demo-Src {
  font-size: 0.6875rem;
  font-weight: bold;
  color: #1967D2;
  background: #E8F1FD;
  border-radius: 4px;
  padding: 3px 8px;
  white-space: nowrap;
}
#aiagent-lp .demo-Fn { font-family: "SFMono-Regular", Consolas, monospace; }
#aiagent-lp .demo-Tools li::after {
  content: "";
  position: absolute;
  right: 14px; top: 50%;
  width: 11px; height: 6px;
  margin-top: -4px;
  border-left: 2px solid #22C55E;
  border-bottom: 2px solid #22C55E;
  transform: rotate(-45deg);
}

/* AIの返答 */
#aiagent-lp .demo-Step--ai p {
  font-size: 0.9375rem !important;
  line-height: 1.85 !important;
  color: #0F1E33;
}
#aiagent-lp .demo-Step--ai p + p { margin-top: 12px; }
#aiagent-lp .demo-Next {
  background: #F3F8FF;
  border-radius: 10px;
  padding: 14px 16px;
}
#aiagent-lp .demo-Next span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #ffffff;
  background: #1967D2;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 8px;
  vertical-align: 2px;
}
#aiagent-lp .demo-Alert {
  background: #FFF4E5;
  border-radius: 10px;
  padding: 12px 16px;
}
#aiagent-lp .demo-Alert span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #ffffff;
  background: #E8833A;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 8px;
  vertical-align: 2px;
}

/* 成果物 */
#aiagent-lp .demo-Files { display: flex; flex-direction: column; gap: 8px; }
#aiagent-lp .demo-File {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #E6EBF2;
  border-radius: 10px;
  padding: 12px 16px 12px 52px;
  position: relative;
}
#aiagent-lp .demo-File i {
  position: absolute;
  left: 14px; top: 50%;
  width: 28px; height: 28px;
  margin-top: -14px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: #1967D2;
}
#aiagent-lp .demo-File--ppt i { background: #E8833A; }
#aiagent-lp .demo-File--img i { background: #22A06B; }
#aiagent-lp .demo-File--doc i { background: #1967D2; }
#aiagent-lp .demo-File--slide i { background: #1967D2; }
#aiagent-lp .demo-File--slack i { background: #4A154B; }
#aiagent-lp .demo-Filename { font-size: 0.9375rem; font-weight: bold; color: #0F1E33; }
#aiagent-lp .demo-Filemeta {
  font-size: 0.6875rem;
  color: #8A97A8;
  margin-left: auto;
  white-space: nowrap;
}

/* 生成されたスライドのプレビュー（すべてCSSで描画。画像は使わない） */
#aiagent-lp .demo-Slides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
#aiagent-lp .demo-Slide {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #ffffff;
  border: 1px solid #E6EBF2;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(15, 30, 51, 0.06);
  padding: 10px 11px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* 表紙 */
#aiagent-lp .demo-Slide--cover {
  background: linear-gradient(343deg, #00E1FF 10.82%, #1967D2 106.13%);
  border-color: #1967D2;
  justify-content: center;
}
#aiagent-lp .demo-Slide-eyebrow {
  font-size: 6px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
#aiagent-lp .demo-Slide-title {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
}
#aiagent-lp .demo-Slide-rule {
  width: 22px;
  height: 2px;
  background: #00E1FF;
  margin-top: 7px;
}
/* 中面の見出し */
#aiagent-lp .demo-Slide-head {
  font-size: 7px;
  font-weight: bold;
  color: #0F1E33;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E6EBF2;
}
/* 棒グラフ */
#aiagent-lp .demo-Slide-chart {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EEF2F7;
}
#aiagent-lp .demo-Slide-chart i {
  flex: 1;
  display: block;
  background: #1967D2;
  border-radius: 1px 1px 0 0;
  opacity: 0.85;
}
#aiagent-lp .demo-Slide-chart i:nth-child(even) { background: #7FB0EE; }
/* KPIタイルと本文行 */
#aiagent-lp .demo-Slide-kpis { display: flex; gap: 4px; margin-bottom: 7px; }
#aiagent-lp .demo-Slide-kpis b {
  flex: 1;
  height: 16px;
  border-radius: 2px;
  background: #E8F1FD;
  border-left: 2px solid #1967D2;
}
#aiagent-lp .demo-Slide-lines { display: block; }
#aiagent-lp .demo-Slide-lines i {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #EEF2F7;
  margin-bottom: 4px;
}
#aiagent-lp .demo-Slide-lines i:nth-child(2) { width: 82%; }
#aiagent-lp .demo-Slide-lines i:nth-child(3) { width: 58%; }
@media screen and (max-width: 767px) {
  #aiagent-lp .demo-Slides { gap: 6px; }
  #aiagent-lp .demo-Slide { padding: 7px 8px; }
  #aiagent-lp .demo-Slide-title { font-size: 8px; }
}

/* スケジュール一覧 */
#aiagent-lp .demo-Schedule {
  border: 1px solid #E6EBF2;
  border-radius: 10px;
  overflow: hidden;
}
#aiagent-lp .demo-Schedule li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 42px;
  font-size: 0.875rem !important;
  position: relative;
}
#aiagent-lp .demo-Schedule li + li { border-top: 1px solid #EEF2F7; }
#aiagent-lp .demo-Schedule li::before {
  content: "";
  position: absolute;
  left: 16px; top: 50%;
  width: 14px; height: 14px;
  margin-top: -7px;
  border: 2px solid #1967D2;
  border-radius: 50%;
}
#aiagent-lp .demo-Schedname { font-weight: bold; color: #0F1E33; }
#aiagent-lp .demo-Schedtime {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: bold;
  color: #1967D2;
  background: #E8F1FD;
  border-radius: 50px;
  padding: 4px 12px;
  white-space: nowrap;
}

/* 実行サマリー */
#aiagent-lp .demo-Foot {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #EEF2F7;
  padding: 12px 20px;
  margin-top: 8px;
}
#aiagent-lp .demo-Stat {
  font-size: 0.6875rem !important;
  font-weight: bold;
  color: #8A97A8;
  margin: 0;
}
#aiagent-lp .demo-Stat span { margin: 0 6px; color: #C6CFDA; }
#aiagent-lp .demo-Note { font-size: 0.6875rem !important; color: #A3ADBB; margin: 12px 0 0; }
@media screen and (max-width: 767px) {
  #aiagent-lp .demo-Foot { padding: 10px 14px; }
  #aiagent-lp .demo-Stat { font-size: 0.625rem !important; }
  #aiagent-lp .demo-Filemeta,
  #aiagent-lp .demo-Schedtime { display: none; }
  #aiagent-lp .demo-Bubble { max-width: 100%; }
}

/* --- ③プレビュー（メインデモ） ------------------------------------------ */
#aiagent-lp .lp-Preview { background: #ffffff; padding: 80px 0 88px; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Preview { padding: 48px 0 52px; }
}

/* --- ④使えるツール（カード） --------------------------------------------- */
#aiagent-lp .lp-Sec--tools { background: #ffffff; padding: 88px 0; }
#aiagent-lp .lp-Tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#aiagent-lp .lp-Tools-card {
  background: #ffffff;
  border: 1px solid #E6EBF2;
  border-radius: 12px;
  padding: 16px 20px 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(15, 30, 51, 0.05);
}
/* 左上のカテゴリタグ */
#aiagent-lp .lp-Tools-tag {
  display: inline-block;
  float: left;
  font-size: 0.75rem;
  font-weight: bold;
  color: #1967D2;
  background: #E8F1FD;
  border-radius: 4px;
  padding: 4px 10px;
}
/* イラストの代わりのアイコン */
#aiagent-lp .lp-Tools-icon {
  clear: both;
  display: block;
  font-size: 56px;
  color: #1967D2;
  margin: 22px auto 18px;
  font-variation-settings: "opsz" 48, "wght" 300, "FILL" 0, "GRAD" 0;
}
#aiagent-lp .lp-Tools-name {
  font-size: 1.0625rem !important;
  font-weight: bold;
  line-height: 1.5 !important;
  color: #0F1E33;
  margin-bottom: 8px;
}
#aiagent-lp .lp-Tools-fn {
  font-size: 0.6875rem !important;
  line-height: 1.5 !important;
  font-family: "SFMono-Regular", Consolas, monospace;
  color: #9AA7B8;
  word-break: break-all;
}
#aiagent-lp .lp-Tools-note {
  margin-top: 32px;
  text-align: center;
  font-size: 1.0625rem !important;
  color: #56657A;
}
#aiagent-lp .lp-Tools-note b { color: #1967D2; }
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Tools { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec--tools { padding: 52px 0; }
  #aiagent-lp .lp-Tools { gap: 12px; }
  #aiagent-lp .lp-Tools-card { padding: 12px 14px 18px; }
  #aiagent-lp .lp-Tools-icon { font-size: 44px; margin: 16px auto 12px; }
  #aiagent-lp .lp-Tools-name { font-size: 0.9375rem !important; }
  #aiagent-lp .lp-Tools-note { margin-top: 24px; }
}

/* --- ⑤頼めること（吹き出し） -------------------------------------------- */
#aiagent-lp .lp-Asks { background: #F5F7FA; padding: 80px 0; }
#aiagent-lp .lp-Asks .lp-Sec-lead { text-align: center; }
#aiagent-lp .lp-Ask {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 24px;
}
#aiagent-lp .lp-Ask li {
  position: relative;
  background: #ffffff;
  border: 1px solid #E0E7F0;
  border-radius: 14px;
  padding: 20px 22px;
  font-size: 1.3125rem !important;
  line-height: 1.65 !important;
  font-weight: bold;
  color: #0F1E33;
  box-shadow: 0 2px 8px rgba(15, 30, 51, 0.05);
}
/* 吹き出しのしっぽ */
#aiagent-lp .lp-Ask li::before,
#aiagent-lp .lp-Ask li::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #E0E7F0;
}
#aiagent-lp .lp-Ask li::after {
  bottom: -8px;
  border-top-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Ask { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Asks { padding: 52px 0; }
  #aiagent-lp .lp-Ask { grid-template-columns: 1fr; gap: 18px; }
  #aiagent-lp .lp-Ask li { font-size: 0.9375rem !important; padding: 16px 18px; }
}

/* --- ④仕組み（Amazon → Ubun BASE ←→ AIエージェント） -------------------- */
/* 中央のUbun BASEを主役にする。両脇は白カード、中央は色面。
   細い罫線と小さな矢印だけの図（＝ワイヤーフレームに見える）にしないこと。 */
#aiagent-lp .lp-Arch { background: #F5F7FA; padding: 80px 0; }
#aiagent-lp .lp-Arch-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* ノード */
#aiagent-lp .lp-Arch-node {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 28px 32px;
  box-shadow: 0 6px 20px rgba(15, 30, 51, 0.06);
}
#aiagent-lp .lp-Arch-node--hub {
  background: linear-gradient(89deg, #00E1FF -17.81%, #1967D2 28.23%);
  box-shadow: 0 18px 40px rgba(25, 103, 210, 0.34);
  z-index: 1;
}

/* アイコンタイル */
#aiagent-lp .lp-Arch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #E8F1FD;
  color: #1967D2;
  margin-bottom: 18px;
}
#aiagent-lp .lp-Arch-icon { font-size: 28px; }
#aiagent-lp .lp-Arch-node--hub .lp-Arch-icon {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

/* 見出し */
#aiagent-lp .lp-Arch-name {
  font-size: 1.375rem !important;
  font-weight: bold;
  line-height: 1.4 !important;
  color: #0F1E33;
  margin-bottom: 4px;
}
#aiagent-lp .lp-Arch-node--hub .lp-Arch-name { color: #ffffff; }
#aiagent-lp .lp-Arch-name span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #56657A;
  background: #F0F3F8;
  border-radius: 4px;
  padding: 3px 9px;
  margin-left: 8px;
  vertical-align: 3px;
}
#aiagent-lp .lp-Arch-sub {
  font-size: 0.9375rem !important;
  font-weight: bold;
  color: #1967D2;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E6EBF2;
}
#aiagent-lp .lp-Arch-node--hub .lp-Arch-sub {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

/* 中身はチップで見せる */
#aiagent-lp .lp-Arch-tags { display: flex; flex-wrap: wrap; gap: 8px; }
#aiagent-lp .lp-Arch-tags li {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  font-weight: bold;
  color: #4A5A6E;
  background: #F5F7FA;
  border-radius: 50px;
  padding: 7px 14px;
}
#aiagent-lp .lp-Arch-node--hub .lp-Arch-tags li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

/* つなぎ */
#aiagent-lp .lp-Arch-link {
  flex: 0 0 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#aiagent-lp .lp-Arch-link::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 4px;
  margin-top: -2px;
  border-radius: 2px;
  background: #C9D8EA;
}
#aiagent-lp .lp-Arch-link::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-left: 10px solid #C9D8EA;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#aiagent-lp .lp-Arch-link--two::before { background: #1967D2; }
#aiagent-lp .lp-Arch-link--two::after { border-left-color: #1967D2; }
#aiagent-lp .lp-Arch-label {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #56657A;
  background: #ffffff;
  border: 2px solid #C9D8EA;
  border-radius: 50px;
  padding: 7px 14px;
  white-space: nowrap;
}
#aiagent-lp .lp-Arch-link--two .lp-Arch-label { color: #1967D2; border-color: #1967D2; }

#aiagent-lp .lp-Arch-note {
  margin-top: 32px;
  text-align: center;
  font-size: 1.0625rem !important;
  color: #56657A;
}

@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Arch-flow { flex-direction: column; align-items: stretch; }
  #aiagent-lp .lp-Arch-link { flex: 0 0 auto; padding: 26px 0; }
  #aiagent-lp .lp-Arch-link::before {
    left: 50%;
    right: auto;
    top: -6px;
    bottom: -6px;
    height: auto;
    width: 4px;
    margin: 0 0 0 -2px;
  }
  #aiagent-lp .lp-Arch-link::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -6px;
    margin: 0 0 0 -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #C9D8EA;
    border-bottom: 0;
  }
  #aiagent-lp .lp-Arch-link--two::after { border-top-color: #1967D2; }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Arch { padding: 52px 0; }
  #aiagent-lp .lp-Arch-node { padding: 24px 22px 26px; }
  #aiagent-lp .lp-Arch-note { text-align: left; margin-top: 24px; }
}

/* --- ⑤ユースケース（セクションごとのデモ） ------------------------------ */
#aiagent-lp .lp-Case { background: #ffffff; padding: 96px 0; }
#aiagent-lp .lp-Case--alt { background: #F5F7FA; }
#aiagent-lp .lp-Case-inner {
  display: flex;
  align-items: center;
  gap: 72px;
}
#aiagent-lp .lp-Case-inner--rev { flex-direction: row-reverse; }
#aiagent-lp .lp-Case-txt { flex: 1 1 46%; min-width: 0; }
#aiagent-lp .lp-Case-label {
  font-size: 0.875rem !important;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #1967D2;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E6EBF2;
}
#aiagent-lp .lp-Case-title {
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #0F1E33;
  margin-bottom: 16px;
}
#aiagent-lp .lp-Case-txt p { font-size: 1.125rem !important; color: #56657A; }
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Case-inner,
  #aiagent-lp .lp-Case-inner--rev {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Case { padding: 56px 0; }
}

/* --- ⑤断絶と転換（大義） ------------------------------------------------ */
#aiagent-lp .lp-Sec--shift { background: #F5F7FA; padding: 96px 0; }
#aiagent-lp .lp-Sec--shift .lp-Sec-lead { max-width: 800px; }

/* 転換の宣言 */
#aiagent-lp .lp-Turn {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 2px solid #0F1E33;
}
#aiagent-lp .lp-Turn-lead {
  font-size: clamp(26px, 3.4vw, 38px) !important;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1E33;
  margin-bottom: 18px;
}
#aiagent-lp .lp-Turn-body {
  max-width: 800px;
  color: #56657A;
  margin-bottom: 44px;
}
#aiagent-lp .lp-Turn-close {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid #DFE5EE;
  font-size: 1.0625rem !important;
  font-weight: bold;
  color: #0F1E33;
}

/* 潮流の3点 */
#aiagent-lp .lp-Trend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #DFE5EE;
}
#aiagent-lp .lp-Trend li {
  padding: 28px 32px 8px 0;
  border-right: 1px solid #DFE5EE;
}
#aiagent-lp .lp-Trend li:last-child { border-right: 0; padding-right: 0; }
#aiagent-lp .lp-Trend li + li { padding-left: 32px; }
#aiagent-lp .lp-Trend-num {
  font-size: 1.75rem !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1967D2;
  margin-bottom: 16px;
}
#aiagent-lp .lp-Trend-num span { font-size: 1rem; margin-left: 2px; }
#aiagent-lp .lp-Trend-txt { font-size: 0.9375rem !important; color: #56657A; }
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Trend { grid-template-columns: 1fr; border-top: 0; }
  #aiagent-lp .lp-Trend li,
  #aiagent-lp .lp-Trend li + li {
    border-right: 0;
    border-top: 1px solid #DFE5EE;
    padding: 24px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec--shift { padding: 56px 0; }
  #aiagent-lp .lp-Turn { margin-top: 40px; padding-top: 36px; }
  #aiagent-lp .lp-Turn-body { margin-bottom: 28px; }
  #aiagent-lp .lp-Turn-close { margin-top: 32px; }
}

/* --- ⑤-2 課題提起（声） ------------------------------------------------- */
#aiagent-lp .lp-Sec--problem { background: #F5F7FA; padding: 80px 0; }
#aiagent-lp .lp-Voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 56px;
}
#aiagent-lp .lp-Voices li {
  border-top: 1px solid #DFE5EE;
  padding: 28px 0;
}
#aiagent-lp .lp-Voice {
  font-size: 1.0625rem !important;
  line-height: 1.85 !important;
  font-weight: bold;
  color: #0F1E33;
  padding-left: 20px;
  border-left: 2px solid #1967D2;
}
#aiagent-lp .lp-Voices-note {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #DFE5EE;
  font-size: 1rem !important;
  font-weight: bold;
  color: #1967D2;
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Voices { grid-template-columns: 1fr; gap: 0; }
  #aiagent-lp .lp-Voices li { padding: 22px 0; }
  #aiagent-lp .lp-Voice { font-size: 1rem !important; padding-left: 16px; }
  #aiagent-lp .lp-Voice br { display: none; }
  #aiagent-lp .lp-Voices-note { margin-top: 24px; }
}

/* --- ⑥解釈（レポート自動化との違い） ------------------------------------ */
#aiagent-lp .lp-Sec--insight { background: #0F1E33; padding: 88px 0; }
#aiagent-lp .lp-Sec--insight .lp-Sec-label { color: #00E1FF; }
#aiagent-lp .lp-Sec--insight .lp-Sec-label::before { background: #00E1FF; }
#aiagent-lp .lp-Sec--insight .lp-Sec-title { color: #ffffff; }
#aiagent-lp .lp-Insight {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
#aiagent-lp .lp-Insight-fact {
  flex: 0 0 300px;
  border-top: 2px solid #00E1FF;
  padding-top: 24px;
}
#aiagent-lp .lp-Insight-num {
  font-size: 5rem !important;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
#aiagent-lp .lp-Insight-num span { font-size: 2rem; margin-left: 4px; }
#aiagent-lp .lp-Insight-cap {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.75);
}
#aiagent-lp .lp-Insight-cap small {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
#aiagent-lp .lp-Insight-body { flex: 1 1 auto; padding-top: 24px; }
#aiagent-lp .lp-Insight-body p { color: rgba(255, 255, 255, 0.86); }
#aiagent-lp .lp-Insight-body p + p { margin-top: 20px; }
#aiagent-lp .lp-Insight-body b { color: #ffffff; }
#aiagent-lp .lp-Insight-note {
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.4) !important;
  margin-top: 24px !important;
}
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Insight { flex-direction: column; gap: 32px; }
  #aiagent-lp .lp-Insight-fact { flex: 1 1 auto; width: 100%; }
  #aiagent-lp .lp-Insight-body { padding-top: 0; }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec--insight { padding: 56px 0; }
  #aiagent-lp .lp-Insight-num { font-size: 3.75rem !important; }
}

/* --- ⑨変わること（対比表） ---------------------------------------------- */
#aiagent-lp .lp-Sec--solution { background: #ffffff; padding: 96px 0; }
#aiagent-lp .lp-Compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
#aiagent-lp .lp-Compare th,
#aiagent-lp .lp-Compare td {
  text-align: left;
  vertical-align: middle;
  padding: 28px 28px;
  font-size: 1.125rem;
  line-height: 1.75;
  border-bottom: 1px solid #E6EBF2;
}
/* 見出し行 */
#aiagent-lp .lp-Compare thead th {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #7A8798;
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #0F1E33;
}
#aiagent-lp .lp-Compare thead th.lp-Compare-after {
  color: #ffffff;
  background: #1967D2;
  border-bottom-color: #1967D2;
  border-radius: 8px 8px 0 0;
  padding-top: 14px;
  text-align: center;
}
#aiagent-lp .lp-Compare-item { width: 19%; }
#aiagent-lp .lp-Compare-before { width: 34%; }

/* 業務名 */
#aiagent-lp .lp-Compare tbody th {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #0F1E33;
  padding-left: 0;
}
/* これまで */
#aiagent-lp .lp-Compare tbody td { color: #9AA7B8; }
/* 導入後：列ごと塗って強調する */
#aiagent-lp .lp-Compare tbody td:last-child {
  color: #0F1E33;
  font-weight: bold;
  background: #F3F8FF;
  border-bottom-color: #DCEAFC;
  position: relative;
  padding-left: 52px;
}
#aiagent-lp .lp-Compare tbody td:last-child::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 13px;
  height: 7px;
  margin-top: -6px;
  border-left: 3px solid #1967D2;
  border-bottom: 3px solid #1967D2;
  transform: rotate(-45deg);
}
#aiagent-lp .lp-Compare tbody tr:last-child td:last-child { border-radius: 0 0 8px 8px; }

@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec--solution { padding: 52px 0; }
  #aiagent-lp .lp-Compare,
  #aiagent-lp .lp-Compare tbody,
  #aiagent-lp .lp-Compare tr,
  #aiagent-lp .lp-Compare th,
  #aiagent-lp .lp-Compare td { display: block; width: auto; }
  #aiagent-lp .lp-Compare thead { display: none; }
  #aiagent-lp .lp-Compare tr {
    border: 1px solid #E6EBF2;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 14px;
  }
  #aiagent-lp .lp-Compare th,
  #aiagent-lp .lp-Compare td { border-bottom: 0; padding: 0; }
  #aiagent-lp .lp-Compare tbody th { font-size: 1.125rem; margin-bottom: 12px; }
  #aiagent-lp .lp-Compare tbody td {
    font-size: 1rem;
    position: relative;
    padding: 8px 0 8px 66px;
  }
  #aiagent-lp .lp-Compare tbody td::before {
    content: "これまで";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 0.6875rem;
    font-weight: bold;
    color: #9AA7B8;
    border: 1px solid #DFE5EE;
    border-radius: 3px;
    padding: 2px 7px;
  }
  #aiagent-lp .lp-Compare tbody td:last-child {
    background: transparent;
    border-radius: 0;
    padding-left: 66px;
    margin-top: 6px;
  }
  #aiagent-lp .lp-Compare tbody td:last-child::before {
    content: "導入後";
    color: #ffffff;
    background: #1967D2;
    border-color: #1967D2;
    width: auto;
    height: auto;
    margin: 0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    transform: none;
  }
}

/* --- ⑩サービスの特徴（3点・画像なし） ------------------------------------ */
#aiagent-lp .lp-Sec--feat { background: #F5F7FA; padding: 80px 0; }
#aiagent-lp .lp-Feat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#aiagent-lp .lp-Feat li {
  background: #ffffff;
  border: 1px solid #E6EBF2;
  border-radius: 12px;
  padding: 32px 30px 34px;
}
#aiagent-lp .lp-Feat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #E8F1FD;
  color: #1967D2;
  font-size: 28px;
  margin-bottom: 18px;
}
#aiagent-lp .lp-Feat-num {
  font-size: 0.875rem !important;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #1967D2;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E6EBF2;
}
#aiagent-lp .lp-Feat h3 {
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: bold;
  line-height: 1.45;
  color: #0F1E33;
  margin-bottom: 14px;
}
#aiagent-lp .lp-Feat li p:not(.lp-Feat-num) {
  font-size: 1.0625rem !important;
  color: #56657A;
}
#aiagent-lp .lp-Feat li p b { color: #1967D2; }
@media screen and (max-width: 1023px) {
  #aiagent-lp .lp-Feat { grid-template-columns: 1fr; gap: 16px; }
  #aiagent-lp .lp-Feat h3 br { display: none; }
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Sec--feat { padding: 52px 0; }
  #aiagent-lp .lp-Feat li { padding: 26px 22px 28px; }
}

/* --- ⑪FAQ --------------------------------------------------------------- */
#aiagent-lp .lp-Sec--faq { background: #ffffff; padding: 88px 0; }
#aiagent-lp .lp-Faq { max-width: 800px; margin: 0 auto; border-top: 1px solid #E6EBF2; }
#aiagent-lp .lp-Faq dt {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  color: #0F1E33;
  padding: 26px 0 10px 40px;
}
#aiagent-lp .lp-Faq dd {
  font-size: 1.125rem !important;
  color: #56657A;
  padding: 0 0 26px 40px;
  border-bottom: 1px solid #E6EBF2;
  position: relative;
}
#aiagent-lp .lp-Faq dt::before,
#aiagent-lp .lp-Faq dd::before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
}
#aiagent-lp .lp-Faq dt::before { content: "Q"; color: #ffffff; background: #1967D2; top: 26px; }
#aiagent-lp .lp-Faq dd::before { content: "A"; color: #1967D2; background: #E8F1FD; top: 0; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Faq dt { padding: 22px 0 8px 34px; font-size: 1rem; }
  #aiagent-lp .lp-Faq dd { padding: 0 0 22px 34px; }
  #aiagent-lp .lp-Faq dt::before { top: 22px; }
}

/* --- ⑩フリートライアル申込フォーム -------------------------------------- */
#aiagent-lp .lp-Trial {
  background: linear-gradient(89deg, #00E1FF -17.81%, #1967D2 28.23%);
  padding: 88px 0;
  scroll-margin-top: 72px;
  position: relative;
  overflow: hidden;
}
#aiagent-lp .lp-Trial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 100vw;
  height: 160vh;
  transform-origin: center top;
  transform: rotate(-60deg);
  background: linear-gradient(343deg, #00E1FF 10.82%, #1967D2 106.13%);
  opacity: 0.5;
  z-index: 0;
}
#aiagent-lp .lp-Trial .lp-inner { position: relative; z-index: 1; }
/* 締めの大義。ここだけ他より大きく、間を取って置く */
#aiagent-lp .lp-Trial-manifesto {
  text-align: center;
  color: #ffffff;
  font-size: clamp(24px, 3.4vw, 38px) !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-bottom: 40px;
  margin-bottom: 44px;
  position: relative;
}
#aiagent-lp .lp-Trial-manifesto::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #00E1FF;
}
#aiagent-lp .lp-Trial-title {
  text-align: center;
  color: #ffffff;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 16px;
}
#aiagent-lp .lp-Trial-lead {
  text-align: center;
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}
/* 申込前の前提条件 */
/* お申し込み後の流れ。フォームの「下」に置く（申込前の条件提示にしない） */
#aiagent-lp .lp-Trial-req {
  max-width: 720px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 26px 30px 24px;
}
#aiagent-lp .lp-Trial-reqtitle {
  font-size: 1.0625rem !important;
  font-weight: bold;
  color: #00E1FF;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#aiagent-lp .lp-Trial-req li { display: flex; gap: 14px; }
#aiagent-lp .lp-Trial-req li + li { margin-top: 16px; }
#aiagent-lp .lp-Trial-reqno {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #0B2E6B;
  background: #ffffff;
  margin-top: 2px;
}
#aiagent-lp .lp-Trial-reqtxt {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
#aiagent-lp .lp-Trial-reqtxt b { color: #ffffff; }
#aiagent-lp .lp-Trial-reqfree {
  color: #0F1E33 !important;
  background: #FFC800;
  border-radius: 3px;
  padding: 1px 7px;
  margin: 0 2px;
}
#aiagent-lp .lp-Trial-reqnote {
  font-size: 0.875rem !important;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Trial-req { padding: 20px 18px; }
  #aiagent-lp .lp-Trial-reqtxt { font-size: 0.9375rem; }
}

#aiagent-lp .lp-Trial-form {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Trial { padding: 56px 0 72px; }
  #aiagent-lp .lp-Trial-lead { margin-bottom: 28px; }
  #aiagent-lp .lp-Trial-form { padding: 24px 18px; }
}

/* HubSpotフォームの微調整
   ※ HubSpot側でフォームのスタイル設定が有効な場合、そちらが優先されます。
      見た目の調整は原則 HubSpot 側のフォーム設定で行ってください。 */
#aiagent-lp .lp-Trial-form .hs-form-field { margin-bottom: 18px; }
#aiagent-lp .lp-Trial-form .hs-form-field > label {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #0F1E33;
  margin-bottom: 6px;
}
#aiagent-lp .lp-Trial-form .hs-form-required { margin-left: 0.5em; color: #cc0000; }
#aiagent-lp .lp-Trial-form input[type="text"],
#aiagent-lp .lp-Trial-form input[type="email"],
#aiagent-lp .lp-Trial-form input[type="tel"],
#aiagent-lp .lp-Trial-form select,
#aiagent-lp .lp-Trial-form textarea {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  color: #0F1E33;
  background: #ffffff;
  border: 1px solid #C9D2DF;
  border-radius: 6px;
  padding: 12px 14px;
  box-sizing: border-box;
}
#aiagent-lp .lp-Trial-form input:focus,
#aiagent-lp .lp-Trial-form select:focus,
#aiagent-lp .lp-Trial-form textarea:focus {
  outline: none;
  border-color: #1967D2;
  box-shadow: 0 0 0 3px rgba(25, 103, 210, 0.15);
}
#aiagent-lp .lp-Trial-form .hs-error-msgs label {
  font-size: 0.8125rem;
  color: #cc0000;
  margin-top: 5px;
}
#aiagent-lp .lp-Trial-form .legal-consent-container {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #7A8798;
  margin-top: 8px;
}
#aiagent-lp .lp-Trial-form .hs_submit .actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
#aiagent-lp .lp-Trial-form .hs-button.primary {
  background: #1967D2;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  border: 2px solid #1967D2;
  border-radius: 50px;
  padding: 18px 44px;
  cursor: pointer;
  transition: 0.3s;
}
#aiagent-lp .lp-Trial-form .hs-button.primary:hover { background: #ffffff; color: #1967D2; }
#aiagent-lp .lp-Trial-form iframe.hs-form-iframe { width: 100% !important; }

/* --- 出典 ---------------------------------------------------------------- */
#aiagent-lp .lp-Source { background: #ffffff; padding: 40px 0 48px; }
#aiagent-lp .lp-Source-title {
  font-size: 0.75rem !important;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #9AA7B8;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E6EBF2;
}
#aiagent-lp .lp-Source li {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
  color: #9AA7B8;
  padding-left: 14px;
  position: relative;
}
#aiagent-lp .lp-Source li + li { margin-top: 6px; }
#aiagent-lp .lp-Source li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 1px;
  background: #C6CFDA;
}

/* --- ⑪LPフッター -------------------------------------------------------- */
#aiagent-lp .lp-Footer {
  background: #152642;
  padding: 40px 0 32px;
  text-align: center;
}
#aiagent-lp .lp-Footer-logo img { width: 150px; margin: 0 auto 20px; }
#aiagent-lp .lp-Footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 20px;
}
#aiagent-lp .lp-Footer-nav a { color: rgba(255, 255, 255, 0.85); font-size: 0.875rem; }
#aiagent-lp .lp-Footer-nav a:hover { color: #00E1FF; }
#aiagent-lp .lp-Footer-copy small { color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Footer { padding: 32px 0 96px; } /* 追従CTA分の余白 */
  #aiagent-lp .lp-Footer-nav { gap: 10px 18px; }
}

/* --- ⑫SP追従CTA --------------------------------------------------------- */
#aiagent-lp .lp-Fixedcta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: transform 0.3s;
}
#aiagent-lp .lp-Fixedcta.is-show { transform: translateY(0); }
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Fixedcta { display: block; }
}

/* --- 中間CTAバンド -------------------------------------------------------- */
#aiagent-lp .lp-Ctaband {
  background: linear-gradient(89deg, #00E1FF -17.81%, #1967D2 28.23%);
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#aiagent-lp .lp-Ctaband::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 100vw;
  height: 200vh;
  transform-origin: center top;
  transform: rotate(-60deg);
  background: linear-gradient(343deg, #00E1FF 10.82%, #1967D2 106.13%);
  opacity: 0.5;
  z-index: 0;
}
#aiagent-lp .lp-Ctaband .lp-inner { position: relative; z-index: 1; }
#aiagent-lp .lp-Ctaband-lead {
  font-size: clamp(24px, 3.2vw, 38px) !important;
  font-weight: bold;
  line-height: 1.5 !important;
  color: #ffffff;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Ctaband { padding: 44px 0; }
}

/* --- 集客LPの表現：強調文字・大型CTA -------------------------------------- */
/* 濃紺のヒーロー上ではマーカーが沈むので、文字色で強調する */
#aiagent-lp .lp-Hero-title em { font-style: normal; color: #FFD84D; }

/* CTAボタン（マイクロコピー付き・幅広） */
#aiagent-lp .lp-Btn--lg {
  display: block;
  width: 100%;
  max-width: 520px;
  font-size: 1.5rem;
  padding: 24px 48px 20px;
  line-height: 1.3;
  position: relative;
}
#aiagent-lp .lp-Hero-cta .lp-Btn--lg { margin-left: 0; }
#aiagent-lp .lp-Ctaband .lp-Btn--lg,
#aiagent-lp .lp-Trial .lp-Btn--lg { margin: 0 auto; }
#aiagent-lp .lp-Btn--lg small {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgba(15, 30, 51, 0.65);
  margin-top: 6px;
}
#aiagent-lp .lp-Btn--lg::after {
  position: absolute;
  right: 26px;
  top: 50%;
  margin: -5px 0 0;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  #aiagent-lp .lp-Btn--lg { font-size: 1.25rem; padding: 20px 16px 17px; }
  #aiagent-lp .lp-Btn--lg small { font-size: 0.75rem; }
}

/* --- 動きを減らす設定への配慮 -------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #aiagent-lp .demo.is-js .demo-Step.is-show { animation: none; }
  #aiagent-lp .demo-Bubble.is-typing::after { animation: none; }
}
