@charset "UTF-8";

.recruit_bg {
	position:relative;
	width:100%;
	min-width:1200px;
	aspect-ratio: 2 / 1;
	background:#fff url(../images/recruit/bg.jpg?2) 50% 80% no-repeat;
	background-size:cover;
}

.icatch {
	position:absolute;
	top:250px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	text-align:center;
}

.aboutwaku {
	max-width:1000px;
}

.text1 {
	font-size:1.1em;
	font-weight:bold;
}

.text2 {
	line-height:1.8;
}

.text3 {
	background-color:#eee;
	font-weight:bold;
}

.mvwaku {
	width:800px;
	max-width:100%;
	margin:15px auto;
}

.mvvideo {
	width:800px;
	max-width:100%;
	aspect-ratio: 16 / 9;
	border:1px solid #bbb;
}

.waku1 {
	width:400px;
}

.recruittable {
	border-collapse:collapse;
	width:100%;
	max-width:900px;
	color:#444;
}

.recruittable th{
	width:180px;
	padding:10px 10px;
	border-bottom:3px solid #38a;
}

.recruittable td{
	padding:10px 10px;
	border-bottom:1px solid #38a;
}



/* パソコンonly用 */
@media screen and (min-width:566px){
	
}

/* スマホ用 */
@media screen and (max-width:565px){
	.recruit_bg {
		background:#fff url(../images/recruit/bg_sp.jpg?4) 50% 50% no-repeat;
		min-width:100%;
		height:100svh;
		aspect-ratio: auto;
	}
	
	.icatch {
		position:absolute;
		top:200px;
		left:0;
		width:100%;
		margin-left:0;
		padding:20px;
		text-align:center;
	}
	
	.waku1 {
		width:50%;
	}
	
	.recruittable th{
		display:block;
		width:100%;
		padding:5px;
		border-bottom:none;
		background-color:#cef;
	}
	
	.recruittable td{
		display:block;
		width:100%;
		margin-bottom;5px;
		padding:5px;
		border-bottom:none;
	}
	
}
