@charset "utf-8";
/* CSS Document */

/*
----------------------------------------- Local Page */

/*********************** Common Page ***************************/
.btnMenuSp {
	display: block;
	cursor: pointer;
	top: 20px;
	right: 10px;
	position: absolute;
	width: 30px;
	height: 38px;
	z-index: 10;
}

/*********************** Index Page ***************************/

/* Key Visual */
.indexKvBox {
	background: url(../images/index/bg_index_kv.gif) repeat center top / 48px auto;
	padding: 66px 4% 0;
	height: 100vh;
	min-height: 400px;
	overflow: hidden;
}
.titleIndex {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.subtitleIndex {
	margin-top: 25px;
	font-size: 1.4rem;
	text-align: center;
	color: #7F583F;
	line-height: 1.6;
}
.kvBox__img {
	margin-top: 20px;
	text-align: center;
}

/* Menu */
.section--indexMenu {
	background: #DCF7F3 url(../images/index/bg_index_content.png) repeat left top / 10px auto;
	padding: 6% 0;
}
.hlLv02Index {
	margin-bottom: 25px;
	text-align: center;
}
.mainmenu__list {
	padding: 0 4%;
}
.mainmenu__list__item {
	margin-top: 20px;
}
.mainmenu__list__item:first-child {
	margin-top: 0;
}
.mainmenu__list__item a {
	display: block;
	border: #AAE0E8 solid 2px;
	background: #FFF url(../images/common/blt_gnav.png) no-repeat 10px center/28px auto;
	padding: 28px 10px 0 50px;
	height: 80px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	line-height: 1.4;
}
.mainmenu__list__item a.line2 {
	padding-top: 17px;
}
