@charset "utf-8";
/* ==========================================================================
   SAMPLE FASTLINE Inc. — pages.css
   ページ個別レイアウト。セクションごとに余白・密度・比率・動きを変える。
   ========================================================================== */

/* ==========================================================================
   TOP / index.html
   ========================================================================== */

/* -------------------------------------------------- HERO */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--hd-h) + 5vh) 0 clamp(34px, 6vh, 82px);
  overflow: clip;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: -6% 0 0;
  z-index: -2;
  will-change: transform;
}
.hero__media img {
  --op: 63% 48%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--op);
}
/* JS 有効時のみマスク解除 + 緩やかなズームを行う（無効時は静止画として表示） */
.js .hero__media img {
  transform: scale(1.16);
  clip-path: inset(0 0 100% 0);
  transition: transform 2.6s var(--e-out), clip-path 1.5s var(--e-io);
}
.js .hero.is-ready .hero__media img {
  transform: scale(1);
  clip-path: inset(0 0 0 0);
}
@media (prefers-reduced-motion: reduce) {
  .js .hero__media img { transform: none; clip-path: none; transition: none; }
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(102deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .8) 26%, rgba(0, 0, 0, .3) 54%, rgba(0, 0, 0, .12) 72%, rgba(0, 0, 0, .55) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, .78) 0%, transparent 26%, transparent 54%, var(--black) 100%);
}
.hero__slate {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--dark-slate);
  mix-blend-mode: color;
  opacity: .3;
  pointer-events: none;
}
.hero__grid {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: .9em;
  margin-bottom: clamp(14px, 2.4vw, 26px);
  color: var(--ink-70);
}
.hero__eyebrow::before {
  content: "";
  width: clamp(28px, 6vw, 92px);
  height: 1px;
  background: var(--accent);
}
.hero__catch {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.38rem, 6.35vw, 6.1rem);
  line-height: 1.06;
  letter-spacing: -.03em;
  color: var(--white-smoke);
  text-shadow: 0 2px 40px rgba(0, 0, 0, .5);
}
.hero__catch .ch-line { line-height: 1.06; }
.hero__sub {
  margin-top: clamp(18px, 2.8vw, 34px);
  max-width: 33em;
  color: var(--ink-70);
  font-size: clamp(12.5px, .78rem + .3vw, 16px);
  line-height: 2;
}
.hero__cta { margin-top: clamp(20px, 3vw, 40px); display: flex; flex-wrap: wrap; gap: .4em 2.4em; }

.hero__meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 1.4em;
  margin-top: clamp(26px, 4vw, 54px);
  padding-top: 14px;
  border-top: 1px solid var(--ink-14);
}
.hero__meta li { display: flex; align-items: baseline; gap: .5em; }
.hero__meta b { color: var(--accent); font-weight: 400; }

.hero__vert {
  position: absolute;
  right: calc(var(--gut) * .55);
  top: calc(var(--hd-h) + 6vh);
  z-index: 2;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(11px, 1.1vw, 15px);
  letter-spacing: .42em;
  color: var(--ink-52);
}
.hero__vert-en {
  position: absolute;
  left: calc(var(--gut) * .3);
  bottom: clamp(120px, 22vh, 260px);
  z-index: 2;
  letter-spacing: .34em;
  color: var(--ink-30);
  display: none;
}
@media (min-width: 900px) { .hero__vert-en { display: block; } }
.hero__scroll {
  position: absolute;
  right: calc(var(--gut) * .6);
  bottom: clamp(28px, 5vh, 60px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  letter-spacing: .3em;
  writing-mode: vertical-rl;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: clamp(34px, 8vh, 78px);
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2.4s var(--e-io) infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}
.hero__ghost {
  position: absolute;
  left: 52%;
  top: calc(var(--hd-h) + 1vh);
  z-index: 1;
  font-size: clamp(3rem, 12vw, 11rem);
  opacity: .35;
}

/* ------------- セクションを跨いで残る縦の英字（CONCEPT → SERVICE PREVIEW） */
.band { position: relative; }
.band__resid {
  display: none;
  position: sticky;
  top: 30vh;
  z-index: 6;
  height: 0;
  overflow: visible;
  pointer-events: none;
}
@media (min-width: 1000px) { .band__resid { display: block; } }
.band__resid b {
  position: absolute;
  left: calc(var(--gut) * .18);
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(11px, 1.05vw, 15px);
  letter-spacing: .46em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: var(--ink-30);
  white-space: nowrap;
}
.band__resid b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3.4em;
  width: 1px;
  height: 2.4em;
  background: var(--accent);
}

/* -------------------------------------------------- CONCEPT */
.concept {
  position: relative;
  padding: var(--sp-l) 0 var(--sp-m);
  overflow-x: clip;
}
.concept__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(30px, 5vw, 58px);
}
.concept__figure {
  position: relative;
  grid-column: 1 / -1;
  margin-left: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
}
@media (min-width: 900px) {
  .concept__figure {
    grid-column: 1 / 7;
    grid-row: 1 / span 2;
    align-self: start;
    position: sticky;
    top: 14vh;
  }
}
.concept__pic {
  aspect-ratio: 16 / 11;
  height: auto;
}
@media (min-width: 900px) { .concept__pic { aspect-ratio: 5 / 6; } }
.concept__pic img { --op: 46% 62%; }
@media (max-width: 899px) { .concept__pic img { --op: 52% 58%; } }
.concept__pic {
  --veil: linear-gradient(to bottom, rgba(0, 0, 0, .28), rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .86));
  -webkit-mask-image: linear-gradient(to left, transparent 0, #000 13%), linear-gradient(to top, transparent 0, #000 10%);
  mask-image: linear-gradient(to left, transparent 0, #000 13%), linear-gradient(to top, transparent 0, #000 10%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.concept__cap {
  margin-top: 12px;
  padding-left: var(--gut);
  display: flex;
  gap: 1em;
  align-items: baseline;
}
.concept__body {
  grid-column: 1 / -1;
  align-self: center;
}
@media (min-width: 900px) { .concept__body { grid-column: 8 / -1; padding-top: clamp(20px, 6vw, 90px); } }
.concept__label { margin-bottom: clamp(16px, 2.2vw, 30px); }
.concept__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.32rem, .8rem + 2.5vw, 2.9rem);
  line-height: 1.42;
  letter-spacing: -.01em;
  margin-bottom: clamp(20px, 3vw, 38px);
}
.concept__ttl .u { color: var(--accent); }
.concept__txt { max-width: 34em; }
.concept__txt p + p { margin-top: 1.4em; }
.concept__stops {
  margin-top: clamp(26px, 4vw, 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.concept__stops li {
  font-family: var(--font-mono);
  font-size: clamp(10px, .64rem + .1vw, 12px);
  letter-spacing: .16em;
  color: var(--ink-52);
  padding: 4px 1.1em 4px 0;
  margin-right: 1.1em;
  border-right: 1px solid var(--ink-14);
  transition: color .35s ease, transform .5s var(--e-out);
}
.concept__stops li:hover { color: var(--accent); transform: translateY(-3px); }
.concept__stops li:last-child { border-right: 0; }

.concept__giant {
  position: absolute;
  right: -8vw;
  bottom: clamp(-10px, -1vw, 10px);
  z-index: 3;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(3.4rem, 15.5vw, 13.5rem);
  line-height: .84;
  letter-spacing: -.03em;
  color: transparent;
  -webkit-text-stroke: 1px var(--ghost-light);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 900px) { .concept__giant { bottom: auto; top: 6%; right: -6vw; } }
/* 原色を広い面積で使わないため、アクセントは輪郭線としてのみ使う */
.concept__giant b { -webkit-text-stroke: 1.5px var(--accent); font-weight: 900; }

/* -------------------------------------------------- SERVICE PREVIEW（疑似横移動） */
.svcp {
  position: relative;
  padding-top: var(--sp-m);
  background: linear-gradient(to bottom, var(--black) 0%, var(--depth-1) 40%, var(--black) 100%);
}
.svcp__head {
  position: relative;
  z-index: 3;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 2em;
  padding-bottom: clamp(28px, 4vw, 52px);
}
.svcp__en {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(2.6rem, 11vw, 9rem);
  line-height: .8;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.svcp__en i { font-style: normal; color: var(--dim-gray); }
.svcp__note { max-width: 26em; }
.svcp__view {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: clamp(30px, 5vw, 56px);
}
.svcp__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding-inline: var(--gut);
  width: max-content;
  will-change: transform;
}
.svcp__item {
  position: relative;
  scroll-snap-align: center;
  width: 78vw;
  max-width: 420px;
  padding: clamp(20px, 2.6vw, 40px) clamp(18px, 2.4vw, 42px) clamp(26px, 3vw, 44px);
  border-left: 1px solid var(--ink-14);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.6vw, 22px);
  transition: background-color .5s ease;
}
.svcp__item:last-of-type { border-right: 1px solid var(--ink-14); }
@media (min-width: 1024px) {
  .svcp__item { width: 30vw; max-width: none; }
  /* 幅と高さのリズムを崩す */
  .svcp__item:nth-child(1) { width: 27vw; align-self: flex-start; }
  .svcp__item:nth-child(2) { width: 22vw; align-self: flex-end; padding-bottom: clamp(60px, 7vw, 110px); }
  .svcp__item:nth-child(3) { width: 30vw; align-self: flex-start; padding-top: clamp(50px, 6vw, 96px); }
  .svcp__item:nth-child(4) { width: 24vw; align-self: flex-end; }
  .svcp__item:nth-child(5) { width: 28vw; align-self: flex-start; padding-top: clamp(26px, 3vw, 50px); }
  .svcp__item:nth-child(6) { width: 26vw; align-self: flex-end; padding-bottom: clamp(40px, 5vw, 80px); }
}
.svcp__num {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px var(--dim-gray);
  transition: color .5s ease, -webkit-text-stroke-color .5s ease, transform .6s var(--e-out);
}
.svcp__ename {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(15px, .9rem + .5vw, 22px);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-70);
  transition: color .4s ease, letter-spacing .5s var(--e-out);
}
.svcp__jp {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(15px, .9rem + .7vw, 25px);
  line-height: 1.5;
  letter-spacing: -.005em;
  color: var(--white-smoke);
}
.svcp__txt {
  font-size: 12.5px;
  line-height: 1.95;
  color: var(--ink-52);
  margin-top: auto;
}
.svcp__link {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.svcp__item:hover,
.svcp__item:focus-within { background: rgba(245, 245, 245, .035); }
.svcp__item:hover .svcp__num,
.svcp__item:focus-within .svcp__num { color: var(--accent); -webkit-text-stroke-color: transparent; }
.svcp__item:hover .svcp__ename { color: var(--white-smoke); letter-spacing: .22em; }
/* サービスごとにホバー時の動き方を変える */
.svcp__item:nth-child(1):hover .svcp__num { transform: translateX(10px); }
.svcp__item:nth-child(2):hover .svcp__num { transform: translateY(-10px); }
.svcp__item:nth-child(3):hover .svcp__num { transform: skewX(-12deg); }
.svcp__item:nth-child(4):hover .svcp__num { transform: scale(1.14); }
.svcp__item:nth-child(5):hover .svcp__num { transform: translateY(8px) rotate(-4deg); }
.svcp__item:nth-child(6):hover .svcp__num { transform: translateX(-10px) scale(1.06); }
.svcp__item:active { background: rgba(173, 255, 47, .07); }
.svcp__item:active .svcp__jp { transform: translateX(2px); }

.svcp__end {
  display: flex;
  align-items: center;
  padding-inline: clamp(24px, 4vw, 70px);
  white-space: nowrap;
}
.svcp__rail-hint {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin: 0 auto;
  padding-bottom: var(--sp-s);
  display: flex;
  align-items: center;
  gap: 1em;
}
.svcp__rail-hint span { flex: 1; height: 1px; background: var(--ink-14); position: relative; overflow: hidden; }
.svcp__rail-hint span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleX(var(--p, 0));
  transform-origin: left center;
}
/* 疑似横移動（デスクトップのみ） */
.svcp.is-pinned .svcp__view {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 0;
}
.svcp.is-pinned .svcp__track { transition: transform .1s linear; }

