@charset "UTF-8";

.menu_head {
	display: block;
}

.menu_tbl th {
	width: 240px;
}

.recruit {
	padding: 70px 0 40px;
	padding: 80px 0 120px;
}

.recruit_ttl {
	text-align: center;
}

.recruit_ttl span {
	font-size: 30px;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
}

.recruit_img {
	margin-top: 35px;
}

.recruit_img img {
	width: 100%;
	height: auto;
}

.intro {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	margin-top: 120px;
}

.intro_cnt {
	width: 48%;
	max-width: 480px;
}

.intro_ttl {
	font-size: 37px;
	line-height: 1.6;
}

.intro_txt {
	margin-top: 20px;
}

.intro_item {
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin: 0 50px 0 20px;
}

.intro_item_img {
	width: 48%;
}

.intro_item_img:first-child {
	margin-top: -10px;
}

.intro_item_img:last-child {
	margin-top: 40px;
}

.intro_item_img img {
	width: 100%;
	height: auto;
}

.collect {
	margin-top: 120px;
}

.flow {
	margin-top: 110px;
	background: #EDEAE4;
	padding: 80px 15px;
}

.flow_ttl {
	font-size: 30px;
	text-align: center;
}

.flow_cnt {
	max-width: 900px;
	margin: 60px auto 0;
}

.flow_item {
	display: flex;
}

.flow_item:nth-child(n+2) {
	margin-top: 60px;
}

.flow_item:nth-child(4) {
	margin-top: 40px;
}

.flow_item_num {
	font-size: 44px;
	line-height: 1;
	position: relative;
	margin-right: 60px;
	width: 45px;
	height: 45px;
}

.flow_item_num:before,
.flow_item_num:after {
	content: "";
	position: absolute;
}

.flow_item_num:before {
	top: 40px;
	right: -43px;
	width: 60px;
	height: 1px;
	background: #333;
	transform: rotate(-45deg);
}

.flow_item_num:after {
	background-image: url(/recruit/img/img-flow_item_num@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	width: 5px;
	height: 34px;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
}

.flow_item:last-child .flow_item_num:after {
	display: none;
}

.flow_item_dl {
}

.flow_item_dl dt {
	font-size: 24px;
}

.flow_item_dl dd {
	margin-top: 8px;
}

.info {
	margin-top: 80px;
	background: #2E2928;
	color: #FFF;
	text-align: center;
	padding: 50px 15px;
}

.info_txt {
	font-size: 24px;
}

.info_tel {
	display: inline-block;
	margin-top: 20px;
}

.info_tel span {
	position: relative;
	padding-left: 38px;
}

.info_tel span:before {
	position: absolute;
	font-family: icomoon;
	font-size: 28px;
	line-height: 1;
	content: "\e906";
	top: 50%;
	left: 0;
	margin-top: -14px;
}

.info_add {
	margin-top: 13px;
}

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

/* for SP */
@media screen and (max-width:640px) {
	.menu_tbl th {
		width: 100%;
	}

	.recruit {
		padding: 60px 0 40px;
	}

	.recruit_ttl {
	}

	.recruit_ttl span {
	}

	.recruit_img {
		margin-top: 25px;
	}

	.recruit_img img {
	}

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

	.intro_cnt {
		width: 100%;
	}

	.intro_ttl {
		font-size: 28px;
	}

	.intro_txt {
		margin-top: 10px;
	}

	.intro_item {
		width: 100%;
		margin: 35px 0 0 0;
	}

	.intro_item_img {
	}

	.intro_item_img:first-child {
	}

	.intro_item_img:last-child {
	}

	.intro_item_img img {
	}

	.collect {
		margin-top: 70px;
	}

	.flow {
		padding: 35px 15px;
		margin-top: 40px;
	}

	.flow_ttl {
		font-size: 26px;
	}

	.flow_cnt {
		margin-top: 35px;
	}

	.flow_item {
		display: block;
		position: relative;
	}

	.flow_item:nth-child(n+2) {
		margin-top: 40px;
	}

	.flow_item:nth-child(4) {
	}

	.flow_item_num {
		position: absolute;
		top: -15px;
		left: 0;
		font-size: 32px;
	}

	.flow_item_num:before,
	.flow_item_num:after {
	}

	.flow_item_num:before {
		top: 30px;
		right: -20px;
		width: 50px;
	}

	.flow_item_num:after {
		display: none;
	}

	.flow_item:last-child .flow_item_num:after {
	}

	.flow_item_dl {
	}

	.flow_item_dl dt {
		font-size: 22px;
		padding-left: 65px;
	}

	.flow_item_dl dd {
		line-height: 1.6;
	}

	.info {
		margin-top: 40px;
		padding: 30px 15px 35px;
	}

	.info_txt {
		font-size: 20px;
		line-height: 1.6;
	}

	.info_tel {
	}

	.info_tel span {
	}

	.info_tel span:before {
	}

	.info_add {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 15px;
	}

}

/* for Print */
@media print {
}
