@charset "UTF-8";



/* ------------------------------
	.page_head
------------------------------ */
/*.page_head .img_box{
	background: url(../img/recruit/page_head_img.png) no-repeat center center;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.page_head .img_box{
		background-image: url(../img/recruit/page_head_img@2x.png);
	}
}*/


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


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



/* ------------------------------
	.recruit_fv
------------------------------ */
.recruit_slide_wrap{
	position: relative;
}

.recruit_slide_wrap .bg1,
.recruit_slide_wrap .bg2{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 5vw;
}
.recruit_slide_wrap .bg1{
	top: -1px;
	background: url(../img/recruit/slide_bg01.png) no-repeat center top;
	background-size: 100%;
}
.recruit_slide_wrap .bg2{
	bottom: -1px;
	background: url(../img/recruit/slide_bg02.png) no-repeat center bottom;
	background-size: 100%;
}

.recruit_slide_wrap .txt_box{
	position: absolute;
	top: 0;
	right: 20%;
	z-index: 101;
	display: flex;
}

.recruit_slide_wrap .txt_box .txt1{
	order: 2;
	width: 86px;
}
.recruit_slide_wrap .txt_box .txt2{
	order: 1;
	width: 23px;
	margin-right: 40px;
}

.recruit_slide .img{
	padding: 0 2px;
}
.recruit_slide .img img{
	width: 100%;
}

.recruit_fv .lead{
	padding: 10px 0 70px;
}

.recruit_fv .lead .big{
	font-size: 8.0rem;
	line-height: 1;
}

.recruit_fv .lead .txt_min{
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.recruit_slide .slick-list{
	padding-left: 15%;
	padding-right: 15%;
}


@media screen and (max-width: 1100px) {
	.recruit_slide_wrap .txt_box{
		right: 15%;
	}

	.recruit_slide_wrap .txt_box .txt1{
		width: 75px;
	}

	.recruit_slide .slick-list{
		padding-left: 5%;
		padding-right: 5%;
	}
}


@media screen and (max-width: 768px){
	.recruit_fv .lead{
		padding: 30px 0 40px;
	}

	.recruit_slide_wrap .txt_box{
		right: initial;
		top: -10px;
		right: 5%;
	}

	.recruit_slide_wrap .txt_box .txt1{
		width: 30px;
	}
	.recruit_slide_wrap .txt_box .txt2{
		width: 35px;
		margin-right: 15px;
		margin-top: 10px;
	}

	.recruit_fv .lead .big{
		font-size: 5.0rem;
	}

	.recruit_fv .lead .txt_min{
		margin-bottom: 20px;
	}

	.recruit_fv .lead .mid_ttl{
		font-size: 1.8rem;
	}

	.recruit_slide .slick-list{
		padding-left: 3%;
		padding-right: 3%;
	}
}



/* ------------------------------
	.recruitment
------------------------------ */
.recruitment{
	display: flex;
	align-items: center;
	min-height: 550px;
	height: 42vw;
	background: url(../img/recruit/recruitment_bg.jpg?v2) no-repeat center top;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.recruitment{
		background-image: url(../img/recruit/recruitment_bg@2x.jpg?v2);
	}
}

.recruitment .txt_box{
	max-width: 570px;
	width: 100%;
	text-align: center;
}

.recruitment .ico_box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.recruitment .ico_box .ico{
	width: 51px;
}
.recruitment .ico_box .ico + .ico{
	margin-left: 30px;
}

.recruitment .ttl{
	margin-bottom: 5px;
	font-size: 3.6rem;
	line-height: 1.4;
	white-space: nowrap;
}

.recruitment .txt{
	max-width: 530px;
	margin: 0 auto;
}

.recruitment_list{
	display: inline-block;
	margin-top: 35px;
}

.recruitment_list li{
	position: relative;
	padding-left: 35px;
	font-size: 2.0rem;
	line-height: 1.3;
}
.recruitment_list li + li{
	margin-top: 20px;
}
.recruitment_list li::before{
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	background: url(../img/recruit/list_ico.png) no-repeat center center;
	background-size: 100%;
}
.ie .recruitment_list li::before{
	top: 0;
}


@media screen and (max-width: 1000px){
	.recruitment{
		background: url(../img/recruit/recruitment_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.recruitment .txt_box{
		margin: 0 auto;
	}

	.recruitment .ttl{
		font-size: 3.0rem;
	}
}


@media screen and (max-width: 768px){
	.recruitment{
		height: auto;
		min-height: 0;
		padding: 60px 0;
	}

	.recruitment .ttl{
		font-size: 2.4rem;
	}

	.recruitment_list li{
		padding-left: 30px;
		font-size: 1.8rem;
	}
	.recruitment_list li::before{
		top: 2px;
	}
}



/* ------------------------------
	.recruit
------------------------------ */
.recruit .recruit_box{
	display: flex;
	position: relative;
	padding: 40px 30px 25px;
	background: #fff;
	border-radius: 8px;
	border: 2px solid #00aa83;
}

.recruit .recruit_box{
	width: 49%;
}

.recruit .recruit_box .num{
	position: absolute;
	top: -30px;
	left: 40px;
	font-size: 1.8rem;
	line-height: 1;
}
.recruit .recruit_box .num .big{
	font-size: 6.0rem;
}
.ie .recruit .recruit_box .num{
	top: -20px;
}

.recruit .recruit_box .img_box{
	flex-shrink: 0;
	width: 135px;
	margin-right: 30px;
	margin-top: 0;
}

.recruit .recruit_box .txt_box{
	width: 100%;
	margin-top: 0;
}

.recruit .recruit_link{
	width: 100%;
	max-width: 770px;
	margin: 50px auto 0;
}
.recruit .recruit_link li{
	border-top: 1px solid #e5e5e5;
}
.recruit .recruit_link li:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.recruit .recruit_link li a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 50px 30px 20px;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.recruit .recruit_link li a .round_ttl{
	flex-shrink: 0;
	min-width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 20px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.recruit .recruit_link li a .round_ttl.pink{
	background: #ed7592;
}
.ie .recruit .recruit_link li a .round_ttl{
	padding-top: 5px;
}
@media screen and (min-width: 769px) {
	.recruit .recruit_link li a:hover{
		opacity: 1;
		background: #f2fbf9;
	}
}

.recruit .recruit_link li .arw{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 2px solid #00aa83;
	border-top: 2px solid #00aa83;
}


@media screen and (max-width: 1100px) {
	.recruit .recruit_box{
		padding: 40px 15px 25px;
	}

	.recruit .recruit_box .num{
		left: 20px;
	}

	.recruit .recruit_box .img_box{
		width: 110px;
		margin-right: 20px;
	}
}


@media screen and (max-width: 768px){
	.recruit .recruit_box{
		width: 100%;
		padding: 30px 4% 20px;
	}

	.recruit .recruit_box .num{
		top: -15px;
		left: 5%;
	}
	.recruit .recruit_box .num .big{
		font-size: 4.0rem;
	}

	.recruit .recruit_box .img_box{
		width: 90px;
		margin-right: 10px;
	}

	.recruit .recruit_link{
		margin-top: 30px;
	}

	.recruit .recruit_link li a{
		padding: 15px 25px 15px 0;
	}
	.recruit .recruit_link li .arw{
		right: 10px;
	}
	.recruit .recruit_link li a .round_ttl{
		min-width: 95px;
		margin-right: 5%;
		font-size: 1.1rem;
	}
}
