@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Zen+Maru+Gothic:wght@500;700&display=swap');

:root{--cream:#f8f1df;--paper:#fffaf0;--orange:#e97831;--yellow:#f4b83e;--brown:#75441f;--olive:#344638;--green:#708064;--ink:#253129;--white:#fff;--line:rgba(52,70,56,.2);--content:1200px;--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"M PLUS Rounded 1c","Noto Sans JP",sans-serif;line-height:1.85}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:"Zen Maru Gothic","M PLUS Rounded 1c",sans-serif;letter-spacing:-.03em}h2{margin-bottom:28px;font-size:clamp(38px,5vw,68px);line-height:1.35}p{color:#4b594f}.section{width:min(calc(100% - 56px),var(--content));margin:0 auto;padding:130px 0}.eyebrow{margin-bottom:20px;color:var(--orange);font-size:14px;font-weight:800;letter-spacing:.13em}.section-label{display:flex;align-items:center;gap:14px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.14em}.section-label span{display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:var(--olive);color:var(--cream)}

.header{position:absolute;top:0;left:0;z-index:20;width:100%;min-height:96px;padding:18px max(28px,calc((100% - var(--content))/2));display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--white)}.brand{display:flex;align-items:center;gap:12px;color:inherit;font-family:"Zen Maru Gothic";font-size:18px;font-weight:700;text-decoration:none}.brand img{width:64px;height:46px;object-fit:contain;border-radius:12px;mix-blend-mode:screen}.brand small,.footer__brand small{display:block;font-family:"M PLUS Rounded 1c";font-size:9px;letter-spacing:.08em}.header nav{display:flex;align-items:center;gap:26px}.header nav a{font-size:13px;font-weight:700;text-decoration:none}.nav-contact{padding:12px 18px;border-radius:999px;background:var(--cream);color:var(--olive)}.nav-contact span{margin-left:10px}.menu-button{display:none;border:0;background:none;color:inherit;font:inherit;font-weight:800}

.hero{position:relative;min-height:850px;display:flex;align-items:center;overflow:hidden;color:var(--white);background:var(--olive)}.hero__image{position:absolute;inset:0;background:url('../images/work-support.jpeg') center/cover no-repeat;filter:saturate(.82);transform:scale(1.035)}.hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,47,36,.9) 0%,rgba(31,47,36,.6) 48%,rgba(31,47,36,.22) 100%),linear-gradient(0deg,rgba(34,42,33,.35),transparent 60%)}.hero__dots{position:absolute;inset:0;opacity:.18;background-image:radial-gradient(var(--cream) 1.2px,transparent 1.2px);background-size:25px 25px;mask-image:linear-gradient(90deg,#000,transparent 65%)}.hero__content{position:relative;z-index:3;width:min(calc(100% - 56px),var(--content));margin:0 auto;padding:170px 0 100px}.kicker{margin-bottom:30px;color:#f8e5c0;font-size:12px;font-weight:800;letter-spacing:.2em}.hero h1{max-width:930px;margin-bottom:28px;font-size:clamp(48px,7vw,88px);line-height:1.28}.hero h1 em{position:relative;color:var(--yellow);font-style:normal}.hero h1 em::after{content:"";position:absolute;right:0;bottom:-6px;left:0;height:9px;border-radius:999px;background:var(--orange);transform:rotate(-1deg)}.hero__lead{color:rgba(255,255,255,.88);font-size:18px}.hero__actions{display:flex;align-items:center;gap:28px;margin-top:42px}.button{display:inline-flex;min-height:60px;padding:14px 18px 14px 26px;align-items:center;justify-content:space-between;gap:26px;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease}.button:hover{transform:translateY(-3px)}.button b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:rgba(255,255,255,.22)}.button--orange{background:var(--orange);color:var(--white)}.button--dark{background:var(--olive);color:var(--white)}.button--cream{background:var(--cream);color:var(--olive)}.plain-link{color:var(--white);font-weight:700;text-underline-offset:5px}.plain-link span{margin-left:8px}.hero__badge{position:absolute;right:5vw;bottom:50px;z-index:3;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:float 5s ease-in-out infinite}.hero__badge span{font-size:10px;letter-spacing:.12em}.hero__badge strong{color:var(--yellow);font-size:54px;line-height:1}

.marquee{overflow:hidden;background:var(--paper);color:var(--brown)}.marquee__track{display:flex;width:max-content;align-items:center;animation:marquee 28s linear infinite}.marquee span{padding:34px 44px;white-space:nowrap;font-family:"Zen Maru Gothic";font-size:clamp(42px,6vw,78px);font-weight:700}.marquee i{color:var(--orange);font-size:28px;font-style:normal}@keyframes marquee{to{transform:translateX(-50%)}}

.mission{display:grid;grid-template-columns:190px 1fr;gap:70px}.mission__body{display:grid;grid-template-columns:1.25fr .75fr;gap:80px}.mission__text{padding-top:52px}.mission__text p{margin-bottom:20px;font-size:16px}.round-link{display:inline-flex;min-width:220px;margin-top:18px;padding:17px 19px 17px 24px;align-items:center;justify-content:space-between;border:1px solid var(--olive);border-radius:999px;font-weight:800;text-decoration:none}.round-link b{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--olive);color:var(--cream)}

.insert-photo{position:relative;width:100%;height:min(70vw,720px);margin:0;overflow:hidden}.insert-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(37,49,41,.35),transparent 60%)}.insert-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02)}.insert-photo figcaption{position:absolute;right:40px;bottom:30px;z-index:2;color:var(--white);font-size:12px;font-weight:800;letter-spacing:.18em}

