@charset "UTF-8";

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

.index {
	padding: 80px 0;
}

.index_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.index_item {
	display: inline-block;
	margin-left: 2%;
	margin-top: 40px;
	width: 32%;
}

.index_item:hover {
	color: #E40011;
}

.index_item_img {
	transition: opacity .3s;
}

.index_item:hover .index_item_img {
	opacity: 0.7;
}

.index_item_cnt {
	padding: 10px 0;
	text-align: center;
}

.index_item_year {
	font-size: 12px;
}

.index_item_name {
	font-size: 16px;
}

.env {
}

.env_head {
	height: 250px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../recruit/voice/img/img-env-head.jpg");
}

.env_head_ttl {
	color: #FFF;
	font-size: 22px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.env_cnt {
	padding: 80px 0;
}

.env_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.env_item {
	display: inline-block;
	width: 49%;
	margin-left: 2%;
	text-align: center;
	margin-top: 40px;
}

.env_item:nth-child(2n+1) {
	margin-left: 0;
}

.env_item:nth-child(-n+2) {
	margin-top: 0;
}

.env_item img {
	width: 100%;
}

.env_item figcaption {
	padding: 10px 0;
}

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

@media screen and (min-width:641px) {
	.index_item:nth-child(3n+1) {
		margin-left: 0;
	}

	.index_item:nth-child(-n+3) {
		margin-top: 0;
	}

}

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

	.index {
		padding: 40px 0;
	}

	.index_list {
	}

	.index_item {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.index_item:hover {
	}

	.index_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.index_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.index_item_img {
	}

	.index_item:hover .index_item_img {
	}

	.index_item_cnt {
	}

	.index_item_year {
	}

	.index_item_name {
		font-size: 14px;
	}

	.env {
	}

	.env_head {
		height: 150px;
	}

	.env_head_ttl {
		font-size: 20px;
	}

	.env_cnt {
		padding: 40px 0;
	}

	.env_list {
	}

	.env_item {
	}

	.env_item {
		width: 100%;
		margin-left: 0;
	}

	.env_item:first-child {
		margin-top: 0;
	}

	.env_item:nth-child(2n+1) {
	}

	.env_item:nth-child(-n+2) {
	}

	.env_item img {
	}

	.env_item figcaption {
	}

}

/* for Print */
@media print {
}
