@charset "UTF-8";



/* ------------------------------
	.contact
------------------------------ */
.contact{
	padding: 13.5rem 0;
}

.contact .contact_wrap{
	width: 100%;
	max-width: 81rem;
	margin: 0 auto;
}


@media screen and (max-width: 767px){
	.contact{
		padding: 8rem 0 17rem;
	}

	.contact .contact_wrap{
		max-width: calc(100% - 4rem);
	}
}



/* ------------------------------
	.form_wrap
------------------------------ */
.form_wrap {
	max-width: 81rem;
	margin: 0 auto;
}

.form_wrap .form_box {
	display: flex;
	align-items: flex-start;
}
.form_wrap .form_box + .form_box {
	margin-top: 4rem;
}

.form_wrap .form_ttl {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 24rem;
	padding-top: 1rem;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
}
.form_wrap .form_ttl .min {
	margin-left: 0.5em;
	font-size: 1.2rem;
}
.form_wrap .ico {
	flex-shrink: 0;
	margin-right: 1.6rem;
	padding: 0.3rem 0.7rem;
	border: 1px solid #646464;
	color: #646464;
	vertical-align: middle;
	line-height: 1;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.form_wrap .ico.req {
	border-color: #D32929;
	color: #D32929;
}

.form_wrap .form_txt {
	position: relative;
	width: 100%;
	margin: 0;
	line-height: 1.6;
}
.form_wrap .form_txt * {
	line-height: 1.6;
}
.form_wrap .form_txt .txt {
	padding: 6px 0;
	line-height: 1.8;
}

.form_wrap .form_input,
.form_wrap .form_select,
.form_wrap .form_textarea {
	width: 100%;
	height: 4.2rem;
	padding: 0 1.5rem;
	background: none;
	border: 1px solid #CDCDCD;
	border-radius: 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.form_wrap .form_input::placeholder,
.form_wrap .form_select::placeholder,
.form_wrap .form_textarea::placeholder {
	color: #9B9B9B;
}

.form_wrap .form_textarea {
	width: 100%;
	height: 12.6rem;
	padding: 1rem 1.5rem;
	line-height: 1.8;
}
.form_wrap .form_textarea::placeholder {
	color: #9B9B9B;
}

.form_wrap .checkbox label {
	position: relative;
	display: flex;
	padding: 0;
	line-height: 1.5;
	cursor: pointer;
	padding-left: 4rem;
}
.form_wrap .checkbox label span {
	display: flex;
}
.form_wrap .checkbox label span::before {
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border: 1px solid #CDCDCD;
}
.form_wrap .checkbox label span::after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	content: "";
	display: none;
	width: 1.9rem;
	height: 1.9rem;
	background: #113445;
	border: 0.3rem solid #fff;
}

.form_wrap .radio label {
	display: flex;
	font-size: 1.6rem;
}
.form_wrap .radio label span {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 2.2rem;
	line-height: 1.3;
	cursor: pointer;
}
.form_wrap .radio label span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: #fff;
	border: 0.2rem solid #CDCDCD;
	border-radius: 50%;
}
.form_wrap .radio label span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.4rem;
	margin: auto;
	content: "";
	display: none;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #646464;
}

.form_wrap input[type=checkbox],
.form_wrap input[type=radio] {
	width: 1px;
	margin: 0;
	visibility: hidden;
}
.form_wrap input[type=checkbox]:checked,
.form_wrap input[type=radio]:checked {
	appearance: none;
}
.form_wrap .radio input[type=radio]:checked + span::after,
.form_wrap .checkbox input[type=checkbox]:checked + span::after {
	display: block;
}

.form_wrap .radio_wrap,
.form_wrap .checkbox_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 3rem;
	margin-bottom: 1.5rem;
}

.form_wrap .btm_check {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form_wrap .btm_check .ico {
	margin: 0 0 0 2.4rem;
}
.form_wrap .btm_check .checkbox {
	font-weight: 400;
	font-size: 1.6rem;
}
.form_wrap .btm_check .checkbox .link {
	text-decoration: underline;
}
.form_wrap .btm_check .wpcf7-list-item {
	margin: 0;
}
.form_wrap .btm_check .wpcf7-list-item-label {
	font-size: 1.6rem;
}
.form_wrap .btm_check .wpcf7-list-item-label .link {
	text-decoration: underline;
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	.form_wrap .btm_check .wpcf7-list-item-label .link:hover {
		text-decoration: none;
	}
}

.form_btm{
	margin: 7.5rem 0 0;
}

.form_btm .check_txt{
	margin: 0 0 1.5rem;
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.form_wrap .btn_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 5rem;
}
.form_wrap .form_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 29.6rem;
	height: 5.6rem;
	color: #113445;
	background: #fff;
	border: 1px solid #113445;
	font-size: 2rem;
	line-height: 1.3;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
	transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.form_wrap .form_btn:disabled {
	background: #DBDBDB;
	color: #646464;
	border-color: #DBDBDB;
	cursor: not-allowed;
}
@media screen and (min-width: 769px) {
	.form_wrap .form_btn:hover {
		opacity: 1;
		background: #113445;
		color: #fff;
	}
	.form_wrap .form_btn:disabled:hover {
		opacity: 1;
		background: #DBDBDB;
		color: #646464;
		border-color: #DBDBDB;
	}
}


@media screen and (max-width: 768px) {
	.form_wrap .form_box {
		display: block;
	}

	.form_wrap .form_box + .form_box {
		margin-top: 3rem;
	}

	.form_wrap .form_ttl {
		width: 100%;
		padding-top: 0;
		margin-bottom: 1.6rem;
	}

	.form_wrap .form_input,
	.form_wrap .form_select,
	.form_wrap .form_textarea {
		font-size: 1.3rem;
	}

	.form_wrap .radio_wrap,
	.form_wrap .checkbox_wrap {
		flex-direction: column;
		gap: 1rem;
	}

	.btm_check{
		flex-wrap: wrap;
	}

	.form_wrap .btn_box {
		margin-top: 4.5rem;
	}
	.form_wrap .form_btn {
		height: 5.6rem;
	}
}




/* ------------------------------
	.thanks
------------------------------ */
@media screen and (min-width: 769px) {
	.contact.thanks {
		padding-bottom: 25rem;
	}
}

.contact.thanks .txt{
	margin: 0;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0;
	line-break: strict;
}

.contact.thanks .txt.min {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	line-break: strict;
}

.contact.thanks .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20.8rem;
	height: 4.4rem;
	margin-bottom: 3rem;
	border: 1px solid #113445;
	font-size: 1.6rem;
	letter-spacing: 0;
}

.contact.thanks .space1 {
	margin-top: 2rem;
}
.contact.thanks .space2 {
	margin-top: 5.5rem;
}