/* =========================================================
   Acto Works（アクトワークス）― 訪問介護・福祉事業者向け Web制作
   テック／SaaS風デザイン
   ・ダークネイビー基調 ＋ シアン・ブルー・パープルのアクセント
   ・色を変えたいときは下の :root を編集してください
   ========================================================= */

:root {
  --navy-900: #0a0f1f;   /* 一番濃い背景 */
  --navy-800: #0e1530;   /* セクション背景 */
  --navy-700: #131c3d;   /* カード下地 */
  --line: rgba(255,255,255,0.10);   /* 薄い枠線 */
  --cyan: #22d3ee;
  --blue: #4f7cff;
  --purple: #a855f7;
  --text: #e8ecf6;        /* 本文（明るい） */
  --text-dim: #9aa4c4;    /* 補足テキスト */
  --white: #ffffff;
  --radius: 20px;
  --shadow: 0 20px 50px rgba(0,0,0,0.45);
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.30);
  --grad: linear-gradient(120deg, #22d3ee 0%, #4f7cff 50%, #a855f7 100%);
  --max-width: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  color: var(--text);
  background: var(--navy-900);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { width: 90%; max-width: var(--max-width); margin: 0 auto; }
.container--narrow { max-width: 760px; }
.sp-br { display: none; }

/* ---------- 背景装飾：薄いグリッド＋光のぼかし ---------- */
.bg-decor { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-grid {
  position: absolute; inset: -2px;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 40%, transparent 85%);
}
.bg-glow { position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.55; }
.bg-glow--cyan   { width: 520px; height: 520px; background: #0fb6d8; top: -160px; left: -120px; }
.bg-glow--purple { width: 560px; height: 560px; background: #7c3aed; top: 30%; right: -180px; opacity: 0.4; }
.bg-glow--blue   { width: 480px; height: 480px; background: #2952e0; bottom: -160px; left: 20%; opacity: 0.35; }

/* ---------- 共通：セクション ---------- */
.section { padding: 100px 0; position: relative; }
.eyebrow {
  text-align: center; letter-spacing: 0.28em; font-size: 0.8rem; font-weight: 700;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.section__title {
  font-size: 2.3rem; text-align: center; line-height: 1.4; margin-bottom: 16px; letter-spacing: 0.01em;
}
.section__title--left { text-align: left; }
.section__subtitle { text-align: center; color: var(--text-dim); margin-bottom: 54px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- ガラス風カード ---------- */
.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}
.card { border-radius: var(--radius); padding: 28px; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 32px; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: 1rem; border: none; cursor: pointer; font-family: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.btn--grad { background: var(--grad); color: #06121f; box-shadow: 0 10px 26px rgba(79,124,255,0.45); }
.btn--grad:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(168,85,247,0.55); }
.btn--ghost { background: rgba(255,255,255,0.04); color: var(--text); border: 1px solid var(--line); }
.btn--ghost:hover { transform: translateY(-3px); border-color: var(--cyan); box-shadow: 0 10px 26px rgba(34,211,238,0.25); }
.btn--small { padding: 10px 20px; font-size: 0.9rem; }
.btn--full { width: 100%; margin-top: 18px; }

/* ---------- ヘッダー ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,15,31,0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; }
.logo { font-weight: 800; font-size: 1.25rem; text-decoration: none; letter-spacing: 0.04em; }
.logo span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; color: var(--text-dim); font-size: 0.95rem; transition: color 0.2s; position: relative; }
.nav a:hover { color: var(--cyan); }
/* 現在表示中のページのメニューを強調（class="is-current"） */
.nav a.is-current { color: var(--white); }
.nav a.is-current::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--grad); border-radius: 2px;
}

/* ハンバーガーメニュー（スマホ用・初期は非表示） */
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px;
  width: 44px; height: 40px; cursor: pointer; padding: 0; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 下層ページの見出し（ページヒーロー） ---------- */
.page-hero { padding: 70px 0 50px; text-align: center; position: relative; }
.page-hero__eyebrow { letter-spacing: 0.28em; font-size: 0.8rem; font-weight: 700;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 12px; }
.page-hero h1 { font-size: 2.6rem; line-height: 1.3; margin-bottom: 16px; }
.page-hero p { color: var(--text-dim); max-width: 640px; margin: 0 auto; }
/* パンくずリスト */
.breadcrumb { font-size: 0.82rem; color: var(--text-dim); margin-bottom: 26px; }
.breadcrumb a { color: var(--text-dim); text-decoration: none; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* ---------- 1. ヒーロー ---------- */
.hero { padding: 90px 0 80px; }
.hero__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.badge {
  display: inline-block; padding: 8px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 700;
  background: rgba(34,211,238,0.10); border: 1px solid rgba(34,211,238,0.35); color: var(--cyan); margin-bottom: 22px;
}
.hero__title { font-size: 3rem; line-height: 1.32; margin-bottom: 22px; letter-spacing: 0.01em; }
.hero__desc { color: var(--text-dim); margin-bottom: 32px; font-size: 1.05rem; }
.hero__buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 36px; }
.hero__stats strong { font-size: 2rem; display: block; line-height: 1; }
.hero__stats span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__stats small { color: var(--text-dim); font-size: 0.85rem; }

/* ヒーローのビジュアル（写真＋モックアップ重ね） */
.hero__visual { position: relative; }
.hero__photo {
  width: 100%; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.mock-card { position: absolute; border-radius: 16px; padding: 14px; }
.mock-card--dash { width: 60%; bottom: -28px; left: -34px; }
.mock-card__head { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot--red { background: #ff5f57; } .dot--yellow { background: #febc2e; } .dot--green { background: #28c840; }
.mock-card__url { margin-left: 8px; font-size: 0.72rem; color: var(--text-dim); }
.mock-bar { height: 8px; border-radius: 6px; background: rgba(255,255,255,0.10); margin-bottom: 14px; overflow: hidden; }
.mock-bar span { display: block; height: 100%; background: var(--grad); }
.mock-row { display: flex; gap: 10px; margin-bottom: 14px; }
.mock-kpi { flex: 1; background: rgba(255,255,255,0.05); border-radius: 10px; padding: 8px 10px; }
.mock-kpi small { display: block; font-size: 0.66rem; color: var(--text-dim); }
.mock-kpi strong { font-size: 1.05rem; color: var(--cyan); }
.mock-graph { display: flex; align-items: flex-end; gap: 6px; height: 56px; }
.mock-graph span { flex: 1; background: var(--grad); border-radius: 4px 4px 0 0; opacity: 0.85; }

.mock-card--phone { width: 132px; top: -26px; right: -18px; padding: 12px; }
.mock-phone__bar { height: 6px; width: 40px; background: rgba(255,255,255,0.18); border-radius: 6px; margin: 0 auto 12px; }
.mock-phone__hero { height: 56px; border-radius: 10px; background: var(--grad); margin-bottom: 10px; opacity: 0.9; }
.mock-phone__line { height: 8px; border-radius: 6px; background: rgba(255,255,255,0.14); margin-bottom: 7px; }
.mock-phone__line.short { width: 60%; }
.mock-phone__btn { margin-top: 10px; font-size: 0.66rem; text-align: center; padding: 7px; border-radius: 8px; background: rgba(34,211,238,0.18); border: 1px solid rgba(34,211,238,0.4); color: var(--cyan); }

/* ふわふわ浮くアニメーション */
.float-1 { animation: floaty 6s ease-in-out infinite; }
.float-2 { animation: floaty 5s ease-in-out infinite reverse; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- 信頼バー ---------- */
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.trustbar__inner { display: flex; align-items: center; gap: 24px; padding: 18px 0; flex-wrap: wrap; }
.trustbar span { color: var(--text-dim); font-size: 0.82rem; letter-spacing: 0.1em; }
.trustbar ul { list-style: none; display: flex; gap: 14px 26px; flex-wrap: wrap; }
.trustbar li { color: var(--text); font-weight: 700; opacity: 0.7; font-size: 0.95rem; }

/* ---------- 2. お悩み ---------- */
.troubles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trouble { position: relative; }
.trouble__no { font-size: 1.4rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 10px; }
.trouble p { font-weight: 600; }

/* ---------- 3. 会社概要 ---------- */
.about__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.about__photo-wrap { position: relative; }
.about__photo { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about__badge {
  position: absolute; right: -18px; bottom: -18px; padding: 16px 20px; border-radius: 16px;
  font-weight: 800; line-height: 1.3; font-size: 0.95rem; text-align: center;
}
.about__lead { color: var(--text-dim); margin: 18px 0 22px; }
.about__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.about__list li { position: relative; padding-left: 30px; }
.about__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%; background: var(--grad); color: #06121f;
  font-size: 0.75rem; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 6px;
}

/* ---------- 4. サービス ---------- */
.service__feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; margin-bottom: 30px; }
.service__feature-photo { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.service__feature-text { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.service__feature-text h3 { font-size: 1.4rem; margin-bottom: 12px; }
.service__feature-text p { color: var(--text-dim); }
.service__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service__item { transition: transform 0.3s ease, border-color 0.3s ease; }
.service__item:hover { transform: translateY(-6px); border-color: rgba(34,211,238,0.4); }
.service__ic {
  width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; background: rgba(79,124,255,0.14); border: 1px solid rgba(79,124,255,0.3); color: var(--cyan); margin-bottom: 16px;
}
.service__item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.service__item p { color: var(--text-dim); font-size: 0.96rem; }

/* ---------- 5. 制作実績 ---------- */
.works__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.work-card { border-radius: var(--radius); overflow: hidden; padding: 0; transition: transform 0.3s ease; }
.work-card:hover { transform: translateY(-6px); }
.work-card__img { width: 100%; height: 210px; object-fit: cover; }
.work-card__body { padding: 22px 24px 26px; }
.tag { display: inline-block; font-size: 0.74rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; background: rgba(168,85,247,0.16); border: 1px solid rgba(168,85,247,0.4); color: #c9a3ff; margin-bottom: 12px; }
.work-card__body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.work-card__body p { color: var(--text-dim); font-size: 0.92rem; }

/* ---------- 選ばれる理由 ---------- */
.reasons__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.reason { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-items: start; }
.reason__no { grid-row: span 2; font-size: 1.6rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.reason h3 { font-size: 1.12rem; margin-bottom: 4px; }
.reason p { color: var(--text-dim); font-size: 0.96rem; }

/* ---------- 6. 制作の流れ ---------- */
.flow__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.flow__step { position: relative; }
.flow__num { font-size: 1rem; font-weight: 800; letter-spacing: 0.08em; color: #06121f; background: var(--grad); padding: 4px 12px; border-radius: 999px; display: inline-block; margin-bottom: 14px; }
.flow__step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.flow__step p { color: var(--text-dim); font-size: 0.95rem; }

/* ---------- 7. 料金 ---------- */
.price__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price__item { text-align: center; position: relative; display: flex; flex-direction: column; }
.price__item h3 { font-size: 1.2rem; margin-bottom: 16px; }
.price__amount { font-size: 2.3rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 14px; }
.price__amount span { font-size: 1rem; -webkit-text-fill-color: var(--text-dim); }
.price__amount--text { font-size: 1.7rem; }
.price__note { color: var(--text-dim); font-size: 0.95rem; flex-grow: 1; }
.price__item--highlight { border-color: rgba(34,211,238,0.5); box-shadow: 0 0 0 1px rgba(34,211,238,0.3), var(--shadow); transform: translateY(-8px); }
.price__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #06121f; padding: 4px 18px; border-radius: 999px; font-size: 0.82rem; font-weight: 800; }
.price__caption { text-align: center; color: var(--text-dim); font-size: 0.88rem; margin-top: 28px; }

/* ---------- CTA ---------- */
.cta__box { border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; }
.cta__photo { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.cta__text { padding: 54px 48px; display: flex; flex-direction: column; justify-content: center; }
.cta__title { font-size: 2.1rem; line-height: 1.35; margin-bottom: 14px; }
.cta__desc { color: var(--text-dim); margin-bottom: 28px; }
.cta__text .btn { align-self: flex-start; }

/* ---------- 8. FAQ ---------- */
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq__item { padding: 0; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 26px; font-size: 1.04rem; font-weight: 700; color: var(--text); position: relative; font-family: inherit; }
.faq__q::after { content: "＋"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: var(--cyan); transition: transform 0.3s; }
.faq__item.is-open .faq__q::after { content: "－"; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 26px; color: var(--text-dim); }
.faq__item.is-open .faq__a { max-height: 320px; padding: 0 26px 24px; }

/* ---------- お問い合わせフォーム ---------- */
.contact__form { display: flex; flex-direction: column; gap: 18px; }
.contact__form label { display: flex; flex-direction: column; gap: 8px; font-weight: 700; font-size: 0.95rem; }
.contact__form input, .contact__form textarea {
  padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; font-size: 1rem; font-family: inherit;
  background: rgba(255,255,255,0.04); color: var(--text); transition: border 0.2s, box-shadow 0.2s;
}
.contact__form input::placeholder, .contact__form textarea::placeholder { color: #6b7494; }
.contact__form input:focus, .contact__form textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,211,238,0.18); }
.req { background: var(--grad); color: #06121f; font-size: 0.7rem; padding: 2px 8px; border-radius: 4px; margin-left: 4px; }
.contact__note { text-align: center; color: var(--cyan); font-weight: 700; }

/* ---------- フッター ---------- */
.footer { border-top: 1px solid var(--line); padding: 40px 0; background: rgba(0,0,0,0.25); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer__logo { font-weight: 800; font-size: 1.15rem; }
.footer__logo span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer__tag { color: var(--text-dim); font-size: 0.88rem; }
.footer__copy { color: var(--text-dim); font-size: 0.85rem; }

/* ---------- デザイン例：無限横スクロール（マーキー） ---------- */
.marquee-section { padding: 90px 0 70px; }
.marquee { overflow: hidden; width: 100%; padding: 10px 0;
  /* 左右の端をふわっと消す */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex; gap: 24px; width: max-content;
  animation: marquee 36s linear infinite;   /* 自動で流れ続ける */
}
.marquee:hover .marquee__track { animation-play-state: paused; } /* マウスを乗せると停止 */
.sample { margin: 0; flex: 0 0 auto; width: 340px; }
.sample img {
  width: 100%; height: 210px; object-fit: cover; border-radius: 16px;
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.sample:hover img { transform: translateY(-6px) scale(1.02); box-shadow: 0 18px 40px rgba(34,211,238,0.25); }
/* 2セット分を-50%動かすことで、途切れずループして見える */
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- スクロール進捗バー（最上部） ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad); z-index: 200; transition: width 0.1s linear;
}

/* ---------- 追従する固定CTAバー ---------- */
.sticky-cta {
  position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 160%);
  z-index: 150; display: flex; align-items: center; gap: 20px;
  padding: 14px 18px 14px 26px; border-radius: 999px;
  background: rgba(14,21,48,0.85); border: 1px solid var(--line);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1), opacity 0.4s ease;
  opacity: 0; width: min(92%, 620px); justify-content: space-between;
}
.sticky-cta.is-show { transform: translate(-50%, 0); opacity: 1; }
.sticky-cta__text { font-size: 0.92rem; font-weight: 700; }
.sticky-cta .btn { white-space: nowrap; }

/* ヘッダーがスクロールで少し締まる演出 */
.header.is-scrolled { background: rgba(10,15,31,0.9); box-shadow: 0 6px 24px rgba(0,0,0,0.35); }

/* ---------- スクロール演出（フェード／スライドイン） ---------- */
/* ★ 重要：opacityで隠すのは「JSが有効なとき(html.js)」だけ。
   JSが動かない場合は html に .js が付かないので、コンテンツは普通に全部表示されます。 */
html.js .fade-in, html.js .fade-in-left, html.js .fade-in-right { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
html.js .fade-in { transform: translateY(34px); }
html.js .fade-in-left { transform: translateX(-40px); }
html.js .fade-in-right { transform: translateX(40px); }
.is-visible { opacity: 1 !important; transform: none !important; }

/* =========================================================
   Acto Works 追加パーツ（情報量・写真・アニメーション強化）
   ========================================================= */

/* ---------- 見出しグラデーションのキラッと光るアニメ ---------- */
.grad-text, .logo span, .footer__logo span {
  background-size: 200% auto;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer { to { background-position: 200% center; } }

/* ---------- 追加の出現アニメ：ズームしながらフェード ---------- */
html.js .fade-zoom { opacity: 0; transform: scale(0.92); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-zoom.is-visible { opacity: 1; transform: none; }

/* ---------- バッジのやわらかい点滅 ---------- */
.badge { animation: badgePulse 2.6s ease-in-out infinite; }
@keyframes badgePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(34,211,238,0.0); }
  50%     { box-shadow: 0 0 0 6px rgba(34,211,238,0.08); }
}

/* ---------- リード文（長文導入） ---------- */
.lead-block { max-width: 820px; margin: 0 auto 50px; text-align: center; color: var(--text-dim); font-size: 1.05rem; }
.lead-block.left { text-align: left; margin-left: 0; }

/* ---------- 大きな数字バンド（実績） ---------- */
.statsband { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.statsband__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 50px 0; text-align: center; }
.statsband__item strong { display: block; font-size: 2.6rem; font-weight: 800; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.statsband__item span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 1.2rem; }
.statsband__item small { display: block; margin-top: 10px; color: var(--text-dim); font-size: 0.92rem; }

/* ---------- お客様の声（写真つき） ---------- */
.voice__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice-card { display: flex; flex-direction: column; gap: 16px; transition: transform 0.3s ease, border-color 0.3s ease; }
.voice-card:hover { transform: translateY(-6px); border-color: rgba(168,85,247,0.4); }
.voice-card__stars { color: #ffc555; letter-spacing: 2px; }
.voice-card__text { color: var(--text); font-size: 0.98rem; }
.voice-card__person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.voice-card__person img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.voice-card__person b { font-size: 0.92rem; display: block; }
.voice-card__person small { color: var(--text-dim); font-size: 0.8rem; }

/* ---------- サービス詳細リスト ---------- */
.detail-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.detail-list li { position: relative; padding-left: 22px; color: var(--text-dim); font-size: 0.9rem; }
.detail-list li::before { content: "▹"; position: absolute; left: 0; color: var(--cyan); }

/* ---------- 「含まれるもの」リスト（料金） ---------- */
.price__includes { list-style: none; text-align: left; margin: 18px 0 4px; display: flex; flex-direction: column; gap: 9px; }
.price__includes li { position: relative; padding-left: 26px; font-size: 0.92rem; color: var(--text-dim); }
.price__includes li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%;
  background: var(--grad); color: #06121f; font-size: 0.68rem; display: flex; align-items: center; justify-content: center; font-weight: 800; }

/* ---------- 2カラムの説明（テキスト＋写真） ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split.rev .split__media { order: 2; }
.split__media img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.split__text h3 { font-size: 1.5rem; margin-bottom: 14px; }
.split__text p { color: var(--text-dim); margin-bottom: 14px; }

@media (max-width: 980px) {
  .statsband__grid { grid-template-columns: repeat(2, 1fr); }
  .voice__grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split.rev .split__media { order: 0; }
}
@media (max-width: 640px) {
  .statsband__item strong { font-size: 2rem; }
}

/* =========================================================
   復元パーツ：誘導カード（next-link）と連絡先カード（info-card）
   ※ 以前の追記で欠落していたため再追加
   ========================================================= */

/* ホームの「各ページへ誘導」カード（横3列） */
.next-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.next-link { text-decoration: none; color: var(--text); display: block; transition: transform 0.3s ease, border-color 0.3s ease; }
.next-link:hover { transform: translateY(-6px); border-color: rgba(34,211,238,0.4); }
.next-link h3 { font-size: 1.2rem; margin-bottom: 10px; }
.next-link p { color: var(--text-dim); font-size: 0.95rem; }
.next-link .arrow { color: var(--cyan); font-weight: 700; margin-top: 14px; display: inline-block; }

/* お問い合わせページ：連絡先の情報カード（横3列） */
.contact__info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 10px; }
.info-card { text-align: center; }
.info-card .info-ic {
  width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  background: rgba(79,124,255,0.14); border: 1px solid rgba(79,124,255,0.3); color: var(--cyan);
}
.info-card h3 { font-size: 1rem; margin-bottom: 6px; }
.info-card p { color: var(--text-dim); font-size: 0.92rem; }
.info-card strong { display: block; font-size: 1.1rem; color: var(--text); margin-top: 4px; }

/* スマホでは1列に */
@media (max-width: 768px) {
  .next-links { grid-template-columns: 1fr; }
  .contact__info-grid { grid-template-columns: 1fr; }
}

/* 制作サンプル：カード全体をリンクにする */
a.work-card { text-decoration: none; color: inherit; display: block; }
.work-card__body .arrow { color: var(--cyan); font-weight: 700; margin-top: 12px; display: inline-block; }

/* 制作サンプル：中身が空の「枠だけ」カード */
.work-card--empty { min-height: 360px; }

/* =========================================================
   ★ スマホ・タブレット対応（メインのレスポンシブ指定）
   ※ 以前の編集トラブルで欠落していたため再追加
   ========================================================= */
@media (max-width: 980px) {
  /* 2カラムを1カラムに */
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { margin-top: 30px; }
  .about__inner { grid-template-columns: 1fr; gap: 60px; }
  .service__feature { grid-template-columns: 1fr; }
  .troubles__grid { grid-template-columns: repeat(2, 1fr); }
  .service__grid { grid-template-columns: repeat(2, 1fr); }
  .works__grid { grid-template-columns: repeat(2, 1fr); }
  .flow__grid { grid-template-columns: repeat(2, 1fr); }
  .price__grid { grid-template-columns: 1fr; }
  .price__item--highlight { transform: none; }
  .cta__box { grid-template-columns: 1fr; }

  /* ナビをハンバーガー開閉式にする */
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(10,15,31,0.97); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
  }
  .nav.is-open { max-height: 460px; }
  .nav a { padding: 16px 5%; border-top: 1px solid var(--line); font-size: 1rem; }
  .nav a.is-current::after { display: none; }
  .header__inner { position: relative; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .section__title { font-size: 1.7rem; }
  .hero__title { font-size: 2.1rem; }
  .sp-br { display: inline; }
  .hero__buttons { flex-direction: column; }
  .hero__buttons .btn { width: 100%; }
  .hero__stats { gap: 22px; }
  .hero__stats strong { font-size: 1.5rem; }
  /* 縦1列に */
  .troubles__grid { grid-template-columns: 1fr; }
  .service__grid { grid-template-columns: 1fr; }
  .works__grid { grid-template-columns: 1fr; }
  .reasons__grid { grid-template-columns: 1fr; }
  .flow__grid { grid-template-columns: 1fr; }
  .cta__text { padding: 36px 26px; }
  .service__feature-text { padding: 30px 26px; }
  .mock-card--dash { left: -10px; bottom: -20px; }
  .mock-card--phone { right: 0; }
  .page-hero h1 { font-size: 1.9rem; }
}

/* =========================================================
   追加パーツ：ヒーロー料金タグ・他社料金比較表・迷惑メール対策
   ========================================================= */

/* ヒーローの写真に重ねる「料金タグ」 */
.hero__pricetag {
  position: absolute; bottom: -24px; left: -24px;
  border-radius: 16px; padding: 16px 20px; min-width: 220px;
}
.hero__pricetag-label {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  background: var(--grad); color: #06121f; padding: 3px 12px; border-radius: 999px; margin-bottom: 12px;
}
.hero__pricetag-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 6px; }
.hero__pricetag-row span { color: var(--text-dim); font-size: 0.9rem; }
.hero__pricetag-row strong { font-size: 1.25rem; font-weight: 800;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* 他社との料金比較テーブル */
.compare-wrap { overflow-x: auto; border-radius: var(--radius); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; background: rgba(255,255,255,0.02); }
.compare th, .compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.compare thead th { font-weight: 800; color: var(--text); background: rgba(255,255,255,0.04); }
.compare tbody td:first-child, .compare thead th:first-child { text-align: left; color: var(--text-dim); }
.compare .hot { background: rgba(34,211,238,0.10); color: var(--cyan); font-weight: 800; }
.compare thead th.hot { color: var(--cyan); border-bottom: 2px solid var(--cyan); }
.compare tbody tr:last-child td { border-bottom: none; }

/* お問い合わせ：電話番号を2件きれいに並べる */
.info-card strong + strong { margin-top: 2px; }

/* 迷惑メール（ボット）対策のおとり項目は完全に隠す */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* 迷惑メール対策の案内文 */
.contact__spamnote { margin-top: 18px; color: var(--text-dim); font-size: 0.82rem; text-align: center; line-height: 1.7; }

@media (max-width: 640px) {
  .hero__pricetag { position: static; margin: 18px auto 0; left: auto; bottom: auto; width: 100%; }
}
