@charset "UTF-8";

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 86svh;
  min-height: 600px;
  max-height: 860px;
  background: #fff;
  padding: 0;
}
.hero-sky {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 62%;
  background: linear-gradient(180deg, #3d8fc0 0%, #4e9fd1 25%, #72b5de 55%, #ffffff 100%);
  will-change: transform;
}
.hero-illust {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 1460px;
  z-index: 5;
  pointer-events: none;
  will-change: transform;
  animation: illustUp .9s var(--ease) .15s both;
}
.hero-illust img { width: 100%; height: auto; mix-blend-mode: multiply; display: block; }

.hero-inner {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 3.5fr 6.2fr;
  gap: 0 8%;
  padding: calc(var(--header-h) + 16px) 6% 120px;
  max-width: 1480px;
  margin: 0 auto;
  left: 0; right: 0;
  will-change: transform;
}

@media (min-width: 768px) {
  .hero-inner {
    display: grid;
    grid-template-columns: 3.5fr 6.2fr;
    gap: 0 8%;
  }

  .hero-copy {
    order: unset;
  }

  .hero-chara-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .hero-copy:first-of-type {
    grid-column: 2;
    grid-row: 1;
  }

  .hero-copy-lower {
    grid-column: 2;
    grid-row: 2;
  }
}

/* ── キャラクター ── */
.hero-chara-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 4;
  max-width: 400px;
  margin-top: 5%;
  animation: charaIn .9s var(--ease) .28s both;
}
@media (max-width: 767px) {
	.hero-chara-wrap {
		display: block;
		width: 80%;
		margin: 0 0 0 10%;
	}
}
.hero-chara-img {
  width: 70%;
  margin: 0 0 0 -16%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(10,30,60,.16));
  animation: charaBob 4.2s ease-in-out infinite;
  display: block;
}
@media (max-width: 767px) {
	.hero-chara-img {
		width: 50%;
		margin: -19% 0 0 -17%;
	}
}

.hero-name-svg {
  width: 86%;
  height: auto;
  display: block;
  margin: -16% 0 0 8%;
  filter: drop-shadow(0 4px 12px rgba(10,30,60,.18));
  animation: fadeUp .7s var(--ease) .5s both;
}
@media (max-width: 767px) {
	.hero-name-svg {
	  width: 94%;
	  margin: -20% 0 0 3%;
	}
}

.chara-balloon {
  position: absolute;
  top: 0; right: -12%;
  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.28vw, 110%);
  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: 33px;
  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); }
@media (max-width: 767px) {
	.chara-balloon,
	.chara-balloon::after {
		display: none;
	}
}
/* ── コピー ── */
.hero-copy {}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.48);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 16px;
  animation: fadeUp .65s var(--ease) .44s both;
}
.eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-lt); }

.hero-h1 {
  animation: fadeUp .7s var(--ease) .54s both;
}
.hero-h1 .h1-main {
	display: block;
	font-size: clamp(14px, 2.2vw, 18px);
	text-align: center;
	color: #fff;
	background-color: rgba(170,166,0,.82);
	border: solid 1px #fff;
	border-radius: 999px;
	text-shadow: none;
	padding: 0.2em 0;
	line-height: 1.4
}
.hero-h1 .h1-sub-s {
	display: block;
	font-size: clamp(14px, 2.2vw, 26px);
	font-weight: 700;
	letter-spacing: -.02em;
	color: #fff;
	text-shadow: 0 2px 9px rgba(0,40,80,.7);
	text-align: center;
	margin-top: 0.5em;
}
@media (max-width: 767px) {
	.hero-h1 .h1-sub-s {
		font-size: clamp(13px, 4.0vw, 26px);
		margin: 0.5em 0 25px;
	}
}
.hero-h1 .h1-sub {
	display: block;
	font-size: clamp(14px, 2.2vw, 26px);
	font-weight: 700;
	letter-spacing: -.02em;
	color: #fff;
	text-shadow: 0 2px 9px rgba(0,40,80,.7);
	text-align: center;
}
@media (max-width: 767px) {
	.hero-h1 .h1-sub-s {
		font-size: clamp(14px, 3.5vw, 26px);
		display: inline-block;
		color: #222;
		text-shadow: none;
		background: #fff;
		border-radius: 100px;
		padding: 0.5em 1.5em;
		box-shadow: 0 4px 20px rgba(0, 0, 0, .13), inset 0 1px 0 rgba(255, 255, 255, .8);
		line-height: 1.4;
		white-space: nowrap;
		z-index: 15;
		pointer-events: none;
		margin: 6% 0 0 24%;
	}
	.hero-h1 .h1-sub-s::after {
		content: "";
		position: absolute;
		bottom: -9px;
		left: 33%;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 6px solid transparent;
		border-top: 13px solid #fff;
	}
	.hero-h1 .h1-sub-s span {
		display: none;
	}
}




