﻿@charset "UTF-8";

/*------------------------------------------------

   index

------------------------------------------------*/




/*--------index_img--------*/
.index_main_img{
	background: url(../img/index/main.jpg) no-repeat center;
	background-size: cover;
	height: 300px;
	margin-bottom: 80px;
}

/*--------info--------*/

.info{
	margin-top: 30px;
}
.info .bx-wrapper{
	margin-bottom: 30px;
}
.info_bnr01 li{
	text-align:center;
	margin-bottom:30px;
}

.info_btn{
	clear:both;
	margin-bottom:50px;
}
.info_btn a{
	display:block;
	text-align:center;
	width:60%;
	border:1px solid #092135;
	margin:0 auto;
	padding:20px 0;
	background:url(../img/common/icon/arrow_db.svg) right 15px center no-repeat;
	background-size:auto 30%;
	font-size:120%;
	color:#092135 !important;
}
.info_btn a:hover{
	color:#fff !important;
	background:#092135 url(../img/common/icon/arrow_wh.svg) right 15px center no-repeat;
	background-size:auto 30%;
}

.info_bnr02 li{
	width:33.3%;
	float:left;
}
.info_bnr02 li a{
	display:block;
	text-indent:4em;
	width:90%;
	margin:0 auto;
	font-size:120%;
	line-height:100%;
	padding:20px 0;
	color:#fff !important;
	background-size:auto 70%;
	position:relative;
}
.info_bnr02 li a:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	background:url(../img/common/icon/arrow_wh.svg) center center no-repeat;
	background-size:auto 80%;
}
.ib02_01{
	background:#932E3C url(../img/common/icon/ib02_01_bg.svg) left 10px center no-repeat;
}
.ib02_02{
	background:#305E12 url(../img/common/icon/ib02_02_bg.svg) left 10px center no-repeat;
}
.ib02_03{
	background:#145072 url(../img/common/icon/ib02_03_bg.svg) left 10px center no-repeat;
}


/*--------news--------*/
.news{
	background:url(../img/index/news_bg.jpg) center center no-repeat;
	background-size:100% auto;
	position:relative;
	padding:80px 0;
	z-index:0;
}
.news:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(218,218,207,0.94);
	left:0;
	top:0;
	z-index:-10;
}
.news_in{
	background:#fff;
	box-shadow:0 0 10px #ccc;
	padding:40px 0;
}
.news_tit{
	text-align:center;
	font-size:45px;
	line-height:100%;
}
.news_tit span{
	display:block;
	text-align:center;
	font-size:20px;
	line-height:100%;
	clear:both;
	position:relative;
	margin:20px 0 50px;
}
.news_tit span:after{
	content:"";
	width:150px;
	height:1px;
	background:#000;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:auto;
}
.news_list{
	padding:0 50px;
	margin-bottom:20px;
	z-index:100;
}
.news_con .txt{
	width:65%;
	float:left;
}
.news_con .txt a{
	color:#333 !important;
}
.news_btn{
	padding:0 50px;
}
.news_btn a{
	display:block;
	padding:10px 40px;
	line-height:100%;
	border:1px solid #092135;
	color:#092135 !important;
	position:relative;
	float:right;
}
.news_btn a:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	background:url(../img/common/icon/arrow_db.svg) center center no-repeat;
	background-size:auto 80%;
}
.news_btn a:hover{
	background:#092135;
	color:#fff !important;
}
.news_btn a:hover:after{
	background:url(../img/common/icon/arrow_wh.svg) center center no-repeat;
	background-size:auto 80%;
}



/*--------Facebook--------*/

.facebook_tit{
	text-align:center;
	font-size:45px;
	line-height:100%;
	margin-bottom:20px;
}
.facebook_con{
	text-align:center;
}


/*--------learning--------*/
.learning{
	border-top:3px solid #092135;
}
.learning_tit{
	text-align:center;
	font-size:45px;
	line-height:100%;
	margin-top:50px;
	margin-bottom:30px;
}
.learning_tit span{
	display:block;
	text-align:center;
	font-size:20px;
	line-height:100%;
	clear:both;
	position:relative;
	margin:20px 0 50px;
}
.learning_tit span:after{
	content:"";
	width:150px;
	height:1px;
	background:#000;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:auto;
}
.learning_con{
	clear:both;
}
.lc_left{
	width:50%;
	padding:50px 0;
	float:left;
	position:relative;
	overflow:hidden;
}
.lc_left:before{
	content:"";
	width:100%;
	height:110%;
	background:#DADACF;
	position:absolute;
	right:50px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-10;
}
.lc_right{
	width:50%;
	padding:50px 0;
	float:right;
	position:relative;
	overflow:hidden;
}
.lc_right:before{
	content:"";
	width:100%;
	height:110%;
	background:#DADACF;
	position:absolute;
	left:50px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-10;
}
.lc_left ul{
	width:490px;
	float:right;
	margin-right:25px;
}
.lc_right ul{
	width:490px;
	float:left;
	margin-left:25px;
}