/* -------------------------------------------------- WHY FASTLINE */
.why { position: relative; padding-top: var(--sp-m); overflow-x: clip; }
.why__head {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  padding-bottom: clamp(40px, 6vw, 90px);
}
.why__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.55rem, .8rem + 4.4vw, 5rem);
  line-height: 1.16;
  letter-spacing: -.025em;
  max-width: 18em;
}
.why__ttl em { font-style: normal; display: inline-block; color: var(--accent); }
.why__vert {
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(13px, 1.3vw, 19px);
  letter-spacing: .4em;
  color: var(--ink-30);
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

/* A: RESPONSE — 帯 + 巨大数字 */
.whyA {
  position: relative;
  background: var(--dark-slate);
  padding: clamp(38px, 6vw, 84px) 0 clamp(34px, 5vw, 72px);
  overflow: clip;
  clip-path: polygon(0 0, 100% 2.2vw, 100% 100%, 0 calc(100% - 1.4vw));
}
.whyA__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  gap: clamp(18px, 3vw, 40px);
  align-items: end;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .whyA__inner { grid-template-columns: auto minmax(0, 1fr) auto; } }
.whyA__num {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(5.4rem, 19vw, 16rem);
  line-height: .74;
  letter-spacing: -.03em;
  color: var(--white-smoke);
  display: flex;
  align-items: baseline;
  gap: .06em;
}
.whyA__num small {
  font-size: .22em;
  letter-spacing: .18em;
  color: var(--accent);
  transform: translateY(-1.1em);
}
.whyA__txt { max-width: 30em; }
.whyA__txt .mono { color: rgba(245, 245, 245, .62); }
.whyA__txt p { font-size: clamp(12.5px, .8rem + .2vw, 15.5px); line-height: 2; color: var(--gainsboro); margin-top: 12px; }
.whyA__clock {
  display: flex;
  gap: .8em;
  align-items: baseline;
  writing-mode: horizontal-tb;
}
@media (min-width: 860px) {
  .whyA__clock { writing-mode: vertical-rl; text-orientation: sideways; gap: 1.4em; }
}
.whyA__clock li {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  color: rgba(245, 245, 245, .66);
  position: relative;
}
.whyA__clock li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: .55em;
  width: 4px;
  height: 1px;
  background: var(--accent);
}

/* B: DIRECT — 画面端の画像に文字が重なる */
.whyB {
  position: relative;
  margin-top: var(--sp-m);
  overflow-x: clip;
}
.whyB__pic {
  position: relative;
  margin-left: auto;
  width: min(100%, 1180px);
  aspect-ratio: 16 / 9;
}
@media (min-width: 900px) { .whyB__pic { width: 74%; aspect-ratio: 19 / 9; } }
.whyB__pic img { --op: 68% 46%; }
@media (max-width: 899px) { .whyB__pic img { --op: 62% 42%; } }
.whyB__pic {
  --veil: linear-gradient(95deg, var(--black) 0%, rgba(0, 0, 0, .72) 26%, rgba(0, 0, 0, .05) 62%, rgba(0, 0, 0, .3) 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 16%), linear-gradient(to bottom, transparent 0, #000 12%);
  mask-image: linear-gradient(to right, transparent 0, #000 16%), linear-gradient(to bottom, transparent 0, #000 12%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.whyB__body {
  position: relative;
  z-index: 3;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin: clamp(-40px, -6vw, -20px) auto 0;
}
@media (min-width: 900px) {
  .whyB__body {
    margin-top: -13vw;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--gap);
  }
  .whyB__body > * { grid-column: 1 / 7; }
}
.whyB__label { display: flex; align-items: baseline; gap: 1em; margin-bottom: 14px; }
.whyB__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.25rem, .8rem + 2.2vw, 2.5rem);
  line-height: 1.4;
  margin-bottom: 16px;
}
.whyB__en {
  position: absolute;
  right: clamp(6px, 1.4vw, 26px);
  top: clamp(12px, 3vw, 46px);
  z-index: 3;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 5.4rem);
  line-height: .9;
  letter-spacing: .04em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: transparent;
  -webkit-text-stroke: 1px var(--ghost-light);
  pointer-events: none;
}

/* C: FLEXIBLE — 反転パネル（斜め断ち） */
.whyC {
  margin-top: var(--sp-m);
  background: var(--white-smoke);
  color: var(--on-light);
  padding: clamp(52px, 8vw, 122px) 0 clamp(48px, 7vw, 110px);
  clip-path: polygon(0 2.6vw, 100% 0, 100% 100%, 0 calc(100% - 2vw));
  position: relative;
  overflow: clip;
}
.whyC__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  gap: clamp(22px, 3vw, 44px);
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .whyC__inner { grid-template-columns: minmax(0, 4.5fr) minmax(0, 5.5fr); align-items: start; }
}
.whyC__idx {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(3.4rem, 10vw, 8.6rem);
  line-height: .8;
  color: color-mix(in srgb, var(--gainsboro) 78%, var(--dim-gray));
  letter-spacing: -.02em;
}
.whyC__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, .8rem + 2.4vw, 2.7rem);
  line-height: 1.36;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}
.whyC__ttl b { color: var(--dark-slate); }
.whyC p { color: var(--on-light-64); font-size: clamp(12.5px, .8rem + .2vw, 16px); line-height: 2.04; max-width: 36em; }
.whyC__meta {
  margin-top: clamp(24px, 3vw, 40px);
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 19, 20, .12);
}
.whyC__meta div {
  display: grid;
  grid-template-columns: 8.4em 1fr;
  gap: 1em;
  padding: 11px 0;
  border-bottom: 1px solid rgba(16, 19, 20, .12);
  font-size: 12.5px;
}
.whyC__meta dt {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .18em;
  color: var(--on-light-30);
  text-transform: uppercase;
  padding-top: .35em;
}
.whyC__meta dd { color: var(--on-light-64); }
.whyC__label { color: var(--dark-slate); }
.whyC__label::before { background: var(--dark-slate); }