.hero-problem {
	display: block;
	text-align: center;
	color: var(--white);
	font-size: clamp(10px, 2.8vw, 37px);
	font-weight: 900;
	background: rgba(10,10,10,.82);
	padding: 0 .7em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2.3;
	letter-spacing: .01em;
	animation: fadeUp .7s var(--ease) .66s both;
}
@media (max-width: 767px) {
	.hero-problem {
		font-size: clamp(10px, 4.3vw, 32px);
	}
}


.hero-h2 {
	display: block;
	text-align: center;
	color: var(--white);
	font-size: clamp(10px, 3.8vw, 54px);
	font-weight: 900;
	background: rgba(170,166,0,.82);
	padding: 0 .7em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2.3;
	letter-spacing: .01em;
	margin: 0.1em 0;
	animation: fadeUp .7s var(--ease) .66s both;
}
@media (max-width: 767px) {
	.hero-h2 {
		font-size: clamp(10px, 6.36vw, 45px);
	}
}

/* ── リード文 ── */
.hero-lead {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	animation: fadeUp .7s var(--ease) .66s both;
	font-size: clamp(14px, 2.2vw, 26px);
	font-weight: 700;
	letter-spacing: -.02em;
	text-shadow: 0 2px 9px rgba(255,255,255,.7);
	padding: .45em .7em;
	line-height: 1.5
}
@media (max-width: 767px) {
	.hero-lead {
		font-size: 100%;
		background: none;
		padding: .45em 0;
		text-align: left;
	}
	.pb-bubble p,
	.cta-panel p:not(.cta-badge) {
		nt-size: 100%;
		ne-height: 1.8;
		background: none;	
	}
	.btn-note,
	.cta-micro,
	.breadcrumb-list {
		font-size:100%;
	}
}

/* ── CTA グループ ── */
.cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
	animation: fadeUp .7s var(--ease) .8s both;
}

.cta-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  margin-bottom: 2px;
}
.status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  animation: ripple 2.2s ease-out infinite;
}
@keyframes ripple {
  0%   { box-shadow: 0 0 0 0 rgba(61,184,122,.6); }
  70%  { box-shadow: 0 0 0 8px rgba(61,184,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(61,184,122,0); }
}

/* ── ヒーローボタン ── */
.hero-btn-primary {
  display: inline-flex;
  align-items: stretch;
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--font-base);
  box-shadow: 0 3px 0 rgba(0,0,0,.14), 0 8px 32px rgba(0,0,0,.18);
  transition: transform .22s var(--ease), box-shadow .22s ease;
  text-decoration: none;
  margin: 0 18px 18px 0;
}
.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 rgba(0,0,0,.14), 0 20px 48px rgba(0,0,0,.22);
}
.hero-btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0,0,0,.12), 0 4px 14px rgba(0,0,0,.14);
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  flex-shrink: 0;
  background: var(--sky);
  font-size: 22px;
  line-height: 1;
  transition: background .22s ease;
}
.hero-btn-primary:hover .btn-icon { background: var(--sky-dark); }
.btn-text {
  padding: 12px 22px 12px 15px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}
.btn-label  { font-size: 14px; font-weight: 800; color: var(--navy); letter-spacing: .01em; line-height: 1.2; white-space: nowrap; }
.btn-note   { font-size: 9.5px; font-weight: 600; color: var(--accent); letter-spacing: .03em; white-space: nowrap; }

