@charset "UTF-8";
/* =========================================================
   DingTalk A1 製品紹介LP 専用スタイル
   すべて .a1-page 配下に名前空間化し、グローバルCSSを汚さない
   既存サイトのミニマル基調（黒/白/グレー・モノクロ）に統一
   ========================================================= */

.a1-page {
  --ink: #111;
  --body: #3a3a3c;
  --muted: #767676;
  --faint: #a0a0a0;
  --line: #e6e6e6;
  --panel: #f5f5f7;
  --panel-2: #fafafa;
  --card: #ffffff;
  color: var(--body);
  background: #fff;
  overflow-x: hidden;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.a1-page *,
.a1-page *::before,
.a1-page *::after { box-sizing: border-box; }

/* ---- 共通レイアウト ---- */
.a1-inner { width: 100%; max-width: 1150px; margin: 0 auto; padding: 0 24px; }
.a1-section { padding: clamp(64px, 9vw, 118px) 0; }
.a1-page section[id] { scroll-margin-top: 78px; }
.a1-section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.a1-band { background: var(--panel); }
.a1-ink-band { background: #111; color: #d9d9d9; }

/* ---- 見出し系 ---- */
.a1-eyebrow {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}
.a1-ink-band .a1-eyebrow { color: #8a8a8a; }
.a1-h2 {
  color: var(--ink);
  font-size: clamp(27px, 4.4vw, 44px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: .01em;
  margin: 0 0 20px;
}
.a1-ink-band .a1-h2 { color: #fff; }
.a1-lead {
  font-size: clamp(15px, 1.9vw, 18px);
  color: var(--body);
  max-width: 760px;
  margin: 0 0 8px;
}
.a1-note { font-size: 13px; color: var(--faint); margin-top: 20px; }
.a1-center { text-align: center; }
.a1-center .a1-lead { margin-left: auto; margin-right: auto; }
.a1-head { margin-bottom: clamp(34px, 5vw, 56px); }

/* ---- Hero ---- */
.a1-hero {
  padding: clamp(96px, 13vh, 156px) 0 clamp(48px, 7vw, 92px);
  background: linear-gradient(180deg, #ffffff 0%, #eef1f4 100%);
  overflow: hidden;
}
.a1-hero-grid {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}
.a1-hero-copy { flex: 1 1 52%; min-width: 0; }
.a1-hero-media { flex: 1 1 46%; min-width: 0; text-align: center; }
.a1-hero-media img { width: 100%; max-width: 560px; }
.a1-hero-brand {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--muted);
  margin: 0 0 16px;
}
.a1-hero-brand b { color: var(--ink); font-weight: 700; }
.a1-hero h1 {
  color: var(--ink);
  font-size: clamp(34px, 6.4vw, 66px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: .01em;
  margin: 0 0 22px;
}
.a1-hero-sub {
  font-size: clamp(15px, 1.9vw, 18px);
  color: var(--body);
  margin: 0 0 28px;
  max-width: 540px;
}
.a1-taglist {
  list-style: none; margin: 0 0 34px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.a1-taglist li {
  font-size: 13px; color: var(--ink); font-weight: 600;
  border: 1px solid #d7dbe0; border-radius: 999px;
  padding: 7px 15px; background: rgba(255,255,255,.6);
}
.a1-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---- ボタン ---- */
.a1-btn {
  display: inline-block;
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
  padding: 15px 32px; border-radius: 2px;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.a1-btn--primary { background: #111; color: #fff; }
.a1-btn--primary:hover { background: #333; transform: translateY(-2px); }
.a1-btn--ghost { border: 1px solid #111; color: #111; }
.a1-btn--ghost:hover { background: #111; color: #fff; }
.a1-ink-band .a1-btn--primary,
.a1-pricecard .a1-btn--primary,
.a1-ctaband .a1-btn--primary { background: #fff; color: #111; }
.a1-ink-band .a1-btn--primary:hover,
.a1-pricecard .a1-btn--primary:hover,
.a1-ctaband .a1-btn--primary:hover { background: #ddd; color: #111; }

/* ---- スタッツ・グリッド ---- */
.a1-stats {
  display: grid; gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  background: var(--line);
  border: 1px solid var(--line);
}
.a1-stats--3 { grid-template-columns: repeat(3, 1fr); }
.a1-stat { background: #fff; padding: clamp(22px, 3vw, 34px) 22px; }
.a1-band .a1-stat { background: var(--panel); }
.a1-stat .num {
  font-family: "Poppins", "Roboto", sans-serif;
  color: var(--ink);
  font-size: clamp(30px, 4.6vw, 46px);
  font-weight: 700; line-height: 1.05; letter-spacing: -.01em;
  display: block; margin-bottom: 8px;
}
.a1-stat .num small { font-size: .5em; font-weight: 600; margin-left: 2px; }
.a1-stat .lbl { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* 大きめ数値の縦積みスペック（HARDWARE等） */
.a1-specgrid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.a1-specgrid--3 { grid-template-columns: repeat(3, 1fr); }
.a1-spec {
  background: var(--panel); border-radius: 14px;
  padding: clamp(20px, 2.6vw, 30px);
}
.a1-band .a1-spec { background: #fff; }
.a1-spec .k { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.a1-spec .v {
  font-family: "Poppins", "Roboto", sans-serif;
  color: var(--ink); font-size: clamp(22px, 3vw, 30px);
  font-weight: 700; line-height: 1.15; letter-spacing: -.01em;
}
.a1-spec .d { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.6; }

/* ---- カード ---- */
.a1-cards {
  display: grid; gap: clamp(14px, 1.8vw, 22px);
  grid-template-columns: repeat(4, 1fr);
}
.a1-cards--2 { grid-template-columns: repeat(2, 1fr); }
.a1-cards--3 { grid-template-columns: repeat(3, 1fr); }
.a1-card {
  background: var(--panel); border-radius: 16px;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.a1-band .a1-card { background: #fff; }
.a1-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
  border-color: var(--line);
}
.a1-card .tag {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 10px;
}
.a1-card h3 {
  color: var(--ink); font-size: clamp(17px, 2vw, 21px);
  font-weight: 700; line-height: 1.4; margin: 0 0 10px;
}
.a1-card p { font-size: 14.5px; color: var(--body); margin: 0; }
.a1-card--dark { background: #111; }
.a1-card--dark h3 { color: #fff; }
.a1-card--dark p { color: #c7c7c7; }
.a1-card--dark .tag { color: #9a9a9a; }
.a1-card--img { padding: 0; overflow: hidden; }
.a1-card--img img { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; }
.a1-card--img .body { padding: clamp(20px, 2.4vw, 28px); }
.a1-card--img h3 { margin-bottom: 8px; }

/* 画像＋キャプションの横並び（HARDWARE補足） */
.a1-figrow { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 1.8vw, 22px); margin-top: clamp(24px, 3vw, 40px); }
.a1-fig { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.a1-band .a1-fig { background: var(--panel-2); }
.a1-fig img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.a1-fig .cap { padding: 16px 20px; }
.a1-fig .cap b { display: block; color: var(--ink); font-size: 16px; }
.a1-fig .cap span { color: var(--muted); font-size: 13px; }
@media (max-width: 560px) { .a1-figrow { grid-template-columns: 1fr; } }

/* ---- 画像＋テキスト 2カラム ---- */
.a1-split {
  display: flex; align-items: center;
  gap: clamp(28px, 4.5vw, 68px);
}
.a1-split--rev { flex-direction: row-reverse; }
.a1-split-media { flex: 1 1 48%; min-width: 0; }
.a1-split-media img { width: 100%; border-radius: 16px; display: block; }
.a1-split-media img.plain { border-radius: 0; }
.a1-split-body { flex: 1 1 46%; min-width: 0; }

/* ---- 番号付きリスト（録音モード / ワークフロー） ---- */
.a1-steps { list-style: none; margin: 0; padding: 0; }
.a1-steps li {
  display: flex; gap: 18px; align-items: baseline;
  padding: 18px 0; border-top: 1px solid var(--line);
}
.a1-steps li:last-child { border-bottom: 1px solid var(--line); }
.a1-steps .n {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 14px; font-weight: 700; color: var(--faint);
  min-width: 30px;
}
.a1-steps .t { color: var(--ink); font-weight: 700; font-size: clamp(16px,2vw,19px); }
.a1-steps .s { color: var(--muted); font-size: 14px; display: block; margin-top: 3px; }

/* ---- 比較表 ---- */
.a1-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.a1-table {
  width: 100%; border-collapse: collapse; min-width: 640px;
  font-size: 14.5px;
}
.a1-table th, .a1-table td {
  text-align: left; padding: 16px 18px; vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.a1-table thead th {
  font-size: 13px; color: var(--muted); font-weight: 600;
  border-bottom: 2px solid #111;
}
.a1-table thead th.hl { color: #111; font-weight: 700; }
.a1-table tbody th { color: var(--ink); font-weight: 700; width: 20%; }
.a1-table td.hl { color: #111; font-weight: 600; }
.a1-table td.dim { color: var(--faint); }

/* ---- インライン・チェックリスト（AIに任せる作業 等） ---- */
.a1-checklist {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.a1-checklist li {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 20px; font-size: 14.5px; color: var(--ink);
}
.a1-band .a1-checklist li { background: #fff; }

/* 強調ミニカード（インサイトの右側） */
.a1-callout {
  background: #fff; border-radius: 16px; padding: clamp(22px,2.6vw,30px);
  border: 1px solid var(--line); margin-bottom: 16px;
}
.a1-callout .k { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.a1-callout .big { font-size: clamp(19px,2.6vw,26px); font-weight: 800; color: var(--ink); line-height: 1.35; }
.a1-bignum {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: clamp(48px, 8vw, 82px); font-weight: 800; color: var(--ink);
  line-height: 1; letter-spacing: -.02em;
}

/* ---- 価格ブロック ---- */
.a1-pricecard {
  background: #111; color: #fff; border-radius: 18px;
  padding: clamp(28px, 3.4vw, 44px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 24px;
}
.a1-pricecard .real .cap { font-size: 13px; color: #9a9a9a; margin-bottom: 4px; }
.a1-pricecard .real .amt {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: clamp(38px, 6vw, 58px); font-weight: 800; line-height: 1;
}
.a1-pricecard .real .amt .yen { font-size: .5em; font-weight: 700; margin-left: 4px; }
.a1-pricecard .real .list { font-size: 14px; color: #b5b5b5; margin-top: 8px; }
.a1-pricecard .biz { text-align: right; }
.a1-pricecard .biz .lbl { font-size: 14px; color: #cfcfcf; margin-bottom: 12px; }

.a1-deflist { border-top: 1px solid var(--line); margin: 0 0 28px; }
.a1-deflist .row {
  display: flex; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line);
}
.a1-deflist .row .k { min-width: 130px; font-weight: 700; color: var(--ink); font-size: 14.5px; }
.a1-deflist .row .v { color: var(--body); font-size: 14.5px; }

/* ---- CTAバナー ---- */
.a1-ctaband {
  background: #111; color: #fff; text-align: center;
  padding: clamp(56px, 8vw, 96px) 24px;
}
.a1-ctaband h2 { color: #fff; font-size: clamp(22px, 3.4vw, 34px); font-weight: 700; line-height: 1.45; margin: 0 0 16px; }
.a1-ctaband p { color: #bdbdbd; font-size: 15px; margin: 0 0 30px; }

/* ---- スクロール演出（既存 .anime を利用しつつ画像は角丸維持） ---- */

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 960px) {
  .a1-stats, .a1-specgrid { grid-template-columns: repeat(2, 1fr); }
  .a1-cards, .a1-cards--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .a1-hero-grid { flex-direction: column-reverse; text-align: center; }
  .a1-hero-copy { flex-basis: auto; }
  .a1-hero-media { flex-basis: auto; }
  .a1-hero-media img { max-width: 360px; }
  .a1-taglist, .a1-cta-row { justify-content: center; }
  .a1-hero-sub { margin-left: auto; margin-right: auto; }
  .a1-split, .a1-split--rev { flex-direction: column; }
  .a1-split-media, .a1-split-body { flex-basis: auto; width: 100%; }
  .a1-split-media { margin-bottom: 8px; }
  .a1-pricecard { flex-direction: column; align-items: stretch; }
  .a1-pricecard .biz { text-align: left; }
}
@media (max-width: 560px) {
  .a1-inner { padding: 0 18px; }
  .a1-stats, .a1-specgrid, .a1-cards, .a1-cards--2, .a1-cards--3 { grid-template-columns: 1fr; }
  .a1-checklist { grid-template-columns: 1fr; }
  .a1-taglist li { font-size: 12px; padding: 6px 12px; }
  .a1-deflist .row { flex-direction: column; gap: 4px; }
}