/* D: BUSINESS — 右に寄せた細い列 + 巨大ゴースト数字 */
.whyD {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  overflow-x: clip;
}
.whyD__ghost {
  position: absolute;
  left: -4vw;
  top: 8%;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(7rem, 30vw, 26rem);
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px rgba(105, 105, 105, .28);
  pointer-events: none;
  user-select: none;
}
.whyD__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
}
.whyD__side {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}
.whyD__body { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .whyD__side {
    grid-column: 1 / 2;
    margin-bottom: 0;
    justify-self: start;
  }
  .whyD__body { grid-column: 6 / -1; }
}
.whyD__side .vert-en {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(12px, 1.1vw, 16px);
  letter-spacing: .38em;
  color: var(--ink-30);
}
.whyD__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, .8rem + 2.4vw, 2.7rem);
  line-height: 1.38;
  margin-bottom: 18px;
}
.whyD__tags {
  margin-top: clamp(26px, 4vw, 46px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5em, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink-14);
}
.whyD__tags li {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .13em;
  color: var(--ink-52);
  padding: 12px 4px 12px 0;
  border-bottom: 1px solid var(--ink-14);
  transition: color .3s ease, padding-left .45s var(--e-out);
}
.whyD__tags li:hover { color: var(--accent); padding-left: 8px; }

/* -------------------------------------------------- AREA */
.area {
  position: relative;
  min-height: clamp(560px, 88vh, 940px);
  display: flex;
  align-items: flex-end;
  overflow: clip;
  isolation: isolate;
  padding-bottom: clamp(38px, 6vw, 86px);
}
.area__pic { position: absolute; inset: 0; z-index: -2; }
.area__pic img { --op: 50% 52%; }
@media (max-width: 899px) { .area__pic img { --op: 58% 46%; } }
.area__pic {
  --veil: linear-gradient(to bottom, var(--black) 0%, rgba(0, 0, 0, .48) 22%, rgba(0, 0, 0, .3) 52%, rgba(0, 0, 0, .92) 100%);
}
.area__drift {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: -1;
  display: flex;
  gap: .6em;
  white-space: nowrap;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(3.4rem, 13vw, 11rem);
  line-height: .8;
  letter-spacing: -.01em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 220, 220, .34);
  pointer-events: none;
  user-select: none;
  will-change: transform;
}
.area__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
}
.area__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.4rem, .8rem + 3vw, 3.2rem);
  line-height: 1.3;
  margin: 14px 0 clamp(24px, 3.4vw, 44px);
  max-width: 22em;
}
.area__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink-14);
}
@media (min-width: 760px) { .area__list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.area__list li {
  padding: clamp(14px, 2vw, 26px) 0 clamp(14px, 2vw, 24px);
  border-bottom: 1px solid var(--ink-14);
  border-right: 1px solid var(--ink-14);
  padding-right: 10px;
  display: grid;
  gap: 4px;
  transition: background-color .5s ease;
}
.area__list li:nth-child(2n) { border-right: 0; }
@media (min-width: 760px) {
  .area__list li:nth-child(2n) { border-right: 1px solid var(--ink-14); }
  .area__list li:last-child { border-right: 0; }
  .area__list li:nth-child(odd) { padding-top: clamp(20px, 3vw, 44px); }
}
.area__list li:hover { background: rgba(173, 255, 47, .05); }
.area__en {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.6vw, 3.1rem);
  line-height: .92;
  letter-spacing: .01em;
  color: var(--white-smoke);
}
.area__jp { font-family: var(--font-head); font-weight: 500; font-size: 12.5px; letter-spacing: .1em; color: var(--ink-52); }
.area__note {
  margin-top: clamp(20px, 3vw, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2em;
  align-items: baseline;
  justify-content: space-between;
}
.area__note p { font-size: 12.5px; color: var(--ink-70); max-width: 40em; }
.area__note em { font-style: normal; color: var(--accent); }

/* -------------------------------------------------- FIGURES（数字） */
.figs {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  background: linear-gradient(to bottom, var(--black), var(--depth-1) 60%, var(--black));
}
.figs__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.figs__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 2em;
  padding-bottom: clamp(26px, 4vw, 48px);
  border-bottom: 1px solid var(--ink-14);
}
.figs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media (min-width: 900px) {
  .figs__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
  }
  /* 均等カードにしない：面積とリズムを個別指定 */
  .fig:nth-child(1) { grid-column: 1 / 6; padding-top: clamp(30px, 4vw, 62px); }
  .fig:nth-child(2) { grid-column: 6 / 9; padding-top: clamp(58px, 8vw, 118px); }
  .fig:nth-child(3) { grid-column: 9 / 13; padding-top: clamp(30px, 4vw, 62px); }
  .fig:nth-child(4) { grid-column: 1 / 4; }
  .fig:nth-child(5) { grid-column: 4 / 8; padding-top: clamp(40px, 5vw, 80px); }
  .fig:nth-child(6) { grid-column: 9 / 13; }
}
.fig {
  padding: clamp(22px, 3vw, 44px) clamp(10px, 1.4vw, 26px) clamp(22px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--ink-14);
  display: grid;
  gap: 6px;
  align-content: start;
}
.fig__label { display: flex; align-items: baseline; gap: .6em; }
.fig__num {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.03em;
  color: var(--white-smoke);
  display: flex;
  align-items: baseline;
  gap: .1em;
  flex-wrap: wrap;
}
.fig__num b { font-weight: 700; }
.fig__num small {
  font-family: var(--font-head);
  font-size: clamp(11px, .7rem + .2vw, 15px);
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--accent);
  transform: translateY(-.2em);
}
.fig:nth-child(1) .fig__num { font-size: clamp(3.3rem, 11vw, 8.4rem); }
.fig:nth-child(2) .fig__num { font-size: clamp(2.6rem, 8vw, 5.4rem); }
.fig:nth-child(3) .fig__num { font-size: clamp(3rem, 10vw, 7.2rem); }
.fig:nth-child(4) .fig__num { font-size: clamp(2.2rem, 6vw, 4rem); }
.fig:nth-child(5) .fig__num { font-size: clamp(2.6rem, 8vw, 5.8rem); }
.fig:nth-child(6) .fig__num { font-size: clamp(2rem, 5.4vw, 3.4rem); }
.fig__cap { font-size: 12px; color: var(--ink-52); line-height: 1.8; }
.figs__disc { margin-top: clamp(20px, 3vw, 34px); font-size: 11.5px; color: var(--ink-30); }

/* -------------------------------------------------- FOUNDER 導線 */
.fnd {
  position: relative;
  padding: var(--sp-s) 0 0;
  overflow-x: clip;
}
.fnd__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(24px, 4vw, 40px);
  align-items: end;
}
.fnd__pic {
  grid-column: 1 / -1;
  margin-left: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
  aspect-ratio: 4 / 3.2;
}
@media (min-width: 860px) {
  .fnd__pic { grid-column: 1 / 6; aspect-ratio: 4 / 5; }
}
.fnd__pic img { --op: 52% 22%; }
@media (max-width: 859px) { .fnd__pic img { --op: 54% 16%; } }
.fnd__pic {
  --veil: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .08) 44%, rgba(0, 0, 0, .9));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 12%), linear-gradient(to left, transparent 0, #000 15%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 12%), linear-gradient(to left, transparent 0, #000 15%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.fnd__body { grid-column: 1 / -1; padding-bottom: clamp(20px, 4vw, 60px); }
@media (min-width: 860px) { .fnd__body { grid-column: 7 / -1; } }
.fnd__motto {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 30px);
  margin-bottom: clamp(20px, 3vw, 36px);
}
.fnd__motto b {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.7rem, 5.6vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
  color: var(--white-smoke);
}
.fnd__motto b span { color: var(--accent); }
.fnd__motto div { padding-top: .4em; }
.fnd__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.05rem, .8rem + .9vw, 1.6rem);
  letter-spacing: .04em;
  line-height: 1.5;
}
.fnd__name small { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--ink-52); margin-top: 6px; }
.fnd__quote {
  margin-top: 14px;
  font-size: clamp(12.5px, .8rem + .2vw, 15.5px);
  line-height: 2.05;
  color: var(--ink-70);
  max-width: 30em;
}

