@charset "utf-8";

.box_staff_one {
	width: 100%;
	margin: 5em auto;
	padding: 0 5%;
}
.box_staff_one section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box_staff_one section .page_copy {
	font-size: 1.2em;
	text-align: center;
	line-height: 2;
	margin-bottom: 5em;
}
.box_staff_one article {
	margin: 0 auto 8em auto;
}
.box_staff_one article h2 {
	margin: 0 auto 2rem auto;
	padding: 0.4em 1em;
	background-color: #656F7C;
	font-size: 2.3em;
	color: #FFF;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}
.box_staff_one article div {
	margin: 0 auto 3rem auto;
}
.box_staff_one article h3 {
	margin: 0 auto 2.5rem auto;
	font-size: 1.7em;
	color: #1B4474;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}
.box_staff_one article p {
	margin: 0 auto 2.5rem auto;
	font-size: 1.1em;
	text-align: left;
	line-height: 2;
}

.box_staff_list {
	width: 100%;
	margin: 5em auto;
	padding: 0 5%;
}
.box_staff_list section {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box_staff_list section article {
	width: 23.5%;
	margin-bottom: 4em;
	font-weight: bold;
}
.box_staff_list section article a {
	display: block;
	padding: 0 0 2.5rem 0;
	background-color: #E6DCD6;
	color: #333;
	line-height: 1;
	transition: all 300ms 0s ease;
}
.box_staff_list section article a:hover {
	background-color: #D4C4BA;
}
.box_staff_list section article div {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.box_staff_list section article div img{
	transition: all 300ms 0s ease;
}
.box_staff_list section article a:hover div img {
	transform: scale(1.05,1.05);
	transition: all 300ms 0s ease;
}
.box_staff_list section article span {
	display: block;
	width: 80%;
	margin: 1.5rem 10%;
	padding: 0.4rem 1em;
	background-color: #55301B;
	color: #FFF;
	line-height: 1.5;
}
.box_staff_list section article h2 {
	width: 80%;
	margin: 0 10% 1.5rem 10%;
	font-size: 1.4rem;
	line-height: 1.3;
}
.box_staff_list section article small {
	width: 80%;
	margin: 0 10%;
	font-size: 1.0rem;
	color: #808080;
	font-weight: normal;
}
@media screen and (max-width: 920px) {
	.box_staff_list {
		margin: 4em auto;
	}
	.box_staff_list section article {
		margin-bottom: 3em;
	}
	.box_staff_list section article span {
		margin: 1.0rem 10%;
		font-size: 0.9em;
	}
	.box_staff_list section article h2 {
		margin: 0 10% 0.5rem 10%;
		font-size: 1.2rem;
	}
	.box_staff_list section article small {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 700px) {
	.box_staff_list section {
		gap: 2.75%;
	}
	.box_staff_list section article {
		width: 31.5%;
		margin-bottom: 2em
	}
	.box_staff_list section article a {
		padding: 0 0 1.5rem 0;
	}
	.box_staff_list section article span {
		font-size: 0.8em;
	}
	.box_staff_list section article h2 {
		font-size: 1.1rem;
	}
	.box_staff_list section article small {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 540px) {
	.box_staff_list {
		margin: 3em auto;
	}
	.box_staff_list section {
		gap: 4.0%;
	}
	.box_staff_list section article {
		width: 48.0%;
		margin-bottom: 2em
	}
}

.box_staff_detail {
	width: 100%;
	margin: 11em auto 6em auto;
	padding: 0 5%;
}
.box_staff_detail section {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 5%;
	background-color: #E6DCD6;
}
.box_staff_detail section article {
	position: relative;
	top: -5em;
	width: 100%;
	max-width: 720px;
	margin: auto;
}
.box_staff_detail section article header {
	display: flex;
	align-items: flex-end;
	margin-bottom: 3em;
}
.box_staff_detail section article header div:first-child {
	width: 40%;
	margin-right: 15%;
}
.box_staff_detail section article header div:last-child {
	text-align: center;
}
.box_staff_detail section article header div span {
	display: block;
	min-width: 13em;
	margin: 1.5rem auto;
	padding: 0.4rem 1em;
	background-color: #55301B;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
}
.box_staff_detail section article header div h2 {
	margin: 0 auto 1.0rem auto;
	font-size: 1.6rem;
	line-height: 1.3;
}
.box_staff_detail section article header div small {
	margin: 0 auto;
	font-size: 1.0rem;
	color: #808080;
	font-weight: normal;
}
.box_staff_detail section article main {
	margin-bottom: 4em;
	font-weight: bold;
	color: #5C5C5C;
	text-align: left;
	font-size: 1.1em;
}
.box_staff_detail section article main dl {
	position: relative;
	margin-bottom: 2em;
}
.box_staff_detail section article main dl dt {
	position: absolute;
	width: 20%;
	color: #623D28;
	padding: 1.5em 0 1.5em 0;
}
.box_staff_detail section article main dl dd {
	position: relative;
	padding: 1.5em 0 1.5em 25%;
	border-bottom: 1px dotted #707070;
}
.box_staff_detail section article main p {
	position: relative;
	margin-bottom: 2em;
	line-height: 2;
}
@media screen and (max-width: 920px) {
	.box_staff_detail {
		margin: 8em auto 5em auto;
	}
	.box_staff_detail section {
		padding: 0 10%;
	}
	.box_staff_detail section article header {
		flex-direction: column;
		margin-bottom: 3em;
	}
	.box_staff_detail section article header div:first-child {
		width: auto;
		max-width: 300px;
		margin: auto auto 2em auto;
	}
	.box_staff_detail section article header div:last-child {
		width: 100%;
		margin: auto;
	}
	.box_staff_detail section article header div span {
		display: block;
		width: 100%;
		max-width: 300px;
	}
	.box_staff_detail section article main {
		margin-bottom: 2em;
		font-size: 1.0em;
	}
	.box_staff_detail section article main dl dt {
		width: 35%;
	}
	.box_staff_detail section article main dl dd {
		padding: 1.5em 0 1.5em 40%;
	}
}
@media screen and (max-width: 540px) {
	.box_staff_detail {
		margin: 6em auto 4em auto;
	}
	.box_staff_detail section article {
		top: -3em;
	}
	.box_staff_detail section article header {
		margin-bottom: 1em;
	}
	.box_staff_detail section article header div:first-child {
		margin-bottom: 1em;
	}
	.box_staff_detail section article header div span {
		min-width: inherit;
		margin: 0 auto 1em auto;
	}
	.box_staff_detail section article main dl dt {
		width: 40%;
	}
	.box_staff_detail section article main dl dd {
		padding: 1.5em 0 1.5em 45%;
	}
}



.flex_staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.6666%;
}
.flex_staff a {
	position: relative;
	display: block;
	max-width: 23%;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 0;
	background-color: #FFF;
	box-shadow: 0 0 0.3em rgba(0,0,0,0.4);
	text-align: left;
	color: #394656;
	text-decoration: none;
}
.flex_staff a:hover {
	box-shadow: 0 0 1px rgba(0,0,0,1.0);
}
.flex_staff a img {
	z-index: 0;
}
.flex_staff a h2 {
	position: relative;
	display: inline-block;
	top: -1em;
	margin: 0 0 0 0;
	padding: 0.5em 10%;
	z-index: 199;
	background-color: #C4A732;
	font-size: 0.9rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
.flex_staff a h3 {
	position: relative;
	margin: 0.3em 0 0.3em 0;
	padding: 0 10%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #394656;
	line-height: 1;
}
.flex_staff a p {
	margin: 0 0 0 0;
	padding: 0 10%;
	font-size: 0.85rem;
	color: #C4A732;
	line-height: 1;
}

.arrow {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: absolute;
	right: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	transform: translateX(-25%) rotate(45deg);
}
a:hover .arrow {
	right: 9%;
}
.arrow::before, .arrow::after {
  content: '';
  position: absolute;
  background: #C4A732;
  border-radius: 0.1em;
}
.arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
@media screen and (max-width: 920px) {
	.flex_staff {
		gap: 3%;
	}
	.flex_staff a {
		max-width: 31.3333%;
	}
	.flex_staff a h3 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 700px) {
	.flex_staff {
		gap: 4%;
	}
	.flex_staff a {
		max-width: 48%;
	}
	.flex_staff a h3 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 540px) {
	.flex_staff a h3 {
		font-size: 1.1rem;
	}
}




.box_staff_und {
	width: 100%;
	margin: 5em auto;
	padding: 0 5%;
}
.box_staff_und section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box_staff_und article {
	margin: 0 auto 8em auto;
}
.staffund_top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #66707C;
	color: #FFF;
	font-weight: bold;
}
.staffund_top div:first-child {
	width: 50%;
}
.staffund_top div:last-child {
	align-self: center;
	width: 50%;
	padding: 0.3rem 3%;
	text-align: left;
}
.staffund_top div:last-child div {
	width: 100%;
}
.staffund_top h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.4em 0;
	padding: 0.7em 10%;
	background-color: #C4A732;
	font-size: 0.9rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
.staffund_top h3 {
	display: block;
	width: 100%;
	margin: 0 0 1.2em 0;
	padding: 0 0 1.2em 0;
	border-bottom: 1px solid #FFF;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1;
	letter-spacing: 0.1em;
}
.staffund_top h3 small {
	display: inline-block;
	margin: 0 0 0 1.5em;
	font-size: 0.9rem;
	color: #C4A732;
	font-weight: bold;
}
.staffund_top p {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 920px) {
	.staffund_top h2 {
		margin: 0 0 1.2em 0;
		padding: 0.5em 10%;
		font-size: 0.9rem;
	}
	.staffund_top h3 {
		margin: 0 0 1em 0;
		padding: 0 0 1em 0;
		font-size: 1.2rem;
	}
	.staffund_top h3 small {
		font-size: 0.7rem;
	}
	.staffund_top p {
		font-size: 0.9rem;
		line-height: 1.8;
		font-weight: normal;
	}
}
@media screen and (max-width: 700px) {
	.staffund_top div:first-child {
		width: 45%;
	}
	.staffund_top div:last-child {
		width: 55%;
	}
	.staffund_top h2 {
		margin: 0 0 1em 0;
		padding: 0.4em 10%;
	}
	.staffund_top h3 {
		margin: 0 0 0.5em 0;
		padding: 0 0 0.5em 0;
		font-size: 1.0rem;
	}
	.staffund_top h3 small {
		font-size: 0.6rem;
	}
	.staffund_top p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 540px) {
	.staffund_top {
		flex-wrap: wrap;
	}
	.staffund_top div:first-child {
		width: 100%;
	}
	.staffund_top div:last-child {
		width: 100%;
		padding: 0.5em 3%;
	}
}

.staffund_main h3 {
	margin: 2.5em 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 2px dotted #394656;
	font-size: 1.5rem;
	color: #394656;
	line-height: 1;
	text-align: left;
}
.staffund_main p {
	margin: 0 0 2em 0;
	padding: 0 0 0 0;
	font-size: 1rem;
	color: #394656;
	line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 700px) {
	.staffund_main h3 {
		margin: 1.5em 0 1em 0;
		padding: 0 0 1em 0;
		font-size: 1.0rem;
	}
	.staffund_main p {
		font-size: 0.9rem;
		line-height: 1.6;
	}
}


.but_back a {
	display: inline-block;
	width: 100%;
	max-width: 15em;
	margin: 0 0 3em 0;
	padding: 1em 1em;
	background-color: rgba(57,71,86,1.00);
	border-radius: 5em;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
.but_back a:hover {
	background-color: rgba(49,61,75,1.00);
}
@media screen and (max-width: 700px) {
	.but_back a {
		padding: 0.6em;
		font-size: 0.9em;
	}
}