@charset "utf-8";
/*
Theme Name: non-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:20px;color:#181818;font-weight:500;
	font-family:"Zen Maru Gothic",sans-serif;
}
@media (max-width:1520px){
	body{font-size:18px;}
}
@media (max-width:1080px){
	body{font-size:16px;}
}
@media (max-width:780px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*ohanaM*/
.ohanaM{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.ohanaM .ohanaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.ohanaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:2px;background:#87b23e;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	width:20px !important;
	
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}
.mobile-btn .active span:nth-child(3){
	width:20px !important;
	
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:24px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{position:relative;display:block;padding:10px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#ec6b9b;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;border-radius:50%;background:#0e4f39;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:20px;bottom:20px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1620px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1420px;}

@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:34px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face{
    font-family:'mvboli';
    src:url('fonts/mvboli.eot');
    src:url('fonts/mvboli.eot?#iefix') format('embedded-opentype'),
        url('fonts/mvboli.woff2') format('woff2'),
        url('fonts/mvboli.woff') format('woff'),
        url('fonts/mvboli.ttf') format('truetype'),
        url('fonts/mvboli.svg#GothicXBold') format('svg');
    font-weight:normal;
    font-style:normal;
}
.GothicXBold{font-family:'mvboli';}

.common_tit{line-height:1;}
.common_tit>p{font-size:32px;color:#333;font-family:'mvboli';}
.common_tit>h2{margin-top:15px;font-size:54px;color:#87b23e;letter-spacing:5px;text-transform:uppercase;}
.common_tit2{text-align:center;}
@media (max-width:1520px){
	.common_tit>p{font-size:28px;}
	.common_tit>h2{margin-top:15px;font-size:48px;letter-spacing:2px;}
}
@media (max-width:1080px){
	.common_tit>p{font-size:24px;}
	.common_tit>h2{margin-top:12px;font-size:40px;letter-spacing:1px;}
}
@media (max-width:780px){
	.common_tit>p{font-size:20px;}
	.common_tit>h2{margin-top:10px;font-size:32px;letter-spacing:0px;}
}

.common_tit3{margin-top:60px;text-align:center;}
.common_tit3>h3{margin:0 auto;padding:8px;max-width:630px;width:100%;font-size:36px;color:#fff;letter-spacing:3px;background:#7cad52;border-radius:40px;}
.common_tit4>h3{background:#0e4f39;}
@media (max-width:1520px){
	.common_tit3{margin-top:50px;}
	.common_tit3>h3{padding:6px;max-width:580px;font-size:32px;letter-spacing:2px;}
}
@media (max-width:1080px){
	.common_tit3{margin-top:40px;}
	.common_tit3>h3{padding:4px;max-width:500px;font-size:28px;letter-spacing:1px;}
}
@media (max-width:780px){
	.common_tit3{margin-top:30px;}
	.common_tit3>h3{padding:2px;max-width:400px;font-size:24px;letter-spacing:0px;}
}


/*more*/
.more{margin-top:70px;display:flex;justify-content:center;line-height:1;}
.more>a{display:flex;align-items:center;justify-content:center;padding:18px 20px;max-width:280px;width:100%;font-size:30px;font-weight:bold;color:#fff;letter-spacing:1px;background:#87b23e;border-radius:35px;transition:.3s;}
.more>a>img{margin-left:30px;}
.more>a:hover{background:#0e4f39;}
@media (max-width:1520px){
	.more{margin-top:60px;}
	.more>a{padding:15px 20px;max-width:240px;font-size:26px;}
	.more>a>img{margin-left:20px;width:16px;}
}
@media (max-width:1080px){
	.more{margin-top:40px;}
	.more>a{max-width:200px;font-size:22px;}
	.more>a>img{width:14px;}
}
@media (max-width:780px){
	.more{margin-top:30px;}
	.more>a{max-width:160px;font-size:18px;}
	.more>a>img{margin-left:10px;width:12px;}
}




/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;background:rgba(255,255,255,.9);z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headermove .5s linear 1 0s;
	-moz-animation:headermove .5s linear 1 0s;
	-ms-animation:headermove .5s linear 1 0s;
	-o-animation:headermove .5s linear 1 0s;
	animation:headermove .5s linear 1 0s;
}
.header{position:relative;top:0;left:0;z-index:9;padding:20px 0 20px 100px;width:100%;background:#fff;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;}
.header .logo{display:block;width:100%;max-width:367px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 400px);}
.header .main-navigation{max-width:480px;width:100%;}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:20px;letter-spacing:2px;line-height:1;color:#444;font-weight:bold;text-align:center;text-transform:uppercase;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#444;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.btnbox{margin-left:60px;width:160px;}
.btnbox>a{margin:10px 0;display:block;padding:3px 5px;text-align:center;color:#fff;font-weight:bold;letter-spacing:2px;background:#7cad52;border-radius:12px;}
.btnbox>a:last-child{background:#0e4f39;}
.btnbox>a:hover{background:#028c5d;}
.contactbtn{margin-left:60px;padding:10px 0 10px 10px;width:300px;background:#87b23e;border-radius:50px 0 0 50px;transition:.3s;}
.contactbtn>a{padding:20px 20px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;font-weight:bold;line-height:1;letter-spacing:4px;border:2px solid #fff;border-right:none;border-radius:50px 0 0 50px;}
.contactbtn>a>span{margin-right:10px;font-size:34px;}
.contactbtn:hover{background:#028c5d;}
@media (max-width:1520px){
	.header{padding:15px 0 15px 20px;}
	.header .logo{max-width:280px;}
	.header .header_right{justify-content:flex-end;width:calc(100% - 310px);}
	.header .main-navigation{max-width:380px;}
	.header .main-navigation>ul>li>a{font-size:18px;}
	.btnbox{margin-left:30px;width:130px;}
	.btnbox>a{margin:3px 0;letter-spacing:0px;}
	.contactbtn{margin-left:20px;padding:6px 0 6px 6px;width:200px;}
	.contactbtn>a{padding:15px 10px;font-size:20px;letter-spacing:0px;}
	.contactbtn>a>span{margin-right:5px;font-size:28px;}
}
@media (max-width:1080px){
	.header{padding:10px 20px;}
	.header .logo{max-width:220px;}
	.header .main-navigation{display:none;}
	.btnbox{margin-left:0px;width:120px;}
	.btnbox>a{margin:2px 0;}
	.contactbtn{margin-right:20px;padding:4px;width:170px;border-radius:30px;}
	.contactbtn>a{font-size:16px;border:1px solid #fff;border-right:1px solid #fff;border-radius:30px;}
	.contactbtn>a>span{font-size:24px;}
}
@media (max-width:780px){
	.header .logo{max-width:150px;}
	.header .header_right{width:calc(100% - 170px);}
	.btnbox{width:100px;}
	.btnbox>a{margin:2px 0;padding:0;}
	.contactbtn{margin:0 10px;padding:2px;width:50px;border-radius:30px;}
	.contactbtn>a{padding:8px;font-size:14px;}
	.contactbtn>a>span{margin-right:0;font-size:20px;}
	.contactbtn>a>em{display:none;}
}


/*banner*/
.banner{position:relative;width:100%;}
.swiper-container{margin:0 auto!important;max-width:1720px;width:100%;}
.swiper-slide:after{padding-top:38%;}
.swiper-pagination{display:flex;justify-content:center;margin-top:40px;width:100%;}
.swiper-pagination-bullet{margin:0 10px!important;}
.banner .swiper-pagination-bullet{width:18px;height:18px;background:#fff !important;box-shadow:0 0 3px #87b23e,0 0 3px #87b23e;}
.banner .swiper-pagination-bullet{background:#87b23e !important;}
@media (max-width:1520px){
	.swiper-pagination{margin-top:30px;}
	.banner .swiper-pagination-bullet{width:15px;height:15px;}
}
@media (max-width:1080px){
	.swiper-pagination{margin-top:20px;}
	.swiper-pagination-bullet{margin:0 5px!important;}
	.banner .swiper-pagination-bullet{width:12px;height:12px;}
}
@media (max-width:780px){
	.swiper-slide:after{padding-top:50%;}
	.swiper-pagination{margin-top:15px;}
	.swiper-pagination-bullet{margin:0 3px!important;}
	.banner .swiper-pagination-bullet{width:10px;height:10px;}
}
 

/*indexMain*/
.indexone{margin-top:200px;}
.indexonecon>dl{display:flex;justify-content:space-between;}
.indexonecon>dl>dt{display:flex;justify-content:center;padding:0 40px;width:60%;}
.indexonecon>dl>dt>hgroup{position:relative;max-width:860px;width:100%;}
.indexonecon>dl>dt>hgroup>img{position:absolute;top:-100px;left:58%;}
.indexonecon>dl>dt>hgroup>p{margin-top:30px;font-weight:500;}
.indexonecon>dl>dd{width:40%;}
.indexonecon>dl>dd>figure{border-radius:50px 0 0 50px;}
.indexonecon>dl>dd>figure:after{padding-top:71%;}
@media (max-width:1520px){
	.indexone{margin-top:150px;}
	.indexonecon>dl>dt{padding:0 20px;}
	.indexonecon>dl>dt>hgroup>img{top:-70px;width:60px;}
	.indexonecon>dl>dt>hgroup>p{margin-top:20px;}
	.indexonecon>dl>dd>figure{height:100%;}
}
@media (max-width:1080px){
	.indexone{margin-top:100px;}
	.indexonecon>dl>dt>hgroup>img{top:-50px;width:50px;}
}
@media (max-width:780px){
	.indexone{margin-top:60px;}
	.indexonecon>dl{display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dt>hgroup>img{top:-40px;left:80%;width:40px;}
	.indexonecon>dl>dd{margin-top:20px;padding:0 20px;width:100%;}
	.indexonecon>dl>dd>figure{border-radius:50px;}
}

/*maintain*/
.indextwo{padding:150px 40px;}
.indextwocon{position:relative;}
.indextwocon>img{position:absolute;top:-80px;left:75%;}
.indextwocon>dl{margin-top:50px;display:flex;align-items:center;justify-content:space-between;}
.indextwocon>dl>dt{width:calc(50% - 20px);}
.indextwocon>dl>dd{width:calc(50% - 50px);}
.indextwocon>dl>dd>h3{font-size:30px;color:#87b23e;}
.indextwocon>dl>dd>p{margin-top:20px;font-weight:500;}
.indextwocon>dl.dlsep{margin-top:100px;flex-direction:row-reverse;}
.indextwocon>.tittop{margin-top:120px;}
.indextwocon>dl.dltop{margin-top:100px;}
@media (max-width:1520px){
	.indextwo{padding:120px 20px;}
	.indextwocon>img{top:-60px;width:60px;}
	.indextwocon>dl{margin-top:40px;}
	.indextwocon>dl>dt{width:calc(50% - 10px);}
	.indextwocon>dl>dd{width:calc(50% - 30px);}
	.indextwocon>dl>dd>h3{font-size:26px;}
	.indextwocon>dl>dd>p{margin-top:10px;}
	.indextwocon>dl.dlsep{margin-top:80px;}
	.indextwocon>.tittop{margin-top:100px;}
	.indextwocon>dl.dltop{margin-top:80px;}
}
@media (max-width:1080px){
	.indextwo{padding:90px 20px;}
	.indextwocon>img{top:-50px;width:50px;}
	.indextwocon>dl{margin-top:30px;}
	.indextwocon>dl>dt{width:50%;}
	.indextwocon>dl>dd{width:calc(50% - 20px);}
	.indextwocon>dl>dd>h3{font-size:22px;}
	.indextwocon>dl.dlsep{margin-top:60px;}
	.indextwocon>.tittop{margin-top:80px;}
	.indextwocon>dl.dltop{margin-top:60px;}
}
@media (max-width:780px){
	.indextwo{padding:60px 20px;}
	.indextwocon>img{top:-40px;left:80%;width:40px;}
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dd{margin-top:20px;width:100%;}
	.indextwocon>dl>dd>h3{font-size:18px;}
	.indextwocon>dl.dlsep{margin-top:40px;}
	.indextwocon>.tittop{margin-top:60px;}
	.indextwocon>dl.dltop{margin-top:40px;}
}

.map{width:100%;height:580px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:480px;}
}
@media screen and (max-width:1080px){
	.map{height:380px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.indexthree{padding:0px 40px;}
.indexthreecon{position:relative;}
.indexthreecon>img{position:absolute;top:-140px;left:-70px;}
.indexthreecon>ul{margin-top:50px;display:flex;justify-content:space-between;}
.indexthreecon>ul>li{position:relative;width:calc(33.33% - 30px);border-radius:50px;overflow:hidden;}
.indexthreecon>ul>li>figure{border-radius:50px;}
.indexthreecon>ul>li>figure:after{padding-top:74%;}
.indexthreecon>ul>li>a{position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:28px 20px;width:80%;font-size:24px;color:#333;font-weight:bold;background:rgba(255,255,255,.9);border-radius:50px;transition:.3s;}
.indexthreecon>ul>li>a>h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexthreecon>ul>li>a:hover{background:#fff;}
@media (max-width:1680px){
	.indexthreecon>img{left:0px;}
}
@media (max-width:1520px){
	.indexthree{padding:0px 20px;}
	.indexthreecon>img{top:-120px;width:96px;}
	.indexthreecon>ul{margin-top:40px;}
	.indexthreecon>ul>li{width:calc(33.33% - 20px);}
	.indexthreecon>ul>li>a{padding:25px 20px;width:80%;font-size:20px;}
	.indexthreecon>ul>li>a>img{width:36px;}
}
@media (max-width:1080px){
	.indexthreecon>img{top:-80px;width:70px;}
	.indexthreecon>ul{margin-top:30px;}
	.indexthreecon>ul>li{width:calc(33.33% - 10px);}
	.indexthreecon>ul>li>a{padding:20px;width:80%;font-size:16px;}
	.indexthreecon>ul>li>a>img{width:30px;}
}
@media (max-width:780px){
	.indexthreecon>img{top:-60px;width:50px;}
	.indexthreecon>ul{display:block;}
	.indexthreecon>ul>li{margin-top:20px;width:100%;border-radius:30px;}
	.indexthreecon>ul>li>a{padding:15px;font-size:14px;border-radius:30px;}
	.indexthreecon>ul>li>a>img{width:24px;}
}


.indexfour{padding:100px 40px;}
.indexfourcon{padding:80px 40px;background:#f7ffea;border:8px solid #87b23e;border-radius:50px;}
.indexfourcon>dl{margin-top:80px;display:flex;justify-content:space-between;font-family:"Noto Sans JP",sans-serif;}
.indexfourcon>dl>dt{width:calc(50% - 40px);}
.indexfourcon>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.indexfourcon>dl>dt>dl>dt{padding:20px;width:160px;font-weight:bold;border-bottom:3px solid #87b23e;}
.indexfourcon>dl>dt>dl>dd{padding:20px;width:calc(100% - 160px);font-size:18px;border-bottom:1px solid #87b23e;}
.indexfourcon>dl>dt>dl>dd>a{color:#333;}
.indexfourcon>dl>dt>dl>dd>a:hover{text-decoration:underline;}
.indexfourcon>dl>dd{width:calc(50% - 40px);}
.indexfourcon>dl>dd>h3{margin-top:30px;color:#d64f3e;font-weight:bold;}
.indexfourcon>dl>dd>p{color:#87b23e;}
.map{width:100%;height:500px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;border-radius:10px;overflow:hidden;}
@media (max-width:1520px){
	.indexfour{padding:80px 20px;}
	.indexfourcon{padding:60px 30px;}
	.indexfourcon>dl{margin-top:60px;}
	.indexfourcon>dl>dt{width:calc(50% - 25px);}
	.indexfourcon>dl>dt>dl>dt{padding:15px;width:140px;}
	.indexfourcon>dl>dt>dl>dd{padding:15px;width:calc(100% - 140px);font-size:16px;}
	.indexfourcon>dl>dd{width:calc(50% - 25px);}
	.map{height:400px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.indexfourcon{padding:40px 30px;border:6px solid #87b23e;}
	.indexfourcon>dl{margin-top:50px;}
	.indexfourcon>dl>dt{width:calc(50% - 15px);}
	.indexfourcon>dl>dt>dl>dt{padding:10px;width:110px;}
	.indexfourcon>dl>dt>dl>dd{padding:10px;width:calc(100% - 110px);font-size:14px;}
	.indexfourcon>dl>dd{width:calc(50% - 15px);}
	.map{height:320px;}
}
@media (max-width:780px){
	.indexfourcon{padding:40px 20px;border:4px solid #87b23e;}
	.indexfourcon>dl{margin-top:40px;display:block;}
	.indexfourcon>dl>dt{width:100%;}
	.indexfourcon>dl>dt>dl>dt{padding:10px;width:90px;}
	.indexfourcon>dl>dt>dl>dd{padding:10px;width:calc(100% - 90px);font-size:14px;}
	.indexfourcon>dl>dd{margin-top:20px;width:100%;}
}

.indexfive{position:relative;padding:0px 0px 150px;}
.indexfivecon{position:relative;}
.indexfivecon>hgroup{position:absolute;top:200px;left:50%;width:100%;transform:translateX(-50%);}
.indexfivecon>img{position:absolute;left:10%;top:70px;z-index:3;}
.indexfivecon>hgroup>a{display:flex;align-items:center;justify-content:center;padding:20px;margin:0 auto;max-width:1320px;width:100%;font-size:44px;letter-spacing:5px;font-weight:bold;color:#87b23e;background:#fff;border-radius:80px;box-shadow:0 5px 10px #eee;transition:.3s;}
.indexfivecon>hgroup>a>span{margin-right:40px;font-size:60px;color:#87b23e;font-weight:normal;}
.indexfivecon>hgroup>a>img{margin-left:40px;transition:.3s;}
.indexfivecon>hgroup>a:hover>img{transform:translateX(10px);}
.indexfive>figure{display:flex;justify-content:flex-end;}
.indexfive>figure>img{width:42%;}
@media (max-width:1520px){
	.indexfive{padding:0px 20px 120px;}
	.indexfivecon>hgroup{top:150px;}
	.indexfivecon>img{top:60px;width:60px;}
	.indexfivecon>hgroup>a{padding:15px;max-width:1120px;font-size:38px;letter-spacing:3px;}
	.indexfivecon>hgroup>a>span{margin-right:30px;font-size:50px;}
	.indexfivecon>hgroup>a>img{margin-left:30px;width:60px;}
}
@media (max-width:1080px){
	.indexfive{padding:0px 20px 100px;}
	.indexfivecon>hgroup{top:100px;}
	.indexfivecon>img{top:40px;left:6%;width:50px;}
	.indexfivecon>hgroup>a{padding:10px;max-width:860px;font-size:32px;letter-spacing:1px;}
	.indexfivecon>hgroup>a>span{margin-right:20px;font-size:42px;}
	.indexfivecon>hgroup>a>img{margin-left:20px;width:42px;}
}
@media (max-width:780px){
	.indexfive{padding:0px 20px 80px;}
	.indexfivecon>hgroup{top:100px;}
	.indexfivecon>img{top:-20px;left:6%;width:40px;}
	.indexfivecon>hgroup>a{padding:8px;max-width:860px;font-size:22px;letter-spacing:0px;}
	.indexfivecon>hgroup>a>span{margin-right:8px;font-size:30px;}
	.indexfivecon>hgroup>a>img{margin-left:8px;width:30px;}
	.indexfive>figure>img{width:70%;}
}


/*footer*/
.footer{position:relative;padding:70px 0 0;background:#f5ffe5;}
.footerlogo{margin:0 auto;max-width:367px;}
.telbtn{margin-top:40px;display:flex;justify-content:center;}
.telbtn>a{display:block;padding:5px;max-width:600px;width:100%;font-size:38px;color:#87b23e;font-weight:bold;text-align:center;letter-spacing:4px;background:#fff;border-radius:50px;box-shadow:0 0 10px #a4c866;transition:.3s;font-family:"Noto Sans JP",sans-serif;}
.telbtn>a:hover{color:#fff;background:#87b23e;}
.footercon>ul{margin-top:70px;display:flex;align-items:center;justify-content:center;width:100%;}
.footercon>ul>li{margin:0 40px;padding-left:35px;line-height:1;background:url(img/navicon.png)no-repeat left center;}
.footercon>ul>li>a{position:relative;display:block;color:#333;font-weight:bold;letter-spacing:2px;}
.footercon>ul>li>a:after{position:absolute;bottom:-2px;left:0;content:"";width:100%;height:2px;background:#333;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;}
.footercon>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footerbtn{margin-top:40px;display:flex;justify-content:center;}
.footerbtn>a{display:block;padding:5px;max-width:400px;width:100%;color:#fff;font-weight:bold;text-align:center;letter-spacing:4px;background:#7cad52;border-radius:12px;transition:.3s;}
.footerbtn>a:hover{background:#0e4f39;}
.footer>p{margin-top:50px;padding:5px 20px;font-size:16px;color:#fff;text-align:center;font-weight:500;background:#87b23e;}
@media (max-width:1520px){
	.footer{padding:60px 0 0;}
	.footerlogo{max-width:300px;}
	.telbtn{margin-top:30px;}
	.telbtn>a{max-width:500px;font-size:34px;letter-spacing:2px;}
	.footercon>ul{margin-top:50px;}
	.footercon>ul>li{margin:0 30px;padding-left:30px;background-size:18px 18px;}
	.footercon>ul>li>a{letter-spacing:1px;}
	.footerbtn{margin-top:30px;}
	.footerbtn>a{max-width:300px;letter-spacing:2px;}
	.footer>p{margin-top:40px;font-size:14px;}
}
@media (max-width:1080px){
	.footer{padding:40px 0 0;}
	.footerlogo{max-width:240px;}
	.telbtn{margin-top:20px;}
	.telbtn>a{max-width:400px;font-size:28px;letter-spacing:1px;}
	.footercon>ul{margin-top:40px;}
	.footercon>ul>li{margin:0 20px;padding-left:20px;background-size:16px 16px;}
	.footercon>ul>li>a{letter-spacing:0px;}
	.footerbtn{margin-top:20px;}
	.footerbtn>a{max-width:260px;letter-spacing:2px;}
	.footer>p{margin-top:30px;}
}
@media (max-width:860px){
	.footerlogo{max-width:180px;}
	.telbtn>a{padding:2px;max-width:260px;font-size:22px;letter-spacing:0px;}
	.footercon>ul{margin-top:30px;flex-flow:wrap;}
	.footercon>ul>li{margin:5px 10px;padding-left:16px;background-size:14px 14px;}
	.footerbtn>a{max-width:240px;letter-spacing:1px;}
	.footer>p{margin-top:30px;}
}



/* pageban */
.pageban{position:relative;margin:0 auto;max-width:1720px;width:100%;border-radius:0 0 0 50px;overflow:hidden;}
.pageban>figure:after{padding-top:500px;}
.pageban:after{position:absolute;top:0;left:0;content:"";z-index:2;width:100%;height:100%;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban .pagecon{position:absolute;top:45%;left:15%;z-index:5;color:#fff;line-height:1;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.pageban .pagecon h1{position:relative;display:inline-block;font-size:48px;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 2px #9baa82;}
.pageban .pagecon h1:before{position:absolute;bottom:-6px;left:-5px;z-index:-1;content:"";width:calc(100% + 10px);height:15px;background:#87b23e;}
@media (max-width:1520px){
	.pageban>figure:after{padding-top:420px;}
	.pageban .pagecon h1{font-size:42px;}
	.pageban .pagecon h1:before{bottom:-5px;height:12px;}
}
@media (max-width:1080px){
	.pageban>figure:after{padding-top:350px;}
	.pageban .pagecon h1{font-size:36px;}
	.pageban .pagecon h1:before{bottom:-4px;height:10px;}
}
@media (max-width:780px){
	.pageban>figure:after{padding-top:300px;}
	.pageban .pagecon h1{font-size:30px;}
	.pageban .pagecon h1:before{bottom:-3px;height:8px;}
}

/* activity */
.activityone{padding:100px 40px;}
.activityonecon>ul{display:flex;flex-flow:wrap;margin:-80px 0 0 -80px;}
.activityonecon>ul>li{margin:80px 0 0 80px;width:calc(33.33% - 80px);}
.activityonecon>ul>li>a{display:block;transition:.3s;}
.activityonecon>ul>li>a>figure{border-radius:30px;background-position:bottom center;}
.activityonecon>ul>li>a>figure:after{padding-top:80%;}
.activityonecon>ul>li>a>time{margin-top:10px;display:block;font-size:24px;color:#555;text-align:center;font-weight:500;letter-spacing:2px;}
.activityonecon>ul>li>a>h3{font-size:30px;color:#87b23e;text-align:center;line-height:1.2;}
.pagenav{display:flex;width:100%;justify-content:center;margin:60px auto 0;line-height:1;}
.pagenav>*{padding:5px 10px;text-decoration:none;color:#87b23e;}
.pagenav>*:not(:first-child){ margin-left:10px;}
.pagenav>a:hover{;text-decoration:none;}
.pagenav>span{font-weight:bold;}
@media (max-width:1520px){
	.activityone{padding:80px 20px;}
	.activityonecon>ul{margin:-60px 0 0 -40px;}
	.activityonecon>ul>li{margin:60px 0 0 40px;width:calc(33.33% - 40px);}
	.activityonecon>ul>li>a>time{font-size:20px;letter-spacing:1px;}
	.activityonecon>ul>li>a>h3{font-size:26px;}
	.pagenav{margin:50px auto 0;}
}
@media (max-width:1080px){
	.activityone{padding:60px 20px;}
	.activityonecon>ul{margin:-40px 0 0 -20px;}
	.activityonecon>ul>li{margin:40px 0 0 20px;width:calc(33.33% - 20px);}
	.activityonecon>ul>li>a>time{font-size:16px;letter-spacing:0px;}
	.activityonecon>ul>li>a>h3{font-size:22px;}
	.pagenav{margin:40px auto 0;}
}
@media (max-width:780px){
	.activityonecon>ul{display:block;}
	.activityonecon>ul{margin:-20px 0 0 0px;}
	.activityonecon>ul>li{margin:20px 0 0 0px;width:100%;}
	.activityonecon>ul>li>a>time{font-size:14px;}
	.activityonecon>ul>li>a>h3{font-size:18px;}
}


.activitytwo{padding:100px 40px;}
.activitytwocon>hgroup{display:flex;justify-content:space-between;font-size:24px;}
.activitytwocon>hgroup>time{width:150px;color:#555;font-weight:bold;}
.activitytwocon>hgroup>h3{width:calc(100% - 150px);color:#87b23e;}
.activitytwocon>figure{margin-top:60px;border-radius:30px;}
.activitytwocon>figure:after{padding-top:74%;}
.activitytwocon>p{margin:60px auto 0;max-width:860px;width:100%;font-family:'Noto Sans JP',"sans-serif";}
.activitytwocon>p img{display:inline-block;margin-right:10px;}
@media (max-width:1520px){
	.activitytwo{padding:80px 20px;}
	.activitytwocon>hgroup{font-size:20px;}
	.activitytwocon>hgroup>time{width:120px;}
	.activitytwocon>hgroup>h3{width:calc(100% - 120px);}
	.activitytwocon>figure{margin-top:50px;}
	.activitytwocon>p{margin:50px auto 0;}
}
@media (max-width:1080px){
	.activitytwo{padding:60px 20px;}
	.activitytwocon>hgroup{font-size:16px;}
	.activitytwocon>hgroup>time{width:100px;}
	.activitytwocon>hgroup>h3{width:calc(100% - 100px);}
	.activitytwocon>figure{margin-top:40px;}
	.activitytwocon>p{margin:40px auto 0;}
}
@media (max-width:780px){
	.activitytwocon>hgroup{display:block;font-size:14px;}
	.activitytwocon>hgroup>time{width:100%;}
	.activitytwocon>hgroup>h3{margin-top:5px;width:100%;}
	.activitytwocon>figure{margin-top:20px;}
	.activitytwocon>p{margin:20px auto 0;}
}


/* openone */
.openone{padding:100px 40px;}
.openonecon{max-width:1280px;}
.openonecon>ul{display:flex;flex-flow:wrap;margin:-100px 0 0 -200px;}
.openonecon>ul>li{margin:100px 0 0 200px;width:calc(33.33% - 200px);}
.openonecon>ul>li>a{display:block;transition:.3s;}
.openonecon>ul>li>a:hover{transform:translatey(-5px);}
.openonecon>ul>li>a>h3{margin-top:20px;color:#87b23e;text-align:center;}
@media (max-width:1520px){
	.openone{padding:80px 20px;}
	.openonecon>ul{;margin:-80px 0 0 -100px;}
	.openonecon>ul>li{margin:80px 0 0 100px;width:calc(33.33% - 100px);}
}
@media (max-width:1080px){
	.openone{padding:60px 20px;}
	.openonecon>ul{;margin:-60px 0 0 -40px;}
	.openonecon>ul>li{margin:60px 0 0 40px;width:calc(33.33% - 40px);}
}
@media (max-width:780px){
	.openonecon>ul{;margin:-40px 0 0 -10px;}
	.openonecon>ul>li{margin:40px 0 0 10px;width:calc(50% - 10px);}
}


/* about */
.aboutone{padding:100px 40px;}
.aboutonecon{position:relative;padding:80px 100px;background:#f5ffe5;border-radius:40px;}
.aboutonecon>img{position:absolute;top:-40px;right:100px;}
.aboutonecon>dl{margin-top:60px;display:flex;justify-content:space-between;}
.aboutonecon>dl>dt{width:calc(50% - 50px);}
.aboutonecon>dl>dt>h3{color:#007c40;}
.aboutonecon>dl>dt>p{margin-top:40px;}
.aboutonecon>dl>dd{width:calc(50% - 50px);}
.aboutonecon>dl>dd>figure{border-radius:60px;}
.aboutonecon>dl>dd>figure:after{padding-top:63%;}
@media (max-width:1520px){
	.aboutone{padding:80px 20px;}
	.aboutonecon{padding:60px 50px;}
	.aboutonecon>img{right:50px;width:80px;}
	.aboutonecon>dl{margin-top:50px;}
	.aboutonecon>dl>dt{width:calc(50% - 30px);}
	.aboutonecon>dl>dt>p{margin-top:30px;}
	.aboutonecon>dl>dd{width:calc(50% - 30px);}
}
@media (max-width:1080px){
	.aboutone{padding:60px 20px;}
	.aboutonecon{padding:40px 20px;}
	.aboutonecon>img{right:20px;width:60px;}
	.aboutonecon>dl{margin-top:40px;}
	.aboutonecon>dl>dt{width:calc(50% - 15px);}
	.aboutonecon>dl>dt>p{margin-top:20px;}
	.aboutonecon>dl>dd{width:calc(50% - 15px);}
}
@media (max-width:780px){
	.aboutonecon>img{top:-30px;width:40px;}
	.aboutonecon>dl{margin-top:30px;display:block;}
	.aboutonecon>dl>dt{width:100%;}
	.aboutonecon>dl>dd{margin-top:20px;width:100%;}
}

.abouttwo{padding:0px 40px;}
.abouttwocon>dl{margin-top:-120px;display:flex;justify-content:space-between;}
.abouttwocon>dl>dt{position:relative;z-index:3;margin-top:180px;width:calc(50% - 100px);}
.abouttwocon>dl>dt>figure{border-radius:60px;}
.abouttwocon>dl>dt>figure:after{padding-top:66%;}
.abouttwocon>dl>dd{position:relative;width:calc(50% + 100px);}
.abouttwocon>dl>dd>hgroup{margin-left:-50px;padding:80px 120px;width:calc(100% + 50px);background:#f5ffe5;border-radius:40px;}
.abouttwocon>dl>dd>hgroup>p{margin-top:40px;}
.abouttwocon>dl.aboutdl02{margin-top:80px;flex-direction:row-reverse;}
.abouttwocon>dl.aboutdl02>dd>hgroup{margin-left:0px;margin-right:-50px;}
.abouttwocon>dl.aboutdl02>dd .common_tit2>p{font-size:16px;}
.abouttwocon>dl.aboutdl02>dd .common_tit2>h2{font-size:36px;}
@media (max-width:1520px){
	.abouttwo{padding:0px 20px;}
	.abouttwocon>img{width:60px;}
	.abouttwocon>dl{margin-top:-100px;}
	.abouttwocon>dl>dt{margin-top:140px;width:calc(50% - 50px);}
	.abouttwocon>dl>dd{width:calc(50% + 50px);}
	.abouttwocon>dl>dd>hgroup{margin-left:-50px;padding:60px 40px 60px 80px;width:calc(100% + 50px);}
	.abouttwocon>dl>dd>hgroup>p{margin-top:30px;}
	.abouttwocon>dl.aboutdl02{margin-top:70px;}
	.abouttwocon>dl.aboutdl02>dd>hgroup{margin-left:0px;margin-right:-50px;padding:60px 80px 60px 40px;}
	.abouttwocon>dl.aboutdl02>dd .common_tit2>p{font-size:14px;}
	.abouttwocon>dl.aboutdl02>dd .common_tit2>h2{font-size:32px;}
}
@media (max-width:1080px){
	.abouttwocon>img{width:50px;}
	.abouttwocon>dl{margin-top:-80px;}
	.abouttwocon>dl>dt{margin-top:100px;width:calc(50% - 40px);}
	.abouttwocon>dl>dd{width:calc(50% + 40px);}
	.abouttwocon>dl>dd>hgroup{margin-left:-40px;padding:40px 20px 40px 60px;width:calc(100% + 40px);}
	.abouttwocon>dl>dd>hgroup>p{margin-top:20px;}
	.abouttwocon>dl.aboutdl02{margin-top:60px;}
	.abouttwocon>dl.aboutdl02>dd>hgroup{margin-left:0px;margin-right:-40px;padding:40px 60px 40px 20px;}
	.abouttwocon>dl.aboutdl02>dd .common_tit2>h2{font-size:28px;}
}
@media (max-width:780px){
	.abouttwocon>img{position:relative;z-index:4;}
	.abouttwocon>dl{margin-top:-100px;display:block;}
	.abouttwocon>dl>dt{margin-top:0px;width:100%;}
	.abouttwocon>dl>dd{margin-top:20px;width:100%;}
	.abouttwocon>dl>dd>hgroup{position:relative;margin-left:0px;padding:30px 20px;width:100%;}
	.abouttwocon>dl.aboutdl02{margin-top:50px;}
	.abouttwocon>dl.aboutdl02>dd>hgroup{margin-left:0px;margin-right:0px;padding:30px 20px;}
}

.aboutthree{padding:140px 40px 0;}
.aboutthreecon{position:relative;}
.aboutthreecon>img{position:absolute;top:-80px;left:52%;}
.aboutthreecon>dl{display:flex;justify-content:space-between;}
.aboutthreecon>dl>dt{width:calc(50% - 130px);}
.aboutthreecon>dl>dt>ul{margin-top:40px;padding-left:40px;}
.aboutthreecon>dl>dt>ul>li{position:relative;margin-top:40px;display:flex;align-items:center;padding:30px 100px;background:#f5f7f1;border-bottom:2px solid #87b23e;}
.aboutthreecon>dl>dt>ul>li:before{position:absolute;left:-33px;top:-42px;content:"";width:10px;height:calc(100% + 42px);background:#87b23e;}
.aboutthreecon>dl>dt>ul>li:after{position:absolute;left:-40px;top:calc(50% - 11px);content:"";width:22px;height:22px;background:#61930d;border-radius:50%;}
.aboutthreecon>dl>dt>ul>li:first-child:before{top:0;}
.aboutthreecon>dl>dt>ul>li>div{font-size:30px;color:#87b23e;font-weight:bold;}
.aboutthreecon>dl>dt>ul>li>p{margin-left:40px;}
@media (max-width:1520px){
	.aboutthree{padding:120px 20px 0;}
	.aboutthreecon>img{top:-60px;left:48%;width:60px;}
	.aboutthreecon>dl>dt{width:calc(50% - 50px);}
	.aboutthreecon>dl>dt>ul{margin-top:30px;padding-left:30px;}
	.aboutthreecon>dl>dt>ul>li{margin-top:30px;padding:25px 70px;}
	.aboutthreecon>dl>dt>ul>li:before{left:-25px;top:-32px;width:8px;height:calc(100% + 32px);}
	.aboutthreecon>dl>dt>ul>li:after{left:-30px;top:calc(50% - 9px);width:18px;height:18px;}
	.aboutthreecon>dl>dt>ul>li>div{font-size:26px;}
	.aboutthreecon>dl>dt>ul>li>p{margin-left:30px;}
}
@media (max-width:1080px){
	.aboutthree{padding:100px 20px 0;}
	.aboutthreecon>img{top:-50px;left:48%;width:50px;}
	.aboutthreecon>dl>dt{width:calc(50% - 30px);}
	.aboutthreecon>dl>dt>ul{margin-top:20px;padding-left:20px;}
	.aboutthreecon>dl>dt>ul>li{margin-top:20px;padding:20px 40px;}
	.aboutthreecon>dl>dt>ul>li:before{left:-16px;top:-22px;width:6px;height:calc(100% + 22px);}
	.aboutthreecon>dl>dt>ul>li:after{left:-20px;top:calc(50% - 7px);width:14px;height:14px;}
	.aboutthreecon>dl>dt>ul>li>div{font-size:22px;}
	.aboutthreecon>dl>dt>ul>li>p{margin-left:20px;}
}
@media (max-width:780px){
	.aboutthree{padding:60px 20px 0;}
	.aboutthreecon>img{top:-40px;left:auto;right:0;width:40px;}
	.aboutthreecon>dl{display:block;}
	.aboutthreecon>dl>dt{width:100%;}
	.aboutthreecon>dl>dt:last-child{margin-top:40px;}
	.aboutthreecon>dl>dt>ul{margin-top:30px;padding-left:12px;}
	.aboutthreecon>dl>dt>ul>li{margin-top:10px;padding:10px 40px;}
	.aboutthreecon>dl>dt>ul>li:before{left:-9px;top:-12px;width:4px;height:calc(100% + 12px);}
	.aboutthreecon>dl>dt>ul>li:after{left:-12px;top:calc(50% - 5px);width:10px;height:10px;}
	.aboutthreecon>dl>dt>ul>li>div{font-size:18px;}
}

.aboutfour{padding:100px 40px;}
.aboutfourcon{position:relative;padding:80px 100px;background:#f5ffe5;}
.aboutfourcon>img{position:absolute;top:-30px;left:-60px;}
.aboutfourcon>div{margin:0 auto;max-width:1000px;width:100%;}
.aboutfourcon>div>h2{font-size:36px;color:#87b23e;}
.aboutfourcon>div>p{margin-top:40px;}
@media (max-width:1520px){
	.aboutfour{padding:80px 20px;}
	.aboutfourcon{padding:60px 80px;}
	.aboutfourcon>img{top:-20px;left:-10px;width:80px;}
	.aboutfourcon>div{max-width:900px;}
	.aboutfourcon>div>h2{font-size:32px;}
	.aboutfourcon>div>p{margin-top:30px;}
}
@media (max-width:1080px){
	.aboutfour{padding:60px 20px;}
	.aboutfourcon{padding:40px 50px;}
	.aboutfourcon>img{width:60px;}
	.aboutfourcon>div{max-width:900px;}
	.aboutfourcon>div>h2{font-size:28px;}
	.aboutfourcon>div>p{margin-top:20px;}
}
@media (max-width:780px){
	.aboutfourcon{padding:40px 20px;}
	.aboutfourcon>img{width:40px;}
	.aboutfourcon>div>h2{font-size:22px;line-height:1.2;}
}

.aboutfive{padding:0 40px;}
.aboutfivecon{position:relative;}
.aboutfivecon>img{position:absolute;right:0;top:0;}
.aboutfivecon>figure{margin-top:80px;display:flex;justify-content:center;}
.aboutfivecon>p{margin-top:80px;text-align:center;}
@media (max-width:1520px){
	.aboutfive{padding:0 20px;}
	.aboutfivecon>img{width:80px;}
	.aboutfivecon>figure{margin-top:60px;}
	.aboutfivecon>figure>img{max-width:600px;width:100%;}
	.aboutfivecon>p{margin-top:60px;}
}
@media (max-width:1080px){
	.aboutfivecon>img{width:60px;}
	.aboutfivecon>figure{margin-top:40px;}
	.aboutfivecon>figure>img{max-width:500px;}
	.aboutfivecon>p{margin-top:40px;}
}
@media (max-width:780px){
	.aboutfivecon>img{width:40px;}
	.aboutfivecon>figure{margin-top:30px;}
	.aboutfivecon>figure>img{max-width:400px;}
	.aboutfivecon>p{margin-top:30px;}
}

.aboutsix{padding:0 40px 100px;}
.aboutsixcon>img{margin:-100px 0 0 100px;}
.aboutsixconbox{margin-top:40px;padding:80px 40px;background:#f7ffea;border:8px solid #87b23e;border-radius:40px;}
.aboutsixconbox>dl{margin-top:80px;display:flex;justify-content:space-between;font-family:"Noto Sans JP",serif;}
.aboutsixconbox>dl>dt{width:calc(50% - 40px);}
.aboutsixconbox>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.aboutsixconbox>dl>dt>dl>dt{padding:30px 20px 10px;width:180px;font-weight:bold;border-bottom:3px solid #87b23e;}
.aboutsixconbox>dl>dt>dl>dd{padding:30px 20px 10px;width:calc(100% - 180px);border-bottom:1px solid #87b23e;}
.aboutsixconbox>dl>dt>dl>dd>a{color:#000;}
.aboutsixconbox>dl>dt>dl>dd>a:hover{text-decoration:underline;}
.aboutsixconbox>dl>dd{width:calc(50% - 40px);}
.aboutsixconbox>dl>dd>p{margin-top:10px;color:#87b23e;}
.aboutsixconbox>dl>dd>p>span{font-size:24px;color:#d64f3e;font-weight:bold;}
@media (max-width:1520px){
	.aboutsix{padding:0 20px 80px;}
	.aboutsixcon>img{margin:-80px 0 0 60px;width:60px;}
	.aboutsixconbox{margin-top:30px;padding:60px 30px;border:6px solid #87b23e;}
	.aboutsixconbox>dl{margin-top:60px;}
	.aboutsixconbox>dl>dt{width:calc(50% - 30px);}
	.aboutsixconbox>dl>dt>dl>dt{padding:25px 20px 10px;width:160px;}
	.aboutsixconbox>dl>dt>dl>dd{padding:25px 20px 10px;width:calc(100% - 160px);}
	.aboutsixconbox>dl>dd{width:calc(50% - 30px);}
	.aboutsixconbox>dl>dd>p>span{font-size:22px;}
}
@media (max-width:1080px){
	.aboutsix{padding:0 20px 60px;}
	.aboutsixcon>img{margin:-60px 0 0 40px;width:50px;}
	.aboutsixconbox{margin-top:20px;padding:40px 20px;border:4px solid #87b23e;}
	.aboutsixconbox>dl{margin-top:40px;}
	.aboutsixconbox>dl>dt{width:calc(50% - 20px);}
	.aboutsixconbox>dl>dt>dl>dt{padding:20px 10px 10px;width:100px;border-bottom:2px solid #87b23e;}
	.aboutsixconbox>dl>dt>dl>dd{padding:20px 10px 10px;width:calc(100% - 100px);}
	.aboutsixconbox>dl>dd{width:calc(50% - 20px);}
	.aboutsixconbox>dl>dd>p>span{font-size:20px;}
}
@media (max-width:780px){
	.aboutsixcon>img{margin:-40px 0 0 20px;width:40px;}
	.aboutsixconbox{padding:30px 20px;border:3px solid #87b23e;}
	.aboutsixconbox>dl{margin-top:30px;display:block;}
	.aboutsixconbox>dl>dt{width:100%;}
	.aboutsixconbox>dl>dt>dl>dt{padding:10px;width:80px;}
	.aboutsixconbox>dl>dt>dl>dd{padding:10px;width:calc(100% - 80px);}
	.aboutsixconbox>dl>dd{margin-top:20px;width:100%;}
	.aboutsixconbox>dl>dd>p>span{font-size:18px;}
}

.map{width:100%;height:480px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:430px;}
}
@media screen and (max-width:1080px){
	.map{height:360px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

/* recruit */
.recruitone{padding:100px 40px;}
.recruitonecon{max-width:1200px;font-family:"Noto Sans JP",serif;}
.recruitonecon>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.recruitonecon>dl>dt{margin-top:20px;display:flex;align-items:center;justify-content:center;width:400px;font-size:24px;color:#87b23e;letter-spacing:2px;font-weight:bold;background:#eff8e0;}
.recruitonecon>dl>dd{margin-top:20px;padding:25px 60px;width:calc(100% - 400px);background:#fbfbfb;}
.recruitbtn{margin:100px auto 0;max-width:480px;}
.recruitbtn>a{display:block;padding:28px;color:#fff;text-align:center;font-weight:bold;background:#87b23e;transition:.3s;}
.recruitbtn>a:hover{background:#82c70d;}
@media (max-width:1520px){
	.recruitone{padding:80px 20px;}
	.recruitonecon>dl>dt{margin-top:15px;width:340px;font-size:22px;letter-spacing:1px;}
	.recruitonecon>dl>dd{margin-top:15px;padding:20px 40px;width:calc(100% - 340px);}
	.recruitbtn{margin:80px auto 0;max-width:400px;}
	.recruitbtn>a{padding:25px;}
}
@media (max-width:1080px){
	.recruitone{padding:60px 20px;}
	.recruitonecon>dl>dt{margin-top:10px;width:280px;font-size:20px;letter-spacing:0px;}
	.recruitonecon>dl>dd{margin-top:10px;padding:15px 30px;width:calc(100% - 280px);}
	.recruitbtn{margin:60px auto 0;max-width:300px;}
	.recruitbtn>a{padding:20px;}
}
@media (max-width:780px){
	.recruitonecon{display:block;}
	.recruitonecon>dl>dt{margin-top:10px;padding:10px;justify-content:flex-start;width:100%;font-size:18px;}
	.recruitonecon>dl>dd{margin-top:0px;padding:10px;width:100%;}
	.recruitbtn{margin:40px auto 0;max-width:200px;}
	.recruitbtn>a{padding:15px;}
}

/* contact */
.contactone{padding:100px 40px;}
.contactonecon{max-width:1200px;}
.contactonecon>p{display:none;font-size:24px;text-align:center;}
.telcon{margin-top:40px;display:none;justify-content:center;}
.telcon>a{font-size:70px;color:#87b23e;font-weight:bold;letter-spacing:2px;line-height:1;transition:.3s;}
.telcon>a:hover{transform:translateY(-5px);}
.contactfrom{margin:0px auto;width:100%;font-family:"Noto Sans JP",serif;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;color:#000;}
.contactfrom>dl>dt{margin-top:20px;width:300px;font-weight:500;}
.contactfrom>dl>dt>span{margin-left:20px;display:inline-block;padding:3px 2px 4px;width:50px;font-size:16px;color:#fff;font-weight:500;line-height:1;text-align:center;background:#87b23e;border-radius:10px;}
.contactfrom>dl>dd{margin-top:20px;padding:5px;width:calc(100% - 300px);background:#f5ffe5;border-radius:10px;}
.contactfrom>dl>dd input{padding:10px 20px;width:100%;border-radius:5px;}
.contactfrom>dl>dd textarea{padding:10px 20px;width:100%;height:200px;border-radius:5px;}
.scrollbox{margin-top:80px;padding:20px;background:#f9f9f9;border-radius:10px;}
.scrollbox>div{max-height:100px;overflow-y:scroll;color:#222;}
.scrollbox>p>a{color:#9e2c30;text-decoration:underline;}
.scrollbox>p>a:hover{text-decoration:none;}
.p02{margin-top:40px;text-align:center;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.mw_wp_form .horizontal-item + .horizontal-item{margin-left:0;}
.mw_wp_form .horizontal-item{margin-right:10px;}
.agree{margin-top:60px;display:flex;justify-content:center;color:#87b23e;}
.mw_wp_form .agree .horizontal-item{margin-right:5px;}
.send{margin:20px auto 0;display:flex;justify-content:center;padding:20px;width:400px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#87b23e;cursor:no-drop;transition:.3s;}
.send:hover{background:#75b30b;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactonecon>p{font-size:22px;}
	.telcon{margin-top:30px;}
	.telcon>a{font-size:56px;letter-spacing:1px;}
/* 	.contactfrom{margin:0px auto;} */
	.contactfrom>dl>dt{margin-top:15px;width:260px;}
	.contactfrom>dl>dt>span{margin-left:15px;padding:3px 2px 4px;width:42px;font-size:14px;}
	.contactfrom>dl>dd{margin-top:15px;width:calc(100% - 260px);}
	.send{padding:18px;width:340px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactonecon>p{font-size:20px;}
	.telcon{margin-top:20px;}
	.telcon>a{font-size:42px;letter-spacing:0px;}
/* 	.contactfrom{margin:40px auto 0;} */
	.contactfrom>dl>dt{margin-top:10px;width:220px;}
	.contactfrom>dl>dt>span{margin-left:10px;width:38px;font-size:12px;}
	.contactfrom>dl>dd{margin-top:12px;width:calc(100% - 220px);}
	.send{padding:15px;width:280px;letter-spacing:2px;}
}
@media (max-width:780px){
	.contactonecon>p{font-size:16px;}
	.telcon>a{font-size:28px;}
/* 	.contactfrom{margin:20px auto 0;} */
	.contactfrom>dl>dt{width:100%;}
	.contactfrom>dl>dd{margin-top:2px;width:100%;}
	.send{padding:12px;width:220px;letter-spacing:1px;}
}