/* -------------------------------------------------- 最下部CTA */
.cta {
  position: relative;
  min-height: clamp(520px, 92vh, 900px);
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
  margin-top: var(--sp-m);
}
.cta__pic { position: absolute; inset: 0; z-index: -2; }
.cta__pic img { --op: 62% 54%; }
@media (max-width: 899px) { .cta__pic img { --op: 66% 50%; } }
.cta__pic {
  --veil: linear-gradient(96deg, var(--black) 0%, rgba(0, 0, 0, .9) 30%, rgba(0, 0, 0, .42) 62%, rgba(0, 0, 0, .16) 100%);
}
.cta__pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, var(--black) 0%, transparent 20%, transparent 62%, var(--black) 97%);
}
.cta__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
}
.cta__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.6rem, .8rem + 4.6vw, 5.2rem);
  line-height: 1.14;
  letter-spacing: -.03em;
  max-width: 16em;
  margin: 16px 0 clamp(18px, 2.6vw, 30px);
}
.cta__sub { max-width: 30em; margin-bottom: clamp(24px, 3.4vw, 46px); }
.cta__links { display: flex; flex-wrap: wrap; gap: 10px clamp(24px, 4vw, 60px); align-items: baseline; }
.cta__dl {
  margin-top: clamp(28px, 4vw, 54px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2.4em;
  padding-top: 16px;
  border-top: 1px solid var(--ink-14);
}
.cta__dl div { display: flex; align-items: baseline; gap: .7em; }
.cta__dl dd { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; color: var(--ink-70); }

/* ==========================================================================
   共通：下層ページのヒーロー
   ========================================================================== */
.phero {
  position: relative;
  padding: calc(var(--hd-h) + clamp(44px, 9vh, 120px)) 0 clamp(40px, 7vw, 100px);
  overflow: clip;
  isolation: isolate;
}
.phero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
}
.phero__crumb { display: flex; align-items: center; gap: .8em; margin-bottom: clamp(18px, 3vw, 32px); }
.phero__crumb a { color: var(--ink-52); transition: color .3s ease; }
.phero__crumb a:hover { color: var(--accent); }
.phero__en {
  display: block;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(3.2rem, 15vw, 13rem);
  line-height: .8;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--white-smoke);
}
.phero__en i { font-style: normal; color: transparent; -webkit-text-stroke: 1px var(--ghost-light); }
.phero__ttl {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.4rem, .8rem + 3.2vw, 3.4rem);
  line-height: 1.3;
  letter-spacing: -.015em;
  margin-top: clamp(18px, 2.6vw, 34px);
  max-width: 24em;
}
.phero__lead { margin-top: clamp(16px, 2.2vw, 26px); max-width: 36em; }

/* ==========================================================================
   SERVICE / service.html
   ========================================================================== */
.phero--service { padding-bottom: clamp(30px, 5vw, 70px); }
.phero--service::after {
  content: "";
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ink-14) 12%, var(--ink-14) 62%, transparent);
  transform: rotate(-1.4deg);
  z-index: 1;
}
.svcindex {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin: clamp(30px, 5vw, 60px) auto 0;
  border-top: 1px solid var(--ink-14);
}
.svcindex ol { display: grid; grid-template-columns: 1fr; }
@media (min-width: 700px) { .svcindex ol { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--gap); } }
@media (min-width: 1100px) { .svcindex ol { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.svcindex a {
  display: flex;
  align-items: baseline;
  gap: .9em;
  padding: clamp(12px, 1.6vw, 18px) 0;
  border-bottom: 1px solid var(--ink-14);
  transition: padding-left .5s var(--e-out), color .3s ease;
}
.svcindex a:hover,
.svcindex a:focus-visible { padding-left: 12px; color: var(--accent); }
.svcindex .n { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--accent); }
.svcindex .e { font-family: var(--font-en); font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-70); }
.svcindex .j { font-family: var(--font-head); font-size: 12.5px; letter-spacing: .06em; color: var(--ink-52); margin-left: auto; }

.svc {
  position: relative;
  overflow-x: clip;
}
.svc__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--white-smoke);
}
.svc__en {
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.svc__num {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.02em;
}
.svc__txt { line-height: 2.05; color: var(--ink-70); }
.svc__use {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ink-14);
}
.svc__use li {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  color: var(--ink-52);
  padding: 9px 0;
  border-bottom: 1px solid var(--ink-14);
  display: flex;
  gap: .8em;
  align-items: baseline;
}
.svc__use li::before { content: "▸"; color: var(--accent); font-size: 8px; }

/* 01 EMERGENCY：全面画像＋暗部に文字（面積最大） */
.svc01 {
  position: relative;
  min-height: clamp(560px, 100svh, 1000px);
  display: flex;
  align-items: flex-end;
  padding: clamp(60px, 10vw, 140px) 0 clamp(40px, 6vw, 90px);
  isolation: isolate;
  margin-top: clamp(30px, 5vw, 70px);
}
.svc01__pic { position: absolute; inset: 0; z-index: -2; }
.svc01__pic img { --op: 56% 52%; }
@media (max-width: 899px) { .svc01__pic img { --op: 60% 48%; } }
.svc01__pic { --veil: linear-gradient(94deg, var(--black) 0%, rgba(0, 0, 0, .88) 24%, rgba(0, 0, 0, .3) 58%, rgba(0, 0, 0, .5) 100%); }
.svc01__pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, var(--black), transparent 22%, transparent 74%, var(--black));
}
.svc01__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  max-width: 1580px;
}
.svc01__head { display: flex; align-items: flex-end; gap: clamp(12px, 2vw, 28px); margin-bottom: 18px; }
.svc01 .svc__num { font-size: clamp(3rem, 9vw, 7rem); color: transparent; -webkit-text-stroke: 1px var(--accent); }
.svc01 .svc__en { font-size: clamp(14px, .9rem + .5vw, 22px); color: var(--ink-70); padding-bottom: .5em; }
.svc01 .svc__ttl { font-size: clamp(1.45rem, .8rem + 3.6vw, 4rem); line-height: 1.2; }
.svc01 .svc__txt { margin-top: clamp(18px, 2.4vw, 30px); max-width: 32em; font-size: clamp(12.5px, .8rem + .2vw, 16px); }
.svc01__foot {
  margin-top: clamp(26px, 4vw, 52px);
  display: grid;
  gap: clamp(20px, 3vw, 40px);
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .svc01__foot { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; } }
.svc01__vert {
  position: absolute;
  right: calc(var(--gut) * .5);
  top: 16%;
  z-index: 2;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 17px);
  letter-spacing: .36em;
  color: var(--ink-52);
  writing-mode: vertical-rl;
}

/* 02 CHARTER：縦長トリミング＋右配置、低密度 */
.svc02 { padding: var(--sp-m) 0 0; }
.svc02__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(24px, 4vw, 44px);
  align-items: center;
}
.svc02__body { grid-column: 1 / -1; }
.svc02__pic {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
  margin-right: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
}
@media (min-width: 900px) {
  .svc02__body { grid-column: 1 / 6; }
  .svc02__pic { grid-column: 6 / -1; aspect-ratio: 4 / 4.4; }
}
.svc02__pic img { --op: 54% 58%; }
.svc02__pic { --veil: linear-gradient(258deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2) 60%, var(--black) 100%); }
.svc02 .svc__num { font-size: clamp(2.6rem, 7vw, 5.4rem); color: var(--dim-gray); }
.svc02 .svc__ttl { font-size: clamp(1.35rem, .8rem + 3vw, 3.2rem); line-height: 1.28; margin-top: 6px; }
.svc02 .svc__txt { margin-top: 18px; max-width: 26em; font-size: clamp(12.5px, .78rem + .2vw, 15px); }
.svc02__en-v {
  position: absolute;
  left: 4%;
  bottom: 6%;
  z-index: 3;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 3.4rem);
  letter-spacing: .1em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: var(--white-smoke);
  mix-blend-mode: difference;
  pointer-events: none;
}
.svc02__use { margin-top: clamp(22px, 3vw, 34px); max-width: 24em; }

/* 03 ROUTE：左端断ち切りの縦長＋高密度テキスト */
.svc03 { padding: var(--sp-m) 0 0; }
.svc03__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(22px, 3vw, 36px);
}
.svc03__pic {
  grid-column: 1 / -1;
  margin-left: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
  aspect-ratio: 16 / 11;
  --veil: linear-gradient(to right, var(--black), rgba(0, 0, 0, .28) 36%, rgba(0, 0, 0, .55));
}
.svc03__pic img { --op: 48% 40%; }
@media (max-width: 899px) { .svc03__pic img { --op: 46% 34%; } }
.svc03__body { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .svc03__pic { grid-column: 1 / 5; aspect-ratio: 3 / 4.4; align-self: start; }
  .svc03__body { grid-column: 6 / 12; align-self: center; }
}
.svc03__head { display: flex; align-items: baseline; gap: 1em; flex-wrap: wrap; }
.svc03 .svc__num { font-size: clamp(2rem, 4.6vw, 3.4rem); color: var(--accent); }
.svc03 .svc__ttl { font-size: clamp(1.3rem, .8rem + 2.6vw, 2.9rem); line-height: 1.32; margin: 10px 0 16px; }
.svc03 .svc__txt { font-size: clamp(12.5px, .78rem + .2vw, 15px); max-width: 30em; }
.svc03__dl {
  margin-top: clamp(22px, 3vw, 34px);
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ink-14);
}
.svc03__dl div {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: .8em;
  padding: 10px 0;
  border-bottom: 1px solid var(--ink-14);
}
.svc03__dl dt { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; color: var(--ink-30); padding-top: .4em; text-transform: uppercase; }
.svc03__dl dd { font-size: 12.5px; color: var(--ink-70); line-height: 1.85; }

