﻿@charset "UTF-8";

/* ============================================================
 * 株式会社アルル制作所 / トップページ
 * Template: page-toppage.php
 * 命名: 既存テーマ準拠（cont1〜contN・kebab-case + underscore）
 * 色: 白 + ライトブルー（#5b94c9）アクセント（index.html と統一）
 * ============================================================ */

/* ----- 0. 既存テーマ設定の上書き（幅制約の解除） ----- */
/* テーマ既定の #content / #main_content の幅制約を全幅に戻す
   （web-production.css と同じ対応。これが無いとLPが狭く表示される） */
#content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#main_content {
  width: 100%;
  max-width: 100%;
}

/* ----- 1. 変数 / リセット ----- */
.top {
  --top-text:        #1a2332;
  --top-text-sub:    #697587;
  --top-text-mute:   #9aa5b4;
  --top-line:        #e6ebf1;
  --top-line-soft:   #f0f4f8;
  --top-bg:          #ffffff;
  --top-bg-cream:    #f6f9fc;
  --top-bg-warm:     #f6f9fc;
  --top-accent:      #5b94c9;
  --top-accent-dark: #3d76a8;
  --top-accent-soft: #e8f1f9;
  --top-popular:     #d97757;
  --top-highlight:   #ffe89a;
  --top-line-color:  #06c755;

  --top-font-jp:     "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --top-font-serif:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;

  --top-max:         1120px;
  --top-pad-section: 80px;

  font-family: var(--top-font-jp);
  color: var(--top-text);
  line-height: 1.85;
  font-size: 16px;
  background: var(--top-bg);
  -webkit-font-smoothing: antialiased;
}

/* リセットはLPコンテンツ（#mv / .cont）内に限定し、テーマのヘッダー・フッターへ波及させない */
.top #mv, .top #mv *, .top #mv *::before, .top #mv *::after,
.top .cont, .top .cont *, .top .cont *::before, .top .cont *::after { box-sizing: border-box; }
.top #mv :is(h1, h2, h3, h4, p, ul, ol, dl, dt, dd),
.top .cont :is(h1, h2, h3, h4, p, ul, ol, dl, dt, dd) { margin: 0; padding: 0; list-style: none; }
.top #mv a, .top .cont a { text-decoration: none; }
.top #mv img, .top #mv svg,
.top .cont img, .top .cont svg { display: block; max-width: 100%; height: auto; }

.top .inner { width: min(92%, var(--top-max)) !important; max-width: var(--top-max) !important; margin-right: auto !important; margin-left: auto !important; }
.top .only_pc { display: none; }
.top .only_sp { display: inline; }

@media (min-width: 768px) {
  .top .only_pc { display: inline; }
  .top .only_sp { display: none; }
}

/* ----- 2. 共通：セクション ----- */
.top .cont { padding: 60px 0; }
.top .cont.bg_cream { background: var(--top-bg-cream); }

.top .head_wrapper { text-align: center; margin-bottom: 40px; }
.top .head_wrapper .tit { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 18px; }
.top .head_wrapper .tit .en {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--top-accent);
  text-transform: uppercase;
}
.top .head_wrapper .tit .jp {
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.35;
}
.top .head_wrapper .tit .jp em {
  font-style: normal;
  color: var(--top-accent);
}
.top .head_wrapper .tit .jp mark {
  background: linear-gradient(transparent 60%, var(--top-highlight) 60%);
  color: inherit;
  padding: 0 4px;
}
.top .head_wrapper .lead { font-size: 15px; color: var(--top-text-sub); line-height: 1.95; max-width: 760px; margin: 0 auto; }

/* ----- 3. MV (HERO) ----- */
.top #mv { padding: 40px 0 50px; background: var(--top-bg-cream); }
.top #mv .cont_wrapper { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }

/* Smartphone HERO order: title → Aruru illustration → body copy */
.top #mv .sec { display: contents; }
.top #mv h1 { order: 1; }
.top #mv .aruru_fig { order: 2; }
.top #mv .lead { order: 3; }
.top #mv .cta_btns { order: 4; }
.top #mv .mv_note { order: 5; }
.top #mv .sec .kicker {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--top-accent);
  background: var(--top-accent-soft);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.top #mv h1 { margin-bottom: 22px; }
.top #mv h1 .jp {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .02em;
  color: var(--top-text);
}
.top #mv h1 .jp em {
  font-style: normal;
  color: var(--top-accent);
}
.top #mv .lead { font-size: 16px; color: var(--top-text-sub); line-height: 2; margin-bottom: 28px; }
.top #mv .lead strong { color: var(--top-text); font-weight: 800; }

.top #mv .cta_btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }
.top #mv .cta_btns .btn { min-width: 260px; padding-left: 36px; padding-right: 36px; }
.top #mv .mv_note { font-size: 13px; color: var(--top-text-mute); line-height: 1.7; }

