
/*layout*/
/*------------------------------------------------------------------------------*/

.top_section{
	width:94%;
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}

/*mainimage*/
/*------------------------------------------------------------------------------*/

#mainimage{
	position:relative;
}

.flexslider .slides > li{
    height: 500px;
    overflow: hidden;
    width: 100%;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center top;
}

#mainimage01{background-image:url(../image/mainimage04_bg.jpg);}
#mainimage02{background-image:url(../image/mainimage02_bg.jpg);}
#mainimage03{background-image:url(../image/mainimage03_bg.jpg);}
#mainimage04{background-image:url(../image/mainimage01_bg.jpg);}

/*rss*/
/*------------------------------------------------------------------------------*/

#top_news{
	position:absolute;
	bottom:20px;
	width:100%;
	z-index:100;
}
#top_news_in{
	width:94%;
	max-width:1080px;
	display:table;
	table-layout:fixed;
	margin:0 auto;
	background:#FFF;
	line-height:1.4;
}
#top_news_in *{
	vertical-align:middle;
	padding:10px 0;
}
#top_news_title{
	display:table-cell;
	width:190px;
	background:#264D73;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}
.top_rss_date{
	display:table-cell;
	width:130px;
	text-align:center;
}
.top_rss_title{
	display:table-cell;
	padding-right:20px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_rss_title a{
	color:#333;
}
#top_news_btn{
	display:table-cell;
	width:60px;
	background:#264D73;
	color:#FFF;
	text-align:center;
}
#top_news_btn a{
	color:#FFF;
	letter-spacing:0.05em;
}
#top_news_btn a:hover{
	opacity:1;
}
#top_news_btn.bl-hover{
	opacity:0.7;
}


/*section01*/
/*------------------------------------------------------------------------------*/

#top_box01_l{
	float:left;
	width:50%;
}
#top_box01_r{
	float:right;
	width:50%;
	background:#E1E8F0;
}

#top_box01_l_in{
	float:right;
	width:100%;
	max-width:580px;
	padding:50px 0;
	text-align:center;
}
#top_box01_r_in{
	float:left;
	width:100%;
	max-width:580px;
	padding:50px 0;
	text-align:center;
}

.top_box1_icon{
	margin-bottom:30px;
}
.top_box1_icon img{
	width:65px;
	height:auto;
}
#top_box01 h2{
	width:88%;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	margin:-10px auto 20px;
}

.top_box1_txt{
	width:88%;
	margin:0 auto 20px;
}

.top_box1_btn{
	width:88%;
	margin:0 auto;
	font-size:0;
}
.top_box1_btn li{
	display:inline-block;
	width:48.5%;
	margin-left:3%;
	font-size:14px;
}
.top_box1_btn li:first-child{
	margin-left:0;
}
.top_box1_btn li a{
	display:block;
	text-align:center;
	padding:10px 8%;
	line-height:1.4;
	background:#369a34;
	color:#FFF;
	font-weight:bold;
	position:relative;
}
.top_box1_btn li a:after{
	content:"";
	width:10px;
	height:10px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:20px;
	top:calc(50% - 5px);
}




.top_box1_btn2{
	width:88%;
	margin:0 auto;
	font-size:0;
}
.top_box1_btn2 li{
	display:inline-block;
	width:97.5%;
	margin-left:3%;
	font-size:14px;
}
.top_box1_btn2 li:first-child{
	margin-left:0;
	display: table;
	margin-bottom: 10px;
}
.top_box1_btn2 li a{
	display:table-cell;
	text-align:center;
	padding:10px 8%;
	line-height:1.4;
	background:#369a34;
	color:#FFF;
	font-weight:bold;
	position:relative;

	display: table-cell;
    padding: 20px;
    margin-bottom: 10px;
}
.top_box1_btn2 li a:after{
	content:"";
	width:10px;
	height:10px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:20px;
	top:calc(50% - 5px);
}





/*section02*/
/*------------------------------------------------------------------------------*/

.top_title2{
	text-align:center;
	font-size:36px !important;
	font-weight:bold;
	color:#336799;
	line-height:1.5;
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
	margin-top: -10px;
}
.top_title2 span{
	display:block;
	font-size:14px;
	color:#333;
	letter-spacing:0.05em;
}

.top_title2:after{
	content:"";
	width:60px;
	height:2px;
	background:#34689A;
	position:absolute;
	bottom:0;
	left:calc(50% - 30px);
}

.top_box02_txt{
	text-align:center;
}

#top_box5 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

#top_box5 li{
	float:left;
	width:100%;
}
#top_box5 img{
	width:100%;
	height:auto;
}

.top_box05_txt{
	margin:20px auto 0;
	font-size:12px;
	line-height:1.6;
}

#top_box5 h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:10px;
}
#top_box5 h3 span{
	display:block;
	font-size:10px;
	letter-spacing:0.05em;
	color:#888888;
	font-weight:normal;
}
.top_box05_txt p{
	width:84%;
	margin:0 auto;
}

/*top_box03*/
/*------------------------------------------------------------------------------*/

#top_box03{
	background:url(../image/common/top_bg01.jpg) no-repeat top center / cover;
}
#top_box03_in{
	display:table;
	width:94%;
	max-width:1080px;
	margin:0 auto;
}
#top_box03_in{
	display:table;
	width:94%;
	max-width:1080px;
	margin:0 auto;
}
#top_box03_in .valign_m{
	display:table-cell;
	height:450px;
	padding:30px 0;
}
#top_box03_txt{
	width:410px;
	font-size:16px;
	line-height:2;
}
#top_box03_txt h2{
	font-size:34px;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:20px;
}
.top_box3_btn a{
	display:inline-block;
	background:#369a34;
	color:#FFF;
	padding:10px 70px;
	font-weight:bold;
	position:relative;
}
.top_box3_btn a:after{
	content:"";
	width:12px;
	height:12px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:22px;
	top:calc(50% - 6px);
}


/*top_box04*/
/*------------------------------------------------------------------------------*/
#top_box04_in,#top_box05_in{
	border:1px solid #DDD;
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}
.top_box04_btn a{
	display:inline-block;
	background:#369a34;
	color:#FFF;
	padding:10px 55px;
	font-size:14px;
	font-weight:bold;
	position:relative;
}
.top_box04_btn a:after{
	content:"";
	width:10px;
	height:10px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:22px;
	top:calc(50% - 5px);
}

#top_box04_in01_l,#top_box04_in02_l,#top_box04_in03_l,#top_box04_in01_r,#top_box04_in02_r,#top_box04_in03_r{
	float:left;
	width:50%;
	display:table;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#top_box04_in01_r,#top_box04_in02_r,#top_box04_in03_r{
	float:right;
}


#top_box04_in01_r{
	background-image:url(../image/top_img06.jpg);
}
#top_box04_in02_l{
	background-image:url(../image/top_img07.jpg);
}
#top_box04_in03_r{
	background-image:url(../image/top_img08.jpg);
}

#top_box04 .valign_m,#top_box05 .valign_m{
	display:table-cell;
	height:320px;
	padding:30px 10%;
}
#top_box04 .top_title2,#top_box05 .top_title2{
	font-size:40px;
	line-height:1.4;	
}
