@charset "UTF-8";
/* CSS Document */

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/recruitment/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.recruit_wrap{
	width: 1280px;
	margin: -50px auto 50px auto;
	background: #fff;
}
.recruit_group01,.recruit_group02,.recruit_group03,.recruit_group04{
	width: 1200px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 150px;	
}
.recruit_group01{
	background-image: url("../img/recruitment/img_01.jpg");	
}
.recruit_group02{
	background-image: url("../img/recruitment/img_02.jpg");	
}
.recruit_group03{
	background-image: url("../img/recruitment/img_03.jpg");	
}
.recruit_group04{
	background-image: url("../img/recruitment/img_04.jpg");	
}
.recruit_tbl{
	background: #000;
	border-radius: 20px;
	width: 60%;
}
.recruit_group01 h4,.recruit_group02 h4,.recruit_group03 h4,.recruit_group04 h4{
	font-size: 25px;
	font-weight: bold;
}
.recruit_tbl table{
	width: 100%;
	color: #fff;
	padding: 30px;
	text-align: left;
}
.recruit_tbl table tr th{
	width: 30%;
}
.recruit_tbl table tr th,.recruit_tbl table tr td{
	border-bottom: 1px dotted #fff;
	padding: 20px 0;
}
.recruit_wrap{
	display: block!important;
}
.recruit_wrap_sp{
	display: none!important;
}

@media screen and (max-width: 1280px){
/* メイン */
.recruit_wrap{
	width: 100%;
	margin: -50px auto 50px auto;
	background: #fff;
}
.recruit_group01,.recruit_group02,.recruit_group03,.recruit_group04{
	width: 95%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 150px;	
}
}
@media screen and (max-width: 1000px){
.recruit_wrap_sp{
	display: block!important;
}
.recruit_wrap{
	display: none!important;
}
	.recruit_group_sp{
		width: 95%;
		margin: -100px auto 180px auto;
	}
.recruit_tbl{
	background: #000;
	border-radius: 20px;
	width: 100%;
	margin: 0 auto;
}
.recruit_group_sp h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
	.recruit_group_sp img{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/recruitment/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.recruit_group_sp h4{
	font-size: 20px;
	}
.recruit_tbl table tr td{
	padding-left: 10px;
	}
	
}


