@charset "utf-8";


/* staff.css */


/* staff area_01 intervew
--------------------------------------- */
/* .area_slider .pc ul li{
	background-attachment: fixed;
	background-image: url(../img/staff/staff_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 70vh;
}
.area_slider .sp ul li{
	background-attachment: fixed;
	background-image: url(../img/staff/staff_img_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 70vh;
} */

section.area_01 {
	width: 100%;
	margin: 0;
	padding: 80px 0 0 0;
	position: relative;
}

section.area_01>div.staff_ttl {
	background-color: #fff;
	width: 90%;
	/* position: absolute;
	top: 80px;
	left: 0;
	right: 0; */
	margin: auto;
	padding: 50px 0;
}

section.area_01 > div.staff_ttl > h2{
	text-align: center;
	font-weight: 700;
	color: #8dc031;
	font-size: 3rem;
	line-height: 1;
}

section.area_01 > div.staff_ttl > h2 > span{
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 2rem;
	margin-top: 10px;
	line-height: 1.5;
}

@media all and (max-width: 768px) {

	section.area_01{
		margin: 0;
		padding: 70px 0 0 0;
	}

	section.area_01 > div.staff_ttl{
		width: 100%;
		background-color: #fff;
		/* margin-bottom: 70px; */
		margin-bottom: 0px;
	}

	section.area_01 > div.staff_ttl > h2{
		text-align: center;
		font-size: 2.6rem;
	}

	section.area_01 > div.staff_ttl > h2 > span{
		font-size: 1.6rem;
	}

}

