@charset "UTF-8";

/* ----------------------------------------------------------------------
ミキシングプラント
---------------------------------------------------------------------- */
#m-plant .br820 { display: none;}
#m-plant .br520 { display: none;}
#m-plant .pd-flex {
	display: flex;
	gap: 6rem;
	align-items: center;
}
#m-plant .pd-slide-wrap {
	flex-shrink: 0;
	width: 40%;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 16px;
	overflow: hidden;
}
#m-plant .pd-text h3 {
	font-size: max(3.2rem, 24px);
	font-weight: 600;
	margin-bottom: 3.3rem;
}
#m-plant .pd-text p {
	line-height: 2;
}
#m-plant .pd-text .pd-description {
	width: 100%;
	margin-top: 8.5rem;
}
#m-plant .pd-text .pd-description th, #m-plant .pd-text .pd-description td {
	padding: 1.5rem;
	border-bottom: 1px solid #cbcbcb;
}
#m-plant .pd-text .pd-description th:first-child, #m-plant .pd-text .pd-description td:first-of-type {
	border-top: 1px solid #cbcbcb;
}
#m-plant .pd-text .pd-description th {
	font-weight: 600;
	text-align: center;
	width: 18rem;
}
#m-plant .pd-reason-list {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#m-plant .pd-reason-card {
	width: calc((100% - 4rem * 3) / 4);
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	padding: 0 2.5rem 2rem;
}
#m-plant .pd-reason-card .card-num {
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	background-color: #64ba46;
	border-radius: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -2rem auto 2rem;
}
#m-plant .pd-reason-card picture {
	width: 14rem;
	height: 14rem;
	background-color: #f7f7f7;
	border-radius: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3.5rem;
	margin: 0 auto 3rem;
}
#m-plant .pd-reason-card picture img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#m-plant .pd-reason-card .card-title {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.6rem;
}
#m-plant .pd-photos-slide-flex {
	display: flex;
	justify-content: space-between;
}
#m-plant .pd-photos-slide {
	width: 78%;
	flex-shrink: 0;
	border-radius: 8px;
}
#m-plant .pd-photos-item {
	width: 100%;
	aspect-ratio: 80 / 54;
}
#m-plant .pd-photos-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
#m-plant .pd-photos-slide-thumbnail {
	width: 19.5%;
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}
#m-plant .pd-photos-slide-thumbnail li {
	width: 100% !important;
	aspect-ratio: 241 / 151;
	border: 3px solid transparent;
	border-radius: 8px;
	overflow: hidden;
}
#m-plant .pd-photos-slide-thumbnail li.slick-current {
	border-color: #64ba46;
}
#m-plant .pd-photos-slide-thumbnail .slick-track {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	width: 100%!important;
}
#m-plant .pd-photos-slide-thumbnail .slick-track::before {
	content: none;
}
#m-plant .pd-photos-slide-thumbnail img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#m-plant .button {
	margin-top: 6rem;
}
#m-plant .sp-box:has(~ .sp-box) {
	margin-bottom: 11rem;
}
#m-plant h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
#m-plant .table-flex {
	display: flex;
	gap: 4rem;
	margin-bottom: 4rem;
}
#m-plant .sp-box table {
	width: calc((100% - 4rem) / 2);
}
#m-plant .sp-box table th, #m-plant .sp-box table td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	font-size: 1.4rem;
}
#m-plant .sp-box table th {
	background-color: #f2f2f2;
}
#m-plant .sp-box table td {
	background-color: #fff;
	width: 50%;
}
#m-plant .sp-img-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
#m-plant .img-item {
	width: calc((100% - 10rem) / 3);
}
#m-plant .img-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

