@charset "utf-8";
/*
Theme Name: relaito-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:#181818;font-weight:400;
	font-family:"Noto Sans JP",sans-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:flex;align-items:center;justify-content:flex-end;width:50px;}
.mobile-btn div{position:relative;right:0;top:0;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{display:block;margin:16px 0;width:50px;height:2px;background:#ea609e;   
	-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(2){margin-left:13px;width:37px;}
.mobile-btn .active span:nth-child(1){width:38px;
	-webkit-transform-origin:3.71429px center !important;
  	transform-origin:3.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,45deg) !important;
    transform:rotate3d(0,0,1,45deg) !important;
}
.mobile-btn .active span:nth-child(2){margin-left:0;width:38px;
	-webkit-transform:rotate3d(0,0,1,-45deg) !important;
    transform:rotate3d(0,0,1,-45deg) !important;
    
    -webkit-transform-origin:8.71429px center !important;
    transform-origin:8.71429px center !important;
}
@media (max-width:1520px){
	.mobile-btn{width:40px;}
	.mobile-btn div span{margin:14px 0;width:40px;}
	.mobile-btn div span:nth-child(2){margin-left:8px;width:30px;}
	.mobile-btn .active span:nth-child(1){width:35px;}
	.mobile-btn .active span:nth-child(2){margin-left:0;width:35px;}
}
@media (max-width:1080px){
	.mobile-btn{width:35px;}
	.mobile-btn div span{margin:13px 0;width:35px;}
	.mobile-btn div span:nth-child(2){margin-left:7px;width:28px;}
	.mobile-btn .active span:nth-child(1){width:32px;
		-webkit-transform-origin:1.71429px center !important;
  		transform-origin:1.71429px center !important;
	}
	.mobile-btn .active span:nth-child(2){margin-left:0;width:32px;}
}
@media (max-width:780px){
	.mobile-btn{width:30px;}
	.mobile-btn div span{margin:12px 0;width:30px;}
	.mobile-btn div span:nth-child(2){margin-left:0;width:30px;}
	.mobile-btn .active span:nth-child(1){width:30px;
		-webkit-transform-origin:1.71429px center !important;
  		transform-origin:1.71429px center !important;
	}
	.mobile-btn .active span:nth-child(2){width:30px;}
}

/*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;font-size:16px;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:#000;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:1320px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1520px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1720px;}





@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{display:flex;align-items:flex-end;line-height:1;font-family:"Noto Sans Tamil",sans-serif;}
.common_tit>h2{font-size:16px;color:#ea609e;}
.common_tit>p{margin-left:20px;font-size:18px;color:#333;font-weight:500;letter-spacing:2px;}
@media (max-width:780px){
	.common_tit>h2{font-size:14px;}
	.common_tit>p{margin-left:10px;font-size:16px;letter-spacing:0px;}
}

/*common_tit2*/
.common_tit2{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;line-height:1;}
.common_tit2>h2{font-family:"Outfit",sans-serif;font-size:48px;color:#ea609e;}
.common_tit2>h3{margin-top:25px;font-size:18px;}
@media (max-width:1380px){
	.common_tit2>h2{font-size:44px;}
	.common_tit2>h3{margin-top:20px;font-size:16px;}
}
@media (max-width:1180px){
	.common_tit2>h2{font-size:40px;}
	.common_tit2>h3{margin-top:15px;font-size:14px;}
}
@media (max-width:980px){
	.common_tit2>h2{font-size:36px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:32px;}
}
@media (max-width:580px){
	.common_tit2>h2{font-size:28px;}
}

/*more*/
.more{margin-top:80px;line-height:1;font-family:"Noto Sans Tamil",sans-serif;}
.more>a{display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;max-width:550px;width:100%;font-size:18px;color:#151515;border-bottom:1px solid #181818;transition:.3s;}
.more>a>div>span{display:inline-block;margin-left:30px;font-size:22px;}
.more>a>img{transition:.3s;}
.more>a:hover>img{transform:translateY(10px);}
.more2{margin:150px auto 0;max-width:1320px;width:100%;}
.more2>a{max-width:660px;color:#ea609e;border-bottom:1px solid #ea609e;}
@media (max-width:1520px){
	.more{margin-top:60px;}
	.more>a{padding-bottom:20px;font-size:16px;}
	.more>a>div>span{margin-left:25px;font-size:20px;}
	.more2{margin:120px auto 0;}
	.more2>a{max-width:600px;}
}
@media (max-width:1080px){
	.more{margin-top:40px;}
	.more>a{padding-bottom:15px;font-size:14px;}
	.more>a>div>span{margin-left:20px;font-size:18px;}
	.more2{margin:90px auto 0;}
	.more2>a{max-width:550px;}
}
@media (max-width:780px){
	.more{margin-top:40px;}
	.more>a{padding-bottom:10px;}
	.more>a>div>span{margin-left:15px;font-size:16px;}
	.more>a>img{width:12px;}
	.more2{margin:40px auto 0;}
}




/*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:20px 100px;width:100%;background:url(img/headerbg.jpg);
	-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:200px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:space-between;max-width:1000px;width:100%;}
.header .main-navigation{margin-right:60px;width:calc(100% - 160px);}
.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:16px;line-height:1;color:#fff;font-weight:500;letter-spacing:1px;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#ea609e;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);
}
.iconbox{margin-right:40px;}
.iconbox>ul{display:flex;align-items:center;}
.iconbox>ul>li{margin:0 5px;}
.iconbox>ul>li>a{transition:.3s;}
.iconbox>ul>li>a>span{font-size:28px;}
@media (max-width:1520px){
	.header{padding:15px 40px;}
	.header .logo{max-width:180px;}
	.header .header_right{max-width:900px;width:calc(100% - 250px);}
	.header .main-navigation{margin-right:40px;width:calc(100% - 110px);}
	.header .main-navigation>ul>li>a{font-size:15px;}
}
@media (max-width:1080px){
	.header{padding:10px 20px;}
	.header .logo{max-width:160px;}
	.header .header_right{width:190px;}
	.header .main-navigation{display:none;}
	.iconbox{margin-right:20px;}
}
@media (max-width:780px){
	.header .logo{max-width:140px;}
	.header .header_right{width:150px;}
	.iconbox>ul>li{margin:0 3px;}
}


/*banner*/
.banner{position:relative;width:100%;overflow:hidden;}
.banner .swiper-slide:after{padding-top:49%;}
.bannercon{position:absolute;bottom:100px;left:50%;padding-left:80px;max-width:1120px;width:100%;transform:translateX(-50%);}
.bannercon>h1{font-size:22px;color:#181818;letter-spacing:15px;text-shadow:0 0 2px #ccc;}
@media (max-width:1520px){
	.bannercon{bottom:80px;padding-left:40px;}
	.bannercon>h1{font-size:20px;letter-spacing:10px;}
}
@media (max-width:1080px){
	.bannercon{bottom:60px;padding-left:20px;}
	.bannercon>h1{font-size:18px;letter-spacing:6px;}
}
@media (max-width:780px){
	.banner>figure:after{padding-top:80%;}
	.banner .swiper-slide:after{padding-top:52%;}
	.bannercon{bottom:40px;}
	.bannercon>h1{font-size:16px;letter-spacing:2px;}
}
 
.fixbox{position:relative;z-index:5;margin-top:-50px;padding:0 20px;display:flex;justify-content:center;}
.fixbox_fixed{position:fixed;bottom:0;left:50%;transform:translatex(-50%);z-index:10;width:100%;}
.fixbox>ul{margin:0 auto;display:flex;justify-content:space-between;padding:15px;max-width:1120px;width:100%;border:1px solid #c8c8c8;border-radius:50px;background:#fff;}
.fixbox>ul>li{padding:15px;width:33.33%;line-height:1;border-right:1px solid #c8c8c8;}
.fixbox>ul>li>a{display:flex;align-items:center;justify-content:center;font-size:18px;color:#343434;font-weight:bold;letter-spacing:2px;transition:.3s;}
.fixbox>ul>li>a>span{margin-right:20px;font-size:26px;color:#343434;transition:.3s;}
.fixbox>ul>li:first-child>a{font-size:20px;letter-spacing:0;font-family:"Outfit",sans-serif;}
.fixbox>ul>li:last-child{border:none;}
.fixbox>ul>li>a:hover{color:#000;}
.fixbox>ul>li>a:hover>span{color:#000;}
@media (max-width:1520px){
	.fixbox{margin-top:-45px;}
	.fixbox>ul{padding:10px;}
	.fixbox>ul>li{padding:10px;}
	.fixbox>ul>li>a{font-size:16px;letter-spacing:1px;}
	.fixbox>ul>li>a>span{margin-right:15px;font-size:24px;}
	.fixbox>ul>li:first-child>a{font-size:18px;}
}
@media (max-width:1080px){
	.fixbox{margin-top:-40px;}
	.fixbox>ul>li>a{font-size:14px;letter-spacing:0px;}
	.fixbox>ul>li>a>span{margin-right:10px;font-size:22px;}
	.fixbox>ul>li:first-child>a{font-size:16px;}
}
@media (max-width:780px){
	.fixbox{margin-top:-10px;padding:0;}
	.fixbox>ul{border-radius:0;}
	.fixbox>ul{padding:5px;}
	.fixbox>ul>li{padding:5px;}
	.fixbox>ul>li>a{font-size:14px;}
	.fixbox>ul>li>a>span{margin-right:5px;font-size:18px;}
}
@media (max-width:480px){
	.fixbox>ul>li>a{font-size:12px !important;}
	.fixbox>ul>li>a>span{font-size:14px;}
}


/*indexMain*/
.indexone{padding:100px 40px;background:url(img/bg01.jpg)no-repeat center;background-size:cover;}
.indexonecon{display:flex;justify-content:center;}
.indexonecon>h2{font-size:30px;color:#181818;writing-mode:vertical-rl;letter-spacing:10px;line-height:2.8;}
.indexonecon>h2>span{margin-top:40px;}
.indexonecon>h2>em{padding-bottom:6px;writing-mode:initial;line-height:1;letter-spacing:0;}
@media (max-width:1520px){
	.indexone{padding:80px 20px;}
	.indexonecon>h2{font-size:26px;letter-spacing:8px;line-height:2.6;}
	.indexonecon>h2>span{margin-top:36px;}
}
@media (max-width:1080px){
	.indexone{padding:60px 20px;}
	.indexonecon>h2{font-size:22px;letter-spacing:6px;line-height:2.4;}
	.indexonecon>h2>span{margin-top:30px;}
}
@media (max-width:780px){
	.indexonecon{padding-right:10px;height:220px;}
	.indexonecon>h2{font-size:16px;letter-spacing:2px;line-height:2.2;}
	.indexonecon>h2>span{margin-top:23px;}
}


.indextwo{padding:40px 40px 200px;background:linear-gradient(to bottom,#f5f5f5,#f5f5f5,#ededed);}
.indextwocon>dl{margin-top:50px;display:flex;justify-content:space-between;}
.indextwocon>dl>dt{width:50%;}
.indextwocon>dl>dt>figure{height:100%;}
.indextwocon>dl>dt>figure:after{padding-top:80%;}
.indextwocon>dl>dd{display:flex;justify-content:flex-end;flex-direction:column;width:calc(50% - 100px);}
@media (max-width:1520px){
	.indextwo{padding:30px 20px 150px;}
	.indextwocon>dl{margin-top:40px;}
	.indextwocon>dl>dd{width:calc(50% - 50px);}
}
@media (max-width:1080px){
	.indextwo{padding:20px 20px 100px;}
	.indextwocon>dl{margin-top:30px;}
	.indextwocon>dl>dd{width:calc(50% - 30px);}
}
@media (max-width:780px){
	.indextwo{padding:20px 20px 80px;}
	.indextwocon>dl{display:block;margin-top:20px;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dd{margin-top:20px;width:100%;}
}

.indexthree{padding:0 40px 120px;}
.indexthreecon>figure{margin-top:-5px;line-height:1;}
.indexthreecon2{margin-top:-60px;}
.indexthreecon2>hr{margin-top:40px;}
.indexthreecon2>hgroup{display:flex;justify-content:flex-end;margin:60px auto 0;max-width:1720px;width:100%;}
.indexthreecon2>hgroup>dl{display:flex;justify-content:space-between;max-width:1520px;width:100%;}
.indexthreecon2>hgroup>dl>dt{position:relative;padding-bottom:50px;width:350px;}
.indexthreecon2>hgroup>dl>dd{width:calc(100% - 380px);overflow:hidden;}
.indexthreecon2>hgroup>dl>dd .swiper-slide:after{padding-top:78%;}
.indexthreecon2 .btnbox{position:absolute;bottom:0;max-width:200px;width:100%;}
.indexthreecon2 .btnbox .swiper-button-next,.indexthreecon2 .btnbox .swiper-button-prev{width:95px;}
.indexthreecon2 .btnbox .swiper-button-next{right:0;}
.indexthreecon2 .btnbox .swiper-button-prev{left:0;}
.indexthreecon2 .btnbox .swiper-button-next span,.indexthreecon2 .btnbox .swiper-button-prev span{display:block;width:100%;color:#ea609e;font-size:20px;text-align:center;opacity:1;border:1px solid #ea609e;border-radius:30px;}
.indexthreecon2 .btnbox .swiper-button-disabled{opacity:1;}
.indexthreecon2 .btnbox .swiper-button-prev span{color:#999;border:1px solid #999;}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}
.images{margin-left:220px;font-size:16px;color:#ea609e;font-family:"Noto Sans Tamil",sans-serif;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left:280px !important;top:2px;width:50px !important;}
.indexthreecon3{margin-top:120px;}
@media (max-width:1520px){
	.indexthree{padding:0 20px 100px;}
	.indexthreecon2{margin-top:-40px;}
	.indexthreecon2>hr{margin-top:30px;}
	.indexthreecon2>hgroup{margin:50px auto 0;}
	.indexthreecon2>hgroup>dl>dt{padding-bottom:40px;width:300px;}
	.indexthreecon2>hgroup>dl>dd{width:calc(100% - 330px);}
	.indexthreecon2 .btnbox{max-width:180px;}
	.indexthreecon2 .btnbox .swiper-button-next,.indexthreecon2 .btnbox .swiper-button-prev{width:85px;}
	.indexthreecon2 .btnbox .swiper-button-next span,.indexthreecon2 .btnbox .swiper-button-prev span{font-size:18px;}
	.images{margin-left:190px;font-size:14px;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left:240px !important;top:0px;width:40px !important;}
	.indexthreecon3{margin-top:100px;}
}
@media (max-width:1080px){
	.indexthree{padding:0 20px 80px;}
	.indexthreecon2{margin-top:-20px;}
	.indexthreecon2>hr{margin-top:20px;}
	.indexthreecon2>hgroup{margin:40px auto 0;}
	.indexthreecon2>hgroup>dl>dt{padding-bottom:30px;width:260px;}
	.indexthreecon2>hgroup>dl>dd{width:calc(100% - 280px);}
	.indexthreecon2 .btnbox{max-width:150px;}
	.indexthreecon2 .btnbox .swiper-button-next,.leasiindexthreecon2ngjs .btnbox .swiper-button-prev{width:72px;}
	.indexthreecon2 .btnbox .swiper-button-next span,.indexthreecon2 .btnbox .swiper-button-prev span{font-size:16px;}
	.images{margin-left:160px;font-size:14px;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left:210px !important;}
	.indexthreecon3{margin-top:80px;}
}
@media (max-width:780px){
	.indexthree{padding:0 20px 60px;}
	.indexthreecon2>hgroup{margin:20px auto 0;}
	.indexthreecon2>hgroup>dl{display:block;}
	.indexthreecon2>hgroup>dl>dt{padding-bottom:40px;width:100%;}
	.indexthreecon2>hgroup>dl>dd{margin-top:20px;width:100%;}
	.indexthreecon2 .btnbox{max-width:150px;}
	.indexthreecon2 .btnbox .swiper-button-next, .indexthreecon2 .btnbox .swiper-button-prev{width:72px;}
	.indexthreecon2 .btnbox .swiper-button-next span, .indexthreecon2 .btnbox .swiper-button-prev span{font-size:16px;}
	.images{margin-left:160px;font-size:14px;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left:210px !important;}
	.indexthreecon3{margin-top:60px;}
}



.indexfour{padding:80px 40px;background:#f6f6f6;}
.indexfourcon{position:relative;padding:100px;border-left:1px solid #181818;border-bottom:1px solid #181818;}
.indexfourcon>h2{position:absolute;z-index:3;left:-28px;top:50%;padding:30px 10px;font-size:20px;color:#444;letter-spacing:5px;writing-mode:vertical-rl;background:#f6f6f6;transform:translateY(-50%);}
.indexfourcon>ul{margin:0 auto;max-width:960px;width:100%;}
.indexfourcon>ul>li{margin:30px 0;display:flex;justify-content:space-between;font-size:16px;}
.indexfourcon>ul>li>time{width:160px;font-weight:bold;font-family:"Outfit",sans-serif;}
.indexfourcon>ul>li>p{width:calc(100% - 160px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexfourcon>ul>li>p>a{color:#333;font-weight:500;}
.indexfour>.more>a{max-width:200px;padding:0;border-bottom:none;}
@media (max-width:1520px){
	.indexfour{padding:60px 20px;}
	.indexfourcon{padding:50px;}
	.indexfourcon>h2{left:-26px;padding:25px 10px;font-size:18px;letter-spacing:3px;}
	.indexfourcon>ul>li{margin:25px 0;font-size:14px;}
	.indexfourcon>ul>li>time{width:140px;}
	.indexfourcon>ul>li>p{width:calc(100% - 140px);}
	.indexfour>.more>a{max-width:180px;}
}
@media (max-width:1080px){
	.indexfourcon{padding:30px;}
	.indexfourcon>h2{left:-26px;padding:20px 10px;font-size:16px;letter-spacing:2px;}
	.indexfourcon>ul>li{margin:20px 0;}
	.indexfourcon>ul>li>time{width:120px;}
	.indexfourcon>ul>li>p{width:calc(100% - 120px);}
	.indexfour>.more>a{max-width:160px;}
}
@media (max-width:780px){
	.indexfourcon{padding:20px;}
	.indexfourcon>h2{left:-20px;padding:15px 5px;}
	.indexfourcon>ul>li{margin:10px 0;display:block;}
	.indexfourcon>ul>li>time{width:100%;}
	.indexfourcon>ul>li>p{width:100%;}
	.indexfour>.more>a{max-width:140px;}
}

.indexfive{padding:120px 40px;background:#ededed;}
.indexfive .wrapperMain{position:relative;}
.indexfive .wrapperMain:after{position:absolute;top:0;right:0;z-index:5;content:"";width:1px;height:180px;background:#828282;}
.staffjs{position:relative;margin:100px auto 0;max-width:1720px;width:100%;border-top:1px solid #828282;}
.staffjs:after{position:absolute;top:77.6%;left:0;z-index:2;content:"";width:100%;height:1px;background:#828282;}
.staffjs .swiper{position:relative;z-index:3;margin:0 auto;max-width:1320px;width:100%;overflow:hidden;border-left:1px solid #828282;}
.staffjs .swiper .swiper-slide{border-right:1px solid #828282;background:#ededed;}
.staffjs .swiper .swiper-slide>div{padding:20px;}
.staffjs .swiper .swiper-slide>div>figure:after{padding-top:130%;}
.staffjs .swiper .swiper-slide>hgroup{padding:20px;text-align:center;border-top:1px solid #828282;}
.staffjs .swiper .swiper-slide>hgroup>h3{font-size:30px;text-transform:uppercase;color:#ea609e;font-weight:900;line-height:1.2;font-family:"Outfit",sans-serif;}
.staffjs .swiper .swiper-slide>hgroup>p{margin-top:10px;}
.staffjs .swiper .swiper-slide>hgroup>a{display:flex;align-items:center;justify-content:center;margin:20px auto 0;padding:10px 20px;width:200px;font-size:16px;color:#444;line-height:1;text-transform:uppercase;background:#fff;border-radius:30px;border:1px solid #828282;transition:.3s;}
.staffjs .swiper .swiper-slide>hgroup>a>img{margin-left:30px;}
.staffjs .swiper .swiper-slide>hgroup>a:hover{background:#ea609e;}
.staffjs .swiper-button-next, .staffjs .swiper-button-prev{top:40%;width:80px;}
.staffjs .swiper-button-next{right:50px;}
.staffjs .swiper-button-prev{left:50px;}
@media (max-width:1520px){
	.indexfive{padding:100px 20px;}
	.indexfive .wrapperMain:after{display:none;}
	.staffjs{margin:70px auto 0;}
	.staffjs:after{top:80.2%;}
	.staffjs .swiper .swiper-slide>div{padding:15px;}
	.staffjs .swiper .swiper-slide>hgroup{padding:15px;}
	.staffjs .swiper .swiper-slide>hgroup>h3{font-size:26px;}
	.staffjs .swiper .swiper-slide>hgroup>a{margin:15px auto 0;padding:10px 20px;width:180px;font-size:14px;}
	.staffjs .swiper .swiper-slide>hgroup>a>img{margin-left:20px;width:12px;}
	.staffjs .swiper-button-next, .staffjs .swiper-button-prev{width:60px;}
	.staffjs .swiper-button-next{right:-5px;}
	.staffjs .swiper-button-prev{left:-5px;}
}
@media (max-width:1080px){
	.indexfive{padding:80px 20px;}
	.staffjs{margin:40px auto 0;}
	.staffjs .swiper .swiper-slide>div{padding:10px;}
	.staffjs .swiper .swiper-slide>hgroup{padding:10px;}
	.staffjs .swiper .swiper-slide>hgroup>h3{font-size:22px;}
	.staffjs .swiper .swiper-slide>hgroup>a{margin:10px auto 0;width:160px;}
	.staffjs .swiper .swiper-slide>hgroup>a>img{margin-left:10px;width:10px;}
	.staffjs .swiper-button-next, .staffjs .swiper-button-prev{width:40px;}
	.staffjs .swiper-button-next{right:-5px;}
	.staffjs .swiper-button-prev{left:-5px;}
}
@media (max-width:780px){
	.indexfive{padding:60px 20px;}
	.staffjs{margin:30px auto 0;}
	.staffjs .swiper .swiper-slide{border-bottom:1px solid #828282;}
	.staffjs .swiper .swiper-slide>hgroup>h3{font-size:18px;}
	.staffjs .swiper .swiper-slide>hgroup>a{width:140px;}
	.staffjs .swiper .swiper-slide>hgroup>a>img{width:10px;}
	.staffjs .swiper-button-next, .staffjs .swiper-button-prev{width:40px;}
	.staffjs .swiper-button-next{right:-5px;}
	.staffjs .swiper-button-prev{left:-5px;}
}

.indexsix{padding:100px 40px;}
.indexsixcon>.common_tit>h2{font-size:20px;color:#14212d;text-transform:uppercase;letter-spacing:6px;}
.indexsixcon>ul{margin-top:60px;display:flex;justify-content:space-between;}
.indexsixcon>ul>li{width:calc(33.333% - 35px);border:1px solid #555;}
.indexsixcon>ul>li>figure:after{padding-top:120%;}
.indexsixcon>ul>li>p{padding:20px;font-size:16px;text-align:center;font-weight:bold;}
@media (max-width:1520px){
	.indexsix{padding:80px 20px;}
	.indexsixcon>.common_tit>h2{font-size:18px;letter-spacing:4px;}
	.indexsixcon>ul{margin-top:50px;}
	.indexsixcon>ul>li{width:calc(33.333% - 25px);}
	.indexsixcon>ul>li>p{padding:15px;font-size:14px;}
}
@media (max-width:1080px){
	.indexsix{padding:60px 20px;}
	.indexsixcon>.common_tit>h2{font-size:16px;letter-spacing:2px;}
	.indexsixcon>ul{margin-top:40px;}
	.indexsixcon>ul>li{width:calc(33.333% - 15px);}
}
@media (max-width:780px){
	.indexsixcon>ul{margin-top:20px;display:block;}
	.indexsixcon>ul>li{margin-top:20px;width:100%;}
}

.indexseven{padding:120px 0px;background:#f6f6f6;}
.indexsevencon>dl{display:flex;justify-content:space-between;}
.indexsevencon>dl>dt{width:58%;}
.indexsevencon>dl>dt>figure{height:100%;}
.indexsevencon>dl>dt>figure:after{padding-top:84%;}
.indexsevencon>dl>dd{position:relative;width:42%;}
.indexsevencon>dl>dd>hgroup{position:absolute;bottom:0;left:-250px;padding:80px 100px;max-width:900px;background:#f6f6f6;}
.indexsevencon>dl>dd>hgroup>.common_tit{position:relative;padding-bottom:60px;border-bottom:1px solid #c9c9c9;}
.indexsevencon>dl>dd>hgroup>.common_tit>h2{font-size:20px;color:#14212d;text-transform:uppercase;letter-spacing:6px;}
.indexsevencon>dl>dd>hgroup>.common_tit>p{margin-left:40px;}
.indexsevencon>dl>dd>hgroup>.common_tit:after{position:absolute;left:0;bottom:-1px;content:"";width:50px;height:1px;background:#ea609e;}
.indexsevencon>dl>dd>hgroup>dl{display:flex;flex-flow:wrap;justify-content:space-between;margin-top:60px;font-size:16px;color:#333;font-weight:500;}
.indexsevencon>dl>dd>hgroup>dl>dt{margin:15px 0;width:160px;}
.indexsevencon>dl>dd>hgroup>dl>dd{margin:15px 0;width:calc(100% - 160px);}
.indexsevencon>dl>dd>hgroup>dl>dd>a{color:#333;}
.indexsevencon>dl>dd>hgroup>dl>dd>a:hover{text-decoration:underline;}
.indexsevencon>dl>dd>hgroup>.more>a{max-width:100%;}
@media (max-width:1520px){
	.indexseven{padding:100px 0px;}
	.indexsevencon>dl>dd>hgroup{left:-200px;padding:60px 50px;}
	.indexsevencon>dl>dd>hgroup>.common_tit{padding-bottom:50px;}
	.indexsevencon>dl>dd>hgroup>.common_tit>h2{font-size:18px;letter-spacing:4px;}
	.indexsevencon>dl>dd>hgroup>.common_tit>p{margin-left:30px;}
	.indexsevencon>dl>dd>hgroup>.common_tit:after{width:40px;}
	.indexsevencon>dl>dd>hgroup>dl{margin-top:50px;font-size:14px;}
	.indexsevencon>dl>dd>hgroup>dl>dt{margin:13px 0;width:140px;}
	.indexsevencon>dl>dd>hgroup>dl>dd{margin:13px 0;width:calc(100% - 140px);}
}
@media (max-width:1080px){
	.indexseven{padding:80px 0px;}
	.indexsevencon>dl>dt>figure:after{padding-top:100%;}
	.indexsevencon>dl>dd>hgroup{left:-150px;padding:40px 30px;}
	.indexsevencon>dl>dd>hgroup>.common_tit{padding-bottom:40px;}
	.indexsevencon>dl>dd>hgroup>.common_tit>h2{font-size:16px;letter-spacing:2px;}
	.indexsevencon>dl>dd>hgroup>.common_tit>p{margin-left:20px;}
	.indexsevencon>dl>dd>hgroup>.common_tit:after{width:30px;}
	.indexsevencon>dl>dd>hgroup>dl{margin-top:40px;}
	.indexsevencon>dl>dd>hgroup>dl>dt{margin:11px 0;width:100px;}
	.indexsevencon>dl>dd>hgroup>dl>dd{margin:11px 0;width:calc(100% - 100px);}
}
@media (max-width:780px){
	.indexseven{padding:60px 0px;}
	.indexsevencon>dl{display:block;}
	.indexsevencon>dl>dt{padding:0 20px;width:100%;}
	.indexsevencon>dl>dt>figure:after{padding-top:60%;}
	.indexsevencon>dl>dd{width:100%;}
	.indexsevencon>dl>dd>hgroup{position:relative;left:0;padding:20px;}
	.indexsevencon>dl>dd>hgroup>.common_tit{padding-bottom:20px;}
	.indexsevencon>dl>dd>hgroup>dl{margin-top:20px;display:block;}
	.indexsevencon>dl>dd>hgroup>dl>dt{margin:10px 0 0;width:100%;font-weight:bold;}
	.indexsevencon>dl>dd>hgroup>dl>dd{margin:0px 0 10px;width:100%;}
}


.indexeight{padding:120px 40px;}
.listdiv{margin-top:100px;display:flex;align-items:center;justify-content:space-between;}
.listdiv>div{width:180px;font-size:30px;color:#a7a7a7;}
.mw_wp_form_input .listdiv>div.div01{color:#333;}
.mw_wp_form_confirm .listdiv>div.div02{color:#333;}
.mw_wp_form_complete .listdiv{margin-top:100px;}
.mw_wp_form_complete .listdiv>div.div03{color:#333;}
.listdiv>div>span{margin-right:10px;font-size:20px;}
.listdiv>hr{width:180px;background:#a7a7a7;border:none;}
.listdiv>hr.hr01{background:#333;}
.formcontact>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.formcontact>dl>dt{margin-top:100px;width:calc(50% - 100px);}
.formcontact>dl>dt>p{font-size:20px;color:#444;font-weight:600;}
.formcontact>dl>dt>p>span{margin-left:10px;color:#f10e34;}
.formcontact>dl>dt input{margin-top:20px;padding:10px;width:100%;border-bottom:1px solid #d3d3d3;}
.formcontact>dl>dt textarea{margin-top:40px;padding:10px 0;width:100%;height:100px;border-bottom:1px solid #d3d3d3;font-family:"Noto Sans JP",sans-serif;}
.formcontact>dl>dt:last-child{width:100%;}
.formcontact>h3{margin-top:40px;text-align:center;}
.scrollbox{margin-top:40px;max-height:200px;overflow-y:scroll;background:#fff;border:1px solid #efefef;}
.scrollbox>p{padding:20px;}
.scrollbox>dd{padding:0 20px;}
.scrollbox>p>a{color:#9e2c30;text-decoration:underline;}
.scrollbox>p>a:hover{text-decoration:none;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.p02{margin-top:60px;text-align:center;}
.agree{margin-top:40px;display:flex;align-items:center;justify-content:center;font-weight:bold;}
.mw_wp_form .agree .horizontal-item{margin-right:5px;}
.send input{margin:60px auto 0;display:flex;justify-content:center;padding:15px;width:280px;text-align:center;font-weight:bold;color:#fff;cursor:no-drop;background:#ea609e;transition:.3s;}
.send input:hover{background:#333;}
body.page-id-10 .send input{cursor:pointer;}
@media (max-width:1520px){
	.indexeight{padding:100px 20px;}
	.listdiv{margin-top:80px;}
	.listdiv>div{width:160px;font-size:26px;}
	.listdiv>div>span{font-size:18px;}
	.listdiv>hr{width:150px;}
	.mw_wp_form_complete .listdiv{margin-top:80px;}
	.formcontact>dl>dt{margin-top:80px;width:calc(50% - 60px);}
	.formcontact>dl>dt>p{font-size:18px;}
	.formcontact>h3{margin-top:30px;}
	.scrollbox{margin-top:30px;}
	.agree{margin-top:30px;}
	.send input{margin:50px auto 0;width:250px;}
}
@media (max-width:1080px){
	.indexeight{padding:80px 20px;}
	.listdiv{margin-top:60px;}
	.listdiv>div{width:120px;font-size:22px;}
	.listdiv>div>span{font-size:16px;}
	.listdiv>hr{width:120px;}
	.mw_wp_form_complete .listdiv{margin-top:60px;}
	.formcontact>dl>dt{margin-top:60px;width:calc(50% - 30px);}
	.formcontact>dl>dt>p{font-size:16px;}
	.formcontact>h3{margin-top:20px;}
	.scrollbox{margin-top:20px;}
	.agree{margin-top:20px;}
	.send input{margin:40px auto 0;width:220px;}
}
@media (max-width:780px){
	.indexeight{padding:60px 20px;}
	.listdiv{margin-top:40px;}
	.listdiv>div{width:100px;font-size:16px;}
	.listdiv>div>span{margin-right:5px;font-size:14px;}
	.listdiv>hr{margin-right:10px;width:30px;}
	.mw_wp_form_complete .listdiv{margin-top:40px;}
	.formcontact>dl>dt{margin-top:40px;width:100%;}
	.formcontact>dl>dt>p{font-size:14px;}
	.formcontact>dl>dt input{margin-top:10px;}
	.send input{margin:30px auto 0;width:200px;}
}



.btn{position:fixed;top:100px;right:0;z-index:9;}
.btn>a{display:block;transition:.3s;}
.btn>a:hover{opacity:.7;}
@media (max-width:1520px){
	.btn{top:80px;}
	.btn>a>img{width:80px;}
}
@media (max-width:1080px){
	.btn{top:70px;}
	.btn>a>img{width:70px;}
}
@media (max-width:780px){
	.btn{top:60px;}
	.btn>a>img{width:60px;}
}


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


/*footer*/
.footer{position:relative;margin-bottom:88px;padding:60px 0 0;background:url(img/headerbg.jpg);}
.footercon{padding:0 60px;}
.footerlogo{margin:0 auto;max-width:200px;transition:.3s;}
.footerlogo:hover{opacity:.7;}
.footercon>p{margin-top:40px;text-align:center;color:#fff;letter-spacing:2px;}
.footercon>p>a{display:block;font-size:30px;color:#ea609e;font-weight:bold;transition:.3s;font-family:"Outfit",sans-serif;}
.footercon>p>a:hover{color:#fa3d92;}
.footercon>ul{margin-top:40px;display:flex;flex-flow:wrap;justify-content:center;}
.footercon>ul>li{padding:0 30px;line-height:1;}
.footercon>ul>li>a{position:relative;display:inline-block;font-size:16px;text-align:center;letter-spacing:1px;line-height:1;color:#fff;}
.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);
}
.footerbtn{display:flex;justify-content:center;margin-top:40px;}
.footerbtn>a{display:block;transition:.3s;}
.footerbtn>a:hover{opacity:.7;}
.footer>p{margin-top:60px;padding:5px 20px;font-size:16px;color:#333;text-align:center;font-weight:bold;background:#ea609e;}
@media (max-width:1520px){
	.footer{margin-bottom:66px;padding:50px 0 0;}
	.footercon{padding:0 20px;}
	.footerlogo{max-width:180px;}
	.footercon>p{margin-top:30px;letter-spacing:1px;}
	.footercon>p>a{;font-size:26px;}
	.footercon>ul{margin-top:30px;}
	.footercon>ul>li{padding:0 20px;}
	.footercon>ul>li>a{font-size:14px;letter-spacing:0px;}
	.footerbtn{margin-top:30px;}
	.footer>p{margin-top:50px;font-size:14px;}
}
@media (max-width:1080px){
	.footer{margin-bottom:64px;padding:40px 0 0;}
	.footerlogo{max-width:160px;}
	.footercon>p{margin-top:20px;letter-spacing:0px;}
	.footercon>p>a{;font-size:22px;}
	.footercon>ul{margin-top:20px;}
	.footercon>ul>li{margin:5px 0;padding:0 10px;}
	.footerbtn{margin-top:20px;}
	.footer>p{margin-top:40px;}
}
@media (max-width:860px){
	.footer{margin-bottom:40px;}
	.footerlogo{max-width:140px;}
	.footercon>p>a{;font-size:18px;}
	.footerbtn>a>img{width:250px;}
	.footer>p{margin-top:30px;}
}

/*pageBan*/
.pageBan{position:relative;height:450px;overflow:hidden;background:#ea609e;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;padding:0 40px;max-width:1200px;line-height:1;color:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h2{font-family:"Outfit",sans-serif;font-size:48px;text-transform:uppercase;}
.pageBan .pageBanMat>h3{margin-top:30px;font-size:23px;letter-spacing:8px;}
@media (max-width:1380px){
	.pageBan{height:400px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h2{font-size:44px;}
	.pageBan .pageBanMat>h3{margin-top:25px;font-size:20px;letter-spacing:6px;}
}
@media (max-width:1180px){
	.pageBan{height:350px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h2{font-size:40px;}
	.pageBan .pageBanMat>h3{margin-top:20px;font-size:17px;letter-spacing:4px;}
}
@media (max-width:980px){
	.pageBan{height:300px;}
	.pageBan .pageBanMat>h2{font-size:36px;}
	.pageBan .pageBanMat>h3{margin-top:15px;font-size:14px;letter-spacing:2px;}
}

/*page_who-we-are*/
.page_whoWeAre{padding:80px 40px;}
.page_whoWeAre .whoWeAreSep{max-width:920px;}
.page_whoWeAre .whoWeAreSep>dd>.common_tit2{align-items:center;}
.page_whoWeAre .whoWeAreSep>dd>figcaption{margin-top:40px;font-size:16px;font-weight:bold;}
.page_whoWeAre .whoWeAreSep>dd>figcaption>*:not(:first-child){margin-top:25px;}
@media (max-width:1380px){
	.page_whoWeAre{padding:70px 30px;}
	.page_whoWeAre .whoWeAreSep>dd>figcaption{margin-top:35px;font-size:15px;}
	.page_whoWeAre .whoWeAreSep>dd>figcaption>*:not(:first-child){margin-top:20px;}
}
@media (max-width:1180px){
	.page_whoWeAre{padding:60px 20px;}
	.page_whoWeAre .whoWeAreSep>dd>figcaption{margin-top:30px;font-size:14px;}
	.page_whoWeAre .whoWeAreSep>dd>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:980px){
	.page_whoWeAre{padding:50px 20px;}	
	.page_whoWeAre .whoWeAreSep>dd>figcaption{margin-top:25px;}
}

.page_whoWeAre .whoWeAreList{margin-top:80px;}
.page_whoWeAre .whoWeAreList>dt:after{padding-top:0;height:570px;}
.page_whoWeAre .whoWeAreList>dd{margin-top:40px;}
.page_whoWeAre .whoWeAreList>dd>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-30px;}
.page_whoWeAre .whoWeAreList>dd>ul>li{margin-top:30px;padding-left:30px;width:50%;}
@media (max-width:1380px){
	.page_whoWeAre .whoWeAreList{margin-top:70px;}
	.page_whoWeAre .whoWeAreList>dt:after{height:500px;}
	.page_whoWeAre .whoWeAreList>dd{margin-top:35px;}
	.page_whoWeAre .whoWeAreList>dd>ul{margin-top:-20px;margin-left:-20px;}
	.page_whoWeAre .whoWeAreList>dd>ul>li{margin-top:20px;padding-left:20px;}
}
@media (max-width:1180px){
	.page_whoWeAre .whoWeAreList{margin-top:60px;}
	.page_whoWeAre .whoWeAreList>dt:after{height:430px;}
	.page_whoWeAre .whoWeAreList>dd{margin-top:30px;}
	.page_whoWeAre .whoWeAreList>dd>ul{margin-top:-10px;margin-left:-10px;}
	.page_whoWeAre .whoWeAreList>dd>ul>li{margin-top:10px;padding-left:10px;}
}
@media (max-width:980px){
	.page_whoWeAre .whoWeAreList{margin-top:50px;}
	.page_whoWeAre .whoWeAreList>dt:after{height:360px;}
	.page_whoWeAre .whoWeAreList>dd{margin-top:25px;}
	.page_whoWeAre .whoWeAreList>dd>ul>li{width:100%;}
}

/*page_buisiness*/
.page_buisiness .buisinessSep{padding:80px 40px;}
.page_buisiness .buisinessSep>dl{display:flex;justify-content:space-between;align-items:flex-end;}
.page_buisiness .buisinessSep>dl>dt{width:calc(50% - 20px);}
.page_buisiness .buisinessSep>dl>dt:after{padding-top:60%;}
.page_buisiness .buisinessSep>dl>dd{padding-bottom:40px;width:calc(50% - 20px);}
.page_buisiness .buisinessSep>dl>dd>.common_tit2>h2>span{display:block;margin-top:10px;}
.page_buisiness .buisinessSep>dl>dd>figcaption{margin-top:40px;font-weight:bold;}
.page_buisiness .buisinessSep>dl>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_buisiness .buisinessSep:nth-child(2n-1){background:#fafafa;}
.page_buisiness .buisinessSep:nth-child(2n)>dl{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
@media (max-width:1380px){
	.page_buisiness .buisinessSep{padding:70px 30px;}
	.page_buisiness .buisinessSep>dl>dt{width:calc(50% - 15px);}
	.page_buisiness .buisinessSep>dl>dd{padding-bottom:30px;width:calc(50% - 15px);}
	.page_buisiness .buisinessSep>dl>dd>.common_tit2>h2>span{margin-top:8px;}
	.page_buisiness .buisinessSep>dl>dd>figcaption{margin-top:35px;}
	.page_buisiness .buisinessSep>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_buisiness .buisinessSep{padding:60px 20px;}
	.page_buisiness .buisinessSep>dl>dt{width:calc(50% - 10px);}
	.page_buisiness .buisinessSep>dl>dd{padding-bottom:20px;width:calc(50% - 10px);}
	.page_buisiness .buisinessSep>dl>dd>.common_tit2>h2>span{margin-top:6px;}
	.page_buisiness .buisinessSep>dl>dd>figcaption{margin-top:30px;}
	.page_buisiness .buisinessSep>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_buisiness .buisinessSep{padding:50px 20px;}
	.page_buisiness .buisinessSep>dl{display:block;}
	.page_buisiness .buisinessSep>dl>dt{margin:0 auto;width:100%;max-width:420px;}
	.page_buisiness .buisinessSep>dl>dd{margin-top:40px;padding-bottom:0;width:100%;}
	.page_buisiness .buisinessSep>dl>dd>.common_tit2{align-items:center;}
	.page_buisiness .buisinessSep>dl>dd>.common_tit2>h2{text-align:center;}
	.page_buisiness .buisinessSep>dl>dd>figcaption{margin-top:25px;}
}

/*page_company*/
.page_company{padding:80px 40px;}
.page_company .companyList{margin-top:60px;}
.page_company .companyList>dl{display:flex;align-items:center;padding:20px 40px;border-bottom:2px solid #c7c7c7;}
.page_company .companyList>dl>dt{width:140px;}
.page_company .companyList>dl>dd{width:calc(100% - 140px);}
@media (max-width:1380px){
	.page_company{padding:70px 30px;}
	.page_company .companyList{margin-top:50px;}
	.page_company .companyList>dl{padding:17px 30px;}
	.page_company .companyList>dl>dt{width:120px;}
	.page_company .companyList>dl>dd{width:calc(100% - 120px);}
}
@media (max-width:1180px){
	.page_company{padding:60px 20px;}
	.page_company .companyList{margin-top:40px;}
	.page_company .companyList>dl{padding:14px 20px;}
	.page_company .companyList>dl>dt{width:100px;}
	.page_company .companyList>dl>dd{width:calc(100% - 100px);}
}
@media (max-width:980px){
	.page_company{padding:50px 20px;}
	.page_company .companyList{margin-top:30px;}
}
@media (max-width:720px){
	.page_company .common_tit2{align-items:center;}
	.page_company .companyList>dl{display:block;}
	.page_company .companyList>dl>dt{width:100%;color:#ea609e;}
	.page_company .companyList>dl>dd{width:100%;}
}

/*page_news*/
.page_news{padding:80px 40px;}
.page_news .newsMat>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-30px;}
.page_news .newsMat>ul>li{margin-top:30px;padding-left:30px;width:33.333333%;}
.page_news .newsMat>ul>li>a{display:block;padding:10px;border:2px solid #a39992;}
.page_news .newsMat>ul>li>a>figure:after{padding-top:70%;}
.page_news .newsMat>ul>li>a>fieldset{padding:30px 20px 20px;background:#929292;color:#fff;}
.page_news .newsMat>ul>li>a>fieldset>span{display:block;line-height:1;font-family:"Outfit",sans-serif;font-size:15px;}
.page_news .newsMat>ul>li>a>fieldset>figcaption{margin-top:15px;line-height:1.6;font-weight:bold;}
.page_news .newsMat>ul>li>a:hover{box-shadow:0 0 10px rgba(0,0,0,0.5);}
@media (max-width:1380px){
	.page_news{padding:70px 30px;}
	.page_news .newsMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_news .newsMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_news .newsMat>ul>li>a{padding:8px;}
	.page_news .newsMat>ul>li>a>fieldset{padding:25px 20px 15px;}
	.page_news .newsMat>ul>li>a>fieldset>span{font-size:14px;}
	.page_news .newsMat>ul>li>a>fieldset>figcaption{margin-top:12px;}
}
@media (max-width:1180px){
	.page_news{padding:60px 20px;}
	.page_news .newsMat>ul{margin-top:-10px;margin-left:-10px;}
	.page_news .newsMat>ul>li{margin-top:10px;padding-left:10px;}
	.page_news .newsMat>ul>li>a{padding:6px;}
	.page_news .newsMat>ul>li>a>fieldset{padding:20px 20px 10px;}
	.page_news .newsMat>ul>li>a>fieldset>span{font-size:13px;}
	.page_news .newsMat>ul>li>a>fieldset>figcaption{margin-top:9px;}
}
@media (max-width:980px){
	.page_news{padding:50px 20px;}
	.page_news .newsMat>ul>li{width:50%;}
	.page_news .newsMat>ul>li>a{padding:4px;}
}
@media (max-width:620px){
	.page_news .newsMat>ul>li{width:100%;}
	.page_news .newsMat>ul>li>a{margin:0 auto;width:100%;max-width:380px;}
}

/*page_news-detail*/
.page_newsDet{padding:80px 40px;}
.page_newsDet .newsDetTit>span{line-height:1;font-family:"Outfit",sans-serif;color:#ea609e;}
.page_newsDet .newsDetTit>h3{font-size:18px;}
.page_newsDet .newsDetPic{margin-top:40px;}
.page_newsDet .newsDetPic:after{padding-top:40%;}
.page_newsDet .newsDetTxt{margin-top:30px;font-size:15px;}
.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_newsDet{padding:70px 30px;}
	.page_newsDet .newsDetTit>h3{font-size:17px;}
	.page_newsDet .newsDetPic{margin-top:35px;}
	.page_newsDet .newsDetTxt{margin-top:25px;font-size:14px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_newsDet{padding:60px 20px;}
	.page_newsDet .newsDetTit>h3{font-size:16px;}
	.page_newsDet .newsDetPic{margin-top:30px;}
	.page_newsDet .newsDetTxt{margin-top:20px;font-size:13px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_newsDet{padding:50px 20px;}
}

