@charset "UTF-8";

.another_merit-container {
	display: flex;
	position: relative;
	width: 100%;
	background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 25%, #c0c8e8 100%);
	flex-direction: column;
}

.another_merit-container::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-image: url(../images/another_merit-bg.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.33;
	content: "";

	mix-blend-mode: overlay;
}

.another_merit-container > * {
	position: relative;
	z-index: 1;
	max-width: 725px;
	width: 100%;
	margin: 0 auto;
}

.another_merit-theme {
	font-weight: bold;
	font-size: clamp(1.25rem, -0.603rem + 3.86vw, 1.938rem);
	text-align: center;
	letter-spacing: 0.05em;
}

.another_merit-list {
	display: flex;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.201rem + 1.4vw, 1.125rem);
	line-height: clamp(1.625rem, 0.951rem + 1.4vw, 1.875rem);
	text-align: center;
	justify-content: space-between;

	row-gap: 10px;
}

.another_merit-item {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.another_merit-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	content: "";

	-webkit-backdrop-filter: blur(30px) brightness(115%);
	backdrop-filter: blur(30px) brightness(115%);
	aspect-ratio: 1/1;
}

.warehouse_system-container {
	display: flex;
	width: 100%;
	background-color: #f3f3f3;
	flex-direction: column;
	align-items: center;
}

.warehouse_system-container .works_diagonal-title {
	max-width: 1000px;
	margin: 0 auto;
	justify-content: center;
}

.warehouse_system-img {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.another_merit-container {
		margin-bottom: 35px;
		padding: 52.5px 0;

		row-gap: 20px;
	}
	.another_merit-item {
		max-width: 215px;
		padding: 0 5px;
		border-radius: 100%;
		line-height: 30px;

		aspect-ratio: 1/1;
	}
	.another_merit-item:nth-child(-n+2) {
		padding-top: clamp(0rem, -0.842rem + 1.75vw, 0.313rem);
	}
	.another_merit-item:nth-child(3) {
		padding-top: clamp(0.313rem, -1.372rem + 3.51vw, 0.938rem);
	}

	.warehouse_system-container {
		margin-bottom: 55px;
		padding: 57.5px 0;

		row-gap: 25px;
	}
	.works_diagonal-title {
		width: 95%;
	}
	.warehouse_system-img {
		width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.another_merit-container {
		margin-bottom: 30px;
		padding: 30.5px 30px;

		row-gap: 15px;
	}
	.another_merit-list {
		flex-direction: column;
	}
	.another_merit-item {
		min-height: 60px;
		padding: 4px 20px;
		border-radius: 5px;
		line-height: 23px;
	}
	.another_merit-item br {
		display: none;
	}
	.warehouse_system-container {
		margin-bottom: 35px;
		padding: 28.5px 20px;

		row-gap: 20px;
	}
	.warehouse_system-img {
		max-width: 500px;
		width: 100%;
	}
}