/*slick-custom*/
.slick-dots {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 8px;
	left: 16px;
}
.slick-dots li button {
	width: 10px;
    height: 10px;
    font-size: 0;
    background-color: #cccccc;
    border-radius: 100px;
}
.slick-dots li.slick-active button {
    background-color: #64ba46;
}
@media screen and (max-width: 1440px) {
	#m-plant .pd-text h3 {
		font-size: max(2.4rem, 22px);
		margin-bottom: 1.3rem;
	}
	#m-plant .pd-text p {
		line-height: 1.8;
	}
	#m-plant .pd-text .pd-description {
		margin-top: 3.4rem;
	}
	#m-plant .pd-reason-list {
		gap: 2rem;
	}
	#m-plant .pd-reason-card {
		width: calc((100% - 2rem * 3) / 4);
		padding: 0 2rem 3rem;
	}
	#m-plant .pd-reason-card picture {
		width: 12rem;
		height: 12rem;
		margin-bottom: 2rem;
	}
	#m-plant .pd-reason-card p {
		line-height: 1.8;
		font-size: 1.4rem;
	}
	#m-plant .pd-reason-card .card-title {
		margin-bottom: 0.3rem;
		font-size: 1.7rem;
	}
		
}
@media screen and (max-width: 1024px) {
	#m-plant .br820 { display: inline-block;}
	#m-plant .pd-text .pd-description th, #m-plant .pd-text .pd-description td {
		padding: 1rem;
	}
	#m-plant .pd-flex {
		align-items: flex-start;
		gap: 4rem;
	}
	#m-plant .pd-text h3 {
		font-size: 2.4rem;
	}
	#m-plant .pd-reason-list {
		gap: 1rem;
	}
	#m-plant .pd-reason-card {
		width: calc((100% - 1rem * 3) / 4);
	}
	#m-plant .pd-reason-card p {
		text-align: center;
	}
	#m-plant .table-flex {
		flex-direction: column;
	}
	#m-plant .sp-box table {
		width: 100%;
	}
	#m-plant .sp-img-wrap {
		gap: 2rem;
	}
	#m-plant .img-item {
		width: calc((100% - 2rem * 2) / 3);
	}
}

@media screen and (max-width: 820px) {
	#m-plant .pd-flex {
		flex-direction: column;
	}
	#m-plant .pd-slide-wrap {
		width: 100%;
		max-width: 500px;
		margin-inline: auto;
	}
	#m-plant .pd-text h3 {
		margin-bottom: 1.5rem;
	}
	#m-plant .pd-text .pd-description {
		margin-top: 4rem;
	}
	#m-plant .pd-reason-list {
		gap: 5rem 3rem;
		margin-top: 4rem;
	}
	#m-plant .pd-reason-card {
		width: calc((100% - 3rem * 1) / 2);
		padding: 0 4rem 3rem;
	}
	#m-plant .pd-photos-slide-flex {
		flex-direction: column;
	}
	#m-plant .pd-photos-slide {
		width: 100%;
	}
	#m-plant .pd-photos-slide-thumbnail{
		width:100%;
		margin-top: 1.5rem;
	}
	#m-plant .pd-photos-slide-thumbnail .slick-track {
		gap: 1rem;
	}
	#m-plant .pd-photos-slide-thumbnail li {
		width: calc((100% - 1rem * 3) / 4)!important;
		aspect-ratio: 4 / 3;
	}
	#m-plant .img-item {
		width: calc((100% - 2rem) / 2);
	}
}

@media screen and (max-width: 520px) {
	#m-plant .br520 { display: inline-block;}
	#m-plant .pd-text h3 {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#m-plant .pd-text p {
		font-size: 1.4rem;
	}
	#m-plant .pd-text .pd-description th, #m-plant .pd-text .pd-description td {
		font-size: 1.4rem;
		padding: 1rem 0.5rem;
	}
	#m-plant .pd-text .pd-description th {
		width: 8em;
	}
	#m-plant .pd-reason-list {
		flex-direction: column;
	}
	#m-plant .pd-reason-list {
		gap: 4rem 3rem;
	}
	#m-plant .pd-reason-card {
		width: 100%;
	}
	#m-plant .pd-photos-slide-thumbnail li {
		width: calc((100% - 1rem * 1) / 2) !important;
	}
	#m-plant .sp-box:has(~ .sp-box) {
		margin-bottom: 8rem;
	}
	#m-plant .sp-box h3 {
		font-size: 1.6rem;
	}
	#m-plant .sp-box table th, #m-plant .sp-box table td {
		padding: 7px;
	}
	#m-plant .sp-image-wrap {
		flex-direction: column;
	}
	#m-plant .button {
		width: 320px;
        height: 50px;
        font-size: 1.4rem;
		margin-top: 4rem;
	}
}