@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/kv.jpg);
}


/*---------------------------------------------------------------

 modalSlideAera

--------------------------------------------------------------- */
.commonSection .modalSlideAera {
	position: relative;
}
.commonSection .thumbnails ul {
	display: flex;
	flex-wrap: wrap;
}
.commonSection .thumbnails li {
	flex: 1;
	/* width: calc(20% - 2px); */
	/* width: calc(25% - 2px); */
	margin: 2px 1px 0;
	background-color: #000;
	cursor: pointer;
}
.commonSection .thumbnails li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.commonSection .thumbnails li.slick-active img,
.commonSection .thumbnails li:hover img {
	opacity: 1;
}
.commonSection .modalSlideAera .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: rgba(59,59,65,0.9);
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.commonSection .modalSlideAera .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.commonSection .modalSlideAera .slick-prev {
	left: 0;
}
.commonSection .modalSlideAera .slick-next {
	right: 0;
}

.commonSection .modalSlideAera .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.commonSection .modalSlideAera .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}
.commonSection .colm02 ul {
	display: flex;
	justify-content: space-between;
}
.commonSection .colm02 ul li {
	width: 49%;
}
.commonSection .colm02 ul li .textBox {
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.commonSection .colm02 ul li .textBox p {
	font-size: 14px;
	line-height: 2;
}


@media only screen and (max-width:768px) {
	.commonSection .modalSlideAera,
	.commonSection .thumbnails {
		margin-left: -20px;
		margin-right: -20px;
	}
	.commonSection .modalSlideAera .slick-arrow {
		width: 20px;
		height: 80px;
	}
	.commonSection .colm02 ul {
		flex-direction: column;
	}
	.commonSection .colm02 ul li {
		width: 100%;
	}
	.commonSection .colm02 ul li + li {
		margin-top: 15px;
	}
}




.equipmentList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}
/* .equipmentList > li {
	box-sizing: border-box;
	width: 25%;
	padding: 70px 15px 0;
} */
.equipmentList > li figure {
	position: relative;
	margin-bottom: 15px;
}
.equipmentList > li figure img {
	width: 100%;
}
.equipmentList > li .ttl {
	margin-bottom: 10px;
	/* color: #807650; */
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
.equipmentList > li .txt {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.equipmentList > li .txt small {
	font-size: 0.7em;
	display: block;
}
@media only screen and (max-width:768px) {
	/* .equipmentList {
		margin: -50px -10px 0;
	}
	.equipmentList > li {
		width: 50%;
		padding: 50px 10px 0;
		font-size: 12px;
	} */
	.equipmentList {
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.equipmentList > li .ttl {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.equipmentList > li .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width:500px) {
	.equipmentList {
		grid-template-columns: repeat(1,1fr);
		gap: 14px;
	}
}

.link_img {
	transition: .4s;
}
.link_img:hover {
	opacity: .8;
}

@media only screen and (max-width:768px) {
	.link_img {
		margin-top: 14px;
		width: 80%;
		max-width: 400px;
		margin-inline: auto;
	}

}