@charset "utf-8";

header nav ul li.m4 a{
	color:#BA8A40;
	}
header nav ul li.m4 a:after{
	display:block;
	}
#header2 nav ul li.m4 a{
	color:#FAFAFA;
	background-color:#BA8A40;
	}
#header2 nav ul li.m4 a:after{
	border-color:#FAFAFA;
	}
#header2 nav ul li.m4 ul li a{
	color:#32323C;
	background-color:#FAFAFA;
	}
#header2 nav ul li.m4 ul li a:after{
	border-color:#32323C;
	}
#headbg:after{
	background:url(../img/recruit/headbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}

#index1{
	max-width:1080px;
	margin:0 auto;
	padding:100px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	}
#index1 h2{
	width:760px;
	max-width:100%;
	font-size:36px;
	font-weight:700;
	float:right;
	text-align:left;
	}
#index1 p{
	max-width:760px;
	margin-top:40px;
	float:right;
	}
#index2{
	background-color:#E6E3E0;
	margin-top:160px;
	position:relative;
	}
#index2:after{
	content:"";
	display:block;
	width:100%;
	height:900px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#FFF;
	}
#index2 h2{
	text-align:center;
	font-size:0;
	position:relative;
	top:-25px;
	}
#index2 h2 strong{
	font-size:36px;
	font-weight:700;
	color:#FAFAFA;
	display:inline-block;
	padding:1px 16px 4px 16px;
	background-color:#32323C;
	}
#index2 .box1{
	max-width:1080px;
	margin:0 auto;
	padding:40px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	}
#index2 .box1 h3{
	font-size:34px;
	font-weight:700;
	float:left;
	width:51%;
	line-height:1.6;
	}
#index2 .box1 p{
	padding:35px 6% 0 0;
	float:left;
	width:45%;
	line-height:2.2;
	}
#index2 .box1 div{
	margin:70px 6% 0 0;
	float:left;
	width:45%;
	background-color:#FAFAFA;
	padding:35px 35px 35px 50px;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
	-ms-border-radius:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	}
#index2 .box1 div h4{
	font-size:26px;
	font-weight:700;
	color:#FAFAFA;
	display:inline-block;
	padding:3px 14px 3px 14px;
	background-color:#32323C;
	position:absolute;
	left:40px;
	top:-20px;
	}
#index2 .box1 div ul li{
	font-size:20px;
	list-style-type:disc;
	margin:8px 0 0 20px;
	}
#index2 .box1 div ul li:last-of-type{
	font-size:16px;
	color:#82828C;
	list-style-type:none;
	margin:25px 0 0 0;
	}
#index2 .box1 h5{
	float:right;
	width:49%;
	margin-top:-100px;
	}
#index2 .box1 h5 img{
	margin-top:10px;
	}
#index2 .box2{
	max-width:960px;
	margin:0 auto;
	padding:100px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:2;
	}
#index2 .box2 h3{
	text-align:center;
	}
#index2 .box2 h3 strong{
	font-size:28px;
	font-weight:700;
	padding:15px 55px 15px 55px;
	position:relative;
	display:inline-block;
	}
#index2 .box2 h3 strong:after{
	content:"";
	display:block;
	width:60px;
	height:1px;
	position:absolute;
	left:0;
	top:40px;
	border-bottom:2px solid #32323C;
	-moz-transform:rotate(70deg);
	-webkit-transform:rotate(70deg);
	-o-transform:rotate(70deg);
	-ms-transform:rotate(70deg);
	transform:rotate(70deg);
	}
#index2 .box2 h3 strong:before{
	content:"";
	display:block;
	width:60px;
	height:1px;
	position:absolute;
	right:0;
	top:40px;
	border-bottom:2px solid #32323C;
	-moz-transform:rotate(-70deg);
	-webkit-transform:rotate(-70deg);
	-o-transform:rotate(-70deg);
	-ms-transform:rotate(-70deg);
	transform:rotate(-70deg);
	}
#index2 .box2 .mv{
	margin-top:20px;
	position:relative;
	font-size:0;
	}
#index2 .box2 .mv video{
	max-width:100%;
	}
#index2 .box2 .mv .btm{
	cursor:pointer;
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	}
#index2 .box2 .mv .btm:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#32323C;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	z-index:1;
	transition:0.4s;
	}
#index2 .box2 .mv .btm:hover:after{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
#index2 .box2 .mv .btm.act{
	display:none;
	}
#index2 .box2 .mv .btm h4{
	position:absolute;
	z-index:5;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	text-align:center;
	}
#index2 .box2 .mv .btm h4:before{
	content:"";
	display:block;
	width:74px;
	height:74px;
	background-color:#D93824;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	margin-bottom:20px;
	border:3px solid #FFF;
	}
