/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
#staff-area {
	width: 100%;
	background: #000000 url("../../img/common/bg1.jpg") no-repeat center center / cover;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
#staff-area {
	min-height: calc(100vh - 316px - 6.28vw);
}

@media screen and (min-width: 1600px) {
#staff-area {
	min-height: calc(100vh - 316px - 100.48px);
}
}

@media screen and (max-width: 1280px) {
#staff-area {
	min-height: calc(100vh - 316px - 80.384px);
}
}
.box {
	width: 100%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 60px;
	max-width: 1600px;
}
.left-box {
	position: absolute;
	top:0px;
	left:0px;
	width: 320px;
}
.right-box {
	width: 100%;
	box-sizing: border-box;
	padding-left: 320px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #e7b42d;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #e7b42d;
}
.headline h4,.headline h3 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #FFFFFF;
}
.headline h4 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: 0.5em;
}
.headline h3 {
	font-size: 36px;
	line-height: 1.3em;
}
.headline p {
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 0.6em;
	margin-top: 20px;
	margin-bottom: -2px;
	font-family: 'Teko', sans-serif!important;
	font-weight: 400;
	color: #e7b42d;
}
.right-box h3 {
	display: block;
	font-size: 28px;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: 'Teko', sans-serif!important;
	font-weight: 400;
	color: #e7b42d;
}
.right-box p {
	line-height: 1.8em;
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 18px;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
#staff-area {
	background: #000000 url("../../img/common/bg1sp.jpg") no-repeat center center / cover;
	padding: 8vw 0 6%;
	margin-top: -1.5vw;
}
.box {
	padding: 0 0;
}
.left-box {
	position: relative;
	width: 100%;
}
.right-box {
	padding-left: 0px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #e7b42d;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #e7b42d;
}
.headline h4 {
	font-size: 4vw;
	margin-bottom: 2.5vw;
}
.headline h3 {
	font-size: 5vw;
	line-height: 1em;
}
.headline p {
	font-size: 6vw;
	margin-top: 4vw;
	margin-bottom: -2px;
}
.right-box h3 {
	font-size: 5vw;
	line-height: 1.2em;
	margin-top: 1vw;
	margin-bottom: 0vw;
}
.right-box p {
	font-size: 2.8vw;
}
}