@charset "utf-8";
/*
Theme Name: oda-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:18px;color:#353533;font-weight:400;
	font-family:"Noto Sans JP",serif;
}
@media (max-width:1520px){
	body{font-size:16px;}
}
@media (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;
	-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:#3ab7b0;   
	-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:#000;}

/*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:#01402d;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:1320px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1420px;}
@media (max-width:1600px){
	.wrapperMain{max-width:1360px;}
}
@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;
}



.common_tit{color:#fff;text-align:center;line-height:1;}
.common_tit>h2{font-size:70px;font-weight:bold;text-transform:uppercase;font-family:"Outfit",sans-serif;}
.common_tit>p{margin-top:30px;font-size:20px;font-weight:bold;letter-spacing:4px;}
@media (max-width:1520px){
	.common_tit>h2{font-size:54px;}
	.common_tit>p{margin-top:20px;font-size:18px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:38px;}
	.common_tit>p{margin-top:15px;font-size:16px;letter-spacing:2px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:28px;}
	.common_tit>p{margin-top:10px;font-size:14px;letter-spacing:1px;}
}

.common_tit2{line-height:1;color:#264244;}
.common_tit2>p{font-size:18px;text-transform:uppercase;}
.common_tit2>h2{margin-top:20px;font-size:50px;letter-spacing:3px;}
@media (max-width:1520px){
	.common_tit2>p{font-size:16px;}
	.common_tit2>h2{margin-top:15px;font-size:42px;letter-spacing:2px;}
}
@media (max-width:1080px){
	.common_tit2>p{font-size:14px;}
	.common_tit2>h2{font-size:34px;letter-spacing:1px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:26px;letter-spacing:0px;}
}


/*more*/
.more{margin-top:60px;line-height:1;}
.more>a{display:flex;align-items:center;font-size:30px;color:#353533;font-style:italic;font-weight:500;transition:.3s;font-family:"DM Serif Display",serif;}
.more>a>img{transform:translate(8px,20px);transition:.3s;}
.more>a:hover>img{transform:translate(18px,20px);}
@media (max-width:1520px){
	.more{margin-top:50px;}
	.more>a{font-size:26px;}
	.more>a>img{width:80px;transform:translate(6px,15px);}
	.more>a:hover>img{transform:translate(14px,15px);}
}
@media (max-width:1080px){
	.more{margin-top:40px;}
	.more>a{font-size:22px;}
	.more>a>img{width:60px;transform:translate(4px,10px);}
	.more>a:hover>img{transform:translate(10px,10px);}
}
@media (max-width:780px){
	.more{margin-top:30px;}
	.more>a{font-size:18px;}
	.more>a>img{width:40px;transform:translate(8px,0px);}
	.more>a:hover>img{transform:translate(0px,0px);}
}

.more02{margin-top:100px;display:flex;justify-content:center;line-height:1;}
.more02>a{position:relative;display:flex;justify-content:center;padding:25px;max-width:380px;width:100%;font-size:30px;color:#353533;font-style:italic;font-weight:500;border:1px solid #000;transition:.3s;font-family:"DM Serif Display",serif;}
.more02>a>img{position:absolute;right:-51px;top:calc(50% - 20px);transition:.3s;}
.more02>a:hover>img{transform:translateX(10px);}
@media (max-width:1520px){
	.more02{margin-top:80px;}
	.more02>a{padding:20px;max-width:300px;font-size:26px;}
	.more02>a>img{right:-40px;top:calc(50% - 15px);width:80px;}
}
@media (max-width:1080px){
	.more02{margin-top:60px;}
	.more02>a{padding:16px;max-width:240px;font-size:22px;}
	.more02>a>img{right:-30px;top:calc(50% - 12px);width:60px;}
}
@media (max-width:780px){
	.more02{margin-top:40px;}
	.more02>a{padding:13px;max-width:180px;font-size:18px;}
	.more02>a>img{right:-20px;top:calc(50% - 8px);width:40px;}
}



/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;top:0;left:0;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{padding:0px 0 0 100px;background:#fff;width:100%;
	-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:130px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;max-width:calc(100% - 400px);width:100%;}
.header .main-navigation{max-width:600px;width:100%;}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{margin:0 10px;line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;padding:0 20px;font-size:18px;line-height:1;color:#264244;text-align:center;font-weight:700;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-15px;left:0;content:"";width:100%;height:3px;background:#31b7b0;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{display:flex;align-items:center;justify-content:space-between;margin-left:60px;width:320px;font-family:"Jost",sans-serif;}
.btnbox>a{padding:20px;width:100%;font-size:14px;text-align:center;color:#fff;letter-spacing:4px;line-height:1;text-transform:uppercase;background:#b0dbca;transition:.3s;}
.btnbox>a>span{display:block;margin-bottom:15px;font-size:30px;}
.btnbox>a:last-child{background:#48b78c;}
.btnbox>a:hover{background:#31b7b0;}
@media (max-width:1800px){
	.header .main-navigation{max-width:480px;}
	.header .main-navigation>ul>li{margin:0 5px;}
	.header .main-navigation>ul>li>a{padding:0 15px;font-size:16px;}
	.header .main-navigation>ul>li>a:after{bottom:-10px;height:2px;}
	.btnbox{margin-left:40px;width:280px;}
	.btnbox>a{padding:17px;letter-spacing:2px;}
	.btnbox>a>span{margin-bottom:10px;font-size:26px;}
}
@media (max-width:1520px){
	.header{padding:0px 0 0 20px;}
	.header .logo{max-width:100px;}
	.header .header_right{max-width:calc(100% - 350px);}
	.header .main-navigation{max-width:360px;}
	.header .main-navigation>ul>li{margin:0;}
	.header .main-navigation>ul>li>a{padding:0 10px;font-size:14px;}
	.btnbox{margin-left:20px;width:240px;}
	.btnbox>a{padding:14px;letter-spacing:1px;}
	.btnbox>a>span{margin-bottom:8px;font-size:22px;}
}
@media (max-width:1080px){
	.header{padding:10px 20px;}
	.header .logo{max-width:70px;}
	.header .header_right{max-width:calc(100% - 300px);}
	.header .main-navigation{display:none;}
	.btnbox{margin-left:0px;margin-right:20px;width:200px;}
	.btnbox>a{padding:10px;font-size:12px;letter-spacing:0px;}
	.btnbox>a>span{margin-bottom:6px;font-size:18px;}
}
@media (max-width:780px){
	.header .logo{max-width:40px;}
	.header .header_right{max-width:50px;}
	.btnbox{display:none;}
}


/*banner*/
.banner{position:relative;width:100%;height:896px;overflow:hidden;}
.banner>figure{margin-left:100px;width:calc(100% - 100px);height:896px;}
.banner .bannercon{position:absolute;bottom:60px;left:200px;z-index:3;max-width:1520px;width:100%;color:#fff;}
.banner .bannercon>h1{font-size:60px;color:#353533;letter-spacing:4px;line-height:1.6;}
.banner .bannercon>h1>em{font-size:70px;}
.banner .bannercon>h1>span{font-size:118px;color:#02533b;}
.banner .bannercon>h1>span:last-child{letter-spacing:34px;}
.banner .bannercon>p{margin-top:120px;font-size:28px;color:#353533;font-weight:500;}
.scrollbtn{position:absolute;bottom:200px;left:35px;z-index:6;font-family:"Outfit",sans-serif;
	animation-name:scroll;animation-duration:1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-play-state:running;
}
.scrollbtn>a{font-size:16px;color:#264244;text-transform:uppercase;}
.scrollbtn>a>span{display:block;writing-mode:vertical-rl;}
.scrollbtn>a>hr{margin:15px auto 0;width:2px;height:80px;background:#264244;border:none;}
keyframes scroll{
0%{transform:translateY(10px);}
100%{transform:translateY(-10px);}
}
@-webkit-keyframes scroll {
0%{transform:translateY(10px);}
100%{transform:translateY(-10px);}
}
@media screen and (max-width:1800px){
	.banner .bannercon{left:140px;}
	.banner .bannercon>h1{font-size:50px;letter-spacing:3px;}
	.banner .bannercon>h1>em{font-size:60px;}
	.banner .bannercon>h1>span{font-size:100px;}
	.banner .bannercon>h1>span:last-child{letter-spacing:28px;}
	.banner .bannercon>p{margin-top:100px;font-size:24px;}
}
@media screen and (max-width:1520px){
	.banner{height:750px;}
	.banner>figure{margin-left:50px;width:calc(100% - 50px);height:750px;}
	.banner .bannercon{left:90px;}
	.banner .bannercon>h1{font-size:40px;letter-spacing:2px;}
	.banner .bannercon>h1>em{font-size:50px;}
	.banner .bannercon>h1>span{font-size:80px;}
	.banner .bannercon>h1>span:last-child{letter-spacing:20px;}
	.banner .bannercon>p{margin-top:80px;font-size:18px;}
	.scrollbtn{bottom:100px;left:12px;}
	.scrollbtn>a{font-size:14px;}
	.scrollbtn>a>hr{margin:10px auto 0;height:60px;}
}
@media screen and (max-width:1080px){
	.banner{height:600px;}
	.banner>figure{margin-left:50px;width:calc(100% - 50px);height:600px;}
	.banner .bannercon{left:80px;bottom:150px;}
	.banner .bannercon>h1{font-size:30px;letter-spacing:1px;}
	.banner .bannercon>h1>em{font-size:40px;}
	.banner .bannercon>h1>span{font-size:60px;}
	.banner .bannercon>h1>span:last-child{letter-spacing:15px;}
	.banner .bannercon>p{margin-top:60px;font-size:14px;}
	.scrollbtn{bottom:40px;left:12px;}
	.scrollbtn>a>hr{margin:10px auto 0;height:40px;width:1px;}
}
@media screen and (max-width:780px){
	.banner{height:400px;}
	.banner>figure{margin-left:50px;width:calc(100% - 50px);height:400px;background-position:calc(80%);}
	.banner .bannercon{left:70px;bottom:20px;width:calc(100% - 70px);}
	.banner .bannercon>h1{font-size:20px;letter-spacing:0px;text-shadow:2px 2px 2px #fff;}
	.banner .bannercon>h1>em{font-size:24px;}
	.banner .bannercon>h1>span{font-size:30px;}
	.banner .bannercon>h1>span:last-child{letter-spacing:0px;}
	.banner .bannercon>p{margin-top:30px;padding-right:20px;font-size:14px;text-shadow:1px 1px 2px #fff,1px 1px 2px #fff;}
	.scrollbtn{bottom:0px;}
}


/*indexMain*/
.indexone{position:relative;z-index:9;}
.indexonecon{display:flex;align-items:center;justify-content:space-between;position:absolute;top:-150px;right:0px;padding:40px 60px 20px;max-width:860px;width:100%;background:#fff;border-radius:30px 0 0 0;overflow:hidden;}
.newsjs .mySwiper{overflow:hidden;}
.newsjs .swiper-slide{display:flex;align-items:center;justify-content:space-between;overflow:hidden;}
.newsjs .swiper-slide>ul{width:calc(100% - 40px);}
.newsjs .swiper-slide>ul>li{display:flex;justify-content:space-between;}
.newsjs .swiper-slide>ul>li>time{color:#353533;font-weight:500;}
.newsjs .swiper-slide>ul>li>a{width:calc(100% - 140px);color:#353533;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.newsjs .swiper-slide>ul>li>a:hover{text-decoration:underline;}
.newsjs .swiper-button-prev{display:none;}
.newsjs .swiper-button-next{top:90px;right:60px;width:17px;height:28px;background:#fff url(img/arrow01.png) no-repeat;}
.newsjs .swiper-button-next:after{display:none;}
@media (max-width:1800px){
	.indexonecon{top:-147px;padding:30px 50px 20px;max-width:700px;}
}
@media (max-width:1520px){
	.indexonecon{top:-126px;padding:20px;max-width:480px;}
	.newsjs .swiper-slide>ul{width:calc(100% - 30px);}
	.newsjs .swiper-slide>ul>li>a{width:calc(100% - 110px);}
	.newsjs .swiper-button-next{top:80px;right:20px;width:15px;height:25px;background-size:15px 25px;}
}
@media (max-width:1080px){
	.indexonecon{top:-115px;max-width:600px;}
	.newsjs .swiper-slide>ul{width:calc(100% - 30px);}
	.newsjs .swiper-slide>ul>li>a{width:calc(100% - 100px);}
	.newsjs .swiper-button-next{top:75px;width:13px;height:21px;background-size:13px 21px;}
}
@media (max-width:780px){
	.indexonecon{position:relative;top:0;right:inherit;max-width:100%;}
	.newsjs .mySwiper{width:calc(100% - 10px);}
	.newsjs .swiper-slide>ul>li>a{width:calc(100% - 90px);}
	.newsjs .swiper-button-next{top:70px;}
}



.indextwo{position:relative;z-index:3;padding:100px 40px;background:url(img/indexbg01.jpg)no-repeat left bottom;}
.indextwocon>dl{display:flex;justify-content:space-between;}
.indextwocon>dl>dt{width:53%;}
.indextwocon>dl>dt>h2{font-size:50px;color:#353533;font-weight:900;line-height:1.4;font-family:"Lato",sans-serif;}
.indextwocon>dl>dt>h3{margin-top:40px;font-size:30px;color:#353533;}
.indextwocon>dl>dt>p{margin-top:20px;font-weight:500;}
.indextwocon>dl>dd{width:calc(47% - 70px);}
.indextwocon>dl>dd>figure{height:100%;}
.indextwocon>dl>dd>figure:after{padding-top:100%;}
@media (max-width:1520px){
	.indextwo{padding:80px 20px;}
	.indextwocon>dl>dt>h2{font-size:44px;}
	.indextwocon>dl>dt>h3{margin-top:30px;font-size:26px;}
	.indextwocon>dl>dd{width:calc(47% - 50px);}
}
@media (max-width:1080px){
	.indextwo{padding:60px 20px;}
	.indextwocon>dl>dt>h2{font-size:34px;}
	.indextwocon>dl>dt>h3{margin-top:20px;font-size:22px;}
	.indextwocon>dl>dd{width:calc(47% - 30px);}
}
@media (max-width:780px){
	.indextwo{padding:20px 20px 60px;}
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dt>h2{font-size:26px;}
	.indextwocon>dl>dt>h3{font-size:18px;}
	.indextwocon>dl>dd{margin-top:20px;width:100%;}
}


.indexthree{padding:100px 40px;background:url(img/indexbg02.jpg)no-repeat top center;}
.indexthreecon>h3{margin-top:40px;font-size:54px;color:#fff;text-align:center;line-height:1.2;letter-spacing:4px;}
.indexthreecon>dl{margin-top:80px;display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{position:relative;width:calc(33.33% - 25px);box-shadow:0px 2px 2px #ccc;overflow:hidden;}
.indexthreecon>dl>dt>figure:after{padding-top:160%;}
.indexthreecon>dl>dt>hgroup{position:absolute;bottom:80px;left:0;width:100%;}
.indexthreecon>dl>dt>hgroup>h3{font-size:30px;text-align:center;line-height:1.2;}
.indexthreecon>dl>dt>hgroup>h3>span{margin-top:30px;display:flex;align-items:center;justify-content:center;height:46px;font-size:20px;text-transform:uppercase;}
.indexthreecon>dl>dt>a{position:absolute;right:0;bottom:0;transition:.3s;}
.indexthreecon>dl>dt>a:hover{transform:translate(10px,10px);}
@media (max-width:1520px){
	.indexthree{padding:80px 20px;background-size:100% 500px;}
	.indexthreecon>h3{margin-top:30px;font-size:46px;letter-spacing:3px;}
	.indexthreecon>dl{margin-top:60px;}
	.indexthreecon>dl>dt{width:calc(33.33% - 15px);}
	.indexthreecon>dl>dt>hgroup{padding:0 10px;bottom:60px;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:20px;}
	.indexthreecon>dl>dt>hgroup>h3>span{margin-top:25px;height:36px;font-size:14px;}
	.indexthreecon>dl>dt>a{width:70px;}
}
@media (max-width:1080px){
	.indexthree{padding:60px 20px;background-size:100% 400px;}
	.indexthreecon>h3{margin-top:20px;font-size:36px;letter-spacing:2px;}
	.indexthreecon>dl{margin-top:40px;}
	.indexthreecon>dl>dt{width:calc(33.33% - 10px);}
	.indexthreecon>dl>dt>hgroup{bottom:40px;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:15px;}
	.indexthreecon>dl>dt>hgroup>h3>span{margin-top:20px;height:28px;font-size:11px;}
	.indexthreecon>dl>dt>a{width:60px;}
}
@media (max-width:780px){
	.indexthreecon>h3{font-size:26px;letter-spacing:0px;}
	.indexthreecon>dl{margin-top:30px;display:block;}
	.indexthreecon>dl>dt{margin-top:20px;width:100%;}
	.indexthreecon>dl>dt>figure:after{padding-top:120%;}
	.indexthreecon>dl>dt>hgroup{bottom:20px;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:18px;}
	.indexthreecon>dl>dt>hgroup>h3>span{margin-top:15px;height:auto;font-size:14px;}
}


.indexfour{display:none;margin-top:50px;}
.indexfour>hgroup{position:relative;display:flex;justify-content:flex-end;}
.indexfour>hgroup>figure{position:relative;z-index:2;margin-left:200px;max-width:1720px;width:100%;}
.indexfour>hgroup>figure:after{padding-top:623px;}
.indexfour>hgroup>h3{position:absolute;top:0;left:30%;z-index:3;display:inline-flex;flex-direction:row-reverse;font-size:50px;color:#fff;line-height:1;}
.indexfour>hgroup>h3>span{display:inline;padding:40px 20px;writing-mode:vertical-rl;letter-spacing:4px;background:#353533;}
.indexfour>hgroup>h3>span:first-child{padding-bottom:0;height:540px;}
.indexfour>hgroup>h3>span:last-child{margin-top:240px;}
.indexfourcon{margin-top:-260px;padding-top:260px;padding-left:20px;padding-bottom:100px;display:flex;justify-content:flex-end;background:url(img/indexbg03.jpg)no-repeat;}
.indexfourcon>hgroup{max-width:1720px;width:100%;}
.casejs{position:relative;margin-top:60px;max-width:1720px;width:100%;}
.casejs .swiper{overflow:hidden;}
.casejs .swiper-wrapper .swiper-slide{position:relative;padding:3px;background:#fff;}
.casejs .swiper-wrapper .swiper-slide>figure:after{padding-top:94%;}
.casejs .swiper-wrapper .swiper-slide>dl{position:absolute;left:3px;bottom:3px;display:flex;justify-content:space-between;width:calc(100% - 6px);background:rgba(65,197,148,.6);}
.casejs .swiper-wrapper .swiper-slide>dl>dt{padding:20px;width:calc(100% - 60px);color:#fff;}
.casejs .swiper-wrapper .swiper-slide>dl>dt>h3{display:flex;align-items:center;height:70px;font-size:30px;line-height:1.4;}
.casejs .swiper-wrapper .swiper-slide>dl>dt>div{margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.casejs .swiper-wrapper .swiper-slide>dl>dd{width:60px;}
.casejs .swiper-wrapper .swiper-slide>dl>dd>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#41c594;}
.casejs .swiper-wrapper .swiper-slide>dl>dd>a>img{transition:.3s;}
.casejs .swiper-wrapper .swiper-slide>dl>dd>a:hover>img{transform:translateX(5px);}
.swiperbutton{position:relative;margin-top:100px;display:flex;justify-content:space-between;max-width:270px;width:100%;}
.swiperbutton>.swiper-button-next{right:0;width:130px;height:130px;background:#fff;border-radius:50%;border:2px solid #61ccc0;}
.swiperbutton>.swiper-button-prev{left:0;width:130px;height:130px;background:#fff;border-radius:50%;border:2px solid #61ccc0;}
.casejs .swiper-button-next:after, .casejs .swiper-container-rtl .swiper-button-prev:after{display:none;}
.casejs .swiper-button-prev:after, .casejs .swiper-container-rtl .swiper-button-next:after{display:none;}
.casejs .more02{margin-top:10px;}
.casejs .more02>a{background:#fff;border:none;}
@media (max-width:1520px){
	.indexfour{margin-top:30px;}
	.indexfour>hgroup>figure{margin-left:20px;}
	.indexfour>hgroup>figure:after{padding-top:520px;}
	.indexfour>hgroup>h3{font-size:42px;}
	.indexfour>hgroup>h3>span{padding:30px 15px;letter-spacing:3px;}
	.indexfour>hgroup>h3>span:first-child{height:440px;}
	.indexfour>hgroup>h3>span:last-child{margin-top:200px;}
	.indexfourcon{margin-top:-240px;padding-top:240px;padding-bottom:80px;}
	.casejs{margin-top:50px;}
	.casejs .swiper-wrapper .swiper-slide>dl>dt{width:calc(100% - 50px);}
	.casejs .swiper-wrapper .swiper-slide>dl>dt>h3{height:60px;font-size:24px;}
	.casejs .swiper-wrapper .swiper-slide>dl>dd{width:50px;}
	.swiperbutton{margin-top:80px;max-width:210px;}
	.swiperbutton>.swiper-button-next{width:100px;height:100px;}
	.swiperbutton>.swiper-button-prev{width:100px;height:100px;}
	.casejs .more02{margin-top:0px;}
}
@media (max-width:1080px){
	.indexfour{margin-top:20px;}
	.indexfour>hgroup>figure:after{padding-top:400px;}
	.indexfour>hgroup>h3{font-size:34px;}
	.indexfour>hgroup>h3>span{padding:20px 15px;letter-spacing:2px;}
	.indexfour>hgroup>h3>span:first-child{height:350px;}
	.indexfour>hgroup>h3>span:last-child{margin-top:170px;}
	.indexfourcon{margin-top:-220px;padding-top:220px;padding-bottom:60px;}
	.casejs{margin-top:40px;}
	.casejs .swiper-wrapper .swiper-slide>dl>dt{padding:10px;width:calc(100% - 40px);}
	.casejs .swiper-wrapper .swiper-slide>dl>dt>h3{height:48px;font-size:18px;}
	.casejs .swiper-wrapper .swiper-slide>dl>dd{width:40px;}
	.swiperbutton{margin-top:60px;max-width:170px;}
	.swiperbutton>.swiper-button-next{width:80px;height:80px;}
	.swiperbutton>.swiper-button-prev{width:80px;height:80px;}
	.casejs .more02{margin-top:0px;}
}
@media (max-width:780px){
	.indexfour>hgroup>figure:after{padding-top:260px;}
	.indexfour>hgroup>h3{font-size:24px;}
	.indexfour>hgroup>h3>span{letter-spacing:1px;}
	.indexfour>hgroup>h3>span:first-child{height:250px;}
	.indexfour>hgroup>h3>span:last-child{margin-top:120px;}
	.indexfourcon{margin-top:-160px;padding-top:200px;padding-right:20px;}
	.casejs{margin-top:30px;}
	.casejs .swiper-wrapper .swiper-slide>dl>dt>h3{height:44px;}
	.swiperbutton{margin:40px auto 0;max-width:110px;}
	.swiperbutton>.swiper-button-next{width:50px;height:50px;}
	.swiperbutton>.swiper-button-next>img{width:15px;}
	.swiperbutton>.swiper-button-prev{width:50px;height:50px;}.swiperbutton>.swiper-button-next>img{width:15px;}
	.swiperbutton>.swiper-button-prev>img{width:15px;}
	.casejs .more02{margin-top:60px;}
}

.indexfive{padding:100px 40px;}
.indexfivecon>dl{display:flex;justify-content:space-between;}
.indexfivecon>dl>dt{display:flex;flex-direction:column;justify-content:space-between;width:160px;height:100%;}
.indexfivecon>dl>dt>hr{margin:0 auto;width:2px;height:100px;background:#264244;}
.indexfivecon>dl>dt>h2{display:flex;align-items:center;justify-content:center;margin:100px 0;font-size:50px;color:#262c44;text-transform:uppercase;writing-mode:vertical-rl;text-align:center;line-height:1;letter-spacing:5px;}
.indexfivecon>dl>dd{position:relative;width:calc(100% - 160px);}
.indexfivecon>dl>dd>ul{display:flex;justify-content:space-between;max-width:1520px;width:100%;}
.indexfivecon>dl>dd>ul>li{width:calc(33.33% - 20px);}
.indexfivecon>dl>dd>ul>li>a{display:block;color:#353533;transition:.3s;}
.indexfivecon>dl>dd>ul>li>a>figure:after{padding-top:92%;}
.indexfivecon>dl>dd>ul>li>a>time{margin-top:20px;display:block;font-size:20px;font-weight:bold;}
.indexfivecon>dl>dd>ul>li>a>h3{font-size:30px;}
.indexfivecon>dl>dd>.more02{max-width:1520px;width:100%;}
@media (max-width:1520px){
	.indexfive{padding:80px 20px;}
	.indexfivecon>dl>dt{width:100px;}
	.indexfivecon>dl>dt>hr{height:80px;}
	.indexfivecon>dl>dt>h2{margin:80px 0;font-size:44px;letter-spacing:3px;}
	.indexfivecon>dl>dd{width:calc(100% - 110px);}
	.indexfivecon>dl>dd>ul>li{width:calc(33.33% - 15px);}
	.indexfivecon>dl>dd>ul>li>a>time{margin-top:15px;font-size:18px;}
	.indexfivecon>dl>dd>ul>li>a>h3{font-size:24px;}
}
@media (max-width:1080px){
	.indexfive{padding:60px 20px;}
	.indexfivecon>dl>dt{width:80px;}
	.indexfivecon>dl>dt>hr{height:60px;}
	.indexfivecon>dl>dt>h2{margin:60px 0;font-size:38px;letter-spacing:2px;}
	.indexfivecon>dl>dd{width:calc(100% - 90px);}
	.indexfivecon>dl>dd>ul>li{width:calc(33.33% - 10px);}
	.indexfivecon>dl>dd>ul>li>a>time{margin-top:10px;font-size:16px;}
	.indexfivecon>dl>dd>ul>li>a>h3{font-size:18px;}
}
@media (max-width:780px){
	.indexfivecon>dl{display:block;}
	.indexfivecon>dl>dt{display:flex;align-items:center;flex-direction:inherit;justify-content:center;width:100%;}
	.indexfivecon>dl>dt>hr{margin:0;width:40px;height:2px;}
	.indexfivecon>dl>dt>h2{margin:0 20px;font-size:32px;letter-spacing:1px;writing-mode:inherit;}
	.indexfivecon>dl>dd{width:100%;}
	.indexfivecon>dl>dd>ul{display:block;}
	.indexfivecon>dl>dd>ul>li{margin-top:30px;width:100%;}
	.indexfivecon>dl>dd>ul>li>a>time{font-size:14px;}
	.indexfivecon>dl>dd>ul>li>a>h3{font-size:16px;}
}

.indexsixcon>dl{display:flex;align-items:flex-end;justify-content:space-between;}
.indexsixcon>dl>dt{width:62%;height:100%;}
.indexsixcon>dl>dt>figure{height:100%;}
.indexsixcon>dl>dt>figure:after{padding-top:90%;}
.indexsixcon>dl>dd{position:relative;width:38%;}
.indexsixcon>dl>dd>hgroup{margin-left:-250px;padding:120px 100px;max-width:1000px;width:calc(100% + 250px);color:#444;background:#fff;}
.indexsixcon>dl>dd>hgroup>.common_tit4{line-height:1;}
.indexsixcon>dl>dd>hgroup>.common_tit4>h2{font-size:60px;text-transform:uppercase;font-family:"Outfit",sans-serif;}
.indexsixcon>dl>dd>hgroup>.common_tit4>p{margin-top:20px;font-size:18px;font-weight:bold;letter-spacing:4px;}
.indexsixcon>dl>dd>hgroup>.common_tit4>hr{position:relative;margin-top:40px;max-width:650px;width:100%;height:1px;background:#c9c9c9;border:none;}
.indexsixcon>dl>dd>hgroup>.common_tit4>hr:after{position:absolute;top:0;left:0;content:"";width:30px;height:1px;background:#000072;}
.indexsixcon>dl>dd>hgroup>dl>dt{margin:15px 0;width:160px;}
.indexsixcon>dl>dd>hgroup>dl>dd{margin:15px 0;width:calc(100% - 160px);}
.indexsixcon>dl>dd>hgroup>dl>dd>a{color:#444;}
.indexsixcon>dl>dd>hgroup>dl>dd>a:hover{text-decoration:underline;}
.indexsixcon>dl>dd>hgroup>.more03{display:flex;justify-content:flex-end;margin-right:100px;margin-top:100px;}
.indexsixcon>dl>dd>hgroup>.more03>a{padding:15px;max-width:300px;width:100%;font-size:24px;color:#181818;text-align:center;border:1px solid #000;font-style:italic;font-family:"EB Garamond",serif;}
.indexsixcon>dl>dd>hgroup>.more03>a:hover{color:#fff;background:#02533b;border:1px solid #02533b;}
.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){
	.indexsixcon>dl>dd>hgroup{margin-left:-200px;padding:80px 40px;width:calc(100% + 200px);}
	.indexsixcon>dl>dd>hgroup>.common_tit4>h2{font-size:50px;}
	.indexsixcon>dl>dd>hgroup>.common_tit4>p{margin-top:15px;font-size:16px;letter-spacing:2px;}
	.indexsixcon>dl>dd>hgroup>.common_tit4>hr{margin-top:30px;}
	.indexsixcon>dl>dd>hgroup>dl{font-size:20px;}
	.indexsixcon>dl>dd>hgroup>dl>dt{margin:10px 0;width:140px;}
	.indexsixcon>dl>dd>hgroup>dl>dd{margin:10px 0;width:calc(100% - 140px);}
	.indexsixcon>dl>dd>hgroup>.more03{margin-right:0px;margin-top:80px;}
	.indexsixcon>dl>dd>hgroup>.more03>a{padding:12px;max-width:250px;font-size:22px;}
}
@media screen and (max-width:1080px){
	.indexsixcon>dl>dd>hgroup{margin-left:-150px;padding:60px 20px;width:calc(100% + 150px);}
	.indexsixcon>dl>dd>hgroup>.common_tit4>h2{font-size:40px;}
	.indexsixcon>dl>dd>hgroup>.common_tit4>p{margin-top:10px;font-size:14px;letter-spacing:1px;}
	.indexsixcon>dl>dd>hgroup>.common_tit4>hr{margin-top:20px;}
	.indexsixcon>dl>dd>hgroup>dl{font-size:16px;}
	.indexsixcon>dl>dd>hgroup>dl>dt{width:120px;}
	.indexsixcon>dl>dd>hgroup>dl>dd{width:calc(100% - 120px);}
	.indexsixcon>dl>dd>hgroup>.more03{margin-top:60px;}
	.indexsixcon>dl>dd>hgroup>.more03>a{padding:10px;max-width:200px;font-size:20px;}
}
@media screen and (max-width:780px){
	.indexsixcon>dl{display:block;}
	.indexsixcon>dl>dt{width:100%;}
	.indexsixcon>dl>dd{width:100%;}
	.indexsixcon>dl>dd>hgroup{margin-left:0px;padding:40px 20px;width:100%;}
	.indexsixcon>dl>dd>hgroup>.common_tit4>h2{font-size:30px;}
	.indexsixcon>dl>dd>hgroup>dl{font-size:14px;}
	.indexsixcon>dl>dd>hgroup>dl>dt{width:100px;}
	.indexsixcon>dl>dd>hgroup>dl>dd{width:calc(100% - 100px);}
	.indexsixcon>dl>dd>hgroup>.more03{margin-top:20px;}
	.indexsixcon>dl>dd>hgroup>.more03>a{max-width:150px;font-size:16px;}
}

.indexseven{display:none;padding:60px 40px;background:url(img/indexbg05.jpg) no-repeat;}
.indexsevencon>dl{display:flex;justify-content:space-between;}
.indexsevencon>dl>dt{width:calc(42% - 20px);}
.indexsevencon>dl>dt>h3{padding:5px;font-size:30px;color:#48b78d;text-align:center;letter-spacing:3px;background:#d4ebe3;}
.indexsevencon>dl>dt>h2{margin-top:30px;}
.indexsevencon>dl>dd{width:calc(52% - 40px);}
.indexsevencon>dl>dd>a{display:block;transition:.3s;}
.indexsevencon>dl>dd>a:hover{transform:translateY(-5px);}
.indexsevencon>dl>dd>a:last-child{margin-top:30px;}
@media screen and (max-width:1520px){
	.indexseven{padding:50px 20px;}
	.indexsevencon>dl>dt{width:calc(42% - 10px);}
	.indexsevencon>dl>dt>h3{font-size:26px;letter-spacing:2px;}
	.indexsevencon>dl>dt>h2{margin-top:20px;}
	.indexsevencon>dl>dd{width:calc(52% - 20px);}
	.indexsevencon>dl>dd>a:last-child{margin-top:20px;}
}
@media screen and (max-width:1080px){
	.indexseven{padding:40px 20px;}
	.indexsevencon>dl>dt>h3{font-size:22px;letter-spacing:1px;}
}
@media screen and (max-width:780px){
	.indexseven{background-size:cover;}
	.indexsevencon>dl{display:block;}
	.indexsevencon>dl>dt{width:100%;}
	.indexsevencon>dl>dt>h3{font-size:18px;letter-spacing:0px;}
	.indexsevencon>dl>dt>h2{display:flex;justify-content:center;}
	.indexsevencon>dl>dt>h2>img{max-width:200px;}
	.indexsevencon>dl>dd{margin-top:30px;width:100%;}
	.indexsevencon>dl>dd>a{display:flex;justify-content:center;}
	.indexsevencon>dl>dd>a>img{max-width:300px;}
}

/*footer*/
.footer{position:relative;padding:60px 0px 0;background:#48b78c;}
.footerlogo{margin:0 auto;padding:0 20px;max-width:272px;transition:.3s;}
.footerlogo:hover{opacity:.7;}
.footercon>ul{padding-top:60px;display:flex;justify-content:center;width:100%;}
.footercon>ul>li{margin:0 25px;line-height:1;}
.footercon>ul>li>a{position:relative;display:inline-block;font-size:20px;line-height:1;color:#fff;font-weight:500;letter-spacing:2px;}
.footercon>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#fff;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);
}
.footer>p{margin:50px auto 0;padding:6px 20px;font-size:14px;color:#fff;text-align:center;background:#22a573;}
@media (max-width:1520px){
	.footer{padding:50px 0px 0;}
	.footercon{padding:0 20px;}
	.footerlogo{max-width:200px;}
	.footercon>ul{padding-top:40px;}
	.footercon>ul>li{margin:0 20px;}
	.footercon>ul>li>a{font-size:18px;letter-spacing:1px;}
	.footer>p{margin:40px auto 0;}
}
@media (max-width:1080px){
	.footer{padding:40px 0px 0;}
	.footerlogo{max-width:160px;}
	.footercon>ul{padding-top:30px;}
	.footercon>ul>li{margin:0 10px;}
	.footercon>ul>li>a{font-size:16px;letter-spacing:0px;}
	.footer>p{margin:30px auto 0;}
}
@media (max-width:780px){
	.footerlogo{max-width:140px;}
	.footercon>ul{padding-top:20px;flex-flow:wrap;}
	.footercon>ul>li{margin:5px 10px;}
	.footercon>ul>li>a{font-size:14px;}
}



/* pageban */
.pageban{position:relative;overflow:hidden;}
.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 figure{}
.pageban figure:after{padding-top:500px;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;padding:0 200px;width:100%;max-width:1480px;color:#fff;text-align:center;line-height:1;
	-webkit-transform:translate(-50,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:60px;font-weight:bold;}
.pageban .pagebancon p{margin-top:30px;font-size:24px;text-transform:uppercase;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:400px;}
	.pageban .pagebancon{padding:0 40px;}
	.pageban .pagebancon h1{font-size:50px;}
	.pageban .pagebancon p{margin-top:20px;font-size:20px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon h1{font-size:40px;}
	.pageban .pagebancon p{margin-top:15px;font-size:18px;}
}
@media (max-width:780px){
	.pageban figure{margin-left:0px;width:100%;}
	.pageban figure:after{padding-top:200px;}
	.pageban .pagebancon h1{font-size:30px;}
	.pageban .pagebancon p{font-size:16px;}
}

/* service */
.serviceone{padding:100px 40px;background:url(img/indexbg01.jpg)no-repeat left center;}
.serviceonecon>dl{display:flex;justify-content:space-between;}
.serviceonecon>dl>dt{width:calc(50% - 50px);}
.serviceonecon>dl>dt>h2{display:inline-block;font-size:44px;color:#353533;border-bottom:10px solid #41c594;}
.serviceonecon>dl>dt>p{margin-top:80px;font-weight:500;}
.serviceonecon>dl>dd{width:calc(50% - 50px);}
.serviceonecon>dl>dd>figure{height:100%;}
.serviceonecon>dl>dd>figure:after{padding-top:67%;}
.serviceonecon>dl.dlsep{margin:100px 0;flex-direction:row-reverse;}
@media (max-width:1520px){
	.serviceone{padding:80px 20px;}
	.serviceonecon>dl>dt{width:calc(50% - 30px);}
	.serviceonecon>dl>dt>h2{font-size:34px;border-bottom:8px solid #41c594;}
	.serviceonecon>dl>dt>p{margin-top:60px;}
	.serviceonecon>dl.dlsep{margin:80px 0;}
	.serviceonecon>dl>dd{width:calc(50% - 30px);}
}
@media (max-width:1080px){
	.serviceone{padding:60px 20px;}
	.serviceonecon>dl>dt{width:calc(50% - 15px);}
	.serviceonecon>dl>dt>h2{font-size:24px;border-bottom:6px solid #41c594;}
	.serviceonecon>dl>dt>p{margin-top:40px;}
	.serviceonecon>dl.dlsep{margin:60px 0;}
	.serviceonecon>dl>dd{width:calc(50% - 15px);}
}
@media (max-width:780px){
	.serviceonecon>dl{display:block;}
	.serviceonecon>dl>dt{width:100%;}
	.serviceonecon>dl>dt>h2{font-size:22px;border-bottom:4px solid #41c594;}
	.serviceonecon>dl>dt>p{margin-top:20px;}
	.serviceonecon>dl.dlsep{margin:40px 0;}
	.serviceonecon>dl>dd{margin-top:15px;width:100%;}
}

/* comapany */
.comapanyone{padding:100px 40px;background:url(img/companybg.jpg) no-repeat right bottom;}
.comapanyonecon>h2{display:inline-block;padding-bottom:20px;font-size:50px;line-height:1.6;border-bottom:1px solid #41c594;}
.comapanyonecon>div{margin-top:40px;display:flex;justify-content:flex-end;}
.comapanyonecon>div>p{max-width:900px;font-weight:500;line-height:2;}
@media (max-width:1520px){
	.comapanyone{padding:80px 20px;}
	.comapanyonecon>h2{padding-bottom:15px;font-size:42px;}
	.comapanyonecon>div{margin-top:30px;}
	.comapanyonecon>div>img{width:180px;}
}
@media (max-width:1080px){
	.comapanyone{padding:60px 20px;}
	.comapanyonecon>h2{padding-bottom:10px;font-size:34px;}
	.comapanyonecon>div{margin-top:20px;}
	.comapanyonecon>div>img{width:160px;}
}
@media (max-width:780px){
	.comapanyonecon>h2{font-size:26px;}
	.comapanyonecon>div>img{width:140px;}
}

.comapanytwo{padding:50px 40px 100px;}
.comapanytwocon>dl{display:flex;justify-content:space-between;}
.comapanytwocon>dl>dt{width:55%;}
.comapanytwocon>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;font-size:24px;font-weight:500;}
.comapanytwocon>dl>dt>dl>dt{padding:20px 0;width:150px;color:#41c594;border-bottom:2px solid #41c594;}
.comapanytwocon>dl>dt>dl>dd{padding:20px 0 20px 100px;width:calc(100% - 150px);border-bottom:1px solid #bfe5c5;}
.comapanytwocon>dl>dd{width:calc(45% - 100px);}
.comapanytwocon>dl>dd>figure:after{padding-top:120%;}
@media (max-width:1520px){
	.comapanytwo{padding:40px 20px 80px;}
	.comapanytwocon>dl>dt>dl{font-size:22px;}
	.comapanytwocon>dl>dt>dl>dt{padding:15px 0;width:130px;}
	.comapanytwocon>dl>dt>dl>dd{padding:15px 0 15px 50px;width:calc(100% - 130px);}
	.comapanytwocon>dl>dd{width:calc(45% - 60px);}
}
@media (max-width:1080px){
	.comapanytwo{padding:20px 20px 60px;}
	.comapanytwocon>dl>dt>dl{font-size:17px;}
	.comapanytwocon>dl>dt>dl>dt{padding:10px 0;width:100px;}
	.comapanytwocon>dl>dt>dl>dd{padding:10px 0 10px 10px;width:calc(100% - 100px);}
	.comapanytwocon>dl>dd{width:calc(45% - 60px);}
}
@media (max-width:780px){
	.comapanytwocon>dl{display:block;}
	.comapanytwocon>dl>dt{width:100%;}
	.comapanytwocon>dl>dt>dl{font-size:14px;}
	.comapanytwocon>dl>dt>dl>dt{padding:10px 0;width:90px;}
	.comapanytwocon>dl>dt>dl>dd{padding:10px 0 10px 10px;width:calc(100% - 90px);}
	.comapanytwocon>dl>dd{margin-top:20px;width:100%;}
}




/* contact */
.contactone{padding:100px 40px;}
.contactfrom{margin:0 auto;max-width:1240px;width:100%;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin:10px 0;width:240px;letter-spacing:2px;font-weight:500;}
.contactfrom>dl>dt>span{position:relative;margin-right:20px;padding:1px 4px 2px 5px;font-size:14px;color:#fff;background:#41c594;}
.contactfrom>dl>dt>span:after{position:absolute;right:-4px;top:calc(50% - 4px);content:"";width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #41c594;}
.contactfrom>dl>dd{margin:10px 0;width:calc(100% - 280px);}
.contactfrom>dl>dd>input{padding:13px;width:100%;background:#eff8f1;}
.contactfrom>dl>dd>textarea{padding:13px;width:100%;height:200px;background:#eff8f1;}
.contactonecon h3{margin-top:80px;text-align:center;}
.contactone .scrollbox{margin:60px auto 0;max-width:1080px;width:100%;max-height:160px;overflow-y:scroll;}
.contactone .scrollbox::-webkit-scrollbar-thumb{background:#41c594;}
.contactone .scrollbox>p{padding-right:20px;height:200px;font-size:18px;color:#333;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.p02{text-align:center;}
.agree{margin-top:10px;display:flex;justify-content:center;color:#333;}
.mw_wp_form .agree .horizontal-item{margin-right:5px;}
.send{margin:60px auto 0;display:flex;justify-content:center;padding:20px;width:320px;text-align:center;font-weight:bold;cursor:pointer;color:#fff;background:#41c594;transition:.3s;}
.send:hover{background:#48b78c;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactfrom>dl>dt{margin:8px 0;width:220px;letter-spacing:1px;}
	.contactfrom>dl>dt>span{margin-right:15px;font-size:12px;}
	.contactfrom>dl>dd{margin:8px 0;width:calc(100% - 240px);}
	.contactfrom>dl>dd>input{padding:10px;}
	.contactfrom>dl>dd>textarea{padding:10px;}
	.contactonecon h3{margin-top:60px;}
	.contactone .scrollbox{margin:40px auto 0;}
	.contactone .scrollbox>p{font-size:16px;}
	.send{margin:50px auto 0;padding:18px;width:260px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactfrom>dl>dt{width:200px;letter-spacing:0px;}
	.contactfrom>dl>dt>span{margin-right:10px;}
	.contactfrom>dl>dd{width:calc(100% - 220px);}
	.contactonecon h3{margin-top:40px;}
	.contactone .scrollbox{margin:20px auto 0;}
	.contactone .scrollbox>p{font-size:14px;}
	.send{margin:40px auto 0;padding:15px;width:220px;}
}
@media (max-width:780px){
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dt{margin:10px 0 5px;width:100%;}
	.contactfrom>dl>dd{margin:2px 0 10px;width:100%;}
	.send{margin:30px auto 0;padding:12px;width:200px;}
}


/* caseone */
.caseone{padding:100px 40px;}
.caseonecon>ul{display:flex;flex-flow:wrap;margin:-80px 0 0 -80px;}
.caseonecon>ul>li{margin:80px 0 0 80px;width:calc(33.33% - 80px);}
.caseonecon>ul>li>a{display:block;transition:.3s;}
.caseonecon>ul>li>a>figure:after{padding-top:95%;}
.caseonecon>ul>li>a>p{margin-top:10px;color:#353533;font-weight:500;}
.columuonecon>ul>li>a>figure:after{padding-top:80%;}
.columuonecon>ul>li>a>time{margin-top:20px;display:block;font-size:20px;color:#353533;font-weight:bold;}
.columuonecon>ul>li>a>p{font-size:24px;font-weight:bold;}
@media (max-width:1520px){
	.caseone{padding:80px 20px;}
	.caseonecon>ul{margin:-50px 0 0 -50px;}
	.caseonecon>ul>li{margin:50px 0 0 50px;width:calc(33.33% - 50px);}
	.columuonecon>ul>li>a>time{margin-top:15px;font-size:16px;}
	.columuonecon>ul>li>a>p{margin-top:0;font-size:22px;}
}
@media (max-width:1080px){
	.caseone{padding:60px 20px;}
	.caseonecon>ul{margin:-30px 0 0 -30px;}
	.caseonecon>ul>li{margin:30px 0 0 30px;width:calc(33.33% - 30px);}
	.columuonecon>ul>li>a>time{margin-top:10px;font-size:14px;}
	.columuonecon>ul>li>a>p{font-size:18px;letter-spacing:0;line-height:1.4;}
}
@media (max-width:780px){
	.caseonecon>ul{margin:-20px 0 0 -10px;}
	.caseonecon>ul>li{margin:20px 0 0 10px;width:calc(50% - 10px);}
	.columuonecon>ul>li>a>p{font-size:14px;}
}

.casetwo{padding:100px 40px;}
.casetwocon>h2{padding-bottom:8px;font-size:24px;letter-spacing:2px;border-bottom:3px solid #41c594;}
.casetwocon>figure{margin:100px auto 0;max-width:1200px;width:100%;}
.casetwocon>figure:after{padding-top:60%;}
.casetwocon>p{margin:40px auto 0;max-width:1200px;width:100%;font-weight:500;}
@media (max-width:1520px){
	.casetwo{padding:80px 20px;}
	.casetwocon>h2{padding-bottom:6px;font-size:22px;letter-spacing:1px;}
	.casetwocon>figure{margin:70px auto 0;}
	.casetwocon>p{margin:30px auto 0;}
}
@media (max-width:1080px){
	.casetwo{padding:60px 20px;}
	.casetwocon>h2{padding-bottom:4px;font-size:20px;letter-spacing:0px;}
	.casetwocon>figure{margin:40px auto 0;}
	.casetwocon>p{margin:20px auto 0;}
}
@media (max-width:780px){
	.casetwocon>h2{padding-bottom:4px;font-size:18px;}
	.casetwocon>figure{margin:30px auto 0;}
}


.pagenav{display:flex;width:100%;justify-content:center;margin:60px auto 0;}
.pagenav>*{padding:2px 10px;text-decoration:none;color:#000;}
.pagenav>*:not(:first-child){ margin-left:10px;}
.pagenav>a:hover{background:#3ab7b0;color:#fff;text-decoration:none;}
.pagenav>span{background:#fff;color:#3ab7b0!important;}
@media (max-width:1520px){
	.pagenav{margin:40px auto 0;}
}