@charset "UTF-8";:root{--color-primary: #57b53b;--color-secondary: #905F06;--color-tertiary: #FFFECD;--color-text: var(--color-secondary);--container-medium: 1040px;--container-wide: 1280px;--container-small: 840px;--breakpoint-md: 767px;--font-small: clamp(.875rem, .25vw + .8rem, 1rem);--font-medium: clamp(1rem, .5vw + .9rem, 1.25rem);--font-medium-large: clamp(1.125rem, .6vw + 1rem, 1.5rem);--font-large: clamp(1.25rem, .8vw + 1rem, 1.75rem);--font-xlarge: clamp(1.65rem, 1.5vw + 1rem, 3rem)}#header{background-color:var(--color-secondary);position:sticky;top:0;z-index:100}@media screen and (max-width: 767px){#header{height:45px;display:flex;align-items:center}}.header-content{position:relative;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:12px}@media screen and (max-width: 767px){.header-content{padding:12px}}.header-logo{font-size:var(--font-medium);font-weight:700;color:#fff}.header-logo>a{color:#fff;text-decoration:none;white-space:nowrap;transition:all .3s ease}@media screen and (min-width: 768px) and (max-width: 1439.98px){.header-logo>a{font-size:1.8vw}}@media screen and (max-width: 767px){.header-logo>a{display:flex;justify-content:flex-start;align-items:center;gap:12px}}.header-logo>a:hover{opacity:.8}.header-logo img{width:92px;height:auto;max-height:24px}@media screen and (min-width: 768px) and (max-width: 1439.98px){.global-nav-wrapper{margin-left:auto}}@media screen and (max-width: 767px){.global-nav-wrapper.pc{display:none}}.global-nav{display:flex;justify-content:space-around}.global-nav .menu-item{position:relative}.global-nav .menu-item:after{content:"";display:block;width:1px;height:1.2em;background-color:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%)}.global-nav .menu-item:first-of-type:before{content:"";display:block;width:1px;height:1.2em;background-color:#fff;position:absolute;left:0;top:50%;transform:translateY(-50%)}.global-nav .menu-item>a{display:block;padding:.5rem 1rem;color:#fff;text-decoration:none;font-size:var(--font-small);white-space:nowrap;transition:all .3s ease}@media screen and (min-width: 768px) and (max-width: 1439.98px){.global-nav .menu-item>a{font-size:1.1vw;padding-left:.8vw;padding-right:.8vw}}.global-nav .menu-item>a:hover{opacity:.8}.header-cta{display:flex;justify-content:space-around;padding:0;margin-right:auto;gap:12px}@media screen and (max-width: 767px){.header-cta{flex-direction:column;margin:0 auto;max-width:90%}}@media screen and (min-width: 768px) and (max-width: 1439.98px){.header-cta .btn-arrow{font-size:1vw;padding-right:1.2vw;padding-left:1.2vw}.header-cta .btn-arrow:after{width:1vw}}@media screen and (max-width: 767px){.header-cta .btn-arrow{min-height:5em;font-size:var(--font-large)}}@media screen and (max-width: 767px){.header-cta.pc{display:none}}.header-cta>a{white-space:nowrap}.nav-trigger{display:block;width:32px;height:18px;position:absolute;top:50%;right:12px;transform:translateY(-50%);font-size:0;z-index:120}.nav-trigger span{position:absolute;width:100%;right:0;background-color:#fff;display:inline-block;height:3px;pointer-events:none;transition:all .3s ease;transform:translateY(-50%)}.nav-trigger span:first-of-type{top:0;left:0}.nav-trigger span:nth-of-type(2){top:50%;left:0}.nav-trigger span:last-of-type{top:100%;left:0}.nav-trigger.is-open{position:fixed;top:12px;transform:translateY(0)}.nav-trigger.is-open span:first-of-type{top:50%;left:50%;transform:translate(-50%,-50%) rotate(35deg)}.nav-trigger.is-open span:nth-of-type(2){opacity:0}.nav-trigger.is-open span:last-of-type{top:50%;left:50%;transform:translate(-50%,-50%) rotate(145deg)}@media screen and (min-width: 768px){.nav-trigger{display:none}}.sp-menu-content{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:scroll;background-color:var(--color-secondary);z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;gap:32px;transition:all .3s ease}.sp-menu-content.is-open{opacity:1;pointer-events:auto}.sp-menu-content .sp-menu-wrapper{width:180px}.sp-menu-content .menu-item{border-top:1px solid #fff}.sp-menu-content .menu-item:last-child{border-bottom:1px solid #fff}.sp-menu-content .menu-item>a{color:#fff;text-decoration:none;display:block;padding:16px 0;text-align:center;font-weight:600;font-size:var(--font-medium)}.sp-menu-content .menu-item.current{position:relative}.sp-menu-content .menu-item.current:before{content:"▶";color:#fff;font-size:var(--font-large);position:absolute;left:0;top:50%;transform:translateY(-50%)}.footer-cta{position:relative;background-color:var(--color-secondary);display:flex;justify-content:center;align-items:stretch;gap:24px;padding:48px 0}@media screen and (max-width: 767px){.footer-cta{flex-direction:column;padding:48px 24px}}.footer-cta .footer-cta-img{position:absolute;width:120px;height:105px;object-fit:contain;top:-65px;left:20px}@media screen and (max-width: 767px){.footer-cta .footer-cta-img{width:90px;height:80px;top:-50px;left:12px}}.footer-cta .btn-arrow{width:360px}@media screen and (max-width: 767px){.footer-cta .btn-arrow{width:100%}}.footer-cta .btn-arrow.tokyo-achademy:after{position:absolute;right:40px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.footer-cta .btn-arrow.tokyo-achademy:after{right:30px}}.footer-cta .btn-arrow.tokyo-achademy:hover:after{transform:translate(4px,-50%)}.footer-contact{padding:64px 0 40px;color:var(--color-secondary);text-align:center;font-weight:600}.footer-contact h3{font-size:var(--font-xlarge);margin-bottom:48px}.footer-contact address{font-style:normal}.footer-contact address .organization{font-size:var(--font-large);line-height:1.25}.footer-contact address .address{font-size:var(--font-medium);display:inline-block;margin:16px 0}.footer-contact a[href^="tel:"]{color:var(--color-secondary);text-decoration:none;font-size:var(--font-large)}.footer-contact .btn-inquiry{display:inline-block;margin:32px auto 0;padding:20px 120px;background:var(--color-secondary);border-radius:24px;color:#fff;text-decoration:none;font-size:var(--font-large);transition:all .3s ease}.footer-contact .btn-inquiry:hover{opacity:.8}.footer-nav-wrapper{padding:24px 0}.footer-nav{display:flex;gap:20px;justify-content:center}@media screen and (max-width: 767px){.footer-nav{padding:0 24px;flex-wrap:wrap;gap:4px 16px}}.footer-nav .menu-item>a{position:relative;display:block;padding:8px 16px;color:var(--color-secondary);font-weight:600;text-decoration:none;font-size:var(--font-small);white-space:nowrap;transition:all .3s ease}.footer-nav .menu-item>a:before{content:"▶";position:absolute;left:-12px;top:50%;transform:translateY(-50%);opacity:0;transition:all .3s ease}@media screen and (max-width: 767px){.footer-nav .menu-item>a:before{left:-16px}}.footer-nav .menu-item>a.current:before,.footer-nav .menu-item>a:hover:before{opacity:1}@media screen and (max-width: 767px){.footer-nav .menu-item>a{padding:4px 0}}@media screen and (max-width: 767px){.footer-nav .menu-item{flex:1 1 33%}}.footer-consign{background-color:var(--color-primary);color:#fff;padding:40px 0 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.footer-consign .btn-wrap{gap:16px}.footer-consign .btn-wrap+p{margin:0}.footer-consign .btn-wrap img{height:65px;width:auto;object-fit:contain;display:block}@media screen and (max-width: 767px){.footer-consign .btn-wrap img{height:32px}}@media screen and (max-width: 767px){.footer-consign .btn-wrap{gap:8px}}.copyright{margin-top:8px;text-align:center;font-weight:300;background-color:var(--color-primary);color:#fff;font-size:var(--font-small)}@media screen and (max-width: 767px){.copyright{margin-top:4px}}.copyright>a{color:#fff;text-decoration:none}.footer-cta-sp{position:fixed;bottom:0;left:0;width:100%;box-shadow:0 0 10px -2px #000c;z-index:50;opacity:1;transition:all .3s ease}@media screen and (min-width: 768px){.footer-cta-sp{display:none}}.footer-cta-sp .footer-cta-img{position:absolute;top:-60px;right:4px;width:100px;height:60px;object-fit:cover;object-position:top}.footer-cta-sp .sp-footer-cta-btn{display:flex;padding:12px 16px;width:50%;color:var(--color-secondary);text-decoration:none;white-space:nowrap;font-weight:600;position:relative;line-height:1.25}.footer-cta-sp .sp-footer-cta-btn.briefing{justify-content:flex-end;background-color:var(--color-tertiary);align-items:baseline}.footer-cta-sp .sp-footer-cta-btn.briefing:after{content:"";width:78px;height:6px;display:block;background:url(/arrow-left.svg) no-repeat center center/contain;position:absolute;bottom:8px;left:16px}.footer-cta-sp .sp-footer-cta-btn.unexperienced{background-color:#fff;align-items:center}.footer-cta-sp .sp-footer-cta-btn.unexperienced:after{content:"";width:78px;height:6px;display:block;background:url(/arrow-right.svg) no-repeat center center/contain;position:absolute;bottom:8px;right:16px}.footer-cta-sp.is-hidden{transform:translateY(120%);opacity:0;pointer-events:none}.section-title{font-size:var(--font-xlarge);line-height:1.25;position:relative;margin-bottom:48px}@media screen and (max-width: 767px){.section-title{white-space:nowrap}}.section-title-round{font-size:var(--font-large);color:var(--color-secondary);background-color:#fff;border:2px solid var(--color-secondary);padding:4px 0;border-radius:30px;text-align:center;margin-top:64px;margin-bottom:48px}.img-wrap.center{text-align:center}.map-wrap.center iframe{margin:0 auto;display:block;max-width:100%;aspect-ratio:4/3;height:auto;border:0}.btn-wrap{display:flex}.btn-wrap.center{justify-content:center}.btn-wrap.right{justify-content:flex-end}.btn-arrow{border-radius:50px;padding:.5rem 1.75rem;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;line-height:1.25;gap:16px;transition:all .3s ease}.btn-arrow:after{content:"";display:block;background:url(/brown-arrow-right.svg) no-repeat center/contain;width:18px;height:24px;transition:all .3s ease}@media screen and (max-width: 767px){.btn-arrow:after{width:16px;height:20px}}.btn-arrow.arrow-white:after{background-image:url(/white-arrow-right.svg)}.btn-arrow:hover{opacity:.8}.btn-arrow:hover:after{transform:translate(4px)}.btn-arrow.white{background-color:#fff;color:var(--color-secondary);border:1px solid var(--color-secondary)}.btn-arrow.beige{background-color:var(--color-tertiary);color:var(--color-secondary);border:1px solid var(--color-secondary)}.btn-arrow.green{background-color:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.btn-arrow.brown{background-color:var(--color-secondary);color:#fff;border:1px solid var(--color-secondary)}.btn-arrow.large{padding:16px 40px;font-size:var(--font-large);min-height:104px;transition:all .3s ease}.btn-arrow.large:hover{opacity:.8}@media screen and (max-width: 767px){.btn-arrow.large{padding:12px 24px;min-height:4em}}.btn-arrow.large:after{font-size:1em}.btn-arrow.medium{padding:12px 32px;min-height:80px;font-size:var(--font-medium);transition:all .3s ease}.btn-arrow.medium:hover{opacity:.8}@media screen and (max-width: 767px){.btn-arrow.medium{padding:8px 24px;min-height:3em}}.btn-arrow.tokyo-achademy{font-size:var(--font-medium);line-height:1.3;position:relative}@media screen and (max-width: 767px){.btn-arrow.tokyo-achademy{font-size:var(--font-small)}}@media screen and (max-width: 767px){.btn-arrow.onsite-briefing{font-size:var(--font-small)}}.btn-roundcorner{display:flex;align-items:center;margin:32px auto 0;padding:16px 32px;background:var(--color-secondary);border-radius:24px;color:#fff;text-decoration:none;font-size:var(--font-medium);transition:all .3s ease;line-height:1.25}.btn-roundcorner.download{border:4px solid #fff;gap:16px;transition:all .3s ease}.btn-roundcorner.download:after{content:"";display:inline-block;width:48px;height:48px;background:url(/download-arrow.svg) no-repeat center/contain #fff;border-radius:50%;transition:all .3s ease}.btn-roundcorner.download:hover:after{transform:translateY(2px)}.btn-roundcorner.white-arrow{align-items:center;flex-wrap:wrap;padding:12px 16px;background:var(--color-secondary);border-radius:16px;color:#fff;position:relative;transition:all .3s ease}.btn-roundcorner.white-arrow>span{display:inline-block;width:100%;font-size:.8rem;text-align:left}.btn-roundcorner.white-arrow:after{position:absolute;top:50%;right:16px;transform:translateY(-50%);content:"";display:block;width:18px;height:24px;background:url(/white-arrow-right.svg) no-repeat center/contain;transition:all .3s ease}.btn-roundcorner.white-arrow:hover:after{transform:translate(4px,-50%)}.btn-roundcorner.experienced-apply{width:380px;margin-left:0}@media screen and (max-width: 767px){.btn-roundcorner.experienced-apply{width:240px;margin-left:auto;padding-left:24px;margin-top:12px}}.btn-roundcorner.center{justify-content:center;text-align:center}.btn-roundcorner.green{background:var(--color-primary);border:4px solid #fff;min-width:240px}.btn-roundside{border-radius:50px;padding:.5rem 2.75rem;align-items:center;text-decoration:none}.btn-roundside.green{background-color:var(--color-primary);color:#fff;border:1px solid var(--color-primary);min-width:280px;text-align:center}.more-arrow{transition:all .4s ease;width:260px;display:flex;flex-direction:column;position:relative;overflow:hidden}@media screen and (max-width: 767px){.more-arrow{width:140px}}.more-arrow .more-text{width:64px;display:block;margin-left:0}.more-arrow .more-line{width:260px;align-self:flex-end;margin-top:-6px}@media screen and (max-width: 767px){.more-arrow .more-line{width:200px}}.more-arrow.dynamic{width:200px}@media screen and (max-width: 767px){.more-arrow.dynamic{width:120px}}.more-arrow.dynamic:hover,.more-arrow.dynamic.is-touched{width:260px}@media screen and (max-width: 767px){.more-arrow.dynamic:hover,.more-arrow.dynamic.is-touched{width:140px}}.more-arrow:hover{opacity:.8}.section-vp{padding:80px 0}@media screen and (max-width: 767px){.section-vp{padding:60px 0}}.section-bp{padding-bottom:80px}@media screen and (max-width: 767px){.section-bp{padding-bottom:60px}}.section-bmn{margin-bottom:-80px}@media screen and (max-width: 767px){.section-bmn{margin-bottom:-60px}}.bg-beige{background-color:var(--color-tertiary)}.bg-white{background-color:#fff}.card-info{border:4px solid var(--color-secondary);border-radius:48px;padding:32px;background-color:#fff}@media screen and (max-width: 767px){.card-info{padding:24px}}.card-info .card-title{font-size:var(--font-medium);background-color:var(--color-secondary);color:#fff;border-radius:24px;padding:4px 0;margin-bottom:24px}@media screen and (max-width: 767px){.card-info .card-title{margin-bottom:16px}}.card-info .card-two-column{display:flex;gap:24px}@media screen and (max-width: 767px){.card-info .card-two-column{flex-direction:column;gap:16px}}.card-info .card-two-column>div{flex:1}.card-info .card-three-column{display:flex;gap:16px}@media screen and (max-width: 767px){.card-info .card-three-column{flex-direction:column;gap:12px}}.card-info .card-three-column>div{flex:1}.card-info .col-wrap p:first-child{margin-top:0}.card-info .col-wrap p:last-child{margin-bottom:0}.card-info.mtop{margin-top:32px}.card-info:not(:last-child){margin-bottom:32px}.circle-number-list{list-style:none;counter-reset:item;padding-left:0}.circle-number-list li{counter-increment:item;margin:.5em 0;position:relative;padding-left:1.6em}.circle-number-list li:before{content:counter(item);display:inline-block;width:1.2em;height:1.2em;line-height:1.2em;border:1px solid #333;border-radius:50%;text-align:center;font-weight:700;position:absolute;left:0;top:.4em;font-size:12px}.circle-number-list.brown li:before{border-color:var(--color-secondary)}.paren-number-list{list-style:none;counter-reset:item;padding-left:0}.paren-number-list.black li:before{color:#333}.paren-number-list li{counter-increment:item;margin:.5em 0;position:relative;padding-left:2em}.paren-number-list li:before{content:"(" counter(item) ")";display:inline-block;min-width:2em;text-align:center;font-weight:700;position:absolute;left:0;top:0;color:var(--color-secondary)}.page .main-content{background-color:var(--color-tertiary);padding-bottom:80px}@media screen and (max-width: 767px){.page .main-content{padding-bottom:60px}}.inner-content{width:var(--container-medium);max-width:100%;margin:0 auto}.inner-content.wide{width:var(--container-wide);max-width:100%}.inner-content.small{width:var(--container-small);max-width:100%}@media screen and (max-width: 767px){.inner-content{padding:0 16px}}.post-content{width:var(--container-small);max-width:100%;margin:0 auto}@media screen and (max-width: 767px){.post-content{padding:0 16px}}.post-content figure{max-width:100%}.post-content img{width:100%;max-width:100%;margin-bottom:24px}.qa-a-content a,.post-content a{color:var(--color-secondary);text-decoration:underline;display:inline-block}.qa-a-content ul,.post-content ul{list-style-type:disc}.qa-a-content p:last-child,.post-content p:last-child{margin-bottom:0}.asymmetry-columns{display:flex;gap:32px;margin-bottom:48px}.asymmetry-columns:last-of-type{margin-bottom:0}@media screen and (max-width: 767px){.asymmetry-columns{flex-direction:column-reverse;gap:16px}}.asymmetry-columns .col-wrap{flex:1}.asymmetry-columns .col-wrap:last-child{flex:1.35}.asymmetry-columns.reverse{flex-direction:row-reverse}@media screen and (max-width: 767px){.asymmetry-columns.reverse{flex-direction:column-reverse}}.qa-list{margin-top:56px;position:relative}@media screen and (max-width: 767px){.qa-list{margin-top:24px}}.qa-list:before{content:"";display:block;width:240px;height:140px;background:url(/qa-farmer.svg) no-repeat center/contain;position:absolute;top:-100px;right:-48px}@media screen and (max-width: 767px){.qa-list:before{width:140px;height:80px;top:-120px;right:0}}.qa-list.page-qa:before{display:none}.qa-list.with-more-btn{margin-bottom:40px}@media screen and (max-width: 767px){.qa-list.with-more-btn{margin-bottom:32px}}.qa-item{background-color:var(--color-tertiary);border-radius:24px;padding:24px 48px;margin-bottom:24px;cursor:pointer}@media screen and (max-width: 767px){.qa-item{padding:12px 16px;border-radius:12px}}.qa-item[open] .qa-q:after{transform:rotate(0)}.qa-item.page-qa{background-color:#fff;border:1px solid var(--color-secondary)}.qa-q{position:relative;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width: 767px){.qa-q{justify-content:space-between}}.qa-q>p{display:inline}.qa-q:after{content:"";display:inline-block;width:32px;height:32px;background:url(/qa-toggle.svg) no-repeat center/contain;margin-left:24px;transform:rotate(-180deg);transition:all .3s ease}.qa-q-text{color:var(--color-primary);font-size:var(--font-medium);font-weight:600;position:relative}@media screen and (max-width: 767px){.qa-q-text{margin:0;width:calc(100% - 40px)}}.qa-q-text:before{content:"Q.";font-style:italic;margin-right:12px}.qa-a{color:var(--color-secondary);display:flex;justify-content:space-between;align-items:baseline;overflow:hidden;transition:height .25s ease;height:0;will-change:height}.qa-a:before{content:"A.";font-style:italic;font-size:var(--font-medium);font-weight:600}.qa-a-content{width:calc(100% - 40px)}@media screen and (max-width: 767px){.top .news-list .news-item:nth-child(n+2){display:none}}@media screen and (max-width: 767px){.top .facility-intro-list{margin-top:40px}}.dot-list{list-style-type:disc;padding-left:1.5em}.dot-list li::marker{font-size:.7em}.dot-list.large-dot{list-style-type:none;padding-left:0}.dot-list.large-dot li{position:relative;padding-left:1.2em}.dot-list.large-dot li:before{content:"";position:absolute;left:.3em;width:.6em;height:.6em;border-radius:50%;background:var(--color-secondary);top:.55em}.form-wrap iframe{display:block;margin:0 auto}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:clip}body{color:var(--color-text);font-size:16px;line-height:1.6;font-family:Noto Sans JP,sans-serif;font-weight:500;height:auto!important;font-feature-settings:"palt"}p{margin:12px 0}p.center{text-align:center}p.large{font-size:var(--font-large)}p.medium{font-size:var(--font-medium)}a{color:var(--color-secondary);text-decoration:underline}a:hover{opacity:.8}a.disabled{pointer-events:none}@media screen and (min-width: 768px){br.sp{display:none}}@media screen and (max-width: 480px){span.pc{display:none}}small{font-size:var(--font-small)}ul{padding:0;list-style-type:none}img{vertical-align:middle;height:auto;width:100%}img.w-80{width:80%}figure>img{width:100%}figure figcaption.right{text-align:right}figure figcaption.center{text-align:center}@media screen and (max-width: 767px){figure figcaption.sp-left{text-align:left}}figure.inner-caption{position:relative}figure.inner-caption figcaption{position:absolute;bottom:4px;left:4px;color:#fff;font-size:var(--font-small)}figure.inner-caption.right figcaption{left:auto;right:4px}h1.center,h2.center,h3.center,h4.center,h5.center,h6.center{text-align:center}h3{font-size:var(--font-large)}@media screen and (min-width: 768px){.pc-hide{display:none!important}}@media screen and (max-width: 767px){.sp-hide{display:none!important}}@media screen and (max-width: 767px){.sp-center{text-align:center}}@media screen and (max-width: 767px){.sp-jc-center{justify-content:center}}.mb-middle{margin-bottom:32px}.red{color:red}.medium{font-size:var(--font-medium)}.bold{font-weight:700}html,body{margin:0;width:100%;height:100%}
