@charset "UTF-8";

/*-------------------------------------
 gNav
-------------------------------------*/
/*.gNav {
	margin: 0 0 20px 0;
}
.gNav > .inner > ul > li {
	min-height: 78px;
}*/


/*-------------------------------------
 title
-------------------------------------*/
.topTitleStyle01 {
	margin: 0 0 30px 0;
	text-align: center;
}
.topTitleStyle01 span {
	position: relative;
	display: inline-block;
	color: #347542;
	padding: 0 0 15px 0;
	font-size: 187.5%;
	letter-spacing: 0.05em;
}


/*-------------------------------------
 topVisual
-------------------------------------*/
.topVisual {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.topVisual img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	margin-left: -700px;
}


/*-------------------------------------
 topMenu
-------------------------------------*/
.topMenu .inner {
	padding-top: 40px;
	padding-bottom: 20px;
}
.topMenuList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}
.topMenuList li {
	width: 50%;
	flex-shrink: 0;
	padding: 0 20px 20px 0;
}
.topMenuList li:nth-child(even) {
	margin-left: auto;
	padding: 0 0 20px 20px
}
.topMenuList li:nth-child(even) a {
	margin-left: auto;
}
.topMenuList li a {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 420px;
	min-height: 90px;
	height: 100%;
	padding: 0 40px;
	color: #fff;
	font-size: 150.0%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 5px;
	background: linear-gradient(to right, #018936, #026e1b);
	background: linear-gradient(to right, #016019, #015212);
}
.topMenuList li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/data/900000024.png) no-repeat 0 0 / 7px 12px;
}


/*-------------------------------------
 topNews
-------------------------------------*/
.topNews {
	background: #f0f1f5;
}
.topNews .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.topNewsBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
	background: #fff;
}
.topNewsList {
	margin: -25px 0 30px 0;
}
.topNewsList .row {
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 25px 0;
	font-size: 87.5%;
	line-height: 1.9;
}
.topNewsList .date {
	width: 190px;
	padding: 0 10px 0 0;
	font-weight: bold;
	flex-shrink: 0;
}
.topNewsList .item {
	width: 100%;
}
.topNewsList .txt {
	margin-bottom: 10px;
}
.topNewsList .ico {
	margin-top: 2px;
}
.topNewsList .icoBlank {
	margin-top: 7px;
}
.topNewsBtn {
	text-align: center;
}
.topNewsBtn a {
	display: inline-block;
	min-width: 252px;
	height: 40px;
	color: #fff;
	font-size: 87.5%;
	line-height: 40px;
	text-decoration: none;
	border-radius: 30px;
	background: url(/data/900000024.png) no-repeat right 18px center / 7px 12px #52545c;
}









/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*-------------------------------------
 title
-------------------------------------*/
.topTitleStyle01 {
	margin: 0 0 20px 0;
}
.topTitleStyle01 span {
	font-size: 143.8%;
}


/*-------------------------------------
 topVisual
-------------------------------------*/
.topVisual {
	height: auto;
	margin: 0 0 25px 0;
}
.topVisual img {
	position: static;
	top: auto;
	left: auto;
	max-width: 100%;
	margin-left: 0;
}


/*-------------------------------------
 topMenu
-------------------------------------*/
/*.topMenu {
	display: none;
}*/
.topMenu .inner {
	padding-top: 10px;
	padding-bottom: 20px;
}
.topMenuList li {
	padding: 0 5px 20px 0;
}
.topMenuList li:nth-child(even) {
	padding: 0 0 20px 5px
}
.topMenuList li a {
	min-height: 55px;
	height: 100%;
	padding: 0 20px;
	font-size: 87.5%;
}
.topMenuList li a:hover {
	opacity: 0.8;
}


/*-------------------------------------
 topNews
-------------------------------------*/
.topNews .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.topNewsList .row {
	flex-wrap: wrap;
	padding: 30px 0;
	line-height: 1.8;
}
.topNewsBox {
	padding: 15px 10px 38px 10px;
}
.topNewsList {
	margin: -25px 0 38px 0;
}
.topNewsList .item {
	padding: 6px 0 0 0;
}
.topNewsBtn a {
	min-width: 200px;
	height: 45px;
	font-size: 87.5%;
	line-height: 45px;
	background-position: right 15px center;
}







}










/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

.topMenuList li a,
.topNewsBtn a {
	text-decoration: none;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.topMenuList li a:hover,
.topNewsBtn a:hover {
	opacity: 0.8;
}
.topNewsList a:hover .txt {
	text-decoration: none;
}


}




