.h2-sectionTitle {
	color: #000;
	/* font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem); */
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 50px;
	padding-left: 65px;
	position: relative;
}
.h2-sectionTitle::before {
	background: url("../../images/common/icon_h2-title.png") no-repeat center center / contain;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 41.833px;
}

@media (max-width: 767px) {
	.h2-sectionTitle {
		font-size: 24px;
		line-height: 1.4;
		padding-left: 40px;
	}
	.h2-sectionTitle::before {
		height: 26px;
		width: 26px;
	}
}
