#labor {
	height: 32.875rem;
	width: 100%;
	background: linear-gradient(90deg, #fdfdfd 50.05%, #00943e 161.04%);
	overflow: hidden;
}

#labor .labor__section-container {
	display: flex;
	align-items: center;
	position: relative;
}

#labor .labor__section-overlay {
	height: 35.5625rem;
	background: linear-gradient(
		90deg,
		#fff 21.07%,
		rgba(166, 166, 166, 0.15) 56.1%,
		rgba(153, 153, 153, 0.02) 66.24%
	);
}

#labor .labor__section-overlay-right {
	height: 33.89388rem;
	width: 85.79425rem;
	flex-shrink: 0;
	background: linear-gradient(
		270deg,
		rgba(255, 255, 255, 0.8) 62.52%,
		rgba(255, 255, 255, 0) 100%
	);
	position: absolute;
	bottom: 2.6rem;
	right: 0;
	z-index: 20;
}

#labor .labor__section-overlay-left {
	width: 40.42144rem;
	height: 35.5625rem;
	flex-shrink: 0;
	transform: rotate(180deg);
	background: linear-gradient(
		90deg,
		#fff 5.07%,
		rgba(166, 166, 166, 0.15) 30.1%,
		rgba(153, 153, 153, 0.02) 66.24%
	);
	position: absolute;
	top: 0;
	z-index: 10;
	left: 10rem;
}

#labor .labor__image svg {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 25rem;
	left: 0;
	height: 2.12763rem;
}

#labor .labor__image img {
	width: 50rem;
	height: 100%;
	position: absolute;
	top: -1rem;
}

#labor .labor__section-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#labor .labor__section-content {
	width: 44.25rem;
	position: absolute;
	left: 50rem;
	top: 45%;
	transform: translateY(-50%);
}

#labor .labor__section-content .labor__section-title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);

	/* PC/TITLE/H2/SEMIBOLD */
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 3.325rem */
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

#labor .labor__section-content .labor__section-description {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));

	/* PC/BODY/16/REGULAR */
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-bottom: 2rem;
}

#labor .labor__section-content .labor__section-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

#labor .labor__section-content .labor__section-item {
	display: flex;
	align-items: center;
}

#labor .labor__section-content .labor__section-item-icon {
	display: flex;
	width: 3rem;
	height: 3rem;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	background: var(
		--Gradient,
		linear-gradient(
			90deg,
			var(--Green-Green-B1, #00943e) 0%,
			var(--Blue-Blue-B1, #0078d4) 135.91%
		)
	);
	margin-right: 1rem;
}

#labor .labor__section-content .labor__section-item-icon img {
	width: 1.5625rem;
	height: 1.5625rem;
	flex-shrink: 0;
}

#labor .labor__section-content .labor__section-item-title {
	color: var(--Text-Body-T1, #2e2e2e);

	/* PC/TITLE/H2/SEMIBOLD */
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 3.325rem */
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	white-space: nowrap;
}

#labor .labor__section-content p {
	color: var(--text-body-60, rgba(46, 46, 46, 0.6));

	/* PC/BUTTON/14/REGULAR */
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 1.1375rem */
	opacity: 0.72;
}

#labor .labor__section-mobile {
	display: none;
}

@media screen and (max-width: 639.98px) {
	#labor {
		height: auto;
	}
	#labor .labor__section-pc {
		display: none;
	}

	#labor .labor__section-mobile {
		display: block;
	}

	#labor {
		background: #fff;
	}

	#labor .labor__section-container {
		width: 100%;
		padding: 0 0.75rem;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	#labor .labor__section-mobile .labor__section-list {
		gap: 0.75rem;
	}

	#labor .labor__section-mobile .labor__section-title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);

		/* MB/TITLE/H2/SEMIBOLD */
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 2.1rem */
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1.25rem;
	}

	#labor .labor__section-mobile p {
		color: var(--text-body-75, rgba(46, 46, 46, 0.75));
		font-feature-settings: "liga" off, "clig" off;

		/* MB/BODY/14/REGULAR */
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 1.225rem */
		letter-spacing: -0.03125rem;
		margin-bottom: 1.5rem;
	}

	#labor .labor__section-mobile .labor__section-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	#labor .labor__section-mobile .labor__section-item {
		display: flex;
		width: 100%;
	}

	#labor .labor__section-mobile .labor__section-item-icon {
		display: flex;
		width: 2rem;
		height: 2rem;
		justify-content: center;
		align-items: center;

		border-radius: 1rem;
		background: var(
			--Gradient,
			linear-gradient(
				90deg,
				var(--Green-Green-B1, #00943e) 0%,
				var(--Blue-Blue-B1, #0078d4) 135.91%
			)
		);
		margin-right: 0.75rem;
	}

	#labor .labor__section-mobile .labor__section-item-icon img {
		height: 1.125rem;
		width: 1.125rem;
	}

	#labor .labor__section-mobile .labor__section-item-description {
		color: var(--text-body-60, rgba(46, 46, 46, 0.6));

		/* MB/BODY/12/REGULAR */
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.125rem */
		opacity: 0.72;
		width: 6.625rem;
		margin-bottom: 0;
	}

	#labor .labor__section-mobile-image {
		width: 100%;
		height: 29.9375rem;
		position: relative;
	}

	#labor .labor__section-mobile-image img {
		width: 100%;
		height: 29.9375rem;
		object-fit: cover;
		object-position: left;
	}

	#labor .labor__section-mobile-image-overlay {
		width: 26.9375rem;
		height: 29.9375rem;
		background: linear-gradient(
			180deg,
			#fff 36.48%,
			rgba(153, 153, 153, 0) 90%
		);
		position: absolute;
		top: -10rem;
		left: 0;
		z-index: 5;
	}
}