/* 04 DEDICATED：極端な横長レターボックス＋下に2段組 */
.svc04 { padding: var(--sp-m) 0 0; }
.svc04__pic {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media (min-width: 760px) { .svc04__pic { aspect-ratio: 21 / 6.4; } }
.svc04__pic img { --op: 50% 46%; }
@media (max-width: 759px) { .svc04__pic img { --op: 54% 44%; } }
.svc04__pic { --veil: linear-gradient(to bottom, var(--black) 0%, rgba(0, 0, 0, .34) 22%, rgba(0, 0, 0, .12) 46%, rgba(0, 0, 0, .6) 78%, var(--black) 100%); }
.svc04__over {
  position: absolute;
  left: max(var(--gut), calc((100% - 1580px) / 2));
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.svc04 .svc__num {
  font-size: clamp(3.4rem, 12vw, 10rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 245, 245, .5);
  line-height: .78;
}
.svc04__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin: clamp(24px, 4vw, 48px) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px);
}
@media (min-width: 860px) {
  .svc04__inner { grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); align-items: start; }
}
.svc04 .svc__ttl { font-size: clamp(1.35rem, .8rem + 2.8vw, 3rem); line-height: 1.3; }
.svc04 .svc__en { font-size: clamp(13px, .8rem + .3vw, 17px); color: var(--accent); display: block; margin-bottom: 10px; }
.svc04 .svc__txt { font-size: clamp(12.5px, .78rem + .2vw, 15px); }

/* 05 STORE TRANSFER：余白過多・縦書き見出しを画像へ重ねる */
.svc05 { padding: var(--sp-l) 0 0; }
.svc05__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(20px, 3vw, 30px);
  align-items: end;
}
.svc05__side { grid-column: 1 / -1; }
@media (min-width: 900px) { .svc05__side { grid-column: 2 / 6; padding-bottom: clamp(30px, 6vw, 90px); } }
.svc05__pic {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3.4;
  margin-right: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
}
@media (min-width: 900px) { .svc05__pic { grid-column: 7 / -1; aspect-ratio: 4 / 4.8; } }
.svc05__pic img { --op: 46% 46%; }
@media (max-width: 899px) { .svc05__pic img { --op: 44% 40%; } }
.svc05__pic { --veil: linear-gradient(200deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .5) 70%, var(--black)); }
.svc05__vttl > span { display: block; }
.svc05__vttl {
  position: absolute;
  left: clamp(4px, 2vw, 34px);
  top: clamp(14px, 4vw, 50px);
  z-index: 3;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.15rem, 2.6vw, 2.3rem);
  line-height: 1.3;
  letter-spacing: .06em;
  writing-mode: vertical-rl;
  color: var(--white-smoke);
  text-shadow: 0 2px 24px rgba(0, 0, 0, .7);
  max-height: 82%;
}
.svc05 .svc__num { font-size: clamp(2.4rem, 6vw, 4.6rem); color: transparent; -webkit-text-stroke: 1px var(--dim-gray); }
.svc05 .svc__txt { margin-top: 16px; max-width: 24em; font-size: clamp(12.5px, .78rem + .2vw, 15px); }

/* 06 EC：俯瞰画像に不規則な文字重ね（最高密度） */
.svc06 {
  position: relative;
  overflow-x: clip;
  margin-top: var(--sp-m);
  min-height: clamp(520px, 92vh, 900px);
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: clamp(50px, 8vw, 110px) 0;
}
.svc06__pic { position: absolute; inset: 0; z-index: -2; }
.svc06__pic img { --op: 52% 50%; }
.svc06__pic { --veil: linear-gradient(to bottom, var(--black) 0%, rgba(0, 0, 0, .6) 26%, rgba(0, 0, 0, .74) 62%, var(--black) 100%); }
.svc06__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(16px, 2vw, 26px);
}
.svc06__a { grid-column: 1 / -1; }
@media (min-width: 900px) { .svc06__a { grid-column: 1 / 8; } }
.svc06 .svc__ttl { font-size: clamp(1.4rem, .8rem + 3.4vw, 3.6rem); line-height: 1.24; }
.svc06 .svc__txt { margin-top: 16px; max-width: 30em; font-size: clamp(12.5px, .78rem + .2vw, 15.5px); }
.svc06__b { grid-column: 1 / -1; }
@media (min-width: 900px) { .svc06__b { grid-column: 9 / -1; align-self: end; } }
.svc06__scatter { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.svc06__scatter span {
  position: absolute;
  font-family: var(--font-mono);
  font-size: clamp(9px, .6rem + .1vw, 11px);
  letter-spacing: .2em;
  color: rgba(245, 245, 245, .3);
  white-space: nowrap;
}
.svc06__scatter span:nth-child(1) { left: 6%; top: 14%; transform: rotate(-90deg); transform-origin: left top; }
.svc06__scatter span:nth-child(2) { right: 8%; top: 22%; color: var(--accent); }
.svc06__scatter span:nth-child(3) { left: 38%; bottom: 12%; }
.svc06__scatter span:nth-child(4) { right: 22%; bottom: 22%; transform: rotate(90deg); }
.svc06__scatter span:nth-child(5) { left: 14%; bottom: 30%; }
.svc06__big {
  position: absolute;
  right: -4vw;
  bottom: 2%;
  z-index: 1;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(4rem, 17vw, 15rem);
  line-height: .76;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 220, 220, .26);
  pointer-events: none;
  user-select: none;
}

/* -------------------------------------------------- FLOW 4ステップ */
.flow {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  background: var(--white-smoke);
  color: var(--on-light);
  clip-path: polygon(0 2.4vw, 100% 0, 100% 100%, 0 100%);
  overflow: clip;
}
.flow__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.flow__head { display: grid; gap: 14px; margin-bottom: clamp(34px, 5vw, 70px); }
.flow__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.4rem, .8rem + 3vw, 3.2rem);
  line-height: 1.24;
  letter-spacing: -.02em;
}
.flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}
@media (min-width: 820px) { .flow__list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.flow__item {
  position: relative;
  padding: clamp(20px, 3vw, 36px) clamp(12px, 2vw, 28px) clamp(24px, 3vw, 40px) 0;
  border-top: 1px solid rgba(16, 19, 20, .18);
  display: grid;
  gap: 10px;
  align-content: start;
}
/* 段差をつける（同じ高さ・同じ余白にしない） */
@media (min-width: 820px) {
  .flow__item:nth-child(1) { margin-top: 0; }
  .flow__item:nth-child(2) { margin-top: clamp(24px, 4vw, 66px); }
  .flow__item:nth-child(3) { margin-top: clamp(48px, 8vw, 132px); }
  .flow__item:nth-child(4) { margin-top: clamp(72px, 12vw, 198px); }
}
.flow__num {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 6.4rem);
  line-height: .8;
  letter-spacing: -.03em;
  color: var(--gainsboro);
  transition: color .5s ease, transform .6s var(--e-out);
}
.flow__item:hover .flow__num { color: var(--dark-slate); transform: translateY(-6px); }
.flow__st {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(15px, .9rem + .6vw, 22px);
  line-height: 1.45;
  letter-spacing: .01em;
}
.flow__sx { font-size: 12.5px; line-height: 1.95; color: var(--on-light-64); }
.flow__mono { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; color: var(--dark-slate); text-transform: uppercase; }
.flow__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .7s var(--e-out);
}
.flow__item.is-in::after { transform: scaleX(1); transition-delay: calc(var(--i) * .12s); }
.flow__note { margin-top: clamp(30px, 5vw, 60px); font-size: 12.5px; color: var(--on-light-64); max-width: 46em; }

/* -------------------------------------------------- サブAREA（SERVICE用・別トリミング） */
.areasub {
  position: relative;
  padding: var(--sp-m) 0;
  overflow-x: clip;
}
.areasub__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(22px, 3vw, 34px);
  align-items: center;
}
.areasub__body { grid-column: 1 / -1; }
.areasub__pic {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  margin-right: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
}
@media (min-width: 900px) {
  .areasub__body { grid-column: 1 / 5; }
  .areasub__pic { grid-column: 5 / -1; aspect-ratio: 21 / 9; }
}
.areasub__pic img { --op: 34% 62%; }
.areasub__pic { --veil: linear-gradient(266deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .34) 56%, var(--black)); }
.areasub__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, .8rem + 2.4vw, 2.6rem);
  line-height: 1.3;
  margin: 10px 0 16px;
}
.areasub__pref {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 1.4em;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--ink-14);
}
.areasub__pref li { font-family: var(--font-en); font-size: clamp(15px, 1rem + .5vw, 22px); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-70); }
.areasub__pref li:hover { color: var(--accent); }

