@charset "UTF-8";

/* h1基本設定（下層ページタイトル） */
#page-title-block .container  {
	width: calc(100% - var(--size1));
	margin-inline: var(--size1);
}

#page-title-block .container::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	/* right: calc(50% - 50vw - var(--size1) * 2); */
	right: 0;

	z-index: 1;
	width: min(800px, 35.2vw);
	height: min(500px, 23.4vw);
	background: url(../img/about/thb-product.webp) no-repeat center center / contain;
}

.paragraph-img-content img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 768px) {
	/* h1基本設定（下層ページタイトル） */
	#page-title-block {
		padding: 60px 0;
		padding: var(--space5) 0;
		right: 0;
	}
}