@charset "UTF-8";

/*スタッフ投稿ページ
------------------------------------*/
/*
* スタッフ詳細
*/
main.main {
	padding-bottom: 80px;
}

.staff .content_visual {
	background-image:url("../images/staff/bg_archive_staff.png");
}

.staff_page {
	padding: 115px 0 80px;
	position:relative;
}
.staff_page #bg_name {
	position: absolute;
	top: 80px;
	right:0;
}
.staff_page #bg_name.fixed {
	position: fixed;
	top: 300px;
	left: 0;
	width: 100%;
}
.staff_page #bg_name p {
	color: rgb(23,146,67,0.16);
	font-size: 32px;
	font-weight:700;
	letter-spacing:0.2em;
	text-align:right;
}
.staff_page .main_wrap {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
}
.staff_page .content_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.staff_page .content_top .face_image {
	width: 40%;
	max-width: 400px;
	
}
.staff_page .content_top .face_image p{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 6;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	border-radius: 20px;
}
.staff_page .content_top .text_area {
	margin-left: 2rem;
	width: 100%;
	max-width: calc(600px - 2rem);
}
.staff_page .content_top .text_area .text_top {
	margin-bottom: 50px;
}
.staff_page .content_top .text_area .text_top p.position {
	font-weight: 600;
	line-height:2;
	font-size: 16px;
	margin-bottom: 10px;
}
.staff_page .content_top .text_area .text_top p.fullname {
	font-weight: 600;
	line-height:2;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.staff_page .content_top .text_area .text_top p.fullname span {
	font-size: 14px;
	font-weight: 300;
	padding-left:30px;
}
.staff_page .text_section {
	width: 100%;
	display:flex;
	justify-content:space-between;
	padding-bottom: 2rem;
	border-bottom: dotted #A4D1B4 2px;
	margin-bottom: 2rem;
}
.staff_page .text_section:last-child {
	border-bottom:none;
}
.staff_page .text_section .label{
	
}
.staff_page .text_section .label p {
	background:#179243;
	border-radius: 16px;
	color:#fff;
	font-weight:600;
	text-align:center;
	width: 109px;
	height: 32px;
	line-height:32px;
}
.staff_page .text_section .text {
	width: calc( 100% - 139px );
	margin-left: 30px;
	text-align:justify;
}
.staff_page .text_section .text a {
	color:#179243;
	transition: 0.5s;
}
.staff_page .text_section .text a:hover {
	color:#8FDD8C;
}
.text_section .text dl {
	display:flex;
}
.text_section .text dl dt {
	width:20%;
}
.text_section .text dl dd {
	width:80%;
}
.text_section .text dl.w40 dt {
	width:40%;
}
.text_section .text dl.w40 dd {
	width:60%;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	.staff_page .main_wrap {
		padding: 0 1rem;
	}
	.staff_page .content_top .face_image {
		width: 368px;
	}
	.staff_page .content_top .text_area {
		width: calc(100% - 368px);
	}
}
@media screen and (max-width: 960px) {
	.staff_page #bg_name {
		top: 20px;
	}
	.staff_page #bg_name.fixed {
		top:80px;
	}
	.staff_page .text_section {
		flex-flow:column;
	}
	.staff_page .text_section .text {
		margin-top: 1rem;
		margin-left:0.5rem;
		width:100%;
	}
}
@media screen and (max-width: 768px) {
	.staff_page .content_top {
		flex-flow:column;
		align-items:center;
	}
	.staff_page .content_top .text_area {
		width:100%;
		max-width:100%;
		margin-left:0;
		padding-top: 1rem;
	}
	.staff_page .content_top .text_area .text_top {
		text-align:center;
	}
	.staff_page .text_section {
		flex-flow:row;
	}
	.staff_page .text_section .text {
		margin-top: 0;
		margin-left: 1rem;
	}
	.text_section .text dl {
		flex-flow: column;
		margin-bottom:0.5rem
	}
	.text_section .text dl dt {
		width:100%;
	}
	.text_section .text dl dd {
		width:100%;
	}
	.text_section .text dl.w40 dt {
		width:100%;
	}
	.text_section .text dl.w40 dd {
		width:100%;
	}
}
@media screen and (max-width: 560px) {
	.staff_page .text_section {
		flex-flow:column;
	}
	.staff_page .text_section .text {
		margin-top: 1rem;
		margin-left:0.5rem;
	}
}
@media screen and (max-width: 428px) {
	.staff_page .content_top .face_image {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	
}