@charset "utf-8";
/*
Theme Name: civitas-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{width:100%;font-size:18px;color:#333;font-weight:400;background:#fff;line-height:1.8;
	font-family:"Yu Gothic","游ゴシック",'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,"sans-serif";
}
@media screen and (max-width:1520px){
	body{font-size:16px;}
}
@media screen and (max-width:1080px){
	body{font-size:14px;}
}

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

blockquote,q{quotes:none;}

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

fieldset,iframe,img{border:0;}

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

caption,th{text-align:left;}

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

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

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

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

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

input,select{vertical-align:middle;}

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

button:disabled{cursor:default;}

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

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

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

a,a:link,a:visited{text-decoration:none;}

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

ul{list-style:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/*sp-wrapper*/
.sp-wrapper{display:none;position:fixed;top:0;right:0;z-index:60;display:block;padding:3em 10px 0 10px;width:200px;text-align:center;height:100vh;background:#333;
	-webkit-transform:translateX(200px);
    transform:translateX(200px);
    -webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
    transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	transform:translateX(0px) !important;
}
.sp-wrapper h2{width:100%;text-align:center;font-size:24px;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:normal;}
.sp-wrapperul{margin-top:1.5em;width:100%;}
.sp-wrapperul>li{text-align:center;border-top:1px solid #5d5d5d;}
.sp-wrapperul>li>a{display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li>a:hover{background:#fff;color:#002e63;}

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



.common_tit{position:relative;z-index:12;display:flex;align-items:flex-end;margin:0 auto;max-width:1320px;width:100%;color:#fff;line-height:1;}
.common_tit>h2{font-size:40px;letter-spacing:3px;text-transform:uppercase;font-family:"Oswald",sans-serif;}
.common_tit>p{margin-left:20px;font-size:16px;font-weight:500;font-family:'Noto Sans JP',"sans-serif";}
@media screen and (max-width:1520px){
	.common_tit>h2{font-size:34px;letter-spacing:2px;}
	.common_tit>p{margin-left:15px;font-size:14px;}
}
@media screen and (max-width:1080px){
	.common_tit>h2{font-size:28px;letter-spacing:1px;}
	.common_tit>p{margin-left:12px;}
}
@media screen and (max-width:780px){
	.common_tit>h2{font-size:22px;letter-spacing:0px;}
	.common_tit>p{margin-left:10px;}
}



/*more*/
.more{margin-top:80px;line-height:1;}
.more a{display:block;width:235px;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more a:hover{transform:translateY(-5px);}
.more2 a{width:363px;}
@media screen and (max-width:1520px){
	.more{margin-top:60px;}
	.more a{width:210px;}
	.more2 a{width:300px;}
}
@media screen and (max-width:1080px){
	.more{margin-top:40px;}
	.more a{width:180px;}
	.more2 a{width:240px;}
}
@media screen and (max-width:780px){
	.more{margin-top:20px;}
	.more a{width:150px;}
	.more2 a{width:150px;}
}

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


/* header */
/*@-webkit-keyframes headermove{
	0%{
	    top:-30px;
	}
	100%{
	    top:0px;
	}
}*/
.header.header_fixed{box-shadow:0 0 5px rgba(0,0,0,0.5);
	/*-webkit-animation:headermove .5s linear 1 0s;
  	-moz-animation:headermove .5s linear 1 0s;
  	-ms-animation:headermove .5s linear 1 0s;
  	-o-animation:headermove .5s linear 1 0s;
  	animation:headermove .5s linear 1 0s;*/
}
.header{position:fixed;top:0;left:0;z-index:99;width:100%;background:#000;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);}
.headercon{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;transition:all 0.8s;}
.headercon>a.logo{display:block;margin-left:20px;width:247px;}
.headercon .header_right{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 400px);}
.headercon .header_right .main-navigation{width:calc(100% - 560px);}
.headercon .header_right .main-navigation>ul{display:flex;align-items:center;justify-content:space-between;}
.headercon .header_right .main-navigation>ul>li{position:relative;width:33.33%;text-align:center;line-height:1;border-right:1px solid #a6a6a6;}
.headercon .header_right .main-navigation>ul>li:last-child{border:none;}
.headercon .header_right .main-navigation>ul>li>a{position:relative;font-size:18px;color:#fff;font-weight:bold;}
.headercon .header_right .main-navigation>ul>li>a:after{content:"";display:block;width:100%;height:2px;background:#fff;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-8px;}
.headercon .header_right .main-navigation>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
.headercon .header_right .headerbtn{display:flex;width:560px;}
.headercon .header_right .memberbtn{display:block;padding:8px;width:50%;font-size:16px;color:#fff;line-height:1;text-align:center;background:#3d5d9e;transition:.3s;}
.headercon .header_right .memberbtn>a{display:block;padding:15px 10px;color:#fff;letter-spacing:2px;border:1px solid #fff;font-weight:500;font-family:'Noto Sans JP',"sans-serif";}
.headercon .header_right .memberbtn>a>span{display:block;margin-bottom:10px;font-size:24px;font-weight:400;text-transform:uppercase;letter-spacing:0;font-family:"Josefin Sans",sans-serif;}
.headercon .header_right .contactbtn{display:block;padding:8px;width:50%;font-size:16px;color:#fff;line-height:1;text-align:center;background:#e6811f;transition:.3s;}
.headercon .header_right .contactbtn>a{display:block;padding:15px 10px;color:#fff;letter-spacing:2px;border:1px solid #fff;font-weight:500;font-family:'Noto Sans JP',"sans-serif";}
.headercon .header_right .contactbtn>a>span{display:block;margin-bottom:10px;font-size:24px;font-weight:400;text-transform:uppercase;letter-spacing:0;font-family:"Josefin Sans",sans-serif;}
.headercon .header_right a:hover{opacity:.8;}
@media screen and (max-width:1520px){
	.headercon>a.logo{width:210px;}
	.headercon .header_right{width:calc(100% - 270px);}
	.headercon .header_right .main-navigation{width:calc(100% - 360px);}
	.headercon .header_right .main-navigation>ul>li>a{font-size:15px;}
	.headercon .header_right .headerbtn{width:360px;}
	.headercon .header_right .memberbtn{padding:6px;font-size:14px;}
	.headercon .header_right .memberbtn>a{padding:12px 10px;letter-spacing:1px;}
	.headercon .header_right .memberbtn>a>span{margin-bottom:6px;font-size:20px;}
	.headercon .header_right .contactbtn{padding:6px;font-size:14px;}
	.headercon .header_right .contactbtn>a{padding:12px 10px;letter-spacing:1px;}
	.headercon .header_right .contactbtn>a>span{margin-bottom:6px;font-size:20px;}
}
@media screen and (max-width:1080px){
	.header{padding:10px 20px;}
	.headercon>a.logo{margin-left:0;width:180px;}
	.headercon .header_right{width:330px;}
	.headercon .header_right .main-navigation{display:none;}
	.headercon .header_right .headerbtn{width:300px;}
	.headercon .header_right .memberbtn{padding:4px;font-size:12px;}
	.headercon .header_right .memberbtn>a{padding:10px 5px;letter-spacing:0;}
	.headercon .header_right .memberbtn>a>span{margin-bottom:4px;font-size:14px;}
	.headercon .header_right .contactbtn{margin-right:20px;padding:4px;font-size:12px;}
	.headercon .header_right .contactbtn>a{padding:10px 5px;letter-spacing:0px;}
	.headercon .header_right .contactbtn>a>span{margin-bottom:4px;font-size:14px;}
}
@media screen and (max-width:780px){
	.headercon>a.logo{width:150px;}
	.headercon .header_right{margin-left:20px;width:220px;}
	.headercon .header_right .memberbtn{padding:2px;width:auto;}
	.headercon .header_right .memberbtn>a{display:inline-block;padding:6px 3px;font-size:12px;}
	.headercon .header_right .memberbtn>a>span{display:none;}
	.headercon .header_right .contactbtn{margin-right:10px;padding:2px;width:auto;}
	.headercon .header_right .contactbtn>a{display:inline-block;padding:6px 3px;font-size:12px;}
	.headercon .header_right .contactbtn>a>span{display:none;}
}

/*banner*/
.banner{position:relative;width:100%;height:100vh;overflow:hidden;}
.banner video{display:block;width:100%;}
.banner:after{position:absolute;bottom:0;left:0;z-index:9;width:100%;height:100px;content:"";background:url(img/index/bannerbg.png)no-repeat bottom;background-size:100%;}
.banner .bannercon{position:absolute;top:46%;left:50%;z-index:3;padding:0 20px;max-width:1520px;width:100%;color:#fff;text-align:center;text-shadow:0 0 10px #333,0 0 10px #333;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner figure:after{padding-top:662px;}
.banner .bannercon2{display:flex;justify-content:flex-end;top:auto;bottom:5%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);}
@media screen and (max-width:1520px){
	.banner{height:auto;}
	.banner figure:after{padding-top:600px;}
	.banner .bannercon h1{width:600px;}
	.bannerlogo{width:400px;}
	.banner .bannercon2>h1{width:440px;}
}
@media screen and (max-width:1080px){
	.banner figure:after{padding-top:500px;}
	.banner .bannercon>h1{width:450px;}
	.bannerlogo{width:280px;}
	.banner .bannercon2>h1{width:320px;}
}
@media screen and (max-width:780px){
	.banner figure:after{padding-top:360px;}
	.banner .bannercon>h1{width:300px;}
	.bannerlogo{width:100px;}
	.banner .bannercon2{bottom:3%;}
	.banner .bannercon2>h1{width:180px;}
}


.boxwidth{margin:0 auto;max-width:1520px;width:100%;}
.boxwidth2{margin:0 auto;max-width:1720px;width:100%;}


                  
.indexone{position:relative;padding:80px 0px 240px;}
.indexone:after{position:absolute;top:0;left:0;z-index:11;width:100%;height:233px;content:"";background:url(img/index/indexbg01.png)no-repeat top;background-size:100%;}
.indexone:before{position:absolute;bottom:0;right:0;z-index:-1;content:"";width:calc(50% + 100px);height:50%;background:#eee;}
.indexonecon>dl{display:flex;justify-content:space-between;}
.indexonecon>dl>dt{position:relative;z-index:10;width:calc(50% + 100px);}
.indexonecon>dl>dt>figure:after{padding-top:70%;}
.indexonecon>dl>dd{position:relative;display:flex;align-items:center;width:calc(50% - 100px);}
.indexonecon>dl>dd>p{position:absolute;top:40%;left:-200px;z-index:11;padding:160px 200px 40px 80px;width:calc(100% + 200px);height:auto;font-weight:bold;background:url(img/index/index02.png)no-repeat left top;transform:translateY(-50%);}
@media screen and (max-width:1520px){
	.indexone{padding:60px 0px 150px;}
	.indexone:before{width:calc(50% + 50px);}
	.indexonecon>dl>dt{width:calc(50% + 50px);}
	.indexonecon>dl>dd{width:calc(50% - 50px);}
	.indexonecon>dl>dd>p{left:-100px;padding:150px 40px 40px 40px;width:calc(100% + 10px);}
}
@media screen and (max-width:1080px){
	.indexone{padding:40px 0px 100px;}
	.indexone .common_tit{padding:0 20px;}
	.indexone:before{width:calc(50% + 20px);}
	.indexonecon>dl>dt{width:calc(50% + 20px);}
	.indexonecon>dl>dd{width:calc(50% - 20px);}
	.indexonecon>dl>dd>p{left:-40px;padding:150px 20px 30px 20px;width:calc(100% + 40px);}
}
@media screen and (max-width:780px){
	.indexone{padding:40px 0px 60px;}
	.indexone .common_tit{color:#000;}
	.indexonecon>dl{margin-top:20px;display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dd{width:100%;}
	.indexonecon>dl>dd>p{position:relative;left:0;padding:20px;background:none;transform:translateY(0);}
	.indexone:before{height:15%;}
}


.indextwo{padding:100px 40px;background-image:linear-gradient(to right,#b8e4e2,#c1b8d0);}
.indextwocon>dl{display:flex;justify-content:space-between;}
.indextwocon>dl>dt{position:relative;width:calc(50% - 50px);}
.indextwocon>dl>dt>figure:after{padding-top:70%;}
.indextwocon>dl>dt>a{position:absolute;top:23%;left:0;display:inline-block;padding:25px 100px 25px 40px;color:#333;line-height:1;background:#fff;}
.indextwocon>dl>dt>a>h2{font-size:40px;letter-spacing:5px;text-transform:uppercase;font-family:"Josefin Sans",sans-serif;}
.indextwocon>dl>dt>a>p{margin-top:10px;font-size:16px;letter-spacing:1px;font-weight:500;font-family:'Noto Sans JP',"sans-serif";}
.indextwocon>dl>dt>a:after{position:absolute;right:-75px;top:50%;width:150px;height:1px;content:"";background:#333;}
.indextwocon>dl>dt.dt01>a{top:auto;bottom:23%;}
@media screen and (max-width:1520px){
	.indextwo{padding:80px 20px;}
	.indextwocon>dl>dt{width:calc(50% - 25px);}
	.indextwocon>dl>dt>a{padding:20px 80px 20px 30px;}
	.indextwocon>dl>dt>a>h2{font-size:34px;letter-spacing:3px;}
	.indextwocon>dl>dt>a>p{font-size:14px;letter-spacing:0px;}
	.indextwocon>dl>dt>a:after{right:-60px;width:120px;}
}
@media screen and (max-width:1080px){
	.indextwo{padding:60px 20px;}
	.indextwocon>dl>dt{width:calc(50% - 15px);}
	.indextwocon>dl>dt>a{padding:15px 60px 15px 20px;}
	.indextwocon>dl>dt>a>h2{font-size:26px;letter-spacing:1px;}
	.indextwocon>dl>dt>a>p{font-size:12px;}
	.indextwocon>dl>dt>a:after{right:-40px;width:80px;}
}
@media screen and (max-width:780px){
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dt>a{top:auto;bottom:15%;padding:12px 30px 12px 20px;}
	.indextwocon>dl>dt>a>h2{font-size:18px;letter-spacing:0px;}
	.indextwocon>dl>dt>a:after{right:-15px;width:30px;}
	.indextwocon>dl>dt>a>p{margin-top:5px;}
	.indextwocon>dl>dt.dt01{margin-top:20px;}
	.indextwocon>dl>dt.dt01>a{bottom:15%;}
}

.indexthree{position:relative;overflow:hidden;}
.indexthree:before{position:absolute;top:0;left:0;content:"";width:calc(50% + 250px);height:370px;background:#eee;}
.indexthreecon>.common_tit{padding:160px 0;color:#333;}
.businessMain{position:relative;left:-40px;width:calc(100% + 80px);}
.businessMain>ul{display:flex;flex-wrap:wrap;}
.businessMain>ul>li{width:33.33333333%;
	-webkit-transform:skewX(-6deg);
	transform:skewX(-6deg);
}
.businessMain>ul>li>dl{position:relative;overflow:hidden;}
.businessMain>ul>li>dl>dt:after{padding-top:80%;}
.businessMain>ul>li>dl>dd{position:absolute;top:0;left:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;
	width:100%;height:100%;
	-webkit-transform:skewX(6deg);
	transform:skewX(6deg);
}
.businessMain>ul>li>dl>dd>h3{width:100%;font-size:30px;color:#fff;}
.businessMain>ul>li:nth-of-type(1)>dl>dd{padding:100px 60px 100px 120px;background:url(img/index/index08.png)no-repeat center;}
.businessMain>ul>li:nth-of-type(2)>dl>dd{justify-content:center;padding:100px 60px;text-align:center;background:url(img/index/index09.png)no-repeat center;}
.businessMain>ul>li:nth-of-type(3)>dl>dd{justify-content:flex-end;padding:100px 120px 100px 40px;text-align:right;background:url(img/index/index10.png)no-repeat center;}
@media screen and (max-width:1520px){
	.indexthree:before{width:calc(50% + 200px);height:280px;}
	.indexthreecon>.common_tit{padding:120px 0;}
	.businessMain{left:-30px;width:calc(100% + 60px);}
	.businessMain>ul>li>dl>dd>h3{font-size:20px;}
	.businessMain>ul>li:nth-of-type(1)>dl>dd{padding:80px 40px 40px 80px;background-size:110px 152px;}
	.businessMain>ul>li:nth-of-type(2)>dl>dd{padding:80px 40px;background-size:110px 152px;}
	.businessMain>ul>li:nth-of-type(3)>dl>dd{padding:80px 40px 80px 40px;background-size:110px 152px;}
}
@media screen and (max-width:1080px){
	.indexthree:before{width:calc(50% + 150px);height:200px;}
	.indexthreecon>.common_tit{padding:80px 20px;}
	.businessMain{left:-20px;width:calc(100% + 40px);}
	.businessMain>ul>li>dl>dd>h3{font-size:16px;}
	.businessMain>ul>li:nth-of-type(1)>dl>dd{padding:60px 20px 20px 60px;background-size:80px 111px;}
	.businessMain>ul>li:nth-of-type(2)>dl>dd{padding:60px 20px;background-size:80px 111px;}
	.businessMain>ul>li:nth-of-type(3)>dl>dd{padding:60px 60px 60px 20px;background-size:80px 111px;}
}
@media screen and (max-width:780px){
	.indexthree:before{width:calc(50% + 100px);height:100px;}
	.indexthreecon>.common_tit{padding:40px 20px;}
	.businessMain{left:0px;width:100%;}
	.businessMain>ul{display:block;}
	.businessMain>ul>li{width:100%;
		-webkit-transform:skewX(0deg);
		transform:skewX(0deg);
	}
	.businessMain>ul>li>dl>dd{justify-content:center;text-align:center;
		-webkit-transform:skewX(0deg);
		transform:skewX(0deg);
	}
	.businessMain>ul>li>dl>dd>h3{font-size:14px;}
	.businessMain>ul>li:nth-of-type(1)>dl>dd{padding:40px 20px;background-size:50px 69px;}
	.businessMain>ul>li:nth-of-type(2)>dl>dd{padding:40px 20px;background-size:50px 69px;}
	.businessMain>ul>li:nth-of-type(3)>dl>dd{padding:40px 20px;background-size:50px 69px;}
}
@media screen and (max-width:580px){
	.businessMain>ul>li>dl>dd>h3{font-size:18px;}
	.businessMain>ul>li:nth-of-type(3)>dl>dd{justify-content:center;text-align:center;}
}

.indexfour{padding:120px 40px;background:url(img/index/index11.jpg)no-repeat center;}
.indexfourcon{padding:60px 42px;width:260px;background:#000;}
.indexfourcon>.common_tit{display:block;text-align:center;}
.indexfourcon>.common_tit>p{margin:10px 0 0 0;}
.indexfourcon>a{display:flex;justify-content:flex-end;margin-top:20px;transition:.3s;}
.indexfourcon>a:hover{transform:translateX(10px);}
@media screen and (max-width:1520px){
	.indexfour{padding:90px 20px;}
	.indexfourcon{padding:50px 30px;width:220px;}
	.indexfourcon>a>img{width:80px;}
}
@media screen and (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.indexfourcon{padding:40px 20px;width:200px;}
	.indexfourcon>a>img{width:60px;}
}
@media screen and (max-width:780px){
	.indexfour{background-size:cover;}
	.indexfourcon{padding:30px 10px;width:180px;}
	.indexfourcon>a>img{width:40px;}
}

.indexfive{margin-top:40px;padding:140px 0px;background:url(img/index/index13.jpg)no-repeat top left;background-size:50%;}
.indexfivecon{display:flex;align-items:flex-end;flex-direction:column;justify-content:flex-end;}
.indexfivecon>dl{display:flex;max-width:1440px;width:100%;}
.indexfivecon>dl>dt{width:400px;}
.indexfivecon>dl>dt>.common_tit{color:#333;}
.indexfivecon>dl>dd{width:calc(100% - 400px);padding:20px;background:rgba(255,255,255,.9);}
.indexfivecon>dl>dd>dl{display:flex;flex-flow:wrap;justify-content:space-between;letter-spacing:2px;}
.indexfivecon>dl>dd>dl>dt{padding:15px 0;width:160px;}
.indexfivecon>dl>dd>dl>dd{padding:15px 0;width:calc(100% - 160px);}
@media screen and (max-width:1520px){
	.indexfive{margin-top:30px;padding:80px 0px;}
	.indexfivecon>dl{max-width:1000px;padding:20px;background:rgba(255,255,255,.9);}
	.indexfivecon>dl>dt{width:300px;}
	.indexfivecon>dl>dd{width:calc(100% - 300px);padding:0;background:none;}
	.indexfivecon>dl>dd>dl{letter-spacing:1px;}
	.indexfivecon>dl>dd>dl>dt{padding:10px 0;width:140px;}
	.indexfivecon>dl>dd>dl>dd{padding:10px 0;width:calc(100% - 140px);}
}
@media screen and (max-width:1080px){
	.indexfive{margin-top:20px;padding:60px 0px;}
	.indexfivecon>dl{max-width:800px;}
	.indexfivecon>dl>dt{width:250px;}
	.indexfivecon>dl>dd{width:calc(100% - 250px);}
	.indexfivecon>dl>dd>dl{letter-spacing:0px;}
	.indexfivecon>dl>dd>dl>dt{padding:5px 0;width:110px;}
	.indexfivecon>dl>dd>dl>dd{padding:5px 0;width:calc(100% - 110px);}
}
@media screen and (max-width:780px){
	.indexfive{padding:40px 0px;background-size:cover;}
	.indexfivecon>dl{padding:30px 20px;max-width:100%;display:block;background:rgba(255,255,255,.9);}
	.indexfivecon>dl>dt{width:100%;}
	.indexfivecon>dl>dd{margin-top:20px;width:100%;}
	.indexfivecon>dl>dd>dl{display:block;}
	.indexfivecon>dl>dd>dl>dt{padding:5px 0 0;width:100%;}
	.indexfivecon>dl>dd>dl>dd{padding:0;width:100%;}
}

.map{position:relative;z-index:8;margin-top:130px;max-width:1440px;width:100%;height:420px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.map2{margin-top:0px;max-width:100%;}
@media screen and (max-width:1520px){
	.map{margin-top:80px;max-width:1000px;height:350px;}
	.map2{margin-top:0px;max-width:100%;}
}
@media screen and (max-width:1080px){
	.map{margin-top:50px;max-width:800px;height:300px;}
	.map2{margin-top:0px;max-width:100%;}
}
@media screen and (max-width:780px){
	.map{margin-top:0;height:200px;}
	.map2{margin-top:0px;max-width:100%;}
}

/* footer */
.footer{position:relative;z-index:6;margin-top:0px;padding:60px 0px 0;background:#151515;}
.footercon{padding:0px 80px;}
.footercon>a{display:block;width:297px;margin:0 auto 15px;}
.footercon>ul{display:flex;justify-content:flex-end;margin:80px auto 0;max-width:1200px;}
.footercon>ul>li{padding:0 44px;line-height:1;border-right:1px solid #a6a6a6;font-family:'Noto Sans JP',"sans-serif";}
.footercon>ul>li:last-child{border-right:none;}
.footercon>ul>li>a{position:relative;font-size:20px;color:#fff;letter-spacing:1px;font-weight:bold;}
.footercon>ul>li>a:after{content:"";display:block;width:100%;height:1px;background:#fff;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-2px;}
.footercon>ul>li>a:hover:after{opacity:0.8;visibility:visible;transform:scaleX(1);}
.footer>p{margin-top:40px;padding:5px 20px;color:#4475a5;text-align:center;background-image:linear-gradient(to right,#24113e,#234057,#226d6f);}
body.home .footer{margin-top:-140px;}
@media screen and (max-width:1520px){
	.footer{margin-top:0px;padding:50px 0px 0;}
	.footercon{padding:0px 60px;}
	.footercon>a{margin:0 auto;width:260px;}
	.footercon>ul{margin:60px auto 0;}
	.footercon>ul>li{padding:0 30px;}
	.footercon>ul>li>a{font-size:18px;letter-spacing:0px;}
	.footer>p{margin-top:30px;}
	body.home .footer{margin-top:0px;}
}
@media screen and (max-width:1080px){
	.footer{margin-top:0px;padding:40px 0px 0;}
	.footercon{padding:0px 20px;}
	.footercon>a{margin:0 auto;width:230px;}
	.footercon>ul{margin:40px auto 0;justify-content:center;}
	.footercon>ul>li{padding:0 20px;}
	.footercon>ul>li>a{font-size:16px;}
	.footer>p{margin-top:20px;}
}
@media screen and (max-width:780px){
	.footercon>a{width:200px;}
	.footercon>ul{margin:30px auto 0;flex-flow:wrap;}
	.footercon>ul>li{margin:5px 0;}
	.footercon>ul>li>a{font-size:14px;}
}


/* pageban */
.pageban{position:relative;height:500px;overflow:hidden;}
.pageban:after{position:absolute;bottom:0;left:0;z-index:10;content:"";width:100%;height:200px;content:"";background:url(img/pagebanbg.png)no-repeat left top;opacity:.45;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban .pagebanbg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;}
.pageban .pagebanbg:after{padding-top:0;width:100%;height:100%;}
.pageban figure:after{padding-top:500px;}
.pageban .pagebancon{position:absolute;bottom:7%;left:50%;z-index:11;padding:0px 20px;display:flex;align-items:flex-end;max-width:1360px;width:100%;color:#fff;line-height:1;letter-spacing:7px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{margin:0;font-size:40px;font-weight:normal;text-transform:uppercase;font-family:"Oswald",sans-serif;}
.pageban .pagebancon p{margin-left:30px;font-size:16px;font-weight:bold;}
.pageban .partnercon{bottom:-10px;line-height:1.1;}
.pageban .partnercon p{margin-left:-50px;}
@media screen and (max-width:1520px){
	.pageban{height:450px;}
	.pageban:after{height:160px;}
	.pageban figure:after{padding-top:450px;}
	.pageban .pagebancon{letter-spacing:5px;}
	.pageban .pagebancon h1{font-size:36px;}
	.pageban .pagebancon p{margin-left:25px;font-size:14px;}
	.pageban .partnercon{bottom:-10px;}
	.pageban .partnercon p{margin-left:-40px;}
}
@media screen and (max-width:1080px){
	.pageban{height:350px;}
	.pageban:after{height:110px;}
	.pageban figure:after{padding-top:400px;}
	.pageban .pagebancon{bottom:5%;letter-spacing:3px;}
	.pageban .pagebancon h1{font-size:32px;}
	.pageban .pagebancon p{margin-left:20px;font-size:12px;}
	.pageban .partnercon{bottom:-20px;}
	.pageban .partnercon p{margin-left:-30px;}
}
@media screen and (max-width:780px){
	.pageban{height:220px;}
	.pageban:after{height:80px;}
	.pageban .pagebancon{letter-spacing:1px;}
	.pageban .pagebancon h1{font-size:24px;}
	.partnerban figure{background-position:calc(83%);}
}

/* company */
.companyone{position:relative;margin-top:150px;padding:0px 40px 250px;background:url(img/company01.jpg)no-repeat left top;}
.companyonecon{display:flex;justify-content:flex-end;}
.companyonecon>dl{display:flex;flex-flow:wrap;justify-content:space-between;width:60%;}
.companyonecon>dl>dt{padding:15px 0;width:160px;}
.companyonecon>dl>dd{padding:15px 0;width:calc(100% - 160px);}
@media screen and (max-width:1520px){
	.companyone{margin-top:100px;padding:0px 20px 150px;}
	.companyonecon>dl>dt{padding:12px 0;width:140px;}
	.companyonecon>dl>dd{padding:12px 0;width:calc(100% - 140px);}
}
@media screen and (max-width:1080px){
	.companyone{margin-top:60px;padding:0px 20px 100px;}
	.companyonecon>dl>dt{padding:10px 0;width:120px;}
	.companyonecon>dl>dd{padding:10px 0;width:calc(100% - 120px);}
}
@media screen and (max-width:780px){
	.companyone{margin-top:40px;padding:0px 20px 60px;}
	.companyonecon>dl{padding:15px 10px;width:100%;background:rgba(255,255,255,.9);}
	.companyonecon>dl>dt{padding:10px 0 0;width:90px;font-weight:bolder;}
	.companyonecon>dl>dd{padding:0;padding-top: 10px;width: calc(100% - 90px);}
}


/* contact */
.contactone{padding:100px 40px;}
.contactonecon{max-width:920px;}
.contactonecon>dl{display:flex;flex-flow:wrap;justify-content:space-between;font-size:18px;}
.contactonecon>dl>dt{display:flex;align-items:center;padding:15px 0;width:260px;font-weight:bold;}
.contactonecon>dl>dt>img{display:inline-block;margin-right:10px;width:48px;}
.contactonecon>dl>dt>em{width:48px;}
.contactonecon>dl>dd{padding:15px 0;width:calc(100% - 260px);}
.contactonecon>dl>dd>input{padding:10px;width:100%;border:1px solid #a8a8a8;border-radius:5px;}
.contactonecon>dl>dd.dd01{border-bottom:1px dotted #000;}
.contactonecon>dl>dd>textarea{padding:10px;width:100%;height:200px;border:1px solid #a8a8a8;border-radius:5px;}
.contactonecon>p{margin-top:100px;text-align:center;font-weight:bold;}
.contactonecon>.scorll{margin-top:40px;padding-right:20px;overflow-y:scroll;}
.contactonecon>.scorll>div{height:500px;}
.contactonecon>.scorll>div strong{display:inline-block;margin-top:20px;}
.agree{margin-top:40px;display:flex;align-items:center;justify-content:center;}
.send>input{margin:40px auto 0;display:flex;justify-content:center;padding:15px 20px;width:240px;background:#000;text-align:center;cursor:pointer;color:#fff;transition:.3s;}
.send>input:hover{color:#fff;background:#333;}
input[type="radio"], input[type="checkbox"]{margin:0 !important;}
.p02{text-align:center;}
body.page-id-75 .contactonecon>dl>dd.dd01{border-bottom:none;}
@media screen and (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactonecon>dl{font-size:16px;}
	.contactonecon>dl>dt{padding:10px 0;width:230px;}
	.contactonecon>dl>dt>img{margin-right:8px;width:40px;}
	.contactonecon>dl>dt>em{width:40px;}
	.contactonecon>dl>dd{padding:10px 0;width:calc(100% - 230px);}
	.contactonecon>p{margin-top:70px;}
	.contactonecon>.scorll{margin-top:30px;padding-right:15px;}
}
@media screen and (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactonecon>dl{font-size:14px;}
	.contactonecon>dl>dt{width:200px;}
	.contactonecon>dl>dt>img{margin-right:5px;width:34px;}
	.contactonecon>dl>dt>em{width:34px;}
	.contactonecon>dl>dd{width:calc(100% - 200px);}
	.contactonecon>p{margin-top:40px;}
	.contactonecon>.scorll{margin-top:20px;padding-right:10px;}
}
@media screen and (max-width:780px){
	.contactonecon>dl{display:block;}
	.contactonecon>dl>dt{width:100%;}
	.contactonecon>dl>dt>img{width:30px;}
	.contactonecon>dl>dt>em{width:30px;}
	.contactonecon>dl>dd{padding-top:0;width:100%;}
	.contactonecon>p{margin-top:30px;}
}

/* tomanager */
.tomanagerone{padding:100px 40px;}
.tomanageronecon>h3{font-size:34px;color:#151515;text-align:center;line-height:1.4;}
.tomanageronecon>p{margin:60px auto 0;max-width:630px;width:100%;}
.tomanageronecon>h4{margin-top:120px;display:flex;align-items:center;justify-content:space-between;font-size:34px;color:#151515;text-align:center;line-height:1.4;}
.tomanageronecon>dl{margin-top:60px;display:flex;align-items:center;justify-content:space-between;}
.tomanageronecon>dl>dt{width:calc(33.33% - 100px);}
.tomanageronecon>dl>dt>img{width:100%;}
.tomanageronecon>dl>dd{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:10px;width:200px;font-size:20px;font-weight:bold;text-align:center;line-height:1.3;}
.tomanageronecon>dl>dd>img{margin:15px 0;}
.tomanageronecon2>h3{width:100%;max-width:1080px;margin:0 auto;}
.tomanageronecon2>p{max-width:1180px;}
@media screen and (max-width:1520px){
	.tomanagerone{padding:80px 20px;}
	.tomanageronecon>h3{font-size:30px;}
	.tomanageronecon>p{margin:50px auto 0;max-width:560px;}
	.tomanageronecon>h4{margin-top:100px;font-size:30px;}
	.tomanageronecon>h4>img{width:300px;}
	.tomanageronecon>dl{margin-top:50px;}
	.tomanageronecon>dl>dt{width:calc(33.33% - 80px);}
	.tomanageronecon>dl>dd{width:160px;font-size:16px;}
	.tomanageronecon>dl>dd>img{width:70px;}
	.tomanageronecon2>p{max-width:1080px;}
}
@media screen and (max-width:1080px){
	.tomanagerone{padding:60px 20px;}
	.tomanageronecon>h3{font-size:26px;}
	.tomanageronecon>p{margin:40px auto 0;max-width:500px;}
	.tomanageronecon>h4{margin-top:80px;font-size:26px;}
	.tomanageronecon>h4>img{width:200px;}
	.tomanageronecon>dl{margin-top:40px;}
	.tomanageronecon>dl>dt{width:calc(33.33% - 60px);}
	.tomanageronecon>dl>dd{width:120px;font-size:14px;}
	.tomanageronecon>dl>dd>img{width:50px;}
	.tomanageronecon2>p{max-width:980px;}
}
@media screen and (max-width:780px){
	.tomanageronecon>h3{font-size:22px;}
	.tomanageronecon>p{margin-top:30px;}
	.tomanageronecon>h4{margin:60px 10px 0;font-size:18px;line-height:1.4;text-align:center;}
	.tomanageronecon>h4>img{width:100px;}
	.tomanageronecon>dl{margin:30px auto 0;display:block;max-width:300px;}
	.tomanageronecon>dl>dt{width:100%;}
	.tomanageronecon>dl>dd{margin:20px 0;width:100%;font-size:14px;}
	.tomanageronecon>dl>dd>img{width:50px;transform:rotate(90deg);}
}

.tomanagertwo{padding:40px 40px 100px;}
.tomanagertwocon{padding:70px 100px;border:1px solid #d4d4d4;}
.tomanagertwocon>dl{display:flex;justify-content:space-between;}
.tomanagertwocon>dl>dt{width:calc(40% - 40px);}
.tomanagertwocon>dl>dt .common_tit{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;height:150px;color:#151515;}
.tomanagertwocon>dl>dt .common_tit>h2{line-height:1;font-family:"Josefin Sans",sans-serif;}
.tomanagertwocon>dl>dt .common_tit>p{margin-left:0;margin-top:10px;}
.tomanagertwocon>dl ul>li{display:flex;align-items:center;height:150px;font-size:34px;font-weight:bold;line-height:1.4;border-bottom:1px dashed #151515;}
.tomanagertwocon>dl ul>li>img{margin-right:15px;}
.tomanagertwocon>dl ul>li span{font-size:20px;}
.tomanagertwocon>dl ul>li:last-child{border-bottom:none;}
.tomanagertwocon>dl>dd{width:calc(60% - 40px);}
.tomanagertwo2{padding:0 40px 100px;}
.tomanagertwo2con{border:none;background:url(img/tomanager08.jpg);}
.tomanagertwocon>dl ul>li.li01>img{margin-top:-50px;}
@media screen and (max-width:1520px){
	.tomanagertwo{padding:30px 20px 80px;}
	.tomanagertwocon{padding:50px 40px;}
	.tomanagertwocon>dl>dt{width:calc(40% - 20px);}
	.tomanagertwocon>dl>dt .common_tit{height:120px;}
	.tomanagertwocon>dl ul>li{height:120px;font-size:24px;}
	.tomanagertwocon>dl ul>li>img{margin-right:10px;width:28px;}
	.tomanagertwocon>dl ul>li span{font-size:16px;}
	.tomanagertwocon>dl>dd{width:calc(60% - 20px);}
	.tomanagertwocon>dl ul>li.li01>img{margin-top:-36px;}
	.tomanagertwo2{padding:0 40px 80px;}
}
@media screen and (max-width:1080px){
	.tomanagertwo{padding:20px 20px 60px;}
	.tomanagertwocon{padding:30px 20px;}
	.tomanagertwocon>dl>dt{width:calc(40% - 10px);}
	.tomanagertwocon>dl>dt .common_tit{height:80px;}
	.tomanagertwocon>dl ul>li{height:80px;font-size:18px;}
	.tomanagertwocon>dl ul>li>img{width:22px;}
	.tomanagertwocon>dl ul>li span{font-size:14px;}
	.tomanagertwocon>dl>dd{width:calc(60% - 10px);}
	.tomanagertwocon>dl ul>li.li01>img{margin-top:-30px;}
	.tomanagertwo2{padding:0 20px 60px;}
}
@media screen and (max-width:780px){
	.tomanagertwocon{padding:20px;}
	.tomanagertwocon>dl{display:block;}
	.tomanagertwocon>dl>dt{width:100%;}
	.tomanagertwocon>dl>dt .common_tit{height:auto;}
	.tomanagertwocon>dl>dt .common_tit>p{margin-top:5px;}
	.tomanagertwocon>dl>dt ul{margin-top:20px;}
	.tomanagertwocon>dl>dt ul>li:last-child{border-bottom:1px dashed #151515;}
	.tomanagertwocon>dl ul>li{padding:10px 0;height:auto;font-size:12px;}
	.tomanagertwocon>dl ul>li>img{margin-right:5px;width:14px;}
	.tomanagertwocon>dl ul>li span{font-size:12px;}
	.tomanagertwocon>dl>dd{width:100%;}
	.tomanagertwocon>dl ul>li.li01>img{margin-top:-18px;}
}

.tomanagerthree{position:relative;padding:0 40px 100px;}
.tomanagerthree:before{position:absolute;left:0;top:100px;z-index:1;content:"";width:318px;height:331px;background:url(img/tomanager10.jpg)no-repeat left top;}
.tomanagerthree:after{position:absolute;right:0;bottom:20px;z-index:1;content:"";width:316px;height:331px;background:url(img/tomanager11.jpg)no-repeat left top;}
.tomanagerthreecon>.common_tit{display:block;color:#151515;text-align:center;}
.tomanagerthreecon>.common_tit>p{margin:15px 0 0;}
.tomanagerthreecon>ul{position:relative;z-index:9;margin-top:170px;display:flex;justify-content:space-between;}
.tomanagerthreecon>ul>li{position:relative;width:calc(33.33% - 10px);}
.tomanagerthreecon>ul>li>h3{position:absolute;top:0;left:0;z-index:10;}
.tomanagerthreecon>ul>li>figure:after{padding-top:90%;}
.tomanagerthreecon>ul>li>hgroup{padding:10px;position:absolute;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:160px;width:100%;text-align:center;background:rgba(0,0,0,.3);}
.tomanagerthreecon>ul>li>hgroup>h5{font-size:26px;color:#fff;font-weight:bold;line-height:1.6;}
.tomanagerthreecon>ul>li>hgroup>p{font-size:18px;color:#fff; line-height:1.6;text-align:left;}
@media screen and (max-width:1520px){
	.tomanagerthree{padding:0 20px 80px;}
	.tomanagerthree:before{top:80px;width:250px;height:260px;background-size:250px 260px;}
	.tomanagerthree:after{width:250px;height:260px;background-size:250px 260px;}
	.tomanagerthreecon>.common_tit>p{margin:12px 0 0;}
	.tomanagerthreecon>ul{margin-top:120px;}
	.tomanagerthreecon>ul>li>h3{width:110px;}
	.tomanagerthreecon>ul>li>hgroup{height:140px;}
	.tomanagerthreecon>ul>li>hgroup>h5{font-size:22px;}
	.tomanagerthreecon>ul>li>hgroup>p{font-size:16px;}
}
@media screen and (max-width:1080px){
	.tomanagerthree{padding:0 20px 60px;}
	.tomanagerthree:before{top:60px;width:200px;height:208px;background-size:200px 208px;}
	.tomanagerthree:after{width:200px;height:208px;background-size:200px 208px;}
	.tomanagerthreecon>.common_tit>p{margin:10px 0 0;}
	.tomanagerthreecon>ul{margin-top:80px;}
	.tomanagerthreecon>ul>li>h3{width:90px;}
	.tomanagerthreecon>ul>li>hgroup{height:120px;}
	.tomanagerthreecon>ul>li>hgroup>h5{font-size:18px;}
	.tomanagerthreecon>ul>li>hgroup>p{font-size:14px;}
}
@media screen and (max-width:780px){
	.tomanagerthree:before{top:50px;width:130px;height:135px;background-size:130px 135px;}
	.tomanagerthree:after{width:130px;height:135px;background-size:130px 135px;}
	.tomanagerthreecon>ul{margin-top:30px;display:block;}
	.tomanagerthreecon>ul>li{margin-top:20px;width:100%;}
	.tomanagerthreecon>ul>li>h3{width:70px;}
	.tomanagerthreecon>ul>li>hgroup{height:100px;}
	.tomanagerthreecon>ul>li>hgroup>h5{font-size:14px;}
	.tomanagerthreecon>ul>li>hgroup>p{font-size:12px;}
}

.tomanagerfour{padding:100px 40px;}
.tomanagerfourcon>.common_tit{display:block;color:#151515;text-align:center;}
.tomanagerfourcon>.common_tit>p{margin:15px 0 0;}
.tomanagerfourcon>h3{margin-top:80px;font-size:34px;color:#1e87bb;}
.tomanagerfourcon>figure{margin-top:40px;}
@media screen and (max-width:1520px){
	.tomanagerfour{padding:80px 20px;}
	.tomanagerfourcon>.common_tit>p{margin:12px 0 0;}
	.tomanagerfourcon>h3{margin-top:60px;font-size:28px;}
	.tomanagerfourcon>figure{margin-top:30px;}
}
@media screen and (max-width:1080px){
	.tomanagerfour{padding:60px 20px;}
	.tomanagerfourcon>.common_tit>p{margin:10px 0 0;}
	.tomanagerfourcon>h3{margin-top:50px;font-size:22px;}
	.tomanagerfourcon>figure{margin-top:20px;}
}
@media screen and (max-width:780px){
	.tomanagerfourcon>h3{margin-top:40px;font-size:16px;}
}


.tomanageronecon>ul{margin-top:40px;display:flex;justify-content:space-between;}
.tomanageronecon>ul>li{position:relative;width:calc(25% - 20px);}
.tomanageronecon>ul>li:before{position:absolute;top:10px;left:10px;z-index:-1;content:"";width:100%;height:100%;background:#dedede;}
.tomanageronecon>ul>li>figure:after{padding-top:80%;}
.tomanageronecon>ul>li>hgroup{position:absolute;top:50%;left:50%;z-index:10;padding:20px 15px;width:210px;color:#fff;text-align:center;border:1px solid #fff;transform:translate(-50%,-50%);}
.tomanageronecon>ul>li>hgroup>h3{font-size:20px;line-height:1.2;}
.tomanageronecon>ul>li>hgroup>h3>span{margin-bottom:10px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;height:60px;}
@media screen and (max-width:1520px){
	.tomanageronecon>ul{margin-top:30px;}
	.tomanageronecon>ul>li{width:calc(25% - 10px);}
	.tomanageronecon>ul>li:before{top:5px;left:5px;width:calc(100% - 10px);}
	.tomanageronecon>ul>li>hgroup{padding:15px 10px;width:190px;}
	.tomanageronecon>ul>li>hgroup>h3{font-size:18px;}
	.tomanageronecon>ul>li>hgroup>h3>span{;height:50px;}
}
@media screen and (max-width:1080px){
	.tomanageronecon>ul{margin-top:20px;}
	.tomanageronecon>ul>li>hgroup{width:150px;}
	.tomanageronecon>ul>li>hgroup>h3{font-size:14px;}
	.tomanageronecon>ul>li>hgroup>h3>span{;height:40px;}
}
@media screen and (max-width:780px){
	.tomanageronecon>ul{flex-flow:wrap;}
	.tomanageronecon>ul>li{margin-top:20px;width:calc(50% - 10px);}
	.tomanageronecon>ul>li>hgroup{width:130px;}
	.tomanageronecon>ul>li>hgroup>h3{font-size:12px;}
	.tomanageronecon>ul>li>hgroup>h3>span{;height:40px;}
}

.recruitone{position:relative;z-index:10;padding:100px 40px;}
.recruitone:before{position:absolute;left:0;top:0;content:"";width:100%;height:58%;background-image:linear-gradient(to bottom right,#b8e4e2,#bdcfda,#c2b6d0);}
.recruitonecon>dl{display:flex;justify-content:space-between;}
.recruitonecon>dl>dt{width:calc(50% - 50px);}
.recruitonecon>dl>dt .common_tit{display:block;color:#151515;text-align:left;}
.recruitonecon>dl>dt .common_tit>p{margin:15px 0 0;}
.recruitonecon>dl>dt hgroup{position:relative;margin-top:80px;}
.recruitonecon>dl>dt hgroup>figure:after{padding-top:72%;}
.recruitonecon>dl>dt hgroup>div{position:absolute;bottom:0;left:0;width:100%;;}
.recruitonecon>dl>dt hgroup>div>h3{margin-left:20px;font-size:150px;color:#fff;line-height:1;font-family:"Oswald",sans-serif;}
.recruitonecon>dl>dt hgroup>div>h4{display:block;padding:10px 20px;width:95%;font-size:30px;color:#333;background:#fff;}
.recruitonecon>dl>dt hgroup>div>p{display:flex;align-items:center;padding:10px 20px;width:100%;/*height:100px;*/font-size:20px;color:#fff;font-weight:bold;background:url(img/bg.png)no-repeat right;background-size:cover;}
.recruitonecon>dl>dt hgroup.hgroup01{margin-top:0;}
.recruitonecon>dl>dt hgroup.hgroup00{display:none;}
@media screen and (max-width:1520px){
	.recruitone{padding:80px 20px;}
	.recruitonecon>dl>dt{width:calc(50% - 30px);}
	.recruitonecon>dl>dt .common_tit>p{margin:12px 0 0;}
	.recruitonecon>dl>dt hgroup{margin-top:60px;}
	.recruitonecon>dl>dt hgroup>div>h3{font-size:100px;}
	.recruitonecon>dl>dt hgroup>div>h4{font-size:26px;}
	.recruitonecon>dl>dt hgroup>div>p{/*height:100px;*/font-size:18px;}
}
@media screen and (max-width:1080px){
	.recruitone{padding:60px 20px;}
	.recruitonecon>dl>dt{width:calc(50% - 20px);}
	.recruitonecon>dl>dt .common_tit>p{margin:10px 0 0;}
	.recruitonecon>dl>dt hgroup{margin-top:40px;}
	.recruitonecon>dl>dt hgroup>div>h3{font-size:70px;}
	.recruitonecon>dl>dt hgroup>div>h4{font-size:20px;line-height:1.4;}
	.recruitonecon>dl>dt hgroup>div>p{/*height:90px;*/font-size:16px;}
}
@media screen and (max-width:780px){
	.recruitone{padding:60px 20px;}
	.recruitonecon>dl{display:block;}
	.recruitonecon>dl>dt{width:100%;}
	.recruitonecon>dl>dt .common_tit>p{margin:10px 0 0;}
	.recruitonecon>dl>dt hgroup{margin-top:30px;}
	.recruitonecon>dl>dt hgroup>div>h3{font-size:50px;}
	.recruitonecon>dl>dt hgroup>div>h4{font-size:15px;}
	.recruitonecon>dl>dt hgroup>div>p{height:auto;font-size:13px;line-height:1.4;}
	.recruitonecon>dl>dt hgroup.hgroup01{margin-top:30px;display:none;}
	.recruitonecon>dl>dt hgroup.hgroup00{margin-top:30px;display:block;}
}

.recruittwo{position:relative;margin-top:-550px;padding:100px 40px;}
.recruittwo:before{position:absolute;top:0;left:0;content:"";width:calc(50% + 150px);height:500px;background:#eee;}
.recruittwocon .common_tit{display:block;margin-top:140px;max-width:1520px;color:#151515;text-align:left;}
.recruittwocon .common_tit>p{margin:15px 0 0;}
.recruittwocon>hr{position:relative;z-index:11;left:12%;margin:80px 0 0;width:1px;height:180px;background:#000;border:none;}
.recruittwocon>ul{margin-left:-200px;position:relative;z-index:3;display:flex;justify-content:space-between;color:#000;}
.recruittwocon>ul>li{position:relative;margin-left:200px;width:calc(33.33% - 200px);}
.recruittwocon>ul>li>hgroup{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;max-width:360px;width:100%;height:360px;line-height:1.2;background:#fff;border:1px solid #929292;border-radius:50%;}
.recruittwocon>ul>li>hgroup>h6{position:absolute;z-index:1;top:50%;left:50%;font-size:200px;color:#efefef;transform:translate(-50%,-50%);font-family:"Oswald",sans-serif;}
.recruittwocon>ul>li>hgroup>h3{position:relative;z-index:4;font-size:30px;letter-spacing:2px;text-transform:uppercase;}
.recruittwocon>ul>li>hgroup:before{position:absolute;top:calc(50% - 10px);right:-210px;z-index:5;content:"";width:220px;height:71px;background:url(img/recruit08.png)no-repeat;}
.recruittwocon>ul>li>hgroup>p{margin-top:10px;position:relative;z-index:6;font-size:24px;text-align:center;font-weight:bold;}
.recruittwocon>ul>li:nth-child(2){z-index:5;margin-top:50px;}
.recruittwocon>ul>li:nth-child(3){z-index:6;margin-top:100px;}
.recruittwocon>ul>li:nth-child(3)>hgroup:before{display:none;}
.recruittwocon>figure{position:relative;z-index:8;margin-top:-60px;}
.recruittwocon>ul.ul02{margin-top:-80px;z-index:6;}
@media screen and (max-width:1520px){
	.recruittwo{margin-top:-450px;padding:80px 20px;}
	.recruittwo:before{width:calc(50% + 120px);height:400px;}
	.recruittwocon .common_tit{margin-top:100px;}
	.recruittwocon>hr{margin:60px 0 0;height:150px;}
	.recruittwocon>ul{margin-left:-150px;}
	.recruittwocon>ul>li{margin-left:150px;width:calc(33.33% - 150px);}
	.recruittwocon>ul>li>hgroup{max-width:380px;padding:70px 0;height:auto;}
	.recruittwocon>ul>li>hgroup>h6{font-size:150px;}
	.recruittwocon>ul>li>hgroup>h3{font-size:26px;letter-spacing:1px;}
	.recruittwocon>ul>li>hgroup>p{font-size:20px;}
	.recruittwocon>ul.ul02{margin-top:-60px;z-index:6;}
}
@media screen and (max-width:1080px){
	.recruittwo{margin-top:-350px;padding:60px 20px;}
	.recruittwo:before{width:calc(50% + 100px);height:350px;}
	.recruittwocon .common_tit{margin-top:90px;}
	.recruittwocon>hr{margin:50px 0 0;height:110px;}
	.recruittwocon>ul{margin-left:-100px;}
	.recruittwocon>ul>li{margin-left:100px;width:calc(33.33% - 100px);}
	.recruittwocon>ul>li>hgroup{max-width:380px;padding:30px 10px;height:auto;}
	.recruittwocon>ul>li>hgroup:before{right:-96px;width:100px;background-size:100px 32px;}
	.recruittwocon>ul>li>hgroup>h6{font-size:100px;}
	.recruittwocon>ul>li>hgroup>h3{font-size:20px;letter-spacing:0px;}
	.recruittwocon>ul>li>hgroup>p{font-size:16px;}
	.recruittwocon>figure{margin-top:-30px;}
	.recruittwocon>ul.ul02{margin-top:-20px;z-index:6;}
}
@media screen and (max-width:780px){
	.recruittwo{margin-top:0px;padding:60px 20px;}
	.recruittwo:before{width:calc(50% + 100px);height:170px;}
	.recruittwocon .common_tit{margin-top:0px;}
	.recruittwocon>hr{display:none;}
	.recruittwocon>ul{margin-left:-5px;margin-top:80px;}
	.recruittwocon>ul>li{margin-left:5px;width:calc(33.33% - 5px);}
	.recruittwocon>ul>li>hgroup{max-width:100%;padding:20px 10px;height:100%;}
	.recruittwocon>ul>li>hgroup:before{display:none;}
	.recruittwocon>ul>li>hgroup>h6{font-size:50px;}
	.recruittwocon>ul>li>hgroup>h3{font-size:12px;letter-spacing:0px;}
	.recruittwocon>ul>li>hgroup>p{margin-top:5px;font-size:12px;}
	.recruittwocon>figure{display:none;}
	.recruittwocon>ul.ul02{margin-top:5px;z-index:6;}
	.recruittwocon>ul>li:nth-child(2){margin-top:0px;}
	.recruittwocon>ul>li:nth-child(3){margin-top:0px;}
}


.recruitthree{position:relative;padding:100px 40px;background-image:linear-gradient(to right,#c4b4ce,#cccddb,#c3e0e1);}
.recruitthree:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(img/recruit10.png);}
.recruitthreecon>a{position:relative;z-index:11;display:block;margin:0 auto;padding:15px 10px;width:800px;font-size:30px;line-height:1.4;color:#000;font-weight:bold;text-align:center;border:1px solid #84c0cf;background:#fff;transition:.3s;}
.recruitthreecon>a:hover{transform:translateY(-10px);}
@media screen and (max-width:1520px){
	.recruitthree{padding:80px 20px;}
	.recruitthreecon>a{width:650px;font-size:26px;}
}
@media screen and (max-width:1080px){
	.recruitthree{padding:60px 20px;}
	.recruitthreecon>a{width:500px;font-size:22px;}
}
@media screen and (max-width:780px){
	.recruitthreecon>a{width:300px;font-size:18px;}
}