@charset "UTF-8";

/* ============================================================
   AREA PAGE — SHONAN
   /area/css/area.css
============================================================ */

/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes charaIn {
  from { opacity: 0; transform: translateX(-18px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes illustUp {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes charaBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes lineGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes balloonIn {
  from { opacity: 0; transform: scale(.9) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ============================================================
   SECTION BACKGROUNDS
============================================================ */
.area-result .container,
.area-cases .container,
.area-difference .container,
.area-flow .container,
.area-faq .container{
	position: relative;
}
/* ============================================================
   HERO（背景・キャラクター）
============================================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0;
}
@media (max-width: 767px) {
	.hero .container {
		width: 100%!important;
	}
}
.hero-bg-text {
  will-change: transform;
  pointer-events: none;
}
.hero-sky {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 24vw;
  background: linear-gradient(180deg, #3d8fc0 0%, #4e9fd1 25%, #72b5de 55%, #ffffff 100%);
  will-change: transform;
}
.hero-illust {
  position: absolute;
  top: 0; left: 25%;
  width: 80%;
  z-index: -2;
}
.hero-illust img { width: 100%; height: auto; mix-blend-mode: multiply; display: block; }

.hero-inner {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 12% auto 0;
  padding: 0 5%;
}
.hero-inner::before {
  content: "SHONAN";
  position: absolute;
  z-index: -1;
  top: -12vw; left: 2%;
  font-size: clamp(84px, 16vw, 220px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero-inner::before {
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(10px, 18vw, 220px);
  }
}

.hero-chara-wrap {
  position: relative;
  z-index: 4;
  width: 28%;
  animation: charaIn .9s var(--ease) .28s both;
}
.hero-chara-img {
  width: 100%; height: auto;
  filter: drop-shadow(0 10px 30px rgba(10,30,60,.16));
  animation: charaBob 4.2s ease-in-out infinite;
  display: block;
}
.hero-name-svg {
  width: 77%; height: auto; display: block;
  margin: -16% 0 0 23%;
  filter: drop-shadow(0 4px 12px rgba(10,30,60,.18));
  animation: fadeUp .7s var(--ease) .5s both;
}
.chara-balloon {
  position: absolute;
  top: 0; left: 80%;
  margin-top: 9%;
  background: #fff;
  border-radius: 100px;
  padding: 1em;
  box-shadow: 0 4px 20px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.8);
  font-size: clamp(45%, 1.3vw, 20px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  white-space: nowrap;
  z-index: 15;
  pointer-events: none;
  animation: balloonIn .65s var(--ease) 1.2s both;
}
.chara-balloon::after {
  content: "";
  position: absolute;
  bottom: -11px; left: 13%;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #fff;
}
.chara-balloon em { font-style: normal; color: var(--accent); }

/* ============================================================
   AREA PAGE HERO（テキストエリア）
============================================================ */
.area-page-hero {
  position: relative;
  padding-top: 24px !important;
  padding-bottom: 104px;
  overflow: hidden;
}

.area-page-hero::before {
  content: "SHONAN";
  position: absolute;
  top: 48%; right: -2%;
  transform: translateY(-50%);
  font-size: clamp(84px, 16vw, 220px);
  font-weight: 900;
  font-family: var(--font-ui, "Inter", sans-serif);
  letter-spacing: -.06em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.06);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.area-page-hero::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(74,124,255,.32) 28%,
    rgba(142,108,255,.22) 62%,
    transparent 100%
  );
}

.area-page-hero__body {
  position: relative;
  z-index: 1;
}

.area-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(var(--soft-r), var(--soft-g), var(--soft-b), .7);
}

.area-page-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(20px, 3.8vw, 44px);
  line-height: 1.3;
  letter-spacing: -.045em;
  font-weight: 800;
}
.area-page-hero h1 em {
  font-style: normal;
  position: relative;
}
.area-page-hero h1 em::after {
  content: "";
  position: absolute;
  left: 0; bottom: 2px;
  width: 100%; height: 3px;
  background: var(--accent, #4a7cff);
  border-radius: 2px;
}

.area-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* ============================================================
   HERO POINTS
============================================================ */
.area-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.area-hero-points li {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(74,124,255,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 24px rgba(74,124,255,.08), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.8;
}
.area-hero-points li::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 20px 20px 0 0;
}
.area-hero-points li:nth-child(1)::before { background: linear-gradient(90deg, #4a7cff, #7eb5ff); }
.area-hero-points li:nth-child(2)::before { background: linear-gradient(90deg, #3db87a, #6fd3a8); }
.area-hero-points li:nth-child(3)::before { background: linear-gradient(90deg, #8e6cff, #b49dff); }

.point-inner { display: flex; flex-direction: column; gap: 8px; }

.point-num {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
}
.area-hero-points li:nth-child(1) .point-num { color: #4a7cff; }
.area-hero-points li:nth-child(2) .point-num { color: #3db87a; }
.area-hero-points li:nth-child(3) .point-num { color: #8e6cff; }

.point-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -.01em;
  color: var(--navy);
}

/* ============================================================
   NARRATIVE SECTION（導入 → 問題定義 → アンサー）
============================================================ */
.nw-section {
  padding-top: 72px !important;
  padding-bottom: 0 !important;
  overflow: visible;
}

/* スパイン：全体を貫く縦線 */
.nw-spine {
  position: relative;
}
/* 全体縦線は廃止。各 nw-gutter::after で個別に引く */
.nw-spine::before {
  content: none;
}

/* 共通グリッド */
.nw-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
}
.nw-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 32px;
  align-items: stretch;
}
/* gutter はノードを持ち、残り高さに縦線を伸ばす */
.nw-gutter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}
.nw-gutter::after {
  content: "";
  flex: 1;
  width: 1px;
  margin-top: 8px;
  background: linear-gradient(180deg,
    rgba(74,124,255,.18) 0%,
    rgba(74,124,255,.18) 75%,
    rgba(74,124,255,0)  100%
  );
}

/* ノード */
.nw-node {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.nw-node-a {
  background: #4a7cff;
  box-shadow: 0 0 0 4px rgba(74,124,255,.13);
}
.nw-node-b {
  background: #fff;
  border: 2px solid rgba(200,50,50,.55);
  box-shadow: 0 0 0 4px rgba(200,50,50,.07);
  margin-top: 3px;
}
.nw-node-c {
  background: #3db87a;
  box-shadow: 0 0 0 4px rgba(61,184,122,.18);
}

/* コネクター */
.nw-connector { padding: 32px 0; }
.nw-con-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 32px;
  align-items: start;
}
.nw-con-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nw-con-tick {
  width: 1px; height: 26px;
  background: rgba(74,124,255,.2);
}
.nw-con-tick-red { background: rgba(200,50,50,.24); }
.nw-con-tick-green { background: rgba(61,184,122,.25); }
.nw-con-arrow {
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(74,124,255,.24);
  margin-top: -1px;
}
.nw-con-arrow-red { border-top-color: rgba(200,50,50,.24); }
.nw-con-arrow-green { border-top-color: rgba(61,184,122,.32); }
.nw-con-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 6px;
}
.nw-con-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 4px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nw-con-tag-blue {
  background: rgba(74,124,255,.06);
  border: 1px solid rgba(74,124,255,.14);
  color: #4a7cff;
}
.nw-con-tag-red {
  background: rgba(200,50,50,.04);
  border: 1px solid rgba(200,50,50,.1);
  color: #c83232;
}
.nw-con-tag-green {
  background: rgba(61,184,122,.07);
  border: 1px solid rgba(61,184,122,.2);
  color: #2a9460;
}
.nw-con-desc {
  font-size: clamp(14px, 1.5vw, 16px);
    color: rgb(var(--text-r), var(--text-g), var(--text-b));
    letter-spacing: .01em;
    font-weight: 700;
}

/* ブロック共通 */
.nw-block { position: relative; }
.nw-block-a { padding-bottom: 8px; }
.nw-block-b { padding-bottom: 8px; }
.nw-block-c { padding-bottom: 88px; }

/* キッカー（eyebrow）— 全ブロック共通スタイル */
.nw-eyebrow {
  display: block;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(74,124,255,.7);
  margin-bottom: 18px;
}
/* Block B/C のeyebrowも同一クラスに統一 */
.nw-eyebrow-red  { color: rgba(200,50,50,.65); }
.nw-eyebrow-green { color: rgba(43,168,100,.8); }

/* BLOCK A / B / C — h2サイズ統一 */
.nw-a-h2,
.nw-b-h2,
.nw-c-h2 {
  font-size: clamp(20px, 6.6vw, 40px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.28;
  margin-bottom: 24px;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.nw-a-h2 span,
.nw-b-h2 span,
.nw-c-h2 span {
    color: #bbb907;
}
.nw-a-h2 em { font-style: normal; position: relative; }
.nw-a-h2 em::after {
  content: "";
  position: absolute;
  left: 0; bottom: 2px;
  width: 100%; height: 3px;
  background: rgba(74,124,255,.3);
  border-radius: 2px;
}

/* BLOCK A 本文 */
.nw-a-body {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2.08;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .65);
}
@media (max-width: 767px) {
	.nw-a-body {
		font-size: 100%;
	}
}

.nw-a-body p + p { margin-top: 20px; }
.nw-a-body strong {
  font-weight: 700;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  border-bottom: 2px solid rgba(74,124,255,.28);
  padding-bottom: 1px;
}

/* BLOCK B リード文 */
.nw-b-lead {
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .7);
  max-width: 640px;
  margin-bottom: 0;
}

/* ============================================================
   QA PAIR — ISSUE ↔ ANSWER 対応ブロック
============================================================ */
.nw-block-bc {
  position: relative;
}
.nw-block-bc .nw-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
  padding-bottom: 72px;
}

.nw-qa-pair {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 0 16px;
  align-items: stretch;
  border-bottom: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  padding: 28px 0;
}
.nw-qa-pair:first-child { border-top: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08); }

/* ISSUEカラム */
.nw-qa-issue {
  padding: 20px 22px;
  border-radius: 12px;
  background: rgba(200,50,50,.04);
  border: 1px solid rgba(200,50,50,.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ANSWERカラム */
.nw-qa-answer {
  padding: 20px 22px;
  border-radius: 12px;
  background: rgba(61,184,122,.04);
  border: 1px solid rgba(61,184,122,.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ラベル */
.nw-qa-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  align-self: flex-start;
}
.nw-qa-label-issue {
  background: rgba(200,50,50,.08);
  color: #c83232;
  border: 1px solid rgba(200,50,50,.15);
}
.nw-qa-label-answer {
  background: rgba(61,184,122,.08);
  color: #2a9460;
  border: 1px solid rgba(61,184,122,.2);
}

/* タイトル */
.nw-qa-title {
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.45;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}

/* 説明文 */
.nw-qa-desc {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .72);
}

/* 矢印カラム */
.nw-qa-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nw-qa-arrow svg {
  width: 20px; height: 20px;
  stroke: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .28);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .nw-qa-pair {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }
  .nw-qa-arrow { transform: rotate(90deg); height: 28px; }
}

/* ============================================================
   WHAT WE IMPROVE — カード
============================================================ */
.area-result {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: #fff;
}
.area-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

/* カード共通 */
.area-result-card {
  position: relative;
  padding: 32px 28px 26px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  border: 1.5px solid #bbb907;
}

/* 背景ナンバー */
.area-result-card::after {
  content: attr(data-num);
  position: absolute;
  bottom: -18px; right: 16px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 96px;
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
  color: rgba(187,185,7,.1);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* before リセット */
.area-result-card::before { content: none; }

/* 番号バッジ（丸） */
.card-num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #bbb907;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  letter-spacing: -.01em;
}

/* タイトル */
.area-result-card h3 {
  margin-bottom: 10px;
  font-size: clamp(17px, 1.9vw, 21px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.025em;
  color: #111;
  position: relative;
  z-index: 1;
}

/* 本文 */
.area-result-card p {
  font-size: 13.5px;
  line-height: 1.95;
  color: rgba(0,0,0,.55);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .area-result-card p { font-size: 100%; }
}

/* キーワードチップ */
.card-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.card-kw {
  padding: 3px 9px;
  border-radius: 3px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .04em;
  background: rgba(187,185,7,.1);
  color: #6b6800;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .area-result-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .area-result-grid { gap: 12px; }
  .area-result-card { padding: 26px 22px 22px; border-radius: 14px; }
  .area-result-card::after { font-size: 72px; bottom: -12px; right: 12px; }
}

/* ============================================================
   LOCAL DIFFERENCE
============================================================ */
.area-difference {
  padding-top: 90px !important;
  padding-bottom: 100px !important;
  overflow: hidden;
}
.area-local-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 14px;
}
.area-local-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: #fff;
  border: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .1);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.area-local-card:hover {
  border-color: #bbb907;
  box-shadow: 0 4px 24px rgba(187,185,7,.12);
}
.area-local-card-body {
  padding: 40px 32px 28px;
}
.area-local-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #8a8600;
}
.area-local-card h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.1;
  color: #1a1a00;
}
.area-local-card p {
  font-size: 13.5px;
  line-height: 2;
  color: rgba(30,28,0,.48);
}
@media (max-width: 767px) {
  .area-local-card p { font-size: 100%; }
}

/* ボタンエリア */
.area-local-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  background: #bbb907;
  transition: background .22s ease;
}
.area-local-card:hover .area-local-link {
  background: #caca06;
}
.area-local-link-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.area-local-link-text {
  flex: 1;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.01em;
  line-height: 1.5;
}
.area-local-link-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .22s cubic-bezier(.34,1.56,.64,1);
}
.area-local-card:hover .area-local-link-arrow {
  transform: translateX(4px);
}
.area-local-link-arrow svg {
  width: 13px;
  height: 13px;
  stroke: #8a8600;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   FLOW
============================================================ */
.area-flow {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}

/* ============================================================
   FAQ — よくある質問（よくあるご相談を統合）
============================================================ */
.area-faq {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
.area-faq-list { display: flex; flex-direction: column; gap: 14px; }
.area-faq-item {
  border: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  border-radius: 3px;
  background: rgba(var(--panel-strong-r), var(--panel-strong-g), var(--panel-strong-b), .74);
  overflow: hidden;
}
.area-faq-item summary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.55;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  user-select: none;
  transition: background .25s ease, color .25s ease;
}

.area-faq-item summary:hover {
  background: rgba(74,124,255,.06);
  color: #4a7cff;
}
.area-faq-item summary:hover::after {
  color: #4a7cff;
  transform: translateY(-50%) scale(1.1);
}
.area-faq-item summary::-webkit-details-marker { display: none; }

/* ？アイコン */
.faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(74,124,255,.1);
  border: 1px solid rgba(74,124,255,.2);
  color: #4a7cff;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  top: 1px;
}

/* 開閉アイコン（+/-） */
.area-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .36);
  transition: transform .28s ease, color .2s ease;
}
.area-faq-item[open] summary::after {
  content: "−";
  color: rgba(74,124,255,.6);
}
.area-faq-answer {
  padding: 0 22px 22px 56px;
  font-size: 14px;
  line-height: 2;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .82);
}

