@charset "utf-8";

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

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

/* 記事一覧 */
/* ----------------------------------- */
#connectionWrap {
	padding-bottom: 300px;
	background: #edf3fc;
}

.connection {
	padding-bottom: 100px;
}

.connectionTit {
	padding: 20px 30px;
	background: #09bcff;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.connectionTit .tit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
}

.connectionTit .tit span {
	font-size: 1.6rem;
	padding: 5px 10px;
	border: 1px solid #FFF;
	display: inline-block;
}

.connectionTit::before {
	content: "";
	width: 65px;
	height: 63px;
	background: url(../../img/connection/icon_recycling.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.connectionContent {
	padding: 50px;
	background: #FFF;
}

.connectionContent p {
	padding-bottom: 1em;
	font-size: 1.6rem;
	line-height: 1.8;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


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

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

	.connection {
		padding-bottom: 60px;
	}
	
	.connectionTit {
		padding: 20px;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.connectionTit::before {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
	}

	.connectionTit .tit {
		font-size: 1.8rem;
	}

	.connectionTit .tit span {
		font-size: 1.2rem;
	}

	.connectionContent {
		padding: 20px;
	}
}