.p-mv {
	margin-bottom: 4rem;
	padding-top: 9.2rem;
}

.p-mv__wrap {
	margin-bottom: 2.5rem;
}

.p-mv__ttl {
	--title-height: 3.4rem;
	margin-bottom: 0.8rem;
}

.p-mv__sub {
	color: var(--key-color);
	font-size: 1.4rem;
	font-weight: 500;
}

.p-mv__txt {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4667;
	max-width: 31.4rem;
}

.voice-dl dt {
	color: var(--key-color);
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.voice-dl dd {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: -0.06em;
	margin: 0 -0.5rem 5.2rem 0;
	display: grid;
	row-gap: 1.5em;
}

.voice-dl__gallery {
	display: flex;
	flex-direction: column;
	gap: 0.8rem 1rem;
	margin: 3rem 0.5rem 0 0;
}

.voice-dl__gallery li {
	flex: 1;
}

@media (min-width: 768px) {

.p-mv {
	margin-bottom: 7.3rem;
	padding-top: 9.9rem;
}

.p-mv__wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 2.8rem;
	padding-right: 4rem;
}

.p-mv__img {
	order: 2;
}

.p-mv__ttl {
	margin-bottom: 1.4rem;
}

.p-mv__sub {
	font-size: 2rem;
}

.p-mv__txt {
	font-size: 1.8rem;
	line-height: 1.667;
	max-width: 61.8rem;
}

.voice-dl dt {
	font-size: 1.6rem;
	margin-bottom: 3.3rem;
}

.voice-dl dd {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0;
	margin: 0 0 6rem;
}

.voice-dl__gallery {
	flex-direction: row;
	margin: 3rem 0 0;
}

}

@media (max-width: 767px) {

.p-mv__img {
	margin-bottom: 3.2rem;
	margin-right: -0.4rem;
	text-align: right;
}

.p-mv__img img {
	width: 20rem;
}

}