@media (max-width: 767px) {
  .area-faq-item summary { padding: 18px 44px 18px 18px; font-size: 14px; }
  .area-faq-answer { padding: 0 18px 18px 18px; }
  .faq-q-icon { display: none; }
}
/* ============================================================
   FLOW — 縦タイムライン
============================================================ */
.area-flow {
  padding-top: 90px !important;
  padding-bottom: 100px !important;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 56px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.flow-step {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* 左カラム：ドット＋コネクター */
.flow-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 56px;
}

/* 丸ドット */
.flow-step-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #bbb907;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.01em;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: -10px;
  margin-right: -20px;
}

/* ライン＋矢印のラッパー */
.flow-step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin-right: -20px;
  padding-top: 4px;
  padding-bottom: 14px;
}

.flow-step-line {
  width: 2px;
  flex: 1;
  background: #c9c806;
}

.flow-step-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #c9c806;
  flex-shrink: 0;
}

/* コンテンツカード */
.flow-step-content {
  flex: 1;
  padding: 16px 24px 22px 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.07);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.flow-step:last-child .flow-step-content {
  margin-bottom: 0;
}

.flow-step-en {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8a8600;
  margin-bottom: 6px;
  display: block;
}

.flow-step-content h3 {
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.35;
  margin-bottom: 8px;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}