/* -------------------------------------------------- 文字主体のエンドCTA（画像なし） */
.endcta {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  background: var(--dark-slate);
  overflow: clip;
  clip-path: polygon(0 0, 100% 1.8vw, 100% 100%, 0 100%);
}
.endcta__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
}
.endcta__ghost {
  position: absolute;
  right: -6vw;
  top: -2vw;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(4rem, 18vw, 15rem);
  line-height: .78;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 245, 245, .2);
  pointer-events: none;
  user-select: none;
}
.endcta__ttl {
  position: relative;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, .8rem + 3.8vw, 4.2rem);
  line-height: 1.2;
  letter-spacing: -.025em;
  max-width: 20em;
  margin-bottom: clamp(18px, 2.6vw, 30px);
}
.endcta__sub { position: relative; color: var(--gainsboro); max-width: 32em; margin-bottom: clamp(24px, 3.4vw, 42px); }
.endcta__links { position: relative; display: flex; flex-wrap: wrap; gap: 8px clamp(24px, 4vw, 56px); align-items: baseline; }

/* ==========================================================================
   COMPANY / company.html
   ========================================================================== */
.phero--company {
  padding-top: calc(var(--hd-h) + clamp(60px, 12vh, 170px));
  padding-bottom: 0;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
}
.phero--company .phero__pic { position: absolute; inset: 0; z-index: -2; }
.phero--company .phero__pic img { --op: 50% 34%; }
@media (max-width: 899px) { .phero--company .phero__pic img { --op: 44% 32%; } }
.phero--company .phero__pic {
  --veil: linear-gradient(to bottom, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .48) 34%, rgba(0, 0, 0, .68) 66%, var(--black) 100%);
}
.phero--company .phero__inner { padding-bottom: clamp(40px, 7vw, 100px); }
.cvttl {
  position: absolute;
  right: calc(var(--gut) * .4);
  top: calc(var(--hd-h) + 4vh);
  z-index: 3;
  display: flex;
  gap: clamp(6px, 1.2vw, 18px);
}
.cvttl b {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.15rem, 3.4vw, 2.8rem);
  line-height: 1.24;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  color: var(--white-smoke);
  text-shadow: 0 2px 30px rgba(0, 0, 0, .8);
}
.cvttl b:nth-child(2) { color: var(--accent); font-size: clamp(1rem, 2.6vw, 2rem); padding-top: 2.4em; }

/* 企業思想 */
.philo {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  overflow-x: clip;
}
.philo__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(24px, 4vw, 40px);
}
.philo__ttl {
  grid-column: 1 / -1;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, .8rem + 4vw, 4.4rem);
  line-height: 1.2;
  letter-spacing: -.03em;
}
@media (min-width: 900px) { .philo__ttl { grid-column: 1 / 9; } }
.philo__ttl em { font-style: normal; color: var(--accent); }
.philo__txt { grid-column: 1 / -1; }
@media (min-width: 900px) { .philo__txt { grid-column: 3 / 9; } }
.philo__txt p + p { margin-top: 1.5em; }
.philo__aside { grid-column: 1 / -1; }
@media (min-width: 900px) { .philo__aside { grid-column: 10 / -1; align-self: end; } }
.philo__aside dl { display: grid; gap: 0; border-top: 1px solid var(--ink-14); }
.philo__aside div { padding: 11px 0; border-bottom: 1px solid var(--ink-14); }
.philo__aside dt { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; color: var(--ink-30); text-transform: uppercase; }
.philo__aside dd { font-size: 12.5px; color: var(--ink-70); margin-top: 3px; }
.philo__ghost {
  position: absolute;
  left: -5vw;
  bottom: -3vw;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(3.4rem, 15vw, 13rem);
  line-height: .84;
  color: transparent;
  -webkit-text-stroke: 1px rgba(105, 105, 105, .3);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* 創業ストーリー */
.story {
  position: relative;
  padding: var(--sp-m) 0;
  background: linear-gradient(to bottom, var(--black), var(--depth-1) 46%, var(--black));
  overflow-x: clip;
}
.story__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.story__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 14px 2em; margin-bottom: clamp(34px, 5vw, 66px); }
.story__list { display: grid; gap: 0; }
.story__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px clamp(20px, 4vw, 60px);
  padding: clamp(22px, 3vw, 40px) 0;
  border-top: 1px solid var(--ink-14);
}
@media (min-width: 820px) {
  .story__item { grid-template-columns: 7.5em minmax(0, 22em) minmax(0, 1fr); align-items: start; }
  /* 一定リズムを避けるためのインデント差 */
  .story__item:nth-child(2) { padding-left: clamp(20px, 3vw, 60px); }
  .story__item:nth-child(3) { padding-left: clamp(40px, 6vw, 120px); }
  .story__item:nth-child(4) { padding-left: clamp(20px, 3vw, 60px); }
  .story__item:nth-child(5) { padding-left: clamp(60px, 9vw, 180px); }
}
.story__yr {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.4vw, 2.8rem);
  line-height: .9;
  letter-spacing: .01em;
  color: var(--white-smoke);
}
.story__yr small { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; color: var(--accent); margin-top: 6px; }
.story__st { font-family: var(--font-head); font-weight: 700; font-size: clamp(15px, .9rem + .8vw, 24px); line-height: 1.5; }
.story__sx { font-size: 12.5px; line-height: 2; color: var(--ink-52); }
.story__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 18%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .8s var(--e-out);
}
.story__item.is-in::after { transform: scaleX(1); }

/* 代表紹介 */
.rep { position: relative; padding: var(--sp-m) 0 0; overflow-x: clip; }
.rep__inner {
  position: relative;
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(26px, 4vw, 46px);
  align-items: end;
}
.rep__pic {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 4.1;
  margin-right: calc(var(--gut) * -1);
  width: calc(100% + var(--gut));
}
@media (min-width: 900px) { .rep__pic { grid-column: 7 / -1; aspect-ratio: 4 / 5; } }
.rep__pic img { --op: 50% 20%; }
@media (max-width: 899px) { .rep__pic img { --op: 52% 14%; } }
.rep__pic { --veil: linear-gradient(216deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .88)); }
.rep__body { grid-column: 1 / -1; }
@media (min-width: 900px) { .rep__body { grid-column: 1 / 7; padding-bottom: clamp(20px, 4vw, 70px); } }
.rep__name {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.7rem, .8rem + 3.4vw, 3.4rem);
  line-height: 1.16;
  letter-spacing: .01em;
  margin: 12px 0 6px;
}
.rep__ruby { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: var(--accent); }
.rep__dl { margin-top: clamp(20px, 3vw, 34px); display: grid; gap: 0; border-top: 1px solid var(--ink-14); }
.rep__dl div { display: grid; grid-template-columns: 7em 1fr; gap: 1em; padding: 10px 0; border-bottom: 1px solid var(--ink-14); }
.rep__dl dt { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; color: var(--ink-30); padding-top: .4em; text-transform: uppercase; }
.rep__dl dd { font-size: 12.5px; color: var(--ink-70); line-height: 1.85; }

/* 代表挨拶 + 座右の銘 */
.greet {
  position: relative;
  padding: var(--sp-m) 0 var(--sp-m);
  overflow-x: clip;
}
.greet__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(28px, 4vw, 46px);
}
.greet__motto { grid-column: 1 / -1; display: flex; gap: clamp(10px, 2vw, 24px); }
@media (min-width: 860px) { .greet__motto { grid-column: 1 / 4; justify-content: flex-start; } }
.greet__motto b {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 8vw, 5.8rem);
  line-height: 1.06;
  letter-spacing: .06em;
  writing-mode: vertical-rl;
  color: var(--white-smoke);
}
.greet__motto b i { font-style: normal; color: var(--accent); }
.greet__motto > span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .24em;
  color: var(--ink-30);
  padding-top: 1em;
}
.greet__body { grid-column: 1 / -1; }
@media (min-width: 860px) { .greet__body { grid-column: 5 / -1; } }
.greet__q {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(14px, .84rem + .8vw, 22px);
  line-height: 2.1;
  letter-spacing: .02em;
  color: var(--white-smoke);
  position: relative;
  padding-left: clamp(14px, 2vw, 26px);
}
.greet__q::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  bottom: .4em;
  width: 1px;
  background: linear-gradient(to bottom, var(--accent), transparent);
}
.greet__sign { margin-top: clamp(20px, 3vw, 32px); display: flex; align-items: baseline; gap: 1em; flex-wrap: wrap; }
.greet__sign b { font-family: var(--font-head); font-weight: 700; font-size: clamp(15px, .9rem + .5vw, 20px); }

/* 数字（COMPANY：表組み風・TOPと別レイアウト） */
.cnum { padding: var(--sp-s) 0 var(--sp-m); }
.cnum__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.cnum__list { display: grid; gap: 0; border-top: 1px solid var(--ink-14); margin-top: clamp(24px, 4vw, 40px); }
.cnum__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1em;
  padding: clamp(12px, 1.8vw, 22px) 0;
  border-bottom: 1px solid var(--ink-14);
  transition: background-color .5s ease, padding-left .5s var(--e-out);
}
.cnum__row:hover { background: rgba(245, 245, 245, .03); padding-left: 10px; }
.cnum__k { display: grid; gap: 2px; }
.cnum__k b { font-family: var(--font-head); font-weight: 700; font-size: clamp(13px, .82rem + .3vw, 17px); }
.cnum__v {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(1.8rem, 5.6vw, 4.6rem);
  line-height: .84;
  letter-spacing: -.02em;
  display: flex;
  align-items: baseline;
  gap: .12em;
}
.cnum__v small { font-family: var(--font-head); font-size: clamp(11px, .7rem + .2vw, 15px); font-weight: 500; color: var(--accent); }

