@charset "utf-8";
/*------------------------------------------------------------
	personnel
------------------------------------------------------------*/
#main .sec01 {
	padding-bottom: 17.1rem;
	background: url("../img/recruitinginformation/personnel/bg01.jpg") no-repeat right bottom / 144rem;
}
#main .headLine01 {
	margin: -0.2rem 0 4.5rem;
	padding-bottom: 2.4rem;
	font-size: 3.6rem;
}
#main .sec01 p {
	text-align: center;
	line-height: 3;
}
@media all and (max-width: 896px) {
	#main .sec01 {
	padding-bottom: 10rem;
	background: url("../img/recruitinginformation/personnel/bg01_sp.jpg") no-repeat right bottom / 39rem;
}
	#main .headLine01 {
		margin: 0 0 3rem;
		padding-bottom: 2.2rem;
		font-size: 2.4rem;
	}
	#main .sec01 p {
		text-align: left;
		line-height: 3;
	}
}