.btn-sub {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-base);
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255,255,255,.62);
  padding: 3px 1px;
  position: relative;
  transition: color .22s ease;
  text-decoration: none;
}
.btn-sub::after {
  content: "";
  position: absolute;
  bottom: 0; left: 1px; right: 1px;
  height: 1px;
  background: rgba(255,255,255,.3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.btn-sub:hover { color: rgba(255,255,255,.92); }
.btn-sub:hover::after { transform: scaleX(1); }
.btn-sub-arrow { font-size: 13px; transition: transform .22s ease; }
.btn-sub:hover .btn-sub-arrow { transform: translateX(3px); }

/* ============================================================
   SECTION BACKGROUNDS
============================================================ */
.section-problem  { background: #f5f7fa; }
.section-concept  { background: transparent; }
.section-services { background: transparent; }
.section-reason   { background: #0d1f3c; color: #fff; }
.section-flow     { background: transparent; }

.section-problem .container,
.section-concept .container,
.section-services .container,
.section-area .container,
.section-reason .container,
.section-flow .container,
.area-policy .container,
.works .container,
.pricing .container { position: relative; }

/* ============================================================
   PROBLEM：吹き出しリスト
============================================================ */
.problem-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.problem-lead .section-label { margin-bottom: 16px; }
.problem-lead figure { width: 60%; }
.problem-lead h2 {
  font-size: clamp(20px, 5.2vw, 40px);
  line-height: 1.6;
  letter-spacing: -.04em;
  font-weight: 900;
  margin-bottom: 24px;
}
.problem-lead h2 span { font-size: 60%; margin: 0 0.2em; }
.problem-lead p { line-height: 1.95; font-weight: 600; }

.problem-balloons { display: flex; flex-direction: column; gap: 16px; }

.pb-row { display: flex; align-items: flex-end; gap: 12px; }
.pb-row.-right { flex-direction: row-reverse; }

.pb-avatar {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b8cff 0%, #8e6cff 100%);
  box-shadow: 0 4px 12px rgba(74,140,255,.30);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-avatar span { font-family: var(--font-ui); font-size: 12px; font-weight: 800; color: #fff; letter-spacing: .02em; line-height: 1; }
.pb-avatar img  { width: 75%; margin: 0 auto; }

.pb-bubble {
  position: relative;
  padding: 16px 18px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 6px 20px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pb-row.-left .pb-bubble::before,
.pb-row.-right .pb-bubble::before {
  content: "";
  position: absolute;
  bottom: 13px; left: -8px;
  border-top: 7px solid transparent;
  border-right: 9px solid rgba(255,255,255,.92);
}
.pb-bubble h3 {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: -.01em;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
}
.pb-bubble p {
  font-size: 14px;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88);
  margin: 0;
}
@media (max-width: 767px) {
	.pb-bubble p {
	  font-size: 100%;
	}
}

/* ============================================================
   CONCEPT：2×2カードグリッド
============================================================ */
.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.concept-point {
  position: relative;
  padding: 30px 28px 28px;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.9);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.concept-point-num {
  display: block;
  font-family: var(--font-ui);
  font-size: clamp(17px, 9vw, 80px);
  font-weight: 800;
  letter-spacing: -.04em;
  position: absolute;
  top: -8%; right: 2%;
  line-height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.concept-point h3 {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.concept-point p {
  font-size: 14px;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88);
  margin: 0;
}
@media (max-width: 767px) {
	.concept-point p {
	  font-size: 100%;
	}
}
/* ============================================================
   SERVICES：縦ステッパー
============================================================ */
.svc-steps {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.svc-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 28px;
  position: relative;
}
.svc-step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.svc-step-no {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.92);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.10);
  box-shadow: 0 4px 14px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}
.svc-step--featured .svc-step-no {
  background: var(--navy);
  border-color: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  box-shadow: 0 6px 20px rgba(13,31,60,.22);
}
.svc-step-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(var(--border-r),var(--border-g),var(--border-b),.12) 0%,
    rgba(var(--border-r),var(--border-g),var(--border-b),.06) 100%);
  margin-top: 6px;
  min-height: 28px;
}
.svc-step-line--last { display: none; }
.svc-step-body { padding-bottom: 40px; }
.svc-step:last-child .svc-step-body { padding-bottom: 0; }

/* バッジ（common の .badge--accent / .badge--dark を使用可） */
.svc-step-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  background: rgba(74,124,255,.07);
  border: 1px solid rgba(74,124,255,.12);
  color: var(--accent);
  margin-bottom: 10px;
  margin-top: 10px;
}
.svc-step--featured .svc-step-tag {
  background: rgba(13,31,60,.06);
  border-color: rgba(13,31,60,.12);
  color: var(--navy);
}
.svc-step-body h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}
.svc-step-body > p {
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88);
  margin-bottom: 16px;
  max-width: 560px;
}
.svc-step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
  list-style: none;
  padding: 0;
}
.svc-step-list li {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(var(--text-r),var(--text-g),var(--text-b),.72);
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--tag-bg);
  border: var(--tag-border);
}
.svc-step-price {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.55);
}