.flow-step-content p {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .72);
  margin: 0;
}
@media (max-width: 767px) {
  .flow-step-content p { font-size: 100%; }
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1200px) {
  .area-result-grid  { grid-template-columns: 1fr; }
  .area-local-grid   { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .area-local-card   { grid-template-rows: auto auto; }
  .area-local-card-body { padding: 28px 24px 20px; }

  /* Narrative */
  .nw-row,
  .nw-con-row { grid-template-columns: 40px 1fr; gap: 0 20px; }

	.sw-e br { display: none; }
}

@media (max-width: 767px) {
  /* Hero */
  .area-page-hero {
    padding-top: 18px !important;
    padding-bottom: 72px;
  }
  .area-page-hero h1 { font-size: clamp(32px, 9vw, 44px); }
  .area-page-hero__lead { font-size: 14px; padding-left: 14px; }
  .area-hero-actions { flex-direction: column; align-items: stretch; }
  .area-hero-actions .btn { width: 100%; justify-content: center; }
  .area-hero-points { grid-template-columns: 1fr; }

  /* Narrative */
  .nw-section { padding-top: 52px !important; }
  .nw-row,
  .nw-con-row { grid-template-columns: 36px 1fr; gap: 0 16px; }
  .nw-connector { padding: 24px 0; }

  /* Flow */
  .flow-steps { grid-template-columns: 1fr; gap: 0; margin-top: 40px; }
  .flow-step:nth-child(1) .flow-step-inner { border-radius: 3px; }
  .flow-step:nth-child(2) .flow-step-inner { border-radius: 3px; }
  .flow-step:nth-child(3) .flow-step-inner { border-radius: 3px; }
  .flow-step-inner--last { border-radius: 3px !important; }
  .flow-step-inner { padding: 26px 22px; }
  .flow-step-num { font-size: 22px; }
	
	.sw-e br { display: block; }
}


/* ============================================================
   SHONAN HERO REFINED
   .area-page-hero refresh
============================================================ */

.area-page-hero {
  position: relative;
  padding-top: 7% !important;
  padding-bottom: 92px;
  overflow: visible;
}

.area-page-hero::before {
  content: none;
}

.area-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(74,124,255,.14) 22%,
    rgba(74,124,255,.26) 50%,
    rgba(74,124,255,.14) 78%,
    transparent 100%
  );
}