/* 会社概要 */
.outline {
  position: relative;
  padding: var(--sp-s) 0 var(--sp-l);
  background: var(--white-smoke);
  color: var(--on-light);
  clip-path: polygon(0 2.2vw, 100% 0, 100% 100%, 0 100%);
  overflow: clip;
}
.outline__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.outline__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 14px 2em; margin-bottom: clamp(26px, 4vw, 44px); }
.outline__ttl { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.4rem, .8rem + 3vw, 3.2rem); line-height: 1.2; letter-spacing: -.02em; }
.outline__dl { display: grid; gap: 0; border-top: 1px solid rgba(16, 19, 20, .18); }
.outline__dl > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px 2em;
  padding: clamp(13px, 1.8vw, 20px) 0;
  border-bottom: 1px solid rgba(16, 19, 20, .14);
}
@media (min-width: 700px) { .outline__dl > div { grid-template-columns: 12em minmax(0, 1fr); } }
.outline__dl dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--dark-slate); text-transform: uppercase; padding-top: .35em; }
.outline__dl dd { font-size: 13px; line-height: 1.95; color: var(--on-light-64); }
.outline__dl dd b { color: var(--on-light); font-weight: 500; }
.fiction {
  margin-top: clamp(30px, 5vw, 56px);
  padding: clamp(18px, 2.6vw, 30px) 0 0;
  border-top: 2px solid var(--dark-slate);
  display: grid;
  gap: 10px;
}
.fiction__ttl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; color: var(--dark-slate); text-transform: uppercase; }
.fiction p { font-size: 12.5px; line-height: 1.95; color: var(--on-light-64); max-width: 60em; }

/* ==========================================================================
   RECRUIT / recruit.html
   ========================================================================== */
.phero--recruit {
  padding-top: calc(var(--hd-h) + clamp(30px, 6vh, 80px));
  padding-bottom: 0;
  min-height: 96svh;
  display: flex;
  align-items: stretch;
}
.phero--recruit .phero__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  align-items: end;
  padding-bottom: clamp(40px, 6vw, 90px);
}
.rc__pic {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}
@media (min-width: 860px) { .rc__pic { width: 62%; } }
.rc__pic img { --op: 62% 42%; }
@media (max-width: 859px) { .rc__pic img { --op: 66% 38%; } }
.rc__pic {
  --veil: linear-gradient(94deg, var(--black) 0%, rgba(0, 0, 0, .72) 22%, rgba(0, 0, 0, .1) 56%, rgba(0, 0, 0, .3) 100%);
}
.rc__pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, var(--black) 0%, transparent 20%, transparent 62%, var(--black) 100%);
}
.rc__vttl {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  display: flex;
  gap: clamp(8px, 1.6vw, 20px);
  align-items: flex-start;
  margin-bottom: clamp(18px, 3vw, 30px);
}
@media (min-width: 860px) { .rc__vttl { grid-column: 1 / 7; margin-bottom: 0; } }
.rc__vttl b {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 6vw, 4.4rem);
  line-height: 1.16;
  letter-spacing: .04em;
  writing-mode: vertical-rl;
  color: var(--white-smoke);
  text-shadow: 0 2px 30px rgba(0, 0, 0, .75);
  max-height: 70svh;
}
.rc__vttl > span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .26em;
  color: var(--accent);
  padding-top: 1.2em;
}
.rc__lead { position: relative; z-index: 3; grid-column: 1 / -1; }
@media (min-width: 860px) { .rc__lead { grid-column: 1 / 6; } }
.rc__lead p { color: var(--ink-70); font-size: clamp(12.5px, .8rem + .2vw, 15.5px); line-height: 2.05; max-width: 28em; }

.mean { padding: var(--sp-m) 0 var(--sp-s); overflow-x: clip; position: relative; }
.mean__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(20px, 3vw, 32px);
}
.mean__ttl {
  grid-column: 1 / -1;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.4rem, .8rem + 3vw, 3.2rem);
  line-height: 1.26;
  letter-spacing: -.02em;
}
@media (min-width: 900px) { .mean__ttl { grid-column: 1 / 7; } }
.mean__txt { grid-column: 1 / -1; }
@media (min-width: 900px) { .mean__txt { grid-column: 8 / -1; } }
.mean__txt p + p { margin-top: 1.4em; }
.mean__ghost {
  position: absolute;
  right: -6vw;
  top: 30%;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(3.4rem, 15vw, 12rem);
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(105, 105, 105, .26);
  pointer-events: none;
  user-select: none;
}

.persona { padding: var(--sp-s) 0; }
.persona__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.persona__list { display: grid; gap: 0; margin-top: clamp(22px, 3vw, 36px); border-top: 1px solid var(--ink-14); }
.persona__list li {
  display: grid;
  grid-template-columns: 3.2em minmax(0, 1fr);
  gap: 1em;
  padding: clamp(14px, 2vw, 22px) 0;
  border-bottom: 1px solid var(--ink-14);
  align-items: baseline;
  transition: padding-left .5s var(--e-out);
}
@media (min-width: 820px) {
  .persona__list li:nth-child(2) { padding-left: clamp(18px, 3vw, 56px); }
  .persona__list li:nth-child(3) { padding-left: clamp(36px, 6vw, 112px); }
  .persona__list li:nth-child(4) { padding-left: clamp(12px, 2vw, 34px); }
}
.persona__list li:hover { padding-left: clamp(20px, 4vw, 130px); }
.persona__n { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; color: var(--accent); }
.persona__t { font-family: var(--font-head); font-weight: 700; font-size: clamp(14px, .86rem + .5vw, 19px); line-height: 1.6; }
.persona__t span { display: block; font-family: var(--font-jp); font-weight: 400; font-size: 12.5px; color: var(--ink-52); margin-top: 6px; line-height: 1.9; }

.slots {
  padding: var(--sp-s) 0 var(--sp-m);
  background: linear-gradient(to bottom, var(--black), var(--depth-2) 55%, var(--black));
}
.slots__inner { width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.slots__list { display: grid; gap: 0; margin-top: clamp(22px, 3vw, 36px); }
.slot {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px clamp(20px, 3vw, 40px);
  padding: clamp(20px, 3vw, 34px) 0;
  border-top: 1px solid var(--ink-14);
  transition: background-color .5s ease;
}
@media (min-width: 860px) { .slot { grid-template-columns: 3.4em minmax(0, 16em) minmax(0, 1fr) auto; align-items: center; } }
.slot:last-child { border-bottom: 1px solid var(--ink-14); }
.slot:hover { background: rgba(245, 245, 245, .035); }
.slot__n { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; color: var(--accent); }
.slot__t { font-family: var(--font-head); font-weight: 700; font-size: clamp(15px, .9rem + .7vw, 23px); line-height: 1.4; }
.slot__t small { display: block; font-family: var(--font-en); font-size: 12px; letter-spacing: .16em; color: var(--ink-52); margin-top: 6px; text-transform: uppercase; }
.slot__x { font-size: 12.5px; line-height: 1.95; color: var(--ink-52); }
.slot__go { justify-self: start; }
.slots__note {
  margin-top: clamp(24px, 3vw, 36px);
  font-size: 12px;
  line-height: 1.95;
  color: var(--ink-52);
  max-width: 52em;
  padding-left: clamp(10px, 1.4vw, 18px);
  border-left: 2px solid var(--accent);
}

.entry {
  position: relative;
  padding: var(--sp-m) 0;
  overflow-x: clip;
}
.entry__inner { position: relative; width: min(100% - (var(--gut) * 2), 1580px); margin-inline: auto; }
.entry__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, .8rem + 3.6vw, 4rem);
  line-height: 1.2;
  letter-spacing: -.025em;
  max-width: 18em;
  margin: 14px 0 clamp(20px, 3vw, 34px);
}
.entry__ghost {
  position: absolute;
  left: -4vw;
  bottom: -2vw;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(4rem, 17vw, 14rem);
  line-height: .78;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 220, 220, .2);
  pointer-events: none;
  user-select: none;
}

/* ==========================================================================
   CONTACT / contact.html
   ========================================================================== */
.phero--contact {
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(34px, 5vw, 70px);
}
.phero--contact .phero__pic { position: absolute; inset: 0; z-index: -2; }
.phero--contact .phero__pic img { --op: 60% 56%; }
@media (max-width: 899px) { .phero--contact .phero__pic img { --op: 64% 52%; } }
.phero--contact .phero__pic {
  --veil: linear-gradient(94deg, var(--black) 0%, rgba(0, 0, 0, .9) 26%, rgba(0, 0, 0, .5) 58%, rgba(0, 0, 0, .2) 100%);
}
.phero--contact .phero__pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, var(--black), transparent 24%, transparent 70%, var(--black));
}
.phero--contact .phero__en { font-size: clamp(2.8rem, 12vw, 10rem); }

