@charset "utf-8";
.mainWrap {
	position: relative;
}
.mainWrap .bxslider li {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	padding: 15% 0;
}
.mainWrap .bxslider li.slide01 {background-image: url(../img/home/slide01.jpg);}
.mainWrap .bxslider li.slide02 {background-image: url(../img/home/slide02.jpg);}
.mainWrap .bxslider li.slide03 {background-image: url(../img/home/slide03.jpg);}
.mainWrap .bxslider li.slide04 {background-image: url(../img/home/slide04.jpg);}
.mainWrap .bxslider li.slide05 {background-image: url(../img/home/slide05.jpg);}
.main_titleBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 51.5%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.main_title {
	margin: 2.9% 0 0 -6.5%;
	width: 81.8%;
}

/*---------------------------------------------------------
 sec1
 ---------------------------------------------------------*/
.sec1{
	background-image: url(../img/home/sec1_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2996px auto;
	padding: 140px 0 95px;
	text-align: center;	
	overflow: hidden;
}
.sec1_title{
	color: #70B538;
	margin-bottom: 90px;
	font-size: 62px;
	font-weight: bold;
}
.sec1_title span{
	display: block;
	color: #000000;
	font-size: 28px;
}
.sec1_img01{
	margin-bottom: 85px;
}
.sec1_btn {
	position: relative;
	display: block;
	border: solid 3px #70B538;
	color: #70B538;
	margin: 0 auto;
	width: 600px;
	height: 100px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_btn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	background-image: url(../img/home/sec1_icon01.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
	width: 43px;
	height: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------------------------------------------
 sec2
 ---------------------------------------------------------*/
.sec2{
	background: #719AA6;
	padding: 95px 0 140px;
	text-align: center;	
}
.sec2_title{
	color: #FFFFFF;
	margin-bottom: 60px;
	font-size: 62px;
	font-weight: bold;
}
.sec2_title span{
	display: block;
	font-size: 42px;
}
.sec2_newsList{
	margin-bottom: 85px;
}
.sec2_newsList li{
	position: relative;
	border-bottom: dotted 1px #FFFFFF;
}
.sec2_newsList li:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: solid 3px #FFFFFF;
	width: 190px;
	height: 3px;
}
.sec2_newsList li a{
	display: block;
	padding: 30px 0;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.sec2_newsList li .date{
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	letter-spacing: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec2_newsList li .title{
	display: block;
	float: right;
	padding: 0 30px;
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px);
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec2_btn {
	position: relative;
	display: block;
	background: #FFFFFF;
	color: #719AA6;
	margin: 0 auto;
	width: 330px;
	height: 62px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec2_btn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 7px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 7px solid #719AA6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width: 1249px) {
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 679px) {
.mainWrap {
	position: relative;
}
.mainWrap .bxslider li {
	padding: 0;
	height: 198px;
}
.main_titleBox {
	width: 100%;
	height: 100%;
}
.main_title {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: auto;
	width: 260px;
	height: 56px;
}	
/*---------------------------------------------------------
 sec1
 ---------------------------------------------------------*/
.sec1{
	padding: 50px 0 45px;
}
.sec1_title{
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.2;
}
.sec1_title span{
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.4;
}
.sec1_img01{
	margin-bottom: 40px;
}
.sec1_btn {
	width: 100%;
	max-width: 500px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
}
.sec1_btn:after{
	left: 85%;
	right: auto;
	background-size: 30px auto;
	width: 30px;
	height: 23px;
}

/*---------------------------------------------------------
 sec2
 ---------------------------------------------------------*/
.sec2{
	padding: 45px 0 60px;	
}
.sec2_title{
	margin-bottom: 30px;
	font-size: 32px;
}
.sec2_title span{
	font-size: 24px;
}
.sec2_newsList{
	margin-bottom: 40px;
}
.sec2_newsList li{
	position: relative;
	border-bottom: dotted 1px #FFFFFF;
}
.sec2_newsList li:after{
	display: none;
}
.sec2_newsList li a{
	padding: 20px 0;
	font-size: 16px;
}
.sec2_newsList li .date{
	float: none;
	margin-bottom: 5px;
	width: 190px;
	text-align: left;
}
.sec2_newsList li .title{
	float: none;
	padding: 0;
	width: 100%;
}
.sec2_btn {
	width: 250px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}
.sec2_btn:after{
	width: 6px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 6px solid #719AA6;
}
}

/* Portrait */
@media screen and (max-width:479px) {
}