.area-page-hero__panel {
  position: relative;
}

.area-page-hero__body {
  position: relative;
  z-index: 1;
  padding: 46px 44px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.68);
  box-shadow:
    0 18px 60px rgba(21, 41, 84, .08),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
	overflow: hidden;
}
.area-page-hero__body::before {
  content: "SHONAN";
  position: absolute;
  top: -3%;
  right: 24px;
  font-size: clamp(54px, 10vw, 120px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
  color: rgba(74,124,255,.08);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
	.area-page-hero__body::before {
	  top: inherit;
		bottom: -0.6%;
	}
}

.area-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  color: rgba(var(--soft-r), var(--soft-g), var(--soft-b), .78);
}

.area-page-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.32;
  letter-spacing: -.045em;
  font-weight: 900;
	text-align: center;
}

.area-page-hero h1 span {
	color: #bbb907;;
}

.area-page-hero__lead {
	max-width: 700px;
	font-weight: 600;
	margin: 0 auto;
	padding-left: 0;
	border-left: 0;
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.95;
	text-align: justify;
	margin-bottom: 1em;
}

.area-page-hero__lead-sub {
	max-width: 700px;
	margin: 0 auto;
	padding-left: 0;
	border-left: 0;
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.95;
	color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .88);
	text-align: justify;
}