section.area_01 > div.staff_d:nth-of-type(even){
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 90%, rgba(104, 157, 56, 1) 90%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 90%,rgba(104, 157, 56, 1) 90%);
	background: linear-gradient(to right, rgba(255,255,255,1) 90%,rgba(104, 157, 56, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#689d38',GradientType=1 );
	margin-bottom: 120px;
}

section.area_01 > div.staff_d:nth-of-type(odd){
	width: 100%;
	background: rgba(104, 157, 56, 1);
	background: -moz-linear-gradient(left, rgba(104, 157, 56, 1) 10%, rgba(255,255,255,1) 10%);
	background: -webkit-linear-gradient(left, rgba(104, 157, 56, 1), 10%,rgba(255,255,255,1) 10%);
	background: linear-gradient(to right, rgba(104, 157, 56, 1) 10%,rgba(255,255,255,1) 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc031', endColorstr='#ffffff',GradientType=1 );
	margin-bottom: 120px;
}

section.area_01 > div.staff_d > dl.staff_int{
	display: block;
	background-color: #fff;
	max-width: 960px;
	margin: 0 auto;
}

@media all and (max-width: 768px) {

	section.area_01 > div.staff_d:nth-of-type(even),
	section.area_01 > div.staff_d:nth-of-type(odd){
		background: none;
		margin-bottom: 40px;
	}

	section.area_01 > div.staff_d > dl.staff_int{
		width: 100vw;
		float: none;
		position: relative;
	}

}

section.area_01 > div > dl.staff_int > dt{
	position: relative;
	overflow: hidden;
}

section.area_01 > div > dl.staff_int > dt > p{
	display: none;
}

section.area_01 > div.staff_d > dl.staff_int > dt img{
	width: 50%;
	float: right;
	position: relative;
	z-index: 1;
}

section.area_01 > div.staff_d > dl.staff_int > dt div{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

section.area_01 > div > dl.staff_int > dt div > h2{
	display: block;
	text-align: left;
	font-size: 2.6rem;
	background-color: #689d38;
	color: #fff;
	text-indent: 2.5em;
	width: 90%;
	font-weight: 700;
}

section.area_01 > div > dl.staff_int > dt div > h3{
	font-size: 2.6rem;
	letter-spacing: -2px;
	line-height: 1.5;
	padding-right: 20px;
	font-weight: 700;
	color: #8dc031;
}

section.area_01 > div > dl.staff_int > dt div > h4{
	display: block;
	text-align: left;
	font-size: 2.6rem;
	background-color: rgba(106, 158, 57, 0.4);
	color: #000;
	text-indent: 2.5em;
	width: 90%;
	margin-left: 10%;
	margin-bottom: 70px;
}

section.area_01 > div > dl.staff_int > dt div > h4 span{
	font-size: 1.6rem;
	margin-right: 10px;
}

section.area_01 > div.staff_d > dl.staff_int > dt i{
	display: none;
}

@media all and (max-width: 768px) {

	section.area_01 > div > dl.staff_int > dt > p{
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		background-color: rgba(175,30,24,1);
		text-align: center;
		color: #fff;
		z-index: 3;
	}

	section.area_01 > div > dl.staff_int > dt > p span{
		display: inline-block;
		margin: 0 0 0 5px;
		transform: rotate(90deg);
	}

	section.area_01 > div > dl.staff_int > dt.active > p{
		display: none;
	}

	section.area_01 > div.staff_d > dl.staff_int > dt img{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		position: relative;
		z-index: 1;
		-webkit-filter: brightness(0.6);
		-moz-filter: brightness(0.6);
		filter: brightness(0.6);
	}

	section.area_01 > div.staff_d > dl.staff_int > dt.active img{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		position: relative;
		z-index: 1;
		-webkit-filter: brightness(1);
		-moz-filter: brightness(1);
		filter: brightness(1);
	}

	section.area_01 > div.staff_d > dl.staff_int > dt div{
		float: none;
		width: 100vw;
		padding: 0;
		position: absolute;
		bottom: 40px;
		left: 0;
		padding: 0 10px 0 10px;
		z-index: 2;
	}

	section.area_01 > div.staff_d > dl.staff_int > dt div > h2{
		font-size: 2rem;
		font-weight: 700;
		color: #fff;
		padding-top: 0;
		letter-spacing: 0;
		text-align: left;
		text-indent: 0;
		background: none;
		width: auto;
	}

	section.area_01 > div.staff_d > dl.staff_int > dt div > h3{
		font-size: 1.6rem;
		letter-spacing: 0;
		color: #fff;
		text-align: left;
		padding-right: 0;
	}

	section.area_01 > div > dl.staff_int > dt div > h4{
		display: none;
	}

	section.area_01 > div > dl.staff_int > dt > h4{
		z-index: 2;
		width: 100%;
		position: absolute;
		bottom: 0;
		text-align: left;
		color: #fff;
		background-color: #8dc031;
		padding: 0 10px;
		font-size: 2rem;
		box-sizing: border-box;
		background-image: url('../img/staff/st_open.png');
		background-repeat: no-repeat;
		background-size: 7%;
		background-position: right 10px bottom 50%;
	}

	section.area_01 > div > dl.staff_int > dt > h4 span{
		font-size: 1.2rem;
		margin-right: 10px;
	}

	section.area_01 > div > dl.staff_int > dt.active > h4{
		display: none!important;
	}

	section.area_01 > div.staff_d > dl.staff_int > dt.active div{
		display: none!important;
	}

	section.area_01 > div.staff_d > dl.staff_int > dt.active i{
		display: block;
		z-index: 2;
		width: 100%;
		position: absolute;
		bottom: 0;
		text-align: left;
		color: #8dc031;
		background-color: #8dc031;
		padding: 0 10px;
		font-size: 2rem;
		box-sizing: border-box;
		background-image: url('../img/staff/st_close.png');
		background-repeat: no-repeat;
		background-size: 7%;
		background-position: right 10px bottom 50%;
	}

}

section.area_01 > div.staff_d > dl.staff_int > dd{
	position: relative;
	box-sizing: border-box;
}

section.area_01 > div.staff_d > dl.staff_int > dd > p{
	display: block;
	width: 45%;
	float: left;
	margin-bottom: 30px;
	font-size: 1.6rem;
}

section.area_01 > div.staff_d> dl.staff_int > dd > img{
	width: 50%;
	float: right;
	padding-top: 20px;
}

section.area_01 > div > dl.staff_int > dd > i{
	display: none;
}


@media all and (max-width: 768px) {

	section.area_01 > div.staff_d > dl.staff_int > dd{
		display: none;
		padding: 0 0 40px 0;
		position: relative;
		box-sizing: border-box;
	}

	section.area_01 > div.staff_d > dl.staff_int > dd > div.sp{
		color: #5f5f5f;
		width: 90%;
		float: none;
		padding: 10px 0;
		margin: auto;
		box-sizing: border-box;
	}

	section.area_01 > div.staff_d > dl.staff_int > dd > div.sp > h2{
		z-index: 2;
		width: 100%;
		text-align: left;
		color: #8dc031;
		font-size: 2rem;
		font-weight: 700;
	}

	section.area_01 > div.staff_d > dl.staff_int > dd > div.sp > h3{
		text-align: left;
		color: #5a5a5a;
		font-size: 1.6rem;
		font-weight: 700;
	}

	section.area_01 > div.staff_d > dl.staff_int > dd > p{
		width: 90%;
		margin: 0 auto;
		float: none;
		font-size: 1.4rem;
	}

	section.area_01 > div.staff_d > dl.staff_int > dd > p > img{
		width: 100%;
		position: static;
		padding-top: 20px;
	}

	section.area_01 > div > dl.staff_int > dd > i{
		font-style: normal;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		background-color: #efefef;
		text-align: center;
		color: #8dc031;
		z-index: 4;
		background-image: url('../img/staff/st_close.png');
		background-repeat: no-repeat;
		background-size: 7%;
		background-position: right 10px bottom 50%;
	}

	section.area_01 > div > dl.staff_int > dd > i span{
		display: inline-block;
		margin: 0 0 0 5px;
		transform: rotate(-90deg);
	}

}



@media all and (max-width: 768px) {

	section.area_01 > a{
		display: block;
		width: 250px;
		padding-top: 0;
		margin: 0 auto;
		background-image: none;
		position: relative;
		color: #8dc031;
	}

	section.area_01 > a > span{
		width: 50%;
		position: relative;
	}

	section.area_01 > a > span:before{
		content: "Check!";
		display: block;
		position: absolute;
		top: 10px;
		left: -150px;
		background-color: #000;
		color: #fff;
		padding: 3px 5px;
		transform: rotate(-15deg);
		font-size: 1.6rem;
		z-index: 2;
	}

	section.area_01 > a > span > span{
		width: 100%;
		height: 100%;
		display: block;
		line-height: 2.5;
		vertical-align: middle;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
		position: relative;
	}

	section.area_01 > a > span > span:before{
		content: '';
		height: 80%;
		border-left: 1px solid #000;
		position: absolute;
		top: 10%;
		left: 0;
	}

	section.area_01 > a > span > span:after{
		content: '';
		height: 80%;
		border-left: 1px solid #000;
		position: absolute;
		top: 10%;
		right: 0;
	}

}

/* area_02
---------------------------------- */

section.area_02{
	width: 100%;
	background-color: #ededed;
	padding: 50px 0;
}
@media all and (max-width: 768px) {
section.area_02{
	padding: 0 0;
}
}
section.area_02 > div.staff_link > h2{
	font-size: 2rem;
}

section.area_02 > div.staff_link > a{
	display: block;
	width: 30%;
	margin: 30px auto;
	background-color: rgba(255,255,255,0.9);
	padding: 5px;
	position: relative;
}

section.area_02 > div.staff_link > a > i{
	width: 100%;
	height: 100%;
	padding: 10px;
	display: block;
	font-style: normal;
	font-size: 1.8rem;
	color: #8dc031;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	position: relative;
}

section.area_02 > div.staff_link > a > i:before{
	content: '';
	height: 80%;
	border-left: 1px solid #000;
	position: absolute;
	top: 10%;
	left: 0;
}

section.area_02 > div.staff_link > a > i:after{
	content: '';
	height: 80%;
	border-left: 1px solid #000;
	position: absolute;
	top: 10%;
	right: 0;
}

section.area_02 > div.staff_link > a > span.check{
	display: block;
	position: absolute;
	top: -15px;
	left: -20px;
	background-color: #000;
	color: #fff;
	padding: 3px 5px;
	transform: rotate(-15deg);
	font-size: 1.6rem;
}

@media all and (max-width: 768px) {
	section.area_02 > div.staff_link{
		background-color: #fff;
		padding: 0;
		border-bottom: 30px solid #8dc031;
	}

	section.area_02 > div.staff_link > h2{
		display: none;
	}

	section.area_02 > div.staff_link > a{
		width: 70%;
	}

	section.area_02 > div.staff_link > a > i{
		font-size: 1.8rem;
	}

	section.area_02 > div.staff_link > a > span.check{
		font-size: 1.8rem;
	}

}
.fwb{
	font-weight: bold;
}