section.page_top {
	padding-bottom: 25px;
	background-image: url(./img/staff_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

/* スクロールタブ */
.flex.st_flex {
	flex-wrap: wrap;
}

a.scloll_tab {
	background-color: #fff;
	border: 2px solid #0091E2;
	width: 165px;
	height: 50px;
	border-radius: 40px;
	margin: 7px 3px;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
}

/* タイトル */
.top_title p::before,
.top_title h2::before {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 25px;
	/* background-image: linear-gradient(#615D5D 0 100%); */
	background-repeat: no-repeat;
	background-size: 38px 2px;
	background-position: center 58px;
	color: #009CF3;
	font-size: 22px;
	text-transform: uppercase;
	content: 'STAFF';
}

.underlayer_ttl {
	text-align: center;
	margin-bottom: 10px;
}

.underlayer_ttl p {
	font-size: 25px;
	color: #FFE500;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.underlayer_ttl h1 {
	margin-top: 5px;
}

/* ボタン */
.next_button.blog_btn {
	padding-left: 55px;
	padding-right: 25px;
	width: 202px;
}

.next_button.blog_btn a {
	color: #fff;
}

/* ---------
 スタッフ紹介
 -----------*/
.staff_list {
	margin: 40px 0;
}

.staff_item {
	background: #fff;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	box-shadow: 0px 0px 13px 2px #BFBFBF;
	padding: 0 15px 15px;
}

.staff_item img {
	width: 75%;
	margin: 20px auto 0;
}

p.name {
	margin: 7px 0 0px;
	font-size: 20px;
}

.staff_item span {
	font-weight: 300;
	font-size: 16px;
	font-family: 'Montserrat';
}

p.staff_comment {
	font-size: 16px;
	margin: 10px 0;
	font-weight: 400;
	font-family: 'Montserrat';
}