.lc_left ul li,.lc_right ul li{
	margin-bottom:20px;
}
.lc_left ul li:last-child,.lc_right ul li:last-child{
	margin-bottom:0;
}
.lc_left ul li a,.lc_right ul li a{
	display:block;
	width:100%;
	height:190px;
	background:#092135 url(../img/index/lc_bnr_bg.svg) center bottom -130px no-repeat;
	background-size:100% auto;
	color:#fff !important;
	position:relative;
	font-size:150%;
}
.lc_left ul li a:hover,.lc_right ul li a:hover{
	opacity:1.00 !important;
	filter: alpha(opacity=100) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)" !important;  /* ie 8 */
	background:#486D21 url(../img/index/lc_bnr_bg.svg) center bottom -130px no-repeat;
	background-size:100% auto;
}
.lc_left ul li a:after,.lc_right ul li a:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	top:0;
	bottom:0;
	right:5%;
	margin:auto;
	background:url(../img/common/icon/arrow_wh.svg) center center no-repeat;
	background-size:auto 100%;
}
.lc_left ul li a:before,.lc_right ul li a:before{
	content:"";
	width:150px;
	height:150px;
	position:absolute;
	left:-5%;
	top:0;
	bottom:0;
	margin:auto;
}

.lc_bnr01 a:before{
	background:url(../img/index/lc_bnr01_bg.png) center center no-repeat;
}
.lc_bnr02 a:before{
	background:url(../img/index/lc_bnr02_bg.png) center center no-repeat;
}
.lc_bnr03 a:before{
	background:url(../img/index/lc_bnr03_bg.png) center center no-repeat;
}
.lc_bnr04 a:before{
	background:url(../img/index/lc_bnr04_bg.png) center center no-repeat;
}
.lc_bnr05 a:before{
	background:url(../img/index/lc_bnr05_bg.png) center center no-repeat;
}
.lc_bnr06 a:before{
	background:url(../img/index/lc_bnr06_bg.png) center center no-repeat;
}


.lc_left ul li a p,.lc_right ul li a p{
	padding:10% 0 0 30%;
}
.lc_left ul li a p span.font_j,.lc_right ul li a p span.font_j{
	display:block;
	font-size:80%;
	line-height:100%;
	clear:both;
	position:relative;
	margin-top:20px;
}
.lc_left ul li a p span.font_j:after,.lc_right ul li a p span.font_j:after{
	content:"";
	width:50%;
	height:1px;
	background:#fff;
	position:absolute;
	top:-10px;
	left:0;
}


.other-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other-list li{
	width: 49%;
	margin-bottom: 15px;
}
.other-list li a{
	display: block;
	text-align: center;
	color: #fff;
	background: #092135;
	line-height: 1;
	padding: 25px 0;
}



.wrap.-index {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: top;
		-ms-flex-align: top;
			align-items: top;
  }
  
  .wrap.-index .main-block {
	width: calc(100% - 280px);
	min-width: 1000px;
	margin-left: 280px;
	position: relative;
  }
  
  .sidenav-block {
	position: fixed;
	width: 280px;
	height: 100vh;
	z-index: 1000;
	background: #efefef;
  }
  
  .sidenav-inner h1 a {
	display: block;
	color: #092135;
	text-align: center;
	padding: 45px 0;
	line-height: 1;
  }
  
  .sidenav-inner h1 a p {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
  }
  
  .sidenav-inner h1 a .name {
	font-size: 18px;
	margin: 10px 0 5px;
  }
  
  .sidenav-inner h1 a span {
	font-size: 11px;
	font-weight: 600;
  }
  
  .sidenav-inner .menu-box ul {
	border-top: 1px solid #bbbbbb;
  }
  
  .sidenav-inner .menu-box ul li {
	border-bottom: 1px solid #bbbbbb;
  }
  
  .sidenav-inner .menu-box ul li a {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	padding: 10px 15px;
	color: #092135;
	font-weight: 500;
  }
  
  .sidenav-inner .menu-box ul li a:hover {
	background: #092135;
	color: #fff;
	opacity: 1.0;
  }

.hamburger-menu{
    overflow-y:auto;
    height: calc(90vh - 153px);
    padding-bottom: 10vh;
}


  /*以下上書きcss*/

  .bx-wrapper .bx-controls-direction a{
	z-index: 0!important;
  }

  .scroll_nav{
	left:auto; /* 左から0の位置に固定 */
	right: 0;
	width: calc(100% - 280px);
	min-width: 1000px;
  }
  /*以下上書きcss*/


