@charset "UTF-8";

/* common */

@media (max-width: 767px){
	.ab_billboard{
		background-image: url(../sy_images/recruit/recruit_billboard_back_sp.jpg);
	}
	.ho_heading{
		max-width: 340px;
		margin-bottom: 80px;
	}
}
@media (min-width: 768px){
	.ab_billboard{
		background-image: url(../sy_images/recruit/recruit_billboard_back_pc.jpg);
	}
	.heading_img1{
		width: 420px;
	}
}

/* ===========================================
	   recrruit Page
   =========================================== */

.re_section{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.re_txt em{
	font-weight: 500;
	color: #FF841E;
}
.ab_dl dd{
	border-bottom: solid 1px #D9DADA;
}
@media (max-width: 767px){
	.re_section{
		padding: 40px 5% 0;
	}
	.mt{
		margin-top: 32px;
	}
	.cmn_head + .re_txt{
		margin-top: 15px;
		margin-bottom: 26px;
	}
	.re_txt em{
		font-size: 1.8rem;
	}
	.re_txt2{
		margin-top: 36px;
	}
	.re_btn{
		margin-top: 16px;
	}
}
@media (min-width: 768px){
	.re_section{
		padding-top: 70px;
	}
	.re_section .cmn_head{
		width: 80%;
	}
	.cmn_head + .re_txt{
		margin-top: 32px;
	}
	.re_txt ~ .re_txt{
		margin-top: 28px;
	}
	.re_txt em{
		font-size: 2rem;
	}
	.re_txt2{
		margin-top: 74px;
	}
	.re_btn{
		margin-top: 54px;
	}
}