@charset "utf-8";

#headbg{
	background:url(../img/recruit/headbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
header nav ul li.m4 a:before{
	display:block;
	}
#header2 nav ul li.m4 a{
	color:#FAFAFA;
	background-color:#353E41;
	}
#header2 nav ul li.m4 a:after{
	border-color:#FAFAFA;
	}
#kulink{
	padding-bottom:110px;
	}
#index1{
	padding:0 110px 120px 70px;
	}
#index1 h2{
	font-size:40px;
	text-align:center;
	font-weight:400;
	font-family:'Noto Serif JP';
	line-height:1.7;
	}
#index1 p{
	max-width:720px;
	margin:55px auto 0 auto;
	}
#index2{
	overflow:hidden;
	zoom:1;
	}
#index2 ul{
	display:flex;
	min-width:100%;
	width:min-content;
	animation:36s linear infinite sliderAnimation;
	}
#index2 ul li{
	height:400px;
	position:relative;
	list-style-type:none;
	float:left;
	overflow:hidden;
	zoom:1;
	}
#index2 ul li img{
	height:100%;
	width:auto;
	max-width:none;
	}
@keyframes sliderAnimation{ 100%{ transform:translateX(-50%); }}
#index3{
	margin-top:180px;
	position:relative;
	padding:0 110px 160px 70px;
	overflow:hidden;
	zoom:1;
	}
#index3:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:30px;
	z-index:-1;
	background-color:#EEEEEE;
	}
#index3 h2{
	text-align:center;
	font-size:40px;
	font-weight:700;
	padding-bottom:20px;
	}
#index3 article a{
	display:block;
	background-color:#FAFAFA;
	max-width:1080px;
	margin:50px auto 0 auto;
	padding:20px 100px 40px 400px;
	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;
	min-height:250px;
	}
#index3 article a:before{
	content:"";
	display:block;
	position:absolute;
	right:45px;
	top:50%;
	margin-top:-8px;
	width:16px;
	height:16px;
	border-top:2px solid #353E41;
	border-right:2px solid #353E41;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#index3 article a h3{
	padding-top:30px;
	overflow:hidden;
	zoom:1;
	}
#index3 article a h3 span{
	display:inline-block;
	float:left;
	margin-right:20px;
	font-size:20px;
	font-weight:700;
	color:#FAFAFA;
	background-color:#353E41;
	padding:2px 10px 2px 10px;
	margin-top:7px;
	}
#index3 article a h3 strong{
	display:inline-block;
	font-size:31px;
	font-weight:700;
	overflow:hidden;
	zoom:1;
	}
#index3 article a p{
	font-size:16px;
	line-height:2.1;
	margin-top:25px;
	}
#index3 article a h4{
	position:absolute;
	left:20px;
	top:20px;
	width:330px;
	height:-webkit-calc(100% - 40px);
	height:calc(100% - 40px);
	background-position:center center;
	background-repeat:no-repeat;
	}
#index3 article a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#detail1{
	max-width:1360px;
	margin:0 auto;
	padding:0 110px 0 340px;
	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;
	overflow:hidden;
	zoom:1;
	min-height:120px;
	}
#detail1 div.titleb{
	position:absolute;
	left:70px;
	top:0;
	}
#detail1 article{
	float:right;
	width:820px;
	max-width:100%;
	padding-bottom:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#detail1 article .headb{
	padding-bottom:70px;
	}
#detail1 article .headb h1{
	text-align:center;
	font-size:0;
	}
#detail1 article .headb h1 strong{
	display:inline-block;
	font-size:36px;
	font-weight:700;
	letter-spacing:0em;
	}
#detail1 article .headb h1 span{
	display:inline-block;
	font-size:20px;
	font-weight:700;
	color:#FAFAFA;
	background-color:#353E41;
	padding:2px 10px 2px 10px;
	margin-top:20px;
	}
#detail1 .linkto{
	text-align:center;
	}
@media screen and (max-width:900px){
#kulink{
	padding-bottom:80px;
	}
#index1{
	padding:0 7% 80px 7%;
	}
#index1 h2{
	font-size:26px;
	line-height:1.9;
	}
#index1 p{
	max-width:auto;
	font-size:15px;
	line-height:2.6;
	margin:40px auto 0 auto;
	}
#index2 ul{
	animation:30s linear infinite sliderAnimation;
	}
#index2 ul li{
	height:180px;
	}
#index3{
	margin-top:110px;
	padding:0 7% 110px 7%;
	}
#index3:after{
	top:22px;
	}
#index3 h2{
	font-size:28px;
	padding-bottom:10px;
	}
#index3 article a{
	width:600px;
	max-width:100%;
	margin:30px auto 0 auto;
	padding:360px 30px 30px 30px;
	min-height:auto;
	}
#index3 article a:before{
	margin-top:0;
	top:auto;
	right:27px;
	bottom:26px;
	width:4px;
	height:4px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	z-index:2;
	}
#index3 article a:after{
	content:"";
	display:block;
	width:28px;
	height:28px;
	background-color:#353E41;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:1;
	}
#index3 article a h3{
	padding-top:0px;
	}
#index3 article a h3 span{
	margin-right:15px;
	font-size:18px;
	padding:2px 8px 2px 8px;
	margin-top:5px;
	}
#index3 article a h3 strong{
	font-size:25px;
	}
#index3 article a p{
	font-size:15px;
	line-height:1.9;
	margin-top:15px;
	padding-right:20px;
	}
#index3 article a h4{
	left:30px;
	top:30px;
	width:-webkit-calc(100% - 60px);
	width:calc(100% - 60px);
	height:-webkit-calc(300px);
	height:calc(300px);
	}
#detail1{
	padding:0 7%;
	min-height:auto;
	}
#detail1 div.titleb{
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
	}
#detail1 article{
	float:none;
	width:auto;
	padding:80px 0 70px 0;
	}
#detail1 article .headb{
	padding-bottom:55px;
	}
#detail1 article .headb h1 strong{
	font-size:24px;
	line-height:1.6;
	}
#detail1 article .headb h1 span{
	font-size:18px;
	padding:2px 8px 2px 8px;
	margin-top:10px;
	}
#detail1 article .post-box table th{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-bottom:0;
	padding:20px 18px 0px 18px;
	font-size:18px;
	}
#detail1 article .post-box table td{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:10px 18px 20px 18px;
	}
}
@media screen and (max-width:500px){
#index3 article a{
	padding:220px 5% 25px 5%;
	}
#index3 article a h4{
	left:7%;
	top:20px;
	width:-webkit-calc(86%);
	width:calc(86%);
	height:-webkit-calc(180px);
	height:calc(180px);
	}
#index3 article a h3{
	text-align:center;
	}
#index3 article a h3 span{
	margin-right:0;
	float:none;
	font-size:17px;
	}
#index3 article a h3 strong{
	display:block;
	margin-top:8px;
	font-size:22px;
	letter-spacing:0em;
	}
#index3 article a p{
	font-size:14px;
	line-height:1.8;
	padding-right:25px;
	}
}