@charset "utf-8";
/*------------------------------------------------------------
	perspective
------------------------------------------------------------*/
#conts .common-bg {
	padding: 92px 0 0;
}
#conts .ttl-box {
	margin-bottom: -9px;
}
#conts .ttl-box p {
/*	text-align: justify;*/
	line-height: 1.625;
	letter-spacing: 0.08em;
}
#conts .img-box {
	margin-top: 15px;
	margin-bottom: 106px;
	display: flex;
	gap: 29px;
}
#conts .img-box .photo-box {
	margin-top: 50px;
	width: 48.3%;
}
#conts .img-box .photo-box p {
	margin-top: 9px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
	font-weight: 700;
	font-size: 2rem;
	margin: 12px 0 0 0;
}
#conts .img-box .text-box .matrix-list {
	margin: 7px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}
#conts .img-box .text-box .matrix-list li {
	width: calc((100% - 23px) / 3);
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	background-color: #2c2c2c;
	cursor: pointer;
}
#conts .img-box .text-box .matrix-list li::after {
	width: 12px;
	aspect-ratio: 4/5;
	background: url(../img/common/icon-arrow03.png) no-repeat center / 100%;
	content: "";
}
#conts .img-box .text-box .matrix-list li.on {
	color: #000;
	background-color: #fff;
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 50px;
	}
	#conts .ttl-box p {
		line-height: 1.5;
	}
	#conts .img-box {
		margin-bottom: 56px;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 15px;
	}
	#conts .img-box .photo-box {
		margin-top: 29px;
		width: auto;
	}
	#conts .img-box .photo-box p {
		margin-top: 7px;
	}
	#conts .img-box .text-box {
		margin-bottom: 0;
	}
	#conts .img-box .text-box .arrow-list {
		margin-top: 21px;
		display: flex;
		justify-content: space-between;
	}
	#conts .img-box .text-box .arrow-list li {
		width: calc(50% - 8px);
		height: 49px;
		display: flex;
		gap: 8px;
		font-weight: 700;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		background-color: #2c2c2c;
		cursor: pointer;
	}
	#conts .img-box .text-box .arrow-list li.prev::before,
	#conts .img-box .text-box .arrow-list li.next::after {
		width: 10px;
		aspect-ratio: 4/5;
		transform: rotate(-180deg);
		background: url(../img/common/icon-arrow03.png) no-repeat center / 100%;
		content: "";
	}
	#conts .img-box .text-box .arrow-list li.next::after {
		transform: rotate(0);
		content: "";
	}
	#conts .img-box .text-box .arrow-list li.on {
		color: #000;
		background-color: #fff;
	}
	#conts .img-box .text-box .arrow-list {
		margin-top: 21px;
	}
}