@charset "utf-8";.sk-page,.sk{--sk-font-mincho:'Shippori Mincho','Zen Old Mincho',Georgia,serif;--sk-font-sans:'Noto Sans JP',system-ui,sans-serif;--sk-bg:#faf8f3;--sk-fg:#2b2b28;--sk-card:#f3f0e8;--sk-primary:#36593f;--sk-accent:#2e4d35;--sk-muted:#eae7dc;--sk-border:rgba(43,43,40,.12);--sk-header-h:80px;--sk-label-fs:12px;--sk-label-lh:1.6}.sk-page{font-family:var(--sk-font-sans);font-feature-settings:'palt';font-size:15px;font-weight:400;line-height:1.5;letter-spacing:.08em;color:var(--sk-fg);background:var(--sk-bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width:801px){.sk-page{font-size:16px}}.sk{background:var(--sk-bg);color:var(--sk-fg);overflow-x:clip}.sk :where(a){color:inherit;text-decoration:none;transition:opacity .3s ease,background-color .3s ease,color .3s ease,border-color .3s ease}.sk :where(a:hover img){opacity:1}.sk :where(img){display:block;max-width:100%;vertical-align:middle}.sk :where(button){font-family:inherit;letter-spacing:inherit;border:0;background:0 0;cursor:pointer;color:inherit}.sk-container{width:100%;max-width:1152px;margin:0 auto;padding:0 24px}.sk-container--narrow{max-width:768px}.sk-section{padding:112px 0}.sk-hero,.sk-section{scroll-margin-top:var(--sk-header-h)}@media screen and (min-width:801px){.sk-section{padding:176px 0}}.sk-br-pc{display:none}@media screen and (min-width:801px){.sk-br-pc{display:inline}}.sk-js .sk-fade{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.sk-js .sk-fade.is-visible{opacity:1;transform:translateY(0)}.sk :where([data-label]):before{content:attr(data-label);display:block;font-family:var(--sk-font-sans);font-size:var(--sk-label-fs);font-weight:400;line-height:var(--sk-label-lh);letter-spacing:.3em;text-transform:uppercase;color:var(--sk-primary);opacity:.6;margin-bottom:16px}.sk-heading{font-family:var(--sk-font-mincho);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:500;line-height:1.7;letter-spacing:.08em;margin:0 0 80px}.sk-heading--sm{margin-bottom:32px}.sk-heading--xs{margin-bottom:24px}.sk-heading--light{color:#fff;margin-bottom:64px}.sk-heading--light:before{color:rgba(255,255,255,.4);opacity:1}.sk-heading:after{content:"";display:block;width:40px;height:1px;margin-top:16px;background:var(--sk-primary);opacity:.35}.sk-heading--light:after{background:rgba(255,255,255,.25);opacity:1}.sk-header{position:fixed;top:0;left:0;right:0;width:100%;overflow:visible;padding:0;z-index:1000;background:0 0;border-bottom:1px solid transparent;transition:background-color .5s ease,border-color .5s ease,backdrop-filter .5s ease}.sk-header.is-scrolled{background:rgba(250,248,243,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-color:rgba(43,43,40,.1)}.sk-header__inner{max-width:1152px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.sk-header__logo{display:flex;align-items:center;gap:16px}.sk-header__logo:hover{opacity:.75}.sk-header__logo-img{width:40px;height:40px;object-fit:contain}.sk-header__logo-text{font-family:var(--sk-font-mincho);font-size:14px;letter-spacing:.18em;color:#fff;white-space:nowrap;transition:color .5s ease}.sk-header.is-scrolled .sk-header__logo-text{color:var(--sk-fg)}.sk-nav{display:none;align-items:center;gap:40px}@media screen and (min-width:801px){.sk-nav{display:flex}}.sk-nav__list{display:flex;align-items:center;gap:40px;width:auto;list-style:none;margin:0;padding:0}.sk-nav__list li{margin:0;padding:0;list-style:none}.sk-nav__link{display:inline-block;font-family:inherit;font-size:12px;font-weight:500;letter-spacing:.18em;white-space:nowrap;color:rgba(255,255,255,.85);transition:opacity .3s ease,color .5s ease}.sk-nav__link:hover{color:rgba(255,255,255,.85);opacity:.6}.sk-header.is-scrolled .sk-nav__link,.sk-header.is-scrolled .sk-nav__link:hover{color:var(--sk-fg)}.sk-nav__cta{display:inline-block;font-size:12px;letter-spacing:.15em;white-space:nowrap;padding:10px 24px;background:var(--sk-primary);color:#fff;font-weight:500}.sk-nav__cta:hover{background:var(--sk-accent);color:#fff}.sk-burger{display:flex;flex-direction:column;gap:5px;padding:4px}@media screen and (min-width:801px){.sk-burger{display:none}}.sk-burger span{display:block;width:24px;height:1px;background:#fff;transition:transform .3s ease,opacity .3s ease,background-color .5s ease}.sk-header.is-scrolled .sk-burger span{background:var(--sk-fg)}.sk-burger.is-open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.sk-burger.is-open span:nth-child(2){opacity:0}.sk-burger.is-open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.sk-drawer{overflow:hidden;max-height:0;background:rgba(250,248,243,.98);transition:max-height .5s ease,border-color .5s ease}.sk-drawer.is-open{max-height:420px;border-top-color:rgba(43,43,40,.1)}@media screen and (min-width:801px){.sk-drawer{display:none}}.sk-drawer__inner{display:flex;flex-direction:column;gap:28px;padding:32px 24px}.sk-drawer__link{font-size:14px;letter-spacing:.18em;color:rgba(43,43,40,.7)}.sk-drawer__link:hover{color:var(--sk-fg)}.sk-drawer__cta{display:block;font-size:14px;letter-spacing:.15em;padding:12px;text-align:center;background:var(--sk-primary);color:#fff}.sk-drawer__cta:hover{background:var(--sk-accent);color:#fff}.sk-hero{position:relative;height:100vh;min-height:640px;display:flex;align-items:flex-end;overflow:hidden}.sk-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;background:var(--sk-primary)}.sk-hero__overlay{position:absolute;inset:0;z-index:10;background:linear-gradient(to top,rgba(43,43,40,.88) 0%,rgba(43,43,40,.65) 35%,rgba(43,43,40,.25) 65%,rgba(43,43,40,.08) 100%)}.sk-hero__inner{position:relative;z-index:20;width:100%;max-width:1152px;margin:0 auto;padding:0 24px 80px}@media screen and (min-width:801px){.sk-hero__inner{padding-top:80px;padding-bottom:144px}}.sk-hero__title{font-family:var(--sk-font-mincho);font-size:clamp(2rem,5.5vw,3.5rem);font-weight:500;line-height:1.5;letter-spacing:.05em;color:#fff;max-width:768px;margin:0 0 32px}.sk-hero__title br{display:none}@media screen and (min-width:801px){.sk-hero__title br{display:block}}.sk-hero__lead{font-size:14px;line-height:2.3;color:rgba(255,255,255,.75);max-width:512px;margin:0 0 36px}@media screen and (min-width:801px){.sk-hero__lead{font-size:16px}}.sk-hero__btn{display:inline-block;border:1px solid rgba(255,255,255,.6);color:#fff;font-size:12px;letter-spacing:.2em;white-space:nowrap;padding:14px 32px}.sk-hero__btn:hover{background:#fff;color:var(--sk-fg)}.sk-concept__grid{display:grid;gap:64px}@media screen and (min-width:801px){.sk-concept__grid{grid-template-columns:1fr 400px;gap:64px;align-items:start}}@media screen and (min-width:1024px){.sk-concept__grid{grid-template-columns:1fr 480px;gap:96px}}.sk-concept__title:before{margin-bottom:40px}.sk-concept__title{font-family:var(--sk-font-mincho);font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:500;line-height:1.7;letter-spacing:.1em;margin:0 0 40px}.sk-concept__body{font-size:14px;line-height:2.4;opacity:.72}@media screen and (min-width:801px){.sk-concept__body{font-size:16px}}.sk-concept__body p+p{margin-top:28px}.sk-concept__photo{margin:0;aspect-ratio:4/5;overflow:hidden;background:var(--sk-muted)}.sk-concept__photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%}@media screen and (min-width:801px){.sk-concept__photo{margin-top:calc(var(--sk-label-fs)*var(--sk-label-lh) + 40px)}}.sk-service{background:var(--sk-card)}.sk-service__list{counter-reset:sk-service;list-style:none;margin:0;padding:0;border-top:1px solid var(--sk-border)}.sk-service__item{display:grid;gap:48px;padding:64px 0;align-items:center;border-bottom:1px solid var(--sk-border)}@media screen and (min-width:801px){.sk-service__item{grid-template-columns:1fr 1fr;padding:80px 0}.sk-service__item--flip .sk-service__text{order:2}.sk-service__item--flip .sk-service__media{order:1}}.sk-service__text:before{counter-increment:sk-service;content:counter(sk-service,decimal-leading-zero);display:block;font-family:var(--sk-font-sans);font-size:12px;letter-spacing:.25em;color:var(--sk-primary)}.sk-service__lead{font-size:13px;letter-spacing:.08em;line-height:1.9;color:var(--sk-primary);opacity:.75;margin:0 0 16px}.sk-service__title{font-family:var(--sk-font-mincho);font-size:20px;font-weight:500;letter-spacing:.08em;line-height:1.6;margin:12px 0 8px}@media screen and (min-width:801px){.sk-service__title{font-size:24px}}.sk-service__desc{font-size:14px;line-height:2.3;opacity:.72;margin:0}@media screen and (min-width:801px){.sk-service__desc{font-size:16px}}.sk-service__media{aspect-ratio:16/9;overflow:hidden;background:var(--sk-muted)}.sk-service__media--can{background:#e8ead8}.sk-service__media--split{display:grid;grid-template-columns:1fr 1fr}.sk-service__img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.sk-service__img--contain{object-fit:contain}.sk-service__img:hover{transform:scale(1.05)}.sk-history__lead{font-size:14px;line-height:2.4;opacity:.68;max-width:672px;margin:0 0 80px}@media screen and (min-width:801px){.sk-history__lead{font-size:16px}}.sk-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:48px 0;margin-bottom:96px;border-top:1px solid var(--sk-border);border-bottom:1px solid var(--sk-border)}@media screen and (min-width:801px){.sk-stats{gap:32px}}.sk-stats__item{display:flex;flex-direction:column-reverse;text-align:center}.sk-stats__val{margin:0;font-family:var(--sk-font-mincho);font-size:clamp(15px,4.6vw,22px);line-height:1.4;letter-spacing:.02em;white-space:nowrap;color:var(--sk-primary);margin:0}@media screen and (min-width:801px){.sk-stats__val{font-size:36px}}.sk-stats__label{font-size:12px;letter-spacing:.15em;opacity:.45;margin:12px 0 0;line-height:1.6}.sk-timeline{position:relative;list-style:none;margin:0;padding:0}.sk-timeline>li{position:relative;margin-bottom:48px}.sk-timeline__item{display:flex;gap:24px;align-items:baseline}.sk-timeline__year{flex:0 0 auto;width:64px;font-family:var(--sk-font-mincho);font-size:17px;letter-spacing:.1em;color:var(--sk-primary)}.sk-timeline__text{font-size:14px;line-height:2.1;opacity:.7;margin:0}@media screen and (min-width:801px){.sk-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translateX(-.5px);background:var(--sk-border)}.sk-timeline>li{display:grid;grid-template-columns:1fr 1fr;gap:48px}.sk-timeline>li:before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;border:2px solid var(--sk-primary);background:var(--sk-bg)}.sk-timeline__item{display:block}.sk-timeline>li:nth-child(odd) .sk-timeline__item{grid-column:1;padding-right:40px;text-align:right}.sk-timeline>li:nth-child(even) .sk-timeline__item{grid-column:2;padding-left:40px}.sk-timeline__year{display:inline-block;width:auto;font-size:24px}.sk-timeline__text{line-height:2.2;margin-top:12px}}.sk-why{background:var(--sk-primary)}.sk-why__grid{counter-reset:sk-why;list-style:none;margin:0;padding:0;display:grid;gap:1px;background:rgba(255,255,255,.12)}@media screen and (min-width:801px){.sk-why__grid{grid-template-columns:1fr 1fr}}.sk-why__cellwrap{height:100%}.sk-why__card{height:100%;padding:40px;background:var(--sk-primary);transition:background-color .3s ease}@media screen and (min-width:801px){.sk-why__card{padding:56px}}.sk-why__card:hover{background:var(--sk-accent)}.sk-why__card:before{counter-increment:sk-why;content:counter(sk-why,decimal-leading-zero);display:block;font-size:12px;letter-spacing:.25em;color:rgba(255,255,255,.35)}.sk-why__title{font-family:var(--sk-font-mincho);font-size:18px;font-weight:500;color:#fff;letter-spacing:.06em;line-height:1.6;margin:20px 0}@media screen and (min-width:801px){.sk-why__title{font-size:20px}}.sk-why__body{font-size:14px;line-height:2.3;color:rgba(255,255,255,.65);margin:0}.sk-flow__grid{counter-reset:sk-flow;list-style:none;margin:0;padding:0;display:grid;border:1px solid var(--sk-border)}@media screen and (min-width:801px){.sk-flow__grid{grid-template-columns:repeat(4,1fr)}}.sk-flow__cellwrap{border-bottom:1px solid var(--sk-border)}.sk-flow__cellwrap:last-child{border-bottom:0}@media screen and (min-width:801px){.sk-flow__cellwrap{border-bottom:0;border-right:1px solid var(--sk-border)}.sk-flow__cellwrap:last-child{border-right:0}}.sk-flow__card{height:100%;padding:32px}@media screen and (min-width:801px){.sk-flow__card{padding:40px}}.sk-flow__card:before{counter-increment:sk-flow;content:counter(sk-flow,decimal-leading-zero);display:block;font-family:var(--sk-font-mincho);font-size:48px;line-height:1;color:var(--sk-primary);opacity:.15}.sk-flow__title{font-family:var(--sk-font-mincho);font-size:16px;font-weight:500;letter-spacing:.06em;line-height:1.65;margin:20px 0 16px}@media screen and (min-width:801px){.sk-flow__title{font-size:18px}}.sk-flow__body{font-size:14px;line-height:2.2;opacity:.62;margin:0}.sk-contact{background:var(--sk-card)}.sk-contact__lead{font-size:14px;line-height:2.4;opacity:.68;margin:0 0 56px}@media screen and (min-width:801px){.sk-contact__lead{font-size:16px}}.sk-form__row{display:grid;gap:32px}@media screen and (min-width:801px){.sk-form__row{grid-template-columns:1fr 1fr}}.sk-form>*+*{margin-top:32px}.sk-field .wpcf7-form-control-wrap{display:block}.sk-field__label{display:block;color:#2b2b28;font-size:12px;font-weight:500;letter-spacing:.15em;opacity:.65;margin-bottom:12px;line-height:1.6}.sk-req{color:var(--sk-primary)}.sk-opt{font-size:12px;opacity:.4;margin-left:4px}.sk-field__input{width:100%;background:0 0;border:0;border-bottom:1px solid var(--sk-border);border-radius:0;padding:12px 0;font-family:inherit;font-size:14px;letter-spacing:inherit;color:var(--sk-fg);transition:border-color .3s ease}.sk-field__input:focus{outline:none;border-bottom-color:var(--sk-primary)}.sk-field__input::placeholder{color:rgba(43,43,40,.5);color:color-mix(in oklab,currentcolor 50%,transparent)}.sk-field__textarea{resize:none;line-height:2}.sk-select{position:relative}.sk-field__select{cursor:pointer;padding-right:32px}.sk-select__arrow{position:absolute;right:4px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;opacity:.4}.sk-form__submit{margin-top:48px}.sk-btn-primary{width:100%;font-family:inherit;background:var(--sk-primary);color:#fff;font-size:12px;font-weight:500;letter-spacing:.2em;padding:16px 56px;border:0;border-radius:0;transition:background-color .3s ease}.sk-btn-primary:hover{background:var(--sk-accent);color:#fff}@media screen and (min-width:801px){.sk-btn-primary{width:auto}}.sk-footer{background:#2b2b28;padding:64px 0}@media screen and (min-width:801px){.sk-footer{padding:80px 0}}.sk-footer__grid{display:grid;gap:48px;margin-bottom:48px}@media screen and (min-width:801px){.sk-footer__grid{grid-template-columns:repeat(3,1fr)}}.sk-footer__logo{width:80px;height:80px;object-fit:contain;background:#faf8f3;border-radius:50%;padding:6px;margin-bottom:16px}.sk-footer__brand{font-size:12px;line-height:2.2;color:rgba(255,255,255,.4);margin:0}.sk-footer__label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.3);margin:0 0 20px;line-height:1.6}.sk-footer__list{margin:0;font-size:12px;line-height:2.6;color:rgba(255,255,255,.45)}.sk-footer__list dt,.sk-footer__list dd{display:inline;margin:0}.sk-footer__list dt:after{content:"："}.sk-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:32px}.sk-footer__copy{font-size:12px;letter-spacing:.05em;color:rgba(255,255,255,.25);margin:0}.post-password-form{max-width:768px;margin:0 auto;padding:calc(var(--sk-header-h) + 80px) 24px 120px}