@charset "UTF-8";
/* -------------------------------------------------- */
/* トップ index.html */
/* -------------------------------------------------- */
/* メインビジュアル */
/* -------------------------------------------------- */
#topMv {
	width: 100%;
	height: 1070px;
	max-height: 1070px;
	min-height: 750px;
	padding: 60px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(../../img/top/fv.jpg) center center no-repeat;
	background-size: cover;
}

/* キャッチコピー */
#topMvInner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

#topMvMessage {
	width: 710px;
	padding: 65px 0;
	border-radius: 20px;
	background-color: #FFFFFF;
}

#topMvMessageHead {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 6.2rem;
	line-height: 1.29032;
	letter-spacing: 0.025em;
	color: #0D8E52;
	font-weight: 900;
	white-space: nowrap;
}

#topMvMessageBody {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 1.9rem;
	line-height: 1.89474;
	letter-spacing: 0em;
	color: #747474;
	font-weight: 700;
	white-space: nowrap;
	word-break: break-all;
}

#topMvMessageBody span:nth-child(1) {
	letter-spacing: 0.06em;
}

#topMvMessageBody span:nth-child(2) {
	letter-spacing: 0.01em;
}

#topMvMessageBody span:nth-child(3) {
	letter-spacing: 0.01em;
}

#topMvMessageBody span:nth-child(4) {
	letter-spacing: -0.045em;
}

#topMvMessageLink {
	width: 570px;
	margin: 0 auto;
}

#topMvMessageLink a {
	padding: 36px 0;
	display: block;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	background-color: #0D8E52;
	border-radius: 50px;
	box-shadow: 0px 10px 0px #02743F;
	transition: all 0.3s ease-in-out 0s;
}

#topMvMessageLink a:hover {
	-webkit-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
	box-shadow: 0px 0px 0px #02743F;
	opacity: 1;
}

#topMvMessageLink a span {
	padding: 12px;
	padding-left: 55px;
	background: url(../../img/common/ic_btn_dl.png) left center no-repeat;
	background-size: 41px auto;
}

/* お知らせ */
#topNewsHead {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 12px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	color: #0D8E52;
	font-weight: 900;
	white-space: nowrap;
	border-bottom: 1px solid #0D8E52;
}

#topNewsBody {
	margin: 0 70px 30px;
	padding: 0;
	line-height: 1.8;
	color: #747474;
	font-weight: 700;
}

#topNewsBody dt{
	width: 6em;
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
}

#topNewsBody dd{
	margin: 0 0 10px;
	padding: 0 0 10px 8em;
	border-bottom: 1px dotted #ccc;
}

#topNewsBody a{
	color: #747474;
}

#topNewsBody a:hover{
	color: #0D8E52;
}

#topNewsBody span{
	font-size: 1.4rem;
	font-weight: 500;
}

