@charset "utf-8";

.main-visual {
	background-color: #f2f4f3;
	margin-bottom: 7%;
}

.top-message {
	margin-top: 80px;
	font-size: 28px;
	color: #303030;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}

.chose-btn-list {
	text-align: center;
	letter-spacing: -0.4em;
	margin-bottom: 120px;
	margin-left: -3%;
}

.chose-btn {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	width: calc((99.9% - 3% - 3%)/2);
	display: inline-block;
	letter-spacing: normal;
	margin-left: 3%;
	box-sizing: border-box;
}

.chose-btn a {
	border: 4px solid #0b8f4d;
	border: 4px solid #42b404;
	text-decoration: none;
	display: block;
	width: 100%;
	border-radius: 10px;
	padding: 1.8em 0;
	box-sizing: border-box;
}

.chose-btn.house a {
	color: #0b8f4d;
	color: #42b404;
	background-color: #fffde9;
}

.chose-btn.medical a {
	color: #fff;
	background-color: #0b8f4d;
	background-color: #42b404;
}

@media (max-width:1080px) {
	.chose-btn {
		font-size: 26px;
	}

	.top-message {
		margin-top: 80px;
		margin-bottom: 60px;
	}
}

@media (max-width:680px) {
	.chose-btn-list {
		margin-left: 0
	}

	.chose-btn {
		font-size: 24px;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.chose-btn a {
		padding: 30px 0 22px;
	}

	.top-message {
		font-size: 24px;
	}

	.chose-btn-list {
		margin-bottom: 80px;
	}
}

@media (max-width:575px) {

	.top-message {
		font-size: 22px;
		margin-top: 55px;
		margin-bottom: 40px;
	}

	.chose-btn-list {
		margin-bottom: 40px;
	}

}