.top #mv .fig { background: var(--top-bg-warm); border: 1px solid var(--top-line); border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.top #mv .fig img { width: 100%; height: 100%; object-fit: cover; }
.top #mv .aruru_fig {
  order: 2;
  width: min(86vw, 360px);
  max-width: 420px;
  justify-self: center;
  position: relative;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: -4px auto 2px;
  overflow: visible;
  isolation: auto;
}
.top #mv .aruru_photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top #mv .aruru_photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
  background: none;
}

/* HERO 浮遊ツールバッジ */
.top #mv { overflow: hidden; }
.top #mv .mv_badges {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.top #mv .mv_badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px 7px 11px;
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: var(--top-text);
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(28, 61, 102, .16);
  animation: mvBadgeFloat 4.2s ease-in-out infinite;
}
.top #mv .mv_badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bc, var(--top-accent));
  flex: 0 0 auto;
}
/* ▼ モバイル：図の枠内に収めて必ず見えるように（6個） */
.top #mv .b-seo     { --bc: #5b94c9; top: 0;   left: 0; }
.top #mv .b-ig      { --bc: #e1306c; top: 28%; left: -2%; }
.top #mv .b-rakuten { --bc: #bf0000; top: 60%; left: 0; }
.top #mv .b-line    { --bc: #06c755; top: 90%; left: 30%; }
.top #mv .b-gpt     { --bc: #10a37f; top: 0;   right: 0; left: auto; }
.top #mv .b-ga4     { --bc: #e8710a; top: 40%; right: -2%; left: auto; }
/* モバイル非表示の5個（色だけ定義） */
.top #mv .b-meo     { --bc: #0ca678; }
.top #mv .b-claude  { --bc: #d97757; }
.top #mv .b-shopify { --bc: #5e8e3e; }
.top #mv .b-notion  { --bc: #111111; }
.top #mv .b-slack   { --bc: #611f69; }

.top #mv .b-meo     { animation-delay: -.4s; }
.top #mv .b-ig      { animation-delay: -.8s; }
.top #mv .b-rakuten { animation-delay: -1.2s; }
.top #mv .b-line    { animation-delay: -1.6s; }
.top #mv .b-gpt     { animation-delay: -2s; }
.top #mv .b-claude  { animation-delay: -2.4s; }
.top #mv .b-ga4     { animation-delay: -2.8s; }
.top #mv .b-shopify { animation-delay: -3.2s; }
.top #mv .b-notion  { animation-delay: -3.6s; }
.top #mv .b-slack   { animation-delay: -.6s; }

@keyframes mvBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
@media (prefers-reduced-motion: reduce) {
  .top #mv .mv_badge { animation: none; }
}
/* モバイルは密集を避けて6個に絞る */
.top #mv .mv_badge { font-size: 13px; padding: 6px 11px 6px 9px; }
.top #mv .b-meo,
.top #mv .b-claude,
.top #mv .b-shopify,
.top #mv .b-notion,
.top #mv .b-slack { display: none; }

/* ----- 4. 共通：ボタン ----- */
.top .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid var(--top-line);
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: var(--top-text);
  transition: border-color .15s, color .15s, background .15s;
}
.top .btn::after { content: '›'; font-size: 18px; font-weight: 700; }
.top .btn:hover { border-color: var(--top-accent); color: var(--top-accent); }
.top .btn-primary { background: var(--top-accent); color: #fff; border-color: var(--top-accent); }
.top .btn-primary:hover { background: var(--top-accent-dark); color: #fff; border-color: var(--top-accent-dark); }

/* CTAボタン + マイクロコピー */
.top .cta_unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.top .btn_micro {
  font-size: 14px;
  font-weight: 800;
  color: var(--top-accent-dark);
  letter-spacing: .04em;
}
.top .btn_micro-light {
  color: rgba(255, 255, 255, .95);
}

/* ============================================================
 * cont1 · SERVICE OVERVIEW（6サービスアイコン）
 * ============================================================ */
.top #cont1 .services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  justify-content: center;
}
.top #cont1 .services li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 28px 18px;
  border: 1px solid var(--top-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.top #cont1 .services .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 46px;
  box-shadow: none;
}
.top #cont1 .services .icon-search {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='11' stroke='%235C97D9' stroke-width='1.45'/%3E%3Cpath d='M28.8 28.8L36 36' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top #cont1 .services .icon-ads {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 28V19L29 13V34L11 28Z' stroke='%235C97D9' stroke-width='1.45' stroke-linejoin='round'/%3E%3Cpath d='M29 20H33C35.2 20 37 21.8 37 24C37 26.2 35.2 28 33 28H29' stroke='%235C97D9' stroke-width='1.45'/%3E%3Cpath d='M14 28L16 35H20' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.top #cont1 .services .icon-commerce {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13H14L17 30H32L35 18H15.2' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='19' cy='36' r='2' stroke='%235C97D9' stroke-width='1.45'/%3E%3Ccircle cx='30' cy='36' r='2' stroke='%235C97D9' stroke-width='1.45'/%3E%3C/svg%3E");
}
.top #cont1 .services .icon-seminar {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 34V14C12 12.9 12.9 12 14 12H32C33.1 12 34 12.9 34 14V34' stroke='%235C97D9' stroke-width='1.45'/%3E%3Cpath d='M9 34H37' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round'/%3E%3Cpath d='M18 18H28M18 24H28' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top #cont1 .services .icon-ai {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19C15 15.7 17.7 13 21 13H25C28.3 13 31 15.7 31 19V23C31 26.3 28.3 29 25 29H23L19 33V29H21' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 21C20.2 22.4 21.6 23.1 23 23.1C24.4 23.1 25.8 22.4 27 21' stroke='%235C97D9' stroke-width='1.45' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top #cont1 .services .icon-strategy {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='23' r='14' stroke='%235C97D9' stroke-width='1.45'/%3E%3Cpath d='M29 17L25.5 25.5L17 29L20.5 20.5L29 17Z' stroke='%235C97D9' stroke-width='1.45' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.top #cont1 .services .label { font-size: 18px; font-weight: 900; line-height: 1.35; color: var(--top-text); }
.top #cont1 .services .desc { font-size: 13px; color: var(--top-text-sub); line-height: 1.6; margin-top: 2px; }
.top #cont1 .services_note { font-size: 14px; color: var(--top-text-sub); text-align: center; margin-top: 18px; }

