/*
Theme Name: Atelier HATCH Official
Theme URI: https://atelier-hatch.com/
Author: Atelier HATCH LLC.
Description: アトリエ・ハッチ合同会社 公式サイト専用テーマ
Version: 1.0.0
Text Domain: atelier-hatch
*/

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#171717;--muted:#5f6264;--paper:#fffefa;--line:#dcdedb;--blue:#0092e0;--orange:#ff8a2b;--yellow:#ffbd16;--pink:#f168ab;--green:#59c900;--gray:#999}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,Noto Sans JP,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{overflow:clip}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffefae6;border-bottom:1px solid #17171714;justify-content:space-between;align-items:center;height:84px;padding:0 clamp(28px,5vw,82px);display:flex;position:fixed;inset:0 0 auto}.brand{width:clamp(218px,20vw,320px)}.desktop-nav{letter-spacing:.16em;align-items:center;gap:clamp(22px,3vw,48px);font-size:11px;font-weight:700;display:flex}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{content:"";background:linear-gradient(90deg, var(--blue), var(--yellow), var(--pink), var(--green));transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.desktop-nav .nav-contact{border:1px solid var(--ink);padding:12px 18px}.desktop-nav .nav-contact:after,.mobile-nav{display:none}.page-panel{min-height:100svh;padding:122px clamp(28px,7vw,112px) 56px;position:relative}.eyebrow{color:var(--muted);letter-spacing:.16em;margin:0 0 22px;font-size:11px;font-weight:700}.eyebrow span{color:var(--ink)}.hero{isolation:isolate;grid-template-columns:minmax(500px,1fr) minmax(500px,1fr);align-items:center;gap:clamp(24px,5vw,88px);display:grid}.hero-copy{z-index:2;padding-left:clamp(0px,2vw,34px)}.hero h1,.profile h2,.story h2,.contact h2{letter-spacing:-.035em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-weight:600}.hero h1{font-size:clamp(44px,3.5vw,58px);line-height:1.42}.hero-emphasis{z-index:0;display:inline-block;position:relative}.hero-emphasis:after{content:"";z-index:-1;opacity:.82;background:linear-gradient(90deg, var(--blue) 0 24%, var(--yellow) 24% 49%, var(--pink) 49% 74%, var(--green) 74%);clip-path:polygon(0 32%,7% 5%,20% 28%,31% 0,45% 25%,60% 7%,73% 31%,88% 0,100% 24%,98% 83%,82% 71%,70% 95%,54% 76%,39% 100%,25% 74%,11% 98%,0 76%);height:13px;position:absolute;bottom:5px;left:-2%;right:-3%}.hero-lead{color:#3f4344;max-width:620px;margin:30px 0 0;font-size:clamp(15px,1.15vw,18px);font-weight:500;line-height:2}.hero-services{letter-spacing:.13em;align-items:center;gap:14px;margin-top:30px;font-size:10px;font-weight:800;display:flex}.hero-services i{background:var(--pink);border-radius:50%;width:4px;height:4px}.hero-visual{align-self:stretch;align-items:center;min-height:620px;display:flex;position:relative}.hero-image-window{background:#f5f7f1;border-radius:48% 0 0 48%;position:absolute;inset:7% -8% 6% 0;overflow:hidden;box-shadow:0 30px 80px #23362a1a}.hero-image-window:after{content:"";background:linear-gradient(90deg, var(--paper) 0%, transparent 22%, transparent 82%, #fffefa1f);pointer-events:none;position:absolute;inset:0}.hero-image-window img{object-fit:cover;object-position:45% 51%;filter:saturate(.94)contrast(.96);width:124%;max-width:none;height:100%}.visual-caption{writing-mode:vertical-rl;letter-spacing:.19em;margin:0;font-size:9px;font-weight:800;position:absolute;bottom:1%;right:-8px}.visual-caption span{color:var(--blue)}.brush{z-index:3;pointer-events:none;opacity:.95;position:absolute}.brush-green{background:var(--green);clip-path:polygon(0 0,96% 0,83% 18%,99% 31%,78% 43%,94% 54%,73% 63%,87% 76%,69% 84%,78% 100%,0 94%);width:210px;height:116px;top:76px;left:-42px}.brush-orange{background:var(--orange);clip-path:polygon(0 19%,100% 0,85% 27%,100% 41%,77% 51%,95% 68%,68% 77%,82% 100%,0 84%,18% 64%,0 48%,22% 36%);width:170px;height:80px;top:98px;right:-30px;transform:rotate(-8deg)}.brush-blue{background:var(--blue);clip-path:polygon(0 19%,21% 0,17% 28%,42% 8%,34% 39%,62% 19%,51% 52%,82% 35%,67% 67%,100% 55%,79% 84%,94% 100%,0 100%);width:200px;height:122px;bottom:0;left:-25px}.brush-pink{background:var(--pink);clip-path:polygon(0 80%,15% 58%,29% 68%,37% 35%,51% 55%,58% 16%,73% 45%,86% 0,100% 18%,100% 100%,0 100%);width:180px;height:118px;bottom:-10px;right:-30px}.scroll-cue{letter-spacing:.2em;align-items:center;gap:14px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:32px;left:clamp(28px,7vw,112px)}.scroll-cue i{background:var(--ink);width:54px;height:1px;position:relative;overflow:hidden}.scroll-cue i:after{content:"";background:var(--blue);animation:2.2s ease-in-out infinite travel;position:absolute;inset:0}@keyframes travel{0%{transform:translate(-110%)}to{transform:translate(110%)}}.profile{background:#f7f7f3;grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr);align-items:start;gap:clamp(56px,8vw,132px);display:grid}.section-index{color:#9a9d9b;letter-spacing:.14em;font-size:11px;font-weight:700;position:absolute;top:112px;right:clamp(28px,7vw,112px)}.section-index span{color:var(--ink)}.profile-photo-wrap{justify-self:end;width:min(100%,490px);padding:0 0 0 44px;position:sticky;top:126px}.profile-photo{z-index:2;object-fit:cover;object-position:top center;filter:saturate(.86)contrast(1.02);width:100%;max-height:69svh;position:relative;box-shadow:0 25px 60px #0f19131a}.profile-photo-accent{z-index:1;background:var(--green);clip-path:polygon(0 8%,100% 0,91% 18%,100% 30%,87% 44%,98% 56%,81% 69%,95% 84%,74% 100%,2% 90%,12% 72%,0 58%,11% 40%);width:58%;height:34%;position:absolute;top:-28px;right:-34px}.profile-name-side{z-index:3;writing-mode:vertical-rl;letter-spacing:.22em;margin:0;font-size:10px;font-weight:800;position:absolute;bottom:0;left:2px;transform:rotate(180deg)}.profile h2 span,.story h2 span{background:linear-gradient(#0000 69%,#ffbd1699 69% 88%,#0000 88%)}.name-lockup{border-top:1px solid #bfc2bf;align-items:end;gap:24px;margin-top:30px;padding-top:24px;display:flex}.name-lockup p{color:var(--muted);letter-spacing:.12em;margin:0 0 3px;font-size:11px}.name-lockup h3{letter-spacing:.14em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:28px;font-weight:600}.name-lockup .name-en{letter-spacing:.16em;margin-bottom:5px;font-size:10px}.profile-credentials{color:#4d5050;margin:14px 0 0;font-size:12px;font-weight:700}.profile-bio{margin:20px 0 0}.profile-bio p{color:#444747;margin:0;font-size:13px;line-height:1.78}.profile-pillars{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;display:grid}.profile-pillar{border-top:4px solid var(--accent);background:#ffffffb3;grid-template-columns:auto 1fr;gap:12px;min-height:126px;padding:17px 14px 16px;display:grid}.profile-pillar>span{color:var(--accent);font-size:10px;font-weight:800}.profile-pillar h3{margin:0;font-size:13px}.profile-pillar p{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.65}.tone-blue{--accent:var(--blue)}.tone-orange{--accent:var(--orange)}.tone-pink{--accent:var(--pink)}.tone-green{--accent:var(--green)}.tone-yellow{--accent:var(--yellow)}.draft-note{color:#777a79;margin:16px 0 0;font-size:10px}.career-history{border-top:1px solid #bfc2bf;margin-top:30px;padding-top:20px}.career-heading{color:var(--blue);letter-spacing:.18em;margin:0 0 20px;font-size:10px;font-weight:800}.career-entry{--career-accent:var(--blue);grid-template-columns:132px minmax(0,1fr);gap:28px;padding-bottom:20px;display:grid;position:relative}.career-entry:nth-of-type(5n+2){--career-accent:var(--orange)}.career-entry:nth-of-type(5n+3){--career-accent:var(--green)}.career-entry:nth-of-type(5n+4){--career-accent:var(--pink)}.career-entry:nth-of-type(5n){--career-accent:var(--yellow)}.career-entry:before{content:"";z-index:2;background:var(--career-accent);width:10px;height:10px;box-shadow:0 0 0 1px var(--career-accent);border:3px solid #f7f7f3;border-radius:50%;position:absolute;top:4px;left:143px}.career-entry:after{content:"";background:#c8cbc8;width:1px;position:absolute;top:15px;bottom:-1px;left:147px}.career-entry:last-child{padding-bottom:0}.career-entry:last-child:after{display:none}.career-period{color:#666a68;letter-spacing:.04em;white-space:nowrap;margin:1px 0 0;font-size:10px;font-weight:800}.career-entry-body{min-width:0;padding-left:4px}.career-entry-body h3{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:15px;font-weight:700;line-height:1.5}.career-role{color:#454948;margin:3px 0 0;font-size:11px;font-weight:700;line-height:1.55}.career-detail{color:#727673;margin:5px 0 0;font-size:10px;line-height:1.65}.career-entry.is-current .career-period,.career-entry.is-current .career-entry-body h3{color:#d94f93}.story{min-height:100svh;padding-top:116px;padding-bottom:0}.story:before{content:"";z-index:-1;background:linear-gradient(118deg, var(--green) 0 24%, var(--pink) 24% 48%, var(--yellow) 48% 72%, var(--orange) 72%);clip-path:polygon(0 0,100% 0,100% 76%,89% 61%,78% 82%,66% 59%,54% 80%,43% 57%,29% 77%,16% 54%,0 68%);opacity:.92;width:30%;height:130px;position:absolute;top:0;right:-4%}.story-topline{grid-template-columns:1.25fr .75fr;align-items:end;gap:70px;display:grid}.story h2{font-size:clamp(42px,4vw,68px);line-height:1.32}.story-intro{color:#494c4c;max-width:440px;margin:0 0 8px;font-size:14px;line-height:2}.timeline{border-bottom:1px solid var(--line);grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center;gap:10px;margin-top:44px;padding:28px 0;display:grid}.timeline>i{background:var(--ink);width:100%;height:1px;position:relative}.timeline>i:after{content:"";border-top:3px solid #0000;border-bottom:3px solid #0000;border-left:6px solid var(--ink);position:absolute;top:-3px;right:0}.timeline article{min-height:94px}.timeline-kicker{color:var(--blue);letter-spacing:.13em;margin:0;font-size:10px;font-weight:800}.timeline article:nth-of-type(2) .timeline-kicker{color:var(--orange)}.timeline article:nth-of-type(3) .timeline-kicker{color:var(--green)}.timeline h3{margin:10px 0 5px;font-size:15px}.timeline article>p:last-child{color:var(--muted);margin:0;font-size:11px;line-height:1.65}.works-heading{grid-template-columns:minmax(220px,.65fr) minmax(420px,1.35fr);align-items:end;gap:48px;margin-top:32px;display:grid}.works-heading>div>p{letter-spacing:.15em;margin:0;font-size:11px;font-weight:800}.works-heading h3{letter-spacing:.06em;margin:8px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:22px;font-weight:600}.works-heading .works-intro{color:#666a68;max-width:650px;margin:0;font-size:11px;line-height:1.85}.project-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:15px;display:grid}.project-card-final h3{letter-spacing:.08em;margin-top:11px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:16px;font-weight:600}.project-image{background:#edf0eb;height:150px;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%}.project-placeholder.compact{height:150px}.project-placeholder.compact>b{color:#666a68}.project-era-split{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px;display:grid}.project-era{min-width:0;padding:27px 30px 30px}.project-era-past{padding-left:0}.project-era-future{border-left:1px solid var(--line);background:linear-gradient(135deg,#59c9000a,#0092e00d);padding-right:0}.project-era-header{min-height:105px}.project-era-kicker{color:#777b78;letter-spacing:.15em;margin:0;font-size:9px;font-weight:800}.project-era-future .project-era-kicker{color:var(--orange)}.project-era-header h3{letter-spacing:.05em;margin:7px 0 8px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(19px,1.8vw,26px);font-weight:600}.project-era-header>p:last-child{color:#6b6f6c;margin:0;font-size:10px;line-height:1.7}.project-era-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.project-era-grid .project-image,.project-era-grid .project-placeholder.compact{height:124px}.future-project-note{color:#666a68;border-top:1px solid #1717171a;align-items:center;gap:14px;margin:18px 0 0;padding-top:15px;font-size:10px;line-height:1.65;display:flex}.future-project-note span{color:var(--orange);letter-spacing:.13em;flex:none;font-size:8px;font-weight:800}.project-card{min-width:0}.project-placeholder{background:#edf0eb;height:142px;position:relative;overflow:hidden}.project-placeholder:before,.project-placeholder:after{content:"";background:var(--accent);position:absolute}.project-placeholder:before{opacity:.88;clip-path:polygon(0 20%,100% 0,83% 28%,100% 46%,74% 59%,91% 81%,58% 100%,0 78%,21% 55%);width:150px;height:110px;top:-38px;right:-26px;transform:rotate(16deg)}.project-placeholder:after{opacity:.38;width:120px;height:100px;bottom:-50px;left:-15px;transform:rotate(-11deg)}.project-placeholder>span{font-size:10px;font-weight:800;position:absolute;top:16px;left:18px}.project-placeholder>i{border:1px solid #1717173d;width:52%;height:52%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-placeholder>i:before,.project-placeholder>i:after{content:"";background:#17171729;width:1px;height:136%;position:absolute;top:50%;left:50%}.project-placeholder>i:before{transform:translate(-50%,-50%)rotate(52deg)}.project-placeholder>i:after{transform:translate(-50%,-50%)rotate(-52deg)}.project-placeholder>b{color:#767a77;letter-spacing:.14em;font-size:9px;position:absolute;bottom:13px;right:15px}.project-category{color:var(--accent);letter-spacing:.13em;margin:14px 0 0;font-size:9px;font-weight:800}.project-card h3{margin:6px 0 0;font-size:15px}.project-card>p:last-child{color:#777a79;margin:7px 0 0;font-size:10px}.contact{color:#fff;background:#1b1d1d;grid-template-columns:1fr auto;align-items:center;gap:40px;margin:44px calc(-1*clamp(28px,7vw,112px)) 0;padding:45px clamp(28px,7vw,112px);display:grid}.contact .eyebrow{color:#9ea1a0;margin-bottom:12px}.contact .eyebrow span{color:#fff}.contact h2{font-size:clamp(30px,3vw,49px);line-height:1.35}.contact-button{letter-spacing:.08em;border:1px solid #ffffff73;justify-content:space-between;align-items:center;gap:35px;min-width:260px;padding:19px 22px;font-size:12px;font-weight:700;transition:color .16s,background .16s;display:flex}.contact-button:hover,.contact-button:focus-visible{color:var(--ink);background:#fff}.contact-button b{color:var(--green);font-size:20px}.recruit-link-panel{border-bottom:1px solid var(--line);background:#f6f7f2;grid-template-columns:1fr auto;align-items:center;gap:40px;margin:0 calc(-1*clamp(28px,7vw,112px));padding:28px clamp(28px,7vw,112px);display:grid}.recruit-link-panel p{color:var(--blue);letter-spacing:.14em;margin:0 0 7px;font-size:9px;font-weight:800}.recruit-link-panel h2{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(20px,2vw,29px);font-weight:600}.recruit-link-button{border:1px solid var(--ink);letter-spacing:.07em;justify-content:space-between;align-items:center;gap:28px;min-width:230px;padding:16px 19px;font-size:11px;font-weight:700;transition:color .16s,background .16s;display:flex}.recruit-link-button:hover,.recruit-link-button:focus-visible{color:#fff;background:var(--ink)}.recruit-link-button b{color:var(--pink);font-size:18px}.footer{background:#fff;grid-template-columns:minmax(220px,310px) 1fr auto;align-items:center;gap:38px;margin:0 calc(-1*clamp(28px,7vw,112px));padding:24px clamp(28px,7vw,112px) 28px;display:grid}.company-meta p,.copyright{color:#5b5f5d;margin:2px 0;font-size:9px;line-height:1.55}.company-meta span{color:#9a9d9b}.company-meta a{text-underline-offset:2px;-webkit-text-decoration:underline #1717173d;text-decoration:underline #1717173d}.copyright{letter-spacing:.12em;font-weight:700}@media (width>=1100px) and (height>=760px){html{scroll-snap-type:y proximity}.page-panel{scroll-snap-align:start}}@media (width<=1100px){.hero{grid-template-columns:minmax(350px,1fr) minmax(390px,1fr)}.hero h1{font-size:clamp(39px,4.1vw,51px)}.profile{grid-template-columns:minmax(310px,.75fr) 1.25fr;gap:58px}.profile-pillars{grid-template-columns:1fr;gap:7px}.profile-pillar{min-height:0}}@media (width<=820px){.site-header{height:68px;padding:0 20px}.brand{width:205px}.desktop-nav{display:none}.mobile-nav{display:block}.mobile-nav summary{cursor:pointer;letter-spacing:.15em;font-size:10px;font-weight:800;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{align-items:center;gap:8px;display:inline-flex}.mobile-nav summary span:before{content:"";border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);width:19px;height:8px}.mobile-nav nav{border-bottom:1px solid var(--line);background:var(--paper);letter-spacing:.14em;gap:18px;padding:25px 22px 29px;font-size:11px;font-weight:800;display:grid;position:fixed;top:68px;left:0;right:0;box-shadow:0 16px 32px #19191914}.page-panel{min-height:auto;padding:102px 22px 64px}.hero{flex-direction:column;align-items:stretch;gap:24px;min-height:100svh;padding-top:105px;display:flex}.hero-copy{padding:0}.hero .eyebrow{margin-bottom:16px}.hero h1{font-size:clamp(35px,10.6vw,48px);line-height:1.45}.hero-emphasis:after{height:9px;bottom:2px}.hero-lead{margin-top:20px;font-size:13px;line-height:1.85}.hero-services{flex-wrap:wrap;gap:8px 11px;margin-top:20px;font-size:8px}.hero-visual{min-height:42svh;margin:0 -22px}.hero-image-window{border-radius:48% 0 0 48%;inset:0 -12% 0 6%}.hero-image-window img{object-position:49% 50%;width:137%}.visual-caption{bottom:5%;right:10px}.brush-green{width:140px;height:75px;top:66px;left:-58px}.brush-orange{width:112px;height:54px;top:74px;right:-44px}.brush-blue{width:110px;height:75px;bottom:0}.brush-pink{width:105px;height:72px;bottom:-5px}.scroll-cue{display:none}.profile{flex-direction:column;gap:40px;padding-top:106px;display:flex}.section-index{top:85px;right:22px}.profile-photo-wrap{align-self:stretch;width:min(88%,420px);margin:0 auto;padding-left:30px;position:relative;top:auto}.profile-photo{max-height:none}.profile-photo-accent{top:-18px;right:-24px}.profile h2{font-size:clamp(34px,9.5vw,47px)}.name-lockup{margin-top:24px;display:block}.name-lockup .name-en{margin-top:7px}.profile-bio{font-size:13px}.profile-pillars{margin-top:22px}.story{padding-top:105px}.story:before{width:76%;height:84px;right:-20%}.story-topline{display:block}.story h2{font-size:clamp(34px,9.4vw,47px)}.story-intro{margin-top:24px;font-size:13px}.timeline{grid-template-columns:22px 1fr;gap:0 14px;margin-top:34px;padding:27px 0;display:grid}.timeline article{grid-column:2;min-height:0;padding:0 0 26px}.timeline article:last-of-type{padding-bottom:0}.timeline>i{grid-column:1;width:1px;height:100%;margin:0 auto}.timeline>i:after{top:auto;bottom:0;right:-3px;transform:rotate(90deg)}.works-heading{display:block}.works-heading .works-intro{margin-top:16px;font-size:10px}.project-grid{grid-template-columns:1fr;gap:27px}.project-placeholder{height:190px}.contact{grid-template-columns:1fr;margin:48px -22px 0;padding:39px 22px 42px}.contact h2{font-size:32px}.contact-button{width:100%;min-width:0}.footer{grid-template-columns:1fr;gap:18px;margin:0 -22px -64px;padding:27px 22px 34px}.footer>img{width:240px}.copyright{margin-top:8px}}@media (width<=390px){.brand{width:185px}.hero h1{font-size:33px}.hero-services{max-width:300px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.recruit-page{background:var(--paper);overflow:clip}.recruit-header .brand{display:block}.recruit-hero{isolation:isolate;grid-template-columns:minmax(560px,1.15fr) minmax(360px,.85fr);align-items:center;gap:5vw;min-height:100svh;padding:130px clamp(28px,8vw,126px) 74px;display:grid;position:relative}.recruit-hero:before{content:"";z-index:-2;background:#f3f5ef;width:43%;position:absolute;top:84px;bottom:0;right:0}.recruit-hero:after{content:"";z-index:-1;border:1px solid #1717171a;border-radius:50%;width:29vw;min-width:280px;max-width:450px;height:29vw;min-height:280px;max-height:450px;position:absolute;bottom:9%;right:7%}.recruit-hero-copy{z-index:2;max-width:760px;position:relative}.recruit-hero-en{color:var(--blue);letter-spacing:.2em;margin:0 0 24px;font-size:10px;font-weight:800;line-height:1.65}.recruit-hero h1,.recruit-section-heading h2,.recruit-entry h2{letter-spacing:-.035em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-weight:600}.recruit-hero h1{font-size:clamp(45px,4.15vw,68px);line-height:1.42}.recruit-hero h1 span{z-index:0;display:inline-block;position:relative}.recruit-hero h1 span:after{content:"";z-index:-1;clip-path:polygon(0 34%,8% 3%,19% 30%,31% 0,44% 28%,58% 5%,73% 33%,87% 2%,100% 26%,98% 85%,82% 70%,69% 96%,53% 74%,39% 100%,25% 73%,11% 98%,0 78%);background:linear-gradient(90deg,#0092e0b8,#ffbd16b3,#f168abb8,#59c900ad);height:12px;position:absolute;bottom:6px;left:-1%;right:-1%}.recruit-hero-lead{color:#454948;max-width:680px;margin:32px 0 0;font-size:15px;font-weight:500;line-height:2}.recruit-hero-mark{z-index:1;justify-self:center;width:min(31vw,420px);position:relative}.recruit-hero-mark img{filter:drop-shadow(0 30px 52px #1e2d231c);width:100%}.recruit-brush{z-index:3;pointer-events:none;position:absolute}.recruit-brush-blue{background:var(--blue);clip-path:polygon(0 20%,21% 0,17% 28%,42% 8%,34% 39%,62% 19%,51% 52%,82% 35%,67% 67%,100% 55%,79% 84%,94% 100%,0 100%);width:220px;height:130px;bottom:0;left:-40px}.recruit-brush-orange{background:var(--orange);clip-path:polygon(0 19%,100% 0,85% 27%,100% 41%,77% 51%,95% 68%,68% 77%,82% 100%,0 84%,18% 64%,0 48%,22% 36%);width:180px;height:88px;top:84px;right:-34px;transform:rotate(-8deg)}.recruit-brush-pink{background:var(--pink);clip-path:polygon(0 80%,15% 58%,29% 68%,37% 35%,51% 55%,58% 16%,73% 45%,86% 0,100% 18%,100% 100%,0 100%);width:170px;height:108px;bottom:-10px;right:0}.recruit-scroll{left:clamp(28px,8vw,126px)}.recruit-section{padding:112px clamp(28px,8vw,126px);position:relative}.people-section{background:#f7f7f3}.recruit-section-heading{grid-template-columns:1.15fr .85fr;align-items:end;gap:70px;display:grid}.recruit-section-heading h2{font-size:clamp(39px,4vw,63px);line-height:1.36}.recruit-section-heading h2 span{background:linear-gradient(#0000 69%,#ffbd168c 69% 88%,#0000 88%)}.recruit-section-heading>p{color:#4c504e;max-width:470px;margin:0 0 8px;font-size:14px;line-height:1.9}.people-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:0 50px;margin:52px 0 0;padding:0;list-style:none;display:grid}.people-list li{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;align-items:center;gap:12px;min-height:70px;display:grid}.people-list li>span{color:var(--blue);letter-spacing:.1em;font-size:9px;font-weight:800}.people-list li:nth-child(4n+2)>span,.people-list li:nth-child(4n+3)>span{color:var(--pink)}.people-list p{margin:0;font-size:13px;font-weight:600;line-height:1.55}.value-section:before{content:"";background:linear-gradient(118deg, var(--green) 0 24%, var(--pink) 24% 48%, var(--yellow) 48% 72%, var(--orange) 72%);clip-path:polygon(0 0,100% 0,100% 76%,89% 61%,78% 82%,66% 59%,54% 80%,43% 57%,29% 77%,16% 54%,0 68%);opacity:.9;width:34%;height:105px;position:absolute;top:0;right:-3%}.recruit-value-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:50px;display:grid}.recruit-value-card{border-top:5px solid var(--accent);background:#f7f7f3;min-height:250px;padding:25px 22px}.recruit-value-card>span{color:var(--accent);letter-spacing:.12em;font-size:10px;font-weight:800}.recruit-value-card h3{margin:18px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:20px;font-weight:600}.recruit-value-card p{color:var(--muted);margin:15px 0 0;font-size:12px;line-height:1.85}.project-spectrum{border-top:1px solid var(--line);margin-top:48px;padding-top:30px}.project-spectrum-label{color:var(--blue);letter-spacing:.15em;margin:0 0 17px;font-size:10px;font-weight:800}.project-spectrum>div{flex-wrap:wrap;gap:9px;display:flex}.project-spectrum span{background:#fff;border:1px solid #cfd2ce;padding:9px 13px;font-size:11px;font-weight:600}.recruit-entry{color:#fff;background:#1b1d1d;grid-template-columns:1fr minmax(320px,.48fr);align-items:center;gap:80px;padding:82px clamp(28px,8vw,126px);display:grid}.recruit-entry .eyebrow{color:#9ea1a0}.recruit-entry .eyebrow span{color:#fff}.recruit-entry h2{font-size:clamp(37px,3.6vw,57px);line-height:1.42}.recruit-entry-copy>p:last-child{color:#c3c6c4;max-width:750px;margin:25px 0 0;font-size:13px;line-height:1.9}.recruit-entry-actions{gap:7px;display:grid}.recruit-entry-button{letter-spacing:.05em;border:1px solid #ffffff73;justify-content:space-between;align-items:center;gap:28px;margin-bottom:9px;padding:20px 21px;font-size:12px;font-weight:700;transition:color .16s,background .16s;display:flex}.recruit-entry-button:hover,.recruit-entry-button:focus-visible{color:var(--ink);background:#fff}.recruit-entry-button b{color:var(--green);font-size:20px}.recruit-entry-actions>p{color:#b9bcba;letter-spacing:.08em;margin:0;font-size:10px}.recruit-footer{background:#fff;grid-template-columns:minmax(220px,310px) 1fr auto;align-items:center;gap:38px;padding:27px clamp(28px,8vw,126px) 31px;display:grid}.recruit-footer img{width:100%}.recruit-footer p{color:#5b5f5d;margin:0;font-size:9px;line-height:1.55}.recruit-footer p:last-child{letter-spacing:.12em;font-weight:700}@media (width<=1100px){.recruit-hero{grid-template-columns:minmax(480px,1.2fr) minmax(300px,.8fr)}.recruit-value-grid{grid-template-columns:repeat(2,1fr)}.recruit-value-card{min-height:215px}}@media (width<=820px){.career-history{margin-top:23px}.career-heading{margin-bottom:21px}.career-entry{padding:0 0 24px 28px;display:block}.career-entry:before{top:3px;left:1px}.career-entry:after{top:14px;bottom:-1px;left:5px}.career-period{color:var(--career-accent);margin-bottom:6px}.career-entry-body{padding-left:0}.career-entry-body h3{font-size:14px}.career-role{font-size:11px}.career-detail{font-size:10px}.project-era-split{grid-template-columns:1fr;margin-top:22px}.project-era{padding:26px 0 30px}.project-era-header{min-height:0;margin-bottom:20px}.project-era-header h3{font-size:22px}.project-era-future{border-top:1px solid var(--line);border-left:0;padding-top:31px}.project-era-grid{grid-template-columns:1fr;gap:25px}.project-era-grid .project-image,.project-era-grid .project-placeholder.compact{height:210px}.future-project-note{flex-direction:column;align-items:flex-start;gap:5px}.recruit-link-panel{grid-template-columns:1fr;gap:20px;margin:0 -22px;padding:26px 22px 30px}.recruit-link-panel h2{font-size:23px;line-height:1.5}.recruit-link-button{width:100%;min-width:0}.footer.footer-detailed{margin-top:0}.recruit-hero{flex-direction:column;align-items:stretch;gap:34px;min-height:100svh;padding:108px 22px 70px;display:flex}.recruit-hero:before{width:38%;top:68px;bottom:0}.recruit-hero:after{width:250px;min-width:0;height:250px;min-height:0;bottom:4%;right:50%;transform:translate(50%)}.recruit-hero-en{margin-bottom:16px;font-size:8px}.recruit-hero h1{font-size:clamp(34px,10.2vw,47px);line-height:1.5}.recruit-hero h1 span:after{height:8px;bottom:2px}.recruit-hero-lead{margin-top:23px;font-size:13px;line-height:1.85}.recruit-hero-mark{align-self:center;width:min(62vw,300px)}.recruit-brush-blue{width:130px;height:83px;left:-48px}.recruit-brush-orange{width:115px;height:58px;top:68px;right:-42px}.recruit-brush-pink{width:105px;height:71px;right:-20px}.recruit-scroll{display:none}.recruit-section{padding:82px 22px}.recruit-section-heading{display:block}.recruit-section-heading h2{font-size:clamp(34px,9.5vw,47px)}.recruit-section-heading>p{margin-top:24px;font-size:13px}.people-list{grid-template-columns:1fr;gap:0;margin-top:38px}.people-list li{grid-template-columns:35px 1fr;min-height:67px}.people-list p{font-size:12px}.value-section:before{width:76%;height:75px;right:-20%}.recruit-value-grid{grid-template-columns:1fr;gap:12px;margin-top:38px}.recruit-value-card{min-height:0}.project-spectrum{margin-top:39px}.project-spectrum span{font-size:10px}.recruit-entry{grid-template-columns:1fr;gap:35px;padding:62px 22px}.recruit-entry h2{font-size:35px}.recruit-entry-copy>p:last-child{font-size:12px}.recruit-entry-actions{width:100%}.recruit-footer{grid-template-columns:1fr;gap:17px;padding:27px 22px 34px}.recruit-footer>a{width:240px}}.story-redesign{isolation:isolate;min-height:0;padding-top:112px;padding-bottom:0}.story-redesign:before{display:none}.story-opening{grid-template-columns:minmax(0,1.35fr) minmax(300px,.52fr);grid-template-areas:"meta aside""copy aside";align-content:center;gap:34px clamp(48px,7vw,112px);min-height:min(720px,100svh - 112px);padding:54px 0 82px;display:grid}.story-opening-meta{grid-area:meta;align-items:center;gap:24px;display:flex}.story-opening-meta .eyebrow{margin:0}.story-section-number{letter-spacing:.14em;align-items:baseline;gap:7px;margin:0;font-size:10px;font-weight:800;display:flex}.story-section-number b{font-size:18px}.story-section-number span{color:#9a9d9b}.story-opening-copy{grid-area:copy;min-width:0}.story-opening-copy h2{margin:0;line-height:1}.story-opening-copy h2>span{background:0 0}.story-title-small,.story-title-large,.story-title-accent{display:block}.story-title-small{letter-spacing:.04em;margin-bottom:16px;font-size:clamp(26px,2.55vw,43px);line-height:1.4}.story-title-large{letter-spacing:-.07em;white-space:nowrap;font-size:clamp(56px,6.25vw,104px);line-height:1.08}.story-title-accent{z-index:0;letter-spacing:-.04em;width:max-content;margin-top:18px;font-size:clamp(42px,4.65vw,76px);line-height:1.16;position:relative}.story-title-accent:after{content:"";z-index:-1;background:var(--yellow);clip-path:polygon(0 30%,7% 4%,19% 24%,31% 0,44% 25%,57% 6%,71% 26%,84% 2%,100% 20%,99% 82%,83% 70%,69% 96%,55% 75%,41% 100%,25% 76%,10% 98%,0 76%);opacity:.82;height:14px;position:absolute;bottom:5px;left:-3%;right:-9%}.story-opening-aside{color:#fff;background:#1b1d1d;flex-direction:column;grid-area:aside;justify-content:space-between;align-self:stretch;min-height:438px;padding:44px 38px 38px;display:flex}.story-color-bar{grid-template-columns:repeat(4,1fr);height:7px;display:grid}.story-color-bar i:first-child{background:var(--blue)}.story-color-bar i:nth-child(2){background:var(--orange)}.story-color-bar i:nth-child(3){background:var(--pink)}.story-color-bar i:nth-child(4){background:var(--green)}.story-opening-aside>p:not(.story-direction){color:#f2f3f1;margin:auto 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(15px,1.25vw,19px);font-weight:600;line-height:2.05}.story-direction{color:#aeb2af;letter-spacing:.18em;margin:0;font-size:9px;font-weight:800;line-height:1.65}.story-journey{color:#fff;background:#1b1d1d;grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);gap:clamp(58px,8vw,130px);margin:0 calc(-1*clamp(28px,7vw,112px));padding:94px clamp(28px,7vw,112px) 102px;display:grid}.story-journey-heading{align-self:start;padding-top:4px}.story-journey-heading>p:first-child{color:var(--yellow);letter-spacing:.18em;margin:0 0 19px;font-size:10px;font-weight:800}.story-journey-heading h3{letter-spacing:.02em;white-space:nowrap;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(37px,3.45vw,56px);font-weight:600;line-height:1.42}.story-journey-heading>p:last-child{color:#b9bdbb;max-width:355px;margin:25px 0 0;font-size:12px;line-height:1.9}.story-steps{min-width:0}.story-step{--step-color:var(--blue);border-top:1px solid #ffffff2e;grid-template-columns:76px minmax(145px,.42fr) minmax(0,1fr);align-items:start;gap:clamp(20px,3vw,48px);padding:34px 0 35px;display:grid}.story-step:last-child{border-bottom:1px solid #ffffff2e}.story-step.step-orange{--step-color:var(--orange)}.story-step.step-green{--step-color:var(--green)}.story-step-index{color:var(--step-color);letter-spacing:-.08em;margin:-7px 0 0;font-size:clamp(42px,4vw,64px);font-weight:300;line-height:1}.story-step-time{margin:1px 0 0}.story-step-time strong,.story-step-time span{display:block}.story-step-time strong{color:var(--step-color);letter-spacing:.03em;font-size:clamp(19px,1.7vw,27px);line-height:1.1}.story-step-time span{color:#aeb2af;letter-spacing:.15em;margin-top:9px;font-size:9px;font-weight:800}.story-step-content h4{letter-spacing:.025em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(20px,1.75vw,27px);font-weight:600;line-height:1.5}.story-step-content p{color:#b9bdbb;max-width:660px;margin:12px 0 0;font-size:12px;line-height:1.85}.project-showcase{position:relative}.project-chapter{grid-template-columns:minmax(250px,.46fr) minmax(0,1.54fr);gap:clamp(58px,8vw,126px);padding:102px 0 108px;display:grid}.project-chapter-future{background:linear-gradient(135deg,#f5f8f0 0%,#eef7f5 100%);margin:0 calc(-1*clamp(28px,7vw,112px));padding-left:clamp(28px,7vw,112px);padding-right:clamp(28px,7vw,112px);position:relative}.project-chapter-future:before{content:"";background:linear-gradient(90deg, var(--orange) 0 25%, var(--pink) 25% 50%, var(--green) 50% 75%, var(--blue) 75%);height:7px;position:absolute;inset:0 0 auto}.project-chapter-header{align-self:start}.project-chapter-number{color:#e1e3df;letter-spacing:-.08em;margin:0 0 27px;font-size:clamp(72px,7vw,112px);font-weight:300;line-height:.78}.project-chapter-future .project-chapter-number{color:#59c90033}.project-chapter-kicker{color:var(--blue);letter-spacing:.17em;margin:0;font-size:9px;font-weight:800}.project-chapter-future .project-chapter-kicker{color:var(--orange)}.project-chapter-header h3{letter-spacing:.015em;white-space:nowrap;margin:13px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(34px,3.3vw,53px);font-weight:600;line-height:1.42}.project-chapter-header>p:last-child{color:#686c69;max-width:290px;margin:22px 0 0;font-size:11px;line-height:1.85}.project-chapter-grid{counter-reset:project;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px;min-width:0;display:grid}.project-chapter-grid .project-card{counter-increment:project;min-width:0}.project-chapter-grid .project-image,.project-chapter-grid .project-placeholder.compact{height:clamp(190px,17vw,265px)}.project-chapter-grid .project-image{overflow:hidden}.project-chapter-grid .project-image img{transition:transform .42s}.project-chapter-grid .project-card:hover .project-image img{transform:scale(1.025)}.project-chapter-grid .project-card h3{letter-spacing:.05em;align-items:baseline;gap:13px;margin:15px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.5;display:flex}.project-chapter-grid .project-card h3:before{content:"0" counter(project);color:var(--accent);letter-spacing:.12em;flex:none;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;font-size:9px;font-weight:800}.project-chapter-note{color:#686c69;border-top:1px solid #1717171f;align-items:center;gap:15px;margin:31px 0 0;padding-top:18px;font-size:10px;line-height:1.7;display:flex}.project-chapter-note span{color:var(--orange);letter-spacing:.14em;font-size:8px;font-weight:800}.story-redesign .contact{margin-top:0}@media (width<=1100px){.story-opening{grid-template-columns:minmax(0,1.2fr) minmax(280px,.58fr);column-gap:45px}.story-title-large{font-size:clamp(50px,5.8vw,72px)}.story-journey,.project-chapter{gap:48px}.story-step{grid-template-columns:60px 135px minmax(0,1fr);gap:21px}}@media (width<=820px){.story-redesign{padding-top:98px}.story-opening{grid-template-columns:1fr;grid-template-areas:"meta""copy""aside";gap:30px;min-height:0;padding:34px 0 68px}.story-opening-meta{justify-content:space-between;align-items:flex-end;gap:14px}.story-opening-meta .eyebrow{text-align:right;font-size:8px}.story-title-small{margin-bottom:12px;font-size:clamp(23px,7.2vw,33px)}.story-title-large{white-space:normal;font-size:clamp(40px,11.6vw,57px)}.story-title-accent{margin-top:13px;font-size:clamp(36px,10vw,50px)}.story-title-accent:after{height:10px;bottom:3px}.story-opening-aside{min-height:300px;padding:31px 27px 28px}.story-opening-aside>p:not(.story-direction){font-size:14px;line-height:1.95}.story-journey{grid-template-columns:1fr;gap:45px;margin:0 -22px;padding:72px 22px 77px}.story-journey-heading h3{font-size:clamp(34px,10vw,46px)}.story-journey-heading>p:last-child{font-size:11px}.story-step{grid-template-columns:50px minmax(0,1fr);grid-template-areas:"index time""index content";gap:18px 17px;padding:28px 0 30px}.story-step-index{grid-area:index;margin-top:-3px;font-size:38px}.story-step-time{grid-area:time}.story-step-time strong,.story-step-time span{display:inline}.story-step-time strong{font-size:20px}.story-step-time span{margin-left:9px}.story-step-content{grid-area:content}.story-step-content h4{font-size:19px}.story-step-content p{font-size:11px}.project-chapter{grid-template-columns:1fr;gap:43px;padding:76px 0 82px}.project-chapter-future{margin:0 -22px;padding:79px 22px 85px}.project-chapter-number{margin-bottom:22px;font-size:78px}.project-chapter-header h3{font-size:clamp(34px,10vw,46px)}.project-chapter-header>p:last-child{max-width:100%;margin-top:17px}.project-chapter-grid{grid-template-columns:1fr;gap:31px}.project-chapter-grid .project-image,.project-chapter-grid .project-placeholder.compact{height:min(62vw,270px)}.project-chapter-grid .project-card h3{margin-top:12px;font-size:17px}.project-chapter-note{flex-direction:column;align-items:flex-start;gap:5px;margin-top:27px}}@media (width<=420px){.story-opening-meta{align-items:flex-start}.story-opening-meta .eyebrow{max-width:170px}.story-title-large{letter-spacing:-.08em}.story-opening-aside{min-height:280px}}.story-compact{isolation:isolate;min-height:0;padding-top:112px;padding-bottom:0}.story-compact:before{display:none}.story-compact-opening{grid-template-columns:minmax(450px,.92fr) minmax(470px,1.08fr);align-items:center;gap:clamp(58px,8vw,128px);padding:42px 0 66px;display:grid}.story-compact-label{letter-spacing:.2em;margin:0 0 38px;font-size:11px;font-weight:800}.story-compact-intro h2{z-index:0;letter-spacing:-.045em;margin:0;font-size:clamp(40px,3.7vw,60px);font-weight:500;line-height:1.42;display:inline-block;position:relative}.story-compact-intro h2>span{white-space:nowrap;background:0 0;display:block}.story-compact-intro h2:after{content:"";z-index:-1;background:#ffd56f;height:14px;position:absolute;bottom:12px;left:-4px;right:0}.story-compact-lead{color:var(--muted);letter-spacing:.04em;margin:28px 0 0;font-size:clamp(15px,1.25vw,19px)}.story-compact-timeline{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.story-compact-timeline:before{content:"";background:#cfd2ce;width:1px;position:absolute;top:20px;bottom:20px;left:8px}.story-compact-timeline li{--timeline-color:var(--blue);min-height:96px;padding:8px 0 18px 49px;position:relative}.story-compact-timeline li:before{content:"";z-index:1;border:4px solid var(--paper);background:var(--timeline-color);box-sizing:content-box;border-radius:50%;width:17px;height:17px;position:absolute;top:14px;left:0}.story-compact-timeline .timeline-orange{--timeline-color:var(--orange)}.story-compact-timeline .timeline-green{--timeline-color:var(--green)}.story-compact-timeline p{color:var(--timeline-color);letter-spacing:.12em;align-items:baseline;gap:8px;margin:0;font-size:11px;font-weight:800;display:flex}.story-compact-timeline p strong{font-size:13px}.story-compact-timeline p span{opacity:.92}.story-compact-timeline h3{letter-spacing:.025em;margin:13px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(17px,1.4vw,22px);font-weight:600;line-height:1.55}.story-project-strips{margin:0 calc(-1*clamp(28px,7vw,112px))}.story-project-strip{grid-template-columns:minmax(190px,.25fr) minmax(0,1fr);align-items:start;gap:clamp(38px,5vw,80px);padding:48px clamp(28px,7vw,112px) 54px;display:grid}.story-project-strip-future{background:#f4f8f0}.story-project-strip>header{padding-top:4px}.story-project-strip>header p{color:var(--blue);letter-spacing:.18em;margin:0;font-size:9px;font-weight:800}.story-project-strip-future>header p{color:var(--orange)}.story-project-strip>header h3{letter-spacing:.025em;margin:17px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(25px,2.25vw,35px);font-weight:500;line-height:1.48}.story-project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(13px,1.5vw,24px);min-width:0;display:grid}.story-project-card{outline:none;min-width:0}.story-project-card:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.story-project-media{aspect-ratio:1.28;background:#fff;position:relative;overflow:hidden}.story-project-media>img,.story-project-placeholder{width:100%;height:100%;transition:opacity .32s,filter .32s,transform .42s}.story-project-media>img{object-fit:cover}.story-project-placeholder{position:absolute;inset:0}.story-project-overlay{z-index:2;color:var(--ink);opacity:0;pointer-events:none;background:#ffffff2e;flex-direction:column;justify-content:flex-end;padding:clamp(15px,1.7vw,25px);transition:opacity .28s,transform .32s;display:flex;position:absolute;inset:0;transform:translateY(7px)}.story-project-overlay span{letter-spacing:.16em;font-size:8px;font-weight:800}.story-project-overlay p{margin:8px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(14px,1.15vw,18px);font-weight:600;line-height:1.55}.story-project-card:is(:hover,:focus,:focus-within) .story-project-media>img,.story-project-card:is(:hover,:focus,:focus-within) .story-project-placeholder{opacity:.27;filter:saturate(.6);transform:scale(1.025)}.story-project-card:is(:hover,:focus,:focus-within) .story-project-overlay{opacity:1;transform:translateY(0)}.story-project-card h4{letter-spacing:.025em;min-height:42px;margin:0;padding:10px 0 5px 16px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(15px,1.18vw,18px);font-weight:500;line-height:1.55;position:relative}.story-project-card h4:before{content:"";background:#a8aca8;width:5px;position:absolute;top:0;bottom:0;left:0}.story-compact .contact{margin-top:0}@media (width<=1100px){.story-compact-opening{grid-template-columns:minmax(390px,.95fr) minmax(380px,1.05fr);gap:50px}.story-compact-intro h2{font-size:clamp(39px,4.2vw,52px)}.story-project-strip{grid-template-columns:175px minmax(0,1fr);gap:35px}}@media (width<=820px){.story-compact{padding-top:98px}.story-compact-opening{grid-template-columns:1fr;gap:49px;padding:34px 0 60px}.story-compact-label{margin-bottom:29px;font-size:9px}.story-compact-intro h2{font-size:clamp(29px,8.25vw,42px);line-height:1.48}.story-compact-intro h2:after{height:10px;bottom:9px}.story-compact-lead{margin-top:22px;font-size:15px}.story-compact-timeline li{min-height:89px;padding-left:44px}.story-project-strip{grid-template-columns:1fr;gap:30px;padding:43px 22px 49px}.story-project-strip>header h3{margin-top:11px;font-size:27px}.story-project-strip>header h3 br{display:none}.story-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.story-project-card h4{min-height:38px;padding:9px 0 4px 13px;font-size:15px}.story-project-card h4:before{width:4px}.story-project-overlay{padding:13px}.story-project-overlay span{font-size:7px}.story-project-overlay p{margin-top:5px;font-size:13px}}@media (prefers-reduced-motion:reduce){.story-project-media>img,.story-project-placeholder,.story-project-overlay{transition:none}}.profile{min-height:0;padding-bottom:84px;display:block}.profile-top{grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr);align-items:start;gap:clamp(56px,8vw,132px);display:grid}.profile-content{max-width:780px}.profile .name-lockup{margin-top:30px;padding-top:22px;display:block}.profile .name-lockup .name-role{color:var(--muted);letter-spacing:.12em;margin:0 0 9px;font-size:11px;font-weight:700}.name-line{flex-wrap:wrap;align-items:baseline;gap:6px 17px;display:flex}.profile .name-line h3{margin:0;font-size:28px}.profile .name-line p{color:#717572;letter-spacing:.13em;margin:0;font-size:9px;font-weight:700}.profile .name-line .name-kana{color:#535754;font-size:10px}.profile .name-line .name-en{margin:0;font-size:9px}.profile-bio p+p{margin-top:9px}.profile-bio .profile-bio-lead{color:#303332;font-size:13px;font-weight:700;line-height:1.8}.founder-belief{background:#ffffff78;border-top:1px solid #cfd2ce;border-bottom:1px solid #cfd2ce;grid-template-columns:minmax(230px,.82fr) minmax(360px,1.42fr) minmax(270px,1fr);margin-top:66px;display:grid}.founder-belief>div{min-width:0;padding:29px clamp(22px,2.5vw,40px)}.founder-belief>div+div{border-left:1px solid #d8dad7}.founder-belief-opening{position:relative;padding-left:0!important}.founder-belief-opening:before{content:"";background:linear-gradient(90deg, var(--blue) 0 25%, var(--orange) 25% 50%, var(--pink) 50% 75%, var(--green) 75%);width:86px;height:5px;position:absolute;top:-3px;left:0}.founder-belief-opening p{color:#777b78;letter-spacing:.17em;margin:0 0 16px;font-size:9px;font-weight:800}.founder-belief-opening h3{letter-spacing:.025em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(22px,2vw,30px);font-weight:500;line-height:1.55}.founder-belief-body p,.founder-belief-closing p{color:#444846;margin:0;font-size:12px;line-height:1.9}.founder-belief-closing{padding-right:0!important}.founder-belief-closing p:last-child{color:var(--ink);margin-top:11px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:14px;font-weight:700}.profile .career-history-b{border-top:0;margin-top:54px;padding-top:0}.career-b-header{border-bottom:1px solid #cfd2ce;justify-content:space-between;align-items:center;gap:24px;padding:0 0 17px;display:flex}.career-b-header p{color:#6b6f6c;letter-spacing:.18em;margin:0;font-size:9px;font-weight:800}.career-b-header p:first-child{color:var(--ink);font-size:10px}.career-b-track{padding-top:4px}.profile .career-history-b .career-entry{--career-accent:var(--blue);border-bottom:1px solid #d7d9d6;grid-template-columns:132px 20px minmax(210px,1.08fr) minmax(220px,1.18fr) minmax(260px,1.38fr) 82px;align-items:center;gap:clamp(14px,1.65vw,26px);min-height:116px;padding:24px 20px;display:grid}.profile .career-history-b .career-entry:nth-child(2){background:#ffffffb8;border-bottom-color:#0000;border-radius:16px}.profile .career-history-b .career-entry.is-current{background:#eff5ec;border-bottom:0;border-radius:16px}.profile .career-history-b .career-entry:before,.profile .career-history-b .career-entry:after{content:none}.profile .career-history-b .career-blue{--career-accent:var(--blue)}.profile .career-history-b .career-orange{--career-accent:var(--orange)}.profile .career-history-b .career-green{--career-accent:var(--green)}.profile .career-history-b .career-pink{--career-accent:var(--pink)}.career-marker{align-self:stretch;min-height:68px;position:relative}.career-marker:before{content:"";z-index:2;background:var(--career-accent);box-sizing:content-box;border:4px solid #f7f7f3;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.career-marker:after{content:"";z-index:1;background:#bfc3bf;width:1px;position:absolute;top:calc(50% + 8px);bottom:-66px;left:50%;transform:translate(-50%)}.career-entry:last-child .career-marker:after{display:none}.profile .career-history-b .career-period{color:#707471;letter-spacing:.035em;margin:0;font-size:9px}.career-company{min-width:0}.profile .career-history-b .career-company h3{letter-spacing:-.025em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,Noto Sans JP,sans-serif;font-size:clamp(16px,1.45vw,22px);font-weight:700;line-height:1.45}.career-company>p{color:#8a8e8b;letter-spacing:.17em;margin:8px 0 0;font-size:7px;font-weight:700}.profile .career-history-b .career-role{color:#282b2a;margin:0;font-size:12px;font-weight:700;line-height:1.7}.profile .career-history-b .career-detail{color:#555957;margin:0;font-size:11px;line-height:1.75}.profile .career-history-b .career-entry.is-current .career-period{color:var(--pink)}.career-current{color:#d84f94;letter-spacing:.16em;background:#fde4f0;border-radius:999px;justify-self:end;margin:0;padding:9px 14px 8px;font-size:7px;font-weight:800}@media (width<=1160px){.profile-top{grid-template-columns:minmax(315px,.76fr) minmax(470px,1.24fr);gap:58px}.founder-belief{grid-template-columns:minmax(210px,.75fr) minmax(330px,1.35fr) minmax(240px,1fr)}.founder-belief>div{padding-left:23px;padding-right:23px}.profile .career-history-b .career-entry{grid-template-columns:112px 18px minmax(180px,1fr) minmax(190px,1.08fr) minmax(225px,1.2fr) 72px;gap:14px;padding-left:14px;padding-right:14px}}@media (width<=900px){.profile{padding-top:104px;padding-bottom:64px}.profile-top{grid-template-columns:minmax(290px,.8fr) minmax(0,1.2fr);gap:42px}.profile h2{font-size:clamp(32px,5.1vw,44px)}.profile .name-line h3{width:100%}.founder-belief{grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);margin-top:54px}.founder-belief-closing{border-top:1px solid #d8dad7;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:24px;display:grid;border-left:0!important;padding-left:0!important;padding-right:0!important}.founder-belief-closing p:last-child{margin-top:0}.profile .career-history-b .career-entry{grid-template-columns:22px minmax(0,1fr);grid-template-areas:"marker period""marker company""marker role""marker detail""marker current";gap:6px 17px;min-height:0;padding:24px 18px}.profile .career-history-b .career-period{color:var(--career-accent);grid-area:period}.career-marker{grid-area:marker;min-height:128px}.career-marker:before{top:6px}.career-marker:after{top:14px;bottom:-33px}.career-company{grid-area:company;margin-top:4px}.profile .career-history-b .career-role{grid-area:role;margin-top:7px}.profile .career-history-b .career-detail{grid-area:detail}.career-current{grid-area:current;justify-self:start;margin-top:7px}}@media (width<=820px){.profile-top{grid-template-columns:1fr;gap:52px}.profile-photo-wrap{justify-self:center;width:min(88%,490px);position:relative;top:auto}.profile-content{max-width:none}.profile h2{font-size:clamp(32px,8.6vw,46px)}.profile .name-line h3{width:auto}.founder-belief{display:block}.founder-belief>div{padding:25px 0!important}.founder-belief>div+div{border-top:1px solid #d8dad7;border-left:0}.founder-belief-closing{display:block}.founder-belief-closing p:last-child{margin-top:10px}.career-b-header{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=520px){.profile{padding-bottom:52px}.profile h2{font-size:clamp(29px,8.8vw,38px)}.profile h2 span{background:linear-gradient(#0000 72%,#ffbd1699 72% 90%,#0000 90%)}.name-line{flex-direction:column;align-items:flex-start;gap:4px}.profile .name-line h3{margin-bottom:3px}.founder-belief{margin-top:46px}.profile .career-history-b{margin-top:44px}.profile .career-history-b .career-entry{padding-left:8px;padding-right:8px}}.profile{grid-template-columns:minmax(280px,1fr) minmax(0,2fr);align-items:start;gap:clamp(48px,5vw,80px);min-height:0;padding-bottom:80px;display:grid}.profile-photo-wrap{justify-self:center;width:min(100%,560px);position:sticky;top:126px}.profile-photo{max-height:calc(100svh - 166px)}.profile-content{width:100%;max-width:none}.profile>.profile-content>.eyebrow{font-size:12px}.profile h2{font-size:clamp(40px,3.55vw,58px);line-height:1.38}.profile .name-lockup{margin-top:26px;padding-top:19px}.profile .name-lockup .name-role{font-size:12px}.profile .name-line h3{font-size:30px}.profile .name-line p{font-size:10px}.profile .name-line .name-kana{font-size:11px}.profile .name-line .name-en{font-size:10px}.profile-credentials{font-size:13px}.profile-bio{margin-top:17px}.profile-bio p{font-size:13px;line-height:1.78}.profile-bio .profile-bio-lead{font-size:14px;line-height:1.76}.profile-bio .profile-founded{border-left:4px solid var(--yellow);color:var(--ink);background:linear-gradient(90deg,#ffbd1624,#0000 82%);margin-top:14px;padding:12px 15px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:16px;font-weight:700;line-height:1.55}.founder-belief{background:#ffffff8f;border-top:1px solid #cfd2ce;border-bottom:1px solid #cfd2ce;margin-top:26px;padding:20px 22px 21px;display:block;position:relative}.founder-belief:before{content:"";background:linear-gradient(90deg, var(--blue) 0 25%, var(--orange) 25% 50%, var(--pink) 50% 75%, var(--green) 75%);width:76px;height:4px;position:absolute;top:-3px;left:0}.founder-belief-label{color:#777b78;letter-spacing:.16em;margin:0 0 15px;font-size:9px;font-weight:800}.founder-belief>.founder-belief-grid{border:0;grid-template-columns:minmax(135px,.72fr) minmax(0,1.28fr);gap:22px;min-width:0;padding:0;display:grid}.founder-belief-grid h3{letter-spacing:.02em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(20px,1.6vw,26px);font-weight:500;line-height:1.55}.founder-belief-copy{min-width:0}.founder-belief-copy p{color:#4d514e;margin:0;font-size:11px;line-height:1.85}.founder-belief-copy p+p{margin-top:8px}.founder-belief-copy strong{color:var(--ink);margin-top:3px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:12px;font-weight:700;display:block}.career-history-compact{border-top:1px solid #bfc2bf;margin-top:27px;padding-top:17px}.career-compact-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.career-compact-header p{color:#777b78;letter-spacing:.17em;margin:0;font-size:9px;font-weight:800}.career-compact-header p:first-child{color:var(--blue);font-size:10px}.profile .career-history-compact .career-entry{--career-accent:var(--blue);grid-template-columns:102px minmax(0,1fr);gap:24px;min-height:0;padding:0 0 15px}.profile .career-history-compact .career-blue{--career-accent:var(--blue)}.profile .career-history-compact .career-orange{--career-accent:var(--orange)}.profile .career-history-compact .career-green{--career-accent:var(--green)}.profile .career-history-compact .career-pink{--career-accent:var(--pink)}.profile .career-history-compact .career-yellow{--career-accent:var(--yellow)}.profile .career-history-compact .career-entry:before{width:8px;height:8px;top:3px;left:110px}.profile .career-history-compact .career-entry:after{top:14px;bottom:-1px;left:114px}.profile .career-history-compact .career-period{margin-top:0;font-size:9px}.profile .career-history-compact .career-entry-body{padding-left:0}.profile .career-history-compact .career-entry-body h3{font-size:15px;line-height:1.42}.profile .career-history-compact .career-role{margin-top:3px;font-size:11px;line-height:1.5}.profile .career-history-compact .career-detail{margin-top:3px;font-size:10px;line-height:1.58}.profile .career-history-compact .career-entry.is-current .career-entry-body h3{color:#d94f93}@media (width<=1100px){.profile{grid-template-columns:minmax(260px,1fr) minmax(0,2fr);gap:48px}.profile-photo-wrap{padding-left:30px}.founder-belief>.founder-belief-grid{grid-template-columns:1fr;gap:12px}.founder-belief-grid h3 br{display:none}}@media (width<=820px){.profile{grid-template-columns:1fr;gap:48px;padding-top:104px;padding-bottom:62px}.profile-photo-wrap{justify-self:center;width:min(88%,520px);padding-left:44px;position:relative;top:auto}.profile-photo{max-height:none}.profile-content{max-width:none}.profile h2{font-size:clamp(32px,8.6vw,46px)}.founder-belief>.founder-belief-grid{grid-template-columns:minmax(135px,.72fr) minmax(0,1.28fr);gap:22px}.founder-belief-grid h3 br{display:initial}}@media (width<=520px){.profile{gap:42px;padding-bottom:52px}.profile-photo-wrap{width:94%;padding-left:30px}.profile h2{font-size:clamp(29px,8.8vw,38px)}.profile-bio .profile-founded{padding:11px 12px;font-size:15px}.founder-belief{margin-top:24px;padding:19px 17px 20px}.founder-belief>.founder-belief-grid{grid-template-columns:1fr;gap:12px}.founder-belief-grid h3 br{display:none}.profile .career-history-compact .career-entry{grid-template-columns:82px minmax(0,1fr);gap:21px}.profile .career-history-compact .career-entry:before{left:89px}.profile .career-history-compact .career-entry:after{left:93px}.profile .career-history-compact .career-period{white-space:normal}}.works{isolation:isolate;min-height:0;padding-top:118px;padding-bottom:0}.works-opening{border-bottom:1px solid #cfd2ce;justify-content:space-between;align-items:flex-end;gap:clamp(44px,8vw,128px);padding:42px 0 76px;display:flex}.works-label{color:#707471;letter-spacing:.19em;writing-mode:vertical-rl;flex:none;margin:0 0 12px;font-size:10px;font-weight:800;transform:rotate(180deg)}.works-label span{color:var(--blue)}.works-opening h2{letter-spacing:-.055em;flex:1;font-size:clamp(44px,5vw,76px);font-weight:500;line-height:1.34;transform:translate(clamp(-42px,-2.7vw,-22px))}.works-opening h2 span{background:0 0;width:fit-content;display:block;position:relative}.works-opening h2 span:last-child{margin-left:auto;font-size:1.1em;line-height:1.24}.works-opening h2 span:last-child:after{content:"";z-index:-1;background:linear-gradient(90deg,#5bb7e8b8 0 25%,#ffbd169e 25% 50%,#ec71ae94 50% 75%,#80bf559e 75%);height:14px;position:absolute;bottom:9px;left:-4px;right:-3px}.works-chapter{margin:0 calc(-1*clamp(28px,7vw,112px));padding:72px clamp(28px,7vw,112px) 84px}.works-past{background:#fbfbf8}.works-future{background:#f3f7ef;border-top:1px solid #d9dcd7}.works-future .works-chapter-header{grid-template-columns:minmax(520px,1.18fr) minmax(360px,.82fr);gap:clamp(36px,5vw,76px)}.works-future .works-chapter-title h4{white-space:nowrap;font-size:clamp(30px,2.65vw,42px)}.works-chapter-header{grid-template-columns:minmax(300px,.86fr) minmax(430px,1.14fr);align-items:end;gap:clamp(52px,8vw,126px);margin-bottom:46px;display:grid}.works-chapter-title>p{color:var(--blue);letter-spacing:.18em;margin:0 0 18px;font-size:9px;font-weight:800}.works-future .works-chapter-title>p{color:var(--orange)}.works-chapter-title h3{color:#737774;letter-spacing:.14em;margin:0;font-size:12px;font-weight:700}.works-chapter-title h4{letter-spacing:-.025em;margin:12px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(30px,3vw,45px);font-weight:500;line-height:1.42}.works-chapter-header>p{color:#484c49;max-width:660px;margin:0;font-size:clamp(13px,1.1vw,16px);line-height:2.05}.works-past-grid,.works-focus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.2vw,34px);display:grid}.works-past-card,.works-focus-card{--work-accent:var(--blue);min-width:0}.works .tone-green{--work-accent:var(--green)}.works .tone-orange{--work-accent:var(--orange)}.works-past-card{outline:none}.works-past-card:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.works-past-media{aspect-ratio:1.24;background:#eceeeb;position:relative;overflow:hidden}.works-photo-placeholder{color:#9b9e9b;background:linear-gradient(145deg,#0000 0 47%,#ffffff61 47% 48%,#0000 48% 100%),#eceeeb;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20px;transition:opacity .28s,filter .28s,transform .36s;display:flex;position:relative;overflow:hidden}.works-past-image{width:100%;height:100%;transition:opacity .28s,filter .28s,transform .36s;position:relative;overflow:hidden}.works-past-image img{object-fit:cover;width:100%;height:100%}.works-photo-placeholder:before,.works-photo-placeholder:after{content:"";pointer-events:none;position:absolute}.works-photo-placeholder:before{border:1px solid #8287832e;inset:12px}.works-photo-placeholder:after{background:var(--work-accent);width:42px;height:3px;bottom:21px;right:20px}.works-photo-placeholder span,.works-photo-placeholder b{z-index:1;position:relative}.works-photo-placeholder span{letter-spacing:.18em;font-size:8px;font-weight:800}.works-photo-placeholder b{letter-spacing:.16em;align-self:flex-end;font-size:10px}.works-past-overlay{z-index:2;color:var(--ink);opacity:0;pointer-events:none;background:#ffffffe8;flex-direction:column;justify-content:center;padding:clamp(20px,2vw,30px);transition:opacity .26s,transform .3s;display:flex;position:absolute;inset:0;transform:translateY(7px)}.works-past-overlay>p{color:var(--work-accent);letter-spacing:.17em;margin:0 0 16px;font-size:8px;font-weight:800}.works-past-overlay dl{gap:11px;margin:0;display:grid}.works-past-overlay dl>div{grid-template-columns:58px minmax(0,1fr);gap:12px;display:grid}.works-past-overlay dt{color:#818581;font-size:9px;font-weight:700}.works-past-overlay dd{margin:0;font-size:clamp(11px,.9vw,13px);font-weight:600;line-height:1.55}.works-past-card:is(:hover,:focus,:focus-within) .works-past-image{opacity:.18;filter:saturate(.5);transform:scale(1.02)}.works-past-card:is(:hover,:focus,:focus-within) .works-past-overlay{opacity:1;transform:translateY(0)}.works-past-copy{background:#fff;border-left:5px solid #a8aca8;min-height:162px;padding:18px 24px 20px 22px;position:relative}.works-past-copy>p:first-child{color:var(--work-accent);letter-spacing:.09em;margin:0;font-size:9px;font-weight:800}.works-past-copy h4{letter-spacing:-.02em;margin:9px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(20px,1.75vw,27px);font-weight:600;line-height:1.45}.works-past-copy>p:nth-of-type(2){color:#656966;margin:10px 0 0;font-size:11px;line-height:1.75}.works-past-copy>span{color:#989c99;letter-spacing:.15em;font-size:7px;font-weight:800;position:absolute;bottom:17px;right:20px}.works-focus-card{border-top:4px solid var(--work-accent);background:#ffffffc7}.works-focus-image{aspect-ratio:1.48;background:#eceeeb;width:100%;position:relative;overflow:hidden}.works-focus-image img{object-fit:cover;width:100%;height:100%}.works-focus-card.focus-business .works-focus-image img{object-position:center;transform:none}.works-focus-card.focus-place .works-focus-image img{object-position:center top;transform-origin:top;transform:scale(1.1)}.works-focus-copy{min-height:192px;padding:22px 24px 26px}.works-focus-copy>p:first-child{color:var(--work-accent);letter-spacing:.12em;margin:0;font-size:11px;font-weight:800}.works-focus-copy>p:first-child span{color:#888c89;margin-right:7px;font-size:8px;display:inline-block}.works-focus-copy h4{letter-spacing:-.02em;margin:15px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(20px,1.75vw,27px);font-weight:600;line-height:1.5}.works-focus-copy>p:last-child{color:#5f635f;margin:12px 0 0;font-size:12px;line-height:1.8}.works .contact{margin-top:0}@media (width<=980px){.works-opening h2{font-size:clamp(40px,6.2vw,61px)}.works-chapter-header{grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);gap:46px}.works-future .works-chapter-header{grid-template-columns:minmax(460px,1.2fr) minmax(300px,.8fr);gap:30px}.works-past-grid,.works-focus-grid{gap:17px}.works-past-overlay{padding:18px}.works-past-overlay dl>div{grid-template-columns:48px minmax(0,1fr);gap:8px}.works-past-copy,.works-focus-copy{padding-left:18px;padding-right:18px}}@media (width<=820px){.works{padding-top:96px}.works-opening{gap:27px;padding:34px 0 56px}.works-label{margin-bottom:6px;font-size:8px}.works-opening h2{font-size:clamp(34px,8.1vw,52px)}.works-opening h2 span:last-child:after{height:10px;bottom:6px}.works-chapter{padding:55px 22px 62px}.works-chapter-header{grid-template-columns:1fr;gap:25px;margin-bottom:34px}.works-future .works-chapter-header{grid-template-columns:1fr;gap:25px}.works-future .works-chapter-title h4{white-space:normal}.works-chapter-header>p{max-width:680px}.works-past-grid,.works-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.works-past-card:last-child,.works-focus-card:last-child{grid-column:1/-1;width:calc(50% - 9px)}}@media (width<=640px){.works-opening{align-items:flex-start}.works-opening h2{font-size:clamp(29px,8.7vw,39px);line-height:1.46;transform:translate(-10px)}.works-opening h2 span:last-child{margin-left:0}.works-chapter-title h4{font-size:clamp(27px,8vw,35px)}.works-past-grid,.works-focus-grid{grid-template-columns:1fr;gap:27px}.works-past-card:last-child,.works-focus-card:last-child{grid-column:auto;width:auto}.works-past-media{aspect-ratio:auto;background:0 0;overflow:visible}.works-past-media>.works-past-image{height:220px}.works-past-overlay{opacity:1;background:#fff;border:1px solid #dde0dc;border-top:0;padding:18px 20px;position:static;transform:none}.works-past-card:is(:hover,:focus,:focus-within) .works-past-image{opacity:1;filter:none;transform:none}.works-past-copy{min-height:142px}.works-past-copy>span{display:none}.works-focus-copy{min-height:0}}@media (prefers-reduced-motion:reduce){.works-photo-placeholder,.works-past-image,.works-past-overlay{transition:none}}.recruit-page{--recruit-navy:#123d64;--recruit-light:#f1f2f2;--recruit-line:#cbd2d8;color:#242729;background:#fff;min-height:100svh;overflow:clip}.recruit-page .recruit-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f1f2f2f5;border-bottom:1px solid #d6dadd;height:92px;padding:0 clamp(24px,5vw,76px)}.recruit-brand{flex-direction:column;align-items:flex-start;gap:7px;width:min(300px,45vw);display:flex}.recruit-brand img{width:100%}.recruit-brand span{color:#60686e;letter-spacing:.18em;font-size:10px;font-weight:700}.recruit-header nav{color:var(--recruit-navy);align-items:center;gap:clamp(20px,3vw,44px);font-size:12px;font-weight:700;display:flex}.recruit-header nav a{border-bottom:1px solid #0000;padding:12px 0}.recruit-header nav a:hover,.recruit-header nav a:focus-visible{border-bottom-color:currentColor}.recruit-title-area{background:var(--recruit-light);margin-top:92px;padding:66px clamp(24px,8vw,140px) 62px}.recruit-title-area>div{width:min(100%,1280px);margin:0 auto}.recruit-title-area p:first-child{color:var(--recruit-navy);letter-spacing:.18em;margin:0 0 12px;font-size:11px;font-weight:800}.recruit-title-area h1{letter-spacing:.06em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(34px,4.2vw,58px);font-weight:600}.recruit-title-lead{color:#50575c;white-space:pre-line;max-width:620px;margin:24px 0 0;font-size:14px;line-height:2}.recruit-content{width:min(100% - 48px,1280px);margin:0 auto;padding:34px 0 92px}.recruit-job-nav{border-top:1px solid var(--recruit-line);border-bottom:1px solid var(--recruit-line);grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0 54px;display:grid}.recruit-job-nav a{min-height:82px;color:var(--recruit-navy);align-items:center;gap:18px;padding:20px 26px;font-size:14px;font-weight:800;display:flex}.recruit-job-nav a+a{border-left:1px solid var(--recruit-line)}.recruit-job-nav span{color:#818a91;letter-spacing:.14em;font-size:10px}.recruit-opening{margin-top:-112px;padding-top:112px}.recruit-opening+.recruit-opening{border-top:1px solid #aeb8bf;margin-top:80px;padding-top:112px}.recruit-common{background:var(--recruit-light);margin-top:88px;padding:30px clamp(28px,4vw,58px) 34px;scroll-margin-top:112px}.recruit-common .recruit-detail-section:last-child{padding-bottom:0}.recruit-opening-header{padding:0 0 18px}.recruit-opening-header p{color:#778189;letter-spacing:.16em;margin:0 0 9px;font-size:10px;font-weight:800}.recruit-opening-header h2{color:#242729;letter-spacing:.04em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(27px,3vw,42px);font-weight:600}.recruit-detail-section{padding:26px 0 18px;scroll-margin-top:112px}.recruit-detail-section>h2{border-bottom:2px solid var(--recruit-navy);color:var(--recruit-navy);letter-spacing:.04em;margin:0;padding:0 0 14px;font-size:17px;font-weight:800}.recruit-detail-section dl{margin:0}.recruit-detail-section dl>div{border-bottom:1px solid var(--recruit-line);grid-template-columns:minmax(145px,.25fr) minmax(0,1fr);gap:34px;padding:22px 0;display:grid}.recruit-detail-section dt{color:#30373c;font-size:13px;font-weight:800;line-height:1.8}.recruit-detail-section dd{white-space:pre-line;margin:0;font-size:14px;font-weight:500;line-height:1.9}.recruit-contact{background:var(--recruit-light);grid-template-columns:1fr auto;align-items:end;gap:40px;margin-top:88px;padding:58px clamp(28px,5vw,70px);display:grid}.recruit-contact p{color:var(--recruit-navy);letter-spacing:.18em;margin:0 0 14px;font-size:10px;font-weight:800}.recruit-contact h2{letter-spacing:.04em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:clamp(25px,3vw,38px);font-weight:600;line-height:1.55}.recruit-contact .contact-button{border:1px solid var(--recruit-navy);min-width:310px;color:var(--recruit-navy);justify-content:space-between;align-items:center;gap:32px;padding:22px 25px;font-size:13px;font-weight:800;transition:background-color .18s,color .18s;display:flex}.recruit-contact .contact-button:hover,.recruit-contact .contact-button:focus-visible{background:var(--recruit-navy);color:#fff}.recruit-schedule ol{border-bottom:1px solid var(--recruit-line);grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.recruit-schedule li{border-right:1px solid var(--recruit-line);min-height:112px;padding:22px 20px}.recruit-schedule li:last-child{border-right:0}.recruit-schedule time{color:var(--recruit-navy);margin-bottom:13px;font-size:12px;font-weight:800;display:block}.recruit-schedule li span{font-size:12px;font-weight:600;line-height:1.7}.recruit-footer-simple{background:var(--recruit-light);border-top:1px solid #d9dee1;grid-template-columns:minmax(220px,300px) 1fr auto;align-items:center;gap:36px;padding:30px clamp(24px,8vw,140px);display:grid}.recruit-footer-simple img{width:100%}.recruit-footer-simple p{color:#5a6268;margin:0;font-size:10px;line-height:1.8}.recruit-footer-simple>p:last-child{letter-spacing:.1em;font-weight:700}.recruit-footer-simple div p:last-child{flex-wrap:wrap;gap:0 7px;display:flex}@media (width<=800px){.recruit-page .recruit-header{height:74px;padding:0 20px}.recruit-brand{gap:5px;width:min(230px,66vw)}.recruit-brand span{font-size:8px}.recruit-header nav a:not(:first-child){display:none}.recruit-header nav{font-size:10px}.recruit-title-area{margin-top:74px;padding:46px 22px 43px}.recruit-title-area h1{font-size:36px}.recruit-title-lead{margin-top:20px;font-size:13px;line-height:1.9}.recruit-content{width:calc(100% - 40px);padding:22px 0 65px}.recruit-job-nav{grid-template-columns:1fr;margin:8px 0 42px}.recruit-job-nav a{min-height:66px;padding:15px 4px;font-size:13px}.recruit-job-nav a+a{border-top:1px solid var(--recruit-line);border-left:0}.recruit-opening+.recruit-opening{margin-top:58px}.recruit-opening-header h2{font-size:26px;line-height:1.5}.recruit-common{margin-top:58px;padding:18px 20px 22px;scroll-margin-top:90px}.recruit-detail-section{padding-top:23px;scroll-margin-top:90px}.recruit-detail-section>h2{padding-bottom:11px;font-size:15px}.recruit-detail-section dl>div{grid-template-columns:1fr;gap:7px;padding:18px 0}.recruit-detail-section dt{color:var(--recruit-navy);font-size:12px}.recruit-detail-section dd{font-size:13px;line-height:1.8}.recruit-contact{grid-template-columns:1fr;gap:28px;margin-top:58px;padding:34px 22px}.recruit-contact h2{font-size:24px}.recruit-contact .contact-button{width:100%;min-width:0}.recruit-schedule ol{grid-template-columns:1fr}.recruit-schedule li{border-right:0;border-bottom:1px solid var(--recruit-line);grid-template-columns:58px 1fr;gap:14px;min-height:0;padding:14px 0;display:grid}.recruit-schedule li:last-child{border-bottom:0}.recruit-schedule time{margin:0}.recruit-footer-simple{grid-template-columns:1fr;gap:18px;padding:27px 20px}.recruit-footer-simple>a{width:min(280px,78vw)}}
