@charset "utf-8";
/*------------------------------------------------------------
	recruit-application
------------------------------------------------------------*/
#main .application {
	margin-bottom: 18rem;
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main table th,
#main table td {
	padding: 2.6rem 0 2.5rem;
	text-align: left;
	border-top: 1px solid #e9e9e9;
	vertical-align: top;
	font-size: 1.5rem;
	font-weight: 400;
	word-break: break-all;
	line-height: 2;
}
#main table tr:last-child th,
#main table tr:last-child td {
	border-bottom: 1px solid #e9e9e9;
}
#main table th {
	width: 20.9%;
	font-weight: 600;
}
#main table td dl:not(:last-of-type) {
	margin-bottom: 3rem;
}
#main table td dl dt {
	font-weight: 600;
}
#main table td a {
	color: #02af94;
}
#main table td a .line {
	text-decoration: underline;
}
#main table td a:hover {
	opacity: 0.7;
}
#main .apply .headLine05 {
	margin-bottom: 7.3rem;
}
#main .apply .text {
	margin-bottom: 4.5rem;
	line-height: 2;
}
#main .apply .innerBox {
	padding: 4.9rem 11.7rem 6.8rem;
	background-color: #f6f7f5;
}
#main .apply .innerBox .title {
	margin-bottom: 1.1rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .apply .innerBox .title .color {
	color: #02af94;
}
#main .apply .innerBox .txt {
	margin-bottom: 3.5rem;
	text-align: center;
	line-height: 2;
}
#main .apply .innerBox .linkUl {
	margin-bottom: 3rem;
}
#main .apply .innerBox .linkUl li {
	width: 46%;
}
#main .apply .innerBox .linkUl a {
	display: block;
}
#main .apply .innerBox .linkUl img {
	width: 100%;
}
#main .apply .innerBox .linkUl a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .pageTitle .headLine01 {
		width: 80%;
	}
	#main .pageTitle #pagePath {
		width: 20%;
	}
}
@media all and (max-width: 896px) {
	#main .application {
		margin-bottom: 7.7rem;
	}
	#main table th,
	#main table td {
		padding: 1.8rem 0 1.7rem;
		display: block;
		width: 100% !important;
		text-align: left;
		line-height: 1.66;
	}
	#main table th {
		padding-bottom: 0;
		border-bottom: 0 !important;
	}
	#main table td {
		padding-top: 0.6rem;
		border-top: 0 !important;
	}
	#main table td dl:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}
	#main .apply .headLine05 {
		margin-bottom: 2.5rem;
	}
	#main .apply .text {
		margin-bottom: 2.6rem;
	}
	#main .apply .innerBox {
		padding: 3.5rem 3rem 3rem;
	}
	#main .apply .innerBox .title {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	#main .apply .innerBox .txt {
		margin-bottom: 2.2rem;
		line-height: 1.78;
	}
	#main .apply .innerBox .linkUl {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
		display: block;
		border-bottom: 1px solid #dbdada;
	}
	#main .apply .innerBox .linkUl li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .apply .innerBox .linkUl li:last-child {
		margin-bottom: 0;
	}
}