@charset "UTF-8";
/* ---------------------------------------
  お問い合わせ
-----------------------------------------*/
.p-contact-mv-wrap {
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding-top: 6rem;
	height: 50rem;
	background: url(../img/index/mv_bg_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
	.p-contact-mv-wrap {
		padding-top: 5rem;
		background: url(../img/index/mv_bg_sp.jpg) no-repeat center top/cover;
	}
}
.p-contact-mv-wrap .ttl {
	font-size: 5rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.p-contact-mv-wrap .ttl::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 10px black;
	-webkit-filter: blur(7px);
	        filter: blur(7px);
	white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
	.p-contact-mv-wrap .ttl::before {
		-webkit-text-stroke: 1rem black;
		-webkit-filter: blur(0.7rem);
		        filter: blur(0.7rem);
	}
}
.p-contact-form-wrap {
	padding-block: 10rem;
}
.p-contact-form-wrap .txt {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .txt {
		font-size: 3.2rem;
	}
}
.p-contact-form-wrap .wpcf7-response-output {
	font-size: 1.6rem;
	line-height: 2;
	color: #dc3232;
	display: block;
	margin: 3rem auto 0 !important;
	padding: 0 !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: none !important;
	background: none;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .wpcf7-response-output {
		font-size: 3.2rem;
	}
}
.p-contact-form-wrap .wpcf7-spinner {
	display: none !important;
}
.p-contact-form-wrap .list {
	line-height: 1;
	margin-top: 10rem;
}
.p-contact-form-wrap .list .wpcf7-not-valid-tip {
	font-size: 1.6rem;
	line-height: 1.625;
	display: block;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list .wpcf7-not-valid-tip {
		font-size: 3.2rem;
		margin-top: 1rem;
	}
}
.p-contact-form-wrap .list_item {
	line-height: 1;
}
.p-contact-form-wrap .list_item:nth-child(n+2) {
	margin-top: 5rem;
}
.p-contact-form-wrap .list_term {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_term {
		font-size: 3.6rem;
	}
}
.p-contact-form-wrap .list_box {
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_box {
		margin-top: 1.5rem;
	}
}
.p-contact-form-wrap .list_radio-box {
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box {
		margin-top: 1.5rem;
	}
}
.p-contact-form-wrap .list_radio-box .wpcf7-radio {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box .wpcf7-radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3rem;
	}
}
.p-contact-form-wrap .list_radio-box_input {
	visibility: hidden;
	width: 1px;
	position: absolute;
}
.p-contact-form-wrap .list_radio-box_input:checked + .list_radio-box_txt::after {
	opacity: 1;
}
.p-contact-form-wrap .list_radio-box input {
	visibility: hidden;
	width: 1px;
	position: absolute;
}
.p-contact-form-wrap .list_radio-box input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.p-contact-form-wrap .list_radio-box_txt {
	font-size: 1.8rem;
	line-height: 1.5555555556;
	position: relative;
	padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box_txt {
		font-size: 3.4rem;
		padding-left: 5rem;
	}
}
.p-contact-form-wrap .list_radio-box_txt::before, .p-contact-form-wrap .list_radio-box_txt::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.p-contact-form-wrap .list_radio-box_txt::before {
	top: 0.4rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: 0.2rem solid #000;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box_txt::before {
		top: 0.5rem;
		width: 4rem;
		height: 4rem;
	}
}
.p-contact-form-wrap .list_radio-box_txt::after {
	top: 0.8rem;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #f00;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box_txt::after {
		top: 1.3rem;
		left: 0.8rem;
		width: 2.4rem;
		height: 2.4rem;
	}
}
.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label {
	font-size: 1.8rem;
	line-height: 1.5555555556;
	display: block;
	position: relative;
	padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label {
		font-size: 3.4rem;
		padding-left: 5rem;
	}
}
.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::before, .p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::before {
	top: 0.4rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: 0.2rem solid #000;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::before {
		top: 0.5rem;
		width: 4rem;
		height: 4rem;
	}
}
.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::after {
	top: 0.8rem;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #f00;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_radio-box .wpcf7-list-item-label::after {
		top: 1.3rem;
		left: 0.8rem;
		width: 2.4rem;
		height: 2.4rem;
	}
}
.p-contact-form-wrap .list .wpcf7-list-item {
	margin: 0;
}
.p-contact-form-wrap .list_input-box {
	line-height: 1;
}
.p-contact-form-wrap .list_input-box_txt {
	font-size: 1.8rem;
	line-height: 1.5555555556;
	padding-inline: 2rem;
	width: 100%;
	height: 5rem;
	border: 0.2rem solid #000;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_input-box_txt {
		font-size: 3.4rem;
		height: 10rem;
	}
}
.p-contact-form-wrap .list_textarea-box_txt {
	font-size: 1.8rem;
	line-height: 1.5555555556;
	padding: 1.5rem 2rem;
	width: 100%;
	height: 30rem;
	border: 0.2rem solid #000;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .list_textarea-box_txt {
		font-size: 3.4rem;
		height: 60rem;
	}
}
.p-contact-form-wrap .list label {
	display: block;
	cursor: pointer;
}
.p-contact-form-wrap .form:not(.wpcf7-form) .list_radio-box {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .form:not(.wpcf7-form) .list_radio-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3rem;
		margin-top: 1.5rem;
	}
}
.p-contact-form-wrap .box {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3rem;
	margin-top: 5rem;
}
.p-contact-form-wrap .box_btn {
	line-height: 1;
	width: 30rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .box_btn {
		width: 50rem;
	}
}
.p-contact-form-wrap .box_btn_submit {
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	display: -ms-grid;
	display: grid;
	place-content: center;
	width: 100%;
	height: 5rem;
	border: 0.2rem solid #f00;
	border-radius: calc(infinity * 1px);
	background: #f00;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap .box_btn_submit {
		font-size: 3.6rem;
		height: 10rem;
	}
}
@media (any-hover: hover) {
	.p-contact-form-wrap .box_btn_submit {
		-webkit-transition: color 0.3s, background-color 0.3s;
		transition: color 0.3s, background-color 0.3s;
	}
	.p-contact-form-wrap .box_btn_submit:hover {
		color: #f00;
		background: #fff;
	}
}
.p-contact-form-wrap .box_btn_submit._back {
	color: #f00;
	background: #fff;
}
@media (any-hover: hover) {
	.p-contact-form-wrap .box_btn_submit._back:hover {
		color: #fff;
		background: #f00;
	}
}
.p-contact-form-wrap._confirm .list {
	margin-top: 5rem;
}
.p-contact-form-wrap._confirm .list_item:nth-child(n+2) {
	margin-top: 3rem;
}
.p-contact-form-wrap._confirm .list_box {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap._confirm .list_radio-box {
		margin-top: 0;
	}
}
.p-contact-form-wrap._confirm .list_radio-box_txt {
	padding-left: 0;
}
.p-contact-form-wrap._confirm .list_radio-box_txt::before, .p-contact-form-wrap._confirm .list_radio-box_txt::after {
	display: none;
}
.p-contact-form-wrap._confirm .list_input-box_txt {
	padding-inline: 0;
	height: auto;
	border: none;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap._confirm .list_input-box_txt {
		font-size: 3.4rem;
	}
}
.p-contact-form-wrap._confirm .list_textarea-box_txt {
	padding: 0;
	height: auto;
	border: none;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap._confirm .list_textarea-box_txt {
		font-size: 3.4rem;
	}
}
.p-contact-form-wrap._thanks .box_btn {
	width: 20rem;
}
@media screen and (max-width: 767px) {
	.p-contact-form-wrap._thanks .box_btn {
		width: 40rem;
	}
}
/*# sourceMappingURL=contact.css.map */