/*20240315 add shirahama*/
.index-read{
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-read-inner{
	width: calc(85% - 20px - 4px);
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 20px 10px;
}

.index-read-inner .-title{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
/*20240315 add shirahama*/


@media screen and (max-width: 1400px){

	.content_width{
		width: 1000px;
	}
	.nav-block>ul {
		min-width: 1000px;
	}
	.bx-wrapper .bx-prev {
		left: 0px!important;
	}
	.bx-wrapper .bx-next {
		right: 0px!important;
	}
	.nav-block>ul>li>ul>li:first-child:after {
        left: -180px;
    	width: 160px;
	}
	.nav-block>ul>li>ul {
	    padding: 20px 20px 20px 200px;
	}
	.nav-block>ul>li>ul>li {
    	width: calc((100% - 10px - 200px) / 3);
	}
	.nav-block>ul>li>ul>li>a {
	    font-size: 14px;
	}
}

@media screen and (max-width: 1200px){

	.hed_top h1 a {
		font-size: 16px;
	}
	
	.content_width{
		width: 900px;
	}
	.nav-block>ul {
		min-width: 900px;
	}
	.bx-wrapper .bx-prev {
		left: -10px!important;
	}
	.bx-wrapper .bx-next {
		right: -10px!important;
	}

	.wrap.-index .main-block {
		width: calc(100% - 210px);
		min-width: 900px;
		margin-left: 210px;
	  }
	  
	.sidenav-block {
		width: 210px;
	}

	.sidenav-inner .menu-box ul li a {
		font-size: 15px;
		padding: 10px 10px;
	}

	.lc_left ul,.lc_right ul{
		width: 430px;
	}

}

@media screen and (max-width: 480px) {

.hed_top h1 {
    display: block;
}
.hed_top h1 a {
	font-size: 14px;
}

.index_main_img{
	height: 200px;
    margin-bottom: 30px;
}
.info_bnr01 img{
	max-width: 80%!important;
}

.bx-wrapper {
	margin-bottom: 30px!important;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px!important;
    height: 30px!important;
	background-size: 30px;
}
.bx-wrapper .bx-next {
    right: 5px!important;
}

.bx-wrapper .bx-prev {
    left: 5px!important;
}

.content_width{
	width: 100%;
}
.nav-block>ul {
	min-width: 96%;
}


.info_btn a{
	line-height: 1.4;
	width:70%;
	padding:10px 15px 10px 10px;
	background:url(../img/common/icon/arrow_db.svg) right 5px center no-repeat;
	background-size:auto 15px;
	font-size:90%;
}
.info_btn a:hover{
	background:#092135 url(../img/common/icon/arrow_wh.svg) right 5px center no-repeat;
	background-size:auto 15px;
}



.info_bnr02 li{
	width:100%;
	float:none;
	margin-bottom:10px;
}
.info_bnr02 li a{
	width:95%;
}
.news{
	padding:10px 0;
}
.news_list{
	padding:0 5px;
	margin-bottom:10px;
}
.news_con .txt{
	width:100%;
	float:none;
}
.news_btn{
	padding:0 50px;
}
.news_btn a{
	margin:0 auto;
	float:none;
	text-align:center;
}

.facebook{
	display:none;
}


.lc_left,.lc_right{
	width:100%;
	margin:0;
	padding:0;
	float:none;
}
.lc_left:before,.lc_right:before{
	display:none;
}
.lc_left ul,.lc_right ul{
	width:100%;
	margin:0;
}
.lc_left ul li:last-child,.lc_right ul li:last-child{
	margin-bottom:20px;
}
.lc_left ul li a,.lc_right ul li a{
	width:100%;
	height:150px;
	background:#092135 url(../img/index/lc_bnr_bg.svg) center bottom -80px no-repeat;
	background-size:100% auto;
	font-size:130%;
}
.lc_left ul li a:before,.lc_right ul li a:before{
	content:"";
	width:100px;
	height:100px;
	position:absolute;
	left:1%;
	top:0;
	bottom:0;
	margin:auto;
}

.lc_bnr01 a:before{
	background-size:100px 100px;
}
.lc_bnr02 a:before{
	background-size:100px 100px;
}
.lc_bnr03 a:before{
	background-size:100px 100px;
}
.lc_bnr04 a:before{
	background-size:100px 100px;
}
.lc_bnr05 a:before{
	background-size:100px 100px;
}
.lc_bnr06 a:before{
	background-size:100px 100px;
}
.lc_left ul li a:after,.lc_right ul li a:after{
	display:none;
}

	.other-list {
		justify-content: center;
	}
	.other-list li{
		width:96%;
	}

  .wrap.-index .main-block {
	margin-left: 0;
	min-width: initial;
	width: 100%;
  }
  .sidenav-block {
	display: none;
  }


	.index-read-inner{
		width: calc(95% - 20px - 4px);
	}

	.index-read-inner .-title{
		text-align: left;
	}
	

}