/* ============================================================
   WORKS — 横分割カード縦スタック
============================================================ */
.wc {
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
  margin-top: 48px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.9);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.09);
  box-shadow: 0 20px 56px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: inherit;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .3s ease;
}
.wc:first-of-type { margin-top: 52px; }
.wc:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 72px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.11);
  border-color: rgba(var(--border-r),var(--border-g),var(--border-b),.15);
}
.wc-num {
  position: absolute;
  top: 20px; right: 28px;
  font-family: var(--font-ui);
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.wc-thumb {
  margin: 0;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
.wc-thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
	transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.wc:hover .wc-thumb img { transform: scale(1.04); }
.wc-thumb {
  margin: 0;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}

.wc-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(10, 16, 28, 0) 0%,
    rgba(10, 16, 28, 0.16) 52%,
    rgba(10, 16, 28, 0.56) 100%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
}

.wc-overlay-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transform: translateY(10px);
  transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .32s ease;
  opacity: 0;
}

.wc-overlay-label svg {
  flex-shrink: 0;
}

.wc:hover .wc-overlay {
  opacity: 1;
}

.wc:hover .wc-overlay-label {
  opacity: 1;
  transform: translateY(0);
}

.wc-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 52px 36px 40px;
}
.wc-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.wc-meta span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.8);
  background: var(--tag-bg);
  border: var(--tag-border);
}
.wc-type { font-size: 12px; font-weight: 700; color: var(--accent); margin: 6px 0 3px; }
.wc-role {
  height: 28px !important; padding: 0 12px !important;
  font-weight: 800 !important; letter-spacing: .03em !important;
  background: rgba(var(--border-r),var(--border-g),var(--border-b),.06) !important;
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.1) !important;
}
.role-beauty { color: #8a4a45 !important; }
.role-care   { color: #3d6058 !important; }

.wc-name {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.25;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
}
.wc-name small {
  display: block;
  font-size: .5em;
  font-weight: 500;
  letter-spacing: .02em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.7);
  margin-top: 4px;
}
.wc-catch {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.65;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
}
.wc-story {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.wc-story-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 14px;
  border-radius: 14px;
  background: rgba(var(--border-r),var(--border-g),var(--border-b),.03);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.07);
}
.wc-story-item dt {
  font-family: var(--font-ui);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--soft-r),var(--soft-g),var(--soft-b),.5);
}
.wc-story-item dd {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.85;
  color: rgba(var(--text-r),var(--text-g),var(--text-b),.75);
}
.wc-story-result { background: rgba(74,124,255,.04) !important; border-color: rgba(74,124,255,.12) !important; }
.wc-story-result dt { color: var(--accent) !important; }
.wc-story-result dd { font-weight: 700; color: rgb(var(--text-r),var(--text-g),var(--text-b)) !important; }

.wc-point {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--tag-bg);
  border: var(--tag-border);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(var(--text-r),var(--text-g),var(--text-b),.78);
}
.wc-point span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 4px;
  background: rgba(74,124,255,.1);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--accent);
}

/* arrow-circle は common.css の共通クラスを使用 */
.wc-arrow {
  position: absolute;
  right: 24px; bottom: 28px;
  z-index: 2;
}
.wc:hover .wc-arrow { transform: translate(3px, -3px); }

.section-bottom-cta { margin-top: 48px; text-align: center; }

