@charset "utf-8";
/* CSS Document */
#job_00{
	background-image: url(../images/job/00.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sp_job_00 {
	position: relative;
	text-align: center;
}
#sp_job_00 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.job_w900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 52px);
	box-sizing: border-box;
	max-width: 900px;
}
.job_main_t {
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
}
.job_title {
	font-size: 26px;
	font-weight: bold;
	background-image: url(../images/job/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 70px;
	padding-bottom: 12px;
}
.job_box {
	display: flex;
	justify-content:space-between;
	width: 100%;
	box-sizing: border-box;
}
.job_box_L1 {
	width: 550px;
	box-sizing: border-box;
}
.job_box_t01 {
	font-size: 20px;
	padding-top: 36px;
	padding-bottom: 36px;
	font-weight: bold;
}
.job_box_R1 {
	width: 320px;
	padding-top: 36px;
	box-sizing: border-box;
}
.job_box_L2 {
	width: 320px;
	padding-top: 36px;
	box-sizing: border-box;
}
.job_box_R2 {
	width: 550px;
	box-sizing: border-box;
}









#PC_END---------------------------------------------------------------------------------------------------{}
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
@media screen and (max-width: 737px){
#SP_STA----------------------------------------------------------------------------------------------------{}
.job_main_t {
}
.job_title {
	font-size: 20px;
	margin-top: 54px;
	padding-bottom: 10px;
}
.job_box {
		flex-wrap:wrap;
}
.job_box_L1 {
	width: 100%;
}
.job_box_t01 {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.job_box_R1 {
	width: 100%;
	padding-top: 18px;
	order: 1;
}
.job_box_L2 {
	width: 100%;
	padding-top: 18px;
	order: 2;
}
.job_box_R2 {
	width: 100%;
}
#SP_END----------------------------------------------------------------------------------------------------{}
}
