@charset "utf-8";
/*------------------------------------------------------------
	recruit/expertise
------------------------------------------------------------*/
#main .construction {
	margin-bottom: 18rem;
}
#main .construction .sub {
	margin: 0 6rem 8.5rem;
}
#main .construction .sub .text {
	margin-bottom: 3.5rem;
	line-height: 2;
}
#main .construction .sub .image {
	margin: 0 auto;
	width: 49rem;
}
#main .construction .imgBox {
	margin-bottom: 2rem;
	padding: 4.5rem;
	gap: 5rem;
	background-color: #f6f7f5;
	align-items: center;
}
#main .construction .imgBox:last-child {
	margin-bottom: 0;
}
#main .construction .imgBox .textBox {
	flex: 1;
}
#main .construction .imgBox .title {
	margin: 0 -2rem 0.7rem 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}
#main .construction .imgBox .title .color {
	color: #02AF94;
}
#main .construction .imgBox .text {
	font-size: 1.4rem;
	line-height: 2;
}
#main .construction .imgBox .photoBox {
	width: 46rem;
}
#main .construction .imgBox .photoBox img {
	width: 100%;
}
#main .architecture {
	margin-bottom: 18rem;
}
#main .expertise .photo {
	margin-bottom: 7rem;
}
#main .expertise .photo img {
	width: 100%;
}
#main .expertise .comTitle {
	margin-bottom: 3rem;
	font-size: 3.2rem;
}
#main .expertise .text {
	margin-bottom: 6rem;
	line-height: 2;
}
#main .expertise .comTextList {
	margin-bottom: 6.2rem;
}
#main .expertise .timeBox {
	margin-left: 2rem;
	padding: 4.8rem 4rem 4.7rem;
	background-color: #f6f7f5;
	overflow-x: auto;
}
#main .expertise .timeBox ul {
	display: flex;
}
#main .expertise .timeBox li {
	padding: 1.6rem 3rem 0 0;
	position: relative;
	flex: none;
	border-top: 1px solid #d5d5d5;
}
#main .expertise .timeBox li:last-child {
	padding-right: 4rem;
	border-top: 0;
}
#main .expertise .timeBox li::after {
	position: absolute;
	top: -0.55rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	z-index: 1;
	content: "";
	background-color: #02AF94;
}
#main .expertise .timeBox .time {
	margin-bottom: 0.7rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #02AF94;
}
#main .expertise .timeBox .txt {
	padding: 1.5rem 1.9rem 1.4rem;
	font-weight: 600;
	line-height: 2;
	width: fit-content;
	background-color: #fff;
	border: 1px solid #02AF94;
}
@media all and (max-width: 896px) {
	#main .construction {
		margin-bottom: 7rem;
	}
	#main .construction .headLine05 {
		margin-bottom: 3.5rem;
	}
	#main .construction .comTitle {
		line-height: 1.7;
	}
	#main .construction .sub {
		margin: 0 0 4.5rem;
	}
	#main .construction .sub .text {
		margin-bottom: 2.1rem;
	}
	#main .construction .sub .image {
		width: 29.5rem;
	}
	#main .construction .imgBox {
		padding: 2.5rem 2rem;
		display: block;
	}
	#main .construction .imgBox .title {
		margin: 0 0 0.7rem 0;
		font-size: 1.6rem;
		line-height: 1.68;
	}
	#main .construction .imgBox .photoBox {
		margin-bottom: 1.8rem;
		width: auto;
	}
	#main .architecture {
		margin-bottom: 7rem;
	}
	#main .expertise .photo {
		margin-bottom: 4rem;
	}
	#main .expertise .comTitle {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .expertise .text {
		margin-bottom: 4rem;
	}
	#main .expertise .comTextList {
		margin-bottom: 4rem;
	}
	#main .expertise .timeBox {
		margin: 0;
		padding: 2.9rem 2rem;
	}
	#main .expertise .timeBox li {
		padding-right: 2rem;
	}
	#main .expertise .timeBox li:last-child {
		padding-right: 2rem;
	}
	#main .expertise .timeBox .time {
		margin-bottom: 0.7rem;
	}
	#main .expertise .timeBox .txt {
		padding: 1rem 1.4rem 1rem;
	}
}