.Navigation-module__eB08ka__nav{z-index:1000;background:0 0;padding:2rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__navScrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#fffc;padding:1.2rem 0;box-shadow:0 2px 20px #0000000d}.Navigation-module__eB08ka__navContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navigation-module__eB08ka__navLogo{align-items:center;gap:.75rem;display:flex}.Navigation-module__eB08ka__logoImage{object-fit:contain;width:auto;height:40px}.Navigation-module__eB08ka__logoText{color:var(--foreground);letter-spacing:.05em;white-space:nowrap;vertical-align:middle;font-family:"Source Sans 3",Noto Sans JP,Hiragino Sans,ヒラギノ角ゴシック,sans-serif;font-size:1.5rem;font-weight:300}@media (max-width:768px){.Navigation-module__eB08ka__logoText{font-size:1.2rem}.Navigation-module__eB08ka__logoImage{height:32px}}.Navigation-module__eB08ka__navLinks{gap:3rem;margin:0;padding:0;list-style:none;display:flex}@media (max-width:768px){.Navigation-module__eB08ka__navLinks{display:none}}.Navigation-module__eB08ka__navLinks a{letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);padding:.5rem 0;font-size:.9rem;transition:color .3s;position:relative}.Navigation-module__eB08ka__navScrolled .Navigation-module__eB08ka__navLinks a{color:var(--foreground)}.Navigation-module__eB08ka__navLinks a:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__navLinks a:hover{color:var(--accent)}.Navigation-module__eB08ka__navLinks a:hover:after{width:100%}.Navigation-module__eB08ka__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}@media (max-width:768px){.Navigation-module__eB08ka__hamburger{display:flex}}.Navigation-module__eB08ka__hamburgerLine{background:var(--foreground);width:24px;height:2px;transition:all .3s}.Navigation-module__eB08ka__mobileMenu{background:var(--background);border-left:1px solid var(--border);z-index:999;width:100%;max-width:400px;height:100vh;padding:6rem 3rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.Navigation-module__eB08ka__mobileMenuOpen{right:0}.Navigation-module__eB08ka__mobileLinks{margin:0;padding:0;list-style:none}.Navigation-module__eB08ka__mobileLinks li{margin-bottom:2rem}.Navigation-module__eB08ka__mobileLinks a{font-family:var(--font-serif);color:var(--foreground);font-size:2rem;transition:color .3s}.Navigation-module__eB08ka__mobileLinks a:hover{color:var(--accent)}
.Footer-module__S6Hkya__footer{background:var(--muted);border-top:1px solid var(--border);z-index:1;padding:4rem 0 2rem;position:relative}.Footer-module__S6Hkya__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:2rem}}.Footer-module__S6Hkya__footerBrand{font-family:var(--font-logo);letter-spacing:.05em;color:var(--foreground);font-size:1.5rem;font-weight:600}.Footer-module__S6Hkya__footerColumn h4{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem}.Footer-module__S6Hkya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:1rem}.Footer-module__S6Hkya__footerLinks a{color:#666;font-size:.95rem;transition:color .3s}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--accent)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--border);text-align:center;color:#666;padding-top:2rem;font-size:.85rem}
.Hero-module__ZARIfG__hero{isolation:isolate;background:#000;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroVideo{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.Hero-module__ZARIfG__dotPattern{pointer-events:none;z-index:1;background-image:radial-gradient(circle,#000 1px,#0000 1px);background-size:4px 4px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(60% 75% at 50% 52%,#0000 0% 30%,#0000004d 60%,#0009 100%);mask-image:radial-gradient(60% 75% at 50% 52%,#0000 0% 30%,#0000004d 60%,#0009 100%)}.Hero-module__ZARIfG__dotPattern:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#000 3px,#0000 3px);background-size:12px 12px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(55% 70% at 50% 52%,#0000 0% 90%,#00000026 95%,#00000040 100%);mask-image:radial-gradient(55% 70% at 50% 52%,#0000 0% 90%,#00000026 95%,#00000040 100%)}.Hero-module__ZARIfG__heroBackground{display:none}.Hero-module__ZARIfG__heroBackground:before{content:"";background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);width:600px;height:600px;animation:8s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.2)}}.Hero-module__ZARIfG__heroContent{z-index:1;text-align:center;mix-blend-mode:difference;max-width:1200px;padding:0 2rem;position:relative}.Hero-module__ZARIfG__heroTitle{font-family:var(--font-serif);opacity:0;letter-spacing:-.02em;color:#fff;margin-bottom:2rem;font-size:clamp(3rem,8vw,7rem);font-weight:300;line-height:1.1}.Hero-module__ZARIfG__heroSubtitle{color:#fff;opacity:0;letter-spacing:.1em;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.5rem)}.Hero-module__ZARIfG__heroButton{color:#fff;letter-spacing:.15em;opacity:0;cursor:pointer;border:1px solid #fff;padding:1.2rem 3rem;font-size:.9rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.Hero-module__ZARIfG__heroButton:hover{color:#000;background:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}.Hero-module__ZARIfG__scrollIndicator{z-index:2;background:linear-gradient(#0000,#fff);width:1px;height:60px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollDown;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scrollDown{0%,to{opacity:.3;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(10px)}}
.Philosophy-module__PUxW5G__philosophy{background:var(--background);z-index:1;padding:12rem 0;position:relative}.Philosophy-module__PUxW5G__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Philosophy-module__PUxW5G__philosophyContent{grid-template-columns:1fr 1.5fr;align-items:center;gap:8rem;display:grid}@media (max-width:968px){.Philosophy-module__PUxW5G__philosophyContent{grid-template-columns:1fr;gap:4rem}}.Philosophy-module__PUxW5G__philosophyLabel{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem;display:block}.Philosophy-module__PUxW5G__philosophyTitle{font-family:var(--font-serif);margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.2}.Philosophy-module__PUxW5G__philosophyText{color:#a0a0a0;margin-bottom:1.5rem;font-size:1.1rem;line-height:2}.Philosophy-module__PUxW5G__philosophyText:last-child{margin-bottom:0}.Philosophy-module__PUxW5G__philosophyImage{aspect-ratio:4/3;background:linear-gradient(135deg,var(--muted)0%,#1a1a1a 100%);border:1px solid var(--border);position:relative;overflow:hidden}.Philosophy-module__PUxW5G__philosophyImage:before{content:"";background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);opacity:.5;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.about-module__8TymFG__aboutHero{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:12rem 0 6rem}.about-module__8TymFG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-module__8TymFG__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.about-module__8TymFG__subtitle{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:1.2rem}.about-module__8TymFG__mission{padding:10rem 0}.about-module__8TymFG__missionGrid{grid-template-columns:1fr 1.5fr;align-items:start;gap:6rem;display:grid}@media (max-width:968px){.about-module__8TymFG__missionGrid{grid-template-columns:1fr;gap:3rem}}.about-module__8TymFG__label{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem;display:block}.about-module__8TymFG__sectionTitle{font-family:var(--font-serif);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;line-height:1.2}.about-module__8TymFG__text{color:#666;margin-bottom:1.5rem;font-size:1.1rem;line-height:2}.about-module__8TymFG__ceo{background:var(--muted);padding:10rem 0}.about-module__8TymFG__ceoTitle{font-family:var(--font-serif);text-align:center;margin-bottom:6rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300}.about-module__8TymFG__ceoGrid{grid-template-columns:400px 1fr;align-items:start;gap:6rem;display:grid}@media (max-width:968px){.about-module__8TymFG__ceoGrid{grid-template-columns:1fr;gap:3rem}}.about-module__8TymFG__ceoImageWrapper{border:1px solid var(--border);background:var(--background);border-radius:12px;width:100%;position:relative;overflow:hidden}.about-module__8TymFG__ceoImage{width:100%;height:auto;display:block}.about-module__8TymFG__ceoInfo{padding:2rem 0}.about-module__8TymFG__ceoName{font-family:var(--font-serif);margin-bottom:.5rem;font-size:2.5rem;font-weight:400}.about-module__8TymFG__ceoPosition{color:var(--accent);margin-bottom:3rem;font-size:1.1rem}.about-module__8TymFG__ceoHistory{margin-bottom:3rem}.about-module__8TymFG__ceoHistory h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.about-module__8TymFG__ceoHistory ul{margin:0;padding:0;list-style:none}.about-module__8TymFG__ceoHistory li{color:#666;margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.8;position:relative}.about-module__8TymFG__ceoHistory li:before{content:"•";color:var(--accent);position:absolute;left:0}.about-module__8TymFG__companyInfo{background:var(--background);padding:10rem 0}.about-module__8TymFG__companyTitle{font-family:var(--font-serif);text-align:center;margin-bottom:6rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300}.about-module__8TymFG__companyTable{max-width:800px;margin:0 auto}.about-module__8TymFG__companyRow{border-bottom:1px solid var(--border);grid-template-columns:200px 1fr;gap:3rem;padding:2rem 0;display:grid}.about-module__8TymFG__companyRow:first-child{border-top:1px solid var(--border)}@media (max-width:768px){.about-module__8TymFG__companyRow{grid-template-columns:1fr;gap:1rem}}.about-module__8TymFG__companyLabel{color:var(--accent);letter-spacing:.1em;font-size:.9rem;font-weight:600}.about-module__8TymFG__companyValue{color:var(--foreground);font-size:1rem;line-height:1.8}
.contact-module__swMWYG__contactHero{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:12rem 0 6rem}.contact-module__swMWYG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-module__swMWYG__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.contact-module__swMWYG__subtitle{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:1.2rem}.contact-module__swMWYG__contactSection{padding:10rem 0}.contact-module__swMWYG__contactGrid{grid-template-columns:1fr;gap:3rem;max-width:600px;margin:0 auto;display:grid}.contact-module__swMWYG__contactCard{background:var(--background);border:1px solid var(--border);text-align:center;padding:3rem 2rem;transition:all .3s}.contact-module__swMWYG__contactCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.contact-module__swMWYG__iconWrapper{background:var(--muted);width:60px;height:60px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.contact-module__swMWYG__icon{width:30px;height:30px}.contact-module__swMWYG__cardTitle{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.contact-module__swMWYG__cardLink,.contact-module__swMWYG__cardText{color:var(--foreground);font-size:1.1rem;line-height:1.8}.contact-module__swMWYG__cardLink{transition:color .3s;display:block}.contact-module__swMWYG__cardLink:hover{color:var(--accent)}.contact-module__swMWYG__cardText{margin:0}
.services-module__g8J8Uq__servicesHero{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:12rem 0 6rem}.services-module__g8J8Uq__container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-module__g8J8Uq__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.services-module__g8J8Uq__subtitle{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:1.2rem}.services-module__g8J8Uq__servicesGrid{padding:10rem 0}.services-module__g8J8Uq__servicesGrid .services-module__g8J8Uq__container{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:0;display:grid}@media (max-width:968px){.services-module__g8J8Uq__servicesGrid .services-module__g8J8Uq__container{grid-template-columns:1fr}}.services-module__g8J8Uq__serviceCard{border:1px solid var(--border);background:var(--background);border-bottom-width:0;border-right-width:0;padding:4rem;transition:all .4s;position:relative}.services-module__g8J8Uq__serviceCard:nth-child(3n){border-right-width:1px}.services-module__g8J8Uq__serviceCard:nth-last-child(-n+3){border-bottom-width:1px}@media (max-width:968px){.services-module__g8J8Uq__serviceCard{border-right-width:1px!important}.services-module__g8J8Uq__serviceCard:last-child{border-bottom-width:1px!important}}.services-module__g8J8Uq__serviceCard:hover{background:var(--muted);z-index:1;transform:scale(1.02);box-shadow:0 10px 30px #0000001a}.services-module__g8J8Uq__serviceNumber{font-size:3rem;font-family:var(--font-serif);color:var(--accent);opacity:.3;margin-bottom:2rem}.services-module__g8J8Uq__serviceTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:2rem;font-weight:400}.services-module__g8J8Uq__serviceDescription{color:#666;margin-bottom:2rem;font-size:1rem;line-height:1.8}.services-module__g8J8Uq__serviceFeatures{margin:0;padding:0;list-style:none}.services-module__g8J8Uq__serviceFeatures li{color:var(--accent);margin-bottom:.8rem;padding-left:1.5rem;font-size:.9rem;position:relative}.services-module__g8J8Uq__serviceFeatures li:before{content:"→";position:absolute;left:0}
.NewsSection-module__rpQ93q__news{background:var(--background);z-index:1;padding:10rem 0;position:relative}.NewsSection-module__rpQ93q__container{max-width:1400px;margin:0 auto;padding:0 2rem}.NewsSection-module__rpQ93q__newsHeader{margin-bottom:6rem}.NewsSection-module__rpQ93q__newsLabel{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;display:block}.NewsSection-module__rpQ93q__newsTitle{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.2}.NewsSection-module__rpQ93q__newsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.NewsSection-module__rpQ93q__emptyState{text-align:center;color:#999;padding:6rem 2rem;font-size:1.1rem}.NewsSection-module__rpQ93q__newsCard{border:1px solid var(--border);cursor:pointer;background:var(--background);padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.NewsSection-module__rpQ93q__newsCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.NewsSection-module__rpQ93q__newsDate{color:var(--accent);letter-spacing:.1em;margin-bottom:1.5rem;font-size:.85rem;display:block}.NewsSection-module__rpQ93q__newsCardTitle{font-family:var(--font-serif);margin-bottom:1rem;font-size:1.5rem;font-weight:400;line-height:1.4;transition:color .3s}.NewsSection-module__rpQ93q__newsCard:hover .NewsSection-module__rpQ93q__newsCardTitle{color:var(--accent)}.NewsSection-module__rpQ93q__newsExcerpt{color:#666;font-size:.95rem;line-height:1.8}
