@charset "UTF-8";

/* *******************************************************************************************
* 
*	採用情報
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.recruitHeader{
	min-width: 1280px;
}
.recruitHeader_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.recruitHeader_ttl{
	width: 170px;
}

@media screen and (max-width : 768px){
	.recruitHeader{
		min-width: 320px;
	}
	.recruitHeader_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.recruitHeader_ttl{
		margin: 0 auto;
		width: 91px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 採用情報 ----------------------------- */

.recruit{
	min-width: 1280px;
}
.recruit_inner{
	margin: 0 auto;
	padding-bottom: 64px;
	width: 926px;
}
.recruit_sectionTtl{
	margin-bottom: 32px;
	padding-left: 18px;
	color: #e55c49;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #f88e7f;
}
.recruit_section{
	padding-bottom: 22px;
}
.recruit_section_subTtl{
	margin-bottom: 16px;
	color: #e55c49;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
}
.recruit_tablePC{
	margin-bottom: 42px;
	width: 100%;
	color: #40201a;
	border: 1px solid #d9d0ce;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.recruit_tablePC th{
	padding: 27px 24px;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: 600;
	background: #f2f0f0;
}
.recruit_tablePC td{
	padding: 27px 24px;
	font-size: 14px;
	line-height: 28px;
}
.recruit_tablePC .border th,
.recruit_tablePC .border td{
	border-bottom: 1px solid #d9d0ce;
}
.recruit_tablePC td .option{
	color: #666;
}
.recruit_entry{
	color: #666;
	font-size: 14px;
	line-height: 36px;
}
.recruit_entry_txt{
	padding-left: 22px;
	text-indent: -22px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.recruit{
		min-width: 320px;
	}
	.recruit_inner{
		padding: 0 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.recruit_sectionTtl{
		margin-bottom: 23px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #f88e7f;
	}
	.recruit_section{
		padding-bottom: 26px;
	}
	.recruit_section_subTtl{
		margin-bottom: 13px;
		font-size: 12px;
		line-height: 1em;
	}
	.recruit_tableSP{
		margin-bottom: 24px;
		width: 100%;
		color: #40201a;
		border: 1px solid #d9d0ce;
		border-collapse: separate;
		border-spacing: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	.recruit_tableSP th{
		padding: 12px;
		font-size: 11px;
		line-height: 21px;
		text-align: left;
		font-weight: 600;
		background: #f2f0f0;
	}
	.recruit_tableSP td{
		padding: 12px;
		font-size: 11px;
		line-height: 21px;
	}
	.recruit_tableSP .border th,
	.recruit_tableSP .border td{
		border-bottom: 1px solid #d9d0ce;
	}
	.recruit_tableSP td .option{
		color: #666;
	}
	.recruit_entry{
		font-size: 10px;
		line-height: 27px;
	}
	.recruit_entry_txt{
		padding-left: 17px;
		text-indent: -17px;
		font-size: 12px;
		line-height: 27px;
	}
}