/* ── 旧グリッド互換 ── */
.works-grid,
.final-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.work-card-link {
  display: flex; flex-direction: column; height: 100%;
  color: inherit; text-decoration: none;
  border-radius: 24px; overflow: hidden;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 16px 40px rgba(0,0,0,.07);
  transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
}
.work-card-link:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(0,0,0,.11); }
.work-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #f0f0f0; }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.work-card-link:hover .work-thumb img { transform: scale(1.04); }
.work-content { display: flex; flex-direction: column; height: 100%; padding: 22px 22px 20px; }
.work-meta { display: flex; flex-wrap: wrap; gap: 6px 8px; margin-bottom: 12px; }
.work-meta span { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; font-size: 11px; letter-spacing: .06em; color: rgba(0,0,0,.6); background: rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.05); }
.work-content h3 { font-size: clamp(17px, 1.8vw, 20px); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; margin-bottom: 4px; }
.work-industry { display: block; font-size: .6em; font-weight: 500; color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.8); margin-top: 2px; }
.work-story { margin-top: 14px; display: flex; flex-direction: column; }
.work-story-item { display: grid; grid-template-columns: 3em 1fr; gap: 0 10px; padding: 9px 0; border-top: 1px solid rgba(0,0,0,.06); align-items: baseline; }
.work-story-item dt { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.55); padding-top: 2px; }
.work-story-item dd { font-size: 13px; line-height: 1.75; color: rgba(var(--text-r),var(--text-g),var(--text-b),.78); margin: 0; }
.work-story-result dt { color: rgba(74,140,255,.9); }
.work-story-result dd { color: rgba(var(--text-r),var(--text-g),var(--text-b),.9); font-weight: 600; }

/* ============================================================
   PRICING
============================================================ */
.pricing { padding-top: 118px; }
.pricing-main { margin-top: 8px; margin-bottom: 22px; }
.pricing-main__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .88fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(247,251,255,.82) 100%);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  box-shadow: 0 24px 70px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.07),
              0 0 0 1px rgba(185,220,240,.18) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.pricing-main__content { padding: 6px 6px 6px 2px; }
.pricing-kicker { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.pricing-main__content h3 { margin: 0 0 14px; font-size: clamp(120%, 4.2vw, 30px); line-height: 1.2; font-weight: 700; }
.pricing-main__lead { margin: 0 0 22px; }
.pricing-main__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0; padding: 0; list-style: none;
}
.pricing-main__list li,
.price-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
	font-weight: 600;
}
.pricing-main__list li::before,
.price-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .72em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(74,140,255,.5);
  transform: translateY(-50%);
}
.pricing-main__note { margin: 18px 0 0; font-size: 13px; line-height: 1.9; color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.8); }
.pricing-main__card {
  position: relative;
  padding: 30px 26px 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(150,195,220,.24);
  box-shadow: 0 22px 58px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.08),
              0 0 0 1px rgba(210,236,248,.34) inset;
}
.price-label  { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(var(--soft-r),var(--soft-g),var(--soft-b),.95); display: block; }
.price-title  { margin: 0 0 6px; font-size: 22px; line-height: 1.35; letter-spacing: .01em; }
.price-value  {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.03em;
	color: var(--accent, #4a7cff);
}
.price-value span  {
    font-size: .32em;
    letter-spacing: 0;
    color: #222;
    font-weight: 600;
}
.price-text   {
	margin: 14px 0 0;
	color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.96);
}
.price-list   { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.price-card {
  position: relative;
  display: flex; flex-direction: column; gap: 4px;
  padding: 30px 26px 28px;
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  border-radius: 28px;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.78);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.06);
  transition: transform .35s ease, box-shadow .35s ease;
}

/* ============================================================
   AREA
============================================================ */
.area-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.area-intro figure { width: 45%; }
.area-intro .section-label { margin-bottom: 16px; }
.area-intro h2 {
  font-size: clamp(20px, 5.2vw, 40px);
  line-height: 1.0;
  letter-spacing: -.04em;
  font-weight: 900;
  margin: 24px 0;
}
.area-intro h2 span { font-size: 60%; margin: 0 0.2em; }
.area-intro p { line-height: 2; font-weight: 600; }