.activities{padding-top:20px;background:var(--cream)}.activities__head{display:grid;grid-template-columns:190px 1fr;gap:70px;padding-bottom:80px}.activity{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);min-height:600px}.activity--reverse .activity__visual{order:2}.activity--reverse .activity__copy{order:1}.activity__visual{position:relative;min-height:600px;overflow:hidden;background:var(--olive)}.activity__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .55s ease,transform .8s ease}.activity__photo--hover{opacity:0}.activity__visual:hover .activity__photo--base{opacity:0;transform:scale(1.05)}.activity__visual:hover .activity__photo--hover{opacity:1;transform:scale(1.05)}.activity__hint{position:absolute;right:24px;bottom:24px;z-index:2;padding:8px 13px;border-radius:999px;background:rgba(255,250,240,.9);color:var(--olive);font-size:9px;font-weight:800;letter-spacing:.12em}.activity__copy{display:flex;padding:70px 5vw;flex-direction:column;justify-content:center;background:var(--paper)}.activity--reverse .activity__copy{background:#f1dfbb}.activity__number{margin-bottom:24px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em}.activity h3{margin-bottom:24px;font-size:clamp(36px,4vw,58px);line-height:1.3}.activity__copy>p:not(.activity__number){max-width:460px}.activity__copy .button{align-self:flex-start;margin-top:28px}

.partnership{position:relative;display:grid;grid-template-columns:190px 1fr;gap:70px;overflow:hidden}.partnership__copy{max-width:780px}.partnership__copy>p:not(.eyebrow){max-width:650px}.partnership__mark{position:absolute;right:0;bottom:-190px;color:#f0dcc0;font-family:"Zen Maru Gothic";font-size:520px;font-weight:700;line-height:1;pointer-events:none}.partnership .button{position:relative;z-index:2;margin-top:24px}

.organization{display:grid;grid-template-columns:190px 1fr .75fr;gap:70px;align-items:end;border-top:1px solid var(--line)}.organization h2{margin-bottom:0}.organization__copy{padding-bottom:10px}.organization__copy .round-link{margin-top:20px}

.connection{position:relative;min-height:720px;padding:90px max(28px,calc((100% - var(--content))/2));display:grid;grid-template-columns:1.08fr .92fr;align-items:center;overflow:hidden;background:var(--olive);color:var(--white)}.connection__stage{position:relative;min-height:540px}.ring{position:absolute;top:50%;left:50%;border:1px solid rgba(248,241,223,.35);border-radius:50%;transform:translate(-50%,-50%);animation:ring 5s ease-in-out infinite}.ring--1{width:190px;height:190px}.ring--2{width:360px;height:360px;animation-delay:-1.1s}.ring--3{width:530px;height:530px;animation-delay:-2.2s}.bubble{position:absolute;display:grid;place-items:center;width:118px;height:118px;border-radius:50%;background:var(--orange);color:var(--white);font-weight:800;box-shadow:0 18px 50px rgba(0,0,0,.16);animation:float 4.8s ease-in-out infinite}.bubble--company{top:4%;left:5%;background:var(--yellow);color:var(--brown)}.bubble--people{top:38%;left:42%;animation-delay:-1.4s}.bubble--future{right:3%;bottom:5%;background:var(--cream);color:var(--olive);animation-delay:-2.6s}.spark{position:absolute;color:var(--yellow);font-size:35px;animation:twinkle 2.4s ease-in-out infinite}.spark--1{top:22%;right:12%}.spark--2{bottom:18%;left:16%;animation-delay:-.8s}.spark--3{top:54%;left:7%;animation-delay:-1.5s}.connection__copy{position:relative;z-index:2}.connection__copy .eyebrow{color:var(--yellow)}.connection__copy p{color:rgba(255,255,255,.8)}

.contact{padding:140px 28px;text-align:center;background:var(--orange);color:var(--white)}.contact .eyebrow{color:var(--cream)}.contact h2{font-size:clamp(42px,6vw,76px)}.contact p{color:rgba(255,255,255,.85)}.contact .button{margin-top:28px}

.footer{padding:80px 28px 34px;text-align:center;background:var(--paper)}.footer__brand{display:inline-flex;align-items:center;gap:14px;font-family:"Zen Maru Gothic";font-size:22px;font-weight:700;text-decoration:none}.footer__brand img{width:78px;height:58px;object-fit:contain;mix-blend-mode:multiply}.footer>p{margin:24px 0}.footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin:38px 0}.footer nav a{font-size:13px;font-weight:700;text-decoration:none}.copyright{color:var(--green);font-size:10px;letter-spacing:.15em}

@keyframes ring{0%,100%{opacity:.35;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}@keyframes float{0%,100%{transform:translateY(-9px) rotate(-1deg)}50%{transform:translateY(12px) rotate(2deg)}}@keyframes twinkle{0%,100%{opacity:.25;transform:scale(.7) rotate(0)}50%{opacity:1;transform:scale(1.25) rotate(25deg)}}

@media(max-width:920px){.header nav{position:absolute;top:78px;right:18px;display:none;width:min(320px,calc(100vw - 36px));padding:24px;align-items:stretch;flex-direction:column;gap:12px;border-radius:20px;background:var(--paper);box-shadow:0 18px 50px rgba(20,35,25,.2);color:var(--olive)}.header nav.is-open{display:flex}.header nav a{padding:10px}.menu-button{display:block}.hero{min-height:760px}.hero__badge{display:none}.mission,.mission__body,.activities__head,.partnership,.organization,.connection{grid-template-columns:1fr}.mission,.activities__head,.partnership,.organization{gap:30px}.mission__text{padding-top:0}.activity{grid-template-columns:1fr;min-height:0}.activity--reverse .activity__visual,.activity--reverse .activity__copy{order:initial}.activity__visual{min-height:480px}.activity__copy{padding:60px 28px}.organization__copy{padding-bottom:0}.connection__stage{min-height:480px}.connection{padding-top:70px;padding-bottom:100px}.section{padding:95px 0}}
@media(max-width:620px){.header{min-height:80px;padding:14px 18px}.brand img{width:54px;height:40px}.brand{font-size:15px}.hero{min-height:700px}.hero__content{width:calc(100% - 36px);padding-top:130px}.hero h1{font-size:42px}.hero__lead{font-size:15px}.hero__actions{align-items:flex-start;flex-direction:column}.marquee span{padding:24px 30px;font-size:42px}.section{width:calc(100% - 36px);padding:78px 0}.mission__body{grid-template-columns:1fr}.insert-photo{height:78vh;max-height:620px}.activity__visual{min-height:340px}.activity h3{font-size:38px}.activity__hint{display:none}.partnership__mark{right:-80px;font-size:340px}.connection{padding-right:18px;padding-left:18px}.connection__stage{min-height:350px;transform:scale(.8)}.ring--3{width:430px;height:430px}.connection h2{font-size:38px}.contact{padding:95px 18px}.contact h2{font-size:42px}.footer nav{align-items:center;flex-direction:column;gap:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee__track,.hero__badge,.ring,.bubble,.spark{animation:none}.button,.activity__photo{transition:none}}

.header--inner{position:relative;color:var(--olive);background:var(--paper);border-bottom:1px solid var(--line)}.header--inner .brand img{mix-blend-mode:multiply}.header--inner .nav-contact{background:var(--olive);color:var(--cream)}
.inner-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:var(--cream)}.inner-hero__content{position:relative;z-index:2;width:min(calc(100% - 56px),var(--content));margin:0 auto;padding:100px 0}.inner-hero h1{margin-bottom:22px;font-size:clamp(56px,7vw,100px);color:var(--olive)}.inner-hero__content>p:last-child{font-size:clamp(20px,2.2vw,30px);font-weight:700;color:var(--olive)}.inner-hero em{color:var(--orange);font-style:normal}.inner-hero__shape{position:absolute;right:-4%;top:-20%;width:620px;height:620px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:var(--cream);transform:rotate(-12deg)}.inner-hero__shape::before{content:"";position:absolute;inset:44px;border:1px dashed rgba(255,250,240,.7);border-radius:50%}.inner-hero__shape span{font-size:14px;font-weight:800;letter-spacing:.25em}.inner-hero__shape b{font-family:"Zen Maru Gothic";font-size:180px;line-height:1}.about-intro{display:grid;grid-template-columns:190px 1fr;gap:70px}.about-intro>div:last-child{max-width:850px}.about-lead{font-size:22px;font-weight:700;color:var(--olive)}.quote-band{position:relative;min-height:420px;padding:80px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--olive);color:var(--cream);text-align:center}.quote-band__mark{position:absolute;top:-80px;left:9%;color:var(--green);font-family:Georgia,serif;font-size:360px;line-height:1}.quote-band__text{position:relative;z-index:1;color:var(--cream);font-family:"Zen Maru Gothic";font-size:clamp(34px,5vw,68px);line-height:1.45}.quote-band__text strong{color:var(--yellow)}.quote-band__line{position:absolute;right:7%;bottom:26px;color:rgba(248,241,223,.6);font-size:11px;font-weight:800;letter-spacing:.18em}.values{display:grid;grid-template-columns:190px 1fr;gap:70px}.values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.values__grid article{padding:30px 26px 34px;border-radius:28px;background:var(--cream)}.values__num{display:grid;width:44px;height:44px;place-items:center;margin-bottom:25px;border-radius:50%;background:var(--orange);color:var(--white);font-weight:800}.values h2{margin-bottom:22px;font-size:clamp(27px,3vw,42px)}.values p{font-size:15px}.about-cta{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;border-top:1px solid var(--line)}.about-cta h2{margin-bottom:0}.about-cta .button{margin-top:24px}
@media(max-width:920px){.inner-hero__shape{right:-22%;width:500px;height:500px}.about-intro,.values{grid-template-columns:1fr;gap:30px}.values__grid{grid-template-columns:1fr 1fr}.about-cta{grid-template-columns:1fr;gap:30px}}
@media(max-width:620px){.inner-hero{min-height:540px}.inner-hero__content{width:calc(100% - 36px);padding-top:70px}.inner-hero__shape{right:-42%;top:-5%;width:410px;height:410px;opacity:.9}.inner-hero__shape b{font-size:120px}.values__grid{grid-template-columns:1fr}.quote-band{min-height:360px}.quote-band__mark{left:-4%;font-size:270px}.quote-band__line{right:20px}.about-cta{width:calc(100% - 36px)}}

/* Shared inner-page components */
.inner-hero--orange{background:#ead0aa}.inner-hero--dark{background:#253129}.inner-hero--dark h1,.inner-hero--dark .inner-hero__content>p:last-child{color:#fff}.inner-hero--dark .kicker{color:#f4b83e}
.page-intro{display:grid;grid-template-columns:190px minmax(0,1fr);gap:70px}.page-intro__body{max-width:850px}.page-intro__lead{font-size:clamp(26px,3.3vw,46px);font-weight:700;line-height:1.55;color:var(--olive)}
.service-detail{display:grid;grid-template-columns:1fr 1fr;min-height:560px;border-top:1px solid #111}.service-detail:last-of-type{border-bottom:1px solid #111}.service-detail:nth-child(even) .service-detail__image{order:2}.service-detail__image{min-height:520px}.service-detail__image img{width:100%;height:100%;object-fit:cover;filter:sepia(.1) saturate(.82)}.service-detail__copy{display:flex;padding:clamp(48px,7vw,110px);flex-direction:column;justify-content:center;background:#fff}.service-detail:nth-child(even) .service-detail__copy{background:#f4f1ea}.service-detail__number{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.16em}.service-detail h2{font-size:clamp(38px,4.5vw,70px)}
.info-list{max-width:900px}.info-row{display:grid;grid-template-columns:220px 1fr;gap:36px;padding:26px 0;border-top:1px solid var(--line)}.info-row:last-child{border-bottom:1px solid var(--line)}.info-row dt{font-weight:800}.info-row dd{margin:0;color:#4b594f}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{padding:34px;border:1px solid var(--line);border-radius:26px;background:#fff}.feature-card__num{color:var(--orange);font-size:12px;font-weight:800}.feature-card h2{margin:28px 0 18px;font-size:30px}.feature-card p{font-size:15px}
.contact-panel{width:min(calc(100% - 56px),900px);margin:110px auto;padding:clamp(38px,6vw,80px);border-radius:32px;background:#f4f1ea}.contact-panel h2{font-size:clamp(38px,5vw,64px)}.contact-list{display:grid;gap:16px;margin-top:35px}.contact-list a,.contact-list__item{display:flex;padding:22px 25px;justify-content:space-between;border:1px solid #111;border-radius:999px;font-weight:800;text-decoration:none;transition:.25s}.contact-list a:hover{background:#683913;color:#fff}.contact-list__item{color:#6a6a62;border-color:var(--line)}.back-link{margin-top:40px}
@media(max-width:920px){.page-intro{grid-template-columns:1fr;gap:30px}.service-detail{grid-template-columns:1fr}.service-detail:nth-child(even) .service-detail__image{order:initial}.service-detail__image{min-height:420px}.feature-grid{grid-template-columns:1fr 1fr}.info-row{grid-template-columns:170px 1fr}}
@media(max-width:620px){.service-detail__image{min-height:300px}.service-detail__copy{padding:50px 24px}.feature-grid{grid-template-columns:1fr}.info-row{grid-template-columns:1fr;gap:8px}.contact-panel{width:calc(100% - 36px);margin:70px auto}.header--inner .brand span{display:none}}
.policy{max-width:900px}.policy__notice{margin-bottom:60px;padding:22px 26px;border-left:4px solid var(--orange);background:#f4f1ea}.policy__section{padding:44px 0;border-top:1px solid var(--line)}.policy__section:last-child{border-bottom:1px solid var(--line)}.policy__section h2{margin-bottom:20px;font-size:clamp(26px,3vw,38px);line-height:1.5}.policy__section p,.policy__section li{font-size:15px}.policy__section ol,.policy__section ul{padding-left:1.5em;color:#4b594f}.policy__section li+li{margin-top:10px}.policy__date{margin-top:50px;text-align:right}
/* Reversible brand19 inner-page composition. */
.header--inner{margin:16px;border:0;border-radius:24px;background:#fffaf2;box-shadow:0 10px 30px rgba(61,42,24,.07)}.inner-hero{width:calc(100% - 32px);min-height:600px;margin:0 16px;border-radius:28px 28px 110px 28px;background:#ead7b8}.inner-hero--orange{background:#e8c28e}.inner-hero--dark{background:#2f3d33}.inner-hero__shape{right:4%;top:7%;width:470px;height:470px;border-radius:38% 62% 58% 42%}.inner-hero__content{padding-left:5vw}.inner-hero h1{font-size:clamp(52px,7vw,94px)}.page-intro,.about-intro,.values,.about-cta{padding:120px 6vw}.quote-band{width:calc(100% - 32px);margin:16px;border-radius:100px 28px 100px 28px}.values__grid article,.feature-card{border-radius:18px 48px 18px 48px}.service-detail{width:min(calc(100% - 32px),1380px);margin:22px auto;border:0;border-radius:36px;overflow:hidden}.contact-panel{border-radius:28px 90px 28px 90px}.footer{margin-top:18px;border-radius:70px 70px 0 0;background:#eee0ca}
@media(max-width:620px){.header--inner{margin:8px}.inner-hero{width:calc(100% - 16px);margin:0 8px;min-height:540px;border-radius:22px 22px 70px 22px}.inner-hero__shape{right:-42%;top:5%;width:380px;height:380px}.page-intro,.about-intro,.values,.about-cta{padding-right:18px;padding-left:18px}.quote-band{width:calc(100% - 16px);margin:8px;border-radius:56px 18px 56px 18px}.service-detail{width:calc(100% - 16px);margin:12px 8px}.contact-panel{border-radius:22px 58px 22px 58px}}

/* Wide-screen safeguards and low-resolution asset treatment */
.hero__image{background:radial-gradient(circle at 78% 32%,#e79845 0 10%,transparent 10.4%),radial-gradient(circle at 90% 70%,#c75d2c 0 16%,transparent 16.4%),linear-gradient(125deg,#263f31 0%,#3f604d 48%,#d57a37 100%)}
.hero__image img{position:absolute;right:9%;bottom:12%;width:clamp(180px,20vw,330px);height:auto;border-radius:38% 62% 55% 45%;mix-blend-mode:screen;opacity:.82;object-fit:contain}
.hero__content{padding-top:clamp(130px,12vw,190px);padding-bottom:clamp(80px,8vw,130px)}
.hero h1{font-size:clamp(48px,5.6vw,88px)}
.insert-photo{height:min(55vw,620px);background:radial-gradient(circle at 72% 20%,#f2ba56 0 8%,transparent 8.4%),linear-gradient(135deg,#f1dfbb,#df8a43 55%,#75441f)}
.insert-photo__graphic{position:absolute;inset:0;display:grid;place-items:center}.insert-photo__graphic img{width:clamp(190px,20vw,300px);height:auto;border-radius:34% 66% 48% 52%;mix-blend-mode:multiply;opacity:.8}.insert-photo__graphic span{position:absolute;right:6%;bottom:18%;color:rgba(255,250,240,.65);font-family:"Zen Maru Gothic";font-size:clamp(32px,7vw,100px);font-weight:700;letter-spacing:.08em}
.activity__copy{padding:clamp(44px,5vw,88px) clamp(28px,5vw,96px)}

/* Top-page refinement: editorial sans-serif system */
.header,.header--inner{font-family:Inter,"Noto Sans JP",Arial,sans-serif}.header .brand,.footer__brand{font-family:Inter,"Noto Sans JP",Arial,sans-serif}.header .brand small,.footer__brand small{font-family:Inter,"Noto Sans JP",Arial,sans-serif}.hero h1,.hero h2,.hero h3,.mission h2,.activities h2,.activity h3,.partnership h2,.organization h2,.connection h2,.contact h2{font-family:Inter,"Noto Sans JP",Arial,sans-serif;font-weight:800;letter-spacing:-.045em}.hero__badge{display:none}.plain-link{text-decoration:none}.plain-link:hover{color:var(--yellow)}
.marquee{border:0;background:var(--paper)}.marquee__track{gap:0}.marquee span{font-family:Inter,"Noto Sans JP",Arial,sans-serif;font-weight:800;letter-spacing:-.035em}.marquee i{display:none}
.mission{display:block}.mission>.section-label{margin-bottom:55px}.mission__body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.65fr);gap:clamp(45px,8vw,130px);align-items:start}.mission__body>div:first-child{max-width:700px}.mission__text{padding-top:0;max-width:520px}
.activity{grid-template-columns:1fr 1fr}.activity--reverse .activity__visual,.activity--reverse .activity__copy{order:initial}.activity--reverse .activity__visual{order:2}.activity--reverse .activity__copy{order:1}.activity__visual,.activity__copy{min-width:0}.button{border:1px solid transparent}.button:hover{background:var(--yellow);color:var(--brown);transform:translateY(-3px)}.button--dark:hover{background:var(--orange);color:var(--white)}.button--cream:hover{background:var(--white);color:var(--orange)}.button--orange:hover{background:var(--yellow);color:var(--brown)}
.connection{grid-template-columns:1fr 1fr;min-height:560px;padding-top:80px;padding-bottom:80px;background:#253129}.connection__stage{min-height:400px;overflow:hidden}.connection__stage .ring,.connection__stage .bubble,.connection__stage .spark{display:none}.connection__word{position:absolute;display:block;font-family:Inter,"Noto Sans JP",Arial,sans-serif;font-size:clamp(44px,6vw,92px);font-weight:800;line-height:.95;letter-spacing:-.07em}.connection__word--a{top:13%;left:6%;color:var(--cream);transform:rotate(-7deg)}.connection__word--b{right:4%;bottom:15%;color:var(--orange);text-align:right;transform:rotate(5deg)}.connection__slash{position:absolute;top:6%;left:48%;width:2px;height:88%;background:var(--yellow);transform:rotate(24deg);transform-origin:center;animation:slash-pulse 3.5s ease-in-out infinite}.connection__copy h2{font-size:clamp(42px,5vw,72px)}
@keyframes slash-pulse{0%,100%{opacity:.35;transform:rotate(24deg) scaleY(.8)}50%{opacity:1;transform:rotate(24deg) scaleY(1)}}
@media(max-width:920px){.mission__body{grid-template-columns:1fr}.activity{grid-template-columns:1fr}.activity--reverse .activity__visual,.activity--reverse .activity__copy{order:initial}.connection{grid-template-columns:1fr}.connection__stage{min-height:330px}}
@media(prefers-reduced-motion:reduce){.connection__slash{animation:none}}

/* Final top-page typography and section refinements */
.header:not(.header--inner) .brand img{mix-blend-mode:multiply}
.marquee span{font-size:clamp(72px,10vw,220px);line-height:.95;padding:44px 56px;letter-spacing:-.07em}.marquee__track{animation-duration:36s}
.mission{padding-top:118px;padding-bottom:118px;background:var(--paper)}.mission>.section-label{margin-bottom:68px}.mission__body{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(55px,9vw,150px);align-items:end}.mission__body h2{max-width:800px;margin-bottom:0;font-size:clamp(48px,6vw,92px);line-height:1.16}.mission__text{max-width:540px;padding-bottom:8px}.mission__text p{font-size:16px}.mission__text .round-link{margin-top:18px}
.connection__slash{display:none}.connection{background:linear-gradient(120deg,#23382b,#334e3d)}.connection__stage{min-height:370px}.connection__word{font-size:clamp(40px,5.6vw,90px)}
@media(max-width:920px){.mission__body{grid-template-columns:1fr;gap:36px}.mission__body h2{max-width:700px}.marquee span{font-size:clamp(64px,12vw,120px);padding:34px 40px}}
@media(max-width:620px){.mission{padding-top:80px;padding-bottom:80px}.mission>.section-label{margin-bottom:46px}.mission__body h2{font-size:46px}.marquee span{font-size:72px;padding:28px 30px}.connection__word{font-size:48px}}

/* GUGA-inspired editorial direction, rebuilt for JAM & HAPPY */
body{background:#fff;color:#111;font-family:"Yu Gothic","游ゴシック体","Noto Sans JP",Arial,sans-serif}.header{position:absolute;color:#111;background:transparent;padding-top:24px}.header .brand,.header nav a{color:#111}.header .brand img{mix-blend-mode:multiply}.nav-contact{background:#111;color:#fff!important}.support-bar{position:absolute;top:96px;left:0;z-index:10;width:100%;display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:26px;padding:14px max(28px,calc((100% - var(--content))/2));border-top:1px solid rgba(17,17,17,.3);border-bottom:1px solid rgba(17,17,17,.3);background:rgba(244,241,234,.75);font-size:12px}.support-bar span{font-size:10px;font-weight:800;letter-spacing:.18em}.support-bar strong{font-size:13px}.support-bar a{font-size:11px;font-weight:800;text-decoration:none}.hero{min-height:100svh;background:#f4f1ea;color:#111}.hero__image{background:#f4f1ea}.hero__image img{right:7%;bottom:9%;width:clamp(220px,23vw,410px);mix-blend-mode:multiply;opacity:.92}.hero__veil{background:linear-gradient(90deg,rgba(244,241,234,.92) 0%,rgba(244,241,234,.82) 41%,rgba(244,241,234,.05) 75%)}.hero__dots{opacity:.08;background-size:32px 32px}.hero__content{padding-top:clamp(190px,18vw,280px);color:#111;text-shadow:none}.hero h1{max-width:900px;font-size:clamp(54px,7.2vw,122px);letter-spacing:-.075em}.hero h1 em{color:#111}.hero h1 em::after{background:var(--orange);height:7px}.hero__lead{color:#344638}.kicker{color:var(--orange)}.hero__actions .plain-link{color:#111}.hero__actions .plain-link:hover{color:var(--orange)}
.marquee{border-top:1px solid #111;border-bottom:1px solid #111}.marquee__track{animation-duration:44s}.marquee span{padding:46px 68px;color:#111;font-size:clamp(80px,11vw,230px);font-weight:800}
.mission{width:min(calc(100% - 56px),var(--content));padding-top:170px;padding-bottom:170px}.mission>.section-label{margin-bottom:100px}.mission__body{grid-template-columns:1.25fr .75fr;gap:clamp(60px,12vw,180px)}.mission__body h2{font-size:clamp(52px,6.5vw,112px);letter-spacing:-.08em}.mission__text{padding-top:20px}.mission__text p{font-size:17px;line-height:2}.round-link{border-color:#111}.round-link b{background:#111;color:#fff}.round-link:hover{background:#111;color:#fff}.round-link:hover b{background:var(--orange)}
.insert-photo{height:min(48vw,640px);background:#e6c28d}.insert-photo__graphic{background:linear-gradient(135deg,#e4c18c,#ed7d37 56%,#75441f)}.insert-photo__graphic img{mix-blend-mode:multiply}.insert-photo__graphic span{color:rgba(255,255,255,.68);font-family:Inter,"Noto Sans JP",Arial,sans-serif;font-weight:800;letter-spacing:-.08em}
.activities{background:#fff;padding-top:0}.activities__head{padding-top:150px;padding-bottom:90px}.activities__head h2{font-size:clamp(44px,6vw,100px);letter-spacing:-.075em}.activity{grid-template-columns:1fr 1fr;min-height:620px;border-top:1px solid #111}.activity:last-child{border-bottom:1px solid #111}.activity__visual{min-height:620px;background:#e7e2d6}.activity__copy{padding:clamp(44px,6vw,110px);background:#fff}.activity--reverse .activity__copy{background:#f4f1ea}.activity__photo{filter:saturate(.82)}.activity__hint{background:#111;color:#fff}.activity__number{color:var(--orange)}.activity h3{font-size:clamp(40px,4.5vw,78px);letter-spacing:-.07em}.activity__copy .button{border-color:#111}
.partnership{padding-top:170px;padding-bottom:170px}.partnership__mark{color:#f4f1ea;font-size:clamp(280px,30vw,540px)}.partnership h2{font-size:clamp(48px,6vw,100px)}
.organization{padding-top:100px;padding-bottom:150px}.organization h2{font-size:clamp(46px,5vw,82px)}
.connection{min-height:620px;background:#111;color:#fff}.connection__copy .eyebrow{color:var(--yellow)}.connection__word--a{color:#fff}.connection__word--b{color:var(--orange)}
.contact{background:var(--orange);padding-top:160px;padding-bottom:160px}.contact h2{font-size:clamp(48px,7vw,112px);letter-spacing:-.08em}.contact .button--cream{color:#111}.footer{border-top:1px solid #111}
@media(max-width:920px){.support-bar{top:80px;grid-template-columns:1fr auto;gap:10px}.support-bar span{display:none}.support-bar strong{font-size:11px}.hero__image img{right:-4%;bottom:8%;width:330px;opacity:.78}.hero__content{padding-top:170px}.mission{padding-top:110px;padding-bottom:110px}.mission__body{grid-template-columns:1fr}.activities__head{padding-top:100px}.activity,.activity__visual{min-height:0}.activity__visual{min-height:470px}.connection__stage{min-height:330px}}
@media(max-width:620px){.hero h1{font-size:48px}.hero__image img{right:-12%;bottom:9%;width:270px}.hero__content{width:calc(100% - 36px)}.marquee span{font-size:82px;padding:32px 36px}.mission{width:calc(100% - 36px)}.mission__body h2{font-size:48px}.activities__head{width:calc(100% - 36px)}.activity__visual{min-height:330px}.activity__copy{padding:52px 24px}.contact h2{font-size:48px}}

html.js .scroll-reveal{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}
html.js .scroll-reveal.is-visible{opacity:1;transform:none}
html.js .activity:nth-child(2){transition-delay:.08s}html.js .activity:nth-child(3){transition-delay:.16s}
@media(prefers-reduced-motion:reduce){html.js .scroll-reveal,html.js .scroll-reveal.is-visible{opacity:1;transform:none;transition:none}}

/* brand20 — inner pages inherit the top-page visual language. */
:root{--cream:#f5efe4;--paper:#fffaf2;--orange:#b96428;--yellow:#dca867;--brown:#683913;--olive:#683913;--green:#8d6a4c;--ink:#33251c;--line:rgba(104,57,19,.22)}
body{color:var(--brown);background:var(--cream);font-family:noto-sans-cjk-jp,"Yu Gothic","游ゴシック体",YuGothic,Arial,sans-serif;line-height:1.9}h1,h2,h3,.inner-hero__shape,.section-label,.eyebrow,.service-detail__number,.feature-card__num{font-family:aktiv-grotesk,Arial,Helvetica,sans-serif;letter-spacing:-.045em}p,.info-row dd,.policy__section ol,.policy__section ul{color:#5d4635}
.header--inner{color:var(--brown);background:var(--paper);border:1px solid var(--line);box-shadow:none}.header--inner .brand,.header--inner nav a{color:var(--brown)}.header--inner .nav-contact{background:var(--brown);color:#fff}.header--inner .brand img,.footer__brand img{border-radius:0;mix-blend-mode:multiply}
.inner-hero,.inner-hero--orange{background:#e8d7c2}.inner-hero--dark{background:var(--brown)}.inner-hero__shape{background:#b96428;color:#fffaf2}.inner-hero__shape::before{border-color:rgba(255,250,242,.55)}.inner-hero h1{color:var(--brown);font-weight:700}.inner-hero__content>p:last-child{color:var(--brown)}.inner-hero--dark h1,.inner-hero--dark .inner-hero__content>p:last-child{color:#fff}.inner-hero em,.kicker,.eyebrow,.service-detail__number,.feature-card__num{color:#b96428}
.section-label{color:var(--brown);letter-spacing:.13em}.section-label span,.round-link b{background:var(--brown);color:#fff}.page-intro__lead,.about-lead{color:var(--brown)}.quote-band{background:var(--brown)}.quote-band__mark{color:#8f5b34}.quote-band__text{color:#fffaf2}.quote-band__text strong{color:#e2b479}.quote-band__line{color:rgba(255,250,242,.62)}
.values__grid article,.feature-card,.service-detail__copy,.contact-panel{background:var(--paper);border-color:var(--line)}.values__num{background:#b96428}.service-detail:nth-child(even) .service-detail__copy{background:#eadfce}.service-detail__image img,.activity__photo{filter:sepia(.14) saturate(.78) contrast(.96)}.info-row{border-color:var(--line)}
.button,.round-link,.contact-list a{border-color:var(--brown);color:var(--brown)}.button--dark{background:var(--brown);color:#fff}.button--dark:hover,.button--cream:hover,.contact-list a:hover{background:#b96428;color:#fff}.contact{background:var(--brown)}.contact .eyebrow{color:#e2b479}.contact .button--cream{background:#fffaf2;color:var(--brown)}.footer{color:var(--brown);background:#e6d5bd}
html.js .scroll-reveal{opacity:0;transform:translateY(26px);clip-path:inset(0 0 10% 0 round 24px);transition:opacity .85s ease,transform 1s cubic-bezier(.2,.72,.2,1),clip-path 1s cubic-bezier(.2,.72,.2,1)}html.js .scroll-reveal.is-visible{opacity:1;transform:none;clip-path:inset(0 0 0 0 round 0)}.inner-hero__shape{transition:transform 180ms ease-out}.button,.round-link,.contact-list a{transition:background-color .35s ease,color .35s ease,transform .35s ease}.button:hover,.round-link:hover,.contact-list a:hover{opacity:1;transform:translateY(-3px)}
@media(prefers-reduced-motion:reduce){.inner-hero__shape{transition:none}}

/* brand21 — inner-page eyecatches use the same split-frame form as the top MV. */
.inner-hero{min-height:760px;padding:22px;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:22px;border-radius:0;background:var(--cream)!important;overflow:visible}
.inner-hero::before{content:"";position:relative;grid-column:1;grid-row:1;min-height:716px;border-radius:34px 12px 12px 34px;background:var(--paper);z-index:0}
.inner-hero::after{content:"";position:relative;grid-column:2;grid-row:1;min-height:716px;border-radius:12px 34px 34px 12px;background-color:#d7b995;background-position:center;background-size:cover;filter:sepia(.12) saturate(.8) contrast(.96);z-index:0}
.inner-hero__content{position:absolute;left:max(6vw,62px);bottom:90px;width:min(37vw,570px);padding:0;z-index:2}.inner-hero h1{font-size:clamp(48px,5.7vw,90px);line-height:1.08}.inner-hero__content>p:last-child{font-size:clamp(17px,1.7vw,25px)}
.inner-hero__shape{top:48px;right:42px;width:130px;height:130px;border-radius:20px;background:rgba(104,57,19,.88);z-index:2}.inner-hero__shape::before{inset:12px;border-radius:13px}.inner-hero__shape b{font-size:54px}.inner-hero__shape span{font-size:8px}
.page-about .inner-hero::after{background-image:url('../images/service-consultation.png')}.page-activities .inner-hero::after{background-image:url('../images/activity-work-v2.png')}.page-partnership .inner-hero::after{background-image:url('../images/service-company-work.png')}.page-organization .inner-hero::after{background-image:url('../images/service-community.png')}.page-contact .inner-hero::after{background-image:url('../images/service-market.png')}.page-privacy .inner-hero::after{background-image:url('../images/service-crafts.png')}.page-security .inner-hero::after{background-image:url('../images/service-garden.png')}.page-news .inner-hero::after{background-image:url('../images/insert-community-life.png')}.page-faq .inner-hero::after{background-image:url('../images/activity-home-v2.png')}
.inner-hero--dark h1,.inner-hero--dark .inner-hero__content>p:last-child{color:var(--brown)}
@media(max-width:900px){.inner-hero{grid-template-columns:1fr;min-height:1120px}.inner-hero::before{grid-column:1;grid-row:1;min-height:520px;border-radius:28px}.inner-hero::after{grid-column:1;grid-row:2;min-height:540px;border-radius:28px}.inner-hero__content{top:170px;bottom:auto;left:9vw;width:78vw}.inner-hero__shape{top:570px;right:38px}}
@media(max-width:620px){.inner-hero{width:100%;margin:0;padding:12px;gap:12px;min-height:920px}.inner-hero::before{min-height:430px;border-radius:24px}.inner-hero::after{min-height:450px;border-radius:24px}.inner-hero__content{top:120px;left:34px;width:calc(100% - 68px)}.inner-hero h1{font-size:46px}.inner-hero__shape{top:478px;right:28px;width:100px;height:100px}.inner-hero__shape b{font-size:42px}}

/* Shared presentation for all standard lower pages. */
body[class^="page-"]{color:var(--brown);background:var(--cream);font-family:aktiv-grotesk,Arial,"Yu Gothic",sans-serif;font-size:16px;font-weight:300;line-height:1.8}body[class^="page-"] p,body[class^="page-"] li,body[class^="page-"] dd{font-family:noto-sans-cjk-jp,"Yu Gothic",sans-serif;font-weight:300;line-height:2;color:#5d4635}body[class^="page-"] h1,body[class^="page-"] h2,body[class^="page-"] h3{font-family:aktiv-grotesk,Arial,"Yu Gothic",sans-serif;font-weight:300!important;letter-spacing:-.055em}
body[class^="page-"] .inner-hero{min-height:860px;padding:28px;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:22px;background:var(--cream)!important}body[class^="page-"] .inner-hero::before{min-height:804px;border-radius:34px 12px 12px 34px;background:var(--paper)}body[class^="page-"] .inner-hero::after{min-height:804px;border-radius:12px 34px 34px 12px}body[class^="page-"] .inner-hero__content{left:max(6vw,62px);bottom:92px;width:min(35vw,520px)}body[class^="page-"] .inner-hero__content h1{font-size:clamp(48px,5.6vw,80px);font-weight:300!important;line-height:1.07}body[class^="page-"] .inner-hero__content>p:last-child{font-size:15px!important;font-weight:300!important;line-height:2}body[class^="page-"] .inner-hero__shape{width:130px;height:130px;border-radius:20px}
body[class^="page-"] .section{width:min(calc(100% - 56px),1209px);padding:120px 6vw}body[class^="page-"] .section-label{font-size:11px;font-weight:300;letter-spacing:.18em}body[class^="page-"] .section-label span{font-weight:300}body[class^="page-"] .page-intro,body[class^="page-"] .about-intro,body[class^="page-"] .values,body[class^="page-"] .about-cta{border-radius:48px;background:var(--paper)}body[class^="page-"] .page-intro+section,body[class^="page-"] .about-intro+section{margin-top:24px}body[class^="page-"] .values__grid article,body[class^="page-"] .feature-card{background:var(--paper);transition:none!important}body[class^="page-"] .values__grid article:hover,body[class^="page-"] .feature-card:hover{transform:none!important}body[class^="page-"] .quote-band{border-radius:46px 140px;background:var(--brown)}body[class^="page-"] .contact{border-radius:46px 140px 46px 140px}body[class^="page-"] .contact-panel{background:var(--paper)}body[class^="page-"] .button,body[class^="page-"] .round-link,body[class^="page-"] .contact-list a{font-family:aktiv-grotesk,Arial,sans-serif;font-size:12px;font-weight:300}
body[class^="page-"] .policy{padding-right:0;padding-left:0;background:transparent}body[class^="page-"] .policy__notice{border-radius:18px;background:var(--paper)}body[class^="page-"] .policy__section{padding:48px 42px;border:0;border-bottom:1px solid var(--line);background:var(--paper)}body[class^="page-"] .policy__section:first-of-type{border-radius:30px 30px 0 0}body[class^="page-"] .policy__section:last-child{border-radius:0 0 30px 30px}body[class^="page-"] .policy__section h2{font-weight:300!important}
@media(max-width:900px){body[class^="page-"] .inner-hero{min-height:1120px;grid-template-columns:1fr}body[class^="page-"] .inner-hero::before{min-height:520px;border-radius:28px}body[class^="page-"] .inner-hero::after{min-height:540px;border-radius:28px}body[class^="page-"] .inner-hero__content{top:170px;bottom:auto;left:9vw;width:78vw}}
@media(max-width:620px){body[class^="page-"] .inner-hero{min-height:920px;padding:12px;gap:12px}body[class^="page-"] .inner-hero::before{min-height:430px;border-radius:24px}body[class^="page-"] .inner-hero::after{min-height:450px;border-radius:24px}body[class^="page-"] .inner-hero__content{top:120px;left:34px;width:calc(100% - 68px)}body[class^="page-"] .section{width:calc(100% - 24px);padding:82px 24px}body[class^="page-"] .policy__section{padding:38px 24px}}

/* Information architecture pages */
.page-users .inner-hero__shape>img,.page-impact .inner-hero__shape>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:sepia(.18) saturate(.72) contrast(.94)}
.page-users .inner-hero__shape::after,.page-impact .inner-hero__shape::after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(104,57,19,.08),rgba(104,57,19,.36));pointer-events:none}
.page-users .inner-hero__shape>span,.page-users .inner-hero__shape>b,.page-impact .inner-hero__shape>span,.page-impact .inner-hero__shape>b{position:relative;z-index:2}
.page-users .feature-card,.page-impact .feature-card{display:flex;flex-direction:column}
.page-users .feature-card .button,.page-impact .feature-card .button{margin-top:auto}
.c-impact-visual{position:relative;padding:0!important;overflow:hidden;border-radius:42px 120px 42px 120px;background:var(--paper,#fffaf2)}
.c-impact-visual img{width:100%;height:min(58vw,680px);display:block;object-fit:cover}
.c-impact-visual figcaption{position:absolute;right:28px;bottom:24px;padding:9px 14px;border-radius:999px;background:rgba(255,250,242,.88);color:#683913;font:500 10px/1 aktiv-grotesk,Arial,sans-serif;letter-spacing:.16em}
@media(max-width:620px){.c-impact-visual{border-radius:24px 64px 24px 64px}.c-impact-visual img{height:72vw}.c-impact-visual figcaption{right:16px;bottom:14px}}
