/*
* recruit.css
*
*/
/* --------------------------------
	 main
-------------------------------- */
.main {
	background: #fff;
}

.gnav_lists li.gnav_recruit a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 50%;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0); 
	background: #cb0400;
	background: linear-gradient(to right, #cb0400 50%, #cb0400 50%, #0f158c 50%);
	background-color: #cb0400;
}
@media screen and (min-width: 751px) {
	.gnav_lists li.gnav_recruit a:after {
		right: auto;
		bottom: 0;
		height: 3px;
	}
}

.subpage .gnav_lists li.gnav_recruit a {
	color: #cb0400;
}

/* --------------------------------
	 cover
-------------------------------- */
.cover {
	position: relative;
	padding-top: 85px;
}
@media screen and (min-width: 751px) {
	.cover {
		padding-top: 127px;
	}
}

/* --------------------------------
	 recruit
-------------------------------- */
.recruiting {
	position: relative;
}
.recruiting + .recruiting {
	margin-top: 80px;
}

.recruit_contents {
	position: relative;
	margin: auto;
	padding: 65px 0 70px; 
	width: 100%;
	width: calc(100% - 2px);
}
@media screen and (min-width: 751px) {
	.recruit_contents {
		padding: 140px 0 120px; 
		width: 85%;
		width: calc(85% - 2px);
	}
}
.recruit_contents .notes{
	margin-top: 4em;
	font-size: 0.9em;
}
.recruit_contents .inner {
	position: relative;
}

.recruiting_lists {
	position: relative;
	z-index: 1;
	margin: 28px auto 0;
	padding: 30px 0;
}
@media screen and (min-width: 751px) {
	.recruiting_lists {
		display: -ms-flexbox;
		display: flex;
		margin: 47px auto 0;
		padding: 60px 0; 

		-ms-flex-wrap: wrap; 

		    flex-wrap: wrap;
	}
}
.recruiting_lists:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 84%;
	height: 100%;
	background: #f4f3f3;
}
@media screen and (min-width: 751px) {
	.recruiting_lists:after {
		margin: 0 64px; 
		width: auto;
	}
}

.recruiting_list {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 751px) {
	.recruiting_list {
		width: 50%;
	}
}
@media screen and (min-width: 751px) {
	.recruiting_list:nth-child(odd) {
		padding-right: 25px;
	}
}
@media screen and (min-width: 751px) {
	.recruiting_list:nth-child(even) {
		padding-left: 25px;
	}
}
@media screen and (min-width: 751px) {
	.recruiting_list:nth-child(n+3) {
		padding-top: 50px;
	}
}
.recruiting_list a {
	text-decoration: none;
}

@media screen and (min-width: 751px) and (min-width: 751px) {
	.recruiting_list a:hover .recruiting_list_txts:before {
		width: 100%;
	}
}
@media screen and (min-width: 751px) {
	.recruiting_list a:hover .recruiting_list_h {
		color: #fff;
	}
	.recruiting_list a:hover .recruiting_list_h .icon:before {
		border-color: transparent transparent transparent #fff;
	}
	.recruiting_list a:hover .recruiting_list_txt {
		color: #fff;
	}
}
.recruiting_list + .recruiting_list {
	margin-top: 25px;
}
@media screen and (min-width: 751px) {
	.recruiting_list + .recruiting_list {
		margin-top: 0;
	}
}

.recruiting_list_txts {
	position: relative;
	z-index: 1;
	margin: -15px 15px 0;
	padding: 20px 7% 25px;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 751px) {
	.recruiting_list_txts {
		margin: -25px 25px 0;
		padding: 28px 9% 31px;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
	}
}
.recruiting_list_txts:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transition: 0.4s width cubic-bezier(0.23, 1, 0.32, 1); 
	background-color: #cb0400;
}

.recruiting_list_h {
	text-align: center;
	color: #cb0400; 
	line-height: 1.5;
}
.recruiting_list_h .icon {
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.recruiting_list_h .icon {
		padding-left: 0; 
		font-size: 20px;
	}
}
.recruiting_list_h .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #cb0400;
	width: 0;
	height: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media screen and (min-width: 751px) {
	.recruiting_list_h .icon:before {
		left: -18px;
	}
}

.recruiting_list_txt {
	margin-top: 6px;
	color: #010101;
	font-size: 13px;
	line-height: 1.76923;
}
@media screen and (min-width: 751px) {
	.recruiting_list_txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.85714;
	}
	
}