/****************************************************************************************/
[has-header-news="false"] #staff {
	margin-top: 150px;
}
[has-header-news="true"] #staff {
	margin-top: 200px;
}
/*******************************************/
#staff h1 {
	font-size: 3.3rem;
	line-height: 4.3rem;
}

#staff h1 span::before,
#staff h1 span::after {
	width: 60px;
}
#staff h1 span::before {
	left: -70px;
}
#staff h1 span::after {
	right: -70px;
}
/*******************************************/
#staff li {
	display: flex;
	align-items: center;
}
#staff li:nth-child(2n) {
	margin-top: 77px;
	flex-direction: row-reverse;
}
#staff li > * {
	width: 50%;
}

#staff li:nth-child(2n-1) div {
	padding-left: 50px;
}
#staff li:nth-child(2n) div {
	padding-right: 50px;
}
/*******************************************/
#staff p {
	font-size: 2.05rem;
	line-height: 4.5rem;
}
/*******************************************/
#staff .back {
	margin-top: 150px;
	font-size: 1.9rem;
	line-height: 2.9rem;
}
/****************************************************************************************/