.area-links { display: flex; flex-direction: column; gap: 28px; }
.area-links-group { display: flex; flex-direction: column; gap: 12px; }
.area-links-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.48);
}
.area-links-label::before {
  content: "";
  display: block;
  width: 16px; height: 1px;
  background: currentColor;
}
.area-intro-lead {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88);
}
.area-btn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.area-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.88);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.09);
  box-shadow: 0 8px 24px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.05),
              inset 0 1px 0 rgba(255,255,255,.7);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  text-decoration: none;
  color: inherit;
  transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease, background .3s ease;
  overflow: hidden;
}
.area-btn:hover {
  transform: translateY(-5px);
  border-color: rgba(74,124,255,.22);
  box-shadow: 0 18px 40px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.10),
              inset 0 1px 0 rgba(255,255,255,.8);
  background: rgba(255,255,255,.96);
}
.area-btn-en {
  display: block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.4);
  margin-bottom: 6px;
}
.area-btn-ja {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.01em;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  flex: 1;
}
.area-btn-ja span { font-size: 90%; font-weight: 500; color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88); }
.area-btn-arrow {
  display: block;
  align-self: flex-end;
  font-size: 14px;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.3);
  transition: transform .3s var(--ease), color .3s ease;
  line-height: 1;
  margin-top: 10px;
}
.area-btn:hover .area-btn-arrow { transform: translate(3px, -2px); color: var(--accent); }

/* ============================================================
   AREA POLICY
============================================================ */
.area-policy {
  position: relative;
  padding: 100px 0 !important;
  overflow: hidden;
}
.area-policy::before {
  content: "";
  position: absolute;
  top: -60px; left: 0;
  width: 100%; height: 80px;
  background: inherit;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}
.area-policy-stack { display: flex; flex-direction: column; margin-top: 56px; }
.area-policy-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  max-width: 860px;
  margin: 0 auto;
}
.area-policy-item:first-child { border-top: 1px solid rgba(0,0,0,.1); }
.area-policy-num {
  font-family: var(--font-ui);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.22);
  padding-top: 6px;
}
.area-policy-content h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.4;
}
.area-policy-content p { max-width: 640px; font-size: 14.5px; line-height: 2; }

/* ============================================================
   FLOW
============================================================ */
.section-flow { position: relative; }
.section-flow .container { position: relative; z-index: 1; }

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 7% 0;
  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:last-child .flow-step-connector {
  display: none;
}

.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%; }
}