.fm { position: relative; padding: var(--sp-m) 0 var(--sp-s); overflow-x: clip; }
.fm__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  row-gap: clamp(28px, 4vw, 50px);
}
.fm__side { grid-column: 1 / -1; }
@media (min-width: 1000px) { .fm__side { grid-column: 1 / 4; position: sticky; top: 16vh; align-self: start; } }
.fm__side-ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, .8rem + 2.2vw, 2.4rem);
  line-height: 1.3;
  letter-spacing: -.015em;
  margin: 12px 0 16px;
}
.fm__side p { font-size: 12.5px; line-height: 2; color: var(--ink-52); max-width: 26em; }
.fm__dl { margin-top: clamp(20px, 3vw, 32px); display: grid; gap: 0; border-top: 1px solid var(--ink-14); }
.fm__dl div { padding: 11px 0; border-bottom: 1px solid var(--ink-14); }
.fm__dl dt { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; color: var(--ink-30); text-transform: uppercase; }
.fm__dl dd { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .06em; color: var(--ink-70); margin-top: 4px; }
.fm__dl dd em { font-style: normal; font-family: var(--font-jp); font-size: 10.5px; color: var(--accent); display: block; margin-top: 3px; letter-spacing: .1em; }

.fm__form { grid-column: 1 / -1; }
@media (min-width: 1000px) { .fm__form { grid-column: 5 / -1; } }
.fm__rows { display: grid; gap: 0; border-top: 1px solid var(--ink-14); }
.fm__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: clamp(14px, 2vw, 22px) 0 clamp(12px, 1.6vw, 18px);
  border-bottom: 1px solid var(--ink-14);
  transition: background-color .45s ease;
}
@media (min-width: 760px) {
  .fm__row { grid-template-columns: 11em minmax(0, 1fr); gap: 1.6em; align-items: start; }
  .fm__row--split { grid-template-columns: 11em minmax(0, 1fr); }
}
.fm__row.is-focus { background: rgba(245, 245, 245, .045); }
.fm__lb {
  display: flex;
  align-items: baseline;
  gap: .6em;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--ink-52);
  text-transform: uppercase;
  transition: transform .5s var(--e-out), color .35s ease;
  padding-top: .5em;
}
.fm__row.is-focus .fm__lb { transform: translateX(6px); color: var(--accent); }
.fm__lb i { font-style: normal; font-family: var(--font-jp); font-size: 11.5px; letter-spacing: .1em; color: inherit; }
.fm__req { color: var(--accent); font-size: 8px; letter-spacing: .1em; }
.fm__opt { color: var(--ink-30); font-size: 8px; letter-spacing: .1em; }
.fm__f {
  width: 100%;
  background: rgba(245, 245, 245, .04);
  padding: 12px 14px;
  font-family: var(--font-jp);
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--ink);
  filter: blur(.25px);
  transition: background-color .45s ease, color .35s ease, filter .45s ease, transform .5s var(--e-out);
  min-height: 46px;
}
.fm__f::placeholder { color: var(--ink-30); }
.fm__f:hover { background: rgba(245, 245, 245, .07); }
.fm__f:focus {
  background: rgba(245, 245, 245, .11);
  color: var(--white-smoke);
  filter: blur(0);
  outline: none;
}
.fm__f:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
textarea.fm__f { min-height: 8.5em; line-height: 1.9; }
select.fm__f {
  background-image: linear-gradient(45deg, transparent 50%, var(--accent) 50%), linear-gradient(135deg, var(--accent) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 38px;
}
select.fm__f option { background: var(--black); color: var(--ink); }
.fm__two { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 520px) { .fm__two { grid-template-columns: 1fr 1fr; } }
.fm__err {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--accent);
  margin-top: 6px;
  min-height: 1em;
}
.fm__err:empty { min-height: 0; }
.fm__err::before { content: "▲ "; }
.fm__err:empty::before { content: ""; }

.fm__agree {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .9em;
  margin-top: clamp(22px, 3vw, 32px);
  cursor: pointer;
  padding: 8px 0;
}
.fm__box {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  background: rgba(245, 245, 245, .06);
  transition: background-color .35s ease;
}
.fm__agree input { position: absolute; opacity: 0; width: 22px; height: 22px; margin: 0; }
.fm__box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 13px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  transform: rotate(40deg) scale(0);
  transform-origin: center;
  transition: transform .35s var(--e-snap);
}
.fm__agree input:checked ~ .fm__box { background: var(--accent); }
.fm__agree input:checked ~ .fm__box::after { transform: rotate(40deg) scale(1); }
.fm__agree input:focus-visible ~ .fm__box { outline: 2px solid var(--accent); outline-offset: 3px; }
.fm__agree-t { font-size: 12.5px; line-height: 1.9; color: var(--ink-70); }
.fm__agree-t b { color: var(--white-smoke); font-weight: 500; }

.fm__submit {
  margin-top: clamp(26px, 4vw, 44px);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 2.4em;
}
.fm__btn {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: .8em;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(22px, 1.2rem + 2vw, 44px);
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white-smoke);
  padding: 14px 0;
  transition: letter-spacing .5s var(--e-out), color .3s ease;
}
.fm__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 2px;
  background: var(--ink-30);
  transform-origin: left center;
  transition: transform .6s var(--e-out), background-color .3s ease;
}
.fm__btn:hover { letter-spacing: .14em; }
.fm__btn:hover::before { background: var(--accent); }
.fm__btn:hover span { color: var(--accent); }
.fm__btn:active { transform: translateY(2px) skewX(-2deg); }
.fm__caution { font-size: 11.5px; color: var(--ink-52); max-width: 30em; }

/* ダミー送信モーダル */
.modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--gut);
}
.modal.is-open { display: flex; }
.modal__bd {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .4s ease;
}
.modal.is-shown .modal__bd { opacity: 1; }
.modal__box {
  position: relative;
  width: min(100%, 760px);
  background: var(--depth-3);
  padding: clamp(26px, 4vw, 52px);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .6s var(--e-io);
  border-top: 2px solid var(--accent);
}
.modal.is-shown .modal__box { clip-path: inset(0 0 0 0); }
.modal__en {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(1.9rem, 7vw, 4.4rem);
  line-height: .88;
  letter-spacing: -.01em;
  color: var(--white-smoke);
  margin-bottom: 14px;
}
.modal__ttl {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.05rem, .8rem + 1.1vw, 1.7rem);
  line-height: 1.5;
  margin-bottom: 14px;
}
.modal__txt { font-size: 12.5px; line-height: 2; color: var(--gainsboro); max-width: 44em; }
.modal__txt + .modal__txt { margin-top: 1em; }
.modal__foot { margin-top: clamp(22px, 3vw, 34px); display: flex; flex-wrap: wrap; gap: 12px 2em; align-items: baseline; justify-content: space-between; }
.modal__close {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--white-smoke);
  padding: 12px 0;
  position: relative;
}
.modal__close::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(.3);
  transform-origin: left;
  transition: transform .5s var(--e-out);
}
.modal__close:hover::before { transform: scaleX(1); }

/* 連絡先情報 */
.cinfo {
  padding: var(--sp-s) 0 var(--sp-m);
  background: var(--white-smoke);
  color: var(--on-light);
  clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
}
.cinfo__inner {
  width: min(100% - (var(--gut) * 2), 1580px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 46px);
}
@media (min-width: 900px) { .cinfo__inner { grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); } }
.cinfo__ttl { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.3rem, .8rem + 2.4vw, 2.6rem); line-height: 1.24; letter-spacing: -.02em; }
.cinfo__dl { display: grid; gap: 0; border-top: 1px solid rgba(16, 19, 20, .18); }
.cinfo__dl > div { display: grid; grid-template-columns: 1fr; gap: 2px 2em; padding: clamp(12px, 1.6vw, 18px) 0; border-bottom: 1px solid rgba(16, 19, 20, .14); }
@media (min-width: 620px) { .cinfo__dl > div { grid-template-columns: 10em minmax(0, 1fr); } }
.cinfo__dl dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--dark-slate); text-transform: uppercase; padding-top: .3em; }
.cinfo__dl dd { font-size: 13px; line-height: 1.9; color: var(--on-light-64); }
.cinfo__dl dd b { color: var(--on-light); font-weight: 500; }
.cinfo__dl dd em { font-style: normal; display: block; font-size: 11px; color: var(--dark-slate); margin-top: 3px; }

/* ==========================================================================
   汎用：セクションラベル（黒背景）
   ========================================================================== */
.slabel { display: flex; align-items: center; gap: .8em; }
.slabel::before { content: ""; width: clamp(20px, 3.4vw, 46px); height: 1px; background: var(--accent); }
.slabel--light { color: var(--dark-slate); }
.slabel--light::before { background: var(--dark-slate); }
