@charset "utf-8";
.sp_br {
		display: none;
	}
.recruit_title {
	background-color: #f7e461;
	color: #8a8a8a;
	padding: 20px 0;
	font-weight: bold;
}
.recruit_company {
	color: #818282;
	width: 90%;
    max-width: 900px;
    text-align: center;
}
.recruit_company .subtitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2em;
}
.recruit_titleWrp {
    margin-top: 6%;
    margin-bottom: 5%;
}
/*ここまでタイトル*/
.career_head_title{
	font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: linotype-didot, serif;
	margin-top: 3em
}	
.career_head_title_span {
	color: #a64945;
	font-size: 1.85em;
	margin: 0 3px;
}
.career_head_text {
	font-size: 1em;
    margin: 2em 0 4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.career_head_text_voice {
	margin: 2em auto 20px;
	font-size: 1.2em;
	color:#ef8784;
}
.career_head_text_voice_from {
	text-align: right;
	font-size: 1.1em;
	padding-right: 80px;
}
/*募集要項*/
.company_box li {
	border-bottom: solid 1px #a3a4a8;
}
.company_box_inner {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.company_box_inner dt {
	width: 200px;
	padding: 20px 20px 20px 10px;
	border-right: solid 1px #a3a4a8;
	letter-spacing: 4px;
	text-align: left;
}
.company_box_inner dd {
	width: calc(100% - 200px);
	padding: 20px;
	text-align: left;
}
.company_box_inner .link {
	color: #F16A21;
	display: inline;
}
.company_box_inner .note {
	font-size: 13px;
}
.company_box_inner .pdf {
    margin-top: 1em;
}
.company_box_inner .pdf a {
    display: inline-block;
    background-color: #727171;
    color: #FFFFFF;
    padding: .5em 1em;
    font-weight: bold;
    border-radius: 4px;
}
/*__/募集要項*/


@media screen and (max-width:768px){
	.recruit_company_title {
		width: 100%;
	}
	.career_list_ul{
	  width: 85%;
	}
	.career_list_li {
    padding: 0.2em 0;
	}
	.recruit_entry_link_text {
		width: 70%;
	}
	.career_head_title {
    font-size: 1.4em;
	margin: 0;
	}
	.career_head_title_span_sub {
    font-size: 0.9em;
	}
	.company_box li {
		border-bottom: none;
		margin-bottom: 1.5em;
	}
	.company_box_inner dt {
		width: 100%;
		background-color: #f3f3f3;
		border: none;
		padding-top: 15px;
    	padding-bottom: 15px;
		letter-spacing: 2px;
	}
	.company_box_inner dd {
		width: 100%;
	}
	.company_box_inner a {
		display: inline;
	}
}

@media screen and (max-width:480px){
	.sp_br {
		display: block;
	}
	.recruit_title {
		margin-bottom: 1.3em;
	}
	.recruit_titleWrp {
		margin-bottom: 0;
	}
	.career_head_title {
    font-size: 1.2em;
    margin: 2em 0 1em;
	}
	
	.career_head_text {
    font-size: 0.95em;
	}
	.career_head_text_voice {
    margin: 2em auto 20px;
    font-size: 1.15em;
	line-height: 1.6;
	}
	.career_head_text_voice_from {
    text-align: right;
    font-size: 1.1em;
    padding-right: 10px;
	}
}
