@charset "UTF-8";

main.outer{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}



/* +++++++++++++++++.staff-area+++++++++++++++ */
#sec01:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #412124, #412124 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 100%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
#sec01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sec01 .pic{
	width: 300px;
}
#sec01 .txt{
	width: calc(100% - 360px);
}
#sec01 table{
	border-top: 1px dotted #412124;
	line-height: 2;
}
#sec01 tr{
	border-bottom: 1px dotted #412124;
}
#sec01 th{
	text-align: left;
	padding: 15px 0;
	width: 30%;
	vertical-align: top;
}
#sec01 td{
	padding: 15px 0;
	width: 70%;
	color: #816d51;
}

.status{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #69a249;
	font-size: 1.2rem;
	letter-spacing: .2em;
	padding: .5em 1em;
	margin-right: 20px;
}
.part-ttl01{
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.part-ttl01>.status{
	font-size: 1.2rem !important;
	margin-top: 15px;
}
.staff-list .part-ttl03-4 h3{
	display: flex;
	align-items: center;
}
.staff-list .part-ttl03-4{
	margin-bottom: 20px;
}
.profile{
	margin-top: 40px;
	border: 1px dotted #412124;
	padding: 0 20px 20px;
	color: #816d51;
}
.profile h3{
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .2em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 30px;
	color: #fff;
	background: #69a249;
	margin-top: -15px;
	margin-bottom: 20px;
}
.profile p {
	line-height: 2;
}

/* +++++++++++++++++.menu-area+++++++++++++++ */
#sec02{
	padding-bottom: 0;
}
.staff-list{
	padding-bottom: 40px;
}
.staff-list li>a{
	margin: 0 20px;
	display: block;
}
.staff-list li .status{
	margin-top: -11px;
	margin-bottom: 10px;
	position: relative;
}
.staff-list .txt{
	width: 100%;
	text-align: center;
}

#sec02 .slick-arrow{
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#sec02 .prev-arrow{
	left: 20px;
}
#sec02 .next-arrow{
	left: 60px;
}
#sec02 .btn01{
	margin: -14px auto 0;
}
.staff-list a .pic{
	height: 180px;
	overflow: hidden;
}
.staff-list a .pic img{
	transition: .3s all ease;
	object-position: top;
}
.staff-list a:hover .pic img{
	transform: scale(1.05);
}
.status-outer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


@media screen and (min-width: 769px) and (max-width: 1200px){
	#sec01{
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.staff-list li>a{
		margin: 0 1vw;
	}
	.staff-list a .pic{
		height: 18vw;
	}
}

@media screen and (max-width: 768px){
	main.outer{
		padding-top: 0;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}


/* +++++++++++++++++.staff-area+++++++++++++++ */
	#sec01{
		display: block;
	}
	#sec01 .pic{
		width: 100%;
		max-width: 300px;
		padding-left: 4.8rem;
		padding-right: 4.8rem;
		padding-bottom: 4.8rem;
		margin: 0 auto;
	}
	#sec01 .txt{
		width: 100%;
	}
	#sec01 table,
	#sec01 tbody,
	#sec01 tr{
		display: block;
		width: 100%;
	}
	#sec01 th{
		padding: 1.2rem 0 0;
		display: block;
		width: 100%;
	}
	#sec01 td{
		padding: .5rem 0 1.2rem;
		display: block;
		width: 100%;
	}


	.part-ttl01>.status{
		font-size: 1rem !important;
		margin-top: 1.2rem;
		margin-right: 0;
		padding: .25em .5em;
	}

	.staff-list .part-ttl03-4{
		margin-bottom: 2.4rem;
	}
	.staff-list a .pic{
		height: calc( (( 100vw - 2.4rem * 4) / 2 ) - 1.2rem * 2 );
	}
	.profile{
		margin-top: 4rem;
		padding: 0 1.5rem 1.5rem;
	}
	.profile h3{
		font-size: 1.4rem;
		width: 12rem;
		height: 3rem;
		margin-top: -1.5rem;
		margin-bottom: 1.5rem;
	}


/* +++++++++++++++++.menu-area+++++++++++++++ */

	.staff-list{
		padding-bottom: 0;
	}
	.staff-list li>a{
		margin: 0 1.2rem;
	}
	.staff-list li .status{
		margin-top: -1.3rem;
		margin-bottom: 1rem;
	}


	#sec02 .slick-arrow{
		position: absolute;
		top: calc((50vw - 4.8rem) / 2);
		cursor: pointer;
	}
	#sec02 .prev-arrow{
		left: -1.2rem;
	}
	#sec02 .next-arrow{
		left: auto;
		right: -1.2rem;
	}
	#sec02 .btn01{
		margin: 2.5rem auto 0;
	}
}