@charset "UTF-8";
/* CSS Document */

.under_mv h2{
	background: url(../img/bg_h2.png) no-repeat 50% 50%;
	background-size: cover;
}

.recruit_content img{
	width: 100%;
	margin: 20px auto 0;
}

.recruit_img{
	width: 100%;
}
.recruit_img img{
	width: 100%;
}

.under_main .inner h4{
	text-align: center;
	background: #fcbbd1;
   font-size: 1.9rem;
}

.poster_box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.poster_box ul{
	width: 100%;
	margin: 0 auto;
}
.poster_box ul li{
	width: 31%;
	margin: 1%;
	float: left;
	text-align: center;
}
/*.poster_box ul li:last-child{
	margin-right: 0;
}
*/.poster_box ul li img{
	width: 100%;
}
@media screen and (max-width:767px) { 

.poster_box ul{
	width: 70%;
}
.poster_box ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.poster_box ul li:last-child{
	margin-bottom: 0;
}

}

.intern_box{
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}
.intern_box a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}
.intern_box img{
	width: 100%;
}



/* 求人お知らせ、一覧ボタン
------------------------------------------------------------------*/
.rec_news{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}
.rec_news .scroll{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}
.rec_news .scroll dl{
	display: flex;
	border-bottom:1px solid #ccc;
}
.rec_news .scroll dl dt,
.rec_news .scroll dl dd{
	padding: 10px;
}
.rec_news .scroll dl dt{
	font-weight: bold;
	text-align: center;
	width: 20%;
}
.rec_news .scroll dl dd{
	width: 80%;
}

.rec_btn{
	width: 100%;
	margin: 0 auto 30px;
}
.rec_btn a{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	background: #73ad17;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.rec_btn a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}


@media screen and (max-width:767px) {

.rec_news .scroll dl{
	flex-wrap: wrap;
}
.rec_news .scroll dl dt{
	width: 100%;
}
.rec_news .scroll dl dd{
	width: 100%;
}

}
