@charset "UTF-8";

/*home
------------------------*/
#home {
	background-image: url("../images/index/main-bg.jpg");
	min-height: calc(100vh - 76px);
}
.home-content {
	text-align: center;
	margin-top: 10%;
}

.home-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
}


/*モバイル版
------------------------*/

@media (max-width: 600px) {
	/*home*/
	.home-content {
		margin-top: 20%;
	}
}