/* ===========================================
 * staff
=========================================== */

#staff_main{
	padding: 120px 0 160px;
}

#staff_mainInner{}
#staff_mainInner h2{
	font-size: 28px;
	text-align: center;
}
#staff_mainInner p{
	font-size: 16px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.6em;
	margin-top: 50px;
}



#staff_message{
	background: #E8E8E4;
	padding: 120px 0 150px;
}

#staff_messageInner{}
#staff_messageInner .block{
	display: flex;
	justify-content: space-between;
	padding: 70px 0;
	border-bottom: 1px solid #9D9D9D;
}
#staff_messageInner .block:last-of-type{
	border-bottom: 0;
}
#staff_messageInner .block .img_box{
	width: 504px;
}
#staff_messageInner .block .img_box img{
	width: 504px;
	height: 312px;
}
#staff_messageInner .block .img_box h3{
	font-size: 24px;
}
#staff_messageInner .block .text_box{
	width: 504px;
}
#staff_messageInner .block .text_box p{
	font-size: 14px;
}



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

	#staff_main{
		padding: 90px 0 90px;
	}

	#staff_mainInner{}
	#staff_mainInner h2{
		font-size: 34px;
		text-align: left;
	}
	#staff_mainInner p{
		font-size: 24px;
		text-align: left;
		letter-spacing: .1em;
		line-height: 2em;
		margin-top: 30px;
	}



	#staff_message{
		background: #E8E8E4;
		padding: 70px 0 70px;
	}

	#staff_messageInner{}
	#staff_messageInner .block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 70px 0;
		border-bottom: 1px solid #9D9D9D;
	}
	#staff_messageInner .block:last-of-type{
		border-bottom: 0;
	}
	#staff_messageInner .block .img_box{
		width: 504px;
		order: 1;
		margin: 0 auto 40px;
	}
	#staff_messageInner .block .img_box img{
		width: 504px;
		height: 312px;
	}
	#staff_messageInner .block .img_box h3{
		font-size: 24px;
	}
	#staff_messageInner .block .text_box{
		width: 580px;
		order: 2;
	}
	#staff_messageInner .block .text_box p{
		font-size: 20px;
	}
	
}