html, body {
	background-color: #000;
	margin: 0 auto !important;
}

a {
	transition: all 0.3s;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

a[href^="tel:"] {
	text-decoration: none !important;
	color: #040000;
}

img {
	height: auto;
	max-width: 100%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

header {
	border-bottom: #fff 2px solid;
	margin-bottom: 1em;
	padding: 1em;
	width: calc(100% - 2em);
}

header h1 {
	max-width: 1100px;
	margin: 0 auto;
}

header h1 img {
	max-width: 400px;
	width: 30%;
}

.content {
	max-width: 1100px;
	margin: 0 auto;
}

/* section */
#kv {
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

#kv img {
	max-width: 1100px;
	width: 100%;
}

#section01 {
	background-color: #FFF;
	padding-bottom: 2em;
}

#section01 img {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

#section02 {
	padding: 2em 0;
}

#section02 .btn {
	aspect-ratio: 10 / 21;
	background-image: url(../img/img3_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	position: relative;
	width: 100%;
}

#section02 .btn-seikyuu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 62.5%;
	width: 100%;
}

#section02 .btn-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 83.5%;
	width: 100%;
}

#section03 {
	padding: 0 4% 120px;
	position: relative;
}

#section03 .form__container {
	margin: 4% 0;
}

footer {
	max-width: 1100px;
	margin: 0 auto;
}

footer a {
	border-bottom: #fff 1px solid;
	display: block;
	text-align: center;
}

footer .footer-bottom {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	header h1 img {
		width: 30%;
	}

	.content {
		width: 90%;
	}

	#section02 .btn-seikyuu img,
	#section02 .btn-tel img {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	tr td input[type=text]:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	header h1 img {
		width: 45%;
	}

	#section03 {
		padding: 0 0 120px;
	}
}




.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1100px;
	width: 100%;
	display: flex;
	opacity: 0;
	z-index: -1;
	transition: all 0.6s ease;
}

.fixed-footer.active {
	z-index: 100;
	opacity: 1;
}

.fixed-footer.is-hidden {
	opacity: 0;
	z-index: -1;
}

.fixed-footer__item {
	flex: 1;
}

.fixed-footer__item.mail {
	background-color: #e83828;
}

.fixed-footer__item.tel {
	background-color: #00910d;
}

.fixed-footer__link {
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.fixed-footer__link p {
	color: white;
	font-size: 22px;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
}

.fixed-footer__link p span {
	border-radius: 3px;
	margin-top: 5px;
	background-color: white;
	display: flex;
	padding: 2px 5px;
	align-items: center;
	justify-content: center;
	color: #00910d;
	font-size: 16px;
	letter-spacing: -0.05em;
}

.fixed-footer__img.mail {
	width: 40px;
	margin-bottom: 10px;
}

.fixed-footer__img.tel {
	width: 24px;
	margin-bottom: 5px;
}
@media screen and (max-width: 400px) {
	.fixed-footer__link p {
		font-size: 13px;
	}
	.fixed-footer__link p span {
		font-size: 10px;
	}
}