/* ============================================================
 * cont_capabilities · 実行できる内容
 * ============================================================ */
.top #cont_capabilities {
  padding: 72px 0;
  background:
    radial-gradient(circle at 8% 82%, rgba(255,255,255,.48) 0 7%, transparent 7.2%),
    radial-gradient(circle at 84% 30%, rgba(255,255,255,.28) 0 26%, transparent 26.2%),
    radial-gradient(circle at 72% 88%, rgba(255,255,255,.18) 0 30%, transparent 30.2%),
    linear-gradient(135deg, #86bfed 0%, #5b94c9 52%, #7db4e2 100%);
  overflow: hidden;
}
.top #cont_capabilities .capabilities {
  position: relative;
  z-index: 0;
}
.top #cont_capabilities .capabilities_head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
  color: #fff;
}
.top #cont_capabilities .capabilities_head h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .03em;
  margin-bottom: 12px;
}
.top #cont_capabilities .capabilities_head p {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}
.top #cont_capabilities .capability_viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4px 0 16px;
}
.top #cont_capabilities .capability_viewport::before,
.top #cont_capabilities .capability_viewport::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 90px;
  pointer-events: none;
}
.top #cont_capabilities .capability_viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(91,148,201,.95), rgba(91,148,201,0));
}
.top #cont_capabilities .capability_viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(125,180,226,.95), rgba(125,180,226,0));
}
.top #cont_capabilities .capability_groups {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 0 16px;
  animation: capabilityAutoScroll 55s linear infinite;
  will-change: transform;
}
.top #cont_capabilities .cap_group {
  flex: 0 0 min(82vw, 320px);
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
.top #cont_capabilities .capability_viewport:hover .capability_groups,
.top #cont_capabilities .capability_viewport:focus-within .capability_groups {
  animation-play-state: paused;
}
.top #cont_capabilities .cap_group h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 12px;
  text-align: center;
}
.top #cont_capabilities .capability_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.top #cont_capabilities .capability_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--top-text);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(28, 61, 102, .12);
}
.top #cont_capabilities .cap_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--top-accent-soft);
  color: var(--top-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}
.top #cont_capabilities .capabilities_illust span {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.top #cont_capabilities .bubble {
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}
.top #cont_capabilities .b1 { width: 96px; left: 4%; top: 42%; }
.top #cont_capabilities .b2 { width: 74px; left: 9%; top: 54%; }
.top #cont_capabilities .b3 { width: 92px; right: 5%; top: 66%; }
.top #cont_capabilities .cursor {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 34px solid #06c7a4;
  border-radius: 6px;
  transform: rotate(78deg);
  filter: drop-shadow(0 8px 10px rgba(28, 61, 102, .16));
}
.top #cont_capabilities .c1 { right: 9%; top: 47%; }
.top #cont_capabilities .c2 { right: 3%; bottom: 16%; transform: rotate(142deg); border-bottom-color: #1b83d3; }
@keyframes capabilityAutoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .top #cont_capabilities .capability_groups { animation: none; }
}
/* スマホ：自動スクロールを止め、指でフリック（横スワイプ）できるようにする */
@media (max-width: 767.98px) {
  .top #cont_capabilities .capability_viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .top #cont_capabilities .capability_viewport::-webkit-scrollbar { display: none; }
  .top #cont_capabilities .capability_groups { animation: none; width: max-content; }
  .top #cont_capabilities .cap_group { scroll-snap-align: center; }
  .top #cont_capabilities .cap_group[aria-hidden="true"] { display: none; }
  .top #cont_capabilities .capability_viewport::before,
  .top #cont_capabilities .capability_viewport::after { display: none; }
}

/* ============================================================
 * cont2 · YOUR WORRIES（4つの悩み）
 * ============================================================ */
