@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?20230530);
  background-position: left 16% bottom;
}


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

 modalSlideAera

--------------------------------------------------------------- */
.commonSection .modalSlideAera {
	position: relative;
}
.commonSection .thumbnails ul {
	display: flex;
	flex-wrap: wrap;
}
.commonSection .thumbnails li {
	width: calc(20% - 2px);
	/* width: calc(100%/3 - 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;
}
@media only screen and (max-width:768px) {
	.commonSection .modalSlideAera .slick-arrow {
		width: 20px;
		height: 80px;
	}
}




.equipmentList {
	display: flex;
	flex-wrap: wrap;
	margin: -70px -15px 0;
}
.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;
	font-size: 18px;
	line-height: 1.4;
}
.equipmentList > li .ttl small {
	font-size: 0.7em;
}
@media only screen and (max-width:768px) {
	.equipmentList {
		margin: -50px -10px 0;
	}
	.equipmentList > li {
		width: 50%;
		padding: 50px 10px 0;
		font-size: 12px;
	}
	.equipmentList > li .ttl {
		font-size: 14px;
	}
}

@media only screen and (max-width:500px) {
	.equipmentList {
		margin: 0;
	}
	.equipmentList > li {
		width: auto;
		padding: 0;
	}
	.equipmentList > li + li {
		margin-top: 40px;
	}
}


.harf_comment{
	width: 100%;
	max-width: 1352px;
	margin: 50px auto;
}

.harf_comment li{
	width: 47.5%;
	display: inline-block;
	margin: 0 1%;
}

.harf_comment li h5{
	font-size: 1.3em;
	margin: 15px 0 20px;
}
.img-wrapper{
	position: relative;
}
.img-wrapper .caption{
	position: absolute;
	bottom: 5px;
	right: 3px;
}
.lp-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 32px;
}
.grid-item01{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.grid-item02{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.grid-item03{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.grid-item04{
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.grid-item05{
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.lp-flex{
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.lp-flex .col-2{
	width: calc(50% - 8px);
}
.lp-ttl{
	margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
	font-size: 19px;
}
.num{
	margin-right: 16px;
	padding: 0 10px;
	background-color: #3f8036;
	color: #fff;
	font-size: 120%;
	line-height: 1.2;
}
.lp-txt{
	font-size: 14px;
}
.caption{
	font-size: 12px;
}
@media only screen and (max-width:768px) {
	.harf_comment li{
	width: 100%;
	display: block;
	margin: 50px 0 0;
}
	.lp-grid{
		grid-template-columns: auto;
		grid-template-rows: auto;
		gap: 32px;
	}
	.grid-item01,
	.grid-item02,
	.grid-item03,
	.grid-item04,
	.grid-item05{
		grid-column: auto;
		grid-row: auto;
	}
	.lp-ttl{
		font-size: 1.8rem;
	}
	.num{
		margin-right: 10px;
		padding: 0 8px;
	}
	.caption{
		font-size: 10px;
	}
}