*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html,body,h1,h2,h3,h4,h5,h6,a,p,span,em,small,strong,sub,sup,mark,del,ins,strike,abbr,dfn,blockquote,q,cite,code,pre,ol,ul,li,dl,dt,dd,div,section,article,main,aside,nav,header,hgroup,footer,img,figure,figcaption,address,time,audio,video,canvas,iframe,details,summary,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{padding:0;margin:0;border:0}a{text-decoration:none;outline:none}html{font-size:62.5%}*{font-family:inherit;font-size:inherit;line-height:inherit}h1,h2,h3,h4,h5,h6{font-weight:normal}a{color:inherit;cursor:pointer;text-decoration:none}article,aside,footer,header,nav,section,main{display:block}*{box-sizing:border-box}*::before,*::after{box-sizing:inherit}table{border-collapse:collapse;border-spacing:0}table tr th,table tr td{padding:0;text-align:left;vertical-align:top}ol,ul{list-style:none}img{border-style:none;vertical-align:middle;backface-visibility:hidden;-webkit-backface-visibility:hidden}img,svg{width:100%;height:auto}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}label[for]{cursor:pointer}[hidden]{display:none !important}[disabled]{cursor:not-allowed}:focus:not(:focus-visible){outline:none}html{font-size:62.5%}body{font-weight:500;text-rendering:optimizeLegibility;text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:"IBM Plex Sans JP",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:2;letter-spacing:0;background-color:#fff;color:#003703;position:relative;overflow-x:hidden;overflow-y:scroll}@media screen and (max-width: 768px){body{font-size:1.4rem}}img{width:100%;height:auto}@media screen and (max-width: 768px){.isPc{display:none}}.isSp{display:none}@media screen and (max-width: 768px){.isSp{display:block}}.header{width:100vw;padding:16px 46px;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:9999;transition:.3s}@media screen and (max-width: 768px){.header{padding:12px 16px}}.header.on{background-color:#fff}.header__inner{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;position:relative}.header__logo{width:180px}@media screen and (max-width: 768px){.header__logo{width:134px}}.header__logo-gr{display:none}.header.on .header__logo-gr{display:block}.header.on .header__logo-wh{display:none}@media screen and (max-width: 768px){.header__nav{position:absolute;top:52px;right:0;background-color:#fff;border-radius:4px;padding:12px 16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;box-shadow:0px 2px 16px 0px rgba(0,0,0,.08)}}@media screen and (max-width: 768px){.header__nav.is-open{opacity:1;visibility:visible}}.header__nav ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:30px}@media screen and (max-width: 768px){.header__nav ul{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;gap:6px}}.header__nav ul li a{font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:0;color:#fff;position:relative;transition:opacity .3s ease;cursor:pointer}@media screen and (max-width: 768px){.header__nav ul li a{font-size:1.5rem;color:#003703}}.header__nav ul li a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.header__nav ul li a:hover{opacity:.8}.header__nav ul li a:hover::after{width:100%}.header.on .header__nav ul li a{color:#003703}.header__toggle{display:none;cursor:pointer;width:32px;height:16px;position:relative;background:rgba(0,0,0,0);border:none;padding:0;z-index:10000}@media screen and (max-width: 768px){.header__toggle{display:block}}.header__toggle span{width:100%;height:2px;background-color:#fff;position:absolute;left:50%;transition:all .3s ease}.header__toggle span:nth-child(1){top:0;transform:translateX(-50%)}.header__toggle span:nth-child(2){top:50%;transform:translate(-50%, -50%)}.header__toggle span:nth-child(3){bottom:0;transform:translateX(-50%)}.header.on .header__toggle span{background-color:#003703}.header__toggle.is-active span:nth-child(1){top:50%;transform:translate(-50%, -50%) rotate(45deg)}.header__toggle.is-active span:nth-child(2){opacity:0}.header__toggle.is-active span:nth-child(3){bottom:50%;transform:translate(-50%, 50%) rotate(-45deg)}.ttl{font-size:6rem;font-weight:400;line-height:1.2;letter-spacing:0;color:#003703;text-align:center;font-family:"Anton SC",sans-serif}@media screen and (max-width: 768px){.ttl{font-size:4rem}}.btn{max-width:240px;width:100%;height:60px;padding:18px 16px 18px 20px;background-color:#003703;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:0;color:#fff;transition:transform .3s ease,box-shadow .3s ease;position:relative}@media screen and (max-width: 768px){.btn{max-width:100%}}.btn::after{content:"";display:block;width:23px;height:23px;background-image:url(../asset/img/common/btn-arrow-wh.svg);background-size:cover;transition:transform .3s ease;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,55,3,.3)}.footer{padding:20px 46px 16px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;gap:20px;background-color:#003703}@media screen and (max-width: 768px){.footer{padding:24px 24px;gap:20px}}.footer__head{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}@media screen and (max-width: 768px){.footer__head{-webkit-flex-direction:column;flex-direction:column;gap:16px}}.footer__logo{width:180px}.footer__nav ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:30px}@media screen and (max-width: 768px){.footer__nav ul{gap:16px}}.footer__nav ul li a{font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:0;color:#fff;position:relative;transition:opacity .3s ease}@media screen and (max-width: 768px){.footer__nav ul li a{font-size:1.5rem}}.footer__nav ul li a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.footer__nav ul li a:hover{opacity:.8}.footer__nav ul li a:hover::after{width:100%}.footer__copy{font-size:1.5rem;font-weight:600;line-height:1.5;letter-spacing:0;text-align:center;color:#fff}@media screen and (max-width: 768px){.footer__copy{font-size:1.1rem}}.lowerHead{width:100vw;padding:148px 0 80px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;gap:32px;background-size:cover;background-position:center}@media screen and (max-width: 768px){.lowerHead{padding:96px 24px 40px;gap:16px}}.lowerHead-product{background-image:url(../asset/img/page/top/fv-2.webp)}.lowerHead-about{background-image:url(../asset/img/page/top/fv-3.webp)}.lowerHead__ttl{font-size:8rem;font-weight:400;line-height:1.2;letter-spacing:0;text-align:center;color:#fff;font-family:"Anton SC",sans-serif}@media screen and (max-width: 768px){.lowerHead__ttl{font-size:5rem}}.lowerHead__anchor{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;gap:10px}@media screen and (max-width: 768px){.lowerHead__anchor{-webkit-flex-direction:column;flex-direction:column}}.lowerHead__anchor li{max-width:240px;width:100%}@media screen and (max-width: 768px){.lowerHead__anchor li{max-width:100%}}.lowerHead__anchor li a{width:100%;height:60px;padding:18px 16px 18px 20px;border:1px solid #fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:0;color:#fff;transition:transform .3s ease,box-shadow .3s ease;position:relative}@media screen and (max-width: 768px){.lowerHead__anchor li a{max-width:100%}}.lowerHead__anchor li a::after{content:"";display:block;width:23px;height:23px;background-image:url(../asset/img/common/btn-arrow-wh.svg);background-size:cover;position:absolute;top:50%;right:16px;transform:translateY(-50%) rotate(90deg)}.lowerHead__anchor li a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,55,3,.3)}.topFv{width:100vw;height:100vh;overflow:hidden}@media screen and (max-width: 768px){.topFv{height:57vh}}.topFv__thum__outer{width:100%;height:100%;position:relative}.topFv__thum{width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.topFv__thum img{width:auto;height:100%}.topFv__key{position:absolute;left:56px;bottom:60px;z-index:1}@media screen and (max-width: 768px){.topFv__key{left:9px;bottom:14px}}.topFv__key__ttl{display:inline-block;font-size:6.4rem;font-weight:400;line-height:1;letter-spacing:0;font-family:"Anton SC",sans-serif;color:#244423;padding:12px;background-color:#fff;margin-bottom:20px}@media screen and (max-width: 768px){.topFv__key__ttl{font-size:3.2rem;margin-bottom:8px}}.topFv__key__txt{font-size:1.9rem;font-weight:600;line-height:1.5;letter-spacing:0;color:#fff}@media screen and (max-width: 768px){.topFv__key__txt{font-size:1.3rem;padding-left:8px}}.topFv__scroll{width:14.05px;position:absolute;right:60px;bottom:60px;z-index:1}@media screen and (max-width: 768px){.topFv__scroll{display:none}}.topBusiness{width:100vw;padding:0 0 80px;position:relative}.topBusiness__label__outer{width:100vw;overflow-x:hidden}.topBusiness__label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:40px;animation:scrollRight 20s linear infinite}@media screen and (max-width: 768px){.topBusiness__label{gap:24px}}.topBusiness__label p{font-size:120px;font-weight:700;line-height:1.2;letter-spacing:0;color:rgba(36,68,35,.1);white-space:nowrap}@media screen and (max-width: 768px){.topBusiness__label p{font-size:7.2rem}}@keyframes scrollRight{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.topBusiness__inner{max-width:1180px;width:100%;margin:50px auto 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;position:relative;z-index:1;padding:0 30px}@media screen and (max-width: 768px){.topBusiness__inner{padding:0 24px;margin:34px auto 0}}.topBusiness__cont__outer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:56px;margin:40px 0 60px}@media screen and (max-width: 768px){.topBusiness__cont__outer{gap:40px;margin:40px 0}}.topBusiness__cont{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end}.topBusiness__cont:nth-child(2n){-webkit-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 768px){.topBusiness__cont:nth-child(2n){-webkit-flex-direction:column;flex-direction:column}}@media screen and (max-width: 768px){.topBusiness__cont{-webkit-flex-direction:column;flex-direction:column;gap:16px}}.topBusiness__cont__thum{width:70%}@media screen and (max-width: 768px){.topBusiness__cont__thum{width:100%}}.topBusiness__cont__body{width:25%}@media screen and (max-width: 768px){.topBusiness__cont__body{width:100%}}.topBusiness__cont__body h3{font-size:3.2rem;font-weight:700;line-height:1.3;letter-spacing:0}.topBusiness__cont__body ul{list-style:disc;padding-left:24px}@media screen and (max-width: 768px){.topBusiness__cont__body ul{padding-left:20px}}.topBusiness__cont__body ul li{font-size:1.8rem;font-weight:600;line-height:1.5;letter-spacing:0;margin-top:4px}.topBusiness__icon{width:787px;position:absolute;left:-136px;bottom:-306px}@media screen and (max-width: 768px){.topBusiness__icon{display:none}}.topAbout{padding:0 30px 120px}@media screen and (max-width: 768px){.topAbout{padding:0 24px 48px}}.topAbout__inner{max-width:1120px;width:100%;margin:0 auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.topAbout__thum{margin-top:40px;width:100%;position:relative}@media screen and (max-width: 768px){.topAbout__thum{height:200px;overflow:hidden}}.topAbout__thum img{width:100%;height:auto}@media screen and (max-width: 768px){.topAbout__thum img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:auto;height:100%}}.topAbout__cont{width:100%;margin:25px 0 40px}.topAbout__cont h3{font-size:3.2rem;font-weight:700;line-height:1.3;letter-spacing:0}.topAbout__cont h4{font-size:1.8rem;font-weight:600;line-height:1.5;letter-spacing:0;margin-top:4px}.topAbout__cont p{font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:0;margin-top:24px}.proGoods{padding:120px 30px;background-image:url(../asset/img/page/product/bg-pc.webp);background-size:cover;background-position:center}@media screen and (max-width: 768px){.proGoods{padding:48px 24px;background-image:url(../asset/img/page/product/bg-sp.webp);background-size:cover;background-position:center}}.proGoods__inner{max-width:1200px;width:100%;margin:0 auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.proGoods__ttl{display:inline-block;font-size:5.2rem;font-weight:400;font-family:"Anton SC",sans-serif;line-height:1;letter-spacing:0;color:#244423;padding:12px;background-color:#fff;margin:0 auto 46px;text-align:center}@media screen and (max-width: 768px){.proGoods__ttl{font-size:3.2rem;margin:0 auto 24px}}.proGoods__cont{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}@media screen and (max-width: 768px){.proGoods__cont{-webkit-flex-direction:column;flex-direction:column;gap:20px}}.proGoods__thum{width:43.3333%}@media screen and (max-width: 768px){.proGoods__thum{width:100%}}.proGoods__info{width:52.8333%}@media screen and (max-width: 768px){.proGoods__info{width:100%}}.proGoods__info h3{font-size:3.2rem;font-weight:700;line-height:1.3125;letter-spacing:0;margin-bottom:16px}@media screen and (max-width: 768px){.proGoods__info h3{font-size:2.6rem;margin-bottom:4px}}.proGoods__info p{font-size:2.4rem;font-weight:400;line-height:1.5;letter-spacing:0}@media screen and (max-width: 768px){.proGoods__info p{font-size:1.8rem}}.aboutCompany{max-width:800px;width:100%;margin:0 auto 80px}.aboutCompany__cont{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:20px;margin-top:32px}@media screen and (max-width: 768px){.aboutCompany__cont{margin-top:24px}}.aboutCompany__cont__item{padding-bottom:16px;border-bottom:1px solid #003703;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width: 768px){.aboutCompany__cont__item{-webkit-flex-direction:column;flex-direction:column;gap:4px}}.aboutCompany__cont__item__ttl{width:30%;font-size:1.8rem;font-weight:700;line-height:1.6;letter-spacing:.06em}@media screen and (max-width: 768px){.aboutCompany__cont__item__ttl{width:100%;font-size:1.5rem}}.aboutCompany__cont__item__txt{width:67%;font-size:1.6rem;font-weight:500;line-height:1.6;letter-spacing:.06em}@media screen and (max-width: 768px){.aboutCompany__cont__item__txt{width:100%;font-size:1.5rem}}.aboutCompany__cont__item__list{width:67%;list-style:disc;padding-left:24px}@media screen and (max-width: 768px){.aboutCompany__cont__item__list{width:100%;padding-left:20px}}.aboutCompany__cont__item__list li{font-size:1.6rem;font-weight:500;line-height:1.6;letter-spacing:.06em}@media screen and (max-width: 768px){.aboutCompany__cont__item__list li{width:100%;font-size:1.5rem}}.aboutTeam{width:100%;margin-bottom:80px}.aboutTeam__cont__outer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:32px;margin-top:32px}@media screen and (max-width: 768px){.aboutTeam__cont__outer{margin-top:16px}}.aboutTeam__cont{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:start;align-items:start}@media screen and (max-width: 768px){.aboutTeam__cont{-webkit-flex-direction:column;flex-direction:column;gap:16px}}.aboutTeam__cont__thum{width:26.7857%}@media screen and (max-width: 768px){.aboutTeam__cont__thum{width:100%}}.aboutTeam__cont__body{width:69.64%}@media screen and (max-width: 768px){.aboutTeam__cont__body{width:100%}}.aboutTeam__cont__body h4{display:inline-block;font-size:1.8rem;font-weight:600;line-height:1.5;letter-spacing:0;padding-bottom:2px;border-bottom:1px solid #003703;margin-bottom:12px}@media screen and (max-width: 768px){.aboutTeam__cont__body h4{font-size:1.5rem;margin-bottom:8px}}.aboutTeam__cont__body h3{font-size:3.2rem;font-weight:700;line-height:1.3125;letter-spacing:0;margin-bottom:16px}@media screen and (max-width: 768px){.aboutTeam__cont__body h3{font-size:2.4rem}}.aboutTeam__cont__body p{font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:0}.aboutAccess__txt{margin:32px auto 16px;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.06em;text-align:center}@media screen and (max-width: 768px){.aboutAccess__txt{font-size:1.5rem;margin:16px auto}}.aboutMap{width:100%;height:460px}@media screen and (max-width: 768px){.aboutMap{height:250px}}.aboutMap iframe{width:100%;height:100%}.aboutCont{padding:120px 40px;background-image:url(../asset/img/page/about/bg-pc.webp);background-size:cover;background-position:center}@media screen and (max-width: 768px){.aboutCont{padding:64px 40px;background-image:url(../asset/img/page/about/bg-sp.webp);background-size:cover;background-position:center;padding:48px 24px}}.aboutCont__inner{max-width:1120px;width:100%;margin:0 auto}.notCont{padding:120px 30px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;gap:12px;background-image:url(../asset/img/page/product/bg-pc.webp);background-size:cover;background-position:center}@media screen and (max-width: 768px){.notCont{padding:80px 24px;background-image:url(../asset/img/page/product/bg-sp.webp);background-size:cover;background-position:center}}.notCont__thum{width:120px}.notCont__head{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;gap:2px}.notCont__head h2{font-size:6rem;font-weight:400;line-height:1.2;letter-spacing:0;text-align:center;font-family:"Anton SC",sans-serif}@media screen and (max-width: 768px){.notCont__head h2{font-size:5rem}}.notCont__head h3{font-size:3rem;font-weight:400;line-height:1.2;letter-spacing:0;text-align:center;font-family:"Anton SC",sans-serif}@media screen and (max-width: 768px){.notCont__head h3{font-size:2.4rem}}.notCont__text{font-size:1.6rem;font-weight:500;line-height:1.6;letter-spacing:.06em;text-align:center}@media screen and (max-width: 768px){.notCont__text{font-size:1.5rem}}