.area-hero-actions {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.area-hero-actions .btn {
  min-width: 190px;
}

.area-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(74,124,255,.10);
  list-style: none;
}

.area-hero-points li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  min-height: 0;
}

.area-hero-points li::before {
  content: none;
}

.point-inner {
  gap: 6px;
}

.point-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
  opacity: .9;
}

.point-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -.01em;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .88);
}

/* キャラまわりの主張を少し弱める */
.hero-chara-wrap {
  width: 24%;
}

.hero-chara-img {
  filter: drop-shadow(0 10px 24px rgba(10,30,60,.12));
}

.chara-balloon {
  box-shadow: 0 4px 16px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.8);
  font-size: clamp(12px, 1.1vw, 17px);
}

/* 背景イラストを少しだけ後ろへ */
.hero-illust {
  opacity: .92;
}

/* ------------------------------
   Tablet
------------------------------ */
@media (max-width: 1100px) {
  .area-page-hero__panel {
    max-width: 860px;
  }

  .area-page-hero__body {
    padding: 40px 34px 30px;
  }

  .area-hero-points {
    gap: 14px;
  }
}

/* ------------------------------
   Mobile
------------------------------ */
@media (max-width: 767px) {
  .area-page-hero {
    padding-top: 18px !important;
    padding-bottom: 68px;
  }

  .area-page-hero__panel::before {
    top: -18px;
    left: 14px;
    font-size: 18vw;
  }

  .area-page-hero__body {
    padding: 28px 22px 24px;
    border-radius: 24px;
  }

  .area-page-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .18em;
  }

  .area-page-hero h1 {
	  text-align: left;
	  font-size: clamp(20px, 6.6vw, 40px);
  }

  .area-page-hero__lead {
    max-width: inherit;
    font-size: 100%;
    line-height: 1.9;
  }
	.area-page-hero__lead-sub {
		font-size: 100%;
	}
  .area-hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .area-hero-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .area-hero-points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
    padding-top: 18px;
  }

  .point-text {
    font-size: 13px;
  }