/* ============================================================
   WORKS セクション背景
============================================================ */
.works { background-color: #fff; }

/* ============================================================
   STRUCTURE SECTION
============================================================ */
.section-structure { position: relative; overflow: hidden; background: transparent; }
.structure-bg-typo { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.sbt-word {
  position: absolute;
  font-family: var(--font-ui); font-weight: 900;
  letter-spacing: -.06em; line-height: 1;
  color: rgba(74,140,255,.08);
  white-space: nowrap; will-change: transform; user-select: none;
}
.sbt-word--1 { font-size: clamp(100px, 22vw, 280px); top: -4%; left: -2%; }
.sbt-word--2 { font-size: clamp(80px, 17vw, 220px); top: 30%; right: -4%; text-align: right; }
.sbt-word--3 { font-size: clamp(70px, 14vw, 180px); bottom: 0%; left: 3%; }
.structure-container { position: relative; z-index: 1; }
.structure-layout {
  margin-top: 32px;
  display: flex; flex-direction: column;
  gap: clamp(32px, 5vw, 56px);
}
.structure-row3 {
  display: flex; align-items: flex-start; justify-content: center;
  gap: clamp(16px, 3vw, 40px); flex-wrap: nowrap;
}
.structure-cell {
  display: flex; align-items: flex-start; gap: 8px; flex-shrink: 1;
  transform: rotate(-6.8deg); transform-origin: center bottom;
}
.structure-cell.is-inview,
.structure-row3.is-inview .structure-cell { transform: rotate(-6.8deg); }
.structure-block { display: flex; flex-direction: column; gap: 0; animation: fadeUp .7s var(--ease) .54s both; }
.structure-tag {
  font-family: var(--font-ui); font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(74,140,255,.65);
  writing-mode: vertical-rl; text-orientation: mixed;
  flex-shrink: 0; line-height: 1; padding-top: 6px;
  animation: fadeUp .7s var(--ease) .54s both;
}
.structure-h2 {
  display: inline;
  font-size: clamp(22px, 3.7vw, 42px); font-weight: 900;
  letter-spacing: -.02em; line-height: 2.0;
  background: rgba(10,10,10,.88); color: #fff;
  padding: .18em .5em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  white-space: nowrap;
}
.structure-h2--accent { background: rgba(170,166,0,.82); }
.structure-sub {
  display: inline-flex; align-items: center;
  margin-top: 6px; margin-left: 2px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .03em;
  line-height: 1.5; white-space: nowrap;
}
.structure-sub::before {
  content: ""; display: inline-block;
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(74,140,255,.5); margin-right: 6px; flex-shrink: 0;
}
.structure-sub--light { color: rgba(255,255,255,.82); }
.structure-sub--light::before { background: rgba(255,255,255,.6); }
.structure-footer { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.structure-footer-text {
	font-size: clamp(14px, 2.2vw, 22px);
	margin: 0;
	font-weight: 800;
}
@media (max-width: 767px) {
	.structure-footer-text {
		text-align: left;
		font-size: 100%;
	}
}

.structure-cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 24px; border-radius: 10px;
  background: rgba(10,10,10,.90); color: #fff;
  font-size: 13px; font-weight: 700; letter-spacing: .03em;
  transition: transform .22s var(--ease), background .22s ease;
  white-space: nowrap;
}
.structure-cta-btn:hover { background: rgba(10,10,10,1); transform: translateY(-2px); }
.structure-cta-arrow { font-size: 14px; opacity: .7; transition: transform .22s var(--ease); }
.structure-cta-btn:hover .structure-cta-arrow { transform: translateX(3px); opacity: 1; }
.structure-cta-note { color: rgba(74,140,255,.65); letter-spacing: .04em; margin: 0; font-weight: 600; }

/* ============================================================
   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 balloonIn {
  from { opacity: 0; transform: scale(.9) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ============================================================
   RESPONSIVE — 1080px
============================================================ */
@media (max-width: 1100px) {
  .wc { grid-template-columns: 300px 1fr; }
  .wc-body { padding: 28px 36px 28px 30px; gap: 16px; }
  .wc-story { grid-template-columns: 1fr; gap: 8px; }
  .wc-story-item { flex-direction: row; align-items: baseline; gap: 12px; padding: 12px 14px; border-radius: 10px; }
  .wc-story-item dt { flex-shrink: 0; width: 2.5em; }
}
@media (max-width: 1080px) {
  .problem-layout { gap: 48px; }
  .concept-grid { gap: 14px; }
  .area-layout { gap: 48px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .works-grid, .final-works-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing-main__inner { grid-template-columns: 1fr; }
  .pricing-main__list { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .flow-steps { max-width: 100%; }
  .reason-grid { grid-template-columns: 1fr; gap: 0; }
  .reason-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .reason-card:last-child { border-bottom: none; }
}
@media (max-width: 900px) {
  .area-layout { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   RESPONSIVE — 767px
============================================================ */
@media (max-width: 767px) {
  .hero { height: auto; max-height: none; }
  .hero-sky { height: 55%; }
  .hero-illust { bottom: -3%; width: 120%; }
  .hero-inner { position: relative; grid-template-columns: 1fr; inset: auto; padding: 5% 5% 30%; width: 100%; gap: 0; align-items: start; }
  .hero-copy { width: 90%; margin: 5% auto 0; }
  .hero-eyebrow { font-size: 8px; padding: 4px 10px; margin: 0 auto 10px; width: 100%; text-align: center; display: block; }
  .hero-lead-inner { background: none; padding: 0; }
  .hero-btn-primary { width: 100%; margin: 0 0 18px 0; }
  .cta-status { font-size: 10px; }
  .btn-icon { width: 46px; font-size: 19px; }
  .btn-label { font-size: 13px; }
  .btn-note { font-size: 9px; }
  .btn-text { padding: 11px 16px 11px 12px; }

  .problem-layout { grid-template-columns: 1fr; gap: 36px; }
  .problem-balloons { gap: 12px; }
  .pb-avatar { width: 34px; height: 34px; }
  .pb-avatar span { font-size: 10px; }
  .pb-bubble { padding: 14px 15px 12px; border-radius: 14px; }
  .problem-lead h2 { font-size: clamp(10px, 8.2vw, 40px); }

  .concept-grid { grid-template-columns: 1fr; gap: 12px; }
  .concept-point { border-radius: 18px; padding: 24px 22px; }
  .concept-point h3 { font-size: 17px; }
  .concept-point-num { font-size: clamp(17px, 15vw, 80px); top: -7%; right: 2%; }

  .svc-step { grid-template-columns: 40px 1fr; gap: 0 18px; }
  .svc-step-no { width: 36px; height: 36px; font-size: 11px; }
  .svc-step-body { padding-bottom: 32px; }
  .svc-step-body h3 { font-size: 19px; }
  .svc-step-list { gap: 6px 8px; }
  .svc-step-list li { font-size: 12px; padding: 3px 10px; }

  .wc { grid-template-columns: 1fr; margin-top: 28px; border-radius: 22px; }
  .wc-thumb { aspect-ratio: 16/9; height: auto; }
  .wc-body { padding: 22px 20px 24px; gap: 16px; }
  .wc-name { font-size: 20px; }
  .wc-catch { font-size: 13.5px; }
  .wc-num { font-size: 52px; top: 14px; right: 18px; }
  .wc-arrow { right: 16px; bottom: 18px; }
  .wc-story { grid-template-columns: 1fr; gap: 8px; }
  .wc-story-item { flex-direction: row; align-items: baseline; gap: 12px; padding: 11px 13px; }
  .wc-story-item dt { flex-shrink: 0; width: 2.5em; }
  .works-grid, .final-works-grid { grid-template-columns: 1fr; }
  .work-content { padding: 18px 16px; }
  .work-content h3 { font-size: 16px; }
  .work-meta span { font-size: 10px; min-height: 24px; padding: 0 9px; }

  .pricing { padding-top: 92px; }
  .pricing-main__inner { padding: 22px; border-radius: 28px; }
  .pricing-main__card { padding: 26px 18px 22px; border-radius: 22px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 22px 18px; border-radius: 22px; }
  .price-title { font-size: 20px; }

  .area-intro h2 { font-size: clamp(10px, 6.2vw, 40px); }
  .area-btn-grid { gap: 8px; }
  .area-btn { min-height: 96px; padding: 16px 14px 14px; border-radius: 14px; }
  .area-btn-ja { font-size: 13.5px; }
  .area-links { gap: 22px; }

  .area-policy { padding: 72px 0 !important; }
  .area-policy::before { top: -40px; height: 56px; }
  .area-policy-item { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .area-policy-num { font-size: 40px; }

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

  .reason-card { padding: 28px 24px; }
  .reason-card-num { font-size: 36px; }

  .section-structure { padding-top: 72px; padding-bottom: 72px; }
  .sbt-word--1 { font-size: clamp(72px, 22vw, 120px); top: -2%; left: -4%; }
  .sbt-word--2 { font-size: clamp(56px, 17vw, 100px); top: 28%; }
  .sbt-word--3 { font-size: clamp(50px, 15vw, 90px); bottom: 2%; }
  .structure-layout { gap: 28px; margin-top: 15%; }
  .structure-row3 { flex-direction: column; align-items: flex-start; gap: 16px; }
  .structure-cell { transform: rotate(-6.8deg); }
  .structure-tag { font-size: 10px; }
  .structure-h2 { font-size: clamp(14px, 8.36vw, 65px); white-space: nowrap; }
  .structure-sub { font-size: clamp(12px, 3.0vw, 20px); white-space: normal; }
  .structure-footer { text-align: center; }
  .structure-cta-btn { width: 100%; justify-content: center; }

  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { border-radius: 20px; padding: 26px 22px; }
}

/* ===== HERO MICRO COPY ===== */
.hero-micro {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  align-items: center;
}

.hero-micro li {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 0.25rem 0.6rem;
  background: rgba(255,255,255,1.0);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hero-micro-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #8a8600;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
}

.hero-micro-accent {
  color: #5a5800;
  background: rgba(200,196,0,0.1);
  border-color: rgba(138,134,0,0.2);
  font-weight: 600;
}

.hero-micro-accent .hero-micro-icon {
  background-color: #5a5800;
}

@media (max-width: 600px) {
  .hero-micro {
    gap: 0.25rem 0.5rem;
  }
  .hero-micro li {
    font-size: 0.68rem;
    padding: 0.2rem 0.5rem;
  }
}
