/* --------------------------------------------------------
 20251106
-------------------------------------------------------- */
/*-------- 内部ページ --------*/
/* メインビジュアル */
.page-header-with-text__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 本文中央寄せ */
.page-header-with-text__entry.-center > p {
	text-align: center;
}

/* テキストと画像が横並びになっているブロックの画像 */
.feature__image-container {
	height: auto;
	aspect-ratio: 704 / 450;
	object-fit: contain;
}

/* テキストとYouTube動画が横並びになっている場合 */
.feature__image-video {
	padding-top: 0;
}

.feature__image-video iframe {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 704 / 550;
}

@media screen and (min-width: 1080px) {
	.feature__image-container {
		height: auto;
		aspect-ratio: 704 / 450;
		object-fit: contain;
	}
}

@media screen and (max-width: 767px) {
	.page-header-with-text__image {
		margin-bottom: -3.2rem;
		padding-top: 6rem;
		height: auto;
	}

	/* テキストとYouTube動画が横並びになっている場合 */
	.feature__image-video iframe {
		aspect-ratio: 16 / 9;
	}
}
