@charset "UTF-8";

/* ============================================================
   株式会社White — site stylesheet
   All page styling lives here. HTML carries no inline styles.
   Sections:
     1. Base / reset
     2. Keyframes
     3. Layout helpers
     4. Site navigation
     5. Page hero (shared)
     6. Buttons
     7. Site footer
     8. Page-specific  (home / services / strengths / company /
                        recruit / contact / privacy / complete)
   ============================================================ */

/* ---- 1. Base / reset ---- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { font-family: 'Noto Sans JP', sans-serif; color: #0B1B33; background: #FFFFFF; -webkit-font-smoothing: antialiased; }
::selection { background: #2563EB; color: #fff; }
a { text-decoration: none; }
img { max-width: 100%; }

/* ---- 2. Keyframes ---- */
@keyframes floatUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gridPan { from { background-position: 0 0; } to { background-position: 60px 60px; } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes floatY2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(9px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@keyframes barGrow { from { width: 0; } }

/* ---- 3. Layout helpers ---- */
.page-wrap { width: 100%; overflow-x: hidden; }
.container { max-width: 1180px; margin: 0 auto; }
.eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.section-title { font-size: clamp(28px,4.5vw,40px); font-weight: 900; line-height: 1.4; }

/* ---- 4. Site navigation ---- */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 100;
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid #E4EBF3;
	transition: background .3s, border-color .3s;
}
.site-nav { max-width: 1180px; margin: 0 auto; padding: 0 clamp(18px,4vw,32px); height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-mark { display: block; flex: none; }
.brand-name { display: flex; align-items: baseline; }
.brand-name .word { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: -0.02em; color: #0B1B33; transition: color .3s; }
.brand-name .dot { width: 6px; height: 6px; border-radius: 50%; background: #2563EB; margin-left: 3px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-link { font-size: 14px; font-weight: 500; color: #0B1B33; letter-spacing: .02em; transition: color .3s; }
.nav-link:hover { color: #2563EB; }
.nav-link.active { color: #2563EB; font-weight: 700; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #fff; background: #2563EB; padding: 11px 22px; border-radius: 6px; box-shadow: 0 4px 14px rgba(37,99,235,.28); transition: background .2s; }
.nav-cta:hover { background: #1D4ED8; }
.hamburger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #E4EBF3; background: transparent; border-radius: 9px; color: #0B1B33; font-size: 20px; cursor: pointer; line-height: 1; transition: color .3s, border-color .3s; }
/* overlay variant (transparent over dark hero, solid on scroll) */
.site-header.overlay { background: rgba(11,27,51,0); border-bottom-color: rgba(255,255,255,.12); }
.site-header.overlay .nav-link { color: #fff; }
.site-header.overlay .nav-link.active { color: #2563EB; }
.site-header.overlay .brand-name .word { color: #fff; }
.site-header.overlay .hamburger { color: #fff; border-color: rgba(255,255,255,.18); }
.site-header.overlay.scrolled { background: rgba(255,255,255,.9); border-bottom-color: #E4EBF3; }
.site-header.overlay.scrolled .nav-link { color: #0B1B33; }
.site-header.overlay.scrolled .nav-link.active { color: #2563EB; }
.site-header.overlay.scrolled .brand-name .word { color: #0B1B33; }
.site-header.overlay.scrolled .hamburger { color: #0B1B33; border-color: #E4EBF3; }
.mobile-menu { display: none; background: #0B1B33; border-top: 1px solid rgba(255,255,255,.1); padding: 14px 24px 24px; flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 16px; font-weight: 600; color: #fff; padding: 14px 6px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu a.active { color: #93B4FF; }
.mobile-menu .m-cta { margin-top: 12px; text-align: center; font-size: 16px; font-weight: 700; color: #fff; background: #2563EB; padding: 15px; border-radius: 8px; border-bottom: none; }
@media (max-width: 899px) { .nav-links { display: none; } .hamburger { display: flex; } }

/* ---- 5. Page hero (shared dark hero used by sub-pages) ---- */
.page-hero { background: #0B1B33; color: #fff; padding: clamp(130px,17vw,168px) clamp(20px,5vw,32px) clamp(56px,8vw,80px); position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size: 60px 60px; }
.hero-inner { position: relative; max-width: 1180px; margin: 0 auto; }
.hero-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #93B4FF; margin-bottom: 16px; }
.hero-title { font-size: clamp(32px,5.5vw,50px); font-weight: 900; line-height: 1.35; margin-bottom: 22px; }
.hero-lead { font-size: clamp(15px,2vw,17px); line-height: 2; color: rgba(255,255,255,.7); max-width: 640px; }

/* ---- 6. Buttons ---- */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; border-radius: 8px; transition: background .2s; }
.btn-primary:hover { background: #1D4ED8; }

/* ---- 7. Site footer ---- */
.site-footer { background: #071324; color: rgba(255,255,255,.6); padding: 64px clamp(20px,5vw,32px) 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 40px; }
.footer-brand-row { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.footer-mark { display: block; flex: none; }
.footer-name { display: flex; align-items: baseline; }
.footer-name .word { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 24px; color: #fff; letter-spacing: -.02em; }
.footer-name .dot { width: 6px; height: 6px; border-radius: 50%; background: #2563EB; margin-left: 4px; }
.footer-addr { font-size: 13px; line-height: 1.9; }
.footer-tel { font-size: 13px; line-height: 1.9; margin-top: 12px; }
.footer-addr a, .footer-tel a { color: inherit; }
.footer-col-title { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .1em; color: #5A7BB8; margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-link { font-size: 13px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-link:hover { color: #fff; }
.foot-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #fff; background: #2563EB; padding: 12px 20px; border-radius: 7px; transition: background .2s; }
.foot-cta:hover { background: #1D4ED8; }
.footer-bottom { max-width: 1180px; margin: 44px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .04em; }

/* ============================================================
   8. Page-specific styles (appended below from per-page fragments)
   ============================================================ */

/* ---- page: home (hm- prefix; values verbatim from former inline styles) ---- */

/* ---- staggered fade-in ---- */
.hm-fade   { animation: floatUp .6s ease both; }
.hm-fade-1 { animation: floatUp .6s .08s ease both; }
.hm-fade-2 { animation: floatUp .6s .16s ease both; }
.hm-fade-3 { animation: floatUp .6s .24s ease both; }

/* ---- HERO ---- */
.hm-hero { position: relative; background: #0B1B33; color: #fff; padding: clamp(120px,16vw,150px) clamp(20px,5vw,32px) clamp(72px,10vw,110px); overflow: hidden; }
.hm-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
.hm-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px); background-size: 60px 60px; animation: gridPan 8s linear infinite; pointer-events: none; }
.hm-hero-glow { position: absolute; top: -180px; right: -120px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle,rgba(37,99,235,.3),transparent 68%); filter: blur(20px); pointer-events: none; }
.hm-hero-inner { position: relative; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,400px),1fr)); gap: clamp(48px,5vw,56px); align-items: center; }
.hm-hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; font-family: 'Space Grotesk',sans-serif; font-size: 12px; letter-spacing: .14em; color: #93B4FF; margin-bottom: 30px; }
.hm-hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #3B82F6; }
.hm-hero-title { font-size: clamp(34px,6.2vw,56px); line-height: 1.28; font-weight: 900; letter-spacing: .01em; margin-bottom: 26px; text-wrap: balance; }
.hm-hero-title-accent { color: #3B82F6; }
.hm-hero-lead { font-size: 17px; line-height: 2; color: rgba(255,255,255,1); max-width: 500px; margin-bottom: 40px; }
.hm-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hm-hero-cta { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; font-size: 15px; padding: 16px 30px; border-radius: 7px; box-shadow: 0 8px 24px rgba(37,99,235,.4); }
.hm-hero-cta:hover { background: #1D4ED8; }
.hm-hero-cta-arrow { font-family: 'Space Grotesk',sans-serif; }
.hm-hero-ghost { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: 15px; padding: 16px 26px; border-radius: 7px; border: 1px solid rgba(255,255,255,.22); }
.hm-hero-ghost:hover { border-color: rgba(255,255,255,.5); }

/* ---- HERO browser mockup ---- */
.hm-hero-visual { position: relative; animation: floatUp .7s .3s ease both; }
.hm-mock { border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 80px rgba(0,0,0,.45); animation: floatY 6s ease-in-out infinite; }
.hm-mock-bar { height: 40px; background: #F1F5FB; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #E4EBF3; }
.hm-mock-dot { width: 11px; height: 11px; border-radius: 50%; }
.hm-mock-dot-r { background: #FF5F57; }
.hm-mock-dot-y { background: #FEBC2E; }
.hm-mock-dot-g { background: #28C840; }
.hm-mock-url { flex: 1; margin-left: 8px; height: 22px; border-radius: 6px; background: #fff; border: 1px solid #E4EBF3; display: flex; align-items: center; padding: 0 10px; font-family: 'Space Grotesk',monospace; font-size: 11px; color: #8296AE; }
.hm-mock-body { background: #fff; padding: 20px; }
.hm-mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hm-mock-brand { display: flex; align-items: center; gap: 5px; }
.hm-mock-brand-word { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 13px; color: #0B1B33; }
.hm-mock-brand-dot { width: 4px; height: 4px; border-radius: 50%; background: #2563EB; }
.hm-mock-nav { display: flex; gap: 10px; }
.hm-mock-nav-pill { width: 26px; height: 5px; border-radius: 3px; background: #E4EBF3; }
.hm-mock-nav-cta { width: 34px; height: 12px; border-radius: 3px; background: #2563EB; }
.hm-mock-line { height: 8px; border-radius: 4px; }
.hm-mock-line-1 { width: 70%; background: #0B1B33; margin-bottom: 9px; animation: barGrow 1.1s ease both; }
.hm-mock-line-2 { width: 52%; background: #2563EB; margin-bottom: 16px; animation: barGrow 1.4s ease both; }
.hm-mock-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; }
.hm-mock-tile { height: 52px; border-radius: 8px; background: #F1F5FB; border: 1px solid #E9EFF6; }

/* ---- HERO floating cards ---- */
.hm-float-perf { position: absolute; top: -22px; right: -18px; background: #fff; border-radius: 12px; padding: 12px 16px; box-shadow: 0 16px 40px rgba(11,27,51,.22); display: flex; align-items: center; gap: 12px; animation: floatY2 5s ease-in-out infinite; }
.hm-float-gauge { position: relative; width: 40px; height: 40px; border-radius: 50%; background: conic-gradient(#28C840 0 100%, #E4EBF3 0); display: flex; align-items: center; justify-content: center; }
.hm-float-gauge-num { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 13px; color: #1F9E3C; }
.hm-float-perf-label { font-size: 11px; color: #8296AE; letter-spacing: .02em; }
.hm-float-perf-name { font-size: 13px; font-weight: 700; color: #0B1B33; }
.hm-float-code { position: absolute; bottom: -26px; left: -24px; background: #0B1B33; border: 1px solid rgba(147,180,255,.2); border-radius: 11px; padding: 15px 17px; box-shadow: 0 18px 44px rgba(0,0,0,.4); font-family: 'Space Grotesk',monospace; font-size: 11.5px; line-height: 1.8; animation: floatY 7s ease-in-out infinite; }
.hm-code-blue { color: #93B4FF; }
.hm-code-indent { padding-left: 14px; }
.hm-code-tag { color: #5EEAD4; }
.hm-code-attr { color: #F0A; }
.hm-code-str { color: #FBBF77; }
.hm-code-punc { color: #7C8CA8; }
.hm-code-caret { display: inline-block; width: 7px; height: 14px; background: #3B82F6; margin-left: 3px; vertical-align: -2px; animation: blink 1s step-end infinite; }

/* ---- STATS ---- */
.hm-stats { background: #F5F8FC; border-bottom: 1px solid #E4EBF3; }
.hm-stats-grid { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px,5vw,32px); display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); }
.hm-stat { padding: 36px 20px; text-align: center; border-right: 1px solid #E4EBF3; }
.hm-stat-num { font-family: 'Space Grotesk',sans-serif; font-size: 38px; font-weight: 700; color: #0B1B33; letter-spacing: -.01em; }
.hm-stat-label { font-size: 13px; color: #5A6B82; margin-top: 6px; letter-spacing: .02em; }

/* ---- TECH MARQUEE ---- */
.hm-marquee-sec { background: #0B1B33; padding: 34px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.08); }
.hm-marquee-title { text-align: center; font-family: 'Space Grotesk',sans-serif; font-size: 12px; letter-spacing: .16em; color: #5A7BB8; margin-bottom: 22px; }
.hm-marquee-mask { position: relative; -webkit-mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); }
.hm-marquee-track { display: flex; width: max-content; gap: 56px; animation: marquee 26s linear infinite; }
.hm-marquee-item { font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 22px; color: rgba(255,255,255,.42); white-space: nowrap; }

/* ---- SERVICES TEASER ---- */
.hm-services { padding: clamp(72px,10vw,110px) clamp(20px,5vw,32px); background: #fff; }
.hm-services-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 52px; }
.hm-services-lead { font-size: 16px; color: #5A6B82; margin-top: 16px; line-height: 1.9; max-width: 560px; }
.hm-services-all { font-size: 14px; font-weight: 700; color: #2563EB; white-space: nowrap; }
.hm-services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 22px; }
.hm-svc-num { width: 48px; height: 48px; border-radius: 11px; background: #EFF4FE; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 17px; color: #2563EB; }
.hm-svc-title { font-size: 19px; font-weight: 700; margin-bottom: 12px; color: #0B1B33; }
.hm-svc-desc { font-size: 14px; line-height: 1.9; color: #5A6B82; }

/* ---- STRENGTHS TEASER ---- */
.hm-strengths { padding: clamp(72px,10vw,110px) clamp(20px,5vw,32px); background: #F5F8FC; border-top: 1px solid #E4EBF3; }
.hm-strengths-head { text-align: center; margin-bottom: 52px; }
.hm-strengths-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; }
.hm-str-card { text-align: center; padding: 44px 30px; border-radius: 16px; background: #fff; border: 1px solid #E4EBF3; }
.hm-str-tag { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .1em; color: #2563EB; margin-bottom: 18px; }
.hm-str-title { font-size: 22px; font-weight: 900; margin-bottom: 16px; line-height: 1.5; }
.hm-str-desc { font-size: 15px; line-height: 1.95; color: #5A6B82; }
.hm-strengths-more { text-align: center; margin-top: 44px; }
.hm-strengths-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #2563EB; }

/* ---- COMPANY / RECRUIT SPLIT ---- */
.hm-split { padding: clamp(72px,10vw,110px) clamp(20px,5vw,32px); background: #fff; }
.hm-split-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,320px),1fr)); gap: 24px; }
.hm-split-card { display: block; text-decoration: none; position: relative; overflow: hidden; border-radius: 18px; color: #fff; padding: 48px 44px; min-height: 260px; transition: opacity .2s; }
.hm-split-card:hover { opacity: .94; }
.hm-split-company { background: #0B1B33; }
.hm-split-recruit { background: #2563EB; }
.hm-split-grid-bg { position: absolute; inset: 0; background-size: 44px 44px; }
.hm-split-grid-bg-company { background-image: linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px); }
.hm-split-grid-bg-recruit { background-image: linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); }
.hm-split-body { position: relative; }
.hm-split-tag { font-family: 'Space Grotesk',sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .16em; margin-bottom: 16px; }
.hm-split-tag-company { color: #93B4FF; }
.hm-split-tag-recruit { color: rgba(255,255,255,.8); }
.hm-split-title { font-size: 26px; font-weight: 900; margin-bottom: 14px; }
.hm-split-desc { font-size: 15px; line-height: 1.9; max-width: 340px; }
.hm-split-desc-company { color: rgba(255,255,255,.68); }
.hm-split-desc-recruit { color: rgba(255,255,255,.85); }
.hm-split-link { display: inline-block; margin-top: 24px; font-size: 14px; font-weight: 700; color: #fff; }

/* ---- CTA BAND ---- */
.hm-cta { padding: clamp(72px,10vw,110px) clamp(20px,5vw,32px); background: #0B1B33; color: #fff; text-align: center; position: relative; overflow: hidden; }
.hm-cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size: 60px 60px; }
.hm-cta-inner { position: relative; max-width: 720px; margin: 0 auto; }
.hm-cta-title { font-size: clamp(28px,4.5vw,40px); font-weight: 900; line-height: 1.5; margin-bottom: 20px; }
.hm-cta-lead { font-size: 16px; line-height: 1.9; color: rgba(255,255,255,.68); margin-bottom: 36px; }
.hm-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; font-size: 16px; padding: 17px 36px; border-radius: 8px; box-shadow: 0 10px 30px rgba(37,99,235,.45); }
.hm-cta-btn:hover { background: #1D4ED8; }

/* ---- page: services ---- */

/* ============================================================
   株式会社White — services.html page-specific styles
   Prefix: sv-  (values identical to former inline styles)
   ============================================================ */

/* ---- Service detail blocks ---- */
.sv-detail { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.sv-detail-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(56px,8vw,88px); }
.sv-block { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); gap: clamp(32px,5vw,56px); align-items: start; }

.sv-block-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.sv-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 15px; color: #2563EB; background: #EFF4FE; padding: 8px 14px; border-radius: 8px; }
.sv-label { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .14em; color: #8296AE; }
.sv-block-title { font-size: clamp(24px,3.5vw,32px); font-weight: 900; margin-bottom: 18px; line-height: 1.4; }
.sv-block-text { font-size: 16px; line-height: 2; color: #475569; margin-bottom: 26px; }

.sv-visual { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; background: linear-gradient(140deg,#F4F8FD 0%,#E6EFFA 100%); }
.sv-visual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 34px 34px; }
.sv-visual-svg { position: absolute; inset: 0; }

.sv-card { background: #F5F8FC; border: 1px solid #E4EBF3; border-radius: 16px; padding: clamp(28px,4vw,40px); }
.sv-card-title { font-size: 13px; font-weight: 700; letter-spacing: .06em; color: #2563EB; margin-bottom: 20px; }
.sv-card-list { display: flex; flex-direction: column; gap: 14px; }
.sv-card-item { display: flex; gap: 12px; align-items: flex-start; }
.sv-check { flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: #2563EB; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.sv-card-item-text { font-size: 15px; line-height: 1.7; color: #37475F; }

/* ---- Process ---- */
.sv-process { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #0B1B33; color: #fff; position: relative; overflow: hidden; }
.sv-process-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 60px 60px; }
.sv-process-inner { position: relative; max-width: 1080px; margin: 0 auto; }
.sv-process-head { text-align: center; margin-bottom: 52px; }
.sv-process-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #93B4FF; margin-bottom: 14px; }
.sv-process-title { font-size: clamp(26px,4vw,38px); font-weight: 900; line-height: 1.4; }
.sv-process-lead { font-size: 16px; color: rgba(255,255,255,.66); margin-top: 16px; line-height: 1.9; }
.sv-steps { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 18px; }
.sv-step { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 28px 22px; }
.sv-step-num { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; color: #3B82F6; margin-bottom: 14px; }
.sv-step-title { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.sv-step-text { font-size: 13.5px; line-height: 1.8; color: rgba(255,255,255,.62); }

/* ---- CTA ---- */
.sv-cta-sec { padding: clamp(64px,9vw,96px) clamp(20px,5vw,32px); background: #F5F8FC; text-align: center; }
.sv-cta-inner { max-width: 680px; margin: 0 auto; }
.sv-cta-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.5; margin-bottom: 18px; }
.sv-cta-text { font-size: 16px; color: #5A6B82; line-height: 1.9; margin-bottom: 32px; }
.sv-cta { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; font-size: 16px; padding: 16px 34px; border-radius: 8px; text-decoration: none; box-shadow: 0 8px 24px rgba(37,99,235,.32); }
.sv-cta:hover { background: #1D4ED8; }

/* ---- page: strengths ---- */

/* ============================================================
   Page-specific styles: strengths.html
   Prefix: st-
   Values identical to the former inline styles.
   ============================================================ */

/* ---- Reasons section ---- */
.st-reasons { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.st-reasons-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(48px,7vw,80px); }
.st-reason { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: clamp(32px,5vw,56px); align-items: center; }
.st-reason-num { font-family: 'Space Grotesk', sans-serif; font-size: clamp(64px,10vw,96px); font-weight: 700; color: #EEF3FA; line-height: 1; margin-bottom: -24px; }
.st-reason-label { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .14em; color: #2563EB; margin-bottom: 14px; }
.st-reason-title { font-size: clamp(24px,3.5vw,32px); font-weight: 900; margin-bottom: 20px; line-height: 1.4; }
.st-reason-lead { font-size: 16px; line-height: 2; color: #475569; margin-bottom: 24px; }
.st-check-list { display: flex; flex-direction: column; gap: 12px; }
.st-check-item { display: flex; gap: 12px; align-items: flex-start; }
.st-check-icon { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 7px; background: #EFF4FE; color: #2563EB; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.st-check-text { font-size: 15px; line-height: 1.7; color: #37475F; }
.st-reason-visual { box-shadow: 0 20px 50px rgba(11,27,51,.07); border-radius: 16px; }
.st-visual-frame { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; background: linear-gradient(140deg,#F4F8FD 0%,#E6EFFA 100%); }
.st-visual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 34px 34px; }
.st-visual-svg { position: absolute; inset: 0; }

/* ---- How we work ---- */
.st-approach { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #F5F8FC; border-top: 1px solid #E4EBF3; }
.st-approach-inner { max-width: 1080px; margin: 0 auto; }
.st-approach-head { text-align: center; margin-bottom: 48px; }
.st-approach-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.st-approach-title { font-size: clamp(26px,4vw,38px); font-weight: 900; line-height: 1.4; }
.st-approach-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 22px; }
.st-approach-card { background: #fff; border: 1px solid #E4EBF3; border-radius: 14px; padding: 32px 28px; }
.st-approach-card-title { font-size: 19px; font-weight: 700; margin-bottom: 12px; color: #0B1B33; }
.st-approach-card-text { font-size: 14.5px; line-height: 1.9; color: #5A6B82; }

/* ---- FAQ ---- */
.st-faq { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.st-faq-inner { max-width: 820px; margin: 0 auto; }
.st-faq-head { text-align: center; margin-bottom: 48px; }
.st-faq-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.st-faq-title { font-size: clamp(26px,4vw,38px); font-weight: 900; line-height: 1.4; }
.st-faq-list { display: flex; flex-direction: column; gap: 16px; }
.st-faq-item { border: 1px solid #E4EBF3; border-radius: 14px; padding: 26px 28px; background: #fff; }
.st-faq-q { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.st-faq-q-mark { flex: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px; color: #2563EB; }
.st-faq-q-text { font-size: 17px; font-weight: 700; line-height: 1.6; color: #0B1B33; }
.st-faq-a { display: flex; gap: 14px; align-items: flex-start; }
.st-faq-a-mark { flex: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px; color: #94A3B8; }
.st-faq-a-text { font-size: 15px; line-height: 1.9; color: #475569; }

/* ---- CTA ---- */
.st-cta { padding: clamp(64px,9vw,96px) clamp(20px,5vw,32px); background: #0B1B33; color: #fff; text-align: center; position: relative; overflow: hidden; }
.st-cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size: 60px 60px; }
.st-cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.st-cta-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.5; margin-bottom: 18px; }
.st-cta-lead { font-size: 16px; color: rgba(255,255,255,.68); line-height: 1.9; margin-bottom: 32px; }
.st-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; font-size: 16px; padding: 16px 34px; border-radius: 8px; text-decoration: none; box-shadow: 0 10px 30px rgba(37,99,235,.45); }
.st-cta-btn:hover { background: #1D4ED8; }

/* ---- page: company ---- */

/* ============================================================
   株式会社White — company page fragment (cm- prefix)
   Values identical to the original inline styles.
   ============================================================ */

/* ---- MESSAGE ---- */
.cm-message { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.cm-message-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.82fr 1fr; gap: clamp(28px,4vw,52px); align-items: stretch; }
@media (max-width: 760px) { .cm-message-inner { grid-template-columns: 1fr; } }

/* ---- MESSAGE branded quote panel (replaces former portrait) ---- */
.cm-panel { position: relative; overflow: hidden; border-radius: 18px; background: #0B1B33; color: #fff; padding: clamp(30px,4vw,44px); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; min-height: 320px; box-shadow: 0 20px 50px rgba(11,27,51,.14); }
.cm-panel-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(59,130,246,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.09) 1px,transparent 1px); background-size: 34px 34px; }
.cm-panel-quote { position: relative; font-family: 'Space Grotesk', serif; font-size: 92px; line-height: .7; height: 40px; color: #3B82F6; opacity: .5; }
.cm-panel-msg { position: relative; font-family: 'Hiragino Mincho ProN','Yu Mincho','YuMincho','Noto Serif JP',serif; font-size: clamp(20px,2.4vw,26px); font-weight: 600; line-height: 1.85; letter-spacing: .02em; }
.cm-panel-accent { color: #93B4FF; }
.cm-panel-brand { position: relative; display: flex; align-items: center; gap: 9px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; }
.cm-panel-mk { width: 24px; height: 24px; border-radius: 7px; background: linear-gradient(135deg,#3B82F6,#2563EB); box-shadow: 0 6px 16px rgba(37,99,235,.45); }
.cm-panel-dot { width: 5px; height: 5px; border-radius: 50%; background: #3B82F6; align-self: flex-end; margin-bottom: 6px; }
.cm-portrait-shadow { box-shadow: 0 20px 50px rgba(11,27,51,.08); border-radius: 16px; }
.cm-portrait { position: relative; width: 100%; aspect-ratio: 3 / 4; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; background: linear-gradient(140deg,#F4F8FD 0%,#E6EFFA 100%); }
.cm-portrait-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 34px 34px; }
.cm-portrait-svg { position: absolute; inset: 0; }
.cm-message-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.cm-message-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.4; margin-bottom: 26px; }
.cm-message-body { font-family: 'Hiragino Mincho ProN','Yu Mincho','YuMincho','Noto Serif JP',serif; font-size: 16px; line-height: 2.2; color: #37475F; }
.cm-message-body p { margin-bottom: 20px; }
.cm-message-body p:last-child { margin-bottom: 0; }
.cm-message-body strong { color: #0B1B33; }
.cm-signature { margin-top: 30px; display: flex; align-items: baseline; gap: 12px; }
.cm-signature-role { font-size: 14px; color: #5A6B82; }
.cm-signature-name { font-size: 22px; font-weight: 700; letter-spacing: .05em; }

/* ---- MISSION / VALUES ---- */
.cm-mission { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #0B1B33; color: #fff; position: relative; overflow: hidden; }
.cm-mission-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 60px 60px; }
.cm-mission-inner { position: relative; max-width: 1080px; margin: 0 auto; }
.cm-mission-head { text-align: center; margin-bottom: 24px; }
.cm-mission-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #93B4FF; margin-bottom: 16px; }
.cm-mission-title { font-size: clamp(26px,4.5vw,42px); font-weight: 900; line-height: 1.5; }
.cm-values { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 20px; margin-top: 48px; }
.cm-value-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 32px 28px; }
.cm-value-label { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .1em; color: #3B82F6; margin-bottom: 14px; }
.cm-value-title { font-size: 19px; font-weight: 700; margin-bottom: 12px; }
.cm-value-text { font-size: 14.5px; line-height: 1.9; color: rgba(255,255,255,.66); }

/* ---- COMPANY TABLE ---- */
.cm-overview { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.cm-overview-inner { max-width: 820px; margin: 0 auto; }
.cm-overview-head { margin-bottom: 40px; }
.cm-overview-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.cm-overview-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.4; }
.cm-table { border-top: 2px solid #0B1B33; }
.cm-row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 22px 6px; border-bottom: 1px solid #E4EBF3; }
.cm-row-th { font-size: 14px; font-weight: 700; color: #0B1B33; letter-spacing: .03em; }
.cm-row-td { font-size: 15px; line-height: 1.8; color: #475569; }

/* ---- ACCESS ---- */
.cm-access { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #F5F8FC; border-top: 1px solid #E4EBF3; }
.cm-access-inner { max-width: 1080px; margin: 0 auto; }
.cm-access-head { margin-bottom: 40px; }
.cm-access-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.cm-access-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.4; }
.cm-access-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: clamp(28px,4vw,44px); align-items: center; }
.cm-access-name { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.cm-access-addr { font-size: 15px; line-height: 2; color: #475569; }
.cm-map { position: relative; width: 100%; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; background: linear-gradient(140deg,#F4F8FD 0%,#E6EFFA 100%); }
.cm-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.cm-map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 34px 34px; }
.cm-map-svg { position: absolute; inset: 0; }

/* ---- page: recruit ---- */
/* ============================================================
   recruit.html — page-specific styles (rc- prefix)
   Values identical to the former inline styles. No visual change.
   ============================================================ */

/* ---- MESSAGE ---- */
.rc-message { padding: clamp(60px,8vw,90px) clamp(20px,5vw,32px); background: #fff; }
.rc-message-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.rc-message-title { font-size: clamp(22px,3.2vw,30px); font-weight: 900; line-height: 1.6; margin-bottom: 24px; }
.rc-message-text { font-size: 16px; line-height: 2.1; color: #475569; }

/* ---- shared eyebrows / section title ---- */
.rc-eyebrow-blue { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.rc-eyebrow-light { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #93B4FF; margin-bottom: 14px; }
.rc-section-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.4; }

/* ---- ENVIRONMENT ---- */
.rc-env { padding: clamp(56px,8vw,90px) clamp(20px,5vw,32px); background: #F5F8FC; border-top: 1px solid #E4EBF3; }
.rc-env-inner { max-width: 1080px; margin: 0 auto; }
.rc-env-head { text-align: center; margin-bottom: 36px; }
.rc-env-visual { margin-bottom: 24px; box-shadow: 0 24px 60px rgba(11,27,51,.14); border-radius: 16px; }
.rc-brandvisual { position: relative; width: 100%; aspect-ratio: 21 / 9; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; background: linear-gradient(140deg,#F4F8FD 0%,#E6EFFA 100%); }
.rc-brandvisual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 34px 34px; }
.rc-brandvisual-svg { position: absolute; inset: 0; }
.rc-env-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 20px; }
.rc-env-card { background: #fff; border: 1px solid #E4EBF3; border-radius: 14px; padding: 30px 26px; }
.rc-env-card-title { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: #0B1B33; }
.rc-env-card-text { font-size: 14.5px; line-height: 1.9; color: #5A6B82; }

/* ---- OPEN POSITIONS ---- */
.rc-positions { padding: clamp(64px,9vw,100px) clamp(20px,5vw,32px); background: #fff; }
.rc-positions-inner { max-width: 960px; margin: 0 auto; }
.rc-positions-head { margin-bottom: 44px; }
.rc-jobs { display: flex; flex-direction: column; gap: 24px; }
.rc-job { border: 1px solid #E4EBF3; border-radius: 16px; padding: clamp(28px,4vw,40px); background: #fff; box-shadow: 0 12px 34px rgba(11,27,51,.05); }
.rc-job-tags { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.rc-job-tag { display: inline-block; font-size: 12px; padding: 6px 13px; border-radius: 100px; }
.rc-job-tag-primary { font-weight: 700; color: #2563EB; background: #EFF4FE; letter-spacing: .04em; }
.rc-job-tag-muted { font-weight: 600; color: #5A6B82; background: #F1F5FB; }
.rc-job-title { font-size: 22px; font-weight: 900; margin-bottom: 14px; }
.rc-job-desc { font-size: 15px; line-height: 1.95; color: #475569; margin-bottom: 24px; }
.rc-job-detail { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.rc-job-box { background: #F5F8FC; border-radius: 12px; padding: 20px 22px; }
.rc-job-box-title { font-size: 12px; font-weight: 700; color: #2563EB; margin-bottom: 12px; letter-spacing: .04em; }
.rc-job-list { display: flex; flex-direction: column; gap: 9px; }
.rc-job-item { font-size: 14px; line-height: 1.6; color: #37475F; padding-left: 16px; position: relative; }
.rc-dot { position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; }
.rc-dot-primary { background: #2563EB; }
.rc-dot-muted { background: #94A3B8; }
.rc-positions-note { font-size: 14px; color: #5A6B82; margin-top: 24px; line-height: 1.9; }

/* ---- FLOW ---- */
.rc-flow { padding: clamp(60px,8vw,96px) clamp(20px,5vw,32px); background: #0B1B33; color: #fff; position: relative; overflow: hidden; }
.rc-flow-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px); background-size: 60px 60px; }
.rc-flow-inner { position: relative; max-width: 900px; margin: 0 auto; }
.rc-flow-head { text-align: center; margin-bottom: 44px; }
.rc-flow-steps { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 16px; }
.rc-flow-step { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 26px 22px; text-align: center; }
.rc-flow-num { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; color: #3B82F6; margin-bottom: 12px; }
.rc-flow-label { font-size: 16px; font-weight: 700; }

/* ---- CTA ---- */
.rc-cta { padding: clamp(64px,9vw,96px) clamp(20px,5vw,32px); background: #F5F8FC; text-align: center; }
.rc-cta-inner { max-width: 680px; margin: 0 auto; }
.rc-cta-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.5; margin-bottom: 18px; }
.rc-cta-text { font-size: 16px; color: #5A6B82; line-height: 1.9; margin-bottom: 32px; }
.rc-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: #2563EB; color: #fff; font-weight: 700; font-size: 16px; padding: 16px 34px; border-radius: 8px; text-decoration: none; box-shadow: 0 8px 24px rgba(37,99,235,.32); }
.rc-cta-btn:hover { background: #1D4ED8; }

/* ---- page: contact ---- */

/* ============================================================
   Page fragment: contact.html
   Prefix: ct-
   Values identical to original inline styles.
   ============================================================ */

/* ---- Form fields (former inline field / submit / honeypot styles) ---- */
.ct-field-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #37475F; }
.ct-field-label .ct-req { color: #2563EB; }
.ct-field-input {
	width: 100%; padding: 13px 15px;
	border: 1px solid #D8E1EC; border-radius: 8px;
	font-size: 15px; font-family: inherit; color: #0B1B33; outline: none;
	background: #fff;
	transition: border-color .2s;
}
.ct-field-input:focus { border-color: #2563EB; }
.ct-textarea { resize: vertical; }
.ct-btn-submit {
	width: 100%; background: #2563EB; color: #fff;
	font-weight: 700; font-size: 16px; font-family: inherit;
	padding: 16px; border: none; border-radius: 8px; cursor: pointer;
	box-shadow: 0 8px 22px rgba(37,99,235,.32);
	transition: background .2s;
}
.ct-btn-submit:hover { background: #1D4ED8; }
.ct-btn-submit[disabled] { opacity: .6; cursor: default; }
.ct-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---- Field grouping ---- */
.ct-field-block { display: block; }
.ct-field-block-mb { display: block; margin-bottom: 20px; }
.ct-field-block-mb-lg { display: block; margin-bottom: 26px; }
.ct-field-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 20px; margin-bottom: 20px; }

/* ---- Page hero ---- */
.ct-hero { background: #0B1B33; color: #fff; padding: clamp(130px,17vw,168px) clamp(20px,5vw,32px) clamp(56px,8vw,80px); position: relative; overflow: hidden; }
.ct-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size: 60px 60px; }
.ct-hero-inner { position: relative; max-width: 1180px; margin: 0 auto; }
.ct-hero-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #93B4FF; margin-bottom: 16px; }
.ct-hero-title { font-size: clamp(32px,5.5vw,50px); font-weight: 900; line-height: 1.35; margin-bottom: 22px; }
.ct-hero-lead { font-size: clamp(15px,2vw,17px); line-height: 2; color: rgba(255,255,255,.7); max-width: 640px; }

/* ---- Form + info section ---- */
.ct-main { padding: clamp(56px,8vw,90px) clamp(20px,5vw,32px); background: #fff; }
.ct-main-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); gap: clamp(32px,4vw,52px); align-items: start; }

/* ---- Form card ---- */
.ct-form-card { background: #fff; border: 1px solid #E4EBF3; border-radius: 16px; padding: clamp(28px,4vw,44px); box-shadow: 0 20px 50px rgba(11,27,51,.06); }
.ct-success-box { text-align: center; padding: 40px 10px; }
.ct-success-icon { font-size: 44px; margin-bottom: 16px; color: #2563EB; }
.ct-success-title { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.ct-success-text { font-size: 15px; color: #5A6B82; line-height: 1.8; }
.ct-recaptcha { display: flex; justify-content: center; margin-bottom: 20px; }

/* ---- Info column ---- */
.ct-info-card { background: #F5F8FC; border: 1px solid #E4EBF3; border-radius: 16px; padding: 32px 30px; margin-bottom: 22px; }
.ct-info-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .12em; color: #2563EB; margin-bottom: 18px; }
.ct-info-list { display: flex; flex-direction: column; gap: 20px; }
.ct-info-label { font-size: 13px; font-weight: 700; color: #5A6B82; margin-bottom: 6px; }
.ct-info-tel { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: #0B1B33; }
.ct-info-tel a { color: inherit; }
.ct-info-addr { font-size: 15px; line-height: 1.8; color: #37475F; }
.ct-info-hours { font-size: 15px; color: #37475F; }
.ct-map { width: 100%; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; border: 1px solid #E1EAF5; }
.ct-map iframe { display: block; width: 100%; height: 100%; border: 0; }

/* ---- FAQ ---- */
.ct-faq { padding: clamp(56px,8vw,90px) clamp(20px,5vw,32px); background: #F5F8FC; border-top: 1px solid #E4EBF3; }
.ct-faq-inner { max-width: 820px; margin: 0 auto; }
.ct-faq-head { text-align: center; margin-bottom: 44px; }
.ct-faq-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; color: #2563EB; margin-bottom: 14px; }
.ct-faq-title { font-size: clamp(24px,3.5vw,34px); font-weight: 900; line-height: 1.4; }
.ct-faq-list { display: flex; flex-direction: column; gap: 14px; }
.ct-faq-item { border: 1px solid #E4EBF3; border-radius: 14px; padding: 24px 26px; background: #fff; }
.ct-faq-q { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.ct-faq-a { display: flex; gap: 12px; align-items: flex-start; }
.ct-faq-q-mark { flex: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; color: #2563EB; }
.ct-faq-a-mark { flex: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; color: #94A3B8; }
.ct-faq-q-text { font-size: 16px; font-weight: 700; line-height: 1.6; color: #0B1B33; }
.ct-faq-a-text { font-size: 15px; line-height: 1.9; color: #475569; }

/* ---- page: privacy ---- */

/* ============================================================
   Page-specific fragment: privacy.html
   Appended conceptually to style.css section 8.
   ============================================================ */

/* ---- Privacy body section ---- */
.pv-section { padding: clamp(56px,8vw,90px) clamp(20px,5vw,32px); background: #fff; }

/* ---- Privacy body ---- */
.pv-body { max-width: 820px; margin: 0 auto; }
.pv-body .lead { font-size: 16px; line-height: 2; color: #475569; margin-bottom: 40px; }
.pv-body h2 { font-size: clamp(19px,2.6vw,22px); font-weight: 700; color: #0B1B33; line-height: 1.5; margin: 44px 0 14px; padding-bottom: 12px; border-bottom: 1px solid #E4EBF3; }
.pv-body h2:first-of-type { margin-top: 0; }
.pv-body p { font-size: 15px; line-height: 1.9; color: #475569; margin-bottom: 12px; }
.pv-body ul { list-style: none; margin: 12px 0; padding: 0; }
.pv-body li { position: relative; font-size: 15px; line-height: 1.9; color: #475569; padding-left: 20px; margin-bottom: 6px; }
.pv-body li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: #2563EB; }
.pv-body .info { font-size: 15px; line-height: 1.9; color: #0B1B33; font-weight: 500; }
.pv-body .info span { color: #5A6B82; font-weight: 400; }
.pv-body .enacted { margin-top: 44px; padding-top: 24px; border-top: 1px solid #E4EBF3; font-size: 14px; color: #5A6B82; }

/* ---- page: complete ---- */

/* ============================================================
   Page-specific fragment: contact-complete.html
   Prefix: cc-
   ============================================================ */

.cc-main {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(130px,17vw,168px) clamp(20px,5vw,32px) clamp(72px,10vw,110px);
	background: #F5F8FC;
}
.cc-card {
	max-width: 640px;
	width: 100%;
	background: #fff;
	border: 1px solid #E4EBF3;
	border-radius: 20px;
	padding: clamp(40px,6vw,64px) clamp(24px,5vw,52px);
	box-shadow: 0 24px 60px rgba(11,27,51,.08);
	text-align: center;
}
.cc-icon {
	width: 88px;
	height: 88px;
	margin: 0 auto 26px;
	border-radius: 50%;
	background: #EFF4FE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	color: #2563EB;
	line-height: 1;
}
.cc-eyebrow {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 13px;
	letter-spacing: .16em;
	color: #2563EB;
	margin-bottom: 16px;
}
.cc-title {
	font-size: clamp(26px,4vw,36px);
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 20px;
}
.cc-lead {
	font-size: 16px;
	line-height: 2;
	color: #5A6B82;
	margin-bottom: 40px;
}
.cc-back-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #2563EB;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 34px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(37,99,235,.4);
	transition: background .2s;
}
.cc-back-cta:hover { background: #1D4ED8; }
.cc-arrow { font-family: 'Space Grotesk', sans-serif; }

/* ---- Responsive tweaks (mobile) ---- */
@media (max-width: 760px) {
	.hm-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.hm-stat:nth-child(2n) { border-right: none; }
	.hm-stat:nth-child(n+3) { border-top: 1px solid #E4EBF3; }
	/* footer: force a filled 2-column layout instead of a single left column */
	.footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
}
@media (max-width: 480px) {
	.hm-stat-num { font-size: 30px; }
}

/* ============================================================
   9. Fluid hero background (WebGL) — common/js/fluid-hero.js
   Aurora fluid shader layered behind every dark hero.
   ============================================================ */
.fx-fluid {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	display: block; z-index: 0; pointer-events: none;
}
/* graceful fallback when WebGL is unavailable / shader fails */
.fx-fluid.fx-fallback {
	background: radial-gradient(120% 100% at 70% 22%, #16305f 0%, #0B1B33 58%, #071324 100%);
}

/* keep hero content above the fluid */
.hm-hero-inner { position: relative; z-index: 2; }
.page-hero .hero-inner, .ct-hero .ct-hero-inner { position: relative; z-index: 2; }
.page-hero .hero-grid, .ct-hero .ct-hero-grid { z-index: 1; }

/* home: readability scrim under the text column; fades out before the mockup */
.hm-hero::after {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(100deg, rgba(11,27,51,.74) 0%, rgba(11,27,51,.5) 30%, rgba(11,27,51,0) 62%);
}
.hm-hero-title { text-shadow: 0 2px 34px rgba(7,19,36,.6); }
.hm-hero-lead  { text-shadow: 0 1px 18px rgba(7,19,36,.65); }
/* accent「安心をつくる。」— lift off blue-on-blue so it stays legible over the fluid */
.hm-hero-title-accent { color: #A9C7FF; text-shadow: 0 2px 22px rgba(7,19,36,.78); }

/* sub-page heroes carry long lead copy → readability scrim over the fluid */
.page-hero::after, .ct-hero::after {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: radial-gradient(130% 130% at 18% 28%, rgba(11,27,51,.32) 0%, rgba(11,27,51,.72) 100%);
}

/* ============================================================
   10. Animated figures — scroll-triggered ("動く図")
   fluid-hero.js adds .fx-on to each [data-fx] SVG when it scrolls in.
   Figures render fully without JS; .fx-on only plays them in.
   All motion is gated by prefers-reduced-motion.
   ============================================================ */
@keyframes fxFadeUp { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fxDraw   { to { stroke-dashoffset: 0; } }
@keyframes fxGrow   { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes fxArrow  { from { opacity: 0; transform: translate(-34px, 22px); } to { opacity: 1; transform: translate(0, 0); } }
@keyframes fxRadar  { 0%, 100% { opacity: .45; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes fxNode   { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.16); } }

@media (prefers-reduced-motion: no-preference) {

	/* -- generic "assemble": stagger the figure's top-level shapes in -- */
	.fx-seq > * { transform-box: fill-box; transform-origin: center; }
	.fx-on.fx-seq > * { opacity: 0; animation: fxFadeUp .55s cubic-bezier(.22,.61,.36,1) forwards; }
	.fx-on.fx-seq > *:nth-child(1)  { animation-delay: .03s; }
	.fx-on.fx-seq > *:nth-child(2)  { animation-delay: .09s; }
	.fx-on.fx-seq > *:nth-child(3)  { animation-delay: .15s; }
	.fx-on.fx-seq > *:nth-child(4)  { animation-delay: .21s; }
	.fx-on.fx-seq > *:nth-child(5)  { animation-delay: .27s; }
	.fx-on.fx-seq > *:nth-child(6)  { animation-delay: .33s; }
	.fx-on.fx-seq > *:nth-child(7)  { animation-delay: .39s; }
	.fx-on.fx-seq > *:nth-child(8)  { animation-delay: .45s; }
	.fx-on.fx-seq > *:nth-child(9)  { animation-delay: .51s; }
	.fx-on.fx-seq > *:nth-child(10) { animation-delay: .57s; }
	.fx-on.fx-seq > *:nth-child(n+11) { animation-delay: .63s; }

	/* -- services 03 · SEO: draw the trend line, grow the bars, pulse dots -- */
	.fx-on.sv-fig-seo polyline { opacity: 1; stroke-dasharray: 620; stroke-dashoffset: 620; animation: fxDraw 1.1s ease .25s forwards; }
	.fx-on.sv-fig-seo rect { opacity: 1; transform-origin: 50% 100%; animation: fxGrow .5s ease both; }
	.fx-on.sv-fig-seo rect:nth-of-type(1) { animation-delay: .55s; }
	.fx-on.sv-fig-seo rect:nth-of-type(2) { animation-delay: .65s; }
	.fx-on.sv-fig-seo rect:nth-of-type(3) { animation-delay: .75s; }
	.fx-on.sv-fig-seo rect:nth-of-type(4) { animation-delay: .85s; }
	.fx-on.sv-fig-seo circle { opacity: 1; animation: fxNode 2.6s ease-in-out 1.1s infinite; }

	/* -- services 04 · WEB広告: radar rings, arrow flies to target, bars grow -- */
	.fx-on.sv-fig-ad circle { opacity: 1; animation: fxRadar 2.6s ease-in-out infinite; }
	.fx-on.sv-fig-ad circle:nth-of-type(2) { animation-delay: .3s; }
	.fx-on.sv-fig-ad circle:nth-of-type(3) { animation-delay: .6s; }
	.fx-on.sv-fig-ad circle:nth-of-type(4) { animation: none; opacity: 1; }
	.fx-on.sv-fig-ad line, .fx-on.sv-fig-ad polygon { opacity: 1; animation: fxArrow .7s ease .5s both; }
	.fx-on.sv-fig-ad rect { opacity: 1; transform-origin: 50% 100%; animation: fxGrow .55s ease both; }
	.fx-on.sv-fig-ad rect:nth-of-type(1) { animation-delay: .6s; }
	.fx-on.sv-fig-ad rect:nth-of-type(2) { animation-delay: .72s; }
	.fx-on.sv-fig-ad rect:nth-of-type(3) { animation-delay: .84s; }

	/* -- strengths 01 · network: draw links, pulse the hub node -- */
	.fx-on.st-fig-net g line { stroke-dasharray: 260; stroke-dashoffset: 260; animation: fxDraw .9s ease .15s forwards; }
	.fx-on.st-fig-net circle:last-of-type { animation: fxFadeUp .5s ease .3s both, fxNode 2.4s ease-in-out 1s infinite; }

	/* -- strengths 02 · one-stop hub: draw spokes, pulse the White core -- */
	.fx-on.st-fig-hub g:first-of-type line { stroke-dasharray: 170; stroke-dashoffset: 170; animation: fxDraw .8s ease .1s forwards; }
	.fx-on.st-fig-hub > circle { animation: fxFadeUp .5s ease .2s both, fxNode 2.6s ease-in-out .9s infinite; }

	/* -- strengths 03 · support: draw the check mark -- */
	.fx-on.st-fig-sup path { opacity: 1; stroke-dasharray: 44; stroke-dashoffset: 44; animation: fxDraw .5s ease .55s forwards; }

	/* -- recruit · data-city: bars rise from the horizon, nodes pulse -- */
	.rc-fig .rc-bars rect { transform-box: fill-box; transform-origin: 50% 100%; }
	.fx-on.rc-fig .rc-bars rect { animation: fxGrow .6s cubic-bezier(.22,.61,.36,1) both; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(1) { animation-delay: .05s; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(2) { animation-delay: .13s; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(3) { animation-delay: .21s; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(4) { animation-delay: .29s; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(5) { animation-delay: .37s; }
	.fx-on.rc-fig .rc-bars rect:nth-of-type(6) { animation-delay: .45s; }
	.fx-on.rc-fig g:last-of-type circle { transform-box: fill-box; transform-origin: center; animation: fxNode 2.2s ease-in-out infinite; }

	/* -- company · brand message panel: draw the signature line -- */
	.fx-on.cm-fig path { stroke-dasharray: 150; stroke-dashoffset: 150; animation: fxDraw .85s ease .5s forwards; }
}
