@charset "utf-8";

/*--------------------------------------------------------------
スマホ用
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.disp_pc{
	display: none;
}
.disp_mobile{
	display: block;
}
	
/*--------------------------------------------------------------
recruit
--------------------------------------------------------------*/
.box1-staffvoice {
	float: left;
	width: 22%;
	margin-top: 4%;
	margin-bottom: 3%;
}
.box2-staffvoice {
	float: left;
    margin-left: 3%;
    width: 73%;
	margin-top: 4%;
	margin-bottom: 3%;
}
.box3-staffvoice {
	float: left;
	width: 22%;
	margin-top: 0%;
	margin-bottom: 3%;
}
.box4-staffvoice {
	float: left;
    margin-left: 3%;
    width: 73%;
	margin-top: 0%;
	margin-bottom: 3%;
}
.staffimg2 img {
    width: 100% !important;
	margin: 20px auto;
    background-color: #eff5ed;
	padding:0;
}

/*--------------------------------------------------------------
iphone 5向け
--------------------------------------------------------------*/
@media screen and (max-width: 374px) {

}