@charset "UTF-8";
main {
	padding-bottom: 100px;
}
.contact {
	margin-top: 30px;
}
.contactsec {
	padding: 40px 20px;
	border-radius: 10px;
	background: #f6f8df;
}
.contactsec_hd {
	margin-bottom: 40px;
}
.contactsec_hd_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.6px;
	font-size: 20px;
}
.contact_form {
}
.contact_form_hd {
}
.contact_form_hd_ttl {
	margin-bottom: 25px;
}
.contact_form_hd_ttl .icon-mail {
	font-size: 16px;
}
.contact_form_hd_intro {
}
.coantact_form_cnt {
}
.confirm_hd {
	margin-bottom: 30px;
	padding-top: 70px;
}
.form_box {
	padding: 10px 0;
}
.confirm .form_box {
	padding: 20px 0;
	border-bottom: #3c3c3c 1px solid;
}
.form_box_hd {
	font-size: 16px;
	margin-bottom: 10px;
}
.required {
	color: #f30000;
	font-size: 17px;
}
.form_box_cnt {
}
.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.wpcf7-list-item {
	margin-left: 0 !important;
	display: flex !important;
}
.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.wpcf7-list-item input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	line-height: 1;
}

.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #444;
	border-radius: 50%;
	margin-right: 4px;
	box-sizing: border-box;
	background-color: #fff;
	flex-shrink: 0;
}

.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: var(--subc);
	border-radius: 50%;
	left: 3px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform 0.2s ease-in-out;
	pointer-events: none;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
	transform: translateY(-50%) scale(1);
}
.wpcf7-submit,
.comp_link a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	border-radius: 9999px;
	text-align: center;
	margin-top: 30px;
}
.form_confirm .wpcf7-submit {
	color: var(--white);
	background: var(--black);
}
.form_send .wpcf7-submit,
.comp_link a {
	color: var(--black);
	background: var(--subc);
}
.confirm_cnt .form_send {
	margin-top: 50px;
}
.confirm_cnt .wpcf7-previous {
	display: flex;
	text-decoration: underline;
}
.form_confirm {
	position: relative;
}
.form_confirm p {
	position: relative;
}
.recaptcha-text {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 30px;
}
.recaptcha-text a {
	color: #0025f6;
	text-decoration: underline;
}
.form_confirm .wpcf7-spinner,
.form_send .wpcf7-spinner {
	position: absolute;
	right: 20px;
	bottom: 50%;
	transform: translateY(50%);
}
.form_confirm br,
.form_send br {
	display: none;
}
.contact_tel {
	margin-top: 30px;
}
.contact_tel_hd {
	margin-bottom: 20px;
}
.contact_tel_hd_ttl {
}
.contact_tel_hd_ttl .icon-mail {
}
.contact_tel_cnt {
}
.tel_link {
	margin-bottom: 20px;
}
.tel_link a {
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border-radius: 9999px;
	background: var(--subc);
	gap: 5px;
}
.tel_link a span {
	font-weight: bold;
}
.tel_link a p {
	font-size: 23px;
}
.tel_note {
	text-align: center;
}
.comphd {
	padding: 180px 0 50px;
	position: relative;
}
.comphd_wrap {
	font-size: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
}
.comphd_wrap::before {
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background: var(--subc);
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
}
.comp_cnt {
}
.comp_txt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
.comp_link {
}
.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
}
@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
}
@media print {
}
