@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document staff
--------------------------------------------------------- */

#staff {
	margin: 0 5vw;
}

#staff .article {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#staff .article:not(:last-of-type) {
	border-bottom: solid 1px #c1c1c0;
}

#staff .name {
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #586931;
}

#staff .name .ja {
	margin-right: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 6vw;
}

#staff .name .en {
	font-family: Lora, serif;
	font-size: 4vw;
}

#staff figure {
	width: 58vw;
	height: calc(60vw + 20px);
	margin: 0 auto 30px;
	position: relative;
	z-index: 0;
}

#staff figure:before {
	content: '';
	width: 210px;
	height: 240px;
	background: #efeff0;
	position: absolute;
	right: -20px;
	bottom: 0;
	z-index: -1;
}

#staff p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}
