
@charset "utf-8";
/*  style　[   ]
=================================================================== */

.page-wrapper .main-visual {
	background: url(./images/main.jpg) center center no-repeat;
	background-size: cover;
}

.ul-photo {
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	margin: 55px auto 0 auto;
}
.ul-photo li {
	width: 45%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.ul-photo li {
	width: 96%;
	margin-bottom: 15px;
}
}
.recruit-box {
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-50 {
	width: 45%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.item-50 {
	width: 96%;
	margin-bottom: 15px;
}
}

/* 768px～ ____________________________________________________ */
@media screen and (min-width: 768px) {
ul.contact-btn {
	display: table;
}
ul.contact-btn li {
	margin-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
}