@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/mixed-waste/under_mv_pc.jpg) center center / cover no-repeat ;
}
/* 
#underFv::after {
	content: "";
	width: 170px;
	height: 180px;
	background: url(../../img/mixed-waste/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;
}

#importanceTitWrap {
	flex: 1;
}

#importanceTit {
	padding: 20px 20px 20px 60px;
	margin-bottom: 10px;
	background: #cfe3f3;
	color: #333;
	font-weight: bold;
	font-size: 2rem;
	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;
} */

/* 選ばれる理由 */
/* ----------------------------------- */
#reasons {
	padding: 100px 0 40px;
}

.reason {
	padding-bottom: 110px;
	position: relative;
}

.reason:nth-child(2n) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.reasonWrap {
	width: calc(100% - 100px);
	min-height: 360px;
	padding: 50px;
	background: #ebf6fa;
	border-radius: 20px;
}

.reason:nth-child(2n) .reasonWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.reasonTit {
	width: calc(50% + 20px);
	padding-bottom: 20px;
	font-size: 3rem;
	font-weight: 600;
	color: #0d499e;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.reasonTit > span {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.reasonTit .normal {
	font-size: 2.4rem;
	font-weight: 400;
}

.reasonTit .normal.small {
	font-size: 1.6rem;
	font-weight: 400;
}

.reasonTit::before {
	content: attr(data-num);
	width: 110px;
	height: 110px;
	background: #FFF;
	background-size: contain;
	display: inline-block;
	border-radius: 100vw;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.reasonDesc {
	width: calc(50% + 20px);
	font-size: 1.6rem;
	line-height: 1.8;
}

.reasonImg {
	width: 50%;
	position: absolute;
	top: 50px;
	right: 0;
}

.reason:nth-child(2n) .reasonImg {
	width: 50%;
	position: absolute;
	top: 50px;
	left: 0;
}

.reasonImg img {
	width: 100%;
	height: auto;
}

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

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

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

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

#license {
	padding: 100px 0;
}




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

	#introImg 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/mixed-waste/under_mv_sp.jpg) center center / cover no-repeat ;
	}

	#importance {
		padding-bottom: 50px;
	}

	#importanceImg {
		width: 100%;
	}

	#importanceImg img {
		width: 100%;
	}

	.reasonWrap {
		width: 100%;
		min-height: auto;
		padding: 20px 20px 280px 20px;
	}

	.reason {
		padding-bottom: 30px;
		position: relative;
	}

	.reasonTit {
		width: 100%;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.reasonDesc {
		width: 100%;
	}

	.reasonImg {
		width: calc(100% - 40px);
		margin-bottom: -235px;
		position: relative;
		top: -260px;
		left: 20px;
	}

	.reason:nth-child(2n) {
		display: block;
	}

	.reason:nth-child(2n) .reasonImg {
		width: calc(100% - 40px);
		margin-bottom: -235px;
		position: relative;
		top: -260px;
		left: 20px;
		right: auto;
	}

	.reasonTit::before {
		width: 90px;
		height: 90px;
	}

	#example {
		padding: 80px 0 0;
	}

	#example .tit2 {
		font-size: clamp(1.8rem,5.8vw,2.4rem)!important;
	}

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

	#license {
		padding: 80px 0;
	}
}