@charset:  "UTF-8";html{font-size:110%}body{font-family:YuGothic,'Yu Gothic';line-height:1.5;letter-spacing:.5px;color:#242425}html,body{width:100%;height:100%;max-width:100%;line-height:1.75}img{width:100%;max-width:100%}.wrapper{width:100%;height:auto}span.nl{display:inline-block!important}.btn{display:inline-block;padding:.5rem .75rem;font-size:110%;text-align:center;width:12%;height:auto;border-radius:10px}.btn-service-1,.btn-service-2,.btn-service-3,.btn-company,.btn-news,.btn-form,.btn-back,.btn-service-details{width:50%;color:#fff;background:#317036;border:1px solid #317036;font-weight:bold}.btn-service-1:hover,.btn-service-1:active,.btn-service-2:hover,.btn-service-2:active,.btn-service-3:hover,.btn-service-3:active,.btn-company:hover,.btn-company:active,.btn-news:hover,.btn-news:active,.btn-form:hover,.btn-form:active,.btn-service-details:hover,.btn-service-details:active{color:#317036;background:#fff}.btn-company,.btn-news{width:35%}.btn-service-details{width:100%;padding:.5rem 5rem}.btn-back{color:#317036;background:#fff}.btn-form,.btn-back{margin:0 1.5vw}.news-pg-2 .breadcrumb{margin:0 20vw 10vh;font-size:90%}.hd-type{width:100%;height:auto;position:fixed;top:0;padding:.5vh 1.5vw .25vh;display:flex;justify-content:space-between;align-items:center;z-index:999}.hd_logo{position:relative}.hd_logo img{width:45%}.main-header{width:100%;z-index:1;position:relative;display:flex;justify-content:flex-end}.hd-type.change-color{background:#fff}.main-header-menu{width:100%;display:flex;position:relative}.main-header-menu li{width:auto;padding:0 1.5vw;font-weight:bold;color:#242425}.main-header#service-hd .main-header-menu li{color:#fff}.hd-type.change-color .main-header nav ul li,.hd-type.change-color .main-header#service-hd .main-header-menu li{color:#317036}.main-header-menu li a{position:relative}.main-header-menu .hd_menu.hd_contact a{background:#317036;color:#fff;padding:.75vh 1.25vw;border-radius:20px;border:1px solid #317036}.main-header li a:hover{text-decoration:underline;text-decoration-color:#317036;text-underline-offset:.25rem}.main-header-menu .hd_menu.hd_contact a:hover{background-color:#fff;color:#317036;text-decoration:unset}nav ul ul{display:block}nav ul li li a{padding:10px}nav ul li.has-child>a::before{content:'';position:absolute;left:38px;top:25px;width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(135deg)}nav ul li.has-child img{max-width:100%;height:200px;transition:all .5s;vertical-align:bottom;object-fit:cover}nav ul li.has-child img:hover{transform:scale(1.2)}nav ul li.has-child dt{overflow:hidden;height:20vh;margin:0 0 10px 0}nav ul li.has-child dd{text-align:center}@media screen and (max-width:1200px){nav ul li.has-child dt{height:17vh}}nav li.has-child ul{position:absolute;left:-18%;top:58px;z-index:4;display:flex;justify-content:space-between;flex-wrap:wrap;background:#317036;width:100%;visibility:hidden;opacity:0;transition:all .3s}nav li.has-child:hover>ul{visibility:visible;opacity:1}nav li.has-child ul li{width:50%}nav li.has-child ul li a{color:#fff}@media screen and (max-width:768px){nav ul{display:block}nav li.has-child ul{position:relative;left:0;top:0;width:100%;visibility:visible;opacity:1;display:none;transition:none}nav li.has-child ul li{width:100%;text-align:left}nav li.has-child ul li dl{display:flex;justify-content:space-between;align-items:center}nav li.has-child ul li dt{width:30%;height:auto;margin:0}nav li.has-child ul li dd{width:64%}nav ul li li a{padding:0}nav ul li.has-child>a::before{top:17px;left:20px;transform:rotate(135deg)}nav ul li.has-child.active>a::before{transform:rotate(-45deg)}}.g-nav-sns{display:flex;flex-direction:row}.g-nav-sns i{font-size:200%;color:#242425;padding:0 .5vw}.g-nav-sns .g-nav-youtube i{padding:0 .25vw}.main-header#service-hd .g-nav-sns i{color:#fff}.hd-type.change-color .g-nav-sns i,.main-header#service-hd .panelactive#g-nav .g-nav-sns i,.hd-type.change-color .main-header#service-hd .g-nav-sns i{color:#317036}#g-nav-list .g-nav-sns{padding:5vh 5vw 0 0;justify-content:flex-start;justify-content:space-around}#g-nav-list .g-nav-sns i{font-size:250%;color:#317036}#g-nav-list .g-nav-sns .g-nav-instagram,#g-nav-list .g-nav-sns .g-nav-line,#g-nav-list .g-nav-sns .g-nav-youtube{background:#fff;padding:.5vh .5vw;margin:.5vh .5vw}.g-nav-sns .g-nav-instagram a i:hover,#g-nav-list .g-nav-sns .g-nav-instagram a i:hover,.main-header#service-hd .g-nav-sns .g-nav-instagram a i:hover{color:#cf2e92}.g-nav-sns .g-nav-line a i:hover,#g-nav-list .g-nav-sns .g-nav-line a i:hover,.main-header#service-hd .g-nav-sns .g-nav-line a i:hover{color:#06c755}.g-nav-sns .g-nav-youtube a i:hover,#g-nav-list .g-nav-sns .g-nav-youtube a i:hover,.main-header#service-hd .g-nav-sns .g-nav-youtube a i:hover{color:#da1725}#g-nav-bottom{width:100%;display:none}.fadeLeft{animation-name:fadeLeftAnime;animation-duration:1.0s;animation-fill-mode:forwards;opacity:0}@keyframes fadeLeftAnime {
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}.fadeRight{animation-name:fadeRightAnime;animation-duration:1.0s;animation-fill-mode:forwards;opacity:0}@keyframes fadeRightAnime {
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}.first-view{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;opacity:1}#slider{width:100%;height:95vh!important}.first-view::before{content:'';position:absolute;bottom:0;right:0;border-bottom:7vw solid #fff;border-left:100vw solid transparent;z-index:5}.first-view.company-fv{background:url(img/pbstay_2.jpg) no-repeat;background-position:50% 100%;background-size:cover}.first-view.service-fv{background:url(img/fv-service.jpg) no-repeat;background-position:50% 0%;background-size:cover}.first-view.news-fv{background:url(img/fv-news.jpg) no-repeat;background-position:0% 100%;background-size:cover}.first-view.contact-fv{background:url(img/fv-contact.jpg) no-repeat;background-position:0% 100%;background-size:cover}.first-view.trailer-fv{height:75vh;background:url(img/fv-trails.jpg) no-repeat;background-position:0% 45%;background-size:cover}.fv-contents{position:absolute;bottom:15%;left:5%;color:#fff;width:auto;padding-right:1vw}.first-view.trailer-fv .fv-contents{top:62%;width:80%}.fv-contents h1{font-size:500%;font-weight:bold;line-height:1.25;-webkit-text-stroke:.3px #ccc;text-stroke:.3px #ccc}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:700%}.first-view.trailer-fv .fv-contents h1{font-size:500%}button.cta-btn{width:10vw;height:10vw;border:1px solid #317036;border-radius:50%;background:#317036;position:fixed;right:1%;bottom:3.5%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}button.cta-btn a img{width:85%}button.cta-btn:hover{filter:brightness(120%)}.sect-2,.sect-3,.sect-4,.sect-5{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;padding:0 15vw 25vh}.sect-2{padding:10vh 10vw 25vh}.sect-2.company-sect-2,.sect-2.service-sect-2,.sect-2.news-sect-2,.sect-2.contact-sect-2{margin-top:100vh}.sect-2::before,.sect-4::before{content:'';position:absolute;bottom:0;right:0;border-bottom:7vw solid #e1f2cb;border-right:100vw solid transparent}.sect-2-lead{width:100%;margin-bottom:15vh;font-size:150%;font-weight:500;text-align:center;line-height:2.5}.sect-2-contents{width:100%;display:flex;justify-content:center;align-items:center}.sect-2-banner{width:100%;display:flex;justify-content:flex-start;margin:0 1vw;padding:8vh 0;border-radius:10px;background-size:cover}.sect-2-banner.bn_service{background:url(img/bn-service.jpg) no-repeat;background-position:10% 53%}.sect-2-banner.bn_company{background:url(img/fv-contact.jpg) no-repeat;background-position:50% 75%}.banner-text{width:35%;height:inherit;display:flex;flex-direction:column;background-color:rgba(255,255,255,.9);padding:2vh 2.5vw;font-weight:bold}.banner-text-ja{font-size:110%}.banner-text-en{margin-top:.5vh;font-size:80%;color:#317036}.sect-2-contents a:hover{opacity:.8}.sect-3{background:#e1f2cb}.sect-3::before,.sect-5::before{content:'';position:absolute;bottom:0;right:0;border-bottom:7vw solid #fff;border-left:100vw solid transparent}.sect-title{text-align:left;width:100%;margin-bottom:5vh;font-size:250%;font-weight:bold;line-height:1.35}.sect-3-contents,.sect-5-contents{width:100%;display:flex;flex-direction:column}.sect-3-box{width:100%;display:flex;margin-bottom:15vh}.sect-3-box.box-2{flex-direction:row-reverse}.sect-3-box-desc,.sect-4-desc{width:50%;display:flex;flex-direction:column;padding-right:5vw}.sect-3-box.box-2 .sect-3-box-desc{padding:0 0 0 5vw}.sect-3-box-heading,.sect-4-heading{font-size:200%;font-weight:bold}.sect-3-box-text{padding:5vh 0;width:80%}.sect-3-box-img{width:50%}.sect-3-box-img img{width:100%;box-shadow:20px 20px 2px #fff}.sect-3-box-img.sect-3-box-2-img{display:flex;flex-direction:column}.sect-3-box-img img.sect-3-box-2-img-2{width:60%;margin-top:3.5vh}.sect-4{padding-top:10vh;background:url(img/bg-company.png) no-repeat;background-size:cover;background-position:100% 60%;background-color:rgba(255,255,255,.4);background-blend-mode:lighten}.sect-4-desc{width:100%}.sect-4-text{padding:5vh 0;width:50%}.sect-5{background:#e1f2cb}.post{width:100%;margin-bottom:5vh;border-bottom:1px solid #d0d0d0;padding-bottom:2vh}.breadcrumb_inner span a.post.post-post.current-item{border-bottom:unset}.post-desc{width:100%;display:flex;align-items:center}.post-time,.news-time,.post-categories{margin-right:3vw}.post-time,.news-time{width:15%;color:#317036;font-weight:bold}.post-categories{width:15%;text-align:center;border:1px solid #d0d0d0;padding:.05rem .25rem}.post-desc a{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:bold}.post-desc a:hover{color:#317036;text-decoration:underline;text-decoration-thickness:1.25px;text-decoration-color:#317036;text-underline-offset:.25rem}.ft-top{width:100%;padding-top:20vh}.ft-top-contents{display:flex;justify-content:center}.ft-top-box{width:50%;padding:10vh 0;text-align:center;color:#fff;font-weight:bold;font-size:180%}.ft-top-box.contact-box{background:#317036}.ft-top-box.contact-box a:hover{opacity:.8}.ft-top-box.tel-box{background:#5d98cd}footer{width:100%;padding:3vh 5vw 10vh;position:absolute;background-color:#f2f2f2;font-weight:bold;z-index:2}.ft-contents{width:100%;display:flex;justify-content:space-between}.ft-1,.ft-2{width:50%;display:flex;flex-direction:column}.ft-1{font-size:90%}.ft-2{padding-top:7vh;text-align:right;align-items:flex-end;justify-content:space-around}.ft-logo{width:40%}.ft-logo-mark{width:70%}.ft-name{font-size:125%}.ft-nav{font-size:110%}.ft-nav li{display:inline-block;margin-right:3vw}.ft-nav li a:hover,.ft-info a.ft-ig:hover{border-bottom:1.75px solid #242425}.ft-tel{margin:1vh 0}.ft-sns{display:flex}.ft-sns .ft-youtube{margin:0 3vw}.ft-sns a{display:flex;align-items:center;line-height:1.35}.ft-sns a.ft-ig:hover{color:#cf2e92}.ft-sns a.ft-line:hover{color:#06c755}.ft-sns a.ft-youtube:hover{color:#da1725}.ft-sns a i{font-size:250%;padding-right:.5vw}.ft-copyright{font-size:80%;margin-top:2vh}footer i{font-size:130%}.sect-2.company-sect-2{height:auto;padding-bottom:10vh}.sect-title.company-sect-title{margin-bottom:8vh}.sect-2-contents.company-sect-2-contents{flex-direction:row;align-items:flex-start}.company-page-2-description,.company-page-3-description{width:55%}.company-page-2-description p,.company-page-3-description p{width:85%;margin-bottom:8vh}.company-page-2-description p{font-size:120%}.company-page-2-description p.p-title{font-size:180%;font-weight:bold;margin:2vh 0 4vh}.company-page-2-description p.p-sub-title{width:15%;background:#317036;color:#fff;font-size:100%;font-weight:bold;text-align:center;border:1px solid #317036;border-radius:50%;padding:.25rem .5rem;margin-bottom:1vh}.company-page-2-img,.company-page-3-img{width:45%;position:relative}.company-page-2-img img.company-page-2-img-1st{width:65%}.company-page-2-img img.company-page-2-img-2nd{width:60%}.company-page-2-img-1st{position:absolute;right:0}.company-page-2-img-2nd{position:absolute;top:35vh;left:0}.sect-2.company-sect-2::before,.sect-4.company-sect-4::before{content:unset}.sect-3.company-sect-3,.sect-4.company-sect-4,.sect-5.company-sect-5{padding:10vh 10vw 25vh}.sect-3.company-sect-3{display:none}.sect-3.company-sect-3::before{content:unset}.sect-3.company-sect-3,.sect-5.company-sect-5{background:#fff}.sect-3-contents.company-sect-3-contents{flex-direction:row}.company-page-3-img-desc p{margin-top:2vh}.company-page-3-img-desc img{width:60%}.sect-4.company-sect-4{background:unset;align-items:flex-start}.company-sect-4-contents{width:100%;border-top:1px solid #d0d0d0}.company-outline{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row;border-bottom:1px solid #d0d0d0}.company-outline-dt{padding:1.5vw 0 1.5vw 1.5vw;width:16.5vw;min-width:16.5vw}.company-outline-dd{padding:1.5vw 0 1.5vw 1.5vw;line-height:1.5;flex:1}.company-outline-dd span{font-size:85%}.company-outline-dd a{font-size:85%;border:1px solid #d0d0d0;padding:1.5px 3.5px;margin-left:.25vw}.company-outline-dd a:hover{text-decoration:underline;text-underline-offset:.1rem}.sect-5.company-sect-5{padding-bottom:35vh}.sect-5.company-sect-5::before,.sect-5.service-sect-5::before{content:'';position:absolute;bottom:0;right:0;border-bottom:7vw solid #e1f2cb;border-right:100vw solid transparent}.sect-5-contents.company-sect-5-contents{flex-direction:row;justify-content:space-evenly}.company-page-5-box{width:33.3%;height:230px;position:relative;background:#000}.company-page-5-box.box-center{margin:0 2vw}.company-page-5-box img,.company-page-5-box.box-center img{object-fit:cover;height:230px;position:relative;display:block}.company-page-5-box a,.service-page-box-inner h2{width:100%;text-align:center;color:#fff;font-size:120%;background:rgba(0,0,0,.5);position:absolute;bottom:0;left:0;padding:1.25vh 0}.company-page-5-box a:hover{opacity:.7}.ft-top.company-ft-top{padding-top:0}.sect-2.service-sect-2 .sect-title{text-align:center}.sect-2-contents.service-sect-2-contents{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start}.service-page-box{display:flex;flex:0 0 50%;flex-direction:column;width:50%;max-width:50%;padding:3vh 3vw}.service-page-box-inner{display:flex;flex-direction:column;align-items:center}.service-page-box-img{position:relative;width:100%}.service-page-box-img img{width:100%;height:350px;object-fit:cover}.service-page-box-desc{width:100%;margin:3vh 0}.service-sect-btn{margin:0 auto}.news-category-list{display:flex;justify-content:center;margin:2vh 0 0;list-style:none;text-transform:uppercase}.news-category-list li{position:relative;cursor:pointer;padding:0 50px;border-right:1px solid #317036}.news-category-list li::after{content:'';position:absolute;bottom:-5px;left:37.5%;width:25%;height:2px;background:#317036;transition:all .3s;transform:scale(0,1);transform-origin:center top}.news-category-list li.active::after,.news-category-list li:hover::after{transform:scale(1,1)}@media only screen and (max-width:400px){.news-category-list{flex-wrap:wrap;justify-content:space-between}.news-category-list li{width:48%;margin:0 0 10px 0;text-align:center}}.news-container{display:flex;flex-direction:column;width:100%;max-width:100%;margin:10vh auto}.news-container article{display:flex;flex-direction:row;align-items:center}.ft-top.news-ft{padding-top:0;background:#e1f2cb}.sect-2.contact-sect-2 .sect-title{text-align:center}.sect-2-contents.contact-sect-2-contents{flex-direction:column}.sect-2-contents.contact-sect-2-contents .mw_wp_form.mw_wp_form_input form,.sect-2-contents.contact-sect-2-contents .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview form{display:flex;flex-direction:column;align-items:center}.contact-page-2-description{width:80%;text-align:center}.contact-page-2-description p{margin-bottom:3vh}.contact-page-2-description p span{color:#ea7600}.contact-form{width:70%;margin:0 auto}.contact-form p{display:flex;flex-direction:row-reverse;justify-content:center}.radio-input{appearance:none;position:absolute}.radio-text,.mwform-radio-field-text{position:relative;display:flex;align-items:center;margin-bottom:1.5vh}.radio-text::before,.mwform-radio-field-text::before{content:'';display:block;border-radius:50%;border:1px solid #317036;width:16px;height:16px;margin-right:1vw}.radio-input:checked+.radio-text::after,.radio-input:checked+.mwform-radio-field-text::after{content:'';position:absolute;left:calc(8px - 5px);display:block;border-radius:50%;width:10px;height:10px;background-color:#317036}.mw_wp_form .horizontal-item+.horizontal-item{margin-left:0!important}table{margin:6rem 0;width:100%}tr{display:flex;flex-direction:column}th{font-size:90%;font-weight:bold;vertical-align:middle;width:100%;padding-bottom:1.5vh}th span{margin-left:1vw;padding:3px 5px;font-size:70%;border:1px solid}th span.required{border:unset;margin-left:0;color:#ea7600;font-size:100%}td{width:100%;padding-bottom:3.5vh}input[type="text"],input[type="email"],input[type="number"],input[type="tel"],select,textarea{border:1px solid #bbb;background:#fff;padding:.5rem;width:100%}input[type="text"]::placeholder,input[type="email"]::placeholder,textarea::placeholder{color:#bbb}textarea{height:15rem}.radio-btn{position:relative;width:65%}.contact-form-btn{text-align:center}.mwform-tel-field input[type="text"]{width:25%!important}.name-input{display:flex;justify-content:space-between}tr.name-input th,tr.name-input td{width:35%}.select-box{position:relative}.select-box::after{display:inline-block;position:absolute;top:.625rem;right:1.5rem;font-family:'Font Awesome 5 Free';font-weight:900;content:'\f107';color:#bbb}.sect-2.trailer-sect-2{margin-top:75vh;position:relative;height:auto}.sect-title.trailer-sect-title{text-align:center;padding:2vh 0}.sect-2-contents.trailer-sect-2-contents{width:60%}.trailer-page-2-description{background:rgba(255,255,255,.8)}.trailer-page-2-description p{font-size:110%;margin-bottom:3vh}.trailer-page-2-img img{position:absolute;z-index:-1}.trailer-page-2-img-1st{width:22%;top:35%;left:0;box-shadow:30px 120px 2px #eee}.trailer-page-2-img-2nd{width:35%;bottom:18%;right:0;box-shadow:-30px 50px 2px #eee}.sect-3.trailer-sect-3{padding:0 0 25vh}.sect-3.trailer-sect-3 .sect-title.trailer-sect-title{padding:0 10vw}.trailer-sect-3-box{display:flex;flex-direction:row}.trailer-sect-3-box.box-2{flex-direction:row-reverse}.trailer-sect-3-box img{height:40vw;object-fit:cover}.trailer-sect-3-box-img,.trailer-sect-3-box-desc{width:50%}.trailer-sect-3-box-desc{display:flex;flex-direction:column;padding:8vh 5vw 0}.trailer-sect-3-box-heading{font-size:180%;font-weight:bold}.trailer-sect-3-box-text{padding:5vh 0 8vh}.sect-4.trailer-sect-4{background:unset;position:relative;padding:0 0 25vh}.sect-4.trailer-sect-4 img{width:35%}.sect-4-contents.trailer-sect-4-contents{position:relative;padding:0 15vw 15vh}.trailer-page-4-img{width:100%;height:75vh;background:url(img/trails-5.jpg) no-repeat top center;background-size:cover;background-attachment:fixed;background-position:top}.trailer-page-5-img a:hover{opacity:.8}.sect-6.trailer-sect-6{padding:0 10vw 15vh}.sect-6-contents.trailer-sect-6-contents{display:flex;height:auto}.trailer-page-6-box-1,.trailer-page-6-box-2{display:flex;flex-wrap:wrap;width:50%;height:auto}.trailer-page-6-box-2{margin-left:2vw}.trailer-page-6-box-1 .box-child-1{width:100%}.trailer-page-6-box-1 .box-child-1,.trailer-page-6-box-2 .box-child-3{height: calc(((550px - 2vw) / 3) * 2)}.trailer-page-6-box-1 .box-child-2,.trailer-page-6-box-1 .box-child-3,.trailer-page-6-box-2 .box-child-1,.trailer-page-6-box-2 .box-child-2{height: calc((550px - 2vw) / 3)}.trailer-page-6-box-1 .box-child-2,.trailer-page-6-box-1 .box-child-3,.trailer-page-6-box-2 .box-child-1,.trailer-page-6-box-2 .box-child-2{width:calc(50% - 1vw)}.trailer-page-6-box-1 .box-child-2{margin-top:2vw}.trailer-page-6-box-1 .box-child-3{margin:2vw 0 0 2vw}.trailer-page-6-box-2 .box-child-2{margin-left:2vw}.trailer-page-6-box-2 .box-child-3{margin-top:2vw;width:100%}.box-child-1 img,.box-child-2 img,.box-child-3 img{width:100%;height:100%;object-fit:cover}.first-view.article-fv,.first-view.not-found-fv,.first-view.page-temp-fv{height:80vh;background:url(img/fv-news.jpg) no-repeat;background-size:cover;background-position:50% 50%}.first-view.page-temp-fv{background:url(img/fv-company.jpg) no-repeat;background-size:cover;background-position:bottom}.first-view.page-temp-fv::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.1)}.news-pg-2{padding-bottom:15vh}.news-pg-2#article-pg-2{padding-top:85vh}.news-pg-2#not-found-pg-2{padding:95vh 20vw 15vh}.news-pg-2#page-temp-pg-2{padding:85vh 7vw 25vh;display:flex;flex-direction:column;align-items:center}.news-pg-2#article-pg-2 .news-category .news-category-list{margin:2vh 0 5vh}.article-container{width:100%;margin:0 auto;padding:0 20vw}.article{width:100%;padding:30px 0;display:flex;flex-direction:column}.article_header{width:100%}.article_title{font-size:150%;font-weight:bold;border-bottom:2px #333 solid;padding-bottom:1.5vh}.article_meta{display:flex;padding-top:5vh;align-items:center;justify-content:space-between}.article_meta .post-categories{line-height:1;display:inline-block;width:15%;padding:.35rem .25rem}.article_meta .post-categories ul.post-categories{border:unset;padding:0;margin:0;width:100%;text-align:center}.article_body{width:100%;padding:7vh 0;border-bottom:1.75px #333 solid;line-height:1.75}.postLinks{width:100%;display:flex;justify-content:space-between}.postLink{width:50%;padding:3vh 0;letter-spacing:.75px}.postLink a{text-decoration:none}.postLink-prev i{margin-right:10px}.fa-chevron-left:before{content:"\f053"}.postLink-next{text-align:right}.postLink-next i{margin-left:10px}.fa-chevron-right:before{content:"\f054"}.news-pg-2#not-found-pg-2 h2{font-size:150%;padding-bottom:3vh}.news-pg-2#not-found-pg-2 a{text-decoration:underline}.news-pg-2#page-temp-pg-2 h2{font-size:250%;font-weight:bold;text-align:center;padding-bottom:10vh}.news-pg-2#page-temp-pg-2 form{font-size:110%}.news-pg-2#page-temp-pg-2 form .form .form_row{display:flex;width:100%;padding:2vh 0}.news-pg-2#page-temp-pg-2 form .form .form_row p{width:30%}.news-pg-2#page-temp-pg-2 form .form .form_row p span{margin-left:1vw;padding:3px 5px;color:#c00000;font-size:70%;border:1px solid}.news-pg-2#page-temp-pg-2 form .form .form_row .form_content{width:50%}.form .form_row .form_content input,.form .form_row .form_content textarea{width:100%;padding:15px 10px;border:1.3px solid #333;border-radius:3px}.form .form_row .form_content input.tel{width:20%}.form_row.form_row-center{width:100%;display:flex;justify-content:center}@media (min-width:1025px){.openbtn,#g-nav{display:none}}@media (max-width:1024px){.news-pg-2 .breadcrumb{margin:0 15vw 10vh}.main-header-menu{display:none}.openbtn{position:fixed;top:.75rem;right:1rem;z-index:9999;background:#317036;cursor:pointer;width:50px;height:50px;border-radius:5px}.openbtn span{display:inline-block;transition:all .4s;position:absolute;left:14px;height:3px;border-radius:2px;background:#fff}.openbtn span:nth-of-type(1),
    .openbtn span:nth-of-type(2),
    .openbtn span:nth-of-type(3) {width:45%}.openbtn span:nth-of-type(1) {top:15px}.openbtn span:nth-of-type(2) {top:23px}.openbtn span:nth-of-type(3) {top:31px}.openbtn.active span:nth-of-type(1) {top:18px;left:18px;transform:translateY(6px) rotate(-135deg);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(135deg);width:30%}#g-nav{display:unset;position:fixed;z-index:999;top:0;right:-120%;width:40%;height:85vh;background:#317036;transition:all .6s}#g-nav.panelactive{right:0}#g-nav.panelactive #g-nav-list{position:fixed;z-index:999;width:100%;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}#g-nav ul{position:absolute;z-index:999;top:40%;left:26%;transform:translate(-50%,-50%)}#g-nav li{list-style:none;text-align:right;padding-right:5vw}#g-nav li a{color:#fff;text-decoration:none;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:bold;font-size:110%;padding:10px 20px 2vh;border-bottom:1px solid #ccc}#g-nav li a span{font-size:75%}#g-nav li a:hover{opacity:.8}button.cta-btn{width:13vw;height:13vw}.sect-2-contents{flex-direction:column}.sect-2-banner.bn_service{margin-bottom:5vh}.sect-3,.sect-4,.sect-5{padding:5vh 10vw 15vh}.sect-3-box-desc{padding-right:0}.sect-3-box-text{width:90%}.sect-3-box.box-2 .sect-3-box-desc{padding-left:3vw}.sect-4-text{width:60%}.first-view.company-fv .fv-contents,.first-view.service-fv .fv-contents,.first-view.news-fv .fv-contents,.first-view.contact-fv .fv-contents{top:60%}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:550%}.company-page-2-description p.p-sub-title{width:25%}.company-page-2-img img.company-page-2-img-1st{width:85%}.company-page-2-img img.company-page-2-img-2nd{width:70%}.sect-3.company-sect-3{padding:20vh 10vw 5vh}.sect-4.company-sect-4{padding-bottom:15vh}.service-page-box{width:100%;max-width:85%;margin-top:3vh}.news-category-list li{padding:0 40px}.contact-page-2-description,.contact-form{width:80%}.first-view.trailer-fv .fv-contents h1{font-size:450%}.trailer-sect-3-box-desc{padding:4vh 3.5vw 0}.trailer-sect-3-box img{height:45vh}.sect-4.trailer-sect-4 img{width:40%}.trailer-page-4-img{background:url(img/trails-5.jpg) no-repeat;background-size:cover;background-position:center}.article-container{padding:0 15vw}}@media (max-width:790px){.news-pg-2 .breadcrumb{margin:0 10vw 10vh}.ft-top-contents{display:none}#g-nav ul{left:25%}#g-nav-bottom.dnone{display:unset;height:auto;position:fixed;bottom:0;left:0;z-index:999}#g-nav-bottom.dnone ul{display:flex;flex-direction:row;text-align:center}#g-nav-bottom.dnone ul li{height:auto;padding:1vh 0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}#g-nav-bottom.dnone ul li.g-nav-bottom-trailer{width: calc(85vw / 3);background:#5d98cd}#g-nav-bottom.dnone ul li.g-nav-bottom-tel{width: calc(85vw / 3);background:#eed022}#g-nav-bottom.dnone ul li.g-nav-bottom-contact{width: calc(85vw / 3);background:#e6691b}#g-nav-bottom.dnone ul li.g-nav-bottom-top{width:15%;background:#317036}#g-nav-bottom.dnone ul li a{display:flex;flex-direction:column;align-items:center;line-height:.25}#g-nav-bottom.dnone ul li a i{font-size:150%}#g-nav-bottom.dnone ul li a span{font-size:75%;letter-spacing:0;line-height:1}#slider{height:90vh!important}.first-view,.first-view.article-fv,.first-view.not-found-fv,.first-view.page-temp-fv{height:80vh}.hd_logo img{width:60%}.fv-contents{bottom:12%}.fv-contents h1{font-size:420%}button.cta-btn{width:15vw;height:15vw;bottom:10%}.sect-2{padding:10vh 7vw 25vh}.sect-2-lead{font-size:120%}.sect-2.company-sect-2,.sect-2.service-sect-2,.sect-2.news-sect-2,.sect-2.contact-sect-2{margin-top:80vh}.news-pg-2#article-pg-2{padding-top:85vh}.news-pg-2#not-found-pg-2{padding:85vh 10vw 15vh}.news-pg-2#page-temp-pg-2{padding:85vh 7vw 25vh}.sect-3-box,.sect-3-box.box-2{flex-direction:column-reverse}.sect-3-box-desc{width:100%;margin-top:5vh}.sect-3-box-text{padding:1.5vh 0 3vh}.sect-3-box.box-2 .sect-3-box-desc{padding-left:0}.sect-3-box-img{width:100%}.sect-3-box-img img{width:90%}.sect-4{background-size:contain;background-position:100% 70%}.sect-4-text{width:65%}.post-desc{flex-direction:column;align-items:flex-start}.post-time,.news-time,.post-categories{width:auto;margin-right:0}.post-categories{margin:.75vh 0}.ft-top-box{padding:1.5vh 0;font-size:130%}footer{padding:3vh 5vw 1.5vh}.ft-contents{flex-direction:column-reverse;align-items:center}.ft-1,.ft-2{align-items:center;text-align:center;width:100%}.ft-2{padding:10vh 0}.ft-nav li{display:block;margin-right:0;margin-bottom:3vh}.ft-logo{width:60%}.ft-info{margin-bottom:5vh}.ft-address{margin:1vh 0}.ft-sns{width:100%;justify-content:space-evenly}.ft-sns .ft-ig,.ft-sns .ft-youtube{margin-bottom:0}.ft-sns a i{margin-right:1vw}.first-view.company-fv .fv-contents,.first-view.service-fv .fv-contents,.first-view.news-fv .fv-contents,.first-view.contact-fv .fv-contents{top:62%}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:500%}.sect-2.company-sect-2{padding:10vh 10vw}.sect-title.company-sect-title{font-size:190%}.sect-2-contents.company-sect-2-contents{flex-direction:column}.company-page-2-description,.company-page-3-description{width:100%}.company-page-2-description p,.company-page-3-description p{width:90%;margin-bottom:5vh}.company-page-2-description p{font-size:110%}.company-page-2-description p.p-title{font-size:150%;margin:1vh 0 2vh}.company-page-2-img{width:100%}.company-page-2-img{display:flex;flex-direction:row;align-items:flex-end}.company-page-2-img-1st,.company-page-2-img-2nd{position:unset}.company-page-2-img img.company-page-2-img-1st{width:40%;margin-right:3vw}.company-page-2-img img.company-page-2-img-2nd{width:60%}.sect-3.company-sect-3{padding:10vh 10vw 5vh}.sect-3-contents.company-sect-3-contents{flex-direction:column}.company-page-3-img{width:90%;margin-top:3vh}.sect-5.company-sect-5{padding-bottom:30vh}.service-page-box{max-width:100%}.news-category-list li{padding:0 35px}.contact-page-2-description,.contact-form{width:90%}.first-view.trailer-fv .fv-contents{top:60%;width:90%}.sect-2-contents.trailer-sect-2-contents{width:100%}.trailer-page-2-img{display:flex;justify-content:space-evenly;margin-top:5vh}.trailer-page-2-img img{position:relative}.trailer-page-2-img-1st{width:50%;top:0;box-shadow:unset}.trailer-page-2-img-2nd{width:50%;bottom:0;box-shadow:unset;margin-left:2vw}.sect-3.trailer-sect-3 .sect-title.trailer-sect-title{padding:2vh 10vw;margin-bottom:0}.trailer-sect-3-box{flex-direction:column-reverse}.trailer-sect-3-box.box-2{flex-direction:column-reverse}.trailer-sect-3-box-img,.trailer-sect-3-box-desc{width:100%}.trailer-sect-3-box-desc{padding:8vh 5vw 0}.trailer-sect-3-box.box-1 .trailer-sect-3-box-desc{padding:3vh 5vw 0}.trailer-sect-3-box-text{padding:4vh 0}.sect-4.trailer-sect-4 .sect-title.trailer-sect-title,.sect-5.trailer-sect-5 .sect-title.trailer-sect-title,.sect-6.trailer-sect-6 .sect-title.trailer-sect-title{margin-bottom:3vh}.sect-4.trailer-sect-4 img{width:45%}.sect-4-contents.trailer-sect-4-contents{padding:0 10vw 15vh}.trailer-page-4-img{height:50vh;background-position:62% 0%}.sect-6.trailer-sect-6{padding:0 10vw 15vh}.sect-6-contents.trailer-sect-6-contents{flex-direction:column}.trailer-page-6-box-1,.trailer-page-6-box-2{width:100%}.trailer-page-6-box-2{margin-left:0;margin-top:2vw}.trailer-page-6-box-1 .box-child-1,.trailer-page-6-box-2 .box-child-3{height: calc(((450px - 2vw) / 3) * 2)}.trailer-page-6-box-1 .box-child-2,.trailer-page-6-box-1 .box-child-3,.trailer-page-6-box-2 .box-child-1,.trailer-page-6-box-2 .box-child-2{height: calc((450px - 2vw) / 3)}.article-container{padding:0 10vw}.article_meta .post-categories{width:20%}}@media (max-width:600px){#g-nav{width:55%}#g-nav ul{left:32%}.btn-service-1,.btn-service-2,.btn-service-3,.btn-company,.btn-news,.btn-form{width:60%}#slider{height:75vh!important}.first-view,.first-view.article-fv,.first-view.not-found-fv,.first-view.page-temp-fv{height:50vh}.hd_logo img{width:70%}.fv-contents h1{font-size:320%}button.cta-btn{width:18vw;height:18vw}.sect-title,.news-pg-2#page-temp-pg-2 h2{font-size:200%}.sect-2-lead{font-size:110%}.sect-2-banner{padding:5vh 0}.banner-text{width:45%}.sect-3-box-heading,.sect-4-heading{font-size:180%}.sect-3-box-text{width:95%}.sect-3-box-img img{box-shadow:15px 15px 2px #fff}.sect-4{background-position:100% 80%}.sect-4-desc{padding-right:0}.sect-4-text{width:95%}.ft-top-box{font-size:100%}.first-view.company-fv .fv-contents,.first-view.service-fv .fv-contents,.first-view.news-fv .fv-contents,.first-view.contact-fv .fv-contents{top:65%}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:300%}.sect-2.company-sect-2,.sect-2.service-sect-2,.sect-2.news-sect-2,.sect-2.contact-sect-2{margin-top:50vh}.news-pg-2#article-pg-2{padding-top:55vh}.news-pg-2#not-found-pg-2{padding:55vh 10vw 15vh}.news-pg-2#page-temp-pg-2{padding:55vh 7vw 25vh}.sect-title.company-sect-title{font-size:150%;margin-bottom:7vh}.company-page-2-description p,.company-page-3-description p{width:95%}.sect-4.company-sect-4 .sect-title.company-sect-title{margin-bottom:3vh}.company-outline{flex-direction:column;margin-bottom:1vh}.company-outline-dt{width:50%}.sect-5-contents.company-sect-5-contents{flex-direction:column}.company-page-5-box{width:90%;height:200px}.company-page-5-box.box-center{margin:3vh 0}.company-page-5-box img,.company-page-5-box.box-center img{height:200px}.service-page-box-img img{height:250px}.news-category-list li{padding:0 20px}.first-view.contact-fv{background-position:55% 100%}.radio-btn{width:100%}tr.name-input th,tr.name-input td{width:60%}.first-view.trailer-fv{background-position:20% 45%}.first-view.trailer-fv .fv-contents{top:65%}.first-view.trailer-fv .fv-contents h1{font-size:300%}.sect-2.trailer-sect-2 .sect-title.trailer-sect-title{font-size:190%}.trailer-page-2-description p{font-size:100%}.sect-3.trailer-sect-3 .sect-title.trailer-sect-title{font-size:190%}.trailer-sect-3-box img{height:35vh}.sect-4.trailer-sect-4 img{width:50%}.trailer-page-4-img{background-position:69% 0%}.trailer-page-6-box-1 .box-child-1,.trailer-page-6-box-2 .box-child-3{height: calc(((380px - 2vw) / 3) * 2)}.trailer-page-6-box-1 .box-child-2,.trailer-page-6-box-1 .box-child-3,.trailer-page-6-box-2 .box-child-1,.trailer-page-6-box-2 .box-child-2{height: calc((380px - 2vw) / 3)}.article_meta .post-categories{width:30%}}@media (max-width:450px){html{font-size:100%}.hd_logo img{width:80%}button.cta-btn{width:23vw;height:23vw}.btn-service-details{padding:.5rem 3.5rem}.first-view.trailer-fv{background-position:40% 45%}.sect-4.trailer-sect-4 img{width:60%}}@media (max-width:380px){#g-nav{width:70%}#g-nav ul{left:40%}.btn-service-1,.btn-service-2,.btn-service-3,.btn-company,.btn-news,.btn-form{width:70%}.fv-contents{bottom:10%}.sect-2{padding:5vh 10vw 15vh}.sect-title,.news-pg-2#page-temp-pg-2 h2{font-size:200%}.sect-3,.sect-4{padding:5vh 10vw 10vh}.sect-3-box-heading,.sect-4-heading{font-size:150%}.sect-3-box-img img{box-shadow:15px 15px 2px #fff}.sect-5{padding:5vh 5vw 10vh}.ft-top-box{font-size:90%}.ft-sns{flex-direction:column;justify-content:center;align-items:center;margin-top:5vh}.ft-sns .ft-ig,.ft-sns .ft-youtube{margin-bottom:3vh}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:270%}.sect-2.company-sect-2{padding:10vh 10vw 5vh}.company-page-2-description p{margin-bottom:7vh}.company-page-3-description p{margin-bottom:3vh}.company-page-2-description p.p-sub-title{width:35%}.company-page-2-img{margin-top:3vh;flex-direction:column-reverse;align-items:flex-start}.company-page-2-img img.company-page-2-img-1st,.company-page-2-img img.company-page-2-img-2nd{width:90%}.company-page-2-img img.company-page-2-img-1st{margin:3vh 0 0 0}.company-page-3-img-desc img{width:90%}.sect-4.company-sect-4{padding-bottom:5vh}.service-page-box-img img{height:180px}.btn-service-details{padding:.5rem 3rem}tr.name-input th,tr.name-input td{width:70%}.first-view.trailer-fv{background-position:45% 45%}.first-view.trailer-fv .fv-contents{top:68%}.first-view.trailer-fv .fv-contents h1{font-size:270%}.sect-2.trailer-sect-2{height:180vh}.sect-2.trailer-sect-2 .sect-title.trailer-sect-title{font-size:150%;margin-bottom:5vh}.trailer-page-2-img{flex-direction:column;align-items:center}.trailer-page-2-img-1st,.trailer-page-2-img-2nd{width:70%}.trailer-page-2-img-2nd{margin-left:0;margin-top:3vh}.sect-3.trailer-sect-3 .sect-title.trailer-sect-title{font-size:150%}.trailer-sect-3-box img{height:25vh}.trailer-sect-3-box-desc{padding:4vh 5vw 0}.trailer-sect-3-box-heading{font-size:150%}.trailer-sect-3-box-text{padding:2vh 0 4vh}.sect-4.trailer-sect-4 img{width:65%}.trailer-page-4-img{background-position:72% 0%}.trailer-page-6-box-1 .box-child-1,.trailer-page-6-box-2 .box-child-3{height: calc(((300px - 2vw) / 3) * 2)}.trailer-page-6-box-1 .box-child-2,.trailer-page-6-box-1 .box-child-3,.trailer-page-6-box-2 .box-child-1,.trailer-page-6-box-2 .box-child-2{height: calc((300px - 2vw) / 3)}.article_meta{flex-direction:column;align-items:flex-start}.article_meta .post-categories{width:40%}.article_meta time{margin-top:1vh}}@media (max-width:320px){#g-nav{width:85%}#g-nav ul{left:42%}#g-nav{width:70%}#g-nav ul{left:40%}.btn-service-1,.btn-service-2,.btn-service-3,.btn-company,.btn-news,.btn-form{width:85%}.fv-contents p{font-size:100%}.sect-2-banner{padding:3vh 0}.banner-text{width:65%}.first-view.company-fv .fv-contents,.first-view.service-fv .fv-contents,.first-view.news-fv .fv-contents,.first-view.contact-fv .fv-contents{top:67%}.first-view.company-fv .fv-contents h1,.first-view.service-fv .fv-contents h1,.first-view.news-fv .fv-contents h1,.first-view.contact-fv .fv-contents h1{font-size:200%}.company-page-2-description,.company-page-3-description{font-size:90%}.company-outline-dd{font-size:90%}.company-page-5-box{width:95%}.contact-page-2-description,.contact-form{width:95%}th,td{width:90%}.service-page-box-img img{height:150px}.btn-service-details{padding:.5rem 2rem}}