@charset "UTF-8";

/*================================================

求人情報

=================================================*/
.top-catch {
	background: url("../images/recruit/main_img01.jpg") center center / 100% auto no-repeat; background-size: cover;
}
.top-catch-inner h1 {
	filter:
		drop-shadow(0px -2px 1px rgba(0,0,0,1))
		drop-shadow(-2px 0px 1px rgba(0,0,0,1))
		drop-shadow(2px 0px 1px rgba(0,0,0,1))
		drop-shadow(0px 2px 1px rgba(0,0,0,1))
		;
}
.top-catch-inner p {
	-webkit-filter: drop-shadow(10px 3px 3px rgba(0,0,0,1));
	filter:
		drop-shadow(0px -2px 1px rgba(0,0,0,1))
		drop-shadow(-2px 0px 1px rgba(0,0,0,1))
		drop-shadow(2px 0px 1px rgba(0,0,0,1))
		drop-shadow(0px 2px 1px rgba(0,0,0,1))
		;
}

.recruit {
	margin: 25px 0 0;
	padding: 0;
}
.recruit-content {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1.4rem;
}
.recruit-content-header {
	margin: 0 auto 60px;
	padding: 0;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.6;
}
.recruit-content-header h2 {
	line-height: 1;
}
.recruit-content h3 {
	padding: 0 0 15px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px solid #9FA0A0;
}
.recruit-content-header .recruit-content-header-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;
	padding: 0;
	text-align: left;
}
.recruit-content-header .recruit-content-header-box div {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	width: 590px;
}
.recruit-content-header .recruit-content-header-box div p {
	width: 100%;
}

.recruit-content table {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	color: #231815;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.6;
}
.recruit-content table th {
	width: 140px;
	padding: 20px 8px;
	border-bottom: 1px solid #9FA0A0;
}
.recruit-content table td {
	padding: 20px 8px;
	border-bottom: 1px solid #9FA0A0;
}

.recruit-content table td p:nth-of-type(2),
.recruit-content table td dl {
	margin-top: 1.5em;
}
.recruit-content table tr:nth-of-type(4) th,
.recruit-content table tr:nth-of-type(4) td,
.recruit-content table tr:nth-of-type(6) th,
.recruit-content table tr:nth-of-type(6) td {
	border-bottom: none;
}
.recruit-content table tr:nth-of-type(5) th,
.recruit-content table tr:nth-of-type(5) td {
	padding: 10px 8px 20px;
}
.recruit-content table tr:nth-of-type(8) td p {
	margin-top: 1.5em;
}
.recruit-content table tr:nth-of-type(8) td p:first-child {
	margin-top: 0;
}
.recruit-content .contact {
	margin: -30px auto 30px;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1;
}
.recruit-content .contact p:first-child {
	margin: 0 0 10px;
	padding: 0;
}
.recruit-content .contact p:first-child a {
	display: block;
	margin: 0 0 10px;
	padding: 12px 0 14px;
	color: #FFF;
	font-weight: 600;
	background-color: #231815;
}
.recruit-content-footer {
	margin: 50px 0;
	padding: 0;
}
.recruit-content-footer h4 {
	margin: 0 0 15px;
	padding: 0 0 13px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px solid #9FA0A0;
}
.recruit-content-footer ol {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
}
.recruit-content-footer ol li {
	margin: 0 auto;
	padding: 7px 0 25px 60px;
}
.recruit-content-footer ol li:nth-of-type(1) {
	background: url("../images/recruit/no01.svg") top left / 40px auto no-repeat;
}
.recruit-content-footer ol li:nth-of-type(2) {
	background: url("../images/recruit/no02.svg") top left / 40px auto no-repeat;
}
.recruit-content-footer ol li:nth-of-type(3) {
	background: url("../images/recruit/no03.svg") top left / 40px auto no-repeat;
}


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

	.recruit-content {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.recruit-content-header {
		margin: 0 auto 60px;
		padding: 0;
	}
	.recruit-content h3 {
		padding: 0 0 15px;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: center;
	}
	.recruit-content-header .recruit-content-header-box {
		margin: 30px auto;
	}
	.recruit-content-header .recruit-content-header-box figure {
		margin: 0 auto;
		text-align: center;
	}
	.recruit-content-header .recruit-content-header-box div {
		width: 100%;
	}
	.recruit-content-header .recruit-content-header-box div p {
		width: 100%;
		margin: 20px 0 0;
	}

	.recruit-content table {
		margin: 0 auto 30px;
		font-size: 1.3rem;
	}
	.recruit-content table th {
		width: 105px;
		padding: 20px 8px;
	}
	.recruit-content table td {
		padding: 20px 8px;
	}
	
	.recruit-content .contact {
		font-size: 1.4rem;
	}

	.recruit-content-footer ol {
		width: 100%;
		font-size: 2rem;
	}
	.recruit-content-footer ol li {
		margin: 0 auto;
		padding: 7px 0 25px 60px;
	}

}
