/* =====================================================================
   HD TOP V2 — hermandot.co.jp 新トップ (v6 / 2026-09)
   自己完結CSS。テーマのcommon.cssは読み込まない前提。
   ===================================================================== */
:root {
  --ink: #1a1a1a;
  --navy: #00246e;
  --navy-2: #0b1f5c;
  --btn: #0b1320;
  --pale: #e9eef9;
  --pale-2: #f4f6fb;
  --gray: #7f7f7f;
  --line: #e5e5e5;
  --bg: #fdfdfd;
  --c1: #2563eb; /* blue   … SNSグロース */
  --c2: #06b6d4; /* cyan */
  --c3: #8b5cf6; /* violet … AIEO・SEO */
  --c4: #ec4899; /* pink   … インフルエンサー */
  --c5: #f97316; /* orange … 広告運用 */
  --c6: #10b981; /* green  … WEB制作 */
  --grad-brand: linear-gradient(90deg, #00246e 0%, #2563eb 55%, #06b6d4 100%);
  --grad-line: linear-gradient(90deg, #00246e, #2563eb, #06b6d4, #8b5cf6, #ec4899, #f97316);
  --shadow: 0 0 10px 6px rgba(171, 171, 171, .10);
  --side: clamp(20px, 6.25vw, 90px);
  --fs-jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  --fs-en: "Hind", "Noto Sans JP", sans-serif;
  --ease: cubic-bezier(.43, .05, .17, 1);
  --ease2: cubic-bezier(.26, .16, .1, 1);
}

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 90ms ease-out both vt-out; }
::view-transition-new(root) { animation: 140ms ease-out both vt-in; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; } }
.hd2 picture { display: contents; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 116px; }
body {
  margin: 0;
  font-family: var(--fs-jp);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .03em;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, figure, dl, dd, address { margin: 0; font-style: normal; }
button { font: inherit; background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
svg { display: inline-block; vertical-align: middle; }
:focus-visible { outline: 2px solid var(--c1); outline-offset: 3px; }
.pc { display: inline; }
.nw { white-space: nowrap; }
[hidden] { display: none !important; }
.container { max-width: 1440px; margin: 0 auto; padding: 0 var(--side); }
.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Header (EN/JA 2段ナビ + ◆ / ホバー=グラデ下線) ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 100px; background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(15, 23, 42, .05); transition: height .26s var(--ease), box-shadow .26s, background .26s; will-change: height; }
@media (min-width: 1024px) {
  .header.is-scrolled { height: 66px; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 30px -22px rgba(15, 23, 42, .45); }
  .header.is-scrolled .header__logo img { height: 30px; }
  .header.is-scrolled .header__word { font-size: 15px; }
  .header.is-scrolled .gnav__ja { max-height: 0; opacity: 0; margin-top: 0; transform: translateY(-4px); }
}
.header::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad-line); }
.header__in { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--side); }
.header__logo { display: flex; align-items: center; gap: 14px; }
.header__logo img { height: 40px; width: auto; transition: height .26s var(--ease); }
.header__word, .footer__word { font-family: var(--fs-en); font-weight: 700; font-size: 18px; letter-spacing: .16em; line-height: 1; white-space: nowrap; background: linear-gradient(90deg, #0b1f5c, #2563eb 60%, #06b6d4); -webkit-background-clip: text; background-clip: text; color: transparent; transform: translateY(1px); transition: font-size .26s var(--ease); }
.gnav__list { display: flex; align-items: center; gap: 40px; }
.gnav__item { position: relative; }
.gnav__item:nth-child(1) { --dot: var(--c1); }
.gnav__item:nth-child(2) { --dot: var(--c2); }
.gnav__item:nth-child(3) { --dot: var(--c3); }
.gnav__item:nth-child(4) { --dot: var(--c6); }
.gnav__item:nth-child(5) { --dot: var(--c4); }
.gnav__item:nth-child(6) { --dot: var(--c5); }
.gnav__link { position: relative; display: block; padding: 8px 0 8px 16px; }
.gnav__link::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 2px; background: var(--dot, var(--c1)); transform: rotate(45deg); transition: transform .3s var(--ease); }
.gnav__link::after { content: ""; position: absolute; left: 16px; right: 0; bottom: 2px; height: 2px; border-radius: 2px; background: var(--grad-brand); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.gnav__item:hover .gnav__link::before { transform: rotate(45deg) scale(1.35); }
.gnav__item:hover .gnav__link::after, .gnav__link:focus-visible::after, .gnav__item.is-current .gnav__link::after { transform: scaleX(1); transform-origin: left; }
.gnav__en { display: flex; align-items: center; gap: 4px; font-family: var(--fs-en); font-weight: 600; font-size: 15px; line-height: 1.2; color: var(--ink); letter-spacing: .01em; }
.gnav__ja { display: block; margin-top: 5px; font-size: 11px; line-height: 1.2; color: #333; letter-spacing: .02em; max-height: 14px; overflow: hidden; transition: max-height .24s var(--ease), opacity .18s, margin-top .24s var(--ease), transform .24s var(--ease); }
.gnav__en .chev { width: 13px; height: 13px; color: #94a3b8; transition: transform .25s var(--ease); }
.has-dd:hover .chev { transform: rotate(180deg); }
.gnav__item::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 22px; }
.gnav__dd { position: absolute; top: calc(100% + 18px); left: -6px; width: 420px; background: #fff; border-radius: 16px; padding: 14px 12px 12px; box-shadow: 0 2px 4px rgba(15, 23, 42, .05), 0 30px 60px -22px rgba(15, 23, 42, .35); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .3s var(--ease2), transform .3s var(--ease2), visibility .3s; z-index: 5; }
.gnav__dd::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 3px; border-radius: 0 0 3px 3px; background: var(--grad-line); }
.has-dd:hover .gnav__dd, .has-dd:focus-within .gnav__dd { opacity: 1; visibility: visible; transform: none; }
.gnav__dd a { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: 10px; transition: background .2s; }
.gnav__dd a:hover { background: var(--pale-2); }
.gnav__dd-no { font-family: var(--fs-en); font-weight: 700; font-size: 12px; letter-spacing: .04em; color: var(--dot, var(--c1)); }
.gnav__dd-t { flex: 1; display: flex; flex-direction: column; font-weight: 700; font-size: 14px; line-height: 1.4; }
.gnav__dd-t small { font-family: var(--fs-en); font-weight: 600; font-size: 11px; color: var(--gray); letter-spacing: .04em; margin-top: 2px; }
.gnav__dd svg { width: 14px; height: 14px; color: var(--gray); flex-shrink: 0; }

.burger { display: none; position: relative; width: 44px; height: 44px; }
.burger span { position: absolute; left: 11px; width: 22px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), top .3s var(--ease); }
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 25px; }
.burger.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

.spmenu { position: fixed; left: 0; right: 0; top: 64px; bottom: 0; z-index: 99; background: #fff; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .35s var(--ease2), transform .35s var(--ease2), visibility .35s; }
.spmenu.is-open { opacity: 1; visibility: visible; transform: none; }
.spmenu__in { padding: 8px 20px 48px; }
.spmenu__list li a { display: flex; align-items: center; justify-content: space-between; padding: 16px 0 16px 18px; position: relative; border-bottom: 1px solid var(--line); }
.spmenu__list li a::before { content: ""; position: absolute; left: 1px; top: 24px; width: 7px; height: 7px; border-radius: 2px; background: var(--dot, var(--c1)); transform: rotate(45deg); }
.spmenu__list li:nth-child(1) { --dot: var(--c1); }
.spmenu__list li:nth-child(2) { --dot: var(--c2); }
.spmenu__list li:nth-child(3) { --dot: var(--c3); }
.spmenu__list li:nth-child(4) { --dot: var(--c6); }
.spmenu__list li:nth-child(5) { --dot: var(--c4); }
.spmenu__list li:nth-child(6) { --dot: var(--c5); }
.spmenu__list .gnav__en { font-size: 20px; }
.spmenu__list .gnav__ja { font-size: 11.5px; margin-top: 4px; }
.spmenu__list li a svg { width: 18px; height: 18px; color: var(--c1); }
.spmenu__label { margin-top: 28px; font-family: var(--fs-en); font-weight: 700; font-size: 11px; letter-spacing: .24em; color: var(--gray); }
.spmenu__sub { margin-top: 4px; }
.spmenu__sub li a { position: relative; display: block; padding: 13px 0 13px 16px; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--line); }
.spmenu__sub li a::before { content: ""; position: absolute; left: 1px; top: 50%; width: 6px; height: 6px; border-radius: 1.5px; background: var(--dot, var(--c1)); transform: translateY(-50%) rotate(45deg); }
.pill--sp { margin-top: 28px; width: 100%; max-width: none; }

/* ---------- Hero ---------- */
.hero { position: relative; margin-top: 100px; height: 42.2vw; min-height: 540px; max-height: 820px; overflow: hidden; background: #e8eef8; }
.hero__slides { position: absolute; inset: 0; z-index: 1; }
.hero__slide { position: absolute; inset: 0; z-index: 0; opacity: 0; }
.hero__slide.is-prev { z-index: 1; opacity: 1; }
.hero__slide.is-active { z-index: 2; opacity: 1; transition: opacity 1.6s ease; }
.hero__scale { position: absolute; inset: 0; animation: kb 14s ease-in-out infinite alternate; will-change: transform; }
.hero__slide:nth-child(2) .hero__scale { animation-delay: -4.7s; }
.hero__slide:nth-child(3) .hero__scale { animation-delay: -9.3s; }
.hero__scale img { width: 100%; height: 100%; object-fit: cover; }
@keyframes kb { from { transform: scale(1); } to { transform: scale(1.14) translate(-1.4%, .9%); } }
.hero__tint { position: absolute; inset: 0; z-index: 3; background: linear-gradient(115deg, rgba(37, 99, 235, .20) 0%, rgba(6, 182, 212, .06) 45%, rgba(139, 92, 246, .12) 75%, rgba(236, 72, 153, .16) 100%); }
.hero__shade { position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, rgba(0, 20, 60, .10) 0%, rgba(0, 20, 60, 0) 42%, rgba(0, 12, 40, .52) 100%); }
.hero__glow { position: absolute; z-index: 3; width: 60vw; height: 60vw; left: 30%; top: -20%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 70%); mix-blend-mode: soft-light; opacity: .9; animation: glow 16s ease-in-out infinite alternate; pointer-events: none; }
@keyframes glow { from { transform: translate(-10%, 0) scale(1); } to { transform: translate(18%, 12%) scale(1.2); } }
.hero__fx { position: absolute; inset: 0; z-index: 4; display: block; pointer-events: none; opacity: .85; }
.hero__wm { position: absolute; left: -.4vw; top: -1.2vw; z-index: 4; display: flex; flex-direction: column; font-family: var(--fs-en); font-weight: 700; font-size: 13.4vw; line-height: .86; letter-spacing: -.005em; color: rgba(255, 255, 255, .05); -webkit-text-stroke: 1.5px rgba(255, 255, 255, .78); pointer-events: none; user-select: none; white-space: nowrap; animation: wm 22s ease-in-out infinite alternate; }
@keyframes wm { from { transform: translateX(0); } to { transform: translateX(-3vw); } }
.hero__copy { position: absolute; left: var(--side); bottom: 15%; z-index: 5; color: #fff; }
.hero__ttl { font-size: clamp(34px, 5vw, 72px); font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-shadow: 0 2px 30px rgba(0, 0, 0, .35); }
.hero__ttl .ch { display: inline-block; opacity: 0; transform: translateY(.6em) rotate(5deg); animation: ch-in .9s var(--ease) forwards; }
@keyframes ch-in { to { opacity: 1; transform: none; } }
.hero__lead { margin-top: 24px; font-size: clamp(13px, 1.2vw, 17px); font-weight: 700; letter-spacing: .24em; text-shadow: 0 1px 20px rgba(0, 0, 0, .45); animation: hero-in 1.2s var(--ease2) .9s both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero__nav { position: absolute; right: var(--side); bottom: 40px; z-index: 5; width: 130px; }
.hero__nav-btns { display: flex; gap: 18px; }
.hero__nav-btn { font-family: var(--fs-en); font-weight: 600; font-size: 15px; color: #fff; opacity: .5; transition: opacity .3s; padding: 4px 0; }
.hero__nav-btn.is-active { opacity: 1; }
.hero__bar { display: block; margin-top: 6px; height: 2px; background: rgba(255, 255, 255, .4); position: relative; }
.hero__bar-in { position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left; }
.hero__scroll { position: absolute; left: var(--side); bottom: 40px; z-index: 5; display: flex; align-items: center; gap: 12px; font-family: var(--fs-en); font-weight: 600; font-size: 11px; letter-spacing: .3em; color: rgba(255, 255, 255, .8); }
.hero__scroll::after { content: ""; width: 60px; height: 1px; background: rgba(255, 255, 255, .5); position: relative; overflow: hidden; }
.hero__scroll i { position: absolute; left: 68px; bottom: 7px; width: 60px; height: 1px; background: #fff; transform-origin: left; animation: scrl 2.2s var(--ease) infinite; }
@keyframes scrl { 0% { transform: scaleX(0); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } 51% { transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } }

/* ---------- Clients (logo wall) ---------- */
.clients { position: relative; padding: 52px 0 46px; background: linear-gradient(180deg, #fff 0%, #f3f6ff 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.clients::before { content: ""; position: absolute; left: 50%; top: -30%; width: 60vw; height: 60vw; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(37, 99, 235, .10), rgba(37, 99, 235, 0) 70%); pointer-events: none; }
.clients__head { position: relative; display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap; margin-bottom: 26px; }
.clients__en { font-family: var(--fs-en); font-weight: 700; font-size: 12px; letter-spacing: .28em; }
.clients__ja { font-size: 13.5px; font-weight: 700; color: #333; letter-spacing: .04em; }
.clients__row { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.clients__row + .clients__row { margin-top: 14px; }
.clients__track { display: flex; width: max-content; animation: tick 84s linear infinite; }
.clients__row--rev .clients__track { animation-direction: reverse; animation-duration: 100s; }
.clients:hover .clients__track { animation-play-state: paused; }
.clients__set { display: flex; gap: 14px; padding-right: 14px; }
.logo { position: relative; display: flex; align-items: center; justify-content: center; height: 74px; padding: 0 30px; border-radius: 16px; background: rgba(255, 255, 255, .86); border: 1px solid rgba(255, 255, 255, .95); box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 12px 30px -20px rgba(15, 23, 42, .28); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: transform .35s var(--ease), box-shadow .35s; }
.logo::before { content: ""; position: absolute; inset: -1px; border-radius: 17px; padding: 1.5px; background: var(--grad-line); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .35s; pointer-events: none; }
.logo:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(15, 23, 42, .05), 0 22px 40px -22px rgba(37, 99, 235, .45); }
.logo:hover::before { opacity: 1; }
.logo img { max-height: 34px; max-width: 140px; width: auto; height: auto; object-fit: contain; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- Common parts ---------- */
.sec { position: relative; padding: 150px 0; }
.deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.deco__c { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(37, 99, 235, .13), rgba(6, 182, 212, .13)); will-change: transform; }
.deco__c--warm { background: linear-gradient(135deg, rgba(236, 72, 153, .12), rgba(249, 115, 22, .12)); }
.deco__c--violet { background: linear-gradient(135deg, rgba(139, 92, 246, .13), rgba(37, 99, 235, .10)); }
.deco__c--green { background: linear-gradient(135deg, rgba(16, 185, 129, .12), rgba(6, 182, 212, .12)); }

.ttl { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.ttl__en { font-family: var(--fs-en); font-weight: 600; font-size: clamp(40px, 4.2vw, 60px); line-height: 1; letter-spacing: .005em; color: var(--ink); }
.ttl__en::before { content: ""; display: block; width: 40px; height: 4px; border-radius: 2px; margin-bottom: 18px; background: var(--grad-brand); }
.ttl__ja { margin-top: 14px; font-size: 16px; font-weight: 700; letter-spacing: .04em; }
.ttl--white .ttl__en, .ttl--white .ttl__ja { color: #fff; }
.ttl--white .ttl__en::before { background: #fff; }
.ttl--center { align-items: center; text-align: center; }
.ttl--center .ttl__en::before { margin-left: auto; margin-right: auto; }
.service .ttl__en::before { background: linear-gradient(90deg, #06b6d4, #2563eb); }
.message .ttl__en::before { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
.about .ttl__en::before { background: linear-gradient(90deg, #ec4899, #f97316); }
.gallery .ttl__en::before { background: linear-gradient(90deg, #f97316, #ec4899); }
.news .ttl__en::before { background: linear-gradient(90deg, #10b981, #06b6d4); }
.recruit .ttl__en::before { background: linear-gradient(90deg, #ec4899, #8b5cf6); }

.more { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fs-en); font-weight: 600; font-size: 16px; color: var(--ink); letter-spacing: .02em; transition: transform .25s var(--ease); }
.more__t { white-space: nowrap; }
.more__c { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #0b1f5c, #2563eb); color: #fff; display: inline-grid; place-items: center; flex-shrink: 0; transition: transform .3s var(--ease), box-shadow .3s; }
.more__c svg { width: 16px; height: 16px; }
.more-link { display: inline-block; }
.more-link:hover .more__c, .card:hover .more__c, .news__list a:hover .more__c { transform: scale(1.1); box-shadow: 0 8px 20px -8px rgba(37, 99, 235, .7); }

.pill { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-width: 360px; height: 60px; padding: 0 44px; border-radius: 999px; background: var(--btn); color: #fff; font-family: var(--fs-en); font-weight: 600; font-size: 15px; letter-spacing: .12em; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.pill::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b1f5c, #2563eb 60%, #06b6d4); opacity: 0; transition: opacity .35s; }
.pill > span { position: relative; z-index: 1; }
.pill::after { content: ""; position: relative; z-index: 1; width: 8px; height: 8px; border-radius: 50%; background: var(--c2); }
.pill:hover::before { opacity: 1; }
.pill:hover { box-shadow: 0 14px 30px -12px rgba(37, 99, 235, .6); }
.pill--lg { font-family: var(--fs-jp); font-size: 16px; letter-spacing: .06em; min-width: 440px; height: 70px; }
.glow { position: relative; display: inline-block; border-radius: 999px; }
.glow::before { content: ""; position: absolute; inset: -3px; border-radius: 999px; background: linear-gradient(90deg, #2563eb, #ec4899, #06b6d4, #8b5cf6, #2563eb); background-size: 300% 100%; filter: blur(14px); opacity: .42; z-index: 0; animation: glowShift 7s linear infinite; transition: opacity .35s; pointer-events: none; }
.glow:hover::before { opacity: .8; }
.glow .pill { position: relative; z-index: 1; }
@keyframes glowShift { to { background-position: 300% 0; } }

.panel { background: #fff; box-shadow: var(--shadow); }
.panel__text { margin-top: 44px; font-size: 16px; line-height: 1.9; letter-spacing: .06em; color: #222; }
.panel .more-link { margin-top: 48px; }

.sec__head { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.sec__lead { max-width: 520px; font-size: 15px; line-height: 1.9; letter-spacing: .06em; color: #333; }
.sec__foot { position: relative; z-index: 1; margin-top: 72px; text-align: center; }

/* reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease2), transform .5s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv[data-d="1"] { transition-delay: .06s; }
.rv[data-d="2"] { transition-delay: .12s; }

/* ---------- Works (glass cards) ---------- */
.works { position: relative; padding: 120px 0 150px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f5f7fd 100%); }
.works__bg { position: absolute; inset: 0; pointer-events: none; }
.works__bg i { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .45; }
.works__bg i:nth-child(1) { width: 46vw; height: 46vw; left: -14vw; top: -8vw; background: radial-gradient(closest-side, #2563eb, transparent 70%); animation: mesh 24s ease-in-out infinite alternate; }
.works__bg i:nth-child(2) { width: 40vw; height: 40vw; right: -12vw; top: 30%; background: radial-gradient(closest-side, #ec4899, transparent 70%); opacity: .3; animation: mesh 28s ease-in-out infinite alternate-reverse; }
.works__bg i:nth-child(3) { width: 34vw; height: 34vw; left: 30vw; bottom: -18vw; background: radial-gradient(closest-side, #06b6d4, transparent 70%); animation: mesh 20s ease-in-out infinite alternate; }
.tabs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.tabs__btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px 11px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .95); background: rgba(255, 255, 255, .8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-family: var(--fs-jp); font-size: 13px; font-weight: 700; letter-spacing: .03em; color: #333; box-shadow: 0 1px 2px rgba(15, 23, 42, .04); transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s, border-color .25s; }
.tabs__btn i { width: 7px; height: 7px; border-radius: 1.5px; background: var(--dot, var(--c1)); transform: rotate(45deg); }
.tabs__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -16px rgba(15, 23, 42, .5); }
.tabs__btn.is-active { background: var(--btn); color: #fff; border-color: var(--btn); box-shadow: 0 12px 26px -12px rgba(11, 19, 32, .6); }
.tabs__btn.is-active i { box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); }
.works__list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.works__list > li.is-hidden { display: none; }
.card { --dot: var(--c1); position: relative; display: flex; flex-direction: column; height: 100%; padding: 14px 14px 22px; border-radius: 22px; background: rgba(255, 255, 255, .84); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, .95); box-shadow: 0 2px 4px rgba(15, 23, 42, .04), 0 24px 50px -34px rgba(15, 23, 42, .35); transition: transform .35s var(--ease), box-shadow .35s var(--ease); transform-style: preserve-3d; }
.card::before { content: ""; position: absolute; inset: -1px; border-radius: 23px; padding: 1.5px; background: linear-gradient(135deg, var(--dot), #06b6d4 60%, #8b5cf6); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .35s; pointer-events: none; }
.card:hover { transform: translateY(-6px); box-shadow: 0 2px 4px rgba(15, 23, 42, .05), 0 36px 60px -30px rgba(37, 99, 235, .45); }
.card:hover::before { opacity: 1; }
.card__img { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 14px; background: #eef2f7; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(37, 99, 235, 0) 40%, rgba(37, 99, 235, .3) 100%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.card:hover .card__img img { transform: scale(1.06); }
.card:hover .card__img::after { opacity: 1; }
.card__ex { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 44px 16px 14px; color: #fff; font-size: 12px; font-weight: 500; line-height: 1.6; letter-spacing: .02em; background: linear-gradient(180deg, rgba(0, 10, 40, 0), rgba(0, 10, 40, .78)); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transform: translateY(18px); opacity: 0; transition: transform .4s var(--ease), opacity .35s; }
.card:hover .card__ex { transform: none; opacity: 1; }
.card__body { display: flex; flex-direction: column; flex: 1; padding: 18px 10px 0; }
.card__cat { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; color: #1f2637; }
.card__cat::before { content: ""; flex: none; width: 20px; height: 2px; border-radius: 1px; background: var(--dot); }
.card__ttl { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 16.5px; font-weight: 700; line-height: 1.65; letter-spacing: .02em; transition: color .25s; }
.card:hover .card__ttl { color: var(--navy); }
.card__foot { display: flex; align-items: center; justify-content: flex-end; margin-top: auto; padding-top: 20px; }
@supports (color: color-mix(in srgb, #000 10%, #fff)) {
  .card__img::after { background: linear-gradient(160deg, transparent 40%, color-mix(in srgb, var(--dot) 45%, transparent) 100%); }
  .card:hover { box-shadow: 0 2px 4px rgba(15, 23, 42, .05), 0 36px 60px -30px color-mix(in srgb, var(--dot) 55%, transparent); }
}
.card .more { flex-shrink: 0; }
.card .more__t { font-size: 13.5px; }
.card:hover .more__c { background: var(--dot); box-shadow: 0 8px 20px -8px var(--dot); }

/* ---------- Service (PC 1画面・ホバー/自動切替) ---------- */
.service { padding: 0; background: linear-gradient(120deg, #0b1f5c 0%, #00246e 55%, #0a1a4a 100%); overflow: hidden; }
.service::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, rgba(255, 255, 255, .035) 0 2px, transparent 2px 52px); pointer-events: none; }
.service__mesh { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.service__mesh i { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.service__mesh i:nth-child(1) { width: 40vw; height: 40vw; left: -10vw; top: -10vw; background: radial-gradient(closest-side, #2e5bd6, rgba(46, 91, 214, 0) 70%); animation: mesh 18s ease-in-out infinite alternate; }
.service__mesh i:nth-child(2) { width: 36vw; height: 36vw; right: 10vw; bottom: -12vw; background: radial-gradient(closest-side, #8b5cf6, rgba(139, 92, 246, 0) 70%); opacity: .4; animation: mesh 24s ease-in-out infinite alternate-reverse; }
.service__mesh i:nth-child(3) { width: 26vw; height: 26vw; right: -6vw; top: 6vw; background: radial-gradient(closest-side, #ec4899, rgba(236, 72, 153, 0) 70%); opacity: .25; animation: mesh 20s ease-in-out infinite alternate; }
@keyframes mesh { from { transform: translate(0, 0); } to { transform: translate(8vw, 6vw); } }
.service__in { position: relative; z-index: 1; min-height: 100vh; display: grid; grid-template-columns: minmax(0, 540px) minmax(0, 1fr); gap: 56px; align-items: center; padding-top: 52px; padding-bottom: 52px; }
.service__panel { padding: 32px 40px 24px; border-radius: 22px; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, .95); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55); }
.service .ttl__en { font-size: clamp(36px, 3.4vw, 48px); }
.service .ttl__en::before { margin-bottom: 14px; }
.service .ttl__ja { margin-top: 10px; font-size: 14px; }
.service__lead { margin-top: 14px; font-size: 13.5px; line-height: 1.8; letter-spacing: .05em; color: #333; }
.svc { margin-top: 16px; border-top: 1px solid var(--line); }
.svc__item { border-bottom: 1px solid var(--line); }
.svc__row { display: flex; align-items: center; gap: 14px; height: 58px; padding: 0 6px; transition: background .25s, padding .25s var(--ease); }
.svc__row:hover, .svc__item.is-active .svc__row { background: linear-gradient(90deg, rgba(37, 99, 235, .07), rgba(6, 182, 212, .03)); padding-left: 12px; border-radius: 12px; }
@supports (color: color-mix(in srgb, #000 10%, #fff)) { .svc__row:hover, .svc__item.is-active .svc__row { background: linear-gradient(90deg, color-mix(in srgb, var(--dot, var(--c1)) 12%, #fff), color-mix(in srgb, var(--dot, var(--c1)) 3%, #fff)); } }
.svc__no { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; font-family: var(--fs-en); font-weight: 700; font-size: 11px; letter-spacing: .04em; color: var(--dot, var(--c1)); background: rgba(37, 99, 235, .08); transition: background .25s, color .25s, transform .3s var(--ease); }
@supports (color: color-mix(in srgb, #000 10%, #fff)) { .svc__no { background: color-mix(in srgb, var(--dot, var(--c1)) 12%, #fff); } }
.svc__item.is-active .svc__no { background: var(--dot, var(--c1)); color: #fff; transform: rotate(-8deg) scale(1.06); }
.svc__body { flex: 1; min-width: 0; }
.svc__name { display: block; font-size: 16px; font-weight: 700; letter-spacing: .02em; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .25s; }
.svc__item.is-active .svc__name { color: var(--navy); }
.svc__en { display: block; margin-top: 3px; font-family: var(--fs-en); font-weight: 600; font-size: 10.5px; letter-spacing: .06em; color: var(--gray); line-height: 1.2; }
.svc__arrow { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #cfd5e3; display: grid; place-items: center; color: var(--ink); transition: background .3s, border-color .3s, color .3s; }
.svc__arrow svg { width: 13px; height: 13px; }
.svc__item.is-active .svc__arrow { background: var(--dot, var(--c1)); border-color: var(--dot, var(--c1)); color: #fff; }
.svc__bar { display: block; height: 2px; margin: 0 6px; background: transparent; }
.svc__item.is-active .svc__bar { background: rgba(0, 0, 0, .06); }
.svc__bar i { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--dot, var(--c1)); }
.svc__item.is-active .svc__bar i { animation: svcbar 5s linear forwards; }
.svc__detail { display: grid; margin-top: 12px; padding: 12px 16px; border-radius: 10px; background: var(--pale-2); }
.svc__detail-p { grid-area: 1 / 1; opacity: 0; transition: opacity .45s var(--ease2); font-size: 12.5px; line-height: 1.75; letter-spacing: .03em; color: #444; }
.svc__detail-p.is-active { opacity: 1; }
.svc__detail-tag { display: inline-flex; align-items: center; gap: 6px; margin-right: 8px; font-family: var(--fs-en); font-weight: 700; font-size: 11px; letter-spacing: .06em; color: var(--dot, var(--c1)); }
.svc__detail-tag::before { content: ""; width: 6px; height: 6px; border-radius: 1.5px; background: var(--dot, var(--c1)); transform: rotate(45deg); }
@keyframes svcbar { to { transform: scaleX(1); } }

.svc-visual { position: relative; aspect-ratio: 5 / 4; max-height: calc(100vh - 170px); overflow: hidden; border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .55); transform-style: preserve-3d; transition: transform .3s var(--ease); }
.svc-visual__dots { position: absolute; left: 26px; top: 22px; z-index: 3; display: flex; gap: 10px; }
.svc-visual__dot { width: 12px; height: 12px; border-radius: 3px; transform: rotate(45deg) scale(.8); background: rgba(255, 255, 255, .45); border: 1px solid rgba(255, 255, 255, .7); transition: transform .3s var(--ease), background .3s; }
.svc-visual__dot.is-active { background: #fff; transform: rotate(45deg) scale(1.15); box-shadow: 0 0 0 4px rgba(255, 255, 255, .25); }
.svc-visual__dot:hover { transform: rotate(45deg) scale(1.1); }
#svc-no.flip { animation: flip .36s var(--ease); }
@keyframes flip { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
.svc-visual__slot { position: absolute; inset: 0; opacity: 0; transform: scale(1.04) translateY(10px); filter: blur(8px); transition: opacity .5s var(--ease2), transform .8s var(--ease), filter .5s; }
.svc-visual__slot.is-active { opacity: 1; transform: none; filter: blur(0); }
.svc-visual__cap { position: absolute; left: 28px; bottom: 22px; z-index: 3; color: #fff; display: flex; align-items: baseline; gap: 12px; text-shadow: 0 2px 20px rgba(0, 0, 0, .4); pointer-events: none; }
.svc-visual__cap b { font-family: var(--fs-en); font-weight: 600; font-size: 40px; line-height: 1; }
.svc-visual__cap span { font-family: var(--fs-en); font-weight: 600; font-size: 12px; letter-spacing: .2em; }
.svc-visual__note { position: absolute; right: 16px; top: 12px; z-index: 3; font-size: 10px; color: rgba(255, 255, 255, .7); letter-spacing: .04em; }

/* ---- CSS製 UIモック(リアル版) ---- */
.vis { position: absolute; inset: 0; overflow: hidden; color: #fff; font-family: var(--fs-jp); }
.vis__in { position: absolute; inset: 0; }
.vis::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; }
.vis--sns { background: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 100%); }
.vis--inf { background: linear-gradient(135deg, #db2777 0%, #8b5cf6 100%); }
.vis--ads { background: linear-gradient(135deg, #f97316 0%, #db2777 100%); }
.vis--web { background: linear-gradient(135deg, #059669 0%, #06b6d4 100%); }
.vis--ai  { background: linear-gradient(135deg, #7c3aed 0%, #ec4899 60%, #f97316 100%); }
.fl { animation: fl 6s ease-in-out infinite; }
.fl--2 { animation-duration: 7s; animation-delay: -1.5s; }
.fl--3 { animation-duration: 8s; animation-delay: -3s; }
.fl--4 { animation-duration: 6.5s; animation-delay: -2s; }
@keyframes fl { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.vis .en { font-family: var(--fs-en); }
.vis__card { position: absolute; background: #fff; color: var(--ink); border-radius: 14px; padding: 14px 16px; box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .45); min-width: 150px; }
.vis__card small { display: block; font-size: 11px; font-weight: 700; color: #666; letter-spacing: .04em; }
.vis__card b { display: block; margin-top: 4px; font-family: var(--fs-en); font-size: 26px; font-weight: 600; line-height: 1; letter-spacing: -.01em; }
.vis__card b em { font-style: normal; font-family: var(--fs-jp); font-size: 13px; margin-left: 3px; }
.vis__card b.up { font-family: var(--fs-jp); font-size: 15px; color: var(--c6); }
.vis__card .spark { display: flex; align-items: flex-end; gap: 4px; height: 34px; margin-top: 10px; }
.vis__card .spark i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #2563eb, #06b6d4); }
.vis__card .meter { display: block; height: 8px; border-radius: 4px; background: #eef2ff; margin-top: 10px; overflow: hidden; }
.vis__card .meter i { display: block; height: 100%; width: 78%; border-radius: 4px; background: linear-gradient(90deg, #2563eb, #06b6d4); }
.vis__card .meter--2 i { width: 62%; background: linear-gradient(90deg, #8b5cf6, #ec4899); }
.vis__card .tag { display: inline-block; margin-top: 10px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; color: #fff; background: linear-gradient(90deg, #db2777, #8b5cf6); }
.vis__bub { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .5); }
.vis__bub svg { width: 24px; height: 24px; }
.vis__chips { position: absolute; right: 24px; bottom: 24px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 62%; }
.vis__chips span { padding: 6px 12px; border-radius: 999px; font-family: var(--fs-en); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #fff; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .45); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.vis__note-src { position: absolute; left: 24px; bottom: 8px; font-size: 9.5px; color: rgba(255, 255, 255, .6); letter-spacing: .03em; }
/* 01 sns: Instagramインサイト風 */
.vis__phone { position: absolute; left: 7%; top: 5%; width: 38%; max-width: 214px; aspect-ratio: 9 / 18.4; border-radius: 28px; background: #0b1320; padding: 9px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6); }
.vis__phone-top { height: 16px; display: flex; justify-content: center; }
.vis__phone-top i { width: 38%; height: 5px; margin-top: 4px; border-radius: 3px; background: #1e293b; }
.ig { position: absolute; inset: 27px 9px 9px; border-radius: 20px; background: #fff; overflow: hidden; color: #111; display: flex; flex-direction: column; padding: 10px 11px; }
.ig__head { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
.ig__head i { width: 7px; height: 7px; border-left: 1.5px solid #333; border-bottom: 1.5px solid #333; transform: rotate(45deg); }
.ig__head span { margin-left: auto; font-size: 9px; font-weight: 500; color: #666; }
.ig__metric { margin-top: 10px; }
.ig__metric small { display: block; font-size: 9.5px; color: #666; font-weight: 600; }
.ig__metric b { display: block; margin-top: 2px; font-family: var(--fs-en); font-size: 26px; font-weight: 600; line-height: 1; }
.ig__metric b em { font-style: normal; font-family: var(--fs-jp); font-size: 12px; margin-left: 2px; }
.ig__metric i { display: inline-block; margin-top: 4px; font-style: normal; font-size: 9px; font-weight: 700; color: #16a34a; }
.ig__chart { display: block; width: 100%; height: 44px; margin-top: 6px; }
.ig__row { display: flex; align-items: center; gap: 8px; margin-top: 7px; font-size: 9px; color: #444; font-weight: 600; }
.ig__row span { flex: 0 0 62px; }
.ig__row i { flex: 1; height: 6px; border-radius: 3px; background: #eef2ff; position: relative; overflow: hidden; }
.ig__row i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--w, 60%); border-radius: 3px; background: linear-gradient(90deg, #2563eb, #06b6d4); }
.ig__sub { margin-top: 10px; font-size: 9.5px; font-weight: 700; color: #111; }
.ig__thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; margin-top: 6px; }
.ig__thumbs img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; }
.ig__nav { margin-top: auto; display: flex; justify-content: space-around; padding-top: 8px; border-top: 1px solid #eee; }
.ig__nav i { width: 14px; height: 14px; border-radius: 4px; background: #e2e8f0; }
.vis__card--a { right: 8%; top: 10%; }
.vis__card--b { right: 12%; top: 46%; min-width: 170px; }
.vis__bub--heart { left: 47%; top: 68%; color: #ec4899; }
/* 02 inf: AIキャスティング候補リスト */
.cast { position: absolute; left: 7%; top: 8%; width: 64%; background: #fff; color: #111; border-radius: 16px; padding: 14px 16px 12px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); }
.cast__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cast__head b { font-size: 13px; font-weight: 700; }
.cast__head span { font-size: 9.5px; font-weight: 700; color: #7c3aed; background: #f5f3ff; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.cast__filters { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.cast__filters span { font-size: 9px; font-weight: 700; color: #444; padding: 3px 8px; border-radius: 999px; border: 1px solid #e2e8f0; }
.cast__row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid #f1f5f9; }
.cast__row:first-of-type { border-top: 0; }
.cast__av { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fs-en); font-size: 11px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #ec4899, #f97316); }
.cast__av--2 { background: linear-gradient(135deg, #8b5cf6, #2563eb); }
.cast__av--3 { background: linear-gradient(135deg, #06b6d4, #10b981); }
.cast__av--4 { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.cast__meta { flex: 1; min-width: 0; }
.cast__meta b { display: block; font-family: var(--fs-en); font-size: 11px; font-weight: 700; }
.cast__meta small { display: block; font-size: 9px; color: #666; margin-top: 1px; }
.cast__fit { flex: 0 0 82px; display: flex; align-items: center; gap: 6px; }
.cast__fit i { flex: 1; height: 6px; border-radius: 3px; background: #eef2ff; position: relative; overflow: hidden; }
.cast__fit i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--w, 80%); border-radius: 3px; background: linear-gradient(90deg, #db2777, #8b5cf6); }
.cast__fit b { font-family: var(--fs-en); font-size: 11px; font-weight: 700; color: #7c3aed; min-width: 28px; text-align: right; }
.cast__foot { margin-top: 8px; font-size: 8.5px; color: #888; }
.vis__card--db { right: 6%; bottom: 20%; min-width: 160px; }
.vis__bub--star { right: 10%; top: 10%; color: #db2777; }
/* 03 ads: 広告レポート(東宝ハウスHD 公開実績) */
.vis__dash { position: absolute; left: 7%; top: 8%; right: 7%; bottom: 20%; background: #fff; color: var(--ink); border-radius: 16px; padding: 16px 20px 14px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); display: flex; flex-direction: column; }
.vis__dash-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.vis__dash-head b { font-size: 13px; font-weight: 700; }
.vis__dash-head span { font-size: 9.5px; font-weight: 700; color: #475569; background: #f1f5f9; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.vis__kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.vis__kpis div { padding: 9px 12px; border-radius: 10px; background: #f8fafc; }
.vis__kpis small { display: block; font-size: 10px; font-weight: 700; color: #64748b; }
.vis__kpis b { display: block; margin-top: 3px; font-family: var(--fs-en); font-size: 22px; font-weight: 600; line-height: 1; }
.vis__kpis b em { font-style: normal; font-family: var(--fs-jp); font-size: 11px; margin-left: 2px; }
.vis__kpis b.down { font-family: var(--fs-jp); font-size: 13px; color: var(--c6); }
.vis__bars { flex: 1; display: flex; align-items: flex-end; gap: 12px; margin-top: 14px; min-height: 70px; position: relative; padding-bottom: 16px; }
.vis__bars i { flex: 1; position: relative; height: var(--h, 40%); border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #f97316, #ec4899); opacity: .85; }
.vis__bars i span { position: absolute; left: 0; right: 0; top: 100%; margin-top: 4px; text-align: center; font-size: 9px; font-weight: 700; color: #64748b; font-style: normal; }
.vis__bars i b { position: absolute; left: 0; right: 0; bottom: 100%; margin-bottom: 3px; text-align: center; font-family: var(--fs-en); font-size: 10px; font-weight: 700; color: #334155; }
.vis__line { position: absolute; left: 0; right: 0; bottom: 16px; height: 55%; width: 100%; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .25)); }
.vis__bub--target { left: 30%; bottom: 6%; color: #f97316; }
/* 04 web: 実際のサイト画面 */
.vis__browser { position: absolute; left: 6%; top: 8%; width: 72%; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); }
.vis__browser-top { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #f1f5f9; }
.vis__browser-top i { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; }
.vis__browser-top i:nth-child(1) { background: #fb7185; }
.vis__browser-top i:nth-child(2) { background: #fbbf24; }
.vis__browser-top i:nth-child(3) { background: #34d399; }
.vis__browser-top span { margin-left: 8px; flex: 1; padding: 3px 10px; border-radius: 6px; background: #fff; font-family: var(--fs-en); font-size: 10.5px; color: #64748b; }
.vis__browser img { display: block; width: 100%; height: auto; }
.vis__mobile { position: absolute; right: 7%; bottom: 12%; width: 23%; max-width: 136px; border-radius: 18px; background: #0b1320; padding: 7px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); }
.vis__mobile img { display: block; width: 100%; height: auto; border-radius: 12px; }
/* 05 ai: AI検索の回答画面 */
.vis__chat { position: absolute; left: 7%; top: 7%; width: 70%; background: #fff; color: #111; border-radius: 16px; padding: 12px 14px 12px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); display: flex; flex-direction: column; gap: 9px; }
.chat__tabs { display: flex; gap: 4px; padding-bottom: 8px; border-bottom: 1px solid #f1f5f9; }
.chat__tabs span { font-family: var(--fs-en); font-size: 9.5px; font-weight: 700; color: #94a3b8; padding: 3px 8px; border-radius: 999px; }
.chat__tabs span.on { color: #fff; background: linear-gradient(90deg, #7c3aed, #ec4899); }
.vis__msg { font-size: 11px; font-weight: 600; line-height: 1.65; padding: 8px 12px; border-radius: 12px; }
.vis__msg--u { align-self: flex-end; background: #0b1320; color: #fff; border-bottom-right-radius: 4px; max-width: 88%; }
.vis__msg--ai { position: relative; background: #f5f3ff; border-bottom-left-radius: 4px; padding-left: 34px; font-weight: 500; color: #222; }
.vis__msg--ai b { font-weight: 700; color: #4c1d95; }
.vis__msg--ai .spark-ic { position: absolute; left: 10px; top: 9px; width: 16px; height: 16px; color: #7c3aed; }
.vis__msg--ai .spark-ic svg { width: 100%; height: 100%; }
.vis__msg--ai .cites { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.vis__msg--ai .cites span { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; background: #fff; border: 1px solid #ddd6fe; font-family: var(--fs-en); font-size: 9.5px; font-weight: 700; color: #6d28d9; }
.vis__msg--ai .cites span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #7c3aed; }
.vis__ask { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; border-radius: 999px; border: 1px solid #e2e8f0; font-size: 10.5px; color: #94a3b8; }
.vis__ask i { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, #7c3aed, #ec4899); }
.vis__bub--search { right: 9%; top: 10%; color: #7c3aed; }

/* ---------- Growth Navigator ---------- */
.navi { position: relative; padding: 140px 0; overflow: hidden; background: #f6f8fd; --nv1: var(--c1); --nv2: var(--c2); --nv3: var(--c4); }
.navi__bg { position: absolute; inset: 0; pointer-events: none; transition: opacity .4s; }
.navi__bg i { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.navi__bg i:nth-child(1) { width: 50vw; height: 50vw; left: -12vw; top: -12vw; background: radial-gradient(closest-side, var(--nv1), transparent 70%); animation: mesh 22s ease-in-out infinite alternate; }
.navi__bg i:nth-child(2) { width: 44vw; height: 44vw; right: -10vw; top: 8vw; background: radial-gradient(closest-side, var(--nv2), transparent 70%); animation: mesh 28s ease-in-out infinite alternate-reverse; }
.navi__bg i:nth-child(3) { width: 36vw; height: 36vw; left: 28vw; bottom: -20vw; background: radial-gradient(closest-side, var(--nv3), transparent 70%); animation: mesh 19s ease-in-out infinite alternate; }
.navi .sec__head { position: relative; z-index: 1; }
.navi__box { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 26px; align-items: start; }
.navi__q { display: flex; flex-direction: column; gap: 20px; }
.navi__step { background: rgba(255, 255, 255, .74); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border: 1px solid rgba(255, 255, 255, .95); border-radius: 22px; padding: 24px 26px 26px; box-shadow: 0 2px 4px rgba(15, 23, 42, .04), 0 26px 50px -32px rgba(15, 23, 42, .35); }
.navi__step-h { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.navi__step-h b { font-family: var(--fs-en); font-size: 11.5px; letter-spacing: .12em; color: #fff; background: var(--btn); padding: 4px 10px; border-radius: 999px; }
.navi__opts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.navi__opt { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px 11px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 13.5px; font-weight: 700; letter-spacing: .02em; color: #222; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s, border-color .25s; }
.navi__opt i { width: 8px; height: 8px; border-radius: 2px; transform: rotate(45deg); background: #cbd5e1; transition: background .25s, transform .4s var(--ease); }
.navi__opt:hover { transform: translateY(-2px); border-color: #cbd5e1; box-shadow: 0 10px 22px -14px rgba(15, 23, 42, .4); }
.navi__opt.is-on { background: var(--btn); color: #fff; border-color: var(--btn); box-shadow: 0 12px 26px -12px rgba(11, 19, 32, .6); }
.navi__opt.is-on i { background: var(--c2); transform: rotate(225deg) scale(1.2); }
.navi__res { position: relative; min-height: 440px; border-radius: 24px; background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, .95); box-shadow: 0 2px 4px rgba(15, 23, 42, .04), 0 30px 60px -32px rgba(15, 23, 42, .4); padding: 26px; overflow: hidden; }
.navi__res::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0) 60%); pointer-events: none; }
.navi__empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #444; font-size: 14px; font-weight: 500; line-height: 1.9; letter-spacing: .04em; }
.navi__orb { width: 120px; height: 120px; border-radius: 50%; margin-bottom: 26px; background: conic-gradient(from 0deg, #2563eb, #06b6d4, #8b5cf6, #ec4899, #f97316, #2563eb); filter: blur(16px); opacity: .75; animation: spin 9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.navi__out { position: relative; display: flex; flex-direction: column; gap: 16px; animation: hero-in .6s var(--ease2); }
.navi__out-h { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.navi__tag { padding: 5px 11px; border-radius: 999px; background: rgba(37, 99, 235, .08); border: 1px solid rgba(37, 99, 235, .14); font-size: 12px; font-weight: 700; color: #223; }
.navi__tag--k { background: var(--btn); color: #fff; border-color: var(--btn); font-family: var(--fs-en); letter-spacing: .12em; font-size: 10.5px; }
.navi__svc { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 12px; }
.navi__svc-card { position: relative; display: block; padding: 18px 18px 16px 22px; border-radius: 16px; background: #fff; border: 1px solid var(--line); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.navi__svc-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--dot, var(--c1)); }
.navi__svc-card:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -22px rgba(15, 23, 42, .4); }
.navi__svc-card .k { display: inline-flex; align-items: center; gap: 6px; font-family: var(--fs-en); font-size: 10.5px; letter-spacing: .16em; font-weight: 700; color: var(--dot, var(--c1)); }
.navi__svc-card .k::before { content: ""; width: 6px; height: 6px; border-radius: 1.5px; transform: rotate(45deg); background: var(--dot, var(--c1)); }
.navi__svc-card b { display: block; margin-top: 7px; font-size: 17px; font-weight: 700; line-height: 1.4; letter-spacing: .02em; }
.navi__svc-card--sub b { font-size: 15px; }
.navi__svc-card p { margin-top: 8px; font-size: 12.5px; line-height: 1.7; color: #444; }
.navi__svc-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--dot, var(--c1)); }
.navi__svc-more svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.navi__svc-card:hover .navi__svc-more svg { transform: translateX(4px); }
.navi__copy { font-size: 14px; line-height: 1.9; letter-spacing: .03em; color: #222; padding: 12px 16px; border-radius: 12px; background: rgba(37, 99, 235, .06); }
.navi__works-h { font-family: var(--fs-en); font-size: 11px; letter-spacing: .2em; font-weight: 700; color: #555; }
.navi__works { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; margin-top: -6px; }
.navi__work { display: block; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line); transform-style: preserve-3d; transition: transform .25s var(--ease), box-shadow .25s; will-change: transform; }
.navi__work:hover { box-shadow: 0 18px 36px -24px rgba(15, 23, 42, .5); }
.navi__work img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.navi__work span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding: 10px 12px 12px; font-size: 12px; font-weight: 700; line-height: 1.55; }
.navi__cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.navi__cta .pill { min-width: 0; height: 54px; padding: 0 30px; font-family: var(--fs-jp); font-size: 14px; letter-spacing: .06em; }
.navi__cta-links { display: flex; align-items: center; gap: 6px 18px; flex-wrap: wrap; }
.navi__cta .more__t { font-family: var(--fs-jp); font-size: 13px; letter-spacing: .04em; }

/* ---------- Message (statement) ---------- */
.message { padding: 150px 0 140px; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%); }
.message__blobs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.message__blobs i { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; }
.message__blobs i:nth-child(1) { width: 46vw; height: 46vw; left: -12vw; top: -14vw; background: radial-gradient(closest-side, rgba(37, 99, 235, .35), rgba(37, 99, 235, 0) 70%); animation: mesh 22s ease-in-out infinite alternate; }
.message__blobs i:nth-child(2) { width: 40vw; height: 40vw; right: -8vw; top: 6vw; background: radial-gradient(closest-side, rgba(236, 72, 153, .28), rgba(236, 72, 153, 0) 70%); animation: mesh 26s ease-in-out infinite alternate-reverse; }
.message__blobs i:nth-child(3) { width: 34vw; height: 34vw; left: 34vw; bottom: -18vw; background: radial-gradient(closest-side, rgba(6, 182, 212, .3), rgba(6, 182, 212, 0) 70%); animation: mesh 19s ease-in-out infinite alternate; }
.message__wm { position: absolute; right: -2vw; top: 40px; font-family: var(--fs-en); font-weight: 700; font-size: 20vw; line-height: 1; letter-spacing: -.02em; background: linear-gradient(90deg, rgba(37, 99, 235, .10), rgba(139, 92, 246, .10), rgba(236, 72, 153, .08)); -webkit-background-clip: text; background-clip: text; color: transparent; pointer-events: none; user-select: none; white-space: nowrap; }
.message__in { position: relative; z-index: 1; }
.message__statement { margin-top: 56px; font-size: clamp(30px, 3.9vw, 56px); font-weight: 700; letter-spacing: .01em; line-height: 1.4; }
.message__statement em { font-style: normal; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.message__cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 60px; margin-top: 56px; max-width: 1100px; }
.message__cols p { font-size: 16px; line-height: 2; letter-spacing: .06em; color: #222; }
.message__in .more-link { margin-top: 56px; }

/* ---------- About / Recruit (photo + panel) ---------- */
.about { padding: 150px 0 120px; }
.split { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; }
.split__img { position: relative; overflow: hidden; aspect-ratio: 5 / 4; }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(37, 99, 235, .10), rgba(236, 72, 153, .06) 60%, rgba(6, 182, 212, 0)); mix-blend-mode: multiply; pointer-events: none; }
.split__panel { position: relative; z-index: 1; margin-left: -8%; padding: 80px 72px 84px; }
.split--rev .split__img { order: 2; }
.split--rev .split__panel { order: 1; margin-left: 0; margin-right: -8%; }
.facts { margin-top: 36px; border-top: 1px solid var(--line); }
.facts div { display: flex; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; letter-spacing: .04em; line-height: 1.7; }
.facts dt { flex: 0 0 64px; font-weight: 700; color: var(--c1); }
.facts dd { color: #333; }

/* numbers */
.nums { position: relative; z-index: 1; margin-top: 110px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nums__item { position: relative; padding: 44px 32px; border-left: 1px solid var(--line); }
.nums__item:first-child { border-left: 0; }
.nums__item::before { content: ""; position: absolute; left: 32px; top: 0; width: 44px; height: 3px; background: var(--grad-brand); }
.nums__item:nth-child(2)::before { background: linear-gradient(90deg, #06b6d4, #8b5cf6); }
.nums__item:nth-child(3)::before { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
.nums__item:nth-child(4)::before { background: linear-gradient(90deg, #ec4899, #f97316); }
.nums__v { display: flex; align-items: baseline; gap: 6px; font-family: var(--fs-en); font-weight: 600; font-size: clamp(40px, 4.4vw, 64px); line-height: 1; letter-spacing: -.02em; }
.nums__v span { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nums__v small { font-family: var(--fs-jp); font-size: 15px; font-weight: 700; letter-spacing: .04em; color: var(--navy); }
.nums__l { margin-top: 14px; font-size: 13px; line-height: 1.7; letter-spacing: .04em; color: #444; }

/* values (recruit) */
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.values li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .04em; color: #223; background: rgba(37, 99, 235, .07); border: 1px solid rgba(37, 99, 235, .16); }
.values li::before { content: ""; width: 6px; height: 6px; border-radius: 1.5px; transform: rotate(45deg); background: var(--c1); }
.values li:nth-child(6n+2) { background: rgba(6, 182, 212, .08); border-color: rgba(6, 182, 212, .2); }
.values li:nth-child(6n+2)::before { background: var(--c2); }
.values li:nth-child(6n+3) { background: rgba(139, 92, 246, .08); border-color: rgba(139, 92, 246, .18); }
.values li:nth-child(6n+3)::before { background: var(--c3); }
.values li:nth-child(6n+4) { background: rgba(236, 72, 153, .07); border-color: rgba(236, 72, 153, .18); }
.values li:nth-child(6n+4)::before { background: var(--c4); }
.values li:nth-child(6n+5) { background: rgba(249, 115, 22, .08); border-color: rgba(249, 115, 22, .18); }
.values li:nth-child(6n+5)::before { background: var(--c5); }
.values li:nth-child(6n+6) { background: rgba(16, 185, 129, .08); border-color: rgba(16, 185, 129, .18); }
.values li:nth-child(6n+6)::before { background: var(--c6); }

/* ---------- Gallery ---------- */
.gallery { padding: 130px 0 40px; overflow: hidden; }
.gallery__head { text-align: center; margin-bottom: 44px; }
.gallery__row { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.gallery__row + .gallery__row { margin-top: 18px; }
.gallery__track { display: flex; width: max-content; animation: tick 70s linear infinite; }
.gallery__row--rev .gallery__track { animation-direction: reverse; animation-duration: 84s; }
.gallery:hover .gallery__track { animation-play-state: paused; }
.gallery__set { display: flex; gap: 18px; padding-right: 18px; }
.gallery__item { position: relative; width: 384px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 4px; background: #eee; flex-shrink: 0; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; font-size: 12px; font-weight: 700; color: #fff; letter-spacing: .04em; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); opacity: 0; transition: opacity .4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gallery__item:hover span { opacity: 1; }

/* ---------- News ---------- */
.news { padding: 130px 0; }
.news__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 80px; align-items: start; }
.news__all { margin-top: 40px; }
.news__list { border-top: 1px solid var(--line); }
.news__list a { display: flex; align-items: center; gap: 28px; padding: 26px 10px; border-bottom: 1px solid var(--line); transition: background .2s; }
.news__list a:hover { background: var(--pale-2); }
.news__cat { flex: 0 0 60px; font-family: var(--fs-en); font-weight: 600; font-size: 13px; letter-spacing: .08em; color: var(--c6); }
.news__t { flex: 1; min-width: 0; font-size: 16px; font-weight: 500; letter-spacing: .03em; line-height: 1.6; }

/* ---------- Recruit ---------- */
.recruit { padding: 60px 0 170px; }

/* ---------- Contact ---------- */
.contact { position: relative; padding: 110px 0 120px; text-align: center; color: #fff; overflow: hidden; }
.contact__bg { position: absolute; inset: 0; }
.contact__bg img { width: 100%; height: 100%; object-fit: cover; }
.contact__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0, 36, 110, .82) 0%, rgba(37, 99, 235, .62) 55%, rgba(139, 92, 246, .55) 100%); }
.contact__in { position: relative; display: flex; flex-direction: column; align-items: center; }
.contact__text { margin-top: 44px; font-size: 15px; letter-spacing: .16em; line-height: 2.1; }
.contact .pill { margin-top: 56px; background: #fff; color: var(--ink); }
.contact .pill::after { background: var(--c1); }
.contact .pill:hover { color: #fff; }
.contact .pill:hover::after { background: #fff; }

/* ---------- Footer ---------- */
.footer { position: relative; background: #fff; padding: 96px 0 40px; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad-line); }
.footer__top { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 60px; align-items: start; }
.footer__logo { display: inline-flex; align-items: center; gap: 12px; }
.footer__logo img { height: 46px; width: auto; }
.footer__logo { gap: 14px; }
.footer__word { font-size: 20px; }
.footer__tag-en { margin-top: 34px; font-family: var(--fs-en); font-weight: 700; font-size: 12px; letter-spacing: .26em; color: #555; }
.footer__tag-ja { margin-top: 8px; display: inline-block; font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: .06em; line-height: 1.3; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer__addr { margin-top: 26px; font-size: 12.5px; line-height: 1.9; letter-spacing: .04em; color: #333; }
.footer__map { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 32px; }
.footer__h { position: relative; padding-bottom: 12px; font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.footer__h::after { content: ""; position: absolute; left: 0; bottom: 0; width: 24px; height: 2px; border-radius: 2px; background: var(--grad-brand); }
.footer__sub { margin-top: 16px; }
.footer__sub li + li { margin-top: 10px; }
.footer__sub a { position: relative; display: inline-block; padding-left: 14px; font-size: 13px; letter-spacing: .02em; transition: color .2s; }
.footer__sub a::before { content: ""; position: absolute; left: 1px; top: 50%; width: 5px; height: 5px; border-radius: 1px; background: var(--dot, #cbd5e1); transform: translateY(-50%) rotate(45deg); }
.footer__sub a:hover { color: var(--c1); }
.footer__follow { display: flex; gap: 10px; margin-top: 16px; }
.footer__follow a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: color .2s, border-color .2s, transform .25s var(--ease); }
.footer__follow a:hover { transform: translateY(-2px); }
.footer__follow a:nth-of-type(1):hover { color: var(--c4); border-color: var(--c4); }
.footer__follow a:nth-of-type(2):hover { color: var(--c1); border-color: var(--c1); }
.footer__follow a:nth-of-type(3):hover { color: var(--c3); border-color: var(--c3); }
.footer__follow svg { width: 18px; height: 18px; }
.footer__cta { position: relative; display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 12px 20px; border-radius: 999px; background: var(--btn); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .06em; overflow: hidden; }
.footer__cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b1f5c, #2563eb 60%, #06b6d4); opacity: 0; transition: opacity .35s; }
.footer__cta span, .footer__cta svg { position: relative; z-index: 1; }
.footer__cta svg { width: 14px; height: 14px; }
.footer__cta:hover::before { opacity: 1; }
.footer__bottom { margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 12px; color: #555; }
.footer__copy { font-family: var(--fs-en); font-weight: 600; letter-spacing: .01em; }
.footer__pp { border-bottom: 1px solid #999; padding-bottom: 2px; }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (min-width: 1024px) and (max-height: 780px) {
  .service__in { padding-top: 28px; padding-bottom: 28px; }
  .service__panel { padding: 24px 32px 18px; }
  .svc__row { height: 52px; }
}
@media (max-width: 1279px) {
  .header__logo img { height: 32px; }
  .header__word { font-size: 16px; }
  .gnav__list { gap: 22px; }
  .gnav__en { font-size: 14px; }
  .split__panel { padding: 56px 44px 60px; }
  .service__in { grid-template-columns: minmax(0, 460px) minmax(0, 1fr); gap: 36px; }
  .service__panel { padding: 30px 30px 18px; }
  .vis__in { inset: auto; left: 0; top: 0; width: 125%; height: 125%; transform: scale(.8); transform-origin: 0 0; }
}
@media (max-width: 1023px) {
  html { scroll-padding-top: 74px; }
  .header { height: 64px; }
  .header__logo img { height: 30px; }
  .header__word { font-size: 14.5px; }
  .gnav { display: none; }
  .burger { display: block; }
  .hero { margin-top: 64px; height: 120vw; min-height: 480px; max-height: 680px; }
  .hero__wm { font-size: 22vw; top: 10px; left: -4px; -webkit-text-stroke-width: 1px; }
  .hero__glow { width: 120vw; height: 120vw; left: 0; top: -30%; }
  .hero__copy { left: 20px; right: 20px; bottom: 17%; }
  .hero__ttl { font-size: min(7vw, 40px); letter-spacing: .1em; white-space: nowrap; }
  .hero__lead { margin-top: 14px; font-size: 12px; letter-spacing: .14em; line-height: 1.8; }
  .hero__nav { right: 20px; bottom: 22px; width: 90px; }
  .hero__nav-btn { font-size: 12px; }
  .hero__scroll { display: none; }
  .clients { padding: 34px 0 30px; }
  .clients__head { gap: 8px; margin-bottom: 16px; }
  .clients__en { font-size: 10.5px; }
  .clients__ja { font-size: 12px; }
  .clients__row + .clients__row { margin-top: 10px; }
  .clients__set { gap: 10px; padding-right: 10px; }
  .logo { height: 52px; padding: 0 18px; border-radius: 12px; }
  .logo img { max-height: 24px; max-width: 100px; }
  .navi { padding: 75px 0; }
  .navi__box { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .navi__step { padding: 18px 18px 20px; border-radius: 18px; }
  .navi__opts { gap: 8px; margin-top: 12px; }
  .navi__opt { padding: 9px 13px 9px 12px; font-size: 12.5px; }
  .navi__res { min-height: 300px; padding: 18px; border-radius: 18px; }
  .navi__svc { grid-template-columns: minmax(0, 1fr); }
  .navi__works { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .navi__cta .pill { width: 100%; }
  .sec { padding: 75px 0; }
  .ttl__en { font-size: 40px; }
  .ttl__en::before { width: 32px; margin-bottom: 14px; }
  .ttl__ja { font-size: 14px; margin-top: 10px; }
  .sec__head { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
  .sec__lead { font-size: 13px; }
  .works { padding: 75px 0 80px; }
  .tabs { gap: 8px; margin-bottom: 24px; }
  .tabs__btn { padding: 8px 13px 8px 12px; font-size: 12px; }
  .works__list { grid-template-columns: minmax(0, 1fr); }
  .sec__foot { margin-top: 40px; }
  .pill { min-width: 0; width: 100%; max-width: 320px; height: 52px; font-size: 12px; padding: 0 24px; }
  .pill--lg { max-width: 340px; height: 60px; font-size: 14px; }
  .service__in { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 0 20px 56px; }
  .svc-visual { order: -1; aspect-ratio: auto; height: min(92vw, 560px); max-height: none; margin: 0 -20px; border-radius: 0; box-shadow: none; flex: none; }
  .vis__in { inset: auto; left: 0; top: 44px; width: 160%; height: calc(160% - 118px); transform: scale(.625); transform-origin: 0 0; }
  .svc-visual__cap { left: 20px; top: 10px; bottom: auto; }
  .svc-visual__dots { left: 20px; top: auto; bottom: 42px; }
  .card__ex { display: none; }
  .works__list { gap: 20px; }
  .card { padding: 10px 10px 16px; border-radius: 16px; }
  .card__body { padding: 14px 6px 0; }
  .card__ttl { font-size: 15px; }
  .card__foot { padding-top: 16px; }
  .svc-visual__cap b { font-size: 26px; }
  .svc-visual__note { top: 16px; }
  .vis__chips { display: none; }
  .vis__phone { width: 32%; }
  .service__panel { position: relative; margin-top: -30px; padding: 26px 22px 18px; }
  .service__lead { font-size: 12.5px; }
  .svc { margin-top: 16px; }
  .svc__row { gap: 12px; padding: 13px 2px; }
  .svc__item.is-active .svc__row { padding-left: 8px; }
  .svc__no { flex-basis: 20px; font-size: 11px; }
  .svc__name { font-size: 14.5px; letter-spacing: 0; white-space: normal; overflow: visible; text-overflow: clip; }
  .svc__desc { display: block; font-size: 12px; }
  .svc__arrow { flex-basis: 30px; width: 30px; height: 30px; }
  .svc__bar { margin: 0 2px; }
  .message { padding: 75px 0 70px; }
  .message__wm { font-size: 21vw; top: 24px; right: 0; }
  .message__statement { margin-top: 28px; font-size: clamp(22px, 6.2vw, 30px); letter-spacing: 0; }
  .message__cols { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 28px; }
  .message__cols p { font-size: 13px; line-height: 1.85; }
  .message__in .more-link { margin-top: 28px; }
  .panel__text { margin-top: 24px; font-size: 13px; line-height: 1.8; }
  .panel .more-link { margin-top: 28px; }
  .about { padding: 75px 0 60px; }
  .split { display: block; padding: 0 20px; }
  .split__img { aspect-ratio: 16 / 11; margin: 0 -20px; }
  .split__panel, .split--rev .split__panel { margin: -30px 0 0; padding: 28px 24px 40px; }
  .facts div { gap: 14px; font-size: 12px; padding: 10px 0; }
  .facts dt { flex-basis: 52px; }
  .nums { margin-top: 56px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .nums__item { padding: 28px 16px 24px; }
  .nums__item::before { left: 16px; width: 32px; }
  .nums__item:nth-child(3) { border-left: 0; }
  .nums__item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .nums__v { font-size: 36px; }
  .nums__v small { font-size: 12px; }
  .nums__l { font-size: 11px; margin-top: 8px; }
  .values { gap: 8px; margin-top: 22px; }
  .values li { font-size: 11.5px; padding: 6px 11px; }
  .gallery { padding: 70px 0 20px; }
  .gallery__head { margin-bottom: 24px; }
  .gallery__row + .gallery__row { margin-top: 10px; }
  .gallery__set { gap: 10px; padding-right: 10px; }
  .gallery__item { width: 230px; }
  .news { padding: 75px 0; }
  .news__grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .news__all { margin-top: 20px; }
  .news__list a { gap: 14px; padding: 18px 4px; }
  .news__cat { flex-basis: 44px; font-size: 12px; }
  .news__t { font-size: 14px; }
  .recruit { padding: 40px 0 80px; }
  .contact { padding: 70px 0; }
  .contact__text { margin-top: 28px; font-size: 13px; letter-spacing: .08em; line-height: 1.9; }
  .contact .pill { margin-top: 32px; }
  .footer { padding: 60px 0 32px; }
  .footer__top { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .footer__logo img { height: 38px; }
  .footer__word { font-size: 17px; }
  .footer__tag-en { margin-top: 24px; font-size: 11px; }
  .footer__tag-ja { font-size: 26px; }
  .footer__addr { font-size: 11.5px; }
  .footer__map { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px 20px; }
  .footer__col--follow { grid-column: 1 / -1; }
  .footer__bottom { margin-top: 48px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .pc { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .hero__scale, .hero__glow, .hero__wm, .clients__track, .gallery__track, .service__mesh i, .message__blobs i, .navi__bg i, .navi__orb, .works__bg i, .glow::before, .fl { animation: none; }
  .hero__slide.is-active { transition: none; }
  .hero__ttl .ch { opacity: 1; transform: none; animation: none; }
  .hero__lead { animation: none; }
  .svc__item.is-active .svc__bar i { animation: none; transform: scaleX(1); }
  html { scroll-behavior: auto; }
}