.hero-inner {
    padding: 0 5% 15%;
}

.hero-chara-wrap {
  width: 44%;
	padding-top: 10%;
}
	
.chara-balloon {
	top: 12%;
	left: 87%;
    font-size: clamp(6px, 3.1vw, 17px);
}

.hero-illust {
	top: inherit;
	bottom: 0;
	left: 0;
	width: 100%;
}

}

/* ============================================================
   CASES
============================================================ */
.area-cases {
	padding-top: 90px !important;
	padding-bottom: 100px !important;
	background: #fff;
	overflow: hidden;
}

.area-cases .container {
  position: relative;
}

.area-cases-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 44px;
}

.area-case {
  padding: 28px 30px;
  border: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 30px rgba(12,35,64,.04);
}

.area-case-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.area-case-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(74,124,255,.08);
  color: var(--accent, #4a7cff);
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.area-case-head h3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.03em;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}

.area-case-body {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 0 14px;
  align-items: stretch;
}

.area-case-block {
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: rgba(200,50,50,.04);
  border: 1px solid rgba(200,50,50,.1);
}

.area-case-block:has(.area-case-label.-answer) {
  background: rgba(61,184,122,.04);
  border: 1px solid rgba(61,184,122,.12);
}

.area-case-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(200,50,50,.08);
  color: #c83232;
  border: 1px solid rgba(200,50,50,.14);
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.area-case-label.-answer {
  background: rgba(61,184,122,.08);
  color: #2a9460;
  border: 1px solid rgba(61,184,122,.18);
}

.area-case-block p {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .84);
}

.area-case-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: rgba(74,124,255,.48);
}

