:root{
  --ink:#38332d;--muted:#767068;--cream:#f8f5ee;--beige:#f4efe4;--beige2:#efe9dc;--green:#7d9464;--green-dark:#5d7a45;--green-pale:#eef3e8;--blue:#5f83b5;--blue-dark:#456a9c;--blue-pale:#eaf1f9;--line:#e3ddd0;--white:#fff;--shadow:0 18px 45px rgba(66,55,38,.10);--radius:20px;--serif:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;--sans:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);line-height:1.85;background:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}svg{width:1em;height:1em;fill:none}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:999;background:#fff;padding:.75rem 1rem;border:2px solid var(--green)}
/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,221,208,.7)}.header-inner{max-width:1200px;margin:auto;min-height:84px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center}.brand-logo{width:245px;height:auto}.brand-mark{width:30px;height:30px;color:var(--green)}.brand strong{font:400 1.85rem/1 var(--serif);letter-spacing:.03em}.brand small{display:block;font-size:.66rem;color:var(--muted);margin-top:8px;letter-spacing:.04em}.global-nav{display:flex;gap:34px;align-items:center;font-size:.92rem}.global-nav a{position:relative;color:#4b463f}.global-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--green);transition:.25s}.global-nav a:hover::after{right:0}.nav-cta{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff!important;padding:13px 26px;border-radius:999px;font-weight:500;box-shadow:0 8px 18px rgba(125,148,100,.28)}.nav-cta svg{width:19px;height:19px}.nav-cta::after{display:none}.menu-button{display:none;border:0;background:var(--beige);padding:9px 13px;border-radius:10px;font:inherit}
/* hero */
.hero{position:relative;overflow:hidden;background:var(--cream)}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:70% center}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.86) 38%,rgba(255,255,255,.35) 62%,rgba(255,255,255,0) 82%)}.hero-inner{position:relative;max-width:1200px;margin:auto;padding:104px 28px 112px;min-height:520px;display:flex;align-items:center}.hero-copy{max-width:790px}.hero h1{font:400 clamp(2rem,3.6vw,3.05rem)/1.5 var(--serif);letter-spacing:.05em;margin:0 0 30px}.hero-lead{color:#57534e;font-size:.95rem;line-height:2.1;margin:0}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;color:#fff;padding:14px 30px;border-radius:999px;font-weight:500;box-shadow:0 12px 26px rgba(0,0,0,.13);transition:.25s}.button:hover{transform:translateY(-3px)}.button-green{background:var(--green)}.button-blue{background:var(--blue)}.button-icon{width:34px;height:34px;flex:none}
/* common section */
.section{padding:92px 28px}.section-inner{max-width:1120px;margin:auto}.section h2{font:400 clamp(1.75rem,2.9vw,2.35rem)/1.5 var(--serif);letter-spacing:.08em;margin:0 0 40px}.section h2::after{content:"";display:block;width:150px;height:25px;margin-top:7px;background:url("images/heading-ornament.svg") center/contain no-repeat;opacity:.82}.section h2.center{text-align:center}.section h2.center::after{margin-inline:auto}
/* thought */
.thought{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--beige) 0%,var(--cream) 55%);padding-top:76px;padding-bottom:82px}.thought-visual{position:absolute;top:0;right:0;width:32%;height:100%;object-fit:cover;object-position:68% center}.thought-inner{position:relative;padding-right:32%}.thought-quote{margin:0;padding:8px 46px;position:relative;max-width:660px;margin-inline:auto}.thought-quote::before,.thought-quote::after{content:"";position:absolute;top:0;bottom:0;width:20px;border:1px solid rgba(125,148,100,.55)}.thought-quote::before{left:0;border-right:0}.thought-quote::after{right:0;border-left:0}.thought-quote p{font:400 clamp(1.3rem,2.3vw,1.75rem)/1.9 var(--serif);letter-spacing:.06em;margin:0;text-align:center}.thought-lead{max-width:660px;margin:34px auto 0;font-size:.92rem;line-height:2.1;color:#5d574f}
/* services */
.services{background:#fff;padding-bottom:120px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}.service-card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;padding-bottom:92px;overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.service-card>img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0}.service-content{flex:1;min-width:0;padding:30px 34px 0}.service-card h3{font:400 1.75rem/1.4 var(--serif);margin:0}.service-card h3 small{font-size:1rem}.service-subtitle{font-weight:500;font-size:1.05rem;margin:.35rem 0 1.1rem}.service-card p{font-size:.9rem;line-height:1.95;margin:0}.service-body .service-subtitle,.service-body h3{color:var(--green-dark)}.service-mind .service-subtitle,.service-mind h3{color:var(--blue-dark)}
.pill-link{position:absolute;left:9%;right:9%;bottom:24px;display:flex;align-items:center;gap:14px;padding:13px 24px;border-radius:999px;color:#fff;font-weight:500;box-shadow:0 12px 24px rgba(0,0,0,.14);transition:.25s}.pill-link:hover{transform:translateY(-3px)}.pill-body{display:inline-flex;align-items:center;gap:12px;margin-inline:auto}.pill-body svg{width:30px;height:30px}.pill-arrow{width:20px;height:20px;flex:none}.pill-green{background:var(--green)}.pill-blue{background:var(--blue)}
/* guide */
.guide{background:var(--beige)}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(125,148,100,.28);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:0 14px 36px rgba(66,55,38,.07)}.guide-box{display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:start;min-height:250px;padding:42px 38px}.guide-green{border-right:1px solid rgba(125,148,100,.32);background:linear-gradient(135deg,rgba(238,243,232,.82),rgba(255,255,255,.72))}.guide-blue{background:linear-gradient(225deg,rgba(234,241,249,.88),rgba(255,255,255,.72))}.guide-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;flex:none;border:1px solid rgba(255,255,255,.85);box-shadow:0 9px 24px rgba(66,55,38,.08)}.guide-icon svg{width:54px;height:54px}.guide-green .guide-icon{background:#e3ecd9;color:var(--green-dark)}.guide-blue .guide-icon{background:#dde8f4;color:var(--blue-dark)}.guide-box h3{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid currentColor;font:400 1.35rem var(--serif);letter-spacing:.04em;margin:0 0 16px}.leaf-ornament{width:20px;height:20px;color:var(--green);opacity:.65;flex:none}.leaf-ornament.flip{transform:scaleX(-1)}.guide-green h3{color:var(--green-dark)}.guide-blue h3{color:var(--blue-dark)}.guide-box ul{padding-left:1.15em;margin:0;font-size:.92rem;line-height:2.05}.guide-green li::marker{color:var(--green)}.guide-blue li::marker{color:var(--blue)}
/* profile */
.profile{background:var(--beige2)}.profile-grid{display:grid;grid-template-columns:230px 1fr 300px;gap:42px;align-items:center}.profile-photo{margin:0}.profile-photo img{width:230px;height:230px;border-radius:50%;object-fit:cover;background:var(--cream);box-shadow:var(--shadow)}.profile-copy h2{margin:0 0 6px}.profile-name{font:400 2.1rem var(--serif);letter-spacing:.08em;margin:0 0 16px}.profile-summary{font-size:.9rem;line-height:1.95;color:#5d574f;margin:0}.profile-summary-follow{margin-top:10px}.profile-credentials{background:rgba(255,255,255,.5);border:1px solid var(--line);border-radius:var(--radius);padding:26px 30px}.profile-credentials ul{margin:0;padding-left:1.15em;font-size:.95rem;line-height:2.1}.profile-credentials li::marker{color:var(--green)}
/* contact */
.contact{background:var(--beige);padding-bottom:78px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.contact-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:26px 28px;border-radius:14px;background:rgba(255,255,255,.72);transition:.25s}.contact-card:hover{transform:translateY(-3px);background:#fff}.contact-icon{width:42px;height:42px;flex:none}.contact-arrow{width:20px;height:20px}.contact-label{font-size:1.05rem;font-weight:500;line-height:1.6}.contact-green{border:1px solid #cddabf;color:var(--green-dark)}.contact-blue{border:1px solid #c6d7ea;color:var(--blue-dark)}.contact-note{text-align:center;font-size:.85rem;color:var(--muted);margin:26px 0 0}
/* footer */
.site-footer{background:var(--cream);border-top:1px solid var(--line)}.footer-inner{max-width:1120px;margin:auto;padding:30px 28px;display:flex;align-items:center;justify-content:center;gap:52px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;margin-right:auto}.footer-logo{width:180px;height:auto}.footer-brand .brand-mark{width:26px;height:26px}.footer-brand strong{font:400 1.5rem var(--serif);letter-spacing:.03em}.footer-nav{display:flex;gap:34px;font-size:.85rem;color:#5d574f}.copyright{margin:0;font-size:.7rem;color:var(--muted)}.page-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;display:grid;place-items:center;background:#fff;color:var(--green-dark);border:1px solid var(--line);border-radius:50%;box-shadow:0 8px 18px rgba(0,0,0,.10)}.page-top svg{width:20px;height:20px;transform:rotate(-90deg)}
@media(max-width:980px){.global-nav{gap:22px}.profile-grid{grid-template-columns:200px 1fr;gap:34px}.profile-credentials{grid-column:1/-1}.profile-photo img{width:200px;height:200px}}
@media(max-width:820px){.header-inner{min-height:72px;padding:0 20px}.brand-logo{width:185px}.brand strong{font-size:1.4rem}.brand small{display:none}.menu-button{display:block}.global-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px 24px;flex-direction:column;align-items:stretch;gap:18px;border-bottom:1px solid var(--line)}.global-nav.is-open{display:flex}.nav-cta{justify-content:center}
  .hero-inner{padding:64px 24px 72px;min-height:0}.hero-media img{object-position:78% center}.hero-media::after{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.86) 55%,rgba(255,255,255,.7) 100%)}.hero h1 br,.hero-lead br{display:none}
  .thought{background:var(--beige)}.thought-inner{padding-right:0}.thought-quote{padding:8px 20px}.thought-quote::before,.thought-quote::after{width:12px}.thought-visual{position:static;width:100%;height:220px;border-radius:var(--radius);margin:34px auto 0;max-width:640px}
  .service-grid,.guide-grid,.contact-grid{grid-template-columns:minmax(0,1fr)}.service-content{padding:28px 26px 0}.service-card p br{display:none}
  .guide-green{border-right:0;border-bottom:1px solid rgba(125,148,100,.32)}.guide-box{min-height:0}.profile-grid{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-photo img{margin-inline:auto}.profile-credentials{width:100%;max-width:420px;text-align:left}
  .section{padding:70px 22px}.services{padding-bottom:84px}
  .footer-inner{flex-direction:column;gap:18px;text-align:center}.footer-brand{margin-right:0}}
@media(max-width:520px){.thought-quote p{font-size:1.05rem;line-height:2}.hero-actions{display:grid}.button{width:100%;font-size:.9rem;padding:13px 20px}.button-icon{width:32px;height:32px}.pill-link{left:22px;right:22px}.guide-box{grid-template-columns:1fr;gap:16px;padding:30px 24px}.guide-icon{width:76px;height:76px}.guide-icon svg{width:44px;height:44px}.contact-card{padding:22px}.footer-nav{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
