@charset "UTF-8";

.contents {
	padding-top: 20px;
}

.mainimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1370px;
	margin: 0 auto;
}

.-staff01 .mainimg {
	background-image: url(../recruit/staff/img/img-staff01-main.jpg);
}

.-staff02 .mainimg {
	background-image: url(../recruit/staff/img/img-staff02-main.jpg);
}

.-staff03 .mainimg {
	background-image: url(../recruit/staff/img/img-staff03-main.jpg);
}

.-staff04 .mainimg {
	background-image: url(../recruit/staff/img/img-staff04-main.jpg);
}

.-staff05 .mainimg {
	background-image: url(../recruit/staff/img/img-staff05-main.jpg);
}

.-staff06 .mainimg {
	background-image: url(../recruit/staff/img/img-staff06-main.jpg);
}

.-staff07 .mainimg {
	background-image: url(../recruit/staff/img/img-staff07-main.jpg);
}

.mainimg .inner {
	height: 495px;
}

.mainimg_sp {
	text-align: center;
}

.mainimg_sp img {
	width: 100%;
	height: auto;
}

.mainimg_cnt {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.mainimg_cnt.-right {
	right: 10px;
}

.mainimg_catch {
	font-size: 32px;
	line-height: 1.5;
}

.mainimg_sub {
	font-size: 16px;
	color: #FFF;
	background: url(../recruit/staff/img/bg-black.png);
	display: inline-block;
	padding: 24px;
	margin-top: 50px;
	min-width: 480px;
}

.mainimg_job {
}

.mainimg_name {
	margin-top: 15px;
}

.mainimg_name strong {
	font-size: 25px;
}

.mainimg_school {
	margin-top: 15px;
	line-height: 1.5;
}

.detail {
	font-size: 16px;
	line-height: 1.8;
}

.detail_sec {
}

.detail_catch {
	font-size: 28px;
	line-height: 1.4;
}

.detail_question {
	color: #F96E79;
}

.detail_text {
}

.detail_img {
}

.detail_human {
	text-align: center;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.-staff02 .mainimg {
		background-position: 35% center;
	}

	.-staff03 .mainimg {
		background-position: 55% center;
	}

	.-staff04 .mainimg {
		background-position: 34% center;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.mainimg {
		background-image: none !important;
	}

	.mainimg .inner {
		height: auto;
	}

	.mainimg_catch {
		font-size: 22px;
	}

	.mainimg_sub {
		margin-top: 15px;
		padding: 20px;
		font-size: 14px;
		display: block;
		min-width: auto;
	}

	.mainimg_cnt {
		position: static;
		top: auto;
		display: block;
		width: 100%;
		margin-top: 15px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.detail {
		font-size: 14px;
		line-height: 1.6;
	}

	.detail_catch {
		font-size: 18px;
	}

}