@charset "utf-8";
/* =======================================

	recruit CSS

========================================== */


/* recruit
========================================== */
.recruit_box{}
.recruit_box p{}
.recruit_box span{
	font-size: 16px;
	color: #2E9823;}

@media screen and (max-width: 768px) {
}


/* =======================================

	社員紹介

========================================== */
.staffWrap{
	position: relative;
	margin-bottom: 50px;
	padding: 0 60px;
}
.staffSwiper {
	overflow: hidden;
	width: 100%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}

.staffSwiper .swiper-slide {
	padding: 30px;
}
.staffSwiper .swiper-slide .staff_title{
	position:relative;
	margin-bottom:20px;
	font-size:18px;}


.staffSwiper .swiper-slide .staff_title span{
	position:absolute;
	top:30%;
	left:0;
	padding:10px 20px;
	color:#fff;}


.staffSwiper .swiper-slide dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;}

.staffSwiper .swiper-slide dl:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;}

.staffSwiper .swiper-slide dt,
.staffSwiper .swiper-slide dd{
	padding:10px;}

.staffThumbs {}
.staffThumbs .swiper-slide {
	width: auto;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity .3s;
}

.staffThumbs .swiper-slide-thumb-active {opacity: 1;}
.staffThumbs .swiper-slide dl {margin: 0;}

.staff_title img,
.staffThumbs img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.staffThumbs .swiper-wrapper{
		flex-wrap: wrap;
		gap:20px 2%;
	}
	.staffThumbs .swiper-slide {
		width: 49% !important;
		margin: 0!important;
	}
	.staffSwiper .swiper-slide {
		padding: 20px;
	}
}

@media screen and (max-width: 599px) {
	.staffWrap{
		margin-bottom: 30px;
		padding:0;
	}
}

/* ============================
   Swiper 矢印（左右ナビ）
============================ */
.swiper-button-next,.swiper-button-prev {
    width: 40px!important;
    height: 40px!important;
}
.staff-prev::after,
.staff-next::after {
	display: none;
}

.staff-prev,
.staff-next {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}

/* 左矢印 */
.staff-prev {
	left: 0px!important;
	background-image: url(../images/btn_prev.png); 
}

/* 右矢印 */
.staff-next {
	right: 0px!important;
	background-image: url(../images/btn_next.png);
	}

/* ホバー */
.staff-prev:hover,
.staff-next:hover {
	opacity: 0.6;
}



@media screen and (max-width: 599px) {
	.swiper-button-next,.swiper-button-prev {
		display: none!important;
	}
}


.staff_slider .staff_title{
	position:relative;
	margin-bottom:20px;
	font-size:18px;}

.staff_slider .staff_title img{
	width:100%;
	height: auto;}

