@charset "utf-8";

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

/* #underFv::after {
	content: "";
	width: 130px;
	height: 175px;
	background: url(../../img/plastic/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;
} */

/* プラスチック廃棄物例 */
/* ----------------------------------- */
#example {
	padding: 100px 0;
}

#exampleList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}

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

.exampleImg img {
	max-width: 90%;
}

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

/* 当社のプラスチック処分フロー */
/* ----------------------------------- */
#disposalFlow {
	padding-bottom: 60px;
}

#disposalFlow .txt2 {
	padding-bottom: 30px;
}

#disposalFlowList dt {
	padding: 15px 20px;
	font-size: 2rem;
	font-weight: 500;
	background: #0d499e;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 30px;
}

#disposalFlowList dd {
	padding: 40px;
	margin-bottom: 40px;
	border: 1px solid #0d499e;
}

#thermalRecyclingFLow {
	padding-bottom: 40px;
	text-align: center;
}

#thermalRecyclingImg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#thermalRecyclingImg li {
	text-align: center;
	font-size: 1.8rem;
}

#thermalRecyclingImg li p {
	padding-top: 20px;
}

#materialRecyclingFLow {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#materialRecyclingFLow li {
	text-align: center;
	font-size: 1.8rem;
}

#materialRecyclingFLow li p {
	padding-top: 20px;
}

#materialRecyclingFLow::after {
	content: "";
	width: 65px;
	height: 24px;
	background: url(../../img/plastic/icon_arrow.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.flowTit {
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #0d499e;
	border: 1px solid #0d499e;
	display: inline-block;
}

#petBottle {
	padding: 30px;
	background: #edf3fc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

#petBottleTit {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.8;
}

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

#chemicalRecyclingFLow {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}

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

#oil {
	padding: 30px;
	background: #edf3fc;
	font-size: 1.6rem;
	line-height: 1.8;
}

#license {
	padding: 100px 0 100px;
}




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

	#introImg img {
		width: 100%;
	}

	#thermalRecyclingFLow img {
		width: 100%;
	}

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

	#importanceImg {
		width: 100%;
	}

	#importanceImg img {
		width: 100%;
	}

	#thermalRecyclingImg li {
		width: 48%;
	}

	#thermalRecyclingImg li img {
		width: 100%;
	}

	#materialRecyclingFLow li {
		width: 48%;
	}

	#materialRecyclingFLow li 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/plastic/under_mv_pc.jpg) center center / cover no-repeat ;
	}

	#importance {
		padding-bottom: 50px;
	}

	#example {
		padding: 80px 0;
	}

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

	#disposalFlowList dd {
		padding: 20px;
		margin-bottom: 20px;
	}

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

	#thermalRecyclingImg {
		flex-direction: column;
		gap: 30px;
	}

	#thermalRecyclingImg li {
		width: 100%;
	}

	#thermalRecyclingImg li p {
		padding-top: 10px;
	}

	#materialRecyclingFLow {
		flex-direction: column;
		gap: 80px;
	}

	#materialRecyclingFLow li {
		width: 100%;
	}

	#materialRecyclingFLow li p {
		padding-top: 10px;
	}

	#materialRecyclingFLow::after {
		content: "";
		width: 50px;
		height: 20px;
		background: url(../../img/plastic/icon_arrow.svg) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg);
	}

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

	#license {
		padding: 80px 0;
	}
}