/*-------------------------------------
■ Recruit
-------------------------------------*/
.rec_box{
	margin-bottom:50px;
}

.rec_box .rec_container{
	padding-top:60px;
}
.rec_box .rec_container:first-child{
	padding-top:0;
}

.rec_info_text{
	margin-bottom:10px;
	padding:40px 30px;
	background:#f6f6f6;
}




@media screen and (max-width:767px){

}





@media screen and (max-width:480px){
	.rec_box{
		margin-bottom:40px;
	}

	.rec_box .rec_container{
		padding-top:40px;
	}
	.rec_info_text{
		padding:15px;
	}
}