@charset "utf-8";

/*
************************************************************************
* our team 私たちについて
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */



.staff-item {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 1em;
	margin-bottom: 4em;
}


.staff-img {
	width: 30%;
	min-width: 250px;
	margin-bottom: 1em;

	text-align: center;
}
.staff-img .pict {
	width: 200px;
	height: 200px;

	margin: 0 auto;
	margin-bottom: 1em;
}
.staff-img .pict img {
	border-radius: 50%;
}

.staff-name {
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
}
.staff-name .jp {
	display: block;
	text-align: left;
}
.staff-name .en {
	display: block;
	text-align: right;
	padding: 0 1em;
}

.staff-text {
	width: 70%;
	padding: 0 1em 0 0 ;
	line-height: 2;
}
.staff-text p {
	margin-bottom: 1em;
}






/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1040px) {
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {



	.staff-item {
		padding: 2em;
	}
	.staff-img {
		width: 100%;
		max-width: 640px;
		min-width: auto;
	}
	.staff-img .pict {
		width: 60%;
		height: auto;
	}
	.staff-text {
		width: 100%;
	}


}

