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

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

#staff {
	text-align: left;
}

#staff .article {
	margin-bottom: 80px;
	padding-bottom: 80px;
	position: relative;
}

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

#staff .section {
	width: 620px;
	min-height: 320px;
	margin-left: auto;
}

#staff .name {
	margin-bottom: 20px;
	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: 26px;
}

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

#staff figure {
	width: 310px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

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

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