@charset "utf-8";
/*------------------------------------------------------------
	recruit-environment
------------------------------------------------------------*/
.pageTitle .headLine01 {
	width: 75%;
}
.pageTitle #pagePath {
	width: 25%;
}
#main .environment {
	margin-bottom: 18rem;
}
#main .environment .headLine05 {
	margin-bottom: 7.3rem;
}
#main .environment .info {
	margin-bottom: 3rem;
	line-height: 2;
}
#main .career .stepUl li {
	width: 25%;
	position: relative;
	background-color: #f6f7f5;
}
#main .career .stepUl li:nth-child(1) {
	margin-top: 15.3rem;
}
#main .career .stepUl li:nth-child(2) {
	margin-top: 10.2rem;
}
#main .career .stepUl li:nth-child(3) {
	margin-top: 5.1rem;
}
#main .career .stepUl li:nth-child(2) .h_title {
	background-color: #3fceb5;
}
#main .career .stepUl li:nth-child(3) .h_title {
	background-color: #22bea4;
}
#main .career .stepUl li:nth-child(4) .h_title {
	background-color: #02af94;
}
#main .career .stepUl .h_title {
	padding: 1.1rem 0 1.2rem;
	background-color: #5eddc5;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .career .stepUl .textBox {
	padding: 1rem 2rem 1.4rem;
}
#main .career .stepUl li:not(:last-child)::after {
	position: absolute;
	width: 1px;
	top: 5.1rem;
	bottom: 0;
	right: 0;
	content: "";
	background-color: #d5d5d5;
	z-index: 1;
}
#main .career .stepUl h5 {
	margin-bottom: 1.3rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	color: #02af94;
}
#main .career .stepUl h5 span {
	margin-top: 0.3rem;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	color: #6b716e;
}
#main .career .stepUl .text {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.71;
}
#main .career .stepUl .title {
	margin-bottom: 0.7rem;
	font-size: 1.3rem;
	font-weight: 600;
}
#main .career .stepUl .subText {
	padding: 1.2rem 1.2rem 1rem;
	font-size: 1.2rem;
	line-height: 1.58;
	background-color: #fff;
}
#main .train .info {
	margin-bottom: 4.8rem;
}
#main .train .comTextList {
	margin-bottom: 5.5rem;
}
#main .train .comTextList.style01 {
	margin-bottom: 0;
}
#main .train .comTextList.style01 li {
	align-items: flex-start;
}
#main .train .comTextList.style01 li:nth-child(2) .lText {
	margin-top: 2rem;
}
#main .certificate .info {
	margin-bottom: 4.5rem;
}
#main .certificate .comInfoUl > li {
	padding-bottom: 3.2rem;
}
#main .certificate .comInfoUl .h_title {
	margin: 0 -1rem 1.8rem;
	min-height: 5rem;
}
#main .certificate .comInfoUl .photo {
	margin-bottom: 2rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 18.8rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
#main .certificate .comInfoUl .photo img {
	width: 19.2rem;
}
#main .benefits .info {
	margin-bottom: 4.5rem;
}
#main .benefits .comInfoUl > li {
	padding-bottom: 3.2rem;
}
#main .benefits .comInfoUl .h_title {
	margin-bottom: 1.8rem;
	min-height: 5rem;
}
#main .benefits .comInfoUl .image {
	margin: 0 auto 0.9rem;
	width: 9.4rem;
}
@media all and (max-width: 896px) {
	#main .environment {
		margin-bottom: 8rem;
	}
	#main .environment .headLine05 {
		margin-bottom: 2.5rem;
	}
	#main .environment .info {
		margin-bottom: 3.5rem;
	}
	#main .career .stepUl {
		display: block;
	}
	#main .career .stepUl li {
		width: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#main .career .stepUl li:nth-child(1) {
		margin-top: 0;
	}
	#main .career .stepUl li:nth-child(2) {
		margin-top: 0;
	}
	#main .career .stepUl li:nth-child(3) {
		margin-top: 0;
	}
	#main .career .stepUl .h_title {
		width: 4.4rem;
		padding: 1.1rem 0 1.2rem;
		line-height: 1.25;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .career .stepUl .h_title .ico {
		transform: rotate(90deg);
		display: inline-block;
		margin: 0.4rem 0;
		font-size: 1.5rem;
	}
	#main .career .stepUl .textBox {
		padding: 2rem;
		flex: 1;
	}
	#main .career .stepUl li:not(:last-child)::after {
		width: auto;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 4.4rem;
		right: 0;
	}
	#main .career .stepUl li:last-child::after {
		position: absolute;
		content: "";
		z-index: 1;
		height: 1px;
		bottom: 0;
		left: 4.4rem;
		right: 0;
		background-color: #d5d5d5;
	}
	#main .career .stepUl h5 {
		margin-bottom: 1.3rem;
		text-align: left;
	}
	#main .career .stepUl h5 span {
		margin-top: 0.3rem;
	}
	#main .career .stepUl .text {
		margin-bottom: 2rem;
	}
	#main .career .stepUl .title {
		margin-bottom: 0.7rem;
	}
	#main .certificate .info {
		margin-bottom: 3.5rem;
	}
	#main .train .info {
		margin-bottom: 3.8rem;
	}
	#main .train .comTextList {
		margin-bottom: 4.3rem;
	}
	#main .train .comTextList.style01 li:nth-child(2) .lText {
		margin-top: 0;
	}
	#main .certificate .info {
		margin-bottom: 3.7rem;
	}
	#main .certificate .comInfoUl > li {
		padding-bottom: 2.5rem;
	}
	#main .certificate .comInfoUl .h_title {
		margin: 0 0 1.8rem;
	}
	#main .benefits .comInfoUl .h_title {
		margin-bottom: 1.8rem;
		min-height: fit-content;
		line-height: 1.72;
	}
	#main .certificate .comInfoUl .photo {
		margin-bottom: 2rem;
	}
	#main .benefits .info {
		margin-bottom: 3.5rem;
	}
	#main .benefits .comInfoUl > li {
		padding-bottom: 2.5rem;
	}
	#main .benefits .comInfoUl .h_title {
		margin-bottom: 1.7rem;
	}
	#main .benefits .comInfoUl .image {
		margin-bottom: 2rem;
	}
}