.top #cont2 .worries { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.top #cont2 .worries li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  min-height: 94px;
  padding: 18px 14px;
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 28px rgba(28, 61, 102, .04);
}
.top #cont2 .worries li::before {
  content: '';
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='18' fill='%235C97D9'/%3E%3Ccircle cx='22' cy='16.4' r='7' fill='white'/%3E%3Cpath d='M10.8 33.9C12.5 26.8 16.6 23.2 22 23.2C27.4 23.2 31.5 26.8 33.2 33.9C30.4 36.4 26.5 38 22 38C17.5 38 13.6 36.4 10.8 33.9Z' fill='white'/%3E%3C/svg%3E");
}
.top #cont2 .worries .voice { font-size: 15px; color: var(--top-text); line-height: 1.7; font-weight: 700; margin: 0; }
.top #cont2 .worries_arrow { text-align: center; margin-top: 22px; font-size: 15px; color: var(--top-accent); font-weight: 700; }

/* ============================================================
 * cont3 · WHY ARULE（3 POINTS + 4 chips）
 * ============================================================ */
.top #cont3 .points { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 24px; }
.top #cont3 .points li {
  position: relative;
  padding: 30px 24px 26px;
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 61, 102, .06);
}
.top #cont3 .points .point_label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--top-accent);
  letter-spacing: .15em;
  margin-bottom: 8px;
}
.top #cont3 .points .point_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin: 16px auto 18px;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
.top #cont3 .points .point_icon img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  background: transparent !important;
}
.top #cont3 .points h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 12px;
  color: var(--top-text);
}
.top #cont3 .points p { font-size: 15px; color: var(--top-text-sub); line-height: 1.9; }
.top #cont3 .points p strong { color: var(--top-text); font-weight: 800; }

.top #cont3 .points_chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.top #cont3 .points_chips li {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid var(--top-accent);
  color: var(--top-accent);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
}

/* ============================================================
 * cont4 · COMPARISON（選ばれる理由カード）
 * ============================================================ */
.top #cont4 .compare_wrap { display: flex; flex-direction: column; gap: 24px; }
.top #cont4 .compare_cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.top #cont4 .compare_col {
  position: relative;
  min-height: 250px;
  padding: 28px 24px 26px;
  background: #fff;
  border: 1px solid #dbe6f2;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(28, 61, 102, .07);
}
.top #cont4 .compare_col::before {
  content: '';
  display: block;
  width: 100%;
  height: 118px;
  margin: -28px -24px 24px;
  padding-right: 48px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.95)) padding-box,
    radial-gradient(circle at 20% 40%, rgba(91,148,201,.14) 0 16px, transparent 17px),
    radial-gradient(circle at 78% 28%, rgba(91,148,201,.10) 0 24px, transparent 25px),
    #f3f7fb;
}
.top #cont4 .compare_col.self {
  border: 2px solid var(--top-accent);
  background: #fff;
  box-shadow: 0 22px 52px rgba(91, 148, 201, .18);
}
.top #cont4 .compare_col.self::before {
  background:
    radial-gradient(circle at 18% 38%, rgba(91,148,201,.22) 0 18px, transparent 19px),
    radial-gradient(circle at 76% 22%, rgba(255,193,7,.28) 0 16px, transparent 17px);
}
.top #cont4 .compare_col .col_label {
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--top-text);
  margin: -96px 0 10px;
  position: relative;
  z-index: 2;
}
.top #cont4 .compare_col.self .col_label { color: var(--top-accent-dark); }
.top #cont4 .compare_col .col_sub {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.7;
  color: var(--top-text-sub);
  margin-bottom: 16px;
}
.top #cont4 .compare_col.self .col_sub {
  font-weight: 900;
  font-size: 15px;
  color: var(--top-accent);
}
.top #cont4 .compare_col .col_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
.top #cont4 .compare_col .col_chips li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #dbe6f2;
  font-size: 14px;
  font-weight: 800;
  color: var(--top-text-sub);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(28, 61, 102, .04);
}
.top #cont4 .compare_col.self .col_chips li {
  border-color: var(--top-accent);
  color: var(--top-accent-dark);
  background: #fff;
}
.top #cont4 .compare_col .col_lead {
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 800;
  color: var(--top-text);
  line-height: 1.9;
  margin-top: 2px;
}
.top #cont4 .compare_col .col_lead strong {
  display: block;
  font-size: 16px;
  color: var(--top-text);
  margin-bottom: 4px;
}
.top #cont4 .compare_stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.top #cont4 .compare_stats li {
  padding: 34px 20px 32px;
  background: #fff;
  border: 1px solid #dbe6f2;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(28, 61, 102, .05);
}
.top #cont4 .compare_stats .stat_num {
  display: block;
  font-size: clamp(48px, 7vw, 68px);
  font-weight: 900;
  color: var(--top-text);
  line-height: .95;
  letter-spacing: -.04em;
  margin-bottom: 18px;
}
.top #cont4 .compare_stats .stat_num span { font-size: 18px; font-weight: 900; margin-left: 4px; letter-spacing: 0; }
.top #cont4 .compare_stats .stat_label { font-size: 16px; color: var(--top-text-sub); font-weight: 800; }

