/* お問い合わせ */
.contact {
	background-color: var(--main-red);
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}
.contact__container {
	align-items: center;
	display: flex;
	gap: 6.944%;
	position: relative;
	z-index: 2;
}
.contact__bg-black {
	background-color: #18191a;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	display: inline-block;
	/* height: 380px; */
	height: 100%;
	left: -17.6389%;
	position: absolute;
	top: 0;
	/* width: 716px; */
	width: 49.722%;
	z-index: 0;
}
.contact__titles {
	position: relative;
	z-index: 2;
}
.contact__title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 180%;
	position: relative;
	z-index: 2;
}
.contact__subtitle {
	color: #fff;
	font-size: clamp(2rem, 1.12rem + 3.76vw, 4.5rem);
	font-style: italic;
	line-height: 100%;
}

.contactCTA {
	text-align: center;
	width: 100%;
}
.contactCTA__block {
	padding: 24px 40px;
	text-align: center;
}
.contactCTA__icon {
	height: 40px;
	margin: 0 auto;
	width: 40px;
}
.contactCTA__title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 180%;
}
.contactCTA__tel {
	color: #fff;
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 180%;
}
.contactCTA__time {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 180%;
}
.contactCTA__button {
	margin-top: 24px;
}
.contactCTA__button .button {
	font-family: var(--family-jp);
	font-size: 14px;
	font-style: normal;
	margin: 0 auto;
	max-width: 286px;
}
@media (max-width: 940px) {
	.contactCTA {
		flex-direction: column;
	}
	.contact__bg-black {
		width: 53.722%;
	}
}
@media (max-width: 767px) {
	.contact {
		padding: 40px 0;
	}
	.contact__container {
		flex-direction: column;
	}
	.contact__bg-black {
		height: 55.0336%;
		left: -36%;
		top: -28%;
		width: 139.4667%;
	}
	.contact__subtitle {
		font-size: clamp(2rem, 1.12rem + 11.76vw, 4.5rem);
		margin-bottom: 40px;
	}
}
