@charset "UTF-8";

.main_head {
	background-image: url("../recruit/img/img-head.jpg");
}

.index {
	padding: 80px 0;
}

.index_catch {
	text-align: center;
	font-size: 22px;
}

.index_text {
	margin-top: 10px;
	text-align: center;
}

.index_menu {
	text-align: center;
	margin-top: 60px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.index_menu > a {
	display: inline-block;
	font-size: 20px;
	width: 32%;
	margin-left: 2%;
	padding: 30px 0;
	color: #fff;
	position: relative;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
}

.index_menu > a:first-child {
	margin-left: 0;
}

.index_menu > a.-new {
	background: #E40011;
	border-color: #E40011;
}

.index_menu > a.-mid {
	background: #E47B00;
	border-color: #E47B00;
}

.index_menu > a.-part {
	background: #EB6877;
	border-color: #EB6877;
}

.index_menu > a:after {
	font-family: icomoon;
	content: "\e903";
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	right: 10px;
}

.index_menu > a:hover {
	background: #FFF;
}

.index_menu > a.-new:hover {
	color: #E40011;
}

.index_menu > a.-mid:hover {
	color: #E47B00;
}

.index_menu > a.-part:hover {
	color: #EB6877;
}

.index_voice {
	margin-top: 40px;
	text-align: center;
}

.index_voice > a {
	display: inline-block;
	font-size: 20px;
	width: 100%;
	max-width: 600px;
	border: 2px solid #E40011;
	padding: 30px 0;
}

.index_voice > a:hover {
	background: #E40011;
	color: #fff;
}

.index_voice > a em {
	display: inline-block;
	position: relative;
	padding-right: 40px;
}

.index_voice > a em:after {
	font-family: icomoon;
	font-size: 16px;
	content: "\e903";
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	right: 10px;
	color: #E40011;
	transition: color .3s;
}

.index_voice > a:hover em:after {
	color: #FFF;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main_head {
	background-image: url("../recruit/img/img-head-sp.jpg");
	}

	.index {
		padding: 40px 0;
	}

	.index_catch {
		font-size: 18px;
	}

	.index_text {
		text-align: left;
	}

	.index_menu {
		margin-top: 30px;
		display: block;
	}

	.index_menu > a {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		padding: 20px 0;
	}

	.index_menu > a:first-child {
		margin-top: 0;
	}

	.index_menu > a.-new {
	}

	.index_menu > a.-mid {
	}

	.index_menu > a.-part {
	}

	.index_menu > a:after {
	}

	.index_menu > a:hover {
	}

	.index_menu > a.-new:hover {
	}

	.index_menu > a.-mid:hover {
	}

	.index_menu > a.-part:hover {
	}

	.index_voice {
		margin-top: 30px;
	}

	.index_voice > a {
		padding: 20px 0;
	}

	.index_voice > a:hover {
	}

	.index_voice > a em {
	}

	.index_voice > a em:after {
	}

	.index_voice > a:hover em:after {
	}

}

/* for Print */
@media print {
}
