@charset "UTF-8";
/*----------
	当社の実践する「ESG経営」
----------*/
/*-----------
	p-arrow
----------*/
.p-arrow .p-arrow__item {
	position: relative;
	margin-bottom: 76px;
}
.p-arrow .p-arrow__item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 25px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #DCE8E8;
}
.p-arrow figcaption {
	text-align: center;
}
@media (width >= 768px), print {
	.p-arrow .p-arrow__item {
		margin-bottom: 0;
	}
	.p-arrow .p-arrow__item::after {
		bottom: auto;
		left: auto;
		top: calc(50% - 20px);
		right: -34px;
		transform: translate(0, -50%);
		width: 25px;
		height: 110px;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}
}