/* ============================================================
 * cont5 · OUR WORK（4 PILLARS）
 * ============================================================ */
.top #cont5 .pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 34px;
}
.top #cont5 .pillars > li {
  padding: 28px 24px 26px;
  border: 1px solid var(--top-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(28, 61, 102, .06);
}
.top #cont5 .pillars .pillar_head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.top #cont5 .pillars .pillar_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--top-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
  border-radius: 50%;
  letter-spacing: .03em;
}
.top #cont5 .pillars .pillar_label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--top-accent);
  letter-spacing: .15em;
  line-height: 1;
  margin-bottom: 5px;
}
.top #cont5 .pillars h3 {
  font-size: 19px;
  font-weight: 900;
  color: var(--top-text);
  line-height: 1.3;
}
.top #cont5 .pillars .pillar_desc {
  font-size: 15px;
  color: var(--top-text-sub);
  line-height: 1.85;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--top-line-soft);
  margin-bottom: 16px;
}
.top #cont5 .pillars .pillar_desc strong { color: var(--top-text); font-weight: 800; }
.top #cont5 .pillars .pillar_features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top #cont5 .pillars .pillar_features li {
  position: relative;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  color: var(--top-text-sub);
  line-height: 1.65;
}
.top #cont5 .pillars .pillar_features li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--top-accent);
  opacity: .75;
}

.top #cont5 .note {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 26px;
  border: 1px solid var(--top-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 12px 30px rgba(28, 61, 102, .04);
}
.top #cont5 .note h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--top-accent);
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.top #cont5 .note p { font-size: 15px; color: var(--top-text); line-height: 1.9; }
.top #cont5 .note p strong { color: var(--top-accent); font-weight: 800; }

/* ============================================================
 * cont6 · PRICING（料金プラン3つ）
 * ============================================================ */
.top #cont6 .pricing_zero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 18px;
  padding: 12px 26px;
  border: 1.5px solid var(--top-accent);
  border-radius: 999px;
  background: #fff;
  color: var(--top-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.top #cont6 .pricing_zero strong {
  font-size: 16px;
  font-weight: 900;
  color: var(--top-accent);
  margin: 0 2px;
}
.top #cont6 .pricings {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 28px;
  align-items: stretch;
}
.top #cont6 .pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 44px 28px 32px;
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 16px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.top #cont6 .pricing:hover {
  transform: translateY(-4px);
  border-color: var(--top-accent);
  box-shadow: 0 16px 40px rgba(91, 148, 201, .18);
}
.top #cont6 .pricing-popular {
  border: 2px solid var(--top-accent);
  background: linear-gradient(180deg, #fff 0%, var(--top-accent-soft) 100%);
  box-shadow: 0 24px 56px rgba(61, 118, 168, .28);
  z-index: 1;
  padding: 52px 30px 36px;
}
.top #cont6 .pricing-popular:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(61, 118, 168, .32);
}
.top #cont6 .plan_badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--top-popular) 0%, #e8896a 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 22px;
  border-radius: 999px;
  letter-spacing: .14em;
  box-shadow: 0 8px 20px rgba(217, 119, 87, .4);
  z-index: 2;
}
.top #cont6 .plan_label {
  display: block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  color: var(--top-accent);
  margin-bottom: 6px;
}
.top #cont6 .pricing-popular .plan_label {
  font-size: 17px;
  color: var(--top-accent-dark);
}
.top #cont6 .plan_role {
  font-size: 14px;
  color: var(--top-text-mute);
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: .04em;
}
.top #cont6 .plan_price {
  font-size: 15px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  color: var(--top-text);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  border-bottom: 1px solid var(--top-line-soft);
}
.top #cont6 .pricing-popular .plan_price {
  border-bottom-color: rgba(91, 148, 201, .25);
}
.top #cont6 .plan_price > span:first-child {
  font-size: 16px;
  color: var(--top-text-sub);
  font-weight: 700;
}
.top #cont6 .plan_price strong {
  font-size: 52px;
  font-weight: 900;
  margin: 0 2px;
  color: var(--top-text);
  letter-spacing: -.03em;
  line-height: 1;
}
.top #cont6 .pricing-popular .plan_price strong {
  background: linear-gradient(135deg, var(--top-accent) 0%, var(--top-accent-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.top #cont6 .plan_price > span:last-child {
  font-size: 16px;
  color: var(--top-text-sub);
  font-weight: 700;
}
.top #cont6 .plan_features {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 4px 0 20px;
  margin-bottom: 18px;
  flex: 1;
}
.top #cont6 .plan_features li {
  font-size: 14px;
  color: var(--top-text);
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
  font-weight: 500;
}
.top #cont6 .plan_features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--top-accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.5L4.8 8.5L9.5 3.5' stroke='%235b94c9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.top #cont6 .pricing-popular .plan_features li::before {
  background-color: var(--top-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.5L4.8 8.5L9.5 3.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.top #cont6 .plan_target {
  font-size: 14px;
  color: var(--top-text-mute);
  font-weight: 700;
  padding: 10px 12px;
  background: var(--top-line-soft);
  border-radius: 999px;
  margin-top: auto;
}
.top #cont6 .pricing-popular .plan_target {
  color: #fff;
  background: var(--top-accent);
}

