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


#staff_main{
	position: relative;
}

#staff_main img{
	width: 100%;
}

#staff_main p{
	font-size:360%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
	position: absolute;/*絶対配置*/
	top: 50%;
    right: 30%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

#staff{
    width:1024px;
	margin: 0 auto;
	padding-top:100px;
	margin-bottom:120px;
	height: auto;
	overflow: hidden;
}

#staff .staff_con{
    width: 100%;
    overflow: hidden;	
	margin-bottom: 90px;
}

#staff .staff_con .left{
	width: 35%;
	float: left;
}
#staff .staff_con .left img{
	width: 100%;
}

#staff .staff_con .right{
	width: 58%;
	float: right;
	letter-spacing: 0.05em;
}

#staff .staff_con .right .potision{
	font-size: 130%;
	margin-bottom: 5px;
}

#staff .staff_con .right .name{
	font-size: 200%;	
}

#staff .staff_con .right dl{
    border-bottom: 1px dotted hsla(0,0%,82%,1.00);
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-size: 110%;
    width: 100%;
    line-height: 1.5em;
    overflow: hidden;
	margin-top: 20px;
}
#staff .staff_con .right dl dt{
	width: 30%;
	float: left;
}

#staff .staff_con .right dl dd{
	width: 65%;
	float: right;
}



@media screen and (max-width: 1023px) {
#staff{
    width:96%;
	padding-top:30px;
	margin-bottom:80px;
}
		
#staff_main p{
   font-size: 300%;
	right: 10%;
}

}
@media screen and (max-width: 680px) {
#staff_main p{
   font-size: 230%;
}
	
#staff .staff_con .left{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#staff .staff_con .left img{
	width: 75%;
}

#staff .staff_con .right{
	width: 100%;

}
#staff .staff_con .right .potision{
	font-size: 120%;
	margin-bottom: 10px;
	text-align: center;
}	
#staff .staff_con .right .name{
	font-size: 180%;	
	text-align: center;
	margin-bottom: 40px;
}		
#staff .staff_con .right dl{
    font-size: 100%;

}

}
