.container {
	max-width: 1200px;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.mv
------------------------------------*/
.mv {
	padding-top: 120px;
}
.mv h1 {
	display: flex;
	flex-direction: column;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}
.mv h1 span {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.mv {
		padding-top: 50px;
	}
	.mv h1 {
		font-size: 5.87vw;
	}
}


/*------------------------------------
.intro
------------------------------------*/
.intro {
	padding-top: 100px;
}
.intro p {
	line-height: 2;
	text-align: justify;
}
.intro p:not(:last-of-type) {
	margin-bottom: 40px;
}
.intro__container {
	max-width: 800px;
}
.intro__btn {
	margin-top: 15px;
}
.intro__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #000;
	max-width: 300px;
	width: 100%;
	height: 70px;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1;
}
.intro__btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 21px;
	height: 19px;
}
@media screen and (max-width: 768px) {
	.intro {
		padding-top: 80px;
	}
}


/*------------------------------------
.form
------------------------------------*/
.form {
	padding-top: 55px;
}
.form__container {
	max-width: 800px;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.thanks
------------------------------------*/
.thanks {
	padding-top: 55px;
}
.thanks__container {
	max-width: 800px;
}
.thanks__txt {
	text-align: center;
}
.thanks__txt h2 {
	font-size: 26px;
	margin-bottom: 50px;
}
.thanks__txt p {
	line-height: 2;
	margin-bottom: 80px;
}
.thanks__txt .more {
	margin: auto;
}
@media screen and (max-width: 768px) {
	.thanks__txt h2 {
		font-size: 20px;
		text-align: left;
		margin-bottom: 20px;
	}
	.thanks__txt p {
		font-size: 14px;
		text-align: justify;
		margin-bottom: 50px;
	}
	.thanks__txt .more {
		margin: 0 auto 0 0;
	}
}


/*------------------------------------
.contact
------------------------------------*/
.contact {
	padding: 100px 0 150px;
}
.contact__block:not(:last-child) {
	margin-bottom: 50px;
}
.contact__block h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.contact__block p {
	line-height: 2;
}
.contact__block p.num {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 50px 0 70px;
	}
	.contact__block p {
		font-size: 14px;
	}
	.contact__block p.num {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
}