.top #cont6 .pricings_note { font-size: 13px; color: var(--top-text-sub); text-align: center; line-height: 1.8; }
.top #cont6 .pricings_note strong { color: var(--top-accent); }

/* ============================================================
 * cont7 · FLOW（4ステップ）
 * ============================================================ */
.top #cont7 .flow { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; }
.top #cont7 .flow li {
  padding: 22px 22px;
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 8px;
  text-align: center;
}
.top #cont7 .flow_num {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: var(--top-accent);
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 8px;
}
.top #cont7 .flow h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--top-text);
}
.top #cont7 .flow p { font-size: 14px; color: var(--top-text-sub); line-height: 1.75; }
.top #cont7 .flow_note { text-align: center; font-size: 15px; color: var(--top-text); }
.top #cont7 .flow_note strong { color: var(--top-accent); font-weight: 800; }

/* ============================================================
 * cont8 · WORKS（実績4件）
 * ============================================================ */
.top #cont8 .works { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 16px; }
.top #cont8 .works li {
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(28, 61, 102, .06);
}
.top #cont8 .works .case_img { margin: 0; }
.top #cont8 .works .case_img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: var(--top-accent-soft);
  display: block;
}
.top #cont8 .works .case_body { padding: 22px 22px 24px; }
.top #cont8 .works .fig img { width: 100%; height: 110px; object-fit: cover; background: var(--top-accent-soft); }
.top #cont8 .works figcaption { padding: 10px 12px; text-align: center; }
.top #cont8 .works .case_cat {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--top-accent-soft);
  color: var(--top-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 12px;
}
.top #cont8 .works h3 { font-size: 20px; line-height: 1.55; font-weight: 900; color: var(--top-text); margin-bottom: 10px; }
.top #cont8 .works p { font-size: 15px; line-height: 1.9; color: var(--top-text-sub); }
.top #cont8 .works_note { font-size: 13px; color: var(--top-text-mute); text-align: center; line-height: 1.7; }

/* ============================================================
 * cont9 · AREA（対応エリア）
 * ============================================================ */
.top #cont9 .area { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.top #cont9 .area_text .kicker {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--top-accent);
  background: var(--top-accent-soft);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.top #cont9 .area_text h3 { font-size: 20px; font-weight: 900; line-height: 1.5; margin-bottom: 16px; color: var(--top-text); }
.top #cont9 .area_info {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 6px 14px;
  padding: 16px;
  background: var(--top-accent-soft);
  border-radius: 6px;
  margin-bottom: 14px;
}
.top #cont9 .area_info dt { font-size: 14px; font-weight: 800; color: var(--top-accent); }
.top #cont9 .area_info dd { font-size: 15px; color: var(--top-text); }

.top #cont9 .area_cities { margin-top: 22px; }
.top #cont9 .area_cities_label {
  font-size: 14px;
  font-weight: 800;
  color: var(--top-accent);
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.top #cont9 .city_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.top #cont9 .city_tags li {
  font-size: 14px;
  font-weight: 700;
  color: var(--top-text-sub);
  background: var(--top-bg-cream);
  border: 1px solid var(--top-line);
  border-radius: 6px;
  padding: 5px 11px;
  line-height: 1;
}
.top #cont9 .city_tags .city_tags_more {
  color: var(--top-accent-dark);
  background: var(--top-accent-soft);
  border-color: var(--top-accent-soft);
  font-weight: 800;
}

.top #cont9 .area_chips { display: flex; flex-wrap: wrap; gap: 8px; }
.top #cont9 .area_chips li {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid var(--top-accent);
  color: var(--top-accent);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
}

.top #cont9 .area_fig {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  aspect-ratio: auto;
}
.top #cont9 .area_fig img { width: 100%; height: 100%; object-fit: cover; }
.top #cont9 .kumamoto_map {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.top #cont9 .kumamoto_map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.top #cont9 .kumamoto_map .pref,
.top #cont9 .kumamoto_map .island {
  fill: #e5e5e5;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linejoin: round;
}
.top #cont9 .kumamoto_map .fukuoka,
.top #cont9 .kumamoto_map .saga,
.top #cont9 .kumamoto_map .nagasaki,
.top #cont9 .kumamoto_map .oita,
.top #cont9 .kumamoto_map .miyazaki,
.top #cont9 .kumamoto_map .kagoshima,
.top #cont9 .kumamoto_map .island {
  fill: #e1e1e1;
}
.top #cont9 .kumamoto_map .kumamoto {
  fill: var(--top-accent);
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linejoin: round;
}

/* ============================================================
 * cont10 · FAQ（アコーディオン）
 * ============================================================ */
