/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
	background-image: url(../../images/bg_recruit.jpg);
	background-position: center left 0;
}
main section.s02 {
	margin-top: 90px;
}
main section.s02 .wrapper::before {
	content: "";
	display: block;
	padding-top: 110px;
	margin-top: -110px;
}

main section.s02 .wrapper .photo01 {
	width: 822px;
	display: block;
	margin: 0 auto;
}
main section.s02 .wrapper dl {
	margin: 100px auto 0;
	width: 800px;
}
main section.s02 .wrapper dl dt {
	position: relative;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
main section.s02 .wrapper dl dt::after {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background-color: #029d97;
	position: absolute;
	bottom: 0;
	left: 0;
}
main section.s02 .wrapper dl dd {
	margin-top: 30px;
}
main section.s02 .wrapper dl dd .t01 {
	font-size: 18px;
	font-weight: bold;
}
main section.s02 .wrapper dl dd .t02 {
	font-size: 15px;
	line-height: 200%;
	margin-top: 7px;
}
main section.s02 .wrapper dl dd .t02 + .t01 {
	margin-top: 40px;
}
main section.s02 .wrapper .photo02 {
	width: 800px;
	display: block;
	margin: 70px auto 0;
	border-radius: 20px;
}
main section.s03 {
	width: 800px;
	margin: 100px auto 0;
}
main section.s03 .wrapper h3 {
	position: relative;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}
main section.s03 .wrapper h3::after {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background-color: #029d97;
	position: absolute;
	bottom: 0;
	left: 0;
}
main section.s03 .wrapper table {
	width: 100%;
	margin-top: 35px;
}
main section.s03 .wrapper table tr {
	border-bottom: 1px solid #aab4ba;
	position: relative;
}
main section.s03 .wrapper table tr::after {
	content: "";
	display: block;
	width: 180px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #043f97;
}
main section.s03 .wrapper table tr th {
	width: 180px;
	text-align: center;
	font-size: 15px;
	line-height: 200%;
	color: #029d97;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	padding: 25px 0;
}
main section.s03 .wrapper table tr td {
	font-size: 15px;
	line-height: 200%;
	vertical-align: middle;
	padding: 25px 0 25px 40px;
}
main section.s03 .wrapper .btn_entry {
	width: 300px;
	padding: 22px 0;
	margin: 80px auto 0;
	border-radius: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
	font-weight: bold;
}
main section.s03 .wrapper .photo01 {
	width: 800px;
	display: block;
	margin: 80px auto 0;
	border-radius: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
	main section.ttlsection .wrapper {
		background-image: url(../../images/bg_recruit_sp.jpg);
		background-position: center left 0;
	}
	main section.s02 {
		margin-top: 70px;
		padding: 0 25px;
	}
	main section.s02 .wrapper .photo01 {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	main section.s02 .wrapper dl {
		margin: 60px auto 0;
		width: 100%;
	}
	main section.s02 .wrapper dl dt {
		position: relative;
		padding-bottom: 15px;
		font-size: 20px;
		font-weight: bold;
	}
	main section.s02 .wrapper dl dt::after {
		content: "";
		display: block;
		width: 70px;
		height: 4px;
		background-color: #029d97;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	main section.s02 .wrapper dl dd {
		margin-top: 30px;
	}
	main section.s02 .wrapper dl dd .t01 {
		font-size: 18px;
		font-weight: bold;
	}
	main section.s02 .wrapper dl dd .t02 {
		font-size: 15px;
		line-height: 200%;
		margin-top: 7px;
	}
	main section.s02 .wrapper dl dd .t02 + .t01 {
		margin-top: 40px;
	}
	main section.s02 .wrapper .photo02 {
		width: 100%;
		display: block;
		margin: 60px auto 0;
		border-radius: 20px;
	}
	main section.s02 .wrapper .photo02 + dl {
		margin-top: 50px;
	}
	main section.s03 {
		width: 100%;
		padding: 0 25px;
		margin: 80px auto 0;
	}
	main section.s03 .wrapper h3 {
		position: relative;
		padding-bottom: 15px;
		font-size: 22px;
		font-weight: bold;
	}
	main section.s03 .wrapper h3::after {
		content: "";
		display: block;
		width: 70px;
		height: 4px;
		background-color: #029d97;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	main section.s03 .wrapper table {
		width: 100%;
		margin-top: 25px;
	}
	main section.s03 .wrapper table tr {
		position: relative;
		border: none;
	}
	main section.s03 .wrapper table tr::after {
		display: none;
	}
	main section.s03 .wrapper table tr th {
		width: 100%;
		display: block;
		border-bottom: 1px solid #aab4ba;
		text-align: left;
		font-size: 15px;
		line-height: 140%;
		color: #029d97;
		font-weight: bold;
		vertical-align: middle;
		position: relative;
		padding: 15px 0 15px 15px;
	}
	main section.s03 .wrapper table tr th::after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		position: absolute;
		bottom: -1px;
		left: 0;
		background-color: #043f97;
	}
	main section.s03 .wrapper table tr td {
		width: 100%;
		display: block;
		font-size: 15px;
		line-height: 200%;
		vertical-align: middle;
		padding: 12px 15px 20px;
	}
	main section.s03 .wrapper .btn_entry {
		width: 300px;
		padding: 22px 0;
		margin: 30px auto 0;
		border-radius: 50px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		line-height: 100%;
		color: #fff;
		font-weight: bold;
	}
	main section.s03 .wrapper .photo01 {
		width: 100%;
		display: block;
		margin: 50px auto 0;
		border-radius: 20px;
	}
}
