.top_block .top_content {
	width: 100%;
	position: relative;
	aspect-ratio: 1600/200;
	background-image: url(../img/dot_orange.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
	padding: 7% 0 2.8%;
}

.top_block .top_content .wave {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.top_block .top_content h1 {
	width: 90%;
	max-width: 466px;
	margin: 0 auto;
}

.top_block .top_content h1 img {
	width: 100%;
}

.contact_wrap {
	max-width: 1200px;
	width: 90%;
	padding: 100px 0 calc(50px + 20%);
	margin: 0 auto;
}

.contact_wrap h2 {
	font-size: 24px;
	line-height: 1;
	padding: 0 30px 14px;
	letter-spacing: 2px;
}

.contact_wrap.confirm h2 {
	text-align: center;
}

.contact_wrap .note_text {
	width: 100%;
	padding: 25px 30px;
	border-top: solid 1.5px black;
	border-bottom: solid 1.5px black;
}

.contact_wrap .note_text p {
	font-size: 16px;
	line-height: 26px;
}

.contact_wrap .note_text p + p {
	margin-top: 10px;
}

.contact_wrap .note_text p span {
	color: #c1272d;
}

.contact_wrap .form_wrap {
	max-width: 920px;
	margin: 85px auto 0;
	width: 100%;
}

.contact_wrap .form_wrap .input_item {
	width: 100%;
}

.contact_wrap .form_wrap .input_item + .input_item {
	margin-top: 35px;
}

.contact_wrap .form_wrap .input_item .item_head {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-left: 5px;
}

.contact_wrap .form_wrap .input_item .item_head p {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}

.contact_wrap .form_wrap .input_item .item_head p.hissu {
	color: #c1272d;
}

.contact_wrap .form_wrap .input_item input[type='text'],
.contact_wrap .form_wrap .input_item input[type='tel'],
.contact_wrap .form_wrap .input_item input[type='email'] {
	width: 100%;
	height: 90px;
	background-color: #e6e6e6;
	padding: 0 15px;
	font-size: 18px;
	margin-top: 15px;
}

.contact_wrap .form_wrap .input_item textarea {
	width: 100%;
	height: 330px;
	padding: 15px;
	background-color: #e6e6e6;
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
	resize: vertical;
}

.contact_wrap .form_wrap .policy {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

.contact_wrap .form_wrap .policy a {
	color: #2e3192;
	text-decoration: underline;
}

.contact_wrap .form_wrap .submit_btn {
	width: 336px;
	height: 80px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ee7800;
	border: solid 1.5px black;
	margin: 85px auto 0;
	font-weight: 700;
	font-size: 20px;
	color: white;
	letter-spacing: 1px;
	text-indent: 1px;
	text-align: center;
}

.contact_wrap .other_contact {
	max-width: 1125px;
	width: 100%;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}

.contact_wrap .other_contact a {
	width: 48.7%;
}

.contact_wrap .other_contact a img {
	width: 100%;
}

.contact_wrap .thanks_wrap {
	padding: 100px 0 150px;
}

.contact_wrap .thanks_wrap .thanks_text {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.contact_wrap .thanks_wrap .thanks_text span {
	display: inline-block;
}

.contact_wrap .thanks_wrap .top_btn {
	width: 450px;
	height: 80px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border: solid 1.5px black;
	margin: 85px auto 0;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	text-indent: 1px;
	text-align: center;
}

.mw_wp_form .error {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color: #c1272d;
}

/* .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	display: flex;
	justify-content: center;
	background: white;
	padding: 30px 20px;
	border-radius: 10px;
} */

@media screen and (max-width: 1600px) {
	.top_block .top_content {
		aspect-ratio: auto;
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.top_block .top_content {
		padding: 100px 0 45px;
	}

	.top_block .top_content h1 {
		max-width: 372px;
	}

	.contact_wrap h2 {
		font-size: 20px;
		line-height: 1;
		padding: 0 15px 14px;
	}

	.contact_wrap .note_text {
		padding: 20px 15px;
	}

	.contact_wrap .form_wrap {
		margin-top: 65px;
	}

	.contact_wrap .form_wrap .submit_btn {
		width: 310px;
		height: 70px;
		border-radius: 35px;
		margin: 60px auto 0;
		font-size: 18px;
	}

	.contact_wrap .other_contact {
		flex-wrap: wrap;
		justify-content: center;
		gap: 25px 2.6%;
	}

	.contact_wrap .other_contact a {
		min-width: 390px;
	}

	.contact_wrap .thanks_wrap .thanks_text {
		font-size: 20px;
		line-height: 36px;
	}

	.contact_wrap .thanks_wrap .top_btn {
		width: 400px;
		height: 70px;
		border-radius: 35px;
		margin: 60px auto 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.top_block .top_content {
		padding: 70px 0 40px;
	}

	.top_block .top_content h1 {
		max-width: 297px;
	}

	.contact_wrap h2 {
		font-size: 18px;
		padding: 0 10px 14px;
	}

	.contact_wrap .note_text {
		padding: 15px 10px;
	}

	.contact_wrap .note_text p {
		font-size: 14px;
		line-height: 22px;
	}

	.contact_wrap .form_wrap {
		margin-top: 45px;
	}

	.contact_wrap .form_wrap .input_item .item_head {
		gap: 15px;
		padding-left: 5px;
	}

	.contact_wrap .form_wrap .input_item .item_head p {
		font-size: 16px;
	}

	.contact_wrap .form_wrap .input_item input[type='text'] {
		height: 55px;
		padding: 0 10px;
		font-size: 14px;
		margin-top: 15px;
	}

	.contact_wrap .form_wrap .input_item textarea {
		padding: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.contact_wrap .form_wrap .policy {
		font-size: 14px;
		line-height: 22px;
	}

	.contact_wrap .form_wrap .submit_btn {
		width: 290px;
		height: 60px;
		border-radius: 30px;
		margin: 60px auto 0;
		font-size: 16px;
	}

	.contact_wrap .other_contact {
		gap: 20px 2.6%;
		margin-top: 65px;
	}

	.contact_wrap .other_contact a {
		max-width: 390px;
		min-width: 0;
		width: 100%;
	}

	.contact_wrap .thanks_wrap {
		padding: 0;
	}

	.contact_wrap .thanks_wrap .thanks_text {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_wrap .thanks_wrap .top_btn {
		max-width: 350px;
		width: 100%;
		height: 60px;
		border-radius: 30px;
		margin: 60px auto 0;
		font-size: 16px;
	}
}
