@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap";:root{--paper:#faf2eb;--paper-deep:#f3e5d8;--ink:#102330;--gold:#bd8b35;--blue:#65bfe0;--aqua:#a9e5e5;--green:#96cf72;--coral:#ea8272;--yellow:#f2cf68;--line:#17252d;--white:#fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Noto Sans JP,sans-serif;line-height:1.95;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0;font-family:Noto Sans JP,sans-serif}.header{z-index:20;backdrop-filter:blur(10px);background:#faf2ebc7;border-bottom:1px solid #17252d14;justify-content:space-between;align-items:center;gap:28px;height:108px;padding:18px 3.2vw;display:flex;position:fixed;inset:0 0 auto}.header-brand{letter-spacing:0;flex:none;font:800 16px/1.2 Noto Sans JP,sans-serif}.header nav{align-items:center;gap:34px;font-size:13px;font-weight:700;display:flex}.header nav a{padding:10px 0;position:relative}.header nav a:after{content:"";border-bottom:2px dashed var(--coral);width:0;transition:width .2s;position:absolute;bottom:2px;left:0}.header nav a:hover:after,.header nav a.active:after{width:100%}.header nav a:last-child{border:2px solid var(--line);border-radius:999px;padding:12px 18px}.menu{display:none}.hero{border-bottom:3px solid var(--line);height:100vh;min-height:900px;max-height:1040px;position:relative;overflow:hidden}.hero-title{z-index:8;position:absolute;top:180px;left:3.2vw}.hero-title h1{margin:0;font-size:clamp(52px,5.2vw,84px);font-weight:800;line-height:1.4}.hero-title h1 span{color:var(--gold);border-bottom:4px dashed var(--gold)}.hero-photo{z-index:2;border:3px solid var(--line);background:var(--white);margin:0;position:absolute;overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%}.hero-photo-treatment{width:39vw;height:350px;bottom:42px;left:8vw}.hero-photo-treatment img{object-position:center 35%}.hero-photo-maintenance{width:44vw;height:500px;top:165px;right:4vw}.hero-photo-maintenance img{object-position:center 36%;transform:scaleX(-1)}.hero-photo-treatment{animation:.9s cubic-bezier(.2,.75,.2,1) .16s both slideInFromLeft}.hero-photo-maintenance{animation:.95s cubic-bezier(.2,.75,.2,1) .28s both slideInFromRight}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-54px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(54px)}to{opacity:1;transform:translate(0)}}.hero-side-copy{z-index:9;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.04em;min-width:92px;min-height:260px;color:var(--ink);background:#fffdfaf0;border-radius:18px;justify-content:center;align-items:center;margin:0;padding:24px 18px;font-size:clamp(22px,2.2vw,34px);font-weight:800;line-height:1.35;display:flex;position:absolute;box-shadow:0 10px 28px #1023300f}.hero-side-copy:after{content:"";border-inline-start:3px dotted var(--coral);height:74px;position:absolute;top:28px;right:14px}.hero-side-copy-top{top:100px;right:1.7vw}.hero-side-copy-bottom{bottom:70px;left:3.8vw}.scene{border:3px solid var(--line);background:var(--white);position:absolute;overflow:hidden}.scene-analysis{width:39vw;min-width:490px;height:430px;bottom:-40px;left:14vw}.scene-brand{background:var(--aqua);width:42vw;min-width:520px;height:500px;top:205px;right:2vw}.scene-window{border-left:3px solid var(--line);border-bottom:3px solid var(--line);background:var(--blue);width:43%;height:42%;position:absolute;top:0;right:0}.scene-window span{border-top:3px solid var(--line);border-radius:50%;width:46px;height:18px;position:absolute}.scene-window span:first-child{top:60px;left:25px;transform:rotate(-18deg)}.scene-window span:nth-child(2){top:72px;left:72px;transform:rotate(18deg)}.scene-window span:nth-child(3){top:45px;right:28px}.scene-desk{border-top:3px solid var(--line);background:#d7a960;height:35%;position:absolute;bottom:0;left:0;right:0}.scene-person{border:3px solid var(--line);background:var(--coral);border-radius:50px 50px 12px 12px;width:112px;height:145px;position:absolute;bottom:120px;left:34%}.scene-person i{border:3px solid var(--line);background:#f1c9a2;border-radius:50%;width:50px;height:56px;position:absolute;top:-53px;left:29px}.scene-person b{background:var(--ink);border-radius:55% 55% 15% 15%;width:65px;height:30px;position:absolute;top:-60px;left:23px}.scene-laptop{border:3px solid var(--line);background:var(--blue);border-radius:5px;width:145px;height:92px;position:absolute;bottom:70px;left:18%;transform:skew(-2deg)}.scene-laptop span{background:var(--white);border-radius:2px;position:absolute;inset:35% 42%}.scene-chart{border:3px solid var(--line);background:var(--white);align-items:end;gap:8px;width:105px;height:95px;padding:10px;display:flex;position:absolute;bottom:48px;right:8%}.scene-chart i{background:var(--gold);border:2px solid var(--line);flex:1}.scene-chart i:first-child{height:35%}.scene-chart i:nth-child(2){background:var(--green);height:62%}.scene-chart i:nth-child(3){background:var(--coral);height:48%}.scene-chart i:nth-child(4){background:var(--blue);height:82%}.scene-sun{border:3px solid var(--line);background:var(--yellow);border-radius:50%;width:72px;height:72px;position:absolute;top:8%;right:10%}.scene-shelf{background:var(--paper-deep);border-top:3px solid var(--line);border-right:3px solid var(--line);width:42%;height:58%;position:absolute;bottom:0;left:0}.scene-shelf:before,.scene-shelf:after{content:"";border-top:3px solid var(--line);position:absolute;left:0;right:0}.scene-shelf:before{top:34%}.scene-shelf:after{top:67%}.scene-shelf i{border:3px solid var(--line);background:var(--coral);width:32px;position:absolute;bottom:0}.scene-shelf i:first-child{height:74px;left:20px}.scene-shelf i:nth-child(2){background:var(--yellow);height:104px;left:61px}.scene-shelf i:nth-child(3){background:var(--blue);height:58px;left:103px}.person-standing{background:var(--blue);height:220px;bottom:45px;left:55%}.scene-product{border:3px solid var(--line);background:var(--coral);border-radius:8px;width:100px;height:130px;position:absolute;top:26%;left:22%}.scene-product span{border:2px solid var(--line);background:var(--yellow);border-radius:50%;position:absolute;inset:22px}.scene-leaf{border:3px solid var(--line);background:var(--green);border-radius:100% 0;width:54px;height:90px;position:absolute}.leaf-one{top:18%;left:8%;transform:rotate(-25deg)}.leaf-two{top:12%;left:15%;transform:rotate(32deg)}.hero-caption{z-index:10;max-width:430px;margin:0;font:800 20px/1.75 Noto Sans JP;position:absolute;bottom:70px;right:5vw}.news{border-bottom:3px solid var(--line);background:var(--paper);min-height:245px;padding:54px 8vw 34px}.news-list{gap:18px;max-width:920px;display:grid}.news-list article{grid-template-columns:100px 115px 1fr;align-items:center;gap:18px;display:grid}.pill{text-align:center;border:2px solid var(--line);background:var(--coral);color:var(--white);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.news time{font:700 12px Noto Sans JP}.news h2{margin:0;font-size:17px}.arrow-link{float:right;align-items:center;gap:18px;margin-top:18px;font-size:13px;font-weight:700;display:inline-flex}.arrow-link span{color:var(--coral)}.about{background:var(--white);grid-template-columns:.8fr 1.2fr;gap:10vw;min-height:660px;padding:140px 12vw 120px;display:grid;position:relative}.about-heading{z-index:2;position:relative}.about-heading>p{color:var(--coral);font:700 16px Noto Sans JP}.about h2{font-size:clamp(36px,4vw,60px);line-height:1.55}.about h2 span{border-bottom:4px dashed}.about h2 span:first-child{color:var(--blue)}.about h2 span:last-child{color:var(--gold)}.about h2 .mission-blue,.about h2 .mission-red{border-bottom:0}.about h2 .mission-blue{color:var(--blue)}.about h2 .mission-red{color:var(--coral)}.about-copy{z-index:2;max-width:620px;padding-top:25px;position:relative}.about-copy p{margin-bottom:25px}.about-mark{width:200px;height:130px;position:absolute;bottom:30px;left:3vw}.about-mark:before{content:"";border-top:3px solid var(--line);position:absolute;top:56px;left:10px;right:10px;transform:rotate(-8deg)}.about-mark span{border:3px solid var(--line);background:var(--blue);border-radius:50%;width:23px;height:23px;position:absolute;top:46px}.about-mark span:first-child{left:0}.about-mark span:nth-child(2){top:39px;left:42px}.about-mark span:nth-child(3){background:var(--gold);top:23px;left:84px}.about-mark span:nth-child(4){top:46px;left:126px}.about-mark span:nth-child(5){background:var(--coral);top:14px;left:173px}.work{background:var(--paper);padding:120px 7vw 160px}.work-title{align-items:flex-end;gap:34px;max-width:1180px;margin:0 auto 100px;display:flex}.work-title>span{writing-mode:vertical-rl;color:var(--coral);font:800 12px Noto Sans JP}.work-title h2{margin:0;font-size:clamp(42px,5vw,72px);line-height:1.35}.theme{grid-template-columns:1fr 1fr;align-items:center;gap:9vw;max-width:1180px;margin:0 auto 150px;display:grid}.theme:last-child{margin-bottom:0}.theme-visual{aspect-ratio:1.15;border:3px solid var(--line);position:relative;overflow:hidden}.theme-image-visual{aspect-ratio:1.5;background:var(--paper)}.theme-image-visual img{object-fit:cover;object-position:center;width:100%;height:100%}.theme-copy{position:relative}.theme-number{color:var(--coral);opacity:.22;font:800 62px Noto Sans JP;position:absolute;top:-55px;right:0}.theme-label{color:var(--coral);font:800 12px Noto Sans JP}.theme h3{margin-bottom:30px;font-size:clamp(25px,2.3vw,36px);line-height:1.65}.theme-copy>p:last-child{max-width:560px}.visual-analytics{background:var(--blue);place-items:center;display:grid}.browser-frame{border:3px solid var(--line);background:var(--white);width:74%;height:68%}.browser-top{border-bottom:3px solid var(--line);background:var(--paper-deep);align-items:center;gap:8px;height:34px;padding:0 12px;display:flex}.browser-top i{border:2px solid var(--line);background:var(--coral);border-radius:50%;width:10px;height:10px}.browser-bars{align-items:end;gap:8px;width:25%;height:37%;display:flex;position:absolute;bottom:23%;left:21%}.browser-bars i{border:2px solid var(--line);background:var(--gold);flex:1}.browser-bars i:first-child{height:30%}.browser-bars i:nth-child(2){background:var(--green);height:54%}.browser-bars i:nth-child(3){background:var(--coral);height:75%}.browser-bars i:nth-child(4){background:var(--blue);height:92%}.browser-bars i:nth-child(5){height:66%}.browser-line{border-bottom:2px solid var(--line);width:28%;height:28%;position:absolute;top:35%;right:20%;transform:rotate(-10deg)}.browser-line i{border:2px solid var(--line);background:var(--white);border-radius:50%;width:14px;height:14px;position:absolute;bottom:-7px}.browser-line i:first-child{left:0}.browser-line i:nth-child(2){bottom:9px;left:30%}.browser-line i:nth-child(3){bottom:2px;left:64%}.browser-line i:nth-child(4){background:var(--gold);bottom:30px;right:0}.visual-dot{border:3px solid var(--line);border-radius:50%;position:absolute}.dot-a{background:var(--coral);width:64px;height:64px;top:18%;left:-15px}.dot-b{background:var(--yellow);width:90px;height:90px;bottom:10%;right:-24px}.visual-brand{background:var(--yellow)}.brand-arch{border:3px solid var(--line);background:var(--paper);border-bottom:0;border-radius:50% 50% 0 0;height:70%;position:absolute;bottom:0;left:17%;right:17%}.package{z-index:2;border:3px solid var(--line);background:var(--coral);position:absolute;bottom:16%}.package i{border:2px solid var(--line);background:var(--white);border-radius:50%;position:absolute;inset:23%}.package-one{width:90px;height:150px;left:22%}.package-two{background:var(--blue);width:110px;height:190px;left:45%}.package-three{background:var(--green);width:80px;height:120px;right:18%}.visual-cycle{background:var(--green);place-items:center;display:grid}.cycle-ring{border:3px solid var(--line);border-radius:50%;position:absolute}.ring-one{background:var(--paper);width:68%;height:68%}.ring-two{background:var(--coral);width:38%;height:38%}.cycle-word{z-index:2;border:2px solid var(--line);background:var(--white);border-radius:999px;padding:6px 12px;font:800 11px Noto Sans JP;position:absolute}.word-one{top:14%;left:15%}.word-two{top:43%;right:10%}.word-three{bottom:12%;left:27%}.founder{background:var(--white);border-top:3px solid var(--line);grid-template-columns:.72fr 1.28fr;align-items:center;gap:7vw;padding:120px 10vw;display:grid}.founder-photo{aspect-ratio:4/4.6;background:var(--paper);border:0;width:min(100%,300px);margin:0 auto;overflow:hidden}.founder-photo img{object-fit:cover;object-position:center top;transform-origin:top;width:100%;height:100%;transform:scale(1.14)translateY(-30px)}.founder-copy{max-width:620px}.founder-copy h2{margin:0 0 8px;font-family:Noto Sans JP,sans-serif;font-size:clamp(34px,3.8vw,52px);font-weight:700;line-height:1.25}.founder-name{margin:0 0 30px;font:500 22px/1.5 Noto Sans JP,sans-serif}.founder-copy>p:last-child{margin:0;font-size:15px;line-height:2.15}.company{border-top:3px solid var(--line);border-bottom:3px solid var(--line);background:var(--white);min-height:420px;padding:105px 10vw}.company-visual{background:var(--aqua);border-right:3px solid var(--line);position:relative;overflow:hidden}.company-window{border:3px solid var(--line);grid-template-columns:repeat(4,1fr);height:43%;display:grid;position:absolute;top:10%;left:9%;right:9%}.company-window i{border-right:3px solid var(--line);background:var(--blue)}.company-window i:last-child{background:var(--yellow);border:0}.company-table{border:3px solid var(--line);background:#d7a960;border-radius:50%;height:110px;position:absolute;bottom:16%;left:15%;right:15%}.company-people{justify-content:space-around;display:flex;position:absolute;bottom:26%;left:24%;right:24%}.company-people span{border:3px solid var(--line);background:var(--coral);border-radius:45px 45px 10px 10px;width:70px;height:115px}.company-people span:nth-child(2){background:var(--blue);height:135px}.company-people span:nth-child(3){background:var(--green)}.company-info{background:var(--white);max-width:760px;padding:0}.small-label{color:var(--coral);font:800 12px Noto Sans JP}.company-info h2,.contact-access h2{font-size:clamp(36px,4vw,58px);line-height:1.45}.company-info h2{font-family:Noto Sans JP,sans-serif;font-weight:700}.company dl{margin-top:60px}.company dl div{border-bottom:2px dashed #10233040;grid-template-columns:90px 1fr;padding:20px 0;display:grid}.company dt{font-size:12px;font-weight:700}.company dd{margin:0;font-size:14px}.contact-access{display:block}.contact-panel{background:var(--coral);min-height:520px;color:var(--white);padding:105px 10vw;position:relative}.contact-panel .small-label{color:var(--white)}.contact-panel>p:not(.small-label){max-width:560px}.outline-button{border:3px solid;border-radius:999px;justify-content:space-between;align-items:center;width:min(100%,360px);margin-top:45px;padding:18px 22px;font-weight:700;display:flex}.access-panel{background:var(--yellow);overflow:hidden}.map-mark{width:220px;height:170px;position:absolute;bottom:8%;right:6%}.map-mark:before,.map-mark:after{content:"";border:3px solid var(--line);background:var(--paper);position:absolute}.map-mark:before{inset:10px 85px 50px 5px;transform:rotate(-10deg)}.map-mark:after{inset:35px 10px 10px 85px;transform:rotate(8deg)}.map-mark span{z-index:2;border:3px solid var(--line);background:var(--coral);border-radius:50% 50% 50% 0;width:50px;height:66px;position:absolute;top:32px;left:92px;transform:rotate(-45deg)}.map-mark i{z-index:3;border:3px solid var(--line);background:var(--white);border-radius:50%;width:16px;height:16px;position:absolute;top:48px;left:109px}footer{background:var(--ink);color:var(--white);grid-template-columns:1fr auto;align-items:center;gap:45px;padding:36px 5vw;display:grid}footer nav{justify-content:flex-start;gap:28px;font-size:12px;font-weight:700;display:flex}footer small{font-size:10px}@media (width<=900px){.header{gap:16px;height:82px;padding:10px 18px}.header-brand{font-size:14px}.header nav{background:var(--paper);border-top:2px solid var(--line);border-bottom:3px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:26px 24px;display:none;position:absolute;top:82px;left:0;right:0}.header nav.open{display:flex}.header nav a{border-bottom:1px solid #10233033;padding:13px 0}.header nav a:last-child{border-width:0 0 1px;border-radius:0}.menu{width:48px;height:52px;color:var(--ink);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.menu i{border-top:3px solid;width:24px}.menu span{font:700 8px Noto Sans JP}.hero{height:auto;min-height:900px;max-height:none;padding-top:82px}.hero-title{top:120px;left:18px;right:18px}.hero-title h1{text-align:left;font-size:40px;line-height:1.5}.hero-photo-maintenance{width:88%;height:290px;top:300px;left:auto;right:-4%}.hero-photo-treatment{width:78%;height:235px;bottom:25px;left:4%}.hero-photo-treatment img{object-position:center 32%}.hero-photo-maintenance img{object-position:center 34%}.hero-side-copy{border-radius:14px;min-width:68px;min-height:190px;padding:18px 12px;font-size:18px;line-height:1.3}.hero-side-copy:after{border-inline-start-width:2px;height:48px;top:20px;right:9px}.hero-side-copy-top{top:270px;right:8px}.hero-side-copy-bottom{bottom:72px;left:8px}.scene-analysis{width:78%;min-width:0;height:325px;bottom:30px;left:15%}.scene-brand{width:86%;min-width:0;height:360px;top:330px;right:-20%}.scene-person{transform-origin:bottom;transform:scale(.72)}.scene-laptop{transform-origin:0 100%;transform:scale(.72)}.scene-chart{transform-origin:100% 100%;transform:scale(.72)}.person-standing{transform:scale(.72)}.hero-caption{display:none}.news{padding:42px 22px 32px}.news-list article{grid-template-columns:84px 1fr;gap:10px}.news h2{grid-column:2;font-size:14px}.news time{font-size:10px}.pill{padding:6px;font-size:10px}.about{grid-template-columns:1fr;gap:35px;padding:95px 24px 100px}.about h2{font-size:clamp(30px,8.2vw,37px)}.about-copy{padding-top:0}.about-mark{display:none}.work{padding:90px 18px 110px}.work-title{gap:20px;margin-bottom:65px}.work-title h2{white-space:nowrap;font-size:clamp(33px,9.2vw,41px)}.theme,.theme-two{grid-template-columns:1fr;gap:42px;margin-bottom:100px}.theme-two .theme-copy{order:2}.theme-two .theme-visual{order:1}.theme-number{font-size:44px;top:-35px}.theme h3{font-size:26px}.theme-visual{aspect-ratio:1.1}.theme-image-visual{aspect-ratio:1.5}.founder{grid-template-columns:1fr;gap:42px;padding:85px 24px}.founder-copy{order:1}.founder-photo{aspect-ratio:4/4.5;order:2;width:min(100%,240px)}.founder-photo img{transform:scale(1.16)translateY(-24px)}.founder-copy h2{font-size:36px}.founder-name{font-size:20px}.founder-copy>p:last-child{font-size:14px;line-height:2}.company{min-height:auto;padding:80px 24px}.company-info{padding:0}.company-info h2{font-size:36px}.contact-panel{min-height:440px;padding:75px 24px}footer{text-align:center;grid-template-columns:1fr;padding:38px 24px}footer nav{flex-wrap:wrap;justify-content:center;gap:12px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-photo-treatment,.hero-photo-maintenance{animation:none}}
