@charset "utf-8";

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

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


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

#intro .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 6%;
}

#introTxt {
	flex: 1;
}

#introTit {
	padding-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 500;
}

#introTit span {
	background: linear-gradient(
		transparent 60%,
		#f2f7a3 40%
	);
}


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

#tokuyaku {
	padding: 10px;
	font-size: 2.8rem;
	color: #0d499e;
	border: 1px solid #0d499e;
	background: #FFF;
	text-align: center;
}

/* お客様に合ったサービスを選べます */
/* ----------------------------------- */
#choice {
	padding: 100px 0;
}

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

.service {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #0d499e;
}

.service h3 {
	padding: 20px;
	font-size: 2.6rem;
	background: #0d499e;
	color: #FFF;
	font-weight: 500;
}

.serviceIn {
	padding: 30px;
}

.exampleImg {
	text-align: center;
}

.example {
	padding: 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 500;
	background: #edf3fc;
	position: relative;
}

.example::after {
	content: "";
	width: 54px;
	height: 27px;
	background: url(../../img/common/icon_fukidashi.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -27px;
	right: 20%;
}

.service .txt1 {
	line-height: 1.7;
}

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

.download a {
	padding: 30px;
	background: #f2f3f3;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	gap: 5px;
	position: relative;
}
.download a::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.download a:hover {
	opacity: 0.7;
	color: #333;
}

.download a span {
	font-size: 1.4rem;
	color: #FFF;
	background: #aaaaaa;
	display: inline-block;
	padding: 3px 50px;
}

#shredderTit {
	padding: 10px 30px;
	margin-bottom: 10px;
	font-size: 2.8rem;
	background: #FFF;
	position: relative;
}

/* #shredderTit::after {
	content: "";
	width: 89px;
	height: 107px;
	background: url(../../img/confidential/confidential_illust5.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 40%;
} */

#shredderImg {
	padding-top: 10px;
}



/* 設備紹介 */
/* ----------------------------------- */
#facilities {
	padding: 100px 0;
}

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

.facilitiesLink {
	padding: 45px;
	border-radius: 20px;
	background: #edf3fc;
}

.facilitiesLinkImg {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

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

.facilitiesLinkTit {
	font-size: 2.2rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.facilitiesLinkTit::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}


/* リサイクルできないもの(混ぜてはいけないもの) */
/* ----------------------------------- */
#ng {
	padding: 100px 0;
	background: #fdeeed;
}

.manualTitMain.ng {
	width: 100%;
	padding-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #eb5851;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.manualTitMain.ng::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../../img/common/icon_ng.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.manualLayout3 {

	width: 100%;
	padding: 30px;
	margin-bottom: 40px;
	background: #eeeeee;
}

.manualTit {
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.ngList {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 1%;
}

.ngList li {
	width: 100%;
	text-align: center;
}

.ngImg {
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.ngTxt {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.ngTxtSub {
	font-size: 1.3rem;
}

.ngTxtAnno {
	font-size: 1.3rem;
	color: #eb5851;
	text-align: left;
}

.ngOther {
	padding: 20px 40px;
	background: #FFF;
}

.ngOther h4 {
	font-size: 1.8rem;
	font-weight: 500;
}

.ngOther ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	font-size: 1.6rem;
}

.check {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.check::before {
	content: "";
	width: 83px;
	height: 83px;
	background: url(../../img/manual/check.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.checkIn {
	flex: 1;
}

.checkIn h3 {
	font-size: 2.2rem;
	font-weight: 500;
}

.checkIn h3 span {
	color: #eb5851;
}

.checkIn p {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.checkIn ul {
	font-size: 1.4rem;
}

/* 料金 */
/* ----------------------------------- */
#priceTableWrap {
	padding: 100px 0 40px;
}

#priceDesc {
	padding-bottom: 20px;
}

#priceDesc li {
	padding-bottom: 10px;
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#priceDesc li:last-child {
	padding-bottom: 0;
}

#priceDesc li::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 100vw;
	background: #0d499e;
	display: inline-block;
}

#priceTitWrap {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


/* リンク */
/* ----------------------------------- */
#otherLinks {
	padding-bottom: 100px;
}

.otherLink a {
	padding: 30px 120px 30px 30px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	background: url(../../img/common/icon_arrow3.svg) right 5% center no-repeat #edf3fc;
}

.otherLinkTit {
	font-size: 2rem;
	font-weight: bold;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#intro .inner {
		flex-direction: column;
		gap: 30px;
	}

	#introImg {
		width: 100%;
	}

	#introImg img {
		width: 100%;
	}

	.service h3 {
		padding: 20px;
		font-size: 2rem;
		background: #0d499e;
		color: #FFF;
		font-weight: 500;
	}

	#shredderImg img {
		width: 100%;
	}

	.facilitiesLink {
		padding: 20px;
	}
}


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

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

	#intro {
		padding-bottom: 80px;
	}

	#introTit {
		padding-bottom: 20px;
		font-size: 2rem;
		font-weight: 500;
	}

	#tokuyaku {
		font-size: 2rem;
	}

	#choice {
		padding: 80px 0 30px;
	}

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

	.example {
		font-size: 1.6rem;
	}

	#downloadList {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 4%;
	}

	#shredderTit {
		font-size: 2rem;
	}

	#facilities {
		padding: 80px 0;
	}

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

	#ng {
		padding: 80px 0 50px;
	}

	.manualTitMain.ng {
		font-size: 2.4rem;
		flex-wrap: nowrap;
	}

	.manualTitMain.ng::before {
		flex: 0 0 24px;
	}

	.ngList {
		margin-bottom: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 1%;
	}

	#ng .txt2 {
		padding-bottom: 20px;
	}

	.manualLayout3 {
		padding: 20px;
		margin-bottom: 20px;
	}

	.ngTxt {
		padding-bottom: 10px;
		font-size: 1.3rem;
	}

	.ngOther h4 {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.ngOther ul {
		flex-direction: column;
		gap: 5px;
		font-size: 1.4rem;
	}

	.check {
		flex-direction: column;
	}

	.checkIn h3 {
		padding-bottom: 20px;
		font-size: 1.8rem;
		font-weight: 500;
	}

	#checkList li {
		font-size: 1.6rem;
	}

	#checkList li:last-child {
		padding-bottom: 0;
	}

	#priceTableWrap {
		padding: 80px 0 20px;
	}

	#priceDesc li {
		font-size: 1.6rem;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	#priceDesc li::before {
		margin-top: 5px;
		flex: 0 0 16px;
	}

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

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

	#otherLinks {
		padding-bottom: 80px;
	}

	.otherLink a {
		padding: 20px;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		background: url(../../img/common/icon_arrow3.svg) right 5% bottom 10px / 50px no-repeat #edf3fc;
	}

	.otherLinkImg {
		width: 100%;
	}

	.otherLinkImg img {
		width: 100%;
	}


}