@charset "utf-8";

#sec_recruit {
	overflow: hidden;
}

.recruit_block {
	margin: 40px auto 0;
	padding: 0 20px;
	max-width: 910px;
	position: relative;
}

.recruit_block_image {
	position: absolute;
	z-index: -1;
}

.recruit_block_image {
	width: 63%;
	top: -70px;
	right: -135px;
}

.recruit_block_text {
	padding: 30px;
	position: relative;
	font-size: 1.6rem;
	z-index: 2;
}

.recruit_block_text h4 + p {
	margin-top: 30px;
}

.recruit_block_text {
	margin-top: -30px;
	width: 63%;
	background-color: rgba(255,255,255,0.9);
}

.section_block {
	margin-top: 100px;
}

#recruit_table {
	width: 100%;
	margin: 30px auto 90px;
	display: block;
}

#recruit_table tbody {
	width: 100%;
	display: block;
}

#recruit_table tr {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#recruit_table th,
#recruit_table td {
	padding: 25px 15px;
	font-size: 1.6rem;
	font-weight: normal;
	flex-wrap: wrap;
}

#recruit_table th {
	width: 25%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #333333;
}

#recruit_table tr:first-child th {
	border-top: solid 1px #333333;
}

#recruit_table td {
	margin-left: 20px;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: solid 1px #B3B3B3;
}

#recruit_table tr:first-child td {
	border-top: solid 1px #B3B3B3;
}

#recruit_process {
	margin: 50px auto 0;
	max-width: 700px;
}

.recruit_process_list {
	display: flex;
	justify-content: space-between;
}

.recruit_process_list li {
	width: 85px;
	font-size: 1.6rem;
	text-align: center;
}

.recruit_process_list.list01 {
	margin-bottom: 15px;
	background: linear-gradient(to bottom, #ffffff 43%, #E9F0E5 43%, #E9F0E5 57%, #ffffff 57%);
}

.recruit_process_list.list01 li {
	background-color: #075729;
	border-radius: 50%;
	color: #ffffff;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 85px;
}

#recruit_method {
	margin-top: 90px;
	padding: 35px 45px;
	border: solid 1px #B3B3B3;
}

#recruit_method p {
	font-size: 1.6rem;
}

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

	.recruit_block {
		margin: 30px auto 0;
		padding: 0;
		max-width: 100%;
	}

	.recruit_block_image {
		position: relative;
	}

	.recruit_block_image {
		margin: 0 auto;
		width: calc(100% + 40px);
		top: initial;
		left: -20px;
	}

	.recruit_block_image img {
		margin: 0 auto;
		width: 100%;
		max-width: 520px;
	}

	.recruit_block_text {
		margin-top: 15px;
		padding: 0;
	}

	.recruit_block_text {
		width: 100%;
	}

.section_block {
	margin-top: 40px;
}

#recruit_table {
	margin: 30px auto 70px;
}

#recruit_table th,
#recruit_table td {
	padding: 15px 10px;
	font-size: 1.6rem;
}

#recruit_table td {
	margin-left: 10px;
}

#recruit_process {
	margin: 30px auto 0;
	max-width: 520px;
}

.recruit_process_list li {
	width: 52px;
	font-size: 1rem;
}

.recruit_process_list.list01 li {
	font-size: 2.1rem;
	line-height: 52px;
}

#recruit_method {
	margin-top: 60px;
	padding: 30px 25px;
}

}