﻿html{box-sizing:border-box;height:100%;scroll-behavior:smooth}*,*::before,*::after{box-sizing:inherit}body{height:100%;font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;font-size:1rem;line-height:1.7;color:#59492a;letter-spacing:.08em;background-color:#fbf7ef;margin-top:70px}img{max-width:100%;height:auto;vertical-align:bottom;display:block}a{color:inherit;text-decoration:none;cursor:pointer}input,textarea{max-width:100%;font-family:inherit;font-size:100%}.ly-flex{display:flex}.ly-flex-reverse{flex-direction:row-reverse}.align-center{text-align:center}.align-right{text-align:right}.mb1{margin-bottom:85px}.mb2{margin-bottom:25px}.mr1{margin-right:50px}/*!===============================================
button setting
 ================================================*/.btn{position:relative;margin-inline:auto;display:flex;justify-content:center;align-items:center;padding:20px 25px;width:280px;color:#fff;font-weight:700;font-size:18px;background:#f5a70f;text-decoration:none;border-radius:45px;text-align:center;border:2px solid #f5a70f;transition:all .2s ease-in}.btn::before{content:"";position:absolute;top:50%;right:21px;transform:translate(-50%, -50%) rotate(45deg);width:15px;height:15px;border-top:2px solid #fff;border-right:2px solid #fff;transition:all .2s ease-in}.btn::after{content:"";position:absolute;top:50%;right:21px;transform:translate(-50%, -50%);width:15px;height:2px;background:#fcfcfc;transition:all .2s ease-in}.btn:hover{background:#fcfcfc;color:#f5a70f}.btn:hover::before{border-top:2px solid #f5a70f;border-right:2px solid #f5a70f;transform:translate(0, -50%) rotate(45deg)}.btn:hover::after{background:#f5a70f;transform:translate(0, -50%)}/*!===============================================
common layout
 ================================================*/.ly-sec{width:90%;margin-inline:auto}.ly-wideContainer{width:100%}.wideContainer__img{position:absolute;top:50%;left:0;transform:translate(-20%, -50%);height:75%}.wideContainer__img img{height:100%;opacity:.4}.section{margin-bottom:120px}.spbr{display:none}.ly-msg{margin-inline:auto;max-width:1060px;background:#fcfcfc;border-radius:40px;padding:85px 5% 65px;position:relative}.ly-msg:after{content:"";position:absolute;height:220px;width:180px;background:url("../images/message_leaf.png") no-repeat;-webkit-background-size:contain;background-size:contain;bottom:0;left:0;transform:translate(-20%, 40%)}.sect__ttl{text-align:center;font-size:clamp(1.125rem,.8268rem + .9542vw,1.4375rem);font-family:"Zen Maru Gothic",sans-serif;position:relative;margin-bottom:65px;z-index:1;line-height:1.5;letter-spacing:.1em}.sect__ttl:after{content:"";position:absolute;width:50px;height:70px;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;top:0;left:50%;transform:translate(-50%, -28%);z-index:-1}.greeting:after{background-image:url(../images/greeting.png)}.company:after{background-image:url(../images/company.png)}.feature:after{background-image:url(../images/feature.png)}.outline:after{background-image:url(../images/outline.png)}.gallery:after{background-image:url(../images/gallery.png)}.vacancy:after{background-image:url(../images/vacancy.png)}.price:after{background-image:url(../images/price.png)}.essentials:after{background-image:url(../images/essentials.png)}.access:after{background-image:url(../images/access.png)}.flow:after{background-image:url(../images/flow.png)}.contact:after{background-image:url(../images/contact.png)}.thankyou:after{background-image:url(../images/thnkyou.png)}.entry:after{background-image:url(../images/entry.png)}.message:after{background-image:url(../images/message.png)}.description:after{background-image:url(../images/description.png)}.culture:after{background-image:url(../images/culture.png)}.interview:after{background-image:url(../images/interview.png)}.news:after{background-image:url(../images/news.png)}.content:after{background-image:url(../images/contents.png)}.recruit:after{background-image:url(../images/recruit.png)}.service:after{background-image:url(../images/service.png)}.top-serviceList__ttl:after{background-image:url(../images/non.png);width:30px;height:45px}.office:after{background-image:url(../images/office.png)}.dl__item{display:flex}.dl__item dt{width:20%;padding:35px 20px;border-bottom:1px solid #f5a70f;font-weight:700}.dl__item dd{width:80%;padding:35px 20px;border-bottom:1px solid #c9c9cb}.fadeUp{animation-name:fadeUpAnime;animation-duration:.5s;animation-fill-mode:forwards;opacity:0}@keyframes fadeUpAnime{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.fadeUpTrigger{opacity:0}/*!===============================================
footer
 ================================================*/.footer{background:#4ea899;position:relative;color:#fff}.footer::before{position:absolute;content:"";width:100%;height:45px;background:url("../images/footer-wave.png") no-repeat;background-size:cover;top:0;left:0;transform:translateY(-100%);z-index:10}.footerInner{max-width:1250px;margin-inline:auto;padding:50px 20px}.footerInner__first{width:30%;flex-direction:column;margin-bottom:2rem}.footerInner__name{font-size:23px;font-weight:600;margin-bottom:15px}.footerInner__name .smallTtl{font-size:.5em}.contact-ly{font-size:30px;font-weight:600;margin:25px auto;display:flex;flex-direction:column}.contact-ly .contactIcon{position:relative;display:inline-block;margin-left:1.5em}.contact-ly .contactIcon::before{position:absolute;content:"";top:50%;left:-1.5em;width:30px;height:30px;transform:translateY(-50%);background-size:contain;background-repeat:no-repeat}.contact-ly .footer__icon-tel::before{background-image:url(../images/tel-icon.png)}.contact-ly .footer__icon-fax::before{background-image:url(../images/fax-icon.png)}.footerInner__second{width:70%;gap:45px 50px;flex-wrap:wrap;justify-content:flex-start}.footerInner__navBox{display:flex;flex-direction:column}.footerInner__parentNav{font-size:18px;padding:0 8px 10px;border-bottom:1px solid #fff}.childNavBox{padding:0 8px;margin-top:15px}.childNavBox li{padding-bottom:5px;font-size:14px}.smallTxt{display:block;font-size:.6em}.footer__copy{padding:8px 20px;font-size:13px}/*!===============================================
header/top common
 ================================================*/.header{height:70px;align-items:center;width:100%;position:fixed;top:0;z-index:9999}.sp-nav{position:fixed;z-index:999;top:0;right:-120%;width:100%;height:100vh;transition:all .6s;background:#fcfcfc}.sp-nav.panelactive{right:0}.sp-nav ul{position:absolute;z-index:999;top:70px;left:50%;transform:translate(-50%, 0);width:100%}.sp-nav.panelactive .sp-nav__list{position:fixed;z-index:999;width:100%;height:100 lvh;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}.sp-nav li{text-align:center;list-style:none;color:#59492a;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-weight:bold;padding:20px}.openbtn{position:relative;background:#f5a70f;cursor:pointer;width:50px;height:50px;border-radius:50%;z-index:9999;margin-right:20px}.openbtn-area{transition:all .6s;width:50px;height:50px;border-radius:50%}.openbtn-area span{display:inline-block;transition:all .4s;position:absolute;left:14px;height:3px;border-radius:2px;background:#fff;width:45%}.openbtn-area span:nth-of-type(1){top:15px}.openbtn-area span:nth-of-type(2){top:23px}.openbtn-area span:nth-of-type(3){top:31px}.openbtn.active span:nth-of-type(1){top:18px;left:18px;transform:translateY(6px) rotate(-45deg);width:30%}.openbtn.active span:nth-of-type(2){opacity:0}.openbtn.active span:nth-of-type(3){top:30px;left:18px;transform:translateY(-6px) rotate(45deg);width:30%}.openbtn{display:none}.header__left{padding:5px 20px;font-size:23px;font-family:"Zen Maru Gothic",sans-serif}.header__logo{font-size:clamp(.9375rem,.4604rem + 1.5267vw,1.4375rem);line-height:1.4;width:20%;min-width:max-content}.header__logo .smallTtl{font-size:.6em;display:block}.header__center{margin-right:20%;width:70%}.g-nav__list{gap:0 7%;justify-content:center}.g-nav__list li{position:relative;font-size:14px}.g-nav__list a{font-size:14px;display:block;transition:all .3s}.g-nav__list>li{position:relative}.g-nav__list>li:hover{color:#f5a70f}.g-nav__list>li:hover::after{transform:scale(1, 1)}.g-nav__list>li::after{content:"";position:absolute;bottom:-8px;left:10%;width:80%;height:2px;background:#f5a70f;transition:all .3s;transform:scale(0, 1);transform-origin:center top}.has-child{cursor:pointer}.pc-has-child::before{content:"";position:absolute;left:-15px;top:10px;width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(135deg)}.pc-has-child ul{position:absolute;visibility:hidden;opacity:0;transition:all .3s;flex-wrap:wrap;gap:2%;justify-content:space-between;padding:8px;display:flex;left:50%;top:45px;background:#fcfcfc;width:500px;transform:translateX(-50%);border-radius:8px;box-shadow:1px 0 9px rgba(25,25,25,.08)}.pc-has-child ul li{width:48%;border-bottom:1px dotted #59492a}.pc-has-child ul li:last-of-type,.pc-has-child ul li:nth-of-type(7){border-bottom:none}.has-child:hover>ul,.has-child:active>ul{visibility:visible;opacity:1}.pc-has-child ul li a{color:#59492a;border-bottom:solid 1px rgba(255,255,255,.6);font-size:14px;position:relative;padding-right:25px}.pc-has-child ul li a::before{position:absolute;content:"";width:20px;height:20px;background:rgba(125,133,130,.27);border-radius:50%;top:50%;right:0;transform:translate(-50%, -50%)}.pc-has-child ul li a::after{position:absolute;content:"";width:8px;height:8px;border-top:2px solid;border-right:2px solid;top:50%;right:14px;transform:translate(-50%, -50%) rotate(45deg)}.pc-has-child ul li a:hover{color:#fff}nav li.has-child ul li:last-child a{border-bottom:none}nav li.pc-has-child ul li a:hover,nav li.pc-has-child ul li a:active{background:#f5a70f;border-radius:8px}.pc-has-child ul li a{padding:10px 20px;margin:5px}.sp-has-child{position:relative}.sp-has-child::after{position:absolute;content:"";width:8px;height:8px;border-top:2px solid;border-right:2px solid;top:30px;right:14px;transform:translate(-50%, 0) rotate(135deg)}.sp-has-child ul{transform:translate(0, 0);position:initial;width:100%;margin-top:20px;padding:0;border:1px solid #59492a;background:#fbf7ef}.sp-nav li{border-bottom:1px dotted #59492a}.sunContainer{position:fixed;top:0;right:0;z-index:99999;width:25%;max-width:220px;height:max-content}.sunContainer:hover .light{opacity:1}.light{position:absolute;top:0;right:0;opacity:0;transition:all .2s ease;width:87%}.sun__inner{position:absolute;right:0;top:0;width:70%}.sun__txt{position:absolute;top:20%;right:10%;z-index:1;font-size:16px;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;color:#59492a}@media(min-width: 768px){a[href^="tel:"]{pointer-events:none;cursor:default}}/*!===============================================
top page
 ================================================*/.mv__container{height:calc(100svh - 70px);height:calc(100vh - 70px);padding:0 25px 25px 25px;margin-bottom:120px;position:relative}.mv__imgContainer{width:80%;height:100%}.mv__imgContainer img{object-fit:cover;border-radius:20px;height:100%;width:100%;object-position:left center}.ribbon-ly{flex-direction:column;align-items:center;justify-content:center;margin:0 30px;position:absolute;right:0;transform:translateX(-25%);top:20%;padding:1em;background:rgba(251,251,251,.9);border-radius:10px;box-shadow:rgba(251,251,251,.9) 0 0 5px}.mv__txtContainer{font-family:"Zen Maru Gothic",sans-serif;color:#f09f00;-webkit-writing-mode:vertical-rl;-ms-writing-mode:vertical-rl;writing-mode:vertical-rl;height:75vh;max-height:500px;flex-direction:column;justify-content:center;margin-top:1em;letter-spacing:.2em;padding:0 1em}.mv__maintxt{height:fit-content;font-size:clamp(1.125rem,.2939rem + 2.6596vw,2.6875rem);padding:.2em .1em;border-right:2px dashed #f09f00;border-left:2px dashed #f09f00;margin:0 .5em}.mv__subtxt{font-size:clamp(1rem,.5825rem + 1.3359vw,1.4375rem);margin-top:5em}.top-serviceList{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:35px;max-width:1400px;margin-inline:auto}.top-service__item:nth-of-type(2n){margin-top:25%}.top-serviceList__ttl{font-size:clamp(1rem,.9335rem + .2128vw,1.125rem);margin-bottom:.8em;line-height:1.5}.top-service__item{flex-direction:column}.top-service__imgBox{position:relative;border-radius:20px;margin-top:1em}.top-service__imgBox::after{position:absolute;content:attr(data-ttl);left:0;bottom:1rem;width:90%;height:44px;background:#f5a70f;font-size:clamp(1rem,.25rem + 1.5625vw,1.25rem);font-family:"Zen Maru Gothic",sans-serif;color:#fff;padding:0 .5em 1em;line-height:44px;white-space:nowrap}.top-service__img{display:block;width:100%}.zoomIn img{transform:scale(1);transition:.3s ease-in-out}.zoomIn a:hover img{transform:scale(1.2)}.mask{display:block;line-height:0;overflow:hidden}.office_mask{display:block;line-height:0;overflow:hidden;border-radius:15px;margin-bottom:15px;aspect-ratio:3/2}.top_sectionmb85{margin-bottom:85px}.introContainer{background:#fcfcfc;position:relative;padding-bottom:55px}.introContainer::before{content:"";position:absolute;background:url("../images/leaf-left.png") no-repeat;background-size:contain;left:0;top:0;transform:translate(50%, 10%);width:13%;height:300px}.introContainer::after{content:"";position:absolute;background:url("../images/leaf-right.png") no-repeat;background-size:contain;right:0;bottom:0;transform:translate(-50%, 80%);width:13%;height:300px}.intro__ttl{margin-top:85px;text-align:center;font-size:clamp(1.125rem,.8268rem + .9542vw,1.4375rem);font-family:"Zen Maru Gothic",sans-serif;position:relative;margin-bottom:65px;z-index:1}.intro__ttl:after{content:"";position:absolute;width:110px;height:15px;background:url("../images/introduction.png") no-repeat;-webkit-background-size:contain;background-size:contain;top:-1.5em;left:50%;transform:translate(-50%, 0);z-index:-1}.color-or{color:#f5a70f}.intro__txt{padding:0 20px 55px;max-width:780px;margin-inline:auto;position:relative}.intro__txt::after{position:absolute;content:"";background:url("../images/tree.png") no-repeat;top:50%;left:50%;transform:translate(-50%, -50%);width:400px;height:400px;background-size:contain;opacity:.8}.top_featureList{max-width:1100px;margin:65px auto;padding:0 20px}.top_featureList__item{gap:7%;margin-bottom:85px;align-items:center}.top_feature__ttl{font-family:"Zen Maru Gothic",sans-serif;font-weight:500;font-size:25px;margin-bottom:1.3em}.top_feature__img{aspect-ratio:1/1;object-fit:cover;width:30%;height:30%;border-radius:53% 52% 45% 55%}.inlineSmallTxt{display:inline;font-size:.7em;padding-right:.5em}.top-officeContainer{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:25px;max-width:1400px;margin-inline:auto}.top-officeContainer .office__list{width:100%;max-width:100%}.top-officeContainer .office__img{width:100%}.top-recruitBox{max-width:1200px;margin:0 auto 65px;position:relative}.top-recruitBox__outline{gap:20px;flex-wrap:wrap;justify-content:center}.top-recruitBox__outline *{width:30%}.recruitBox__centerTxt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:"Zen Maru Gothic",sans-serif;color:#59492a;background:#fcfcfc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;border:2px solid #59492a;padding:.2em 1em;font-size:clamp(1.125rem,.5286rem + 1.9084vw,1.75rem);display:block;white-space:nowrap}.top_recruitBox__inner,.recruitBox__img{border-radius:15px}.recruitBox-orange{background:#f5a70f;position:relative}.recruitBox-orange img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:65%}.ly-news{border-radius:40px;background:#fcfcfc;width:90%;margin-inline:auto;max-width:1060px;padding:65px 20px;box-shadow:1px 0 9px rgba(25,25,25,.08)}.ly-news .sect__ttl{margin-bottom:25px}.top-topicsList{width:80%;min-width:300px;margin:0 auto 65px}/*!===============================================
c-page top common
 ================================================*/.c-headerContents{margin-top:-70px;position:relative;background:url("../images/c-top_header.png") no-repeat center bottom;-webkit-background-size:cover;background-size:cover;height:30vh;width:100%;z-index:-1}.c-headerContents img{position:absolute;top:40%;right:0;transform:translateX(-100%)}.c-headercontents__ttlBox-ly{position:absolute;top:42%;margin-left:10%;line-height:1.3}.c-headercontents__ttlBox{background-color:rgba(251,247,239,.76);padding:max(.5em,15px) 1.5em;border-radius:9px;position:relative}.c-headercontents__ttlBox::before{position:absolute;content:"";background:url("../images/c-top_ttl-deco.png") no-repeat;-webkit-background-size:contain;background-size:contain;width:20%;min-width:50px;height:85%;top:0;left:0;transform:translate(-50%, -50%)}.c-headercontents__ttl{font-size:clamp(1.4375rem,.8723rem + 1.8085vw,2.5rem);font-family:"Zen Maru Gothic",sans-serif;letter-spacing:.15em}.c-headercontents__el-ttlBox{transform:translateY(-1.5em)}.c-headercontents__el-ttlBox .c-headercontents__ttlBox::before{height:50%}.ly-company{padding:0 0 85px}.wide-map{height:45vh;margin-top:-120px}/*!===============================================
about page
================================================*/.company__dl{max-width:850px;margin-inline:auto;width:90%;position:relative}.company__dl::before{position:absolute;content:"";width:120px;height:70px;background:url("../images/bird-br.png") no-repeat;background-size:contain;right:0;top:0;transform:translate(-20%, -50%)}.company__dl::after{position:absolute;content:"";width:70%;height:100%;background:url("../images/tree.png") no-repeat;background-size:contain;left:0;top:50%;transform:translate(-100%, -50%)}/*!===============================================
各種サービス内容 page
================================================*/.featureContainer{padding-top:30px;gap:40px;flex-wrap:wrap;width:100%;justify-content:center}.feature__service-ly{margin-bottom:80px}.feature__service-ly:last-of-type{margin-bottom:0}.feature__serviceTtlBox{margin-bottom:1.8em}.feature__serviceTtl{background:#f5a70f;color:#fff;font-family:"Zen Maru Gothic",sans-serif;padding:.5em 1.5em;border-radius:45px;display:inline-block;font-size:clamp(1.125rem,.8268rem + .9542vw,1.4375rem);font-weight:700;margin:0 3rem .5em 0}.feature__serviceSubttl{font-family:"Zen Maru Gothic",sans-serif;color:#f5a70f;font-size:18px;font-weight:700;display:inline-block;padding:.5em 1em;border-left:3px solid #f5a70f}.feature__list{width:clamp(300px,25%,350px);padding:35px 2%;background:#fcfcfc;box-shadow:2px 2px 10px rgba(0,0,0,.08);border-radius:15px;position:relative}.feature__list::before{position:absolute;content:"";top:0;left:50%;transform:translate(-50%, -50%);background:url("../images/c_service_feature-deco.png") no-repeat;-webkit-background-size:contain;background-size:contain;width:60px;height:30px}.feature__list p{font-size:clamp(1.125rem,.9461rem + .5725vw,1.3125rem);font-family:"Zen Maru Gothic",sans-serif}.officeContainer{flex-wrap:wrap;gap:25px}.office__list{border-radius:15px;max-width:300px;box-shadow:1px 0 9px rgba(24,25,25,.08);padding:18px;background:#fcfcfc}.office__img{border-radius:15px;margin-bottom:15px;aspect-ratio:3/2;object-fit:cover}.office__name{font-size:18px;font-weight:600;margin-bottom:5px}/*!===============================================
施設　個別ページ
=================================================*/.sidenav{border-radius:0 15px 15px 0;width:clamp(230px,20%,260px);height:fit-content;background:#fcfcfc;border-top:16px solid #4ea899;position:-webkit-sticky;position:sticky;top:100px;margin-bottom:120px}.sidenav__top{background:#4ea899;color:#fff;font-family:"Zen Maru Gothic",sans-serif;position:relative;padding:0 2% 14px;display:none;transition:all .5s ease}.sidenav__top::before,.sidenav__top::after{transition:all .5s ease}.sidenav__list{padding:8px 15px}.sidenav__item{font-family:"Zen Maru Gothic",sans-serif;font-size:18px;padding:20px 10px;border-bottom:.5px dashed rgba(58,58,58,.28)}.sidenav__ttl{display:block;position:relative}.sidenavPage__mainContent{width:80%}.pointBox{padding:30px 2%;background:#fcfcfc;box-shadow:1px 0 9px rgba(25,25,25,.08);border-radius:15px;margin:0 auto 50px;width:100%;max-width:800px}.point__ttl{font-family:"Zen Maru Gothic",sans-serif;font-size:18px;padding:0 .5em .5em;border-bottom:dotted 1px #59492a;margin-bottom:1rem;position:relative}.point__ttl i{margin-right:.5em}.point__list{padding:0 2rem;line-height:2}.point__item{list-style:disc outside}.outlineBox{gap:4%}.outline__item{margin-bottom:35px}.outline__list{width:48%}.outline__ttl{font-size:23px;font-weight:600;margin-bottom:15px;display:flex;align-items:center}.outline__ttl::after{content:"";flex-grow:1;border-bottom:2px dotted #59492a;margin-left:15px}.basic__icon-tel::before{background-image:url(../images/tel-icon-yellow.png)}.basic__icon-fax::before{background-image:url(../images/fax-icon-yellow.png)}.juusetu{color:#f5a70f}.juusetu::before{content:"";font-family:"Font Awesome 5 Free";width:1em;height:1em;margin-right:.5em}.galleryList{margin:0 0 25px 0}.slick-slide img{width:100%;border-radius:15px}.slick-prev,.slick-next{position:absolute;z-index:3;top:48%;cursor:pointer;outline:none;border-top:2px solid #fff;border-right:2px solid #fff;height:15px;width:15px}.slick-prev{left:2.5%;transform:rotate(-135deg)}.slick-prev::before{display:none}.slick-next{right:2.5%;transform:rotate(45deg)}.slick-next::before{display:none}.slick-slide{margin:0 5px 0}.choice-btn li{cursor:pointer;outline:none;background:#333;border-radius:15px}.choice-btn li img{opacity:.4}.choice-btn li.slick-current img{opacity:1}.vacancyBox{width:35%;min-width:250px;margin:0 auto 15px;background:#fcfcfc;text-align:center;padding:.4em 15px;border-radius:15px;border:2px solid #f2ead7;border-top:15px solid #f2ead7;font-size:45px}.vacancy__mark{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;color:#f5a70f}.vacancy__aside{flex-wrap:wrap;gap:8px 20px;justify-content:center}.mainpriceTable{font-family:"Zen Maru Gothic",sans-serif;margin-bottom:25px}.mainpriceTable__ttl{border:2px solid #f5a70f;background:#f5a70f;color:#fff;padding:.5em 1.5em;border-radius:40px 0 0 40px;font-size:clamp(1.125rem,.8268rem + .9542vw,1.4375rem)}.mainpriceTable__price{border:2px solid #f5a70f;background:#fcfcfc;font-size:clamp(1.125rem,.8268rem + .9542vw,1.4375rem);padding:.5em 1.5em;border-radius:0 40px 40px 0}.price__description{margin-bottom:.5em;font-size:18px;font-family:"Zen Maru Gothic",sans-serif}.table__ttl-color{background:#f2ead7}.plus-mark{font-size:35px;font-family:"Zen Maru Gothic",sans-serif;margin-inline:.3em;align-self:center}.table__ttl-color-orange{background:#f5c90f}.table__col-color{background:#fff}.priceTable-w1{width:70%;max-width:740px;margin-bottom:65px}.priceTable-w2{max-width:260px}.priceTable-w3{max-width:450px}.priceTable-flex{overflow-x:scroll;padding-bottom:25px;margin-bottom:25px;overflow-y:hidden}.priceTable{border-collapse:separate;text-align:center;border-radius:15px;border-spacing:0;border:none;border-left:1.5px solid #59492a;border-top:1.5px solid #59492a;flex:auto}.priceTable th,.priceTable td{font-family:"Zen Maru Gothic",sans-serif;font-size:16px;padding:.8em 1em;vertical-align:middle;white-space:nowrap}.priceTable tr>*{border:none;border-right:1.5px solid #59492a;border-bottom:1.5px solid #59492a}.priceTable tr:first-child>*:first-of-type{border-radius:15px 0 0 0}.priceTable tr:first-child>*:last-child{border-radius:0 15px 0 0}.priceTable tr:last-child>*:first-child{border-radius:0 0 0 15px}.priceTable tr:last-child>*:last-child{border-radius:0 0 15px 0}.priceTable-w2 tr:first-child>*:first-of-type{border-radius:15px 15px 0 0}.ly-swipeArea{position:relative}.swipeicon{position:absolute;width:50px;height:50px;top:100%;right:5%;display:none;animation:swipeAnime infinite ease;animation-duration:.8s}@keyframes swipeAnime{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.swipeicon.active{display:block}.pricenote{padding:30px 3%;background:#fcfcfc;box-shadow:1px 0 9px rgba(25,25,25,.08);border-radius:15px;width:100%;max-width:800px}.pricenote p{position:relative;margin-left:1.5em}.pricenote p::before{content:"※";position:absolute;top:0;left:-1.5em}.essentialsList{width:70%;margin-inline:auto;padding:0 20px}.essentialsList li{list-style:disc outside;margin-bottom:15px}.essentialsList .noteMark{list-style:none;margin-left:20px;position:relative}.essentialsList .noteMark::before{position:absolute;content:"※";left:-20px}/*!===============================================
申込みページ entryページ
=================================================*/.flowBox{width:100%;max-width:850px;margin-inline:auto;background:#fcfcfc;box-shadow:1px 0 9px rgba(25,25,25,.08);border-radius:40px;padding:85px 20px;font-family:"Zen Maru Gothic",sans-serif;position:relative}.flowBox::after{content:"";background:url("../images/bird-br.png") no-repeat;-webkit-background-size:contain;background-size:contain;width:120px;height:70px;position:absolute;right:0;top:0;transform:translate(-50%, -50%)}.flow__list{width:-moz-max-content;width:max-content;margin-inline:auto}.flow__item{counter-increment:num 1;font-size:23px;margin:0 0 2.5em 2.5em;position:relative;padding-bottom:8px;border-bottom:1px solid #adadad}.flow__item::before{content:counter(num);position:absolute;left:-2.5em;background:#4ea899 no-repeat;border-radius:50%;width:40px;height:40px;text-align:center;color:#fff}.flow__item:last-of-type::after{display:none}.flow__item::after{content:"";position:absolute;width:0;height:0;left:50%;bottom:-2em;transform:translateX(-100%);border-style:solid;border-width:15px 15px 0 15px;border-color:rgba(241,207,111,.3215686275) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.contact__telBox{background:#fcfcfc;box-shadow:1px 0 9px rgba(25,25,25,.08);border-radius:40px;padding:50px 20px 25px;width:100%;max-width:850px;margin:0 auto 85px;text-align:center;position:relative}.contact__telBox::after{content:"";position:absolute;background:url("../images/contact_leaf.png") no-repeat;width:125px;height:150px;background-size:contain;bottom:0;left:0;transform:translate(-50%, 40%)}.contact__telBox .contact-ly{align-items:center}.contact__telBox__txt{font-family:"Zen Maru Gothic",sans-serif;font-size:clamp(1.125rem,.542rem + 1.8657vw,1.4375rem)}.contactForm{max-width:850px;margin-inline:auto}.contact__inner{margin-bottom:65px;align-items:baseline}.wpcf7-form-control-wrap{width:100%}.contact__labelArea{width:25%;font-weight:700}.required{position:relative}.required::after{position:absolute;content:"必須";color:#f5a70f;top:-1.5em;left:0;font-size:14px}.contact__inputArea{width:75%;display:flex;align-items:center;flex-wrap:wrap;gap:15px 25px}.contact__inputArea label{cursor:pointer}.contact__radioArea label{margin-left:35px}input[type=email]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]{opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.display-blk label .wpcf7-list-item-label{display:block}.display-blk+.wpcf7-list-item-label{display:block}.poricyLink a{color:#f5a70f;padding-bottom:5px;border-bottom:1px solid #f5a70f}input[type=checkbox]+span::before{display:inline-block;content:"";width:1.5em;height:1.5em;border:1px solid #59492a;background:#fff;margin:-0.125em .5em 0 0;vertical-align:middle;font-family:"Font Awesome 5 Free";font-weight:700;padding:0 3px}input[type=checkbox]:checked+span::before{content:""}.align-fs{align-items:flex-start}.wpcf7-list-item{margin:0}.wpcf7-list-item-label{cursor:pointer;display:flex}input[type=radio]{opacity:0;position:absolute}input[type=radio]+span::before{background:#fff;border:1px solid #59492a;border-radius:100%;content:"";height:1.5em;margin-bottom:auto;margin-right:.5em;margin-top:auto;transition:background-color .5s;width:1.5em}input[type=radio]:checked+.wpcf7-list-item-label::before{background-color:#f5a70f;box-shadow:inset 0 0 0 3px #fff}input[type=text],textarea,input[type=email]{width:100%;padding:8px 15px;border-radius:3px;border:1px solid rgba(89,73,42,.36)}/*!===============================================
thanksページ
=================================================*/.thanks__txt{line-height:2.5;font-size:18px}.ly-thanks{position:relative;margin-bottom:85px}.ly-thanks .wideContainer__img{height:100%;transform:scale(1.5) translate(-20%, -20%)}.confirmBox{font-family:initial}/*!===============================================
recruitページ
=================================================*/.tabWrapper{margin:30px auto;max-width:1060px;margin-inline:auto;width:100%}.tab{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;align-items:flex-end}.tab li{width:33.3333333333%;border-top:1px solid #59492a;border-right:1px solid #59492a;border-left:1px solid #59492a;border-radius:40px 40px 0 0}.tab__list a{display:block;background:#f2ead7;padding:10px 20px;text-align:center;border-radius:40px 40px 0 0;height:2.5em}.tab__list.active a{background:#f5c90f;height:4em}.area{display:none;opacity:0;background:#fff;border:1px solid #59492a;padding:40px;border-radius:0 0 40px 40px;width:100%}.area.is-active{display:block;animation-name:displayAnime;animation-duration:1s;animation-fill-mode:forwards}@keyframes displayAnime{from{opacity:0}to{opacity:1}}.job__item{margin-bottom:120px;position:relative}.job__item::after{position:absolute;content:"";background:url(../images/fv_heart.png) no-repeat;-webkit-background-size:contain;background-size:contain;bottom:-55px;left:50%;width:200px;height:50px;transform:translate(-50%, 100%)}.job__item:last-of-type{margin-bottom:0}.job__item:last-of-type::after{display:none}.recruit_featureWrapper{max-width:1400px;margin-inline:auto}.recruit_featureList{gap:7%;justify-content:center;margin-bottom:85px}.recruit_feature__item{text-align:center}.countImg{margin-inline:auto;position:relative}.countImg::before{position:absolute;content:"";width:15%;height:20%;-webkit-background-size:contain;background-size:contain;top:0;left:0;transform:translateX(120%);background-repeat:no-repeat}.count1::before{background-image:url("../images/count1.png")}.count2::before{background-image:url("../images/count2.png")}.count3::before{background-image:url("../images/count3.png")}.centerImg{margin-top:30%}.recruit_feature__txt{text-align:left}.recruit_feature__img{aspect-ratio:1/1;width:fit-content;object-fit:cover;border-radius:45% 55% 50% 55%}.recruit_feature__ttl{font-family:"Zen Maru Gothic",sans-serif;font-size:23px;margin:1rem 0}.interviewList{max-width:1060px;margin-inline:auto;margin-bottom:65px}.interview__item:first-of-type{margin-bottom:35px}.interview__inner{align-items:center;gap:7%}.interview__imgwrapper{margin-inline:auto;position:relative}.interview__imgwrapper::before{position:absolute;content:"";width:50%;height:10%;-webkit-background-size:contain;background-size:contain;top:0;left:0;background-repeat:no-repeat}.case1::before{background-image:url("../images/case1.png")}.case2::before{left:initial;right:0;background-image:url("../images/case2.png")}.interview__date{font-size:14px;margin-bottom:.5rem}.interview__name{font-family:"Zen Maru Gothic",sans-serif;font-size:23px;margin-bottom:.5rem}/*!===============================================
news 一覧ページ
=================================================*/.topics__item{border-bottom:1px solid #adadad;padding:25px 15px 8px}.topics__date{padding-right:1.3em;margin-right:1.3em;display:inline-block;width:12%;min-width:min-content;position:relative}.topics__date::after{position:absolute;right:0;top:0;background:#adadad;content:"";width:1px;height:1.3em;transform:translateY(20%)}.topics__txtwrapper{flex-direction:column;width:87%}.topics__ttl{margin-bottom:.5em}.topics__cate{background-color:#4ea899;border-radius:20px;display:flex;justify-content:center;width:max-content;padding:5px 10px;color:#fff;margin-bottom:10px;font-size:14px}.readMore{align-self:flex-end;font-size:14px;position:relative;padding-right:25px}.readMore::before{position:absolute;content:"";width:20px;height:20px;background:rgba(125,133,130,.27);border-radius:50%;top:50%;right:0;transform:translateY(-50%)}.readMore::after{position:absolute;content:"";width:8px;height:8px;border-top:2px solid;border-right:2px solid;top:50%;right:3px;transform:translate(-50%, -50%) rotate(45deg)}.wp-pagenavi{margin:45px auto;text-align:center}.wp-pagenavi a,.wp-pagenavi span{color:#fff;text-align:center;margin:0 2px;padding:0;display:inline-block;background:#f5a70f;width:35px;height:35px;text-align:center;position:relative;border-radius:50%;border:1px solid #f5a70f !important;transition:all .3s ease}.wp-pagenavi a:hover,.wp-pagenavi span.current{border-color:#f5a70f !important;color:#59492a !important;background:#fcfcfc}.wp-pagenavi span.current{font-weight:bold}/*!===============================================
news 個別ページ
=================================================*/.topicsWrapper{max-width:1200px;margin-inline:auto;padding-bottom:8px;border-bottom:1px dotted #59492a;margin-bottom:8px}.topicsWrapper__date{padding-bottom:8px;border-bottom:1px dotted #59492a;margin-bottom:8px}.pageNav{max-width:1200px;width:100%;margin:0 auto 45px;justify-content:space-between}.pageNav-ttl{flex-direction:column;font-size:14px}.pageNav__prev,.pageNav__next{position:relative;padding:0 25px}.pageNav__prev::before{content:"";width:12px;height:12px;position:absolute;top:50%;left:0;border-top:2px solid #59492a;border-left:2px solid #59492a;transform:translateY(-50%) rotate(-45deg)}.pageNav__next::after{content:"";width:12px;height:12px;position:absolute;top:50%;right:0;border-top:2px solid #59492a;border-right:2px solid #59492a;transform:translateY(-50%) rotate(45deg)}/*!=========================================================================

responsive

===========================================================================*//*!================================================
top page and common
===================================================*/@media screen and (max-width: 1024px){.mv__imgContainer{width:100%}.mv__subtxt{align-self:center}.ribbon-ly{top:5%}}@media screen and (max-width: 900px){.g-nav{display:none}.openbtn{display:block}.sunContainer{top:initial;bottom:0;right:0;z-index:8888;width:25%;height:15%}.light{top:initial;bottom:0;right:0;transform:scale(1, -1);min-height:120px;min-width:150px;width:100%}.sun__inner{top:initial;bottom:0;right:0;width:70%;transform:scale(1, -1);min-width:110px}.sun__inner div{position:relative}.sun__txt{position:absolute;top:initial;bottom:50%;left:50%;font-size:13px;line-height:1.5;color:#59492a;transform:scale(1, -1) translate(-40%, -40%);width:70%}.ribbon-ly{top:inherit;bottom:5%;left:50%;transform:translateX(-50%);height:fit-content;margin:0;width:70%}.ribbon{width:60%}.mv__txtContainer{-webkit-writing-mode:lr-tb;-ms-writing-mode:lr-tb;writing-mode:lr-tb;height:auto;text-align:center;margin-top:0}.mv__maintxt{padding:.2em .1em;border-right:none;border-left:none;border-bottom:2px dashed #f5a70f;margin:0 .5em}.mv__subtxt{font-size:clamp(1rem,.5825rem + 1.3359vw,1.4375rem);margin-top:.5em;white-space:nowrap}.footerInner__first{width:50%}.footerInner__second{width:50%}.footer::before{height:25px}}@media screen and (max-width: 600px){.mv__container{margin-bottom:70px}.mb1{margin-bottom:55px}.sect__ttl{margin-bottom:45px}.section{margin-bottom:85px}.mv__imgContainer img{object-position:left 9% top 100%}.ribbon-ly{width:calc(100% - 50px);border-radius:0}.intro__txt::after{width:70%}.top_featureList__item{flex-direction:column}.top_feature__img{width:50%;margin-bottom:35px}.top-service__imgBox::after{width:100%}.office__name{font-size:16px}.top_feature__ttl{font-size:18px}.recruit{margin-bottom:65px}.top-recruitBox__outline{gap:10px}.top-recruitBox__outline *{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.recruitBox__centerTxt{top:0;transform:translate(-50%, -120%)}.top-topicsList{width:100%;min-width:100%}.topics__inner{flex-direction:column}.topics__cate{font-size:12px}.topics__date{padding-bottom:.5em;margin-bottom:.5em;font-size:14px}.topics__date::after{right:initial;top:initial;bottom:0;left:0;width:1.3em;height:1px}.topics__txtwrapper{width:100%}.ly-news{padding:45px 20px}.footerInner{flex-direction:column}.footerInner__first{width:100%;margin-right:0}.footerInner__second{width:100%;justify-content:center;flex-flow:column}.footer__copy{font-size:11px}.contact-ly{font-size:25px}.btn{font-size:16px}.mr1{margin-right:20px}.spbr{display:block}}/*!================================================
c-page common
===================================================*/@media screen and (max-width: 900px){.c-headerContents{height:25vh}.c-headerContents img{top:33%}}@media screen and (max-width: 600px){.c-headerContents img{transform:translateX(-19%);width:18%}.dl__item{flex-direction:column}.dl__item dt{padding:15px 0;border-bottom:none;width:100%}.dl__item dd{width:100%;padding:0 0 15px}.ly-msg{padding:45px 20px}.c-headerContents{height:35vh}.c-headercontents__ttlBox-ly{top:52%}}/*!================================================
about page
===================================================*/@media screen and (max-width: 1024px){.ly-msg:after{width:18%;height:20%;min-height:200px;transform:translate(0, 70%)}.company__dl::after{transform:translate(-60%, -50%)}}@media screen and (max-width: 600px){.feature__serviceSubttl{font-size:16px}.company__dl{overflow-x:hidden}.company__dl::before{transform:translate(-50%, 0);width:15%}.company__dl::after{width:90%;height:50%;left:initial;top:initial;right:0;bottom:0;transform:translate(50%, 0);opacity:.4}}/*!================================================
サービス紹介 page
===================================================*/@media screen and (max-width: 900px){.feature__serviceTtl{margin-right:0}}@media screen and (max-width: 600px){.office__list{width:100%;max-width:100%}.office__list img{width:100%}}/*!================================================
contact entry thanks page
===================================================*/@media screen and (max-width: 600px){.flowBox{padding:40px 20px}.flowBox::after{width:20%;height:50px;transform:translate(-20%, -30%)}.flow__list{width:100%}.flow__item{font-size:18px}.flow__item::before{width:30px;height:30px;font-size:16px}.contact__telBox::after{width:25%;height:30%;transform:translate(10%, 25%)}.contact__inner{flex-direction:column;margin-bottom:35px;gap:0}.contact__labelArea{margin-bottom:10px}.contact__labelArea,.contact__inputArea{width:100%}.thanks__txt{font-size:16px;text-align:left;line-height:1.8}}/*!================================================
news news-archive page
===================================================*//*!================================================
 facility　page
===================================================*/@media screen and (max-width: 1000px){.priceTable-flex{margin-bottom:65px}}@media screen and (max-width: 900px){.ly-sidenavPage{flex-direction:column}.sidenav{border-radius:15px;width:80%;height:fit-content;position:sticky;top:70px;margin:0 auto 65px;z-index:900}.sidenav__top{display:block;border-radius:0 0 15px 15px}.sidenav__top::after,.sidenav__top::before{position:absolute;content:"";width:15px;height:2px;background:#fff}.sidenav__top::before{top:30%;right:15px;transform:rotate(0)}.sidenav__top::after{top:30%;right:15px;transform:rotate(90deg)}.sidenav__top.is-open{border-radius:0}.sidenav__top.is-open::before{transform:rotate(-45deg)}.sidenav__top.is-open::after{transform:rotate(45deg)}.sidenav__list{display:flex;flex-wrap:wrap}.sidenav__item{flex:auto;width:50%;padding:10px;font-size:16px}.sidenavPage__mainContent{width:100%}}@media screen and (max-width: 600px){.priceTable th,.priceTable td{padding:.8em .5em}.priceTable-w1{width:100%}.priceTable-w1 th,.priceTable-w1 td{white-space:initial}.outlineBox{flex-direction:column}.outline__list{width:100%}.essentialsList{width:100%}.pointBox{padding:15px 2%}.outline__ttl{font-size:18px}.vacancyBox{min-width:80%}.sidenav{width:90%}.choice-btn .slick-slide img{border-radius:8px}.choice-btn li{border-radius:8px}}/*!================================================
recruit　page
===================================================*/@media screen and (max-width: 600px){.tab li,.tab__list a{border-radius:15px 15px 0 0}.tab__list a{font-size:12px;padding:8px 2px}.area{padding:20px}.recruit_featureList{flex-direction:column}.recruit_feature__item{margin-bottom:45px}.recruit_feature__item:last-of-type{margin-bottom:0}.recruit_feature__ttl{font-size:20px}.countImg{width:60%}.centerImg{margin-top:0}.recruit_featureList{margin-bottom:0}.interview__inner{flex-direction:column}.interview__imgwrapper{width:60%;margin-bottom:25px}.interview__name{font-size:18px}.interview__item:first-of-type{margin-bottom:45px}}/*# sourceMappingURL=style.css.map */
