@charset "UTF-8";

.-sp {
	display: none;
}
.-pc {}

.slick-track {
	display: flex !important;
	align-items: center;
}

.hero {
	position: relative;
}

.hero_intro {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	background-image: url("./img-hero-intro@2x.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero_intro_cnt {
	text-align: center;
}

.hero_intro_logo {
}

.hero_intro_catch {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}

.hero_intro_catch em {
	font-size: 22px;
}

.contact {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
}
.contact p {
	font-size: 16px;
	font-weight: bold;
}
.contact a {
	font-size: 18px;
	font-weight: bold;
}


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

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
	.-sp {
		display: block;
	}
	.-pc {
		display: none;
	}
	.hero {
	}

	.hero_intro {
		background-image: url("./img-hero-intro-sp@2x.jpg");
		padding-bottom: 30%;
	}

	.hero_intro_cnt {
	}

	.hero_intro_logo {
	}

	.hero_intro_logo img {
		width: 250px;
	}

	.hero_intro_catch {
	}

	.hero_intro_catch em {
	}

	

}
