@charset "UTF-8";

.wrapper,
.cmnentry,
.cmnfoot {
	background: #F5F5F5;
}

.menu {
	margin-bottom: 150px;
}

.menu_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 80px 0 40px;
}

.menu_wrap {
	max-width: 1360px;
	margin: 0 auto;
}

.menu_list {
	display: flex;
	flex-wrap: wrap;
}

.menu_item {
	width: 50%;
	display: inline-block;
	background: #FFF;
	border-left: 1px solid #D6D6D6;
}

.menu_item:nth-child(2n+1) {
	border-left: 0px;
}

.menu_item_img {
	position: relative;
	overflow: hidden;
}

.menu_item_img img {
	display: none;
}

.menu_item_img:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.menu_item_img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: transform .5s;
}

.menu_item:hover .menu_item_img:after {
	transform: scale(1.05);
	transition: transform 1s;
}

.menu_item.-item01 .menu_item_img:after {
	background-image: url(../img/interview/img-index01.jpg);
}

.menu_item.-item02 .menu_item_img:after {
	background-image: url(../img/interview/img-index02.jpg);
}

.menu_item.-item03 .menu_item_img:after {
	background-image: url(../img/interview/img-index03.jpg);
}

.menu_item.-item04 .menu_item_img:after {
	background-image: url(../img/interview/img-index04.jpg);
}

.menu_item.-item05 .menu_item_img:after {
	background-image: url(../img/interview/img-index05.jpg);
}

.menu_item.-item06 .menu_item_img:after {
	background-image: url(../img/interview/img-index06.jpg);
}

.menu_item.-item07 .menu_item_img:after {
	background-image: url(../img/interview/img-index07.jpg);
}

.menu_item.-item08 .menu_item_img:after {
	background-image: url(../img/interview/img-index08.jpg);
}

.menu_item.-item09 .menu_item_img:after {
	background-image: url(../img/interview/img-index09.jpg);
}

.menu_item_cnt {
	padding: 40px;
	position: relative;
}

.menu_item_cat {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	background: #eee;
}

.menu_item_cat.-bl {
	background: #06C8DF;
}

.menu_item_cat.-or {
	background: #FD7566;
}

.menu_item_ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}

.menu_item_info {
	margin-top: 40px;
}

.menu_item_view {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #F97558;
	font-size: 14px;
}

.menu_item_view:before {
	font-family: icomoon;
	content: "\e902";
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 10px;
}

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

@media screen and (max-width:640px) {
	.wrapper,
	.cmnentry,
	.cmnfoot {
	}

	.menu {
		margin-bottom: 40px;
	}

	.menu_ttl {
		padding: 30px 0;
		font-size: 20px;
	}

	.menu_wrap {
	}

	.menu_list {
		display: block;
	}

	.menu_item {
		border-left: none;
		width: 100%;
	}

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

	.menu_item_img {
	}

	.menu_item_img img {
	}

	.menu_item_img:before {
	}

	.menu_item_img:after {
	}

	.menu_item:hover .menu_item_img:after {
	}

	.menu_item.-item01 .menu_item_img:after {
	}

	.menu_item.-item02 .menu_item_img:after {
	}

	.menu_item.-item03 .menu_item_img:after {
	}

	.menu_item.-item04 .menu_item_img:after {
	}

	.menu_item.-item05 .menu_item_img:after {
	}

	.menu_item.-item06 .menu_item_img:after {
	}

	.menu_item.-item07 .menu_item_img:after {
	}

	.menu_item.-item08 .menu_item_img:after {
	}

	.menu_item_cnt {
		padding: 30px;
	}

	.menu_item_cat {
		top: auto;
		bottom: 100%;
		font-size: 14px;
	}

	.menu_item_cat.-bl {
	}

	.menu_item_cat.-or {
	}

	.menu_item_ttl {
		font-size: 20px;
	}

	.menu_item_info {
		margin-top: 10px;
	}

	.menu_item_view {
		position: static;
		text-align: right;
		margin-top: 15px;
	}

	.menu_item_view:before {
	}

}
