main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;

}

.mincho {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

section.page-kv {
	background: url(../img/lowerlayer-fv.png);
	background-size: cover;
	background-position: center;
	margin-top: 55px;
}

.kv-txt {
	width: 90%;
	margin: 0 auto;
}

.page-kv p {
	text-align: left;
	font-size: 18px;
	color: #fff;
	margin-top: 0;
}

p.sub-title.mincho {
	letter-spacing: 15%;
	margin-bottom: 0;
}

h1.page-title {
	text-align: left;
	font-size: 28px;
	color: #fff;
	margin: 10px 0 25px;
}

section.page-inner {
	padding: 15px 0;
}

a.staff {
	display: block;
	background: #FCFAF7;
	width: 84%;
	padding: 20px;
	margin: 25px auto 0;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
}

p.name {
	font-size: 22px;
	color: #AA8445;
	margin-bottom: 0;
	margin-top: 0px;
	text-align: center;
}

p.handle {
	font-size: 18px;
	color: #C8A96A;
	margin-top: 0;
	margin-bottom: 8px;
	text-align: center;
}

p.inner-txt {
	font-weight: 500;
	margin: 15px 0 25px;
}

/* スタッフ個別ページ */
p.page-inner_main_text {
	font-size: 30px;
	text-align: center;
	color: #AA8445;
}

p.page-inner_main_text span {
	display: block;
	font-size: 22px;
	color: #C8A96A;
}

.inner-wrap {
	width: 90%;
	margin: 22px auto 0;
}

.img-sec .flex {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 7px;
}

.img-sec .flex img {
	width: 49%;
	display: block;
}

p.inner-text {
	font-weight: 500;
	margin: 25px 0 0;
	background: #FCFAF7;
	padding: 25px 20px;
	line-height: 1.6;
}