@charset "UTF-8";

.p-contact__block{
	max-width: 880px;
	margin: 70px auto 45px;
	border-radius: 10px;
	padding: 30px 0;
	display: flex;
	gap: 46px;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","SF Pro JP","SF Pro Display", "SF Pro Icons", -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	background-color: #fff;
}
.p-contact__box{
	flex: 1;
}
.p-contact__box--line{
	position: relative;
}
.p-contact__box--line::before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -23px;
	opacity: 0.5;
	background-color: #000;
}
.p-contact__sub{
	width: fit-content;
	margin: 0 auto;
	padding: 0 1.1em;
	position: relative;
	color: #EF542A;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.p-contact__sub::before,
.p-contact__sub::after{
	content: "";
	width: 2px;
	height: 1em;
	position: absolute;
	top: 50%;
	display: inline-block;
	background-color: currentColor;
}
.p-contact__sub::before{
	left: 0;
	transform: translateY(-50%) rotate(-14deg);
}
.p-contact__sub::after{
	right: 0;
	transform: translateY(-50%) rotate(14deg);
}
.p-contact__sub--tel{
	margin-top: 51px;
}
.p-contact__sub--line{
	color: #00B124;
}
.p-contact__ttl{
	margin-top: 5px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.p-contact__note{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.p-contact__qr{
	max-width: 150px;
	margin: 40px auto 0;
}
.p-contact__btn{
	display: flex;
	justify-content: center;
}
.p-contact__btn a{
	max-width: 300px;
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: opacity 0.3s;
	border-radius: 999px;
}
.p-contact__btn a:hover{
	opacity: 0.7;
}
.p-contact__btn a::before,
.p-contact__btn a::after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.p-contact__btn--tel{
	margin-top: 8px;
}
.p-contact__btn--tel a{
	padding-right: 45px;
	background-color: #EF542A;
	box-shadow: 0 0 5px rgba(0,0,0,0.2),inset 0 -2px 4px rgba(0,0,0,0.25);
}
.p-contact__btn--tel a::before{
	width: 23px;
	height: 27px;
	margin-right: 5px;
	background-image: url(../images/contact/icon_tel.svg);
}
.p-contact__btn--tel a::after{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-image: url(../images/contact/arrow_btn.svg);
}
.p-contact__btn--tel a span{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.p-contact__btn--form{
	margin-top: 16px;
}
.p-contact__btn--form a{
	border: 3px solid #F87F2F;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.p-contact__btn--form a::before{
	width: 23px;
	height: 27px;
	margin-right: 5px;
	background-image: url(../images/contact/icon_form.svg);
}
.p-contact__btn--form a::after{
	width: 11px;
	height: 8px;
	margin-top: 3px;
	margin-left: 7px;
	background-image: url(../images/contact/arrow_btn_form.svg);
}
.p-contact__btn--form a span{
	color: #F87F2F;
	font-size: 18px;
	font-weight: 700;
}
.p-contact__btn--line{
	margin-top: 20px;
}
.p-contact__btn--line a{
	padding-right: 40px;
	background-color: #00B124;
	box-shadow: 0 0 5px rgba(0,0,0,0.2),inset 0 -2px 4px rgba(0,0,0,0.25);
}
.p-contact__btn--line a::before{
	width: 30px;
	height: 29px;
	margin-right: 12px;
	background-image: url(../images/contact/icon_line.svg);
}
.p-contact__btn--line a::after{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-image: url(../images/contact/arrow_btn.svg);
}
.p-contact__btn--line a span{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-contact__block{
		margin: 27px 10px -16px;
		padding: 24px 20px;
		flex-direction: column;
		gap: 48px;
	}
	.p-contact__box--line::before{
		width: 100%;
		height: 1px;
		top: -24px;
		left: 0;
	}
	.p-contact__sub--tel{
		margin-top: 16px;
		font-size: 16px;
	}
	.p-contact__ttl{
		font-size: 20px;
	}
	.p-contact__qr{
		display: none;
	}
	.p-contact__btn a{
		height: 48px;
	}
	.p-contact__btn--form{
		margin-top: 12px;
	}
	.p-contact__btn--line{
		margin-top: 22px;
	}
	.c-basicform{
		border-top: 1px solid transparent;
	}
	#p-contact__form{
		margin-top: -18vw;
		padding-top: 18vw;
	}
}