* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.grecaptcha-badge {
	visibility: hidden;
}

.contact-thanks {
	padding: min(17.0138888889vw, 245px) 0 min(5.5555555556vw, 80px) 0;
	background: #ffc801;
}

.contact-thanks__title {
	margin-bottom: min(3.4722222222vw, 50px);
	font-weight: 700;
	font-size: min(3.8194444444vw, 55px);
	text-align: center;
	text-transform: uppercase;
}

.contact-thanks__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: min(1.3888888889vw, 20px);
	font-weight: 900;
	font-size: min(1.25vw, 18px);
	line-height: 1.67;
	text-align: center;
}

.contact-thanks__text:nth-child(n+2) {
	margin-top: min(2.0833333333vw, 30px);
}

.contact-thanks__text .uppercase {
	text-transform: uppercase;
}

.contact-thanks__img img {
	width: min(27.4305555556vw, 395px);
	margin: 0 auto;
}

@media screen and (max-width: 767px) {

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

.contact-thanks__title {
	margin-bottom: 12vw;
	font-size: 11.4666666667vw;
}

.contact-thanks__content {
	margin-bottom: 0;
	font-size: 4.8vw;
	text-align: start;
}

.contact-thanks__text:nth-child(n+2) {
	margin-top: 8vw;
}

.contact-thanks__img img {
	position: relative;
	left: 50%;
	width: 105.3333333333vw;
	transform: translateX(-50%);
}

}

