@charset "utf-8";
/*
Theme Name: tspga-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;max-width:1920px;width:100%;font-size:18px;color:#333;font-weight:400;background:#fff;line-height:1.8;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,"sans-serif";
}
@media screen and (max-width:1520px){
	body{font-size:16px;}
}
@media screen and (max-width:1080px){
	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;}

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 */

/*taiheiM*/
.wrapper{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);
}
.wrapper .wrapperbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.wrapper-move{left:-200px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;background:none;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:30px;height:2px;background:#174926;   
    -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){    
    -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){    
    -webkit-transform:translateY(9px);
    -moz-transform:translateY(9px);
    -ms-transform:translateY(9px);
    -o-transform:translateY(9px);    
    transform:translateY(9px);
}
.mobile-btn .active{
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
  	transform-origin:0.71429px center !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
    transform:rotate3d(0,0,1,40deg) !important;
    transform-origin:0.71429px center !important;    
}
@media screen and (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{display:none;position:fixed;top:0;right:0;z-index:60;display:block;padding:3em 10px 0 10px;width:200px;text-align:center;height:100vh;background:#333;
	-webkit-transform:translateX(200px);
    transform:translateX(200px);
    -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{
	transform:translateX(0px) !important;
}
.sp-wrapper h2{width:100%;text-align:center;font-size:24px;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:normal;}
.sp-wrapperul{margin-top:1.5em;width:100%;}
.sp-wrapperul>li{text-align:center;border-top:1px solid #5d5d5d;}
.sp-wrapperul>li>a{display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li>a:hover{background:#fff;color:#002e63;}

/*bkt*/
.bkt{position:fixed;right:20px;bottom:70px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;background:#174926;border-radius:50%;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1520px){
	.bkt{bottom:50px;}
}
@media screen and (max-width:1080px){
	.bkt{bottom:20px;}
}


.common_tit{line-height:1.2;text-align:center;letter-spacing:1px;}
.common_tit>h2{font-size:60px;text-transform:uppercase;font-weight:900;}
@media screen and (max-width:1520px){
	.common_tit>h2{font-size:48px;}
}
@media screen and (max-width:1080px){
	.common_tit>h2{font-size:36px;}
}
@media screen and (max-width:780px){
	.common_tit>h2{font-size:22px;}
}


/*more*/
.more{margin-top:60px;display:flex;align-items:center;justify-content:center;line-height:1;}
.more a{display:flex;align-items:center;justify-content:center;position:relative;padding:28px 60px;max-width:600px;width:100%;line-height:1;overflow:hidden;font-size:24px;color:#174926;font-weight:bold;background:#faf276;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more a:hover{color:#faf276;background:#174926;}
@media screen and (max-width:1520px){
	.more{margin-top:50px;}
	.more a{padding:22px 30px;max-width:480px;font-size:20px;}
}
@media screen and (max-width:1080px){
	.more{margin-top:40px;}
	.more a{padding:15px 20px;max-width:360px;font-size:18px;}
}
@media screen and (max-width:780px){
	.more{margin-top:20px;}
	.more a{padding:12px 20px;max-width:220px;font-size:14px;}
}

@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:26px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* header */
/*@-webkit-keyframes headermove{
	0%{
	    top:-30px;
	}
	100%{
	    top:0px;
	}
}*/
.header.header_fixed{position:fixed;top:0;left:0;z-index:99;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{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);}
.headercon{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px 40px;height:120px;transition:all 0.8s;}
.headercon .logo{display:block;width:484px;transition:.3s;}
.headercon .logo:hover{opacity:.7;}
.headercon .main-navigation{margin-left:60px;max-width:1180px;width:100%;}
.headercon .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.headercon .main-navigation>ul>li{text-align:center;line-height:1;}
.headercon .main-navigation>ul>li>a{position:relative;display:flex;align-items:flex-end;font-size:18px;color:#333;}
.headercon .main-navigation>ul>li>a:after{content:"";display:block;width:100%;height:2px;background:#333;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-5px;}
.headercon .main-navigation>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
@media screen and (max-width:1520px){
	.headercon{padding:15px 20px;height:100px;}
	.headercon .logo{width:400px;}
	.headercon .main-navigation{margin-left:30px;}
	.headercon .main-navigation>ul>li>a{font-size:15px;}
}
@media screen and (max-width:1080px){
	.headercon{padding:10px 20px;height:80px;}
	.headercon .logo{width:340px;}
	.headercon .main-navigation{display:none;}
}
@media screen and (max-width:780px){
	.headercon{height:60px;}
	.headercon .logo{width:280px;}
}


/*banner*/
.banner{position:relative;width:100%;height:800px;overflow:hidden;}
@-webkit-keyframes bannermove{
	0%{
		-webkit-transform:scale(1.0,1.0);
		transform:scale(1.0,1.0);
	}
	50%{
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	100%{
		-webkit-transform:scale(1.0,1.0);
		transform:scale(1.0,1.0);
	}
}
.banner>figure{width:100%;height:800px;
	-webkit-animation:bannermove 50s linear infinite 0s;
	-moz-animation:bannermove 50s linear infinite 0s;
	-ms-animation:bannermove 50s linear infinite 0s;
	-o-animation: bannermove 50s linear infinite 0s;
	animation:bannermove 50s linear infinite 0s;
}
.banner .bannercon{position:absolute;z-index:4;bottom:10%;left:50%;padding:0 70px;width:100%;transform:translateX(-50%);}
.banner .bannercon h3{display:inline-block;padding:10px 20px;font-size:40px;line-height:1.4;letter-spacing:1px;background:rgba(255,255,255,.6);}
.banner .bannercon h2{display:inline-block;margin-top:20px;padding:10px 20px;font-size:60px;line-height:1.4;letter-spacing:1px;background:rgba(255,255,255,.6);}
.banner .bannercon .bannerlogo{margin-top:40px;display:flex;justify-content:flex-end;}
@media screen and (max-width:1520px){
	.banner{height:700px;}
	.banner>figure{height:700px;}
	.banner .bannercon{padding:0 40px;}
	.banner .bannercon h3{font-size:34px;}
	.banner .bannercon h2{font-size:50px;}
	.banner .bannercon .bannerlogo>img{width:250px;}
}
@media screen and (max-width:1080px){
	.banner{height:600px;}
	.banner>figure{height:600px;}
	.banner .bannercon{padding:0 20px;}
	.banner .bannercon h3{font-size:28px;letter-spacing:0;}
	.banner .bannercon h2{font-size:38px;letter-spacing:0;}
	.banner .bannercon .bannerlogo{margin-top:30px;}
	.banner .bannercon .bannerlogo>img{width:200px;}
}
@media screen and (max-width:780px){
	.banner{height:500px;}
	.banner>figure{height:500px;background-position:calc(80%) top;}
	.banner .bannercon h3{padding:8px 10px;font-size:15px;}
	.banner .bannercon h2{padding:8px 10px;margin-top:10px;font-size:20px;}
	.banner .bannercon .bannerlogo{margin-top:20px;}
	.banner .bannercon .bannerlogo>img{width:150px;}
}



.boxwidth{margin:0 auto;max-width:1520px;width:100%;}
.boxwidth2{margin:0 auto;max-width:1320px;width:100%;}


                  
.indexone{padding:100px 40px 0;}
.indexonecon>dl{position:relative;margin-top:60px;display:flex;justify-content:space-between;}
.indexonecon>dl>dt{width:50%;}
.indexonecon>dl>dt>figure:after{padding-top:64%;}
.indexonecon>dl>dd{position:absolute;top:60px;right:0;padding:40px 45px;width:calc(50% + 240px);background:rgba(147,185,80,.5);}
.indexonecon>dl>dd>p{margin-top:15px;display:inline-flex;padding:18px 20px;font-size:20px;line-height:1.4;background:rgba(255,255,255,.8);}
.indexonecon>dl>dd>p>span{width:25px;}
.indexonecon>dl>dd>p>em{width:calc(100% - 25px);}
@media screen and (max-width:1520px){
	.indexone{padding:80px 20px 0;}
	.indexonecon>dl{margin-top:50px;}
	.indexonecon>dl>dd{top:50px;padding:30px;width:calc(50% + 200px);}
	.indexonecon>dl>dd>p{margin-top:10px;padding:10px 15px;font-size:18px;}
}
@media screen and (max-width:1080px){
	.indexone{padding:60px 20px 0;}
	.indexonecon>dl{margin-top:40px;}
	.indexonecon>dl>dt>figure{height:100%;}
	.indexonecon>dl>dd{position:relative;top:0px;padding:20px;width:50%;}
	.indexonecon>dl>dd>p{margin-top:6px;padding:8px 10px;font-size:16px;}
	.indexonecon>dl>dd>p>span{width:20px;}
	.indexonecon>dl>dd>p>em{width:calc(100% - 20px);}
}
@media screen and (max-width:780px){
	.indexonecon>dl{margin-top:30px;display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dd{width:100%;}
	.indexonecon>dl>dd>p{margin-top:4px;width:100%;font-size:14px;}
	.indexonecon>dl>dd>p>span{width:18px;}
	.indexonecon>dl>dd>p>em{width:calc(100% - 18px);}
}

.indextwo{padding:150px 40px 0;background:url(img/index/index02.jpg)no-repeat center;background-size:cover;}
.indextwocon>hgroup{margin-top:50px;padding:50px;background:#f4f8ed;}
.indextwocon>hgroup>h3{margin-top:40px;margin-bottom:15px;display:flex;align-items:flex-start;justify-content:space-between;font-size:30px;line-height:1.4;}
.indextwocon>hgroup>h3.tit01{margin-top:0;}
.indextwocon>hgroup>h3>span{width:36px;}
.indextwocon>hgroup>h3>em{width:calc(100% - 36px);}
.indextwocon>hgroup>p{margin:5px 0 0 36px;}
.indextwocon>hgroup>h4{margin:40px 0 0 36px;color:#93b950;font-weight:400;}
.indextwocon>hgroup>div{margin:5px 0 0 36px;}
.indextwocon>hgroup>div>p{display:flex;}
.indextwocon>hgroup>div>p>span{width:25px;}
.indextwocon>hgroup>div>p>em{width:calc(100% - 25px);}
.indextwocon>hgroup>div.div02>p{margin-top:40px;}
.indextwocon>hgroup>div.div02>p>span{width:30px;}
.indextwocon>hgroup>div.div02>p>em{width:calc(100% - 30px);}
@media screen and (max-width:1520px){
	.indextwo{padding:120px 20px 0;}
	.indextwocon>hgroup{margin-top:40px;padding:40px;}
	.indextwocon>hgroup>h3{margin-top:30px;margin-bottom:10px;font-size:26px;}
	.indextwocon>hgroup>h3>span{width:32px;}
	.indextwocon>hgroup>h3>em{width:calc(100% - 32px);}
	.indextwocon>hgroup>p{margin:5px 0 0 32px;}
	.indextwocon>hgroup>h4{margin:30px 0 0 32px;}
	.indextwocon>hgroup>div{margin:5px 0 0 32px;}
	.indextwocon>hgroup>div>p>span{width:22px;}
	.indextwocon>hgroup>div>p>em{width:calc(100% - 22px);}
	.indextwocon>hgroup>div.div02>p{margin-top:30px;}
	.indextwocon>hgroup>div.div02>p>span{width:26px;}
	.indextwocon>hgroup>div.div02>p>em{width:calc(100% - 26px);}
}
@media screen and (max-width:1080px){
	.indextwo{padding:60px 20px 0;}
	.indextwocon>hgroup{margin-top:30px;padding:30px;}
	.indextwocon>hgroup>h3{margin-top:20px;font-size:22px;}
	.indextwocon>hgroup>h3>span{width:28px;}
	.indextwocon>hgroup>h3>em{width:calc(100% - 28px);}
	.indextwocon>hgroup>p{margin:5px 0 0 28px;}
	.indextwocon>hgroup>h4{margin:30px 0 0 28px;}
	.indextwocon>hgroup>div{margin:5px 0 0 28px;}
	.indextwocon>hgroup>div>p>span{width:20px;}
	.indextwocon>hgroup>div>p>em{width:calc(100% - 20px);}
	.indextwocon>hgroup>div.div02>p{margin-top:20px;}
	.indextwocon>hgroup>div.div02>p>span{width:22px;}
	.indextwocon>hgroup>div.div02>p>em{width:calc(100% - 22px);}
}
@media screen and (max-width:780px){
	.indextwocon>hgroup{margin-top:20px;padding:20px;}
	.indextwocon>hgroup>h3{margin-top:20px;font-size:18px;}
	.indextwocon>hgroup>h3>span{width:24px;}
	.indextwocon>hgroup>h3>em{width:calc(100% - 24px);}
	.indextwocon>hgroup>p{margin:5px 0 0 24px;}
	.indextwocon>hgroup>h4{margin:30px 0 0 24px;}
	.indextwocon>hgroup>div{margin:5px 0 0 24px;}
	.indextwocon>hgroup>div>p>span{width:16px;}
	.indextwocon>hgroup>div>p>em{width:calc(100% - 16px);}
	.indextwocon>hgroup>div.div02>p>span{width:20px;}
	.indextwocon>hgroup>div.div02>p>em{width:calc(100% - 20px);}
}


.indexthree{padding:100px 40px 0;}
.indexthreecon>hgroup{position:relative;margin-top:50px;padding:60px 80px;height:100%;background:url(../img/index02.jpg)no-repeat;background-size:cover;}
.indexthreecon>hgroup>div>h3{padding:30px 100px;font-size:30px;text-shadow:3px 3px 1px #fff,3px 3px 1px #fff,3px 3px 1px #fff,3px 3px 1px #fff;background:rgba(255,255,255,.6);}
.indexthreecon>hgroup>div>h3:last-child{margin-top:40px;}
@media screen and (max-width:1520px){
	.indexthree{padding:80px 20px 0;}
	.indexthreecon>hgroup{margin-top:40px;padding:40px 60px;background-position:calc(30%);}
	.indexthreecon>hgroup>figure:after{padding-top:450px;}
	.indexthreecon>hgroup>div{left:40px;}
	.indexthreecon>hgroup>div>h3{padding:20px 60px;font-size:26px;}
	.indexthreecon>hgroup>div>h3:last-child{margin-top:30px;}
}
@media screen and (max-width:1080px){
	.indexthree{padding:60px 20px 0;}
	.indexthreecon>hgroup{margin-top:30px;padding:20px 30px;}
	.indexthreecon>hgroup>figure:after{padding-top:400px;}
	.indexthreecon>hgroup>div{left:20px;}
	.indexthreecon>hgroup>div>h3{padding:20px 40px;font-size:22px;}
	.indexthreecon>hgroup>div>h3:last-child{margin-top:20px;}
}
@media screen and (max-width:780px){
	.indexthreecon>hgroup{margin-top:30px;padding:30px 20px;background-position:calc(60%);}
	.indexthreecon>hgroup>figure:after{padding-top:250px;}
	.indexthreecon>hgroup>div>h3{padding:10px 20px;font-size:18px;}
	.indexthreecon>hgroup>div>h3:last-child{margin-top:10px;}
}

.indexfour{padding:100px 0px 0;}
.indexfourcon>dl{margin-top:60px;display:flex;justify-content:space-between;}
.indexfourcon>dl>dt{width:50%;}
.indexfourcon>dl>dt>figure:after{padding-top:68%;}
.indexfourcon>dl>dd{padding:100px;width:50%;}
.indexfourcon>dl>dd>h3{font-size:36px;line-height:1.4;}
.indexfourcon>dl>dd>p{margin-top:40px;}
.indexfourcon>dl.dl02{margin-top:0;flex-direction:row-reverse;}
@media screen and (max-width:1520px){
	.indexfour{padding:80px 0px 0;}
	.indexfourcon>dl{margin-top:50px;}
	.indexfourcon>dl>dd{padding:50px;}
	.indexfourcon>dl>dd>h3{font-size:30px;}
	.indexfourcon>dl>dd>p{margin-top:30px;}
}
@media screen and (max-width:1080px){
	.indexfour{padding:60px 0px 0;}
	.indexfourcon>dl{margin-top:40px;}
	.indexfourcon>dl>dd{padding:30px;}
	.indexfourcon>dl>dd>h3{font-size:24px;}
	.indexfourcon>dl>dd>p{margin-top:20px;}
}
@media screen and (max-width:780px){
	.indexfour{padding:60px 20px;}
	.indexfourcon>dl{margin-top:30px;display:block;}
	.indexfourcon>dl>dt{width:100%;}
	.indexfourcon>dl>dd{margin-top:20px;padding:0px;width:100%;}
	.indexfourcon>dl>dd>h3{font-size:18px;}
	.indexfourcon>dl>dd>p{margin-top:10px;}
	.indexfourcon>dl.dl02{margin-top:30px;}
}

.indexfive{padding:100px 40px 0;}
.indexfivecon>hgroup{position:relative;margin:60px auto 0;padding:80px;max-width:1400px;width:100%;background:url(../img/index05.jpg)no-repeat left top;}
.indexfivecon>hgroup>h3{font-size:48px;color:#fff;text-align:center;font-weight:900;line-height:1;}
.indexfivecon>hgroup>ul{margin:40px auto 0;max-width:780px;width:100%;}
.indexfivecon>hgroup>ul>li{margin-top:10px;padding:15px 60px;font-size:24px;color:#fff;font-weight:bold;background:rgba(147,185,80,.3);}
.flowlogo{position:absolute;top:50%;right:-60px;transform:translateY(-50%);}
@media screen and (max-width:1520px){
	.indexfive{padding:80px 20px 0;}
	.indexfivecon>hgroup{margin:50px auto 0;padding:50px;background-size:cover;}
	.indexfivecon>hgroup>h3{font-size:40px;}
	.indexfivecon>hgroup>ul{margin:30px auto 0;max-width:700px;}
	.indexfivecon>hgroup>ul>li{padding:12px 40px;font-size:20px;background:rgba(147,185,80,.6);}
	.flowlogo{right:-20px;}
	.flowlogo>img{width:250px;}
}
@media screen and (max-width:1080px){
	.indexfive{padding:60px 20px 0;}
	.indexfivecon>hgroup{margin:40px auto 0;padding:30px;}
	.indexfivecon>hgroup>h3{font-size:30px;}
	.indexfivecon>hgroup>ul{margin:20px auto 0;max-width:600px;}
	.indexfivecon>hgroup>ul>li{padding:10px 20px;font-size:16px;background:rgba(147,185,80,.8);}
	.flowlogo>img{width:200px;}
}
@media screen and (max-width:780px){
	.indexfivecon>hgroup{margin:30px auto 0;padding:20px;}
	.indexfivecon>hgroup>h3{font-size:20px;}
	.indexfivecon>hgroup>ul{margin:20px auto 0;max-width:500px;}
	.indexfivecon>hgroup>ul>li{font-size:14px;line-height:1.4;background:rgba(147,185,80,.8);}
	.flowlogo>img{width:100px;}
}

.indexsix{padding:100px 40px 0;}
.indexsixcon>hgroup{margin-top:60px;display:flex;align-items:center;justify-content:center;height:500px;background:#f4f8ed;}
@media screen and (max-width:1520px){
	.indexsix{padding:80px 20px 0;}
	.indexsixcon>hgroup{margin-top:50px;height:400px;}
}
@media screen and (max-width:1080px){
	.indexsix{padding:60px 20px 0;}
	.indexsixcon>hgroup{margin-top:40px;height:300px;}
}
@media screen and (max-width:780px){
	.indexsixcon>hgroup{margin-top:30px;height:200px;}
}

.indexseven{padding:100px 40px 0;}
.indexsevencon>dl{margin-top:70px;display:flex;justify-content:space-between;}
.indexsevencon>dl>dt{width:64%;}
.indexsevencon>dl>dt>figure:after{padding-top:66%;}
.indexsevencon>dl>dd{width:calc(36% - 50px);}
.indexsevencon>dl.dl02{flex-direction:row-reverse;}
@media screen and (max-width:1520px){
	.indexseven{padding:80px 20px 0;}
	.indexsevencon>dl{margin-top:60px;}
	.indexsevencon>dl>dd{width:calc(36% - 40px);}
}
@media screen and (max-width:1080px){
	.indexseven{padding:60px 20px 0;}
	.indexsevencon>dl{margin-top:50px;}
	.indexsevencon>dl>dd{width:calc(36% - 30px);}
}
@media screen and (max-width:780px){
	.indexsevencon>dl{margin-top:40px;display:block;}
	.indexsevencon>dl>dt{width:100%;}
	.indexsevencon>dl>dd{margin-top:20px;width:100%;}
}

.indexeight{padding:100px 40px;}
.mySwiper2{margin:60px auto 0;max-width:1200px;width:100%;}
.mySwiper2 .swiper-slide:after{padding-top:66%;}
.mySwiper{margin-top:60px;}
.mySwiper .swiper-slide:after{padding-top:66%;}
@media screen and (max-width:1520px){
	.indexeight{padding:80px 20px;}
	.mySwiper2{margin:50px auto 0;}
	.mySwiper{margin-top:40px;}
}
@media screen and (max-width:1080px){
	.indexeight{padding:60px 20px;}
	.mySwiper2{margin:40px auto 0;}
	.mySwiper{margin-top:20px;}
}
@media screen and (max-width:780px){
	.mySwiper2{margin:30px auto 0;}
	.mySwiper{margin-top:5px;}
}

/* footer */
.footer{padding:40px;background:#93b950;}
.footercon{display:flex;align-items:center;justify-content:space-between;color:#fff;}
.footercon>a{display:block;width:484px;transition:.3s;}
.footercon>a:hover{opacity:.7;}
.footercon>ul{display:flex;justify-content:space-between;margin-left:60px;max-width:1140px;width:100%;}
.footercon>ul>li{line-height:1;}
.footercon>ul>li>a{position:relative;color:#fff;letter-spacing:1px;}
.footercon>ul>li>a:after{content:"";display:block;width:100%;height:1px;background:#fff;opacity:0;visibility:hidden;transform: scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-2px;}
.footercon>ul>li>a:hover:after{opacity:0.8;visibility:visible;transform:scaleX(1);}
@media screen and (max-width:1520px){
	.footer{padding:40px 20px;}
	.footercon>a{width:400px;}
	.footercon>ul{margin-left:40px;}
	.footercon>ul>li>a{font-size:15px;letter-spacing:0px;}
}
@media screen and (max-width:1080px){
	.footercon{display:block;}
	.footercon>a{margin:0 auto;width:300px;}
	.footercon>ul{margin-left:0px;margin-top:20px;justify-content:center;flex-flow:wrap;}
	.footercon>ul>li{padding:5px 10px;}
	.footercon>ul>li>a{font-size:14px;}
}
@media screen and (max-width:780px){
	.footercon>a{width:280px;}
}

