@charset "UTF-8";

/*================================================
 *  仕事と働く人 一覧ページ用
 ================================================*/


section#job_list_area {
	padding-bottom: 180px;
}

section#job_list_area .inner {
	max-width: 1100px;
	margin: 0 auto;
	z-index: 5;
}
section#job_list_area .inner .notes {
	padding: 0 30px;
}


section#job_list_area .inner .inr {
	margin: 80px auto 0;
	max-width: 984px;
}
section#job_list_area .inner .inr::before {
	position: absolute;
	content: '';
	top: 100px;
	left: 50%;
	transform: translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}









/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:767px) {





section#job_list_area {
	padding-bottom: 24vw;
}


section#job_list_area .inner .notes {
	padding: 0;
}


section#job_list_area .inner .inr {
	margin-top: 10vw;
}
section#job_list_area .inner .inr::before {
	top: 16vw;
}




	
}