@charset "utf-8";
/*
Theme Name: krubera-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
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:16px;color:#3f3f3f;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media screen and (max-width:1380px){
	body{font-size:15px;}
}
@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;
	-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;
}

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

/*mobile-btn*/
.mobile-btn{position:fixed;top:20px;right:20px;z-index:9999;padding:15px;background:#3f3f3f;
	-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{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#fff;
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}

/*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:20px;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{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#dbba8f;color:#333;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#dbba8f;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1320px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;text-transform:uppercase;}
.common_tit>h3{font-family:'Roboto Condensed',sans-serif;font-size:66px;letter-spacing:15px;}
.common_tit>p{margin:20px 0;}
.common_tit>hr{margin:0;width:295px;height:5px;background:#dbba8f;border:none;}
.common_tit.txtWhi{color:#fff;}
.common_tit.txtWhi>hr{background:#fff;}
@media screen and (max-width:1380px){
	.common_tit>h3{font-size:56px;letter-spacing:10px;}
	.common_tit>p{margin:15px 0;}
	.common_tit>hr{width:260px;}
}
@media screen and (max-width:1080px){
	.common_tit>h3{font-size:46px;letter-spacing:5px;}
	.common_tit>p{margin:10px 0;}
	.common_tit>hr{width:220px;}
}
@media screen and (max-width:780px){
	.common_tit>h3{font-size:36px;letter-spacing:1px;}
	.common_tit>hr{width:180px;}
}
@media screen and (max-width:480px){
	.common_tit>h3{font-size:26px;}
	.common_tit>hr{width:140px;}
}

/*common_tit2*/
.common_tit2{display:flex;align-items:flex-end;line-height:1;text-transform:uppercase;}
.common_tit2>dt{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.common_tit2>dt>em{font-size:12px;}
.common_tit2>dt>span{display:flex;justify-content:center;align-items:center;margin-top:5px;width:55px;height:55px;background:#3f3f3f;
	font-size:40px;color:#fff;
}
.common_tit2>dd{padding-left:20px;width:calc(100% - 55px);}
.common_tit2>dd>h3{font-size:30px;}
.common_tit2>dd>hr{margin:15px auto 0;width:100%;height:5px;background:#3f3f3f;border:none;}
@media screen and (max-width:1380px){
	.common_tit2>dt>span{font-size:36px;}
	.common_tit2>dd{padding-left:15px;}
	.common_tit2>dd>h3{font-size:26px;}
	.common_tit2>dd>hr{margin:13px auto 0;height:4px;}
}
@media screen and (max-width:1080px){
	.common_tit2>dt>span{font-size:32px;}
	.common_tit2>dd{padding-left:10px;}
	.common_tit2>dd>h3{font-size:22px;}
	.common_tit2>dd>hr{margin:11px auto 0;height:3px;}
}
@media screen and (max-width:880px){
	.common_tit2>dt>span{font-size:28px;}
	.common_tit2>dd>h3{font-size:20px;}
}

/*common_tit3*/
.common_tit3{display:flex;line-height:1;text-transform:uppercase;}
.common_tit3>dt{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 10px;width:70px;background:#dbba8f;color:#fff;}
.common_tit3>dt>span{display:block;margin-top:5px;font-size:32px;}
.common_tit3>dd{margin-left:20px;}
.common_tit3>dd>h4{font-family:'Roboto Condensed',sans-serif;font-size:56px;color:#dbba8f;}
.common_tit3>dd>p{margin-top:10px;}
@media screen and (max-width:1380px){
	.common_tit3>dt{padding:13px 8px 8px;width:65px;}
	.common_tit3>dt>span{font-size:28px;}
	.common_tit3>dd{margin-left:15px;}
	.common_tit3>dd>h4{font-size:46px;}
	.common_tit3>dd>p{margin-top:8px;}
}
@media screen and (max-width:1080px){
	.common_tit3>dt{padding:11px 6px 6px;width:60px;}
	.common_tit3>dt>span{font-size:24px;}
	.common_tit3>dd{margin-left:10px;}
	.common_tit3>dd>h4{font-size:36px;}
}
@media screen and (max-width:980px){
	.common_tit3>dt{width:55px;}
	.common_tit3>dt>span{font-size:20px;}
	.common_tit3>dd>h4{font-size:32px;}
}

/*banner*/
.banner{position:relative;height:850px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMain{position:absolute;top:50%;left:50%;z-index:5;display:flex;justify-content:center;align-items:center;max-width:1520px;height:100%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMain>figure{position:absolute;left:40px;bottom:70px;width:100%;max-width:688px;}
.banner>a{position:absolute;right:40px;bottom:70px;z-index:10;width:100%;max-width:130px;}
.banner>a:hover{box-shadow:0 0 5px rgba(0,0,0,0.5);}
@media screen and (max-width:1380px){
	.banner{height:750px;}
	.banner .bannerMain>figure{left:30px;bottom:60px;max-width:590px;}
	.banner>a{right:30px;bottom:60px;max-width:110px;}
}
@media screen and (max-width:1080px){
	.banner{height:650px;}
	.banner .bannerMain>figure{left:20px;bottom:50px;max-width:490px;}
	.banner>a{right:20px;bottom:50px;max-width:90px;}
}
@media screen and (max-width:780px){
	.banner{height:550px;}
	.banner .bannerMain>figure{bottom:40px;max-width:390px;}
	.banner>a{bottom:40px;max-width:70px;}
}
@media screen and (max-width:580px){
	.banner{height:450px;}
	.banner .bannerBg{background-position:70% center;}
	.banner .bannerMain>figure{position:static;max-width:290px;}
	.banner>a{bottom:20px;max-width:50px;}
}

/*indexMain*/
/*solved*/
.solved{display:flex;align-items:center;padding:60px 60px 60px 0;}
.solved .solvedTxt{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-start;margin-right:-15%;width:50%;}
.solved .solvedTxt>hgroup{position:relative;padding:30px 64px 30px 40px;line-height:1;background:#dbba8f;border:1px solid #fff;}
.solved .solvedTxt>hgroup:not(:first-child){margin-top:30px;}
.solved .solvedTxt>hgroup>h6{font-size:28px;white-space:nowrap;}
.solved .solvedTxt>hgroup>i{position:absolute;right:0;bottom:0;width:100%;max-width:54px;}
.solved .solvedPic{width:65%;}
.solved .solvedPic>img{width:100%;}
@media screen and (max-width:1380px){
	.solved{padding:50px 50px 50px 0;}
	.solved .solvedTxt{margin-right:-10%;}
	.solved .solvedTxt>hgroup{padding:25px 54px 25px 30px;}
	.solved .solvedTxt>hgroup:not(:first-child){margin-top:25px;}
	.solved .solvedTxt>hgroup>h6{font-size:24px;}
	.solved .solvedTxt>hgroup>i{max-width:44px;}
	.solved .solvedPic{width:60%;}
}
@media screen and (max-width:1080px){
	.solved{padding:40px 40px 40px 0;}
	.solved .solvedTxt{margin-right:-5%;}
	.solved .solvedTxt>hgroup{padding:20px 44px 20px 20px;}
	.solved .solvedTxt>hgroup:not(:first-child){margin-top:20px;}
	.solved .solvedTxt>hgroup>h6{font-size:20px;}
	.solved .solvedTxt>hgroup>i{max-width:34px;}
	.solved .solvedPic{width:55%;}
}
@media screen and (max-width:880px){
	.solved{display:block;padding:40px 20px;}
	.solved .solvedTxt{margin-right:0;width:100%;}
	.solved .solvedTxt>hgroup{padding:15px 34px 15px 15px;}
	.solved .solvedTxt>hgroup:not(:first-child){margin-top:15px;}
	.solved .solvedTxt>hgroup>h6{font-size:18px;}
	.solved .solvedTxt>hgroup>i{max-width:24px;}
	.solved .solvedPic{margin-top:30px;width:100%;}
}
@media screen and (max-width:500px){
	.solved .solvedTxt>hgroup>h6{line-height:1.4;font-size:16px;white-space:normal;}
}

/*reason*/
.reasonOne{position:relative;padding:60px 40px;background:#dbba8f;}
.reasonOne>i{position:absolute;bottom:-70px;left:50%;width:100%;max-width:123px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.reasonOne .reasonOneMain{margin-top:40px;text-align:center;font-size:22px;color:#fff;}
.reasonOne .reasonOneMain>*:not(:first-child){margin-top:10px;}
@media screen and (max-width:1380px){
	.reasonOne{padding:50px 30px;}
	.reasonOne>i{bottom:-60px;max-width:106px;}
	.reasonOne .reasonOneMain{margin-top:35px;font-size:20px;}
	.reasonOne .reasonOneMain>*:not(:first-child){margin-top:8px;}
}
@media screen and (max-width:1080px){
	.reasonOne{padding:40px 20px;}
	.reasonOne>i{bottom:-50px;max-width:88px;}
	.reasonOne .reasonOneMain{margin-top:30px;font-size:18px;}
	.reasonOne .reasonOneMain>*:not(:first-child){margin-top:6px;}
}
@media screen and (max-width:880px){
	.reasonOne>i{display:none;}
	.reasonOne .reasonOneMain{font-size:16px;}
}
@media screen and (max-width:480px){
	.reasonOne .reasonOneMain{font-size:14px;}
}

.reasonTwo{padding:120px 40px 60px;
	background-image:url(img/reasonBg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
}
.reasonTwo .reasonTwoMain>dl{display:flex;justify-content:space-between;align-items:center;}
.reasonTwo .reasonTwoMain>dl:not(:first-child){margin-top:40px;}
.reasonTwo .reasonTwoMain>dl>dt{width:calc(50% - 20px);}
.reasonTwo .reasonTwoMain>dl>dt:after{padding-top:60%;}
.reasonTwo .reasonTwoMain>dl>dd{width:calc(50% - 20px);}
.reasonTwo .reasonTwoMain>dl>dd>div{margin-top:35px;}
.reasonTwo .reasonTwoMain>dl>dd>div>:not(:first-child){margin-top:15px;}
.reasonTwo .reasonTwoMain>dl:nth-child(2n){
	-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 screen and (max-width:1380px){
	.reasonTwo{padding:100px 30px 50px;}
	.reasonTwo .reasonTwoMain>dl:not(:first-child){margin-top:35px;}
	.reasonTwo .reasonTwoMain>dl>dt{width:calc(50% - 15px);}
	.reasonTwo .reasonTwoMain>dl>dd{width:calc(50% - 15px);}
	.reasonTwo .reasonTwoMain>dl>dd>div{margin-top:30px;}
	.reasonTwo .reasonTwoMain>dl>dd>div>:not(:first-child){margin-top:10px;}
}
@media screen and (max-width:1080px){
	.reasonTwo{padding:80px 20px 40px;}
	.reasonTwo .reasonTwoMain>dl:not(:first-child){margin-top:30px;}
	.reasonTwo .reasonTwoMain>dl>dt{width:calc(50% - 10px);}
	.reasonTwo .reasonTwoMain>dl>dd{width:calc(50% - 10px);}
	.reasonTwo .reasonTwoMain>dl>dd>div{margin-top:25px;}
}
@media screen and (max-width:880px){
	.reasonTwo{padding:40px 20px;}
	.reasonTwo .reasonTwoMain>dl{display:block;}
	.reasonTwo .reasonTwoMain>dl>dt{width:100%;}
	.reasonTwo .reasonTwoMain>dl>dt:after{padding-top:30%;min-height:160px;}
	.reasonTwo .reasonTwoMain>dl>dd{margin-top:30px;width:100%;}
}

/*jobExample*/
.jobExample{padding:60px 40px;background:#f8f8f8;}
.jobExample .common_tit{display:none;}
.jobExample .jobExampleMain{display:flex;align-items:center;max-width:1640px;}
.jobExample .jobExampleTit{display:flex;width:125px;}
.jobExample .jobExampleTit>h3>span{display:block;line-height:0.6;font-family:'Roboto Condensed',sans-serif;font-size:86px;text-transform:uppercase;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.jobExample .jobExampleTit>h3>span.jobExampleTitSpe{margin-top:20px;}
.jobExample .jobExampleTit>h3>span.jobExampleTitSpe2{margin-top:15px;}
.jobExample .jobExampleTit>p{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:25px;padding:8px;
	height:530px;background:#dbba8f;color:#fff;
}
.jobExample .jobExampleSlider{position:relative;padding-left:40px;width:calc(100% - 125px);}
.jobExample .jobExampleSlider .swiper-slide>dt:after{padding-top:0;height:270px;}
.jobExample .jobExampleSlider .swiper-slide>dd{margin-top:25px;}
.jobExample .jobExampleSlider .swiper-slide>dd>h6{line-height:1.6;font-size:17px;color:#000;}
.jobExample .jobExampleSlider .swiper-slide>dd>hr{margin:15px auto;width:100%;height:1px;background:#5db1ff;border:none;}
.jobExample .jobExampleSlider .swiper-slide>dd>ul>li{display:flex;font-size:15px;}
.jobExample .jobExampleSlider .swiper-slide>dd>ul>li:not(:first-child){margin-top:5px;}
.jobExample .jobExampleSlider .swiper-slide>dd>ul>li>span{display:block;width:80px;}
.jobExample .jobExampleSlider .swiper-slide>dd>ul>li>p{width:calc(100% - 80px);}
.jobExample .jobExampleSlider .swiper-button-prev{left:-40px;}
.jobExample .jobExampleSlider .swiper-button-next{right:-40px;}
.jobExample .jobExampleSlider .swiper-button{position:absolute;top:80px;z-index:5;width:100%;max-width:50px;cursor:pointer;}
.jobExample .jobExampleSlider .swiper-button.button-prev{left:15px;}
.jobExample .jobExampleSlider .swiper-button.button-next{right:-25px;}
@media screen and (max-width:1380px){
	.jobExample{padding:50px 30px;}
	.jobExample .jobExampleTit{width:110px;}
	.jobExample .jobExampleTit>h3>span{font-size:76px;}
	.jobExample .jobExampleTit>h3>span.jobExampleTitSpe{margin-top:15px;}
	.jobExample .jobExampleTit>h3>span.jobExampleTitSpe2{margin-top:10px;}
	.jobExample .jobExampleTit>p{margin-left:20px;height:460px;}
	.jobExample .jobExampleSlider{padding-left:30px;width:calc(100% - 110px);}
	.jobExample .jobExampleSlider .swiper-slide>dt:after{height:230px;}
	.jobExample .jobExampleSlider .swiper-slide>dd{margin-top:20px;}
	.jobExample .jobExampleSlider .swiper-slide>dd>h6{font-size:16px;}
	.jobExample .jobExampleSlider .swiper-slide>dd>hr{margin:13px auto;}
	.jobExample .jobExampleSlider .swiper-slide>dd>ul>li{font-size:14px;}
	.jobExample .jobExampleSlider .swiper-slide>dd>ul>li>span{width:70px;}
	.jobExample .jobExampleSlider .swiper-slide>dd>ul>li>p{width:calc(100% - 70px);}
	.jobExample .jobExampleSlider .swiper-button{top:60px;max-width:40px;}
	.jobExample .jobExampleSlider .swiper-button.button-prev{left:10px;}
	.jobExample .jobExampleSlider .swiper-button.button-next{right:-20px;}
}
@media screen and (max-width:1080px){
	.jobExample{padding:40px 30px 40px 20px;}
	.jobExample .jobExampleTit{width:100px;}
	.jobExample .jobExampleTit>h3>span{font-size:66px;}
	.jobExample .jobExampleTit>h3>span.jobExampleTitSpe{margin-top:10px;}
	.jobExample .jobExampleTit>p{margin-left:15px;height:400px;}
	.jobExample .jobExampleSlider{width:calc(100% - 100px);}
	.jobExample .jobExampleSlider .swiper-slide>dt:after{height:190px;}
	.jobExample .jobExampleSlider .swiper-slide>dd>h6{font-size:15px;}
}
@media screen and (max-width:1050px){
	.jobExample{padding:40px 30px;}
	.jobExample .jobExampleMain{display:block;}
	.jobExample .common_tit{display:flex;}
	.jobExample .jobExampleTit{display:none;}
	.jobExample .jobExampleSlider{margin-top:30px;padding-left:0;width:100%;}
	.jobExample .jobExampleSlider .swiper-button.button-prev{left:-20px;}
}

/*flow*/
.flow{padding:60px 40px;}
.flow .flowMain{margin-top:50px;}
.flow .flowMain>dl{display:flex;align-items:center;}
.flow .flowMain>dl:not(:first-child){margin-top:40px;}
.flow .flowMain>dl>dd{position:relative;z-index:5;margin-right:-10%;width:50%;}
.flow .flowMain>dl>dd>div{display:flex;flex-direction:column;justify-content:center;margin-top:30px;padding:30px;min-height:280px;
	background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.flow .flowMain>dl>dd>div>p:not(:first-child){margin-top:15px;}
.flow .flowMain>dl>dd>div>ul{display:flex;justify-content:space-between;margin-top:25px;}
.flow .flowMain>dl>dd>div>ul>li{width:calc(50% - 10px);}
.flow .flowMain>dl>dd>div>ul>li>a{display:flex;justify-content:center;align-items:center;padding:15px 20px;line-height:1;color:#fff;}
.flow .flowMain>dl>dd>div>ul>li>a>p{margin-left:10px;}
.flow .flowMain>dl>dd>div>ul>li:nth-of-type(1)>a{background:#dbba8f;}
.flow .flowMain>dl>dd>div>ul>li:nth-of-type(2)>a{background:#7e7e7e;}
.flow .flowMain>dl>dd>div>ul>li>a:hover{background:#be4556;}
.flow .flowMain>dl>dt{width:60%;}
.flow .flowMain>dl>dt:after{padding-top:0;height:500px;}
@media screen and (max-width:1380px){
	.flow{padding:50px 30px;}
	.flow .flowMain{margin-top:45px;}
	.flow .flowMain>dl:not(:first-child){margin-top:35px;}
	.flow .flowMain>dl>dd>div{margin-top:25px;padding:25px;min-height:250px;}
	.flow .flowMain>dl>dd>div>p:not(:first-child){margin-top:10px;}
	.flow .flowMain>dl>dd>div>ul{margin-top:20px;}
	.flow .flowMain>dl>dd>div>ul>li{width:calc(50% - 5px);}
	.flow .flowMain>dl>dd>div>ul>li>a{padding:13px 15px;}
	.flow .flowMain>dl>dd>div>ul>li>a>p{margin-left:5px;}
	.flow .flowMain>dl>dt:after{height:445px;}
}
@media screen and (max-width:1080px){
	.flow{padding:40px 20px;}
	.flow .flowMain{margin-top:40px;}
	.flow .flowMain>dl:not(:first-child){margin-top:30px;}
	.flow .flowMain>dl>dd>div{margin-top:20px;padding:25px 20px;min-height:240px;}
	.flow .flowMain>dl>dd>div>p:not(:first-child){margin-top:5px;}
	.flow .flowMain>dl>dd>div>ul{margin-top:15px;}
	.flow .flowMain>dl>dd>div>ul>li>a>i{display:none;}
	.flow .flowMain>dl>dd>div>ul>li>a>p{margin-left:0;}
	.flow .flowMain>dl>dt:after{height:385px;}
}
@media screen and (max-width:940px){
	.flow .flowMain>dl{display:block;}
	.flow .flowMain>dl>dd{margin-right:0;width:100%;}
	.flow .flowMain>dl>dd>div{padding:0;min-height:auto;box-shadow:none;}
	.flow .flowMain>dl>dd>div>ul{width:100%;max-width:420px;}
	.flow .flowMain>dl>dt{margin:20px auto 0;width:100%;}
	.flow .flowMain>dl:nth-of-type(1)>dt,.flow .flowMain>dl:nth-of-type(2)>dt,.flow .flowMain>dl:nth-of-type(4)>dt{background-position:top center;}	
	.flow .flowMain>dl>dt:after{padding-top:30%;height:auto;min-height:160px;}
}
@media screen and (max-width:450px){
	.flow .flowMain>dl>dd>div>ul{display:block;}
	.flow .flowMain>dl>dd>div>ul>li{width:100%;}
	.flow .flowMain>dl>dd>div>ul>li:not(:first-child){margin-top:10px;}
}

/*faq*/
.faq{padding:60px 40px;background:#dbba8f;}
.faq .faqMain{margin-top:40px;}
.faq .faqMain>li{padding:30px;background:#fff;}
.faq .faqMain>li:not(:first-child){margin-top:25px;}
.faq .faqMain>li>hgroup{display:flex;align-items:center;padding-bottom:15px;line-height:1.5;border-bottom:1px dashed #999;color:#be4556;}
.faq .faqMain>li>hgroup>span{font-size:30px;}
.faq .faqMain>li>hgroup>h6{padding-left:15px;font-size:20px;}
.faq .faqMain>li>div{display:flex;align-items:center;margin-top:15px;}
.faq .faqMain>li>div>span{font-size:30px;color:#336e96;}
.faq .faqMain>li>div>hgroup{padding-left:15px;}
@media screen and (max-width:1380px){
	.faq{padding:50px 30px;}
	.faq .faqMain{margin-top:35px;}
	.faq .faqMain>li{padding:25px;}
	.faq .faqMain>li:not(:first-child){margin-top:20px;}
	.faq .faqMain>li>hgroup>span{font-size:26px;}
	.faq .faqMain>li>hgroup>h6{font-size:18px;}
	.faq .faqMain>li>div>span{font-size:26px;}
}
@media screen and (max-width:1080px){
	.faq{padding:40px 20px;}
	.faq .faqMain{margin-top:30px;}
	.faq .faqMain>li{padding:20px;}
	.faq .faqMain>li:not(:first-child){margin-top:15px;}
	.faq .faqMain>li>hgroup>span{font-size:22px;}
	.faq .faqMain>li>hgroup>h6{font-size:16px;}
	.faq .faqMain>li>div>span{font-size:22px;}
}
@media screen and (max-width:780px){
	.faq .faqMain>li>hgroup{padding-bottom:10px;}
	.faq .faqMain>li>hgroup>h6{padding-left:10px;}
	.faq .faqMain>li>div{margin-top:10px;}
	.faq .faqMain>li>div>hgroup{padding-left:10px;}
}

/*contact*/
input,textarea{font-family:"Yu Gothic Medium",sans-serif;font-weight:bold;}
.contact{display:flex;}
.contact .common_tit{display:none;}
.contact .contactTit{display:flex;flex-direction:column;justify-content:center;align-items:center;width:180px;background:#3f3f3f;color:#fff;}
.contact .contactTit>h3>span{display:block;line-height:0.7;font-family:'Roboto Condensed',sans-serif;font-size:66px;text-transform:uppercase;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.contact .contactTit>i{display:block;margin-top:20px;font-size:36px;}
.contact .contactMain{padding:60px 40px;width:calc(100% - 180px);min-height:500px;background:#dfdfdf;}
.contact .contactForm{margin:0 auto;width:100%;max-width:1320px;}
.contact .contactForm>dl{display:flex;align-items:center;padding:20px;border-bottom:1px dashed #c8c8c8;}
.contact .contactForm>dl>dt{display:flex;align-items:center;width:240px;line-height:1;}
.contact .contactForm>dl>dt>font{display:block;margin-right:15px;padding:8px;background:#dbba8f;font-size:12px;color:#fff;}
.contact .contactForm>dl>dd{width:calc(100% - 240px);}
.contact .contactForm>dl>dd input,.contact .contactForm>dl>dd textarea{padding:12px;width:100%;background:#fff;}
.contact .contactForm>dl>dd textarea{height:150px;}
.contact .contactForm>.send{display:flex;justify-content:center;margin-top:30px;}
.contact .contactForm>.send>input{margin:0 10px;padding:15px 40px;line-height:1;background:#dbba8f;color:#fff;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.contact .contactForm>.send>input:hover{background:#7e7e7e;}
.contact .contactFormP{text-align:center;font-size:28px;color:#be4556;}
@media screen and (max-width:1380px){
	.contact .contactTit{width:140px;}
	.contact .contactTit>h3>span{font-size:56px;}
	.contact .contactTit>i{margin-top:10px;font-size:30px;}
	.contact .contactMain{padding:50px 30px;width:calc(100% - 140px);}
	.contact .contactForm>dl{padding:15px;}
	.contact .contactForm>dl>dt{width:220px;}
	.contact .contactForm>dl>dt>font{margin-right:10px;}
	.contact .contactForm>dl>dd{width:calc(100% - 220px);}
	.contact .contactForm>dl>dd input,.contact .contactForm>dl>dd textarea{padding:10px;}
	.contact .contactForm>dl>dd textarea{height:130px;}
	.contact .contactForm>.send{margin-top:25px;}
	.contact .contactForm>.send>input{padding:13px 30px;}
	.contact .contactFormP{font-size:24px;}
}
@media screen and (max-width:1080px){
	.contact .contactTit{width:100px;}
	.contact .contactTit>h3>span{font-size:46px;}
	.contact .contactTit>i{margin-top:0;font-size:24px;}
	.contact .contactMain{padding:40px 20px;width:calc(100% - 100px);}
	.contact .contactForm>dl{padding:10px;}
	.contact .contactForm>dl>dt{width:200px;}
	.contact .contactForm>dl>dt>font{margin-right:5px;}
	.contact .contactForm>dl>dd{width:calc(100% - 200px);}
	.contact .contactForm>dl>dd textarea{height:110px;}
	.contact .contactForm>.send{margin-top:20px;}
	.contact .contactForm>.send>input{padding:11px 20px;}
	.contact .contactFormP{font-size:20px;}
}
@media screen and (max-width:780px){
	.contact{display:block;padding:40px 20px;}
	.contact .common_tit{display:flex;}
	.contact .contactTit{display:none;}
	.contact .contactMain{margin-top:30px;padding:0;width:100%;min-height:auto;background:none;}
	.contact .contactForm>dl>dd input,.contact .contactForm>dl>dd textarea{background:#f3f3f3;}
	.contact .contactFormP{font-size:16px;}
}
@media screen and (max-width:580px){
	.contact .contactForm>dl{display:block;}
	.contact .contactForm>dl>dd{margin-top:10px;width:100%;}	
}

/*footer*/
.footer{padding:20px 40px;text-align:center;background:#3f3f3f;font-size:15px;color:#fff;}
@media screen and (max-width:1380px){
	.footer{padding:15px 30px;font-size:14px;}
}
@media screen and (max-width:1080px){
	.footer{padding:15px 20px;font-size:13px;}
}