@media (max-width: 767px) {
  .area-cases {
    padding-bottom: 72px !important;
  }

  .area-cases-list {
    margin-top: 32px;
    gap: 12px;
  }

  .area-case {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .area-case-head {
    margin-bottom: 16px;
  }

  .area-case-head h3 {
    font-size: 20px;
  }

  .area-case-body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .area-case-arrow {
    min-height: 24px;
    transform: rotate(90deg);
  }

  .area-case-block p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* ============================================================
   AREA QUICK LINKS — 地域リンクボタン
   .area-quick-links.section
============================================================ */

.area-quick-links {
  margin-top: 44px;
  padding-top: 36px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid rgba(210, 60, 60, 0.10);
}

/* セクション見出し */
.area-quick-links .section-heading {
  margin-bottom: 22px;
  text-align: center;
}

.area-quick-links .section-heading h2 {
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--muted-r, 100), var(--muted-g, 110), var(--muted-b, 130), 0.65);
  font-family: var(--font-ui, "Inter", sans-serif);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.area-quick-links .section-heading h2::before,
.area-quick-links .section-heading h2::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: rgba(210, 60, 60, 0.22);
}

/* ボタングリッド */
.area-btn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* ボタン共通 */
.area-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 20px 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(210, 60, 60, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 2px 16px rgba(210, 60, 60, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  cursor: pointer;
}

/* ホバー時の背景グロー */
.area-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.32s ease;
}

/* 上部カラーライン */
.area-btn::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.32s ease;
  opacity: 0.6;
}

/* 各地域カラー（赤系統一） */
.area-btn:nth-child(1)::after,
.area-btn:nth-child(2)::after,
.area-btn:nth-child(3)::after { background: linear-gradient(90deg, #d43a3a, #e87070); }

.area-btn:nth-child(1)::before,
.area-btn:nth-child(2)::before,
.area-btn:nth-child(3)::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(210, 60, 60, 0.08) 0%, transparent 70%);
}

/* ホバー */
.area-btn:hover {
  transform: translateY(-5px);
}
.area-btn:nth-child(1):hover,
.area-btn:nth-child(2):hover,
.area-btn:nth-child(3):hover {
  border-color: rgba(210, 60, 60, 0.30);
  box-shadow: 0 14px 36px rgba(210, 60, 60, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.area-btn:hover::before { opacity: 1; }
.area-btn:hover::after  { transform: scaleX(1); opacity: 1; }
.area-btn:hover .area-btn-arrow { opacity: 1; transform: translateX(0); }

/* 英語ラベル */
.area-btn-en {
  display: block;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: color 0.24s ease;
}
.area-btn:nth-child(1) .area-btn-en,
.area-btn:nth-child(2) .area-btn-en,
.area-btn:nth-child(3) .area-btn-en { color: #c83232; }

/* 日本語ラベル */
.area-btn-ja {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--navy, #0a1e3c);
  position: relative;
  z-index: 1;
  transition: color 0.24s ease;
}

/* 矢印アイコン（.area-btn-arrow スパンを追加する場合） */
.area-btn-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}
.area-btn:nth-child(1) .area-btn-arrow,
.area-btn:nth-child(2) .area-btn-arrow,
.area-btn:nth-child(3) .area-btn-arrow { background: rgba(210, 60, 60, 0.10); color: #c83232; }

/* ============================================================
   AREA QUICK LINKS — Tablet
============================================================ */
@media (max-width: 1100px) {
  .area-quick-links {
    margin-top: 36px;
    padding-top: 28px !important;
  }
  .area-btn {
    padding: 18px 14px 16px;
    border-radius: 16px;
  }
  .area-btn-ja { font-size: 15px; }
}

/* ============================================================
   AREA QUICK LINKS — Mobile
============================================================ */
@media (max-width: 767px) {
  .area-quick-links {
    margin-top: 28px;
    padding-top: 24px !important;
  }

  .area-quick-links .section-heading {
    margin-bottom: 16px;
  }

  .area-quick-links .section-heading h2 {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .area-quick-links .section-heading h2::before,
  .area-quick-links .section-heading h2::after {
    width: 18px;
  }

  .area-btn-grid {
    gap: 9px;
  }

  .area-btn {
    padding: 16px 12px 14px;
    border-radius: 14px;
    gap: 2px;
  }

  .area-btn-en {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .area-btn-ja { font-size: 14px; }

  /* モバイルでは常に矢印を表示 */
  .area-btn-arrow {
    opacity: 0.55;
    transform: translateX(0);
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    font-size: 7px;
  }
}
