.p-greetingMv {
	border-radius: 0.625rem;
	overflow: hidden;
	padding-block: 0;
	position: relative;
}

.p-greetingMv__content {
	background: url(../images/greeting/bg_mv.webp) center center/100% 100% no-repeat;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding-inline: min(5vw, 6rem) min(11.9791666667vw, 14.375rem);
	position: absolute;
	top: 0;
	width: min(51.25vw, 61.5rem);
}

.p-greetingMv__contentInner {
	display: contents;
}

.p-greetingMv__head {
	align-items: center;
	display: grid;
	font-size: min(1.875vw, 2.25rem);
	gap: 1.625rem;
	grid-template-columns: 4.875rem 1fr;
}

.p-greetingMv__head img {
	background-color: #fff;
	border-radius: 50%;
	padding: 0.5rem;
}

.p-greetingMv__title {
	font-size: min(2.6041666667vw, 3.125rem);
	line-height: 1.68;
	margin-top: min(2.1875vw, 2.625rem);
}

.p-greetingMv__name {
	font-size: min(1.4583333333vw, 1.75rem);
	font-weight: 500;
	line-height: 2;
	margin-top: min(2.1875vw, 2.625rem);
}

.p-greetingMv__img {
	width: 100%;
}

.p-interview__title {
	background: url(../images/greeting/interview_title_left.webp) center left/auto 100% no-repeat, url(../images/greeting/interview_title_right.webp) center right/auto 100% no-repeat;
	text-align: center;
}

.p-interview__youtube {
	margin-inline: auto;
	margin-top: 13rem;
	max-width: 62.5rem;
	position: relative;
}

.p-interview__youtube iframe {
	-o-object-fit: cover;
	aspect-ratio: 1000/566;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-interview__youtube::before {
	background: url(../images/greeting/youtube_illust_left.webp) center center/contain no-repeat;
	bottom: 3.0625rem;
	content: "";
	height: min(10.8571428571vw, 11.875rem);
	left: calc(50% - min(44.625vw, 44.625rem));
	position: absolute;
	width: min(8.5714285714vw, 9.375rem);
}

.p-interview__youtube::after {
	background: url(../images/greeting/youtube_illust_right.webp) center center/contain no-repeat;
	bottom: 4.6875rem;
	content: "";
	height: min(6.2857142857vw, 6.875rem);
	position: absolute;
	right: calc(50% - min(44.625vw, 44.625rem));
	width: min(7.4285714286vw, 8.125rem);
}

.p-voice__lists {
	display: grid;
	gap: 1.25rem;
	margin-top: 4.5rem;
}

.p-voice__list {
	align-items: flex-start;
	display: flex;
	gap: 2.75rem;
}

.p-voice__list:nth-child(even) {
	flex-direction: row-reverse;
}

.p-voice__img {
	flex-shrink: 0;
	width: 11.25rem;
}

.p-voice__text {
	align-items: center;
	border-radius: 0.625rem;
	display: flex;
	flex-grow: 1;
	min-height: 10rem;
	padding: 2.5rem 3.875rem;
	position: relative;
}

.p-voice__text::before {
	-webkit-mask: url(../images/common/fukidashi.webp) center center/100% 100% no-repeat;
	background: #EFF9F1;
	content: "";
	height: 2.75rem;
	mask: url(../images/common/fukidashi.webp) center center/100% 100% no-repeat;
	position: absolute;
	top: 50%;
	width: 2.0625rem;
}

.p-voice__list:nth-child(odd) .p-voice__text::before {
	left: -2.1875rem;
	transform: translateY(-50%) rotate(90deg);
}

.p-voice__list:nth-child(even) .p-voice__text::before {
	right: -2.1875rem;
	transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 767px) {

.p-greetingMv {
	border-radius: 0;
}

.p-greetingMv__content {
	background-image: url(../images/greeting/bg_mv_sp.webp);
	padding-block: 2.625rem 8.0625rem;
	padding-inline: 1.25rem;
	position: relative;
	width: 100%;
}

.p-greetingMv__contentInner {
	display: block;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-greetingMv__head {
	font-size: 1.25rem;
	gap: 0.5rem;
	grid-template-columns: 2.8125rem 1fr;
}

.p-greetingMv__head img {
	padding: 0.25rem;
}

.p-greetingMv__title {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-top: 0.4375rem;
}

.p-greetingMv__name {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.p-greetingMv__img {
	margin-top: -9.875rem;
}

.p-interview__title {
	background: url(../images/greeting/interview_title_left.webp) center top/14.1875rem no-repeat;
	font-size: 2.25rem;
	margin-bottom: 6.25rem;
	padding-top: 4.4375rem;
}

.p-interview__youtube {
	margin-top: 4.5625rem;
	padding-bottom: 4.3125rem;
}

.p-interview__youtube::before {
	background-image: url(../images/greeting/youtube_illust_left_sp.webp);
	bottom: 0;
	height: 3.3125rem;
	left: 2rem;
	width: 5.125rem;
}

.p-interview__youtube::after {
	background-image: url(../images/greeting/youtube_illust_right_sp.webp);
	bottom: 0.5rem;
	height: 2.25rem;
	right: 2.0625rem;
	width: 3.0625rem;
}

.p-voice__lists {
	gap: 1.3125rem;
	margin-top: 1.375rem;
}

.p-voice__list {
	align-items: center;
	gap: 1.6875rem;
}

.p-voice__img {
	width: 5.125rem;
}

.p-voice__text {
	min-height: 6.875rem;
	padding: 1rem 1.5rem;
}

.p-voice__text::before {
	height: 1.5625rem;
	width: 1.125rem;
}

.p-voice__list:nth-child(odd) .p-voice__text::before {
	left: -1.0625rem;
}

.p-voice__list:nth-child(even) .p-voice__text::before {
	right: -1.0625rem;
}

}

