
/*---------------------------------------------
  Recruit The Challenged
---------------------------------------------*/
.recruit_challenged .sub_container .key_img {
	margin-top: 100px;
	margin-bottom: 100px;
}
.recruit_challenged .recruit_contact {
	background-color: #F3F3F3;
	padding-top: 80px;
	padding-bottom: 120px;
}
.recruit_challenged .recruit_contact .tit {
	display: block;
	font-size: 20px;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: 40px;
}
.recruit_challenged .recruit_contact .lead_txt {
	text-align: center;
}
.recruit_challenged .recruit_contact .contact_btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 20px;
	border: 1px solid #000;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
	background: #fff;
}
.recruit_challenged .recruit_contact .contact_btn:hover {
    border: 1px solid #F3F3F3;
}
.recruit_challenged .recruit_contact .contact_btn a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.recruit_challenged .recruit_contact .contact_btn .eff-01 {
	width: 100%;
	height: 100%;
	background: #fff100;
	border: 1px solid #fff100;
	color: #000;
	top: 0px;
	left: -101%;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.recruit_challenged .recruit_contact .contact_btn:hover .eff-01 {
  left: 0;
}
.recruit_challenged .recruit_contact .contact_btn p {
	font-size: 18px;
	position: relative;
	z-index: 2;
	padding-top: 4.2000%;
	padding-bottom: 4.2000%;
}
.recruit_challenged .recruit_contact .contact_btn span {
	display: block;
	width: 6%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 8%;
	top: 50%;
	z-index: 3;
}
.recruit_challenged .recruit_contact .contact_btn span::before {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: -3px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruit_challenged .recruit_contact .contact_btn span::after {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: 5px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.recruit_challenged .recruit_contact .btn_bt_txt {
	font-size: 14px;
	line-height: 2.1;
	/* text-align: center; */

	/* 250912 */
	text-align: justify;
	width: 500px;
	margin: 0 auto;
}



.recruit_challenged .txt_box {
	margin-bottom: 100px;
}
.recruit_challenged .txt_box b {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.recruit_challenged .txt_box ul li {
	margin-left: 10px;
	text-indent: -7px;
	line-height: 1.875;
}
.recruit_challenged .txt_box ul li {
	margin-top: 10px;
}
.recruit_challenged .txt_box ul li::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: #FFF100;
	border-radius: 50%;
}

#bannerWorksSearch {
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	.recruit_challenged .sub_container {
		padding-left: 2%;
		padding-right: 2%;
	}
	.recruit_challenged .recruit_contact .contact_btn {
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.recruit_challenged .sub_container {
		padding-left: 0;
		padding-right: 0;
	}
	.recruit_challenged .sub_title .main_title {
		font-size: 7.2vw;
		text-align: center;
	}
	.recruit_challenged .sub_title .main_title span {
		display: block;
		font-size: 3.7333vw;
		margin-top: 4vw;
	}
	.recruit_challenged .sub_title .lead_txt {
		font-size: 4.2667vw;
		line-height: 1.875;
		margin-top: 16vw;
		margin-bottom: 10.6667vw;
	}
	.recruit_challenged .sub_container .key_img {
		margin-top: 0;
		margin-bottom: 0;
	}
	.recruit_challenged .recruit_contact {
		padding-top: 14.6667vw;
		padding-bottom: 28vw;
	}
	.recruit_challenged .recruit_contact .sub_container {
		padding-left: 4.5333vw;
		padding-right: 4.5333vw;
	}
	.recruit_challenged .recruit_contact .tit {
		font-size: 6.9333vw;
		margin-bottom: 10.6667vw;
	}
	.recruit_challenged .recruit_contact .lead_txt {
		font-size: 4.2667vw;
		line-height: 1.875;
		text-align: left;
	}
	.recruit_challenged .recruit_contact .contact_btn {
		width: 82.6667vw;
		margin-top: 16vw;
		margin-bottom: 5.3333vw;
	}
	.recruit_challenged .recruit_contact .contact_btn p {
		font-size: 4vw;
		padding-top: 4.8vw;
		padding-bottom: 4.5333vw;
	}
	.recruit_challenged .recruit_contact .contact_btn span {
		width: 8vw;
		right: 5.3333vw;
	}
	.recruit_challenged .recruit_contact .btn_bt_txt {
		font-size: 3.4667vw;
		line-height: 1.538;

		/* 250912 */
		width: auto;
	}


	.recruit_challenged .txt_box {
		width: 90.9333vw;
		margin: 13.3333vw auto 16vw;
	}
	.recruit_challenged .txt_box b {
		font-size: 5.3333vw;
		line-height: 1.6;
		margin-bottom: 2.6667vw;
	}
	.recruit_challenged .txt_box ul li {
		margin-left: 8vw;
		text-indent: -7vw;
		font-size: 4.8vw;
		line-height: 1.7778;
	}
	.recruit_challenged .txt_box ul li {
		margin-top: 1.3333vw;
	}
	.recruit_challenged .txt_box ul li::before {
		width: 3.7333vw;
		height: 3.7333vw;
		margin-right: 2.6667vw;
	}
}

.recruit_contact .hover_effect {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
/* .recruit_contact .hover_effect::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 7px;
	background-color: #fff100;
	transform: scaleX(0);
	z-index: 1;
	transform-origin: left;
	transition: transform 0.3s ease;
} */
/* .recruit_contact .hover_effect:hover::after {
	transform: scaleX(1);
} */
.recruit_contact .hover_effect span {
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-decoration: underline;
}