.page-title {
	background-image: url("../images/contact/mv.webp");
}
@media screen and (max-width: 768px) {}


/*------------------------------------
#intro
------------------------------------*/
#intro {
	padding: 60px 0;
}
#intro .container {
	max-width: 900px;
}
#intro p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	#intro {
		padding: 30px 0;
	}
	#intro p {
		text-align: left;
	}
}


/*------------------------------------
#phone
------------------------------------*/
#phone {
	background-color: #ebeff2;
	padding: 70px 0;
}
#phone .container {
	max-width: 900px;
}
#phone .ttl {
	align-items: center;
}
#phone p {
	text-align: center;
	margin-bottom: 30px;
}
#phone a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background-color: #005bac;
	border-radius: 40px;
	max-width: 400px;
	width: 100%;
	height: 80px;
	font-size: 30px;
	letter-spacing: .08em;
	color: #fff;
	margin: auto;
}
#phone a::before {
	content: "";
	background-image: url("../images/contact/tel_wh.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 39px;
	height: 30px;
}
#phone small {
	display: block;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#phone {
		padding: 60px 0;
	}
	#phone p {
		text-align: left;
		margin-bottom: 20px;
	}
	#phone a {
		gap: 10px;
		border-radius: 35px;
		max-width: 350px;
		height: 70px;
		font-size: 25px;
	}
}


/*------------------------------------
#contact
------------------------------------*/
#contact {
	padding-top: 120px;
}
#contact .container {
	max-width: 900px;
}
#contact .ttl {
	align-items: center;
}
.contact__txt {
	margin-bottom: 40px;
}
.contact__txt p:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
#thanks
------------------------------------*/
#thanks {
	padding-top: 100px;
}
#thanks .container {
	max-width: 900px;
}
#thanks .ttl {
	align-items: center;
}
#thanks p {
	text-align: center;
}
.more-small {
	margin-top: 50px;
}
.more-small a {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ebeff2;
	border-radius: 30px;
	max-width: 250px;
	width: 100%;
	height: 60px;
	margin: auto;
	padding-left: 35px;
}
.more-small a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	transition: .3s cubic-bezier(.4,.4,0,1);
}
.more-small a:hover::after {
	transform: translate(8px, -50%);
}
@media screen and (max-width: 768px) {
	#thanks {
		padding-top: 40px;
	}
	#thanks p {
		text-align: left;
	}
	.more-small {
		margin-top: 30px;
	}
}
