body{
	background:#f5f5f5;
}


.caban{
	position:relative;
	padding-top: 31.66667%;
	background:no-repeat center / cover;
	overflow: hidden;
}
.caban img{
	position: absolute;
	top: 50%;
	left: 0;
	min-height:100%;
	transform: translate(0,-50%);
	width: 100%;
	z-index: 1;
	opacity: 0;
	animation:myfirst 1.5s ease-in-out forwards;
	-webkit-animation:myfirst 1.5s ease-in-out forwards;
}
@keyframes myfirst
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}
.caban .wrapper{
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(0%, -50%);
	color: #fff;
	text-align:center;
	z-index: 2;
	opacity: 0;
	animation:myfirst 1.7s ease-in-out forwards;
	-webkit-animation:myfirst 1.7s ease-in-out forwards;

}


.caban .wrapper h2{
	font-size: 60px;
	font-weight:bold;
}

.caban .wrapper h3{
	font-size: 24px;
	margin-top: 26px;
	line-height:1.5;
}
.caban .wrapper p.en{
	font-size: 10px;
}


section.tel{
	background-color:#fff;
}
section.tel a{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 15px;
	text-align:center;
	padding:20px 0;
	color:#333;
}
section.tel a span{
	display:inline-block;
	font-size: 36px;
	color: #173452;
	font-weight:bold;
}

section.part2{
	padding:40px 20px;
	overflow:hidden;
}
section.part2 .center_list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
section.part2 .center_list:after{
    content: '';
    width: 32.8%;
 }
section.part2 .center_list >.item{
	background-color:#fff;
	width: 32.8%;
}
section.part2 .center_list >.item >.wrapper{
	padding:20px;
}

section.part2 .center_list >.item >.wrapper >.left{
	float:left;
	width:30.6%;
	overflow: hidden;
	margin-right: 4%;
	max-height: 197px;
}
section.part2 .center_list >.item >.wrapper >.left img{
	display:block;
	width: 100%;
	transition:all 1s;
}
section.part2 .center_list >.item >.wrapper >.left img:hover{
	width: 110%;
}
section.part2 .center_list >.item >.wrapper >.right{
	float:left;
	width: 65.4%;
}
section.part2 .center_list >.item >.wrapper >.right a.tit{
	display:block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
section.part2 .center_list >.item >.wrapper >.right p{
	font-size: 15px;
	color: #666;
	line-height: 2;
	display:flex;
	flex-direction:row;
}
section.part2 .center_list >.item >.wrapper >.right p.row span.right{
	flex:1;
	overflow:hidden;
}
section.part2 .center_list >.item >.wrapper >.right p img{
	width: 52px;
	height: 52px;
}

section.part2 .join{
	position:relative;
	padding-top: 14.939%;
	margin-top: 40px;
	background:no-repeat center / cover;
}

section.part2 .join .wrapper h2{
	font-size: 40px;
	font-weight: bold;
}
section.part2 .join .wrapper h3{
	font-size: 24px;
	margin-top: 10px;
}
section.part2 .join .wrapper p.en{
	font-size: 10px;
}
section.part2 .job-list{
	margin-top: 40px;
}
section.part2 .job-list >li{
	margin-bottom:20px;
	overflow:hidden;
}
section.part2 .job-list >li a{
	display:block;
	padding:30px 40px;
	color: #666;
	background:#fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
section.part2 .job-list >li a span.title{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 52px;
	z-index: 2;
}
section.part2 .job-list >li a span.con{
	font-size: 15px;
	line-height: 26px;
	height: 52px;
	z-index: 2;
	overflow:hidden;
}
section.part2 .job-list >li a span.see span{
	display:inline-block;
	line-height: 40px;
	max-width: 160px;
	width: 90%;
	border:1px solid #ddd;
	text-align:center;
	float: right;
	margin-top: 5px;
	font-size: 14px;
	z-index: 2;
}
section.part2 .job-list >li a:after{
	content:'';
	width: 0;
	height: 100%;
	background-color:#173452;
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

}
section.part2 .job-list >li a:hover{
	color: #fff;
}
section.part2 .job-list >li a:hover::after{
	width: 100%;
}
section.part2 .job-list >li a:hover span.title{
	color: #fff;
}
section.part2 .job-list >li a:hover span.see span{
	color: #fff;
	border:1px solid #fff;
	z-index: 3;
	position: relative;
}
@media screen and (min-width: 1500px){

}
@media screen and (min-width: 1240px){


}
@media screen and (max-width: 1200px){
	.caban .wrapper h2{
		font-size: 40px;
	}
	.caban .wrapper h3{
		font-size: 22px;
	}
	.caban{
		padding-top: 36%;
	}
	section.part2 .join{
		padding-top: 40%;
		margin-top: 10px;
	}
	section.part2 .job-list{
		margin-top: 20px;
	}
	section.part2 .center_list >.item{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 993px){
	section.part2 .job-list >li a span.see span{
		float: none;
		margin-top: 20px;
		width: 140px;
		line-height: 36px;
		margin-top: 14px;
	}
	section.part2 .job-list >li a span.title{
		line-height: 24px;
	}
	section.part2 .job-list >li a{
		padding:20px;
	}
}

@media screen and (max-width: 767px){
	.caban{
		padding-top: 60%;
	}
	.caban .wrapper h2{
		font-size: 26px;
	}
	.caban .wrapper h3{
		font-size: 15px;
		margin-top: 8px;
	}
	section.part2{
		padding:20px 10px;
	}
	section.tel a{
		font-size: 13px;
	}
	section.tel a span{
		font-size: 20px;
	}
	section.part2 .center_list >.item >.wrapper{
		padding:10px;
	}
	section.part2 .center_list >.item >.wrapper >.right a.tit{
		font-size: 15px;
		margin-bottom: 4px;
	}
	section.part2 .center_list >.item >.wrapper >.right p{
		font-size: 13px;
	}
	section.part2 .join .wrapper h2{
		font-size: 20px;
	}
	section.part2 .join .wrapper h3{
		font-size: 14px;
		margin-top: 4px;
	}

	section.part2 .job-list >li a{
		padding:15px;
	}
	section.part2 .job-list >li a span.title{
		font-size: 16px;
	}
	section.part2 .job-list >li a span.con{
		font-size: 15px;
	}
}
.joins{
	    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}