#index2 .box2 .mv .btm h4:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 0 10px 14px;
	border-color:transparent transparent transparent #f5f5f5;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-5px;
	z-index:5;
	}
#index2 .box2 .mv .btm h4 strong{
	font-size:14px;
	font-family:'Lato';
	font-weight:400;
	letter-spacing:0.1em;
	color:#F5F5F5;
	background-color:#D93824;
	display:inline-block;
	padding:2px 6px 0 6px;
	position:relative;
	height:22px;
	}
#index2 .box2 .mv .btm h4 strong:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:24px 8px 0 0;
	border-color:#D93824 transparent transparent transparent;
	position:absolute;
	right:-8px;
	top:0;
	}
#index2 .box2 .mv .btm h4 strong:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 0 24px 8px;
	border-color:transparent transparent #D93824 transparent;
	position:absolute;
	left:-8px;
	top:0;
	}
#index2 .box3{
	max-width:1080px;
	margin:0 auto;
	padding:100px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:2;
	}
#index2 .box3 div{
	float:left;
	width:48%;
	text-align:center;
	font-size:0;
	}
#index2 .box3 div:last-of-type{
	float:right;
	}
#index2 .box3 div h3{
	font-size:26px;
	font-weight:700;
	color:#FAFAFA;
	display:inline-block;
	padding:3px 14px 3px 14px;
	background-color:#32323C;
	z-index:3;
	position:relative;
	}
#index2 .box3 div img{
	margin-top:-35px;
	}
#index3{
	padding:150px 70px 130px 70px;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
#index3:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:175px;
	z-index:-1;
	background-color:#E6E3E0;
	}
#index3 h2{
	text-align:center;
	font-size:0;
	}
#index3 h2 strong{
	font-size:36px;
	font-weight:700;
	color:#FAFAFA;
	display:inline-block;
	padding:1px 16px 4px 16px;
	background-color:#32323C;
	}
#index3 p{
	max-width:640px;
	margin:45px auto 0 auto;
	padding-bottom:30px;
	}
#index3 article{
	max-width:1000px;
	margin:30px auto 0 auto;
	}
#index3 article a{
	display:block;
	background-color:#FAFAFA;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
	-ms-border-radius:14px;
	padding:50px 70px 50px 37%;
	position:relative;
	}
#index3 article a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#index3 article a:after{
	content:"";
	display:block;
	position:absolute;
	right:40px;
	top:50%;
	margin-top:-6px;
	width:12px;
	height:12px;
	border-top:2px solid #BA8A40;
	border-right:2px solid #BA8A40;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#index3 article a h3{
	width:30%;	
	height:-webkit-calc(100% - 60px);
	height:calc(100% - 60px);
	position:absolute;
	left:30px;
	top:30px;
	background-position:center center;
	background-repeat:no-repeat;
	}
#index3 article a h4{
	font-size:28px;
	color:#BA8A40;
	font-weight:700;
	}
#index3 article a h4 strong{
	display:inline-block;
	font-size:20px;
	color:#FAFAFA;
	background-color:#BA8A40;
	font-weight:700;
	padding:3px 10px 2px 10px;
	margin:0 5px 5px 0;
	}
#index3 article a p{
	color:#82828C;
	line-height:1.7;
	max-width:auto;
	margin:20px 0 0 0;
	padding-bottom:0;
	}
#detail1{
	max-width:750px;
	margin:0 auto;
	padding:110px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	}
#detail1 article h1{
	text-align:center;
	font-size:0;
	}
#detail1 article h1 strong{
	display:inline-block;
	font-size:20px;
	color:#FAFAFA;
	background-color:#BA8A40;
	font-weight:700;
	padding:3px 10px 2px 10px;
	margin:0 2px 5px 2px;
	}
#detail1 article h1 span{
	display:block;
	font-size:36px;
	font-weight:700;
	padding-top:5px;
	}
#detail1 article .post-box{
	padding-top:55px;
	}
#detail1 .tolink{
	padding-top:100px;
	font-size:0;
	text-align:center;
	}
#detail1 .tolink h5{
	display:inline-block;
	text-align:left;
	line-height:1.4;
	font-size:18px;
	font-weight:700;
	}
#detail1 .tolink h5 a{
	background-color:#BA8A40;
	color:#FAFAFA;
	display:inline-block;
	padding:16px 55px 16px 28px;
	position:relative;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#detail1 .tolink h5 a:hover{
	text-decoration:none;
	filter:alpha(opacity=8);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#detail1 .tolink h5 a:after{
	content:"";
	display:block;
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#detail1 .tolink h6{
	padding-top:45px;
	}
@media screen and (max-width:900px){
#index1{
	padding:100px 7% 0 7%;
	}
