/* ---------------------------------------
    contact
-----------------------------------------*/
/* sec_contact
--------------------------------*/
#sec_contact {
	padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	#sec_contact .inner {
		display: grid;
		grid-template-columns: 50% 50%;
	}
}
#sec_contact .inner .txt {
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_contact .inner .txt {
		font-size: 1.4rem;
		letter-spacing: -0.075em;
	}
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap {
		margin-top: 3rem;
	}
}
#sec_contact .form_wrap .form_tb dt, #sec_contact .form_wrap .form_tb dd {
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb dt, #sec_contact .form_wrap .form_tb dd {
		font-size: 1.4rem;
	}
}
#sec_contact .form_wrap .form_tb dt {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb dt {
		margin-bottom: 1rem;
	}
}
#sec_contact .form_wrap .form_tb dd + dt {
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb dd + dt {
		margin-top: 4rem;
	}
}
#sec_contact .form_wrap .form_tb input[type=text],
#sec_contact .form_wrap .form_tb input[type=tel],
#sec_contact .form_wrap .form_tb input[type=email] {
	width: 100%;
	height: 6rem;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 1.5rem 2rem;
	background: #ffffff;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb input[type=text],
	#sec_contact .form_wrap .form_tb input[type=tel],
	#sec_contact .form_wrap .form_tb input[type=email] {
		height: 4.3rem;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 1rem 1.5rem;
	}
}
#sec_contact .form_wrap .form_tb textarea {
	width: 100%;
	height: 18.8rem;
	font-size: 1.5rem;
	line-height: 1.8;
	background: #ffffff;
	padding: 1.5rem 2rem;
	border: 1px solid #000;
	resize: vertical;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb textarea {
		height: 19rem;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 1rem 1.5rem;
	}
}
#sec_contact .form_wrap .btn_wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 8rem;
	padding-bottom: 3rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .btn_wrap {
		margin-top: 5rem;
	}
}
#sec_contact .form_wrap .btn_wrap .btn {
	text-align: center;
}
@media screen and (min-width: 768px) {
	#sec_contact .form_wrap .btn_wrap .btn {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_contact .form_wrap .btn_wrap .btn:hover {
		opacity: 0.7;
	}
}
#sec_contact .form_wrap .btn_wrap .btn input {
	display: inline-block;
	color: #0055D2;
	font-size: 2.9rem;
	line-height: 1.34375;
	white-space: nowrap;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .btn_wrap .btn input {
		font-size: 1.8rem;
		line-height: 1.3157894737;
	}
}
#sec_contact .form_wrap .btn_wrap .btn::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 0 4.6rem;
	border-color: transparent transparent transparent #0055D2;
	margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .btn_wrap .btn::after {
		border-width: 1.5rem 0 0 2.8rem;
		margin-left: 1rem;
	}
}
#sec_contact .form_wrap .btn_wrap .btn._back input {
	color: #000;
}
#sec_contact .form_wrap .btn_wrap .btn._back::after {
	content: none;
}
#sec_contact .form_wrap .btn_wrap .btn._back::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 0 4.6rem;
	border-color: transparent transparent transparent #000;
	margin-right: 1.6rem;
	transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .btn_wrap .btn._back::before {
		border-width: 1.5rem 0 0 2.8rem;
		margin-right: 1rem;
	}
}
#sec_contact.thanks .txt {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_contact.thanks .txt {
		font-size: 1.6rem;
		margin-top: 6rem;
	}
}
#sec_contact.thanks .btn {
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_contact.thanks .btn {
		margin-top: 5rem;
	}
}

.wpcf7-spinner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
	color: #000;
	border-color: #000;
	font-size: 1.6rem;
	line-height: 1;
	padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 1.2rem;
		padding: 1rem 1.5rem;
	}
}