@charset "UTF-8";*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}:where([hidden]:not([hidden=until-found])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:0.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}:where(hr){border:none;-webkit-border-before:1px solid;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}html{font-size:62.5%}@media screen and (max-width:768px){html{font-size:2.564vw}}body{font-family:"Noto Sans JP",sans-serif;color:#000;background-color:#fff}body li{list-style:none}body img{width:100%;height:auto;vertical-align:bottom}body a{text-decoration:none;color:#000;cursor:pointer}.body.active{overflow:hidden}.header__inner{padding:0 4rem;margin:auto;max-width:136rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;position: fixed;width: 100%;top: 0;z-index: 10000;}@media screen and (min-width:1440px){.header__inner{max-width:100%}}@media screen and (max-width:1100px){.header__inner{padding:0 2.7272727273vw}}@media screen and (max-width:768px){.header__inner{position:fixed;width:100%;padding:0 1.5rem;min-height:5.8rem;z-index:9999;-webkit-filter:drop-shadow(0px 6px 5px rgba(0,0,0,0.1));filter:drop-shadow(0px 6px 5px rgba(0,0,0,0.1))}}.header__title{width:29.3rem}@media screen and (max-width:1100px){.header__title{width:26.6363636364vw}}@media screen and (max-width:768px){.header__title{width:18rem}}.header__nav{width:100%;height:8.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:768px){.header__nav{padding-bottom:7rem;position:fixed;overflow-y:auto;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:0.6s;transition:0.6s;width:100vw;height:100vh;background-color:#fff;top:5.7rem;z-index:9;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial}}.header__list{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.header__list{margin:5rem auto 0;width:34.1rem;height:initial;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__btn{display:none;position:relative;cursor:pointer;width:1.6rem;height:1.4rem;cursor:pointer}@media screen and (max-width:768px){.header__btn{display:block}}.header__btn span{display:inline-block;-webkit-transition:all 0.4s;transition:all 0.4s;position:absolute;left:0;height:0.2rem;background:#407359;width:100%}.header__btn span:first-of-type{top:0}.header__btn span:nth-of-type(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__btn span:nth-of-type(3){bottom:0}.header.active .header__btn span:first-of-type{top:0rem;left:0;-webkit-transform:translateY(0.6rem) rotate(-45deg);transform:translateY(0.6rem) rotate(-45deg)}.header.active .header__btn span:nth-of-type(2){opacity:0}.header.active .header__btn span:nth-of-type(3){top:1.15rem;left:0;-webkit-transform:translateY(-0.6rem) rotate(45deg);transform:translateY(-0.6rem) rotate(45deg)}.header.active .header__nav{-webkit-transform:translateX(0);transform:translateX(0)}.header__item{position:relative;padding:0 2.4rem;font-size:1.6rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__item.js-accordionBtn{padding:0 2.7rem}@media screen and (max-width:1100px){.header__item.js-accordionBtn{padding:0 2.4545454545vw}}@media screen and (max-width:768px){.header__item.js-accordionBtn{padding:1.5rem 0}}.header__item .js-headerLink{position:relative;display:inline-block}.header__item .js-headerLink:after{position:absolute;left:0;content:"";display:inline-block;width:100%;height:0.1rem;background:#407359;bottom:-0.5rem;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;z-index:9}.header__item .js-headerLink:hover:after{-webkit-transform:scale(1,1);transform:scale(1,1)}@media screen and (max-width:1100px){.header__item{padding:0 2.1818181818vw;font-size:1.4545454545vw}}@media screen and (max-width:768px){.header__item{padding:1.5rem 0;width:100%;height:initial;font-size:1.4rem;border-bottom:0.1rem solid #BDB8B8;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.header__item.open .header__accordion:before{position:absolute;content:"";width:100%;height:4rem;top:-2rem}@media screen and (max-width:768px){.header__item.open .header__accordion:before{display:none}}@media screen and (max-width:768px){.header__item.open .header__itemName span:after{display:none}}.header__itemName{position:relative;cursor:pointer}@media screen and (max-width:768px){.header__itemName{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__itemName span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:1.7rem;height:1.7rem;border-radius:50%;border:0.1rem solid #407359}.header__itemName span:after,.header__itemName span:before{position:absolute;content:"";background-color:#407359;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.header__itemName span:before{width:0.7rem;height:0.1rem}.header__itemName span:after{width:0.1rem;height:0.7rem}}.header__itemName:after{position:absolute;content:"";display:inline-block;vertical-align:middle;color:#000;line-height:1;width:0.4em;height:0.4em;border:0.1em solid currentColor;border-left:0;border-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translateY(-25%) rotate(135deg);transform:translateY(-25%) rotate(135deg);top:40%;right:-20%}@media screen and (max-width:768px){.header__itemName:after{display:none}}.header__item+.header__item .header__itemName,.header__item+.header__item>a{position:relative}.header__item+.header__item .header__itemName:before,.header__item+.header__item>a:before{position:absolute;content:"";width:0.1rem;height:3.5rem;background-color:#BDB8B8;left:-2.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1100px){.header__item+.header__item .header__itemName:before,.header__item+.header__item>a:before{left:-2.1818181818vw;height:3.1818181818vw}}@media screen and (max-width:768px){.header__item+.header__item .header__itemName:before,.header__item+.header__item>a:before{display:none}}.header__accordion{display:none;position:absolute;bottom:-1.5rem;left:-5rem;-webkit-transform:translateY(100%);transform:translateY(100%);z-index:9}@media screen and (max-width:768px){.header__accordion{width:100%;position:initial;-webkit-transform:initial;transform:initial}}.header__accordionList{padding:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;background-color:#fff}@media screen and (max-width:768px){.header__accordionList{padding:0;gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__accordionItem{width:16.5rem}@media screen and (max-width:1100px){.header__accordionItem{width:15vw}}@media screen and (max-width:768px){.header__accordionItem{width:100%}}.header__accordionImg{overflow:hidden}.header__accordionImg img{-webkit-transition:0.6s;transition:0.6s}@media screen and (max-width:768px){.header__accordionImg{display:none}}.header__accordionHover:hover .header__accordionImg img{-webkit-transform:scale(1.1);transform:scale(1.1)}.header__accordionLink{margin-top:1rem;padding-bottom:1rem;border-bottom:0.1rem solid #407359;font-size:1.6rem;color:#407359;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1100px){.header__accordionLink{font-size:1.4545454545vw}}@media screen and (max-width:768px){.header__accordionLink{position:relative;padding:0 0 0 1rem;border-bottom:initial;font-size:1.4rem;color:#000}.header__accordionLink:before{position:absolute;content:"-";left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.header__accordionLink .-arrow{width:1rem}@media screen and (max-width:768px){.header__accordionLink .-arrow{display:none}}.header__contact{position:relative;width:18rem;height:4.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#407359;font-size:1.6rem;border:1px solid #407359;z-index:9}.header__contact:before{content:"";position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;display:block;background:#407359;z-index:-1;-webkit-transition:0.3s;transition:0.3s;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top}.header__contact .none{display:none}.header__contact:hover{color:#fff}.header__contact:hover:before{-webkit-transform:scale(1,1);transform:scale(1,1)}.header__contact:hover.-white p{color:#407359}.header__contact:hover .open{display:none}.header__contact:hover .none{display:block}@media screen and (max-width:1100px){.header__contact{width:16.3636363636vw;height:4.0909090909vw;font-size:1.4545454545vw}}@media screen and (max-width:768px){.header__contact{display:none}}.header__contactCol2{display:none}@media screen and (max-width:768px){.header__contactCol2{margin-top:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}}@media screen and (max-width:768px){.header__contactItem{width:16.5rem;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0.1rem solid #407359;font-size:1.4rem;color:#407359}}.header__contactItem:last-child{background-color:#407359;color:#fff}.header__contactImg{margin-right:0.5rem;width:1.7rem}@media screen and (max-width:768px){.header__contactImg{width:1.5rem}}@media screen and (max-width:768px){.header__contactArrow{margin-left:1rem;width:1rem}}.footer__content{padding:6rem 2.5rem;margin:auto;max-width:104rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}@media screen and (min-width:1440px){.footer__content{max-width:126rem;width:72.2222222222vw}}@media screen and (max-width:900px){.footer__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem}}@media screen and (max-width:768px){.footer__content{padding:3rem 2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}}.footer__leftCol2{margin-top:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.footer__leftCol2 .footer__instagram{-webkit-transition:0.5s;transition:0.5s}.footer__leftCol2 .footer__instagram:hover{opacity:0.7}@media screen and (max-width:768px){.footer__leftCol2{margin-top:1.5rem;gap:1rem}}.footer__instagram{width:2rem}.footer__personal{position:relative;line-height:1.6;font-size:1.4rem}.footer__personal:before{position:absolute;content:"";width:100%;height:0.1rem;background-color:#000;bottom:0rem;-webkit-transition:0.4s;transition:0.4s;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top}.footer__personal:hover:before{-webkit-transform:scale(1,1);transform:scale(1,1)}@media screen and (max-width:768px){.footer__personal{font-size:1.2rem}}.footer__title{width:21.7rem}@media screen and (max-width:768px){.footer__title{width:16rem}}.footer__text{margin-top:1.5rem;font-size:1.4rem;line-height:1.6}@media screen and (max-width:768px){.footer__text{margin-top:1rem;font-size:1.2rem}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media screen and (max-width:900px){.footer__nav{gap:6rem}}@media screen and (max-width:768px){.footer__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.footer__list{min-width:34.5rem;max-width:57.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.footer__item{max-width:16rem;width:100%}.footer__item a.footer__itemText{position:relative}.footer__item a.footer__itemText:before{position:absolute;content:"";width:0;height:0.1rem;background-color:#407359;bottom:-0.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:0.3s;transition:0.3s}.footer__item a.footer__itemText:hover:before{width:100%}.footer__itemText{font-size:1.6rem;color:#407359;font-weight:500}@media screen and (max-width:768px){.footer__itemText{font-size:1.4rem}}.footer__itemLink{position:relative;margin-top:0.5rem;padding:1rem 0;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem}.footer__itemLink:before{position:absolute;content:"";width:100%;height:0.1rem;background-color:#BDB8B8;bottom:0;left:0}.footer__itemLink:hover:before{-webkit-animation-name:hoverBottom;animation-name:hoverBottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(0,1);transform:scale(0,1)}@-webkit-keyframes hoverBottom{0%{-webkit-transform:scale(0,1);transform:scale(0,1)}10%{-webkit-transform:scale(0,1);transform:scale(0,1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hoverBottom{0%{-webkit-transform:scale(0,1);transform:scale(0,1)}10%{-webkit-transform:scale(0,1);transform:scale(0,1)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:768px){.footer__itemLink{font-size:1.2rem}}.footer__itemLink+.footer__itemLink{margin:0;padding:1rem 0}@media screen and (max-width:768px){.footer__itemLink+.footer__itemLink{padding:0.6rem 0}}.footer__kafuku{max-width:28rem}@media screen and (max-width:768px){.footer__kafuku{max-width:100%}}.footer__kafukuImg{display:block;margin-top:1.5rem}@media screen and (max-width:768px){.footer__kafukuImg{margin-top:1rem}}.footer__kafuku a{-webkit-transition:0.5s;transition:0.5s}.footer__kafuku a:hover{opacity:0.8}.footer__bottom{padding:1.5rem 2.5rem;background-color:#407359;color:#fff;text-align:center;font-size:1.2rem;font-weight:500}@media screen and (max-width:768px){.footer__bottom{padding:1rem 2.5rem}}.l-content{margin:auto;max-width:104rem}.l-content85{margin:auto;max-width:85rem}.u-sp{display:none}@media screen and (max-width:768px){.u-pc{display:none}.u-sp{display:block}}.u-alignL{text-align:left}.u-alignC{text-align:center}.u-alignR{text-align:right}.u-margin24{margin-top:2.4rem}@media screen and (max-width:768px){.u-margin24{margin-top:2rem}}.u-margin40{margin-top:4rem}@media screen and (max-width:768px){.u-margin40{margin-top:2rem}}.u-margin60{margin-top:6rem}@media screen and (max-width:768px){.u-margin60{margin-top:3rem}}.u-margin80{margin-top:8rem}@media screen and (max-width:768px){.u-margin80{margin-top:4rem}}.u-text{font-size:1.6rem;letter-spacing:0.05em;line-height:2.5}.u-text+.u-text{margin-top:2rem}@media screen and (max-width:768px){.u-text{font-size:1.4rem}}.u-text.-center{text-align:center}.u-text .-bold{margin-bottom:1rem;display:block;font-size:3.2rem;font-weight:500;letter-spacing:0.05em;line-height:1.8;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.u-text .-bold{font-size:2rem}}.u-title{font-size:3.2rem;font-weight:500;font-family:"Noto Serif JP",serif;line-height:1.6;letter-spacing:0.05em}@media screen and (max-width:768px){.u-title{font-size:2rem}}.u-table{width:100%;margin-top:6rem}@media screen and (max-width:768px){.u-table{margin-top:3rem}}.u-table__map{margin-top:1.5rem;width:100%;aspect-ratio:65/27}@media screen and (max-width:768px){.u-table__map{margin-top:1rem}}.u-table tr{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5rem}@media screen and (max-width:768px){.u-table tr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.u-table tr+tr td,.u-table tr+tr th{padding:2.4rem 0}@media screen and (max-width:768px){.u-table tr+tr th{padding:1.2rem 0 0}.u-table tr+tr td{padding:0 0 1.2rem}}.u-table th{padding-bottom:2.4rem;min-width:14rem;text-align:left;font-size:1.6rem;font-weight:bold;border-bottom:0.1rem solid #407359}@media screen and (max-width:768px){.u-table th{font-size:1.4rem;padding-bottom:0;border-bottom:none}}.u-table td{padding-bottom:2.4rem;width:100%;font-size:1.6rem;letter-spacing:0.05em;line-height:2;border-bottom:0.1rem solid #D9D9D9}@media screen and (max-width:768px){.u-table td{position:relative;font-size:1.4rem;padding-bottom:1.2rem;border-bottom:none}.u-table td:before{position:absolute;content:"";width:100%;height:0.1rem;background:-webkit-gradient(linear,left top,right top,from(#407359),color-stop(20%,#407359),color-stop(20%,#D9D9D9),to(#D9D9D9));background:linear-gradient(90deg,#407359 0%,#407359 20%,#D9D9D9 20%,#D9D9D9 100%);bottom:0;left:0}}.readMore{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:25rem;height:5.5rem;padding:0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0.1rem solid #407359;gap:0 1rem;-webkit-transition:0.3s;transition:0.3s;position:relative;z-index:9}.readMore:before{content:"";position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;display:block;background:#407359;z-index:-1;-webkit-transition:0.3s;transition:0.3s;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top}.readMore__btn .none{display:none}.readMore:hover:before{-webkit-transform:scale(1,1);transform:scale(1,1)}.readMore:hover p{color:#fff}.readMore:hover.-white p{color:#407359}.readMore:hover .readMore__btn .open{display:none}.readMore:hover .readMore__btn .none{display:block}@media screen and (max-width:768px){.readMore{min-width:22.5rem;height:5rem}}.readMore p{font-size:1.6rem;color:#407359;font-weight:500}@media screen and (max-width:768px){.readMore p{font-size:1.4rem}}.readMore.-white{border:0.1rem solid #fff}.readMore.-white p{color:#fff}.readMore.-white:before{background:#fff}.readMore.-center{margin-left:auto;margin-right:auto}.u-swiperBtns{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.u-swiperBtns .button-next,.u-swiperBtns .button-prev{width:3.5rem}@media screen and (max-width:768px){.u-swiperBtns .button-next,.u-swiperBtns .button-prev{width:2rem}}.mainFv__item{overflow:hidden}.mainFv__item img{-webkit-animation-name:zoomUp;animation-name:zoomUp;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:scale(1);transform:scale(1);-o-object-fit:cover;object-fit:cover;background-repeat:no-repeat}@-webkit-keyframes zoomUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes zoomUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.titleAnime{position:relative}.titleAnime>span>span{opacity:0;-webkit-transform:initial;transform:initial;-webkit-transition:opacity 3s cubic-bezier(0.215,0.61,0.355,1);transition:opacity 3s cubic-bezier(0.215,0.61,0.355,1)}.titleAnime:before{position:absolute;left:0;content:"";width:100%;height:0.2rem;background:#fff;bottom:-0.1rem;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.titleAnime.active>span>span{opacity:1}.titleAnime.bar:before{-webkit-transform:scale(1,1);transform:scale(1,1)}.zoomAnime{overflow:hidden}.zoomAnime img{-webkit-transform:scale(1.1);transform:scale(1.1)}.zoomAnime.active img{-webkit-animation:zoomAnime 1s linear 0s normal both;animation:zoomAnime 1s linear 0s normal both}@-webkit-keyframes zoomAnime{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomAnime{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.feadUpAnime{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}.feadUpAnime.-delay01{-webkit-animation-delay:0;animation-delay:0}.feadUpAnime.-delay02{-webkit-animation-delay:0.3s;animation-delay:0.3s}@media screen and (max-width:768px){.feadUpAnime.-delay02{-webkit-animation-delay:0;animation-delay:0}}.feadUpAnime.-delay03{-webkit-animation-delay:0.6s;animation-delay:0.6s}@media screen and (max-width:768px){.feadUpAnime.-delay03{-webkit-animation-delay:0;animation-delay:0}}.feadUpAnime.active{-webkit-animation-name:feadUpAnime;animation-name:feadUpAnime;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes feadUpAnime{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes feadUpAnime{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.feadDownAnime{opacity:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}.feadDownAnime.active{-webkit-animation-name:feadDownAnime;animation-name:feadDownAnime;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes feadDownAnime{0%{opacity:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes feadDownAnime{0%{opacity:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.feadLeftAnime{opacity:0;-webkit-transform:translateY(-1rem) translateX(-1rem);transform:translateY(-1rem) translateX(-1rem)}.feadLeftAnime.active{-webkit-animation-name:feadLeftAnime;animation-name:feadLeftAnime;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes feadLeftAnime{0%{opacity:0;-webkit-transform:translateY(-1rem) translateX(-1rem);transform:translateY(-1rem) translateX(-1rem)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes feadLeftAnime{0%{opacity:0;-webkit-transform:translateY(-1rem) translateX(-1rem);transform:translateY(-1rem) translateX(-1rem)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.feadRightAnime{opacity:0;-webkit-transform:translateY(-1rem) translateX(1rem);transform:translateY(-1rem) translateX(1rem)}.feadRightAnime.active{-webkit-animation-name:feadRightAnime;animation-name:feadRightAnime;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes feadRightAnime{0%{opacity:0;-webkit-transform:translateY(-1rem) translateX(1rem);transform:translateY(-1rem) translateX(1rem)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes feadRightAnime{0%{opacity:0;-webkit-transform:translateY(-1rem) translateX(1rem);transform:translateY(-1rem) translateX(1rem)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.section.-bgGry{background-color:#FAFAFA}.section__titleContent{padding-bottom:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}@media screen and (max-width:768px){.section__titleContent{padding-bottom:1rem}}.section__titleContent:before{position:absolute;content:"";width:2.5rem;height:0.1rem;background-color:#407359;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:768px){.section__titleContent:before{width:1.5rem}}.section__titleContent.-center{margin:auto;text-align:center}.section__titleContent.-white{color:#fff}.section__titleContent.-white .section__subTitle{color:#fff}.section__titleContent.-white:before{background-color:#fff}.section__titleContent.-left:before{left:0;-webkit-transform:initial;transform:initial}.section__title{margin-top:1rem;font-size:3.2rem;font-weight:600;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.section__title{font-size:2.4rem}}.section__subTitle{font-size:1.6rem;color:#407359;font-family:"Cormorant Garamond",serif;font-weight:500}@media screen and (max-width:768px){.section__subTitle{font-size:1.4rem}}.mainFv{position:relative;min-height:calc(100vh - 8.6rem);max-height:calc(100vh - 8.6rem);overflow:hidden}@media screen and (max-width:768px){.mainFv{min-height:100vh;max-height:100vh}}.mainFv__swiper{overflow:hidden}.mainFv__item{min-height:calc(100vh - 8.6rem);max-height:calc(100vh - 8.6rem);overflow:hidden}@media screen and (max-width:768px){.mainFv__item{min-height:100vh;max-height:100vh}}.mainFv__item .u-sp{display:none!important}@media screen and (max-width:768px){.mainFv__item .u-sp{display:block!important}}.mainFv__item img{width:100%;min-height:calc(100vh - 8.6rem);max-height:calc(100vh - 8.6rem);-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.mainFv__item img{min-height:100vh;max-height:100vh}}.mainFv__content{position:absolute;top:50%;left:9rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:56rem;z-index:9}@media screen and (max-width:768px){.mainFv__content{top:60vh;width:35rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.mainFv__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:6.4rem;font-weight:600;font-family:"Noto Serif JP",serif;color:#fff;line-height:1.6;letter-spacing:0.1em}@media screen and (max-width:768px){.mainFv__title{font-size:4rem}}.mainFv__title+.mainFv__title{margin-left:auto}.client{padding:10rem 0}@media screen and (max-width:768px){.client{padding:5rem 0}}.client__swiper{margin-top:6rem;overflow:hidden}@media screen and (max-width:768px){.client__swiper{margin-top:3rem}}.client__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-timing-function:linear;transition-timing-function:linear}.about{padding:10rem 0 6rem}@media screen and (max-width:768px){.about{padding:5rem 0}}.about__img{margin-top:6rem;width:100%;height:40rem}.about__img .u-sp{display:none!important}@media screen and (max-width:768px){.about__img .u-sp{display:block!important}}@media screen and (max-width:768px){.about__img{margin-top:3rem;height:25rem}}.about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about .l-content{padding:0 2.5rem}.about__content{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:6rem}@media screen and (max-width:768px){.about__content{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.about__content .u-title{min-width:30rem}.strength{padding:10rem 2.5rem;background:center/cover no-repeat url("../img/strength-bg.png");background-color:#407359}@media screen and (max-width:768px){.strength{padding:5rem 2.5rem}}.strength__list{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}@media screen and (max-width:768px){.strength__list{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.strength__item{width:calc((100% - 8rem)/3)}@media screen and (max-width:768px){.strength__item{width:100%}}.strength__itemHead{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:27.7rem;color:#fff;text-align:center;font-size:2.4rem;font-family:"Noto Serif JP",serif}@media screen and (max-width:900px){.strength__itemHead{min-width:100%;font-size:2.4444444444vw}}@media screen and (max-width:768px){.strength__itemHead{font-size:2rem}}.strength__itemHead span{display:block;font-size:1.6rem;font-family:"Cormorant Garamond",serif}.strength__itemAbout{margin-top:2.4rem}@media screen and (max-width:768px){.strength__itemAbout{margin-top:1rem}}.strength__itemText{font-size:1.6rem;color:#fff;line-height:1.8;letter-spacing:0.05em}@media screen and (max-width:768px){.strength__itemText{font-size:1.4rem}}.strength__itemImg{margin-top:1.6rem}@media screen and (max-width:768px){.strength__itemImg{margin-top:1rem}}.service{padding:10rem 2.5rem}@media screen and (max-width:768px){.service{padding:3.7rem 2.5rem 5rem}}.service__list{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}@media screen and (max-width:768px){.service__list{margin-top:3rem;gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.service__item{width:calc((100% - 8rem)/3)}@media screen and (max-width:768px){.service__item{width:100%}}.service__itemAbout{margin-top:1.6rem}@media screen and (max-width:768px){.service__itemAbout{margin-top:1rem}}.service__itemTitle{padding-bottom:1rem;font-size:2.4rem;color:#407359;font-family:"Noto Serif JP",serif;font-weight:500;letter-spacing:0.1em;border-bottom:0.1rem solid #407359}.service__itemTitle span{display:block;color:#407359;font-size:1.6rem;font-family:"Cormorant Garamond",serif;font-weight:500;letter-spacing:initial}.service__itemText{margin-top:1.6rem;font-size:1.6rem;letter-spacing:0.05em;line-height:1.56}@media screen and (max-width:768px){.service__itemText{margin-top:1rem;font-size:1.4rem}}.service__itemImg{overflow:hidden}.service__itemImg img{-webkit-transition:0.5s;transition:0.5s}.service__itemBtn{margin:2rem 0 0 auto;width:3.5rem;height:3.5rem;-webkit-transition:0.5s;transition:0.5s}@media screen and (max-width:768px){.service__itemBtn{margin-top:4.5rem}}.service__item a:hover .service__itemBtn{-webkit-transform:scale(1.3);transform:scale(1.3)}.service__item a:hover .service__itemImg img{-webkit-transform:scale(1.1);transform:scale(1.1)}.news{padding:10rem 2.5rem}@media screen and (max-width:768px){.news{padding:5rem 2.5rem}}@media screen and (max-width:768px){.news .section__titleContent .section__subTitle{text-align:center}.news .section__titleContent:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.news .l-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:900px){.news .l-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:768px){.news .l-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news__content{max-width:84.5rem;width:100%}.news__item{margin-bottom:2rem;position:relative}.news__item:hover .news__itemBtn:before{content:url("../img/news-icon02.svg")}.news__item:hover .news__itemBtn:after{width:110%;height:110%}.news__item:hover .news__itemText{opacity:0.7}@media screen and (max-width:768px){.news__item{margin-bottom:1.5rem}}.news__itemBtn{position:absolute;width:3.5rem;height:3.5rem;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;border:0.1rem solid #407359;background:#fff;z-index:9;overflow:hidden}.news__itemBtn:before{position:absolute;content:url("../img/news-icon01.svg");top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-35%);transform:translateX(-50%) translateY(-35%);z-index:9;-webkit-transition:0.6s;transition:0.6s}.news__itemBtn:after{position:absolute;content:"";width:0;height:0;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-color:#407359;-webkit-transition:0.6s;transition:0.6s;border-radius:50%;z-index:1}@media screen and (max-width:768px){.news__itemBtn{display:none}}.news__itemHead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media screen and (max-width:768px){.news__itemHead{gap:1rem}}.news__itemHead time{font-size:1.6rem;font-family:"Cormorant Garamond",serif;font-weight:500}@media screen and (max-width:768px){.news__itemHead time{font-size:1.4rem}}.news__itemText{margin-top:1rem;font-size:1.6rem;font-weight:500;letter-spacing:0.05em;-webkit-transition:0.5s;transition:0.5s}@media screen and (max-width:768px){.news__itemText{font-size:1.4rem}}.news__item+.news__item{margin-bottom:0;padding:2rem 0;border-top:0.1rem solid #407359}@media screen and (max-width:768px){.news__item+.news__item{padding:1.5rem 0}}.news__labelList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem}.news__labelItem{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:6rem;padding:0 1rem;height:2.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.2rem;color:#fff}.news__labelItem.blog{background-color:#4C8174}.news__labelItem.news{background-color:#407359}.news__labelItem.column{background-color:#5A9066}@media screen and (max-width:768px){.news .readMore{margin-left:auto;margin-right:auto}}.instagram{padding:10rem 0}@media screen and (max-width:768px){.instagram{padding:5rem 0}}.instagram .section__subTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.instagram .section__subTitle span{width:1rem}.instagram__swiper{margin-top:6rem;overflow:hidden}@media screen and (max-width:768px){.instagram__swiper{margin-top:3rem}}.instagram__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-timing-function:linear;transition-timing-function:linear}.instagram__item{padding:0 0.7rem;width:30rem;overflow:hidden}.instagram__item img{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.recruit{padding:10rem 0}@media screen and (max-width:900px){.recruit{padding:10rem 2.5rem}}@media screen and (max-width:768px){.recruit{padding:5rem 2.5rem}}.recruit__content{margin-top:6rem;max-width:124rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6rem}@media screen and (min-width:1440px){.recruit__content{margin:6rem auto}}@media screen and (max-width:900px){.recruit__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){.recruit__content{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}}.recruit__img{min-width:58rem}@media screen and (max-width:768px){.recruit__img{min-width:100%}}@media screen and (max-width:768px){.recruit .readMore{margin-left:auto;margin-right:auto}}.kafuku{padding:10rem 2.5rem;background:center/cover no-repeat url("../img/kafuku-bg.png");background-color:#000}@media screen and (max-width:768px){.kafuku{padding:5rem 2.5rem}}.kafuku .section__title{font-family:"Cormorant Garamond",serif}.kafuku .l-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6rem}@media screen and (max-width:900px){.kafuku .l-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:768px){.kafuku .l-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.kafuku__content{max-width:83.7rem;color:#fff}@media screen and (max-width:768px){.kafuku__content .u-text{margin-top:3rem}}.contact{padding:10rem 2.5rem;background:center/cover no-repeat url("../img/contact-bg.png");background-color:#596C67}@media screen and (max-width:768px){.contact{padding:5rem 2.5rem}}.contact__content{margin:6rem auto 0;max-width:85rem}@media screen and (max-width:768px){.contact__content{margin-top:3rem}}.contact__head{font-size:2.4rem;color:#fff;letter-spacing:0.05em;line-height:2.2;text-align:center}@media screen and (max-width:768px){.contact__head{font-size:1.6rem}}.contact__list{position:relative;margin-top:6rem;padding:3rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.contact__list{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact__list:before{position:absolute;content:"";width:0.1rem;height:100%;background-color:#fff;left:50%;top:0}@media screen and (max-width:768px){.contact__list:before{display:none}}.contact__item{width:50%}@media screen and (max-width:768px){.contact__item{width:100%}.contact__item:first-child{padding-bottom:3rem;border-bottom:0.1rem solid #fff}.contact__item:last-child{padding-top:3rem}}.contact__itemImg{margin:auto;width:6rem}.contact__itemText{margin-top:1rem;font-size:1.6rem;color:#fff;text-align:center}@media screen and (max-width:768px){.contact__itemText{font-size:1.4rem}}.pageBody .contact{margin-top:10rem}@media screen and (max-width:768px){.pageBody .contact{margin-top:5rem}}.pageFv{position:relative;padding:10rem 2.5rem}@media screen and (max-width:768px){.pageFv{padding:10.8rem 3rem 5rem}}.pageFv:before{position:absolute;content:"";width:100%;height:0.3rem;background:-webkit-gradient(linear,left top,right top,from(#407359),color-stop(35%,#407359),color-stop(35%,#D9D9D9),to(#D9D9D9));background:linear-gradient(90deg,#407359 0%,#407359 35%,#D9D9D9 35%,#D9D9D9 100%);bottom:0;left:0}@media screen and (max-width:768px){.pageFv:before{height:0.2rem}}.pageFv__content{margin:auto;max-width:108rem}.pageFv__subTitle{font-size:1.8rem;font-weight:bold;font-family:"Cormorant Garamond",serif;letter-spacing:0.1em;color:#407359}@media screen and (max-width:768px){.pageFv__subTitle{font-size:1.4rem}}.pageFv__title{margin-top:1.5rem;font-size:4rem;font-weight:600;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.pageFv__title{margin-top:0.6rem;font-size:2.4rem}}.pageFv__cultural{margin:auto;max-width:85rem}.pageFv__culturalTitle{font-size:4rem}@media screen and (max-width:768px){.pageFv__culturalTitle{font-size:1.8rem}}.page__numbers{margin:8rem auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.page__numbers{margin-top:4rem;gap:1rem}}.page__numbersItem{width:4rem;height:4rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#D9D9D9;font-size:1.6rem;font-weight:500;-webkit-transition:0.5s;transition:0.5s}@media screen and (max-width:768px){.page__numbersItem{width:3rem;height:3rem;font-size:1.4rem}}.page__numbersItem.-current{background-color:#407359}.page__numbersItem:hover{opacity:0.7}.pageDetail__content{padding:0 2.5rem;margin:10rem auto 0;max-width:90rem}@media screen and (max-width:768px){.pageDetail__content{margin-top:5rem}}.pageDetail__title,.pageDetail h2{position:relative;padding-bottom:1rem;margin:4rem 0 2.4rem;font-size:2.4rem;font-weight:bold;letter-spacing:0.05em;line-height:1.6}@media screen and (max-width:768px){.pageDetail__title,.pageDetail h2{margin:2rem 0 1.2rem;padding-bottom:0.5rem;font-size:1.6rem}}.pageDetail__title:before,.pageDetail h2:before{position:absolute;content:"";width:100%;height:0.2rem;background:-webkit-gradient(linear,left top,right top,from(#407359),color-stop(12%,#407359),color-stop(12%,#D9D9D9),to(#D9D9D9));background:linear-gradient(90deg,#407359 0%,#407359 12%,#D9D9D9 12%,#D9D9D9 100%);bottom:0;left:0}@media screen and (max-width:768px){.pageDetail__title:before,.pageDetail h2:before{height:0.2rem}}.pageDetail__text,.pageDetail p{margin:2.4rem 0;font-size:1.6rem;line-height:2.2}@media screen and (max-width:768px){.pageDetail__text,.pageDetail p{margin:1.2rem 0;font-size:1.4rem}}.p-content{padding:10rem 2.5rem;background:center/cover no-repeat url("../img/strength-bg.png");background-color:#407359}@media screen and (max-width:768px){.p-content{padding:5rem 2.5rem}}.p-content__list{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}@media screen and (max-width:768px){.p-content__list{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.p-content__item{width:calc((100% - 8rem)/3)}@media screen and (max-width:768px){.p-content__item{width:100%}}.p-content__itemHead{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:27.7rem;color:#fff;text-align:center;font-size:2.4rem;font-family:"Noto Serif JP",serif}@media screen and (max-width:900px){.p-content__itemHead{min-width:100%;font-size:2.4444444444vw}}@media screen and (max-width:768px){.p-content__itemHead{font-size:2rem}}.p-content__itemHead span{display:block;font-size:1.6rem;font-family:"Cormorant Garamond",serif}.p-content__itemAbout{margin-top:2.4rem}@media screen and (max-width:768px){.p-content__itemAbout{margin-top:1rem}}.p-content__itemText{font-size:1.6rem;color:#fff;line-height:1.8;letter-spacing:0.05em}@media screen and (max-width:768px){.p-content__itemText{font-size:1.4rem}}.p-content__itemImg{margin-top:1.6rem}@media screen and (max-width:768px){.p-content__itemImg{margin-top:1rem}}.pageNews{padding:0 2.5rem;margin-top:10rem}@media screen and (max-width:768px){.pageNews{margin-top:5rem}}.pageFv__detail{margin:auto;max-width:85rem}@media screen and (max-width:768px){.pageFv__detail{max-width:33rem}}.pageFv__detailTitle{margin-top:2rem;font-size:3.2rem}@media screen and (max-width:768px){.pageFv__detailTitle{margin-top:1rem;font-size:1.8rem}}.pageCompany__content{padding:0 2.5rem;margin-top:10rem}@media screen and (max-width:768px){.pageCompany__content{margin-top:5rem}}.privacyPolicy{padding:0 2.5rem}.privacyPolicy__content{margin-top:10rem}@media screen and (max-width:768px){.privacyPolicy__content{margin-top:5rem}}.privacyPolicy__title{font-size:2.4rem;font-weight:bold;color:#407359}@media screen and (max-width:768px){.privacyPolicy__title{font-size:1.8rem}}.privacyPolicy__text{margin-top:2rem;font-size:1.6rem;letter-spacing:0.05em;line-height:1.75}@media screen and (max-width:768px){.privacyPolicy__text{margin-top:1rem;font-size:1.4rem}}.privacyPolicy__text+.privacyPolicy__title{margin-top:4rem}@media screen and (max-width:768px){.privacyPolicy__text+.privacyPolicy__title{margin-top:2.5rem}}.privacyPolicy__list{margin-top:1.6rem;padding-left:1.5rem}.privacyPolicy__list+.privacyPolicy__title{margin-top:4rem}@media screen and (max-width:768px){.privacyPolicy__list+.privacyPolicy__title{margin-top:2.5rem}}.privacyPolicy__item{font-size:1.6rem;line-height:2.1;letter-spacing:0.05em}@media screen and (max-width:768px){.privacyPolicy__item{font-size:1.4rem}}.message{margin-top:10rem}@media screen and (max-width:768px){.message{margin-top:5rem}}.message__img{margin-top:6rem}@media screen and (max-width:768px){.message__img{margin-top:5rem}}.message__content{margin:6rem auto 0;max-width:109rem;padding:0 2.5rem}.message__representative{margin-top:6rem;text-align:right;font-size:1.6rem;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.message__representative{margin-top:3rem;font-size:1.4rem}}.message__representative span{margin-left:1rem;display:inline-block;font-size:2.4rem;font-weight:500}@media screen and (max-width:768px){.message__representative span{margin-left:1rem;font-size:2rem}}.philosophy{margin-top:10rem;padding:10rem 2.5rem}@media screen and (max-width:768px){.philosophy{margin-top:5rem;padding:5rem 2.5rem}}.philosophy__content{margin-top:6rem}@media screen and (max-width:768px){.philosophy__content{margin-top:3rem}}.philosophy__list{width:100%}.philosophy__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.philosophy__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.philosophy__item+.philosophy__item{margin-top:6rem}@media screen and (max-width:768px){.philosophy__item+.philosophy__item{margin-top:3rem}}.philosophy__itemHead{min-width:24.8rem}@media screen and (max-width:768px){.philosophy__itemHead{min-width:100%}}.philosophy__itemSubTitle{font-size:1.6rem;font-weight:500;letter-spacing:0.1em;color:#407359;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.philosophy__itemSubTitle{font-size:1.4rem}}.philosophy__itemTitle{margin-top:1rem;font-size:3.2rem;font-family:"Noto Serif JP",serif;letter-spacing:0.1em;font-weight:500}@media screen and (max-width:768px){.philosophy__itemTitle{font-size:2.4rem}}.philosophy__itemAbout{padding:4rem 0 4rem 4rem;border-left:0.1rem solid #407359}@media screen and (max-width:768px){.philosophy__itemAbout{width:100%;margin-top:2rem;padding:2rem 0 0;border-left:none;border-top:0.1rem solid #407359}}.philosophy__itemName{font-size:2.4rem;font-weight:600;font-family:"Noto Serif JP",serif;color:#407359}@media screen and (max-width:768px){.philosophy__itemName{font-size:1.8rem}}.philosophy__itemText{margin-top:2.4rem;font-size:1.6rem;letter-spacing:0.05em;line-height:1.56}.philosophy__itemText+.philosophy__itemName{margin-top:3.2rem}@media screen and (max-width:768px){.philosophy__itemText+.philosophy__itemName{margin-top:1.6rem}}@media screen and (max-width:768px){.philosophy__itemText{font-size:1.4rem}}.history{padding:0 2.5rem;margin-top:10rem}@media screen and (max-width:768px){.history{margin-top:5rem}}.history__list{margin-top:6rem}@media screen and (max-width:768px){.history__list{margin-top:3rem}}.history__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history__item:first-child:before{height:50%;top:50%}.history__item:last-child:before{height:calc(50% + 2rem);top:0}@media screen and (max-width:768px){.history__item:last-child:before{height:calc(50% + 1rem)}}.history__item:before{position:absolute;content:"";width:0.1rem;height:101%;background-color:#D9D9D9;top:0;left:0.5rem}@media screen and (max-width:768px){.history__item:before{left:0.25rem}}.history__item+.history__item{padding-top:4rem}@media screen and (max-width:768px){.history__item+.history__item{padding-top:2rem}}.history__itemTitle{padding-left:2rem;position:relative;min-width:12rem;font-size:2.4rem;font-family:"Noto Serif JP",serif;color:#407359;font-weight:500}@media screen and (max-width:768px){.history__itemTitle{min-width:8.1rem;font-size:1.6rem}}.history__itemTitle:before{position:absolute;content:"";width:1rem;height:1rem;background-color:#407359;border-radius:50%;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:768px){.history__itemTitle:before{width:0.5rem;height:0.5rem}}.history__itemName{font-size:1.6rem;font-weight:bold}@media screen and (max-width:768px){.history__itemName{font-size:1.4rem}}.history__itemText{margin-top:0.5rem;font-size:1.6rem;letter-spacing:0.05em}@media screen and (max-width:768px){.history__itemText{font-size:1.4rem}}.pageAbout{padding-top:0;margin-top:10rem}@media screen and (max-width:768px){.pageAbout{margin-top:5rem}}.pageAbout .section__titleContent{min-width:28rem}@media screen and (max-width:768px){.pageAbout .section__titleContent{min-width:100%}}.factory{margin-top:10rem}@media screen and (max-width:768px){.factory{margin-top:5rem}}.factory__head{margin-top:6rem;text-align:center}@media screen and (max-width:768px){.factory__head{margin-top:3rem}}.factory__headTitle{font-family:"Noto Serif JP",serif;font-size:3.2rem;font-weight:500;letter-spacing:0.05em}@media screen and (max-width:768px){.factory__headTitle{font-size:2rem;line-height:2}}.factory__headText{margin-top:2.4rem;font-size:1.6rem;letter-spacing:0.1em;line-height:2.2}@media screen and (max-width:768px){.factory__headText{font-size:1.4rem}}.factory__swiper{margin-top:10rem;overflow:hidden}@media screen and (max-width:768px){.factory__swiper{margin-top:5rem}}.factory__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-timing-function:linear;transition-timing-function:linear}.pageCultural .contact{margin-top:0}.pageCulturalAbout .section__titleContent{min-width:35rem}@media screen and (max-width:768px){.pageCulturalAbout .section__titleContent{text-align:center}.pageCulturalAbout .section__titleContent:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.introduction{padding:10rem 2.5rem}@media screen and (max-width:768px){.introduction{padding:5rem 2.5rem}}.introduction__list{max-width:104rem;margin:6rem auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}@media screen and (max-width:768px){.introduction__list{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.introduction__img{overflow:hidden;width:100%;aspect-ratio:5/3}.introduction__img img{-webkit-transition:0.4s;transition:0.4s;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.introduction__item{position:relative;width:calc((100% - 4rem)/2);background-color:#fff;border-radius:1rem;overflow:hidden;-webkit-filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.1));filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.1))}.introduction__item:hover .introduction__itemBtn{-webkit-transform:scale(1.5);transform:scale(1.5)}.introduction__item:hover .introduction__img img{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (max-width:768px){.introduction__item{width:100%}}.introduction__itemAbout{padding:4rem 2.5rem 10rem}@media screen and (max-width:768px){.introduction__itemAbout{padding:2rem 2rem 7rem}}.introduction__itemTitle{font-size:3.2rem;font-weight:bold;color:#407359}@media screen and (max-width:768px){.introduction__itemTitle{font-size:1.8rem}}.introduction__itemText{margin-top:2.4rem;font-size:2.4rem;line-height:1.6;letter-spacing:0.05em}@media screen and (max-width:768px){.introduction__itemText{margin-top:1.2rem;font-size:1.4rem}}.introduction__itemBtn{position:absolute;width:3.5rem;bottom:4rem;right:2.5rem;-webkit-transition:0.4s;transition:0.4s}@media screen and (max-width:768px){.introduction__itemBtn{bottom:2rem;right:2rem}}.introduction+.contact{margin-top:0}.culturaDetail{margin-top:10rem}@media screen and (max-width:768px){.culturaDetail{margin-top:5rem}}.culturaDetail__content{padding:0 2.5rem;margin:auto;max-width:90rem}.culturaDetail__text{margin-top:2.4rem;font-size:1.6rem;line-height:2.1}@media screen and (max-width:768px){.culturaDetail__text{margin-top:1.2rem;font-size:1.4rem}}.culturaDetail__swiperContent{position:relative;margin:4rem auto 0;max-width:85rem}@media screen and (max-width:768px){.culturaDetail__swiperContent{margin:2rem auto 0}}.culturaDetail__swiperContent .u-swiperBtns{top:18.5rem;z-index:99}@media screen and (max-width:768px){.culturaDetail__swiperContent .u-swiperBtns{top:6rem}}.culturaDetail__swiper{position:relative;padding-bottom:5rem;overflow:hidden;--swiper-theme-color:#347152}@media screen and (max-width:768px){.culturaDetail__swiper{padding-bottom:2rem}}.culturaDetail__item{padding:0 8.8%}.culturaDetail__itemText{margin-top:2.4rem;font-size:1.6rem;line-height:2.2}@media screen and (max-width:768px){.culturaDetail__itemText{margin-top:1rem;font-size:1.4rem}}.pageRecruit .section__titleContent{min-width:24rem}@media screen and (max-width:768px){.pageRecruit .section__titleContent{min-width:100%;text-align:center}.pageRecruit .section__titleContent:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.number{padding:10rem 2.5rem;background-color:#407359}@media screen and (max-width:768px){.number{padding:5rem 2.5rem}}.number__content{margin:6rem auto 0;max-width:104rem}.number__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}@media screen and (max-width:768px){.number__list{gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.number__item{width:calc((100% - 8rem)/3)}@media screen and (max-width:768px){.number__item{width:100%}}.number__item:nth-child(n+4){width:calc((100% - 4rem)/2)}@media screen and (max-width:768px){.number__item:nth-child(n+4){width:100%}}.flow{padding:10rem 2.5rem;background-color:#FAFAFA}@media screen and (max-width:768px){.flow{padding:5rem 2.5rem}}.flow__content{margin:6rem auto 0;max-width:104rem}@media screen and (max-width:768px){.flow__content{margin-top:3rem}}.flow__list{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.flow__list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.flow__item{width:calc(100% / 5);background-color:#fff}@media screen and (max-width:768px){.flow__item{width:calc(100% / 2)}.flow__item:last-child{width:100%}}.flow__itemHead{position:relative;color:#fff;font-size:2.4rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:8rem;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.flow__itemHead{height:5rem;font-size:1.8rem}}.flow__itemHead:before{position:absolute;content:"";width:0;height:0;border-style:solid;border-width:25px 0 25px 25px;right:0;top:50%;-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);z-index:9}.flow__item:first-child .flow__itemHead{background-color:#95C078}.flow__item:first-child .flow__itemHead:before{border-color:transparent transparent transparent #95C078}.flow__item:nth-child(2) .flow__itemHead{background-color:#6FAA65}.flow__item:nth-child(2) .flow__itemHead:before{border-color:transparent transparent transparent #6FAA65}@media screen and (max-width:768px){.flow__item:nth-child(2) .flow__itemHead:before{display:none}}.flow__item:nth-child(3) .flow__itemHead{background-color:#5A9066}.flow__item:nth-child(3) .flow__itemHead:before{border-color:transparent transparent transparent #5A9066}.flow__item:nth-child(4) .flow__itemHead{background-color:#4C8174}.flow__item:nth-child(4) .flow__itemHead:before{border-color:transparent transparent transparent #4C8174}@media screen and (max-width:768px){.flow__item:nth-child(4) .flow__itemHead:before{display:none}}.flow__item:nth-child(5) .flow__itemHead{background-color:#407359}.flow__item:nth-child(5) .flow__itemHead:before{display:none}.flow__itemAbout{padding:2.5rem 1.5rem;background-color:#fff;min-height:25rem}@media screen and (max-width:768px){.flow__itemAbout{padding:2rem 1rem;min-height:initial}}.flow__itemTitle{font-size:2.4rem;font-weight:bold;text-align:center;color:#407359}@media screen and (max-width:768px){.flow__itemTitle{font-size:1.8rem}}.flow__itemText{margin-top:1rem;font-size:1.6rem;line-height:1.56;letter-spacing:0.05em}@media screen and (max-width:768px){.flow__itemText{font-size:1.4rem}}.flow__itemText.-bold{text-align:center;font-weight:bold}.flow__itemLink{display:block;font-size:1.6rem;color:#407359;text-decoration:underline;text-align:center}@media screen and (max-width:768px){.flow__itemLink{font-size:1.4rem}}.job{padding:0 2.5rem;margin-top:10rem}@media screen and (max-width:768px){.job{margin-top:5rem}}.job__content{margin:6rem auto 0;max-width:85rem}@media screen and (max-width:768px){.job__content{margin-top:3rem}}.body.modal-on{overflow:hidden}.pageUnderwater .section__titleContent{min-width:32rem}.pageUnderwater .about__img{margin-top:0}@media screen and (max-width:768px){.pageUnderwater .section__titleContent{text-align:center}.pageUnderwater .section__titleContent:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.pagePoint__list{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}@media screen and (max-width:900px){.pagePoint__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){.pagePoint__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.pagePoint__item{width:calc((100% - 8rem)/3);background-color:#fff}@media screen and (max-width:900px){.pagePoint__item{margin:auto;width:60%}}@media screen and (max-width:768px){.pagePoint__item{width:100%}}.pagePoint__itemAbout{padding:2.5rem}@media screen and (max-width:768px){.pagePoint__itemAbout{padding:2.5rem 2rem}}.pagePoint__itemTitle{font-size:2.4rem;letter-spacing:0.05em;line-height:1.6;color:#407359;font-family:"Noto Serif JP",serif;font-weight:500;text-align:center}@media screen and (max-width:768px){.pagePoint__itemTitle{font-size:2rem}}.pagePoint__itemText{margin-top:1.6rem;font-size:1.6rem;letter-spacing:0.05em;line-height:1.6}@media screen and (max-width:768px){.pagePoint__itemText{margin-top:1.2rem;font-size:1.4rem}}.workScene{padding:0 2.5rem;margin-top:10rem}@media screen and (max-width:768px){.workScene{margin-top:5rem}}.workScene__list{margin:6rem auto 0;max-width:104rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}@media screen and (max-width:768px){.workScene__list{margin-top:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.workScene__item{width:calc((100% - 4rem)/2)}@media screen and (max-width:768px){.workScene__item{width:100%}}.workScene__text{margin-top:2.4rem;font-size:2.4rem;letter-spacing:0.05em;line-height:1.6;font-weight:bold}@media screen and (max-width:768px){.workScene__text{margin-top:1.2rem;font-size:1.8rem}}.workScene__modal{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;background-color:rgba(0,0,0,0.4)}.workScene__modalContent{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.workScene__modalImg{padding:1rem;position:relative;width:90%;max-width:110rem;z-index:9999;background-color:#fff;cursor:pointer}.workScene__modalClose{position:absolute;width:5rem;height:5rem;background-color:#000;border-radius:50%;right:-2rem;top:-2rem;border:#fff solid 0.3rem;color:#fff;font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.workScene__modalClose{width:3rem;height:3rem;font-size:1.6rem;right:-1rem;top:-1rem}}.pageContact{margin-top:10rem}@media screen and (max-width:768px){.pageContact{margin-top:5rem}}.pageContact__head{text-align:center}.pageContact__headText{font-size:2.4rem;letter-spacing:0.05em;font-weight:500}@media screen and (max-width:768px){.pageContact__headText{font-size:1.6rem}}.pageContact__headLink{font-weight:normal;color:#407359}.pageContact__headLink span{text-decoration:underline}.pageContact__content{margin-top:6rem;padding:10rem 2.5rem;background-color:#FAFAFA}@media screen and (max-width:768px){.pageContact__content{margin-top:3rem;padding:5rem 2.5rem}}.pageContact__form{margin:auto;max-width:85rem}.pageContact__form .readMore{cursor:pointer}.pageContact__form .readMore p{cursor:pointer;width:100%;height:100%}.pageContact__form .readMore p input{cursor:pointer;width:100%;height:100%;background:initial;border:none}.pageContact .form__item{padding-bottom:4rem;display:-webkit-box;display:-ms-flexbox;display:flex}.pageContact .form__item .Annotation{font-size:1.6rem}@media screen and (max-width:768px){.pageContact .form__item .Annotation{font-size:1.4rem}}.pageContact .form__item>p{width:100%}@media screen and (max-width:768px){.pageContact .form__item{padding-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}}.pageContact .form__item+.form__item{padding:4rem 0;border-top:0.1rem solid #D9D9D9}@media screen and (max-width:768px){.pageContact .form__item+.form__item{padding:2rem 0}}.pageContact .form__item ::-webkit-input-placeholder{color:#D9D9D9}.pageContact .form__item ::-moz-placeholder{color:#D9D9D9}.pageContact .form__item :-ms-input-placeholder{color:#D9D9D9}.pageContact .form__item ::-ms-input-placeholder{color:#D9D9D9}.pageContact .form__item ::placeholder{color:#D9D9D9}.pageContact .form__item input{padding:0 2rem;width:100%;height:6.5rem;border:0.1rem solid #D9D9D9;font-size:1.6rem}@media screen and (max-width:768px){.pageContact .form__item input{height:4rem}}.pageContact .form__item textarea{padding:2rem;width:100%;height:28rem;border:0.1rem solid #D9D9D9;font-size:1.6rem}@media screen and (max-width:768px){.pageContact .form__item textarea{height:15rem}}.pageContact .form__itemLabel{font-size:1.6rem;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media screen and (max-width:768px){.pageContact .form__itemLabel{font-size:1.4rem}}.pageContact .form__itemLabel span{font-size:1.2rem;width:4rem;height:2rem;background-color:#407359;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:normal}@media screen and (max-width:768px){.pageContact .form__itemCheck{margin-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}}.pageContact .form__itemCheck label{font-size:1.6rem}@media screen and (max-width:768px){.pageContact .form__itemCheck label{font-size:1.4rem}}.pageContact .form__itemCheck input{width:initial;height:initial}.pageContact .form__itemCheck .check+.check{margin-top:1rem}@media screen and (max-width:768px){.pageContact .form__itemCheck .check+.check{margin-top:0}}.pageContact .form__area{min-width:24rem}.pageContact .form__tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pageContact .form__tel>p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pageContact .form__tel>p>span{width:calc((100% - 8rem)/3)}.sustainable{padding:0 2.5rem 10rem;margin-top:10rem}@media screen and (max-width:768px){.sustainable{margin-top:5rem;padding:0 2.5rem 5rem}}.sustainable__img{margin:auto;max-width:85rem}.sustainable .section__titleContent{min-width:31.5rem}@media screen and (max-width:768px){.sustainable .section__titleContent{min-width:100%;text-align:center}.sustainable .section__titleContent:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sdgs{padding:10rem 2.5rem;background:center/cover no-repeat url("../img/sdgs/sdgs-bg.png");background-color:#407359}@media screen and (max-width:768px){.sdgs{background:center/cover no-repeat url("../img/sdgs/sdgs-bg-sp.png");background-color:#407359;padding:5rem 2.5rem}}.sdgs__title{margin-top:6rem;font-size:3.2rem;color:#fff;font-family:"Noto Serif JP",serif;font-weight:500;text-align:center}@media screen and (max-width:768px){.sdgs__title{font-size:2.4rem}}.sdgs__text{margin-top:2.4rem;font-size:1.6rem;letter-spacing:0.1em;line-height:2.8;color:#fff;text-align:center;font-family:"Noto Serif JP",serif}@media screen and (max-width:768px){.sdgs__text{margin-top:1.2rem;font-size:1.4rem}}.initiatives{margin-top:10rem;padding:0 2.5rem}@media screen and (max-width:768px){.initiatives{margin-top:5rem}}.initiatives__list{margin:6rem auto 0;max-width:104rem}@media screen and (max-width:768px){.initiatives__list{margin-top:3rem}}.initiatives__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.initiatives__item{gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.initiatives__item+.initiatives__item{margin-top:12rem}@media screen and (max-width:768px){.initiatives__item+.initiatives__item{margin-top:6rem}}.initiatives__itemLabels{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.initiatives__itemIcon{width:5rem}.initiatives__about{max-width:50rem}.initiatives__img{max-width:48rem;min-width:35rem}@media screen and (max-width:768px){.initiatives__img{min-width:100%;max-width:100%}}.initiatives__subTitle{margin-top:1rem;font-size:1.6rem;color:#407359;font-family:"Cormorant Garamond",serif}@media screen and (max-width:768px){.initiatives__subTitle{font-size:1.4rem}}.initiatives__title{padding-bottom:1rem;font-size:3.2rem;font-weight:500;color:#407359;font-family:"Noto Serif JP",serif;border-bottom:0.1rem solid #407359}@media screen and (max-width:768px){.initiatives__title{margin-top:0.5rem;font-size:2.4rem}}.initiatives__text{margin-top:1rem;line-height:1.8;font-size:1.6rem;letter-spacing:0.05em}@media screen and (max-width:768px){.initiatives__text{font-size:1.4rem}}