@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/solar-panel/under_mv_pc.jpg) center center / cover no-repeat ;
}

/* #underFv::after {
	content: "";
	width: 270px;
	height: 130px;
	background: url(../../img/solar-panel/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */


/* 冒頭文 */
/* ----------------------------------- */
#intro {
	padding-bottom: 60px;
	background: #edf3fc;
}

#introImg {
	padding-bottom: 30px;
}

/* なぜ今太陽光パネル処分が注目されているのか？ */
/* ----------------------------------- */
#importance {
	padding-bottom: 100px;
	background: #edf3fc;
}

#importance .layout1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

#importanceImg {
	width: 320px;
}

#importanceImg img {
	width: 100%;
}

#importanceTitWrap {
	flex: 1;
}

#importanceTit {
	padding: 20px 20px 20px 60px;
	margin-bottom: 10px;
	background: #cfe3f3;
	color: #333;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
}

#importanceTit::before {
	content: "";
	width: 55px;
	height: 54px;
	background: url(../../img/industrial-waste/common/tit_icon.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: -10px;
	top: -10px;
}

/* #importanceTit::after {
	content: "";
	width: 80px;
	height: 85px;
	background: url(../../img/industrial-waste/common/tit_img.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 0;
} */

/* 受け入れ可能な混合廃棄物例 */
/* ----------------------------------- */
#service {
	padding: 100px 0;
}

#serviceList {
	padding-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2%;
}

#serviceList img {
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}

.serviceTit {
	font-size: 1.6rem;
	text-align: center;
}

#service .anno {
	font-size: 1.6rem;
}


/* 受け入れ可能な混合廃棄物例 */
/* ----------------------------------- */
#example {
	padding: 0 0 100px;
}

#exampleList {
	padding-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2%;
}

.exampleImg {
	width: 100%;
	margin-bottom: 10px;
	aspect-ratio: 1 / 1;
	background: #d2d3d4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#exampleList li:nth-child(1) img {
	width: 70%;
	height: auto;
}

#exampleList li:nth-child(2) img {
	width: 40%;
	height: auto;
}

#exampleList li:nth-child(3) img {
	width: 60%;
	height: auto;
}

#exampleList li:nth-child(4) img {
	width: 60%;
	height: auto;
}

#exampleList li:nth-child(5) img {
	width: 50%;
	height: auto;
}

.exampleTit {
	font-size: 1.6rem;
	text-align: center;
}

#tour {
	padding: 40px;
	background: #edf7fc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border-radius: 20px;
}

#tourImg {
	width: 320px;
}

#tourImg img {
	width: 100%;
}

#tourTit {
	flex: 1;
}

#tourTit h3 {
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

#flow2Wrap {
	margin-bottom: 100px;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#introImg {
		padding-bottom: 20px;
	}

	#introImg img {
		width: 100%;
		height: auto;
	}

	#importance .layout1 {
		flex-direction: column;
		gap: 30px;
	}

	#importanceImg {
		width: 100%;
	}

	#importanceImg img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/solar-panel/under_mv_sp.jpg) center center / cover no-repeat ;
	}

	#importance {
		padding-bottom: 50px;
		background: #edf3fc;
	}

	#service {
		padding: 80px 0;
	}

	#serviceList {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 2%;
	}

	#example {
		padding: 0 0 80px;
	}

	#exampleList {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 2%;
	}

	#tour {
		padding: 20px;
		flex-direction: column;
		gap: 20px;
	}

	#tourImg {
		width: 100%;
	}
}