/*===============================================================================
お問い合わせ
================================================================================*/
.contact__body{
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: var(--g-sec--xs);
	text-align: center;
}

.contact__title{
	padding-bottom: var(--g-40);
}

.telephone-illust{
	max-width: 120px;
	margin: 0 auto;
}

.telephone__contact{
	font-size: var(--fz-20);
	font-family: var(--ff-maru);
	padding-top: var(--g-24);
}

.telephone__nummber{
	font-size: var(--fz-48);
	font-weight: var(--fw-lg);
	padding: var(--g-16) 0;
	color: #0094FF;
}

.contact__explanation{
	line-height: 2rem;
}

@media (max-width: 390px){
	.contact__title{
		padding-bottom: 21px;
	}
	.telephone__nummber{
		font-size: var(--fz-56);
		padding: 21px 0;
	}
	.contact__explanation{
		line-height: 28px;
	}
}

/*===============================
* フォーム
* =================================*/
.contact__foot{
	position: relative;
	padding: var(--g-sec--md) 0;
}
.contact__foot::before{
	position: absolute;
	top: 0;
	left: calc( 50% - 50vw );
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--c-light);
	z-index: -1;
}
