@charset "utf-8";
/*------------------------------------------------------------
	sustainability
---------------------------------------------------------*/
.comPageTitle .jp::before {
	background: #FFCB1F;
}
.comPosText {
	left: -12.3rem;
	top: 4.7rem;
}
.headLine01 {
	margin-bottom: 6.6rem;
}
.comBgBox {
	padding: 6.8rem 0 17.5rem;
}
@media all and (max-width: 896px) {
	.comPosText {
		left: -2rem;
		top: 3rem;
	}
	.headLine01 {
		margin-bottom: 4rem;
	}
	.comBgBox {
		padding: 7rem 0;
	}
	.comPageTitle .en {
		font-size: 4.2rem;
	}

}
/* topText */
#main .topText {
	margin-bottom: 13.1rem;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.222;
}
@media all and (max-width: 896px) {
	#main .topText {
		margin-bottom: 5rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
/* imgBox */
#main .imgBox {
	margin-bottom: 6rem;
	padding: 5.5rem 5.4rem;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 3rem;
	border: 0.5rem solid #000;
	position: relative;
	z-index: 1;
	gap: 5.7rem;
}
#main .imgBox.reverse {
	flex-direction: row-reverse;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	width: 40.3rem;
	border-radius: 2rem;
	position: relative;
}
#main .imgBox .photoBox::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 2rem;
	border: 0.5rem solid #000;
	left: 0;
	top: 0;
	pointer-events: none;
	box-sizing: border-box;
}
#main .imgBox .photoBox::after {
	content: "";
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	border-radius: 2rem;
	border: 0.5rem solid #000;
	left: 50%;
	transform: translateX(-50%);
	top: -1.5rem;
	pointer-events: none;
	box-sizing: border-box;
	background-color: #FFCB1F;
}
#main .imgBox .photoBox img {
	border-radius: 2rem;
	width: 100%;
}
#main .imgBox .textBox {
	flex: 1;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.222;
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .imgBox {
		margin-bottom: 3rem;
		padding: 4rem 2rem 2rem;
		display: block;
		border-width: 0.3rem;
	}
	#main .imgBox .photoBox {
		width: 100%;
	}
	#main .imgBox .photoBox::before {
		border-width: 0.3rem;
	}
	#main .imgBox .textBox {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
/* csrBox */
#main .csrBox {
	margin-bottom: 13.6rem;
	position: relative;
}
@media all and (max-width: 896px) {
	#main .csrBox {
		margin-bottom: 7rem;
	}
}
/* activities */
#main .activities {
	position: relative;
}

