@charset "utf-8";
#bg_main_image_recruit {
	background-image: url(../img/img_main.jpg);
}

.nav_contents_recruit > ul > li:nth-child(1) .image:before{
	background-image: url(../img/img_photo01.jpg);
}
.nav_contents_recruit > ul > li:nth-child(2) .image:before{
	background-image: url(../img/img_photo02.jpg);
}
.nav_contents_recruit > ul > li:nth-child(3) .image:before{
	background-image: url(../img/img_photo03.jpg);
}
.nav_contents_recruit > ul > li:nth-child(4) .image:before{
	background-image: url(../img/img_photo04.jpg);
}
.nav_contents_recruit > ul > li:nth-child(5) .image:before{
	background-image: url(../img/img_photo05.jpg);
}

@media screen and (min-width:1025px) {
#main_index {
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#main_index > .catch {
	width: 32.14%;
	position: relative;
	z-index: 1;
}
#main_index > .catch > span {
	background: url(../img/main_ttl.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 69.1%;
	display: block;
}
}

@media screen and (max-width: 1024px) and (min-width: 751px) {

}

@media print, screen and (min-width: 751px) {
}

@media screen and (max-width: 750px) {
#main_index {
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#main_index > .catch {
	width: 80%;
	position: relative;
	z-index: 1;
}
#main_index > .catch > span {
	background: url(../img/main_ttl.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 69.1%;
	display: block;
}
}