#index1 h2{
	font-size:28px;
	float:none;
	}
#index1 h2 span{
	display:inline-block;
	}
#index1 p{
	margin-top:30px;
	float:none;
	}
#index2{
	margin-top:110px;
	}
#index2:after{
	height:260px;
	}
#index2 h2{
	top:-20px;
	}
#index2 h2 strong{
	font-size:28px;
	padding:1px 12px 2px 12px;
	}
#index2 .box1{
	padding:20px 7% 0 7%;
	}
#index2 .box1 h3{
	font-size:22px;
	float:none;
	width:auto;
	}
#index2 .box1 p{
	padding:25px 0 0 0;
	float:none;
	width:auto;
	line-height:2.1;
	}
#index2 .box1 div{
	margin:60px auto 0 auto;
	float:none;
	width:600px;
	max-width:100%;
	padding:25px 7% 25px 9%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	}
#index2 .box1 div h4{
	font-size:20px;
	padding:1px 10px 2px 10px;
	left:20px;
	top:-15px;
	}
#index2 .box1 div ul li{
	font-size:18px;
	margin:6px 0 0 20px;
	}
#index2 .box1 div ul li:last-of-type{
	font-size:16px;
	margin:18px 0 0 0;
	}
#index2 .box1 h5{
	float:none;
	width:600px;
	max-width:100%;
	margin:30px auto 0 auto;
	}
#index2 .box2{
	padding:70px 7% 0 7%;
	}
#index2 .box2 h3 strong{
	font-size:22px;
	padding:10px 35px 10px 35px;
	}
#index2 .box2 h3 strong:after{
	width:40px;
	top:30px;
	}
#index2 .box2 h3 strong:before{
	width:40px;
	top:30px;
	}
#index2 .box2 .mv .btm h4:before{
	width:54px;
	height:54px;
	margin-bottom:15px;
	}
#index2 .box2 .mv .btm h4:after{
	border-width:8px 0 8px 12px;
	top:23px;
	margin-left:-4px;
	}
#index2 .box2 .mv .btm h4 strong{
	font-size:13px;
	}
#index2 .box3{
	max-width:80%;
	padding:50px 3% 20px 3%;
	background-color:#FFF;
	margin:70px 7% 0 7%;
	}
#index2 .box3 div{
	float:none;
	width:600px;
	max-width:100%;
	margin:0 auto;
	}
#index2 .box3 div:last-of-type{
	float:none;
	margin-top:20px;
	border-top:1px solid #E6E3E0;
	padding-top:40px;
	}
#index2 .box3 div h3{
	font-size:20px;
	padding:2px 10px 2px 10px;
	}
#index2 .box3 div img{
	margin-top:-35px;
	}
#index2 .box3 div:last-of-type img{
	margin-top:-10px;
	}
#index3{
	padding:100px 7% 110px 7%;
	}
#index3:after{
	top:120px;
	}
#index3 h2 strong{
	font-size:28px;
	padding:1px 12px 2px 12px;
	}
#index3 p{
	margin:25px auto 0 auto;
	padding-bottom:10px;
	}
#index3 article{
	margin:25px auto 0 auto;
	}
#index3 article a{
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	padding:185px 0px 25px 0;
	overflow:hidden;
	zoom:1;
	}
#index3 article a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
#index3 article a:after{
	display:none;
	}
#index3 article a h3{
	width:100%;	
	height:-webkit-calc(100%);
	height:calc(100%);
	left:0;
	top:0;
	height:200px;
	}
#index3 article a h4{
	font-size:22px;
	position:relative;
	z-index:2;
	padding:0 40px 0 7%;
	}
#index3 article a h4 strong{
	font-size:17px;
	padding:1px 8px 1px 8px;
	}
#index3 article a h4:after{
	content:"";
	display:block;
	position:absolute;
	right:22px;
	top:50px;
	width:6px;
	height:6px;
	border-top:2px solid #BA8A40;
	border-right:2px solid #BA8A40;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#index3 article a p{
	font-size:15px;
	line-height:1.6;
	margin:18px 7% 0 7%;
	}
#detail1{
	padding:80px 7% 0 7%;
	}
#detail1 article h1 strong{
	font-size:17px;
	padding:1px 8px 2px 8px;
	}
#detail1 article h1 span{
	font-size:26px;
	}
#detail1 article .post-box{
	padding-top:40px;
	}
#detail1 .tolink{
	padding-top:80px;
	}
#detail1 .tolink h5{
	font-size:17px;
	}
#detail1 .tolink h5 a{
	padding:13px 45px 13px 20px;
	}
#detail1 .tolink h5 a:after{
	right:18px;
	}
#detail1 .tolink h6{
	padding-top:40px;
	}
}