.staff_slider .staff_title span{
	position:absolute;
	top:30%;
	left:0;
	padding:10px 20px;
	color:#fff;}

.staff_detail01 .staff_title span{
	background-color:#96C527;}
.staff_detail02 .staff_title span{
	background-color:#3CB9AC;}
.staff_detail03 .staff_title span{
	background-color:#FF6468;}
.staff_detail04 .staff_title span{
	background-color:#FF9326;}

.staff_slider dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;}

.staff_slider dl:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;}

.staff_slider dt,
.staff_slider dd{
	padding:10px;}

.staff_slider dt{
	font-weight:bold;}


.staff_detail01 dt{
	color:#96C527;}

.staff_detail02 dt{
	color:#3CB9AC;}

.staff_detail03 dt{
	color:#FF6468;}

.staff_detail04 dt{
	color:#FF9326;}

#staff_pager{
text-align: center;
}

#staff_pager:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

#staff_pager li{
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	width: 20%;
	position:relative;
	background: #fff;
}

#staff_pager img{
	width:100%;
	height: auto;}

#staff_pager a{
	color:#333;
	text-decoration:none;}

#staff_pager a:hover{
	opacity:0.7;}

.staff_list01,
.staff_list02,
.staff_list03,
.staff_list04{}

.staff_list01 dd,
.staff_list02 dd,
.staff_list03 dd,
.staff_list04 dd{
	position:relative;
	padding:1.5em 10px 10px;
	text-align:right;}

.staff_list01 span,
.staff_list02 span,
.staff_list03 span,
.staff_list04 span{
	position:absolute;
	top:-0.8em;
	left:10px;
	padding:3px 10px;
	color:#fff;
	text-align:left;}


.staff_list01{
	border: 1px solid #b3dc51;}
.staff_list02{
	border: 1px solid #6fd1c7;}
.staff_list03{
	border: 1px solid #ff8b8f;}
.staff_list04{
	border: 1px solid #FF9326;}

.staff_list01 span{
	background-color:#96C527;}
.staff_list02 span{
	background-color:#3CB9AC;}
.staff_list03 span{
	background-color:#FF6468;}
.staff_list04 span{
	background-color:#FF9326;}


@media screen and (max-width: 768px) {
	#staff_pager{
		width:100%;}

	#staff_pager li{
		display: block;
		float: left;
		margin-right:2%;
		width:48%;
	}
}

@media screen and (max-width: 599px) {
	#staff_pager li{
		margin-right:2%;
		width: 48%;
	}
}

/* =======================================

	社員の一日

========================================== */
.oneday_container .tabs{
	display: flex;
	justify-content: center;
	align-items:flex-end;
	text-align:center;}

.oneday_container .tabs li{
	margin:0 5px;}

.oneday_container .tabs li a{
	display:block;
	padding:10px 30px;
	border-top: 1px solid #267C13;
	border-left: 1px solid #267C13;
	border-right: 1px solid #267C13;
	border-radius: 5px 5px 0 0;
	color: #333;
	text-decoration: none;
}

.oneday_container .tabs li a:hover{
	background-color: #267C13;
	color: #fff;
}

.oneday_container .tabs li a.active{
	padding:10px 30px 20px;
	background-color: #267C13;
	color: #fff;
}


.oneday_container .panels > .panel{
	display: none;
	padding: 30px;
	border: 1px solid #267C13;
}

.oneday_container .panels > .panel.active{
	display: block;}

@media screen and (max-width:768px){
	.oneday_container .tabs li a{
		padding:10px 15px;}

	.oneday_container .tabs li a.active{
		padding:10px 15px 15px;
	}
	
}

@media screen and (max-width:599px){
	.oneday_container .tabs{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;}

	.oneday_container .tabs li{
		margin:0 1% 10px;
		width: 48%;}
	
	.oneday_container .tabs li a{
		border: 1px solid #267C13;
		border-radius: 5px;
	}
	
	.oneday_container .tabs li a.active{
		padding:10px 30px;
	}
	.oneday_container .tabs li a,
	.oneday_container .tabs li a.active{
		padding: 10px 5px;}
	
	.oneday_container .panels > .panel{
		padding:10px;
	}

}


/* タイトル
========================================== */
.oneday_ttl{
	margin: 10px 0 40px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;}


.oneday_box{
	display: flex;
}

.oneday_box > div{
	width: 48%;}

.oneday_box > div:first-child{margin-right: 4%;}

.oneday_box dl{
	margin-left: 2em;
	padding-left: 3em;
	border-left: 1px solid #D5E6AB;}

.oneday_box > div:last-child dl:first-of-type{
	padding-top: 2em;}

.oneday_box > div:last-child dl:last-child{
	border-left:none;}

.oneday_box dl:last-of-type dd{padding-bottom: 20px;}

.oneday_box dl dt{
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	color: #267C13;}

.oneday_box dl dt span{
	position:absolute;
	top: -3px;
	left: -5em;
	background-color: #267C13;
	border-radius: 3px;
	padding: 3px .5em;
	font-weight: normal;
	color: #fff;
}

.oneday_box dl dd{
	padding-bottom:30px;}

.oneday_box dl dd .img{
	margin-top: 10px;}

.oneday_box dl dd .img img{
	max-width: 100%;
	height: auto;}


@media screen and (max-width:599px){
	.oneday_ttl{
		margin: 10px 0 30px;
		font-size: 18px;
		font-weight: normal;
		text-align: center;}

	
	.oneday_box{
		display:block;
	}

	.oneday_box > div{
		width: 100%;}

	.oneday_box > div:first-child{margin-right:0;}
}