.top #cont10 .faq { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 980px; margin: 0 auto; }
.top #cont10 .faq > div {
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 6px;
  overflow: hidden;
}
.top #cont10 .accordion {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.top #cont10 .accordion::before { content: 'Q'; color: var(--top-accent); font-size: 18px; font-weight: 900; flex-shrink: 0; }
.top #cont10 .accordion::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--top-accent); font-weight: 700; transition: transform .25s ease; }
.top #cont10 .is-open .accordion::after { content: '−'; }
.top #cont10 .accordion p { font-size: 17px; color: var(--top-text); flex: 1; padding-right: 32px; line-height: 1.6; }
.top #cont10 .accordion_cont {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.top #cont10 .is-open .accordion_cont { grid-template-rows: 1fr; }
.top #cont10 .accordion_inner { overflow: hidden; min-height: 0; padding: 0 22px 0 56px; }
.top #cont10 .is-open .accordion_inner { padding-bottom: 16px; }
.top #cont10 .accordion_inner p { font-size: 16px; color: var(--top-text-sub); line-height: 1.9; }
.top #cont10 .accordion_inner p strong { color: inherit; font-weight: 400; }

/* ============================================================
 * cont11 · COMMUNITY（地域貢献 / 勉強会）
 * ============================================================ */
.top #cont11 .community_wrap { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: flex-start; }

.top #cont11 .community_text .community_stamp {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid var(--top-accent);
  color: var(--top-accent);
  font-size: 13px;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: .12em;
  margin-bottom: 12px;
}
.top #cont11 .community_text h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 14px;
  color: var(--top-text);
}
.top #cont11 .community_text p { font-size: 16px; color: var(--top-text-sub); line-height: 2.05; margin-bottom: 16px; }
.top #cont11 .community_text p strong { color: inherit; font-weight: 400; }
.top #cont11 .community_chips { display: flex; flex-wrap: wrap; gap: 8px; }
.top #cont11 .community_chips li {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: var(--top-accent-soft);
  color: var(--top-accent);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
}

.top #cont11 .community_photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.top #cont11 .community_photos li {
  background: #fff;
  border: 1px solid var(--top-line);
  border-radius: 8px;
  overflow: hidden;
}
.top #cont11 .community_photos li:last-child { grid-column: 1 / -1; }
.top #cont11 .community_photos .fig img { width: 100%; height: 110px; object-fit: cover; background: var(--top-accent-soft); }
.top #cont11 .community_photos li:last-child .fig img { height: 150px; }
.top #cont11 .community_photos figcaption {
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--top-text-sub);
  text-align: center;
}

/* ============================================================
 * cont12 · MESSAGE（代表あいさつ）
 * ============================================================ */
.top #cont12 .message { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.top #cont12 .message_fig {
  text-align: center;
}
.top #cont12 .message_fig img { width: 100%; max-width: 300px; margin: 0 auto; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; background: var(--top-accent-soft); }

.top #cont12 .message_text .kicker {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--top-accent);
  background: #fff;
  border: 1px solid var(--top-accent);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.top #cont12 .message_text h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 18px;
  color: var(--top-text);
}
.top #cont12 .message_text p { font-size: 16px; color: var(--top-text-sub); line-height: 2.05; }
.top #cont12 .message_text p strong { color: inherit; font-weight: 400; }
.top #cont12 .message_sign {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
}
.top #cont12 .message_sign .sign_role {
  font-size: 14px;
  font-weight: 700;
  color: var(--top-text-mute);
  letter-spacing: .08em;
}
.top #cont12 .message_sign .sign_name {
  font-family: "Yuji Syuku", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--top-text);
  letter-spacing: .14em;
  line-height: 1;
}

/* ============================================================
 * CTA（最終）
 * ============================================================ */
