@charset "utf-8";
/* CSS Document */

.recruit_interview_box {
	width:1000px;
	margin:20px auto 0;
	display: flex;
	justify-content: center;
}

.profile_name {
	font-size: 14px;
	text-align: center;
}
.staff_box {
	width: 240px;
	float: left;
	margin-right:10px;
}
.staff_photo {
	color: #FFF;
	text-align: center;
	border: 8px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5) inset;
    box-sizing: border-box;
    overflow: hidden;
}
.staff_photo_innner01 {
    background-color: #FA6635;
}
.staff_photo_innner02 {
    background-color: #77C51E;
}
.staff_photo_innner03 {
    background-color: #0071bb;
}
.staff_photo2{
	background-color: #600;
	color: #FFF;
	text-align: center;
}
.staff_name_box {
	padding: 10px;
}
.staff_name1 {
	font-size: 14px;
    text-align: left;
    padding: 0;}
.staff_job {
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: bold;
}

.staff_photo a img {
  transition: 0.5s;
  vertical-align: bottom; 
}
.staff_photo a img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.pt1 {
	padding-top: 35px;
	margin-bottom: 24px;
}

/*STAFF*/
#president_box {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-top: 40px;
	margin-left: 0;
}
.photo_circle {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	
}
.photo_circle img{
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
}
.staff_name {
	font-size: 15px;
	text-align: center;
	padding-top: 15px;
	line-height: 1.3em;
}
.pt5 {
	padding-top: 10px;
}
.main-staff {
	padding: 42px 0 24px !important;
}


@media (max-width: 980px) {
	.recruit_interview_box {
	    width: 100%;
	}
	.staff_box {
    	width: 23.9%;
    }
    .staff_box {
    	width: 23.5%;
    }
    #president_box {
	    float: unset;
	    width: 200px;
	    margin-right: auto;
	    margin-top: 40px;
	    margin-left: auto;
	}
}
@media (max-width: 768px) {
	.staff_name1 {
    	font-size: 13px;
    }
    .staff_job {
    	font-size: 20px;
    }
    .main-staff {
	    padding: 5px 0 24px !important;
	}
}

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

.recruit_interview_box {
	width:100%;
	display: block;
}
.staff_box {
	width:48%;
	margin:0 1% 20px;
}
.staff_photo {
}
.staff_photo_innner {
	height:250px;
	overflow:hidden;
}
.staff_name_box {
	padding:5px 0 0 0
}
.staff_name1 {
	font-size: 10px;
}
.staff_job {
	font-size: 15px;
	letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px 0;
}
#president_box {
	float: unset;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}
.photo_circle {
	width: 40%;
	text-align: center;
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-right: 30%;
	margin-left: 30%;
	height: unset;
}


.photo_circle img{
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-top: 0px;
	border: 4px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.staff_name {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	line-height: 1.3em;
	margin: 0px;
}
.strong2 {
    font-weight: normal; 
    font-size: 14px; 
    color: #333; 
    font-feature-settings: "palt";
}


/*
<div class="recruit_interview_box">
<div class="staff_box">
    <div class="staff_photo img-block"> <a href="staff01.html"><div class="staff_photo_innner"><img src="images/recruit_interview_vertically01.jpg" alt="松元寿行"></div></a> </div>
    <div class="staff_name_box">
    <p class="staff_name">20XX年入社　松元 寿行</p>
    <p class="staff_job" style="color:#fa6635">現場監督</p>
*/
}

@media (max-width: 414px) {
	.staff_photo_innner {
    	height: 230px;
    }
}
@media (max-width: 380px) {
	.staff_photo_innner {
	    height: 220px;
	}
}
@media (max-width: 360px) {
	.staff_photo_innner {
	    height: 200px;
	}
}
@media (max-width: 320px) {
	.staff_photo_innner {
	    height: 180px;
	}
}