.top .cta { background: var(--top-text); color: #fff; padding: 48px 24px; }
.top .cta .cont_wrapper { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; text-align: center; }
.top .cta .tit { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 10px; }
.top .cta .tit .en {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .25em;
  color: #fff;
  opacity: .6;
}
.top .cta .tit .ja {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}
.top .cta .cta_text p { font-size: 15px; color: #fff; opacity: .8; line-height: 1.8; }

.top .cta .cta_btns { display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.top .cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  transition: background .15s, transform .15s;
}
.top .cta_btn-primary {
  background: var(--top-accent);
  color: #fff;
}
.top .cta_btn-primary:hover { background: var(--top-accent-dark); transform: translateY(-1px); }
.top .cta_btn-line {
  background: var(--top-line-color);
  color: #fff;
}
.top .cta_btn-line:hover { background: #05b04c; transform: translateY(-1px); }


/* ============================================================
 * Tablet (768px+)
 * ============================================================ */
@media (min-width: 768px) {
  .top { font-size: 16px; }
  .top .cont { padding: var(--top-pad-section) 0; }
  .top .head_wrapper { margin-bottom: 48px; }
  .top .head_wrapper .tit .en { font-size: 15px; }

  .top #mv { padding: 60px 0; }
  .top #mv .cont_wrapper { grid-template-columns: 1fr 1fr; gap: 40px; }
  .top #mv .sec { display: block; }
  .top #mv .aruru_fig {
    order: initial;
    width: min(100%, 420px);
    margin: 0;
  }
  .top #mv h1 .jp { font-size: 34px; }
  .top #mv .mv_badge { font-size: 14px; padding: 7px 13px 7px 11px; }
  .top #mv .b-meo,
  .top #mv .b-claude,
  .top #mv .b-shopify,
  .top #mv .b-notion,
  .top #mv .b-slack { display: inline-flex; }
  /* デスクトップ：図の外側に広く散らす（全11個） */
  .top #mv .mv_badges { inset: -4% -12%; }
  .top #mv .b-seo     { top: 2%;  left: -6%; }
  .top #mv .b-meo     { top: 20%; left: -11%; }
  .top #mv .b-ig      { top: 40%; left: -12%; }
  .top #mv .b-rakuten { top: 61%; left: -7%; }
  .top #mv .b-line    { top: 84%; left: 4%; }
  .top #mv .b-gpt     { top: 4%;  right: -8%; left: auto; }
  .top #mv .b-claude  { top: 24%; right: -12%; left: auto; }
  .top #mv .b-ga4     { top: 45%; right: -11%; left: auto; }
  .top #mv .b-shopify { top: 66%; right: -6%; left: auto; }
  .top #mv .b-notion  { top: 88%; right: 8%;  left: auto; }
  .top #mv .b-slack   { top: -4%; left: 38%; }

  .top #cont1 .services { grid-template-columns: repeat(2, minmax(260px, 320px)); gap: 20px; }
  .top #cont1 .services li { padding: 34px 24px; min-height: 190px; }
  .top #cont1 .services .icon { width: 66px; height: 66px; background-size: 50px 50px; }
  .top #cont1 .services .label { font-size: 19px; }

  .top #cont_capabilities .capabilities_head h2 { font-size: 42px; }
  .top #cont_capabilities .cap_group { flex-basis: 360px; }
  .top #cont2 .worries { grid-template-columns: repeat(4, 1fr); }
  .top #cont2 .worries li { flex-direction: row; align-items: center; text-align: left; gap: 13px; }

  .top #cont3 .points { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .top #cont3 .points li {
  position: relative;
  padding: 30px 24px 26px;
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 61, 102, .06);
}

  .top #cont4 .compare_cols { grid-template-columns: repeat(3, 1fr); }

  .top #cont5 .pillars { grid-template-columns: repeat(2, 1fr); }

  .top #cont6 .pricings { grid-template-columns: 1fr 1.08fr 1fr; gap: 24px; align-items: stretch; }
  .top #cont6 .pricing-popular { transform: scale(1.04); }
  .top #cont6 .pricing-popular:hover { transform: translateY(-6px) scale(1.04); }

  .top #cont7 .flow { grid-template-columns: repeat(4, 1fr); }

  .top #cont8 .works { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }

  .top #cont9 .area { grid-template-columns: 1fr 1fr; gap: 40px; }

  .top #cont11 .community_wrap { grid-template-columns: 1fr 1fr; gap: 36px; }
  .top #cont11 .community_photos { grid-template-columns: 1fr 1fr; }

  .top #cont12 .message { grid-template-columns: 260px 1fr; gap: 36px; }
  .top #cont12 .message_text h3 { font-size: 24px; }

  .top .cta { padding: 60px 24px; }
  .top .cta .cont_wrapper { grid-template-columns: 1fr auto; text-align: left; gap: 36px; }
  .top .cta .tit { align-items: flex-start; text-align: left; }
  .top .cta .cta_btns { flex-direction: row; }
  .top .cta .tit .ja { font-size: 26px; }
}


/* ============================================================
 * Desktop (1024px+)
 * ============================================================ */
@media (min-width: 1024px) {
  .top { font-size: 16px; line-height: 1.9; }


  .top #mv { padding: 80px 0 70px; }
  .top #mv .cont_wrapper { grid-template-columns: 1.1fr 1fr; gap: 60px; }
  .top #mv .sec { display: block; }
  .top #mv .aruru_fig {
    order: initial;
    width: min(100%, 420px);
    margin: 0;
  }
  .top #mv .sec .kicker { font-size: 15px; padding: 6px 16px; }
  .top #mv h1 .jp { font-size: 42px; }
  .top #mv .lead { font-size: 16px; }

  .top #cont1 .services { grid-template-columns: repeat(4, minmax(220px, 260px)); justify-content: center; gap: 16px; }

  .top #cont_capabilities .capabilities_head h2 { font-size: 48px; }
  .top #cont_capabilities .cap_group { flex-basis: 340px; }
  .top #cont4 .compare_stats { padding: 0; }
  .top #cont4 .compare_stats li { padding: 22px 12px; }
  .top #cont4 .compare_stats .stat_num { font-size: 28px; }

  .top #cont5 .pillars { grid-template-columns: repeat(4, 1fr); }

  .top #cont8 .works .fig img { height: 130px; }

  .top #cont11 .community_wrap { grid-template-columns: 1.05fr 1fr; }
  .top #cont11 .community_photos .fig img { height: 130px; }

  .top #cont12 .message { grid-template-columns: 320px 1fr; gap: 50px; }

  .top .cta .tit .ja { font-size: 28px; }
}

































