@charset "UTF-8";

/* header top only
-------------------------------------------------------------*/
#top #header .top_only{display:block;}
#top #header .inp_only{display:none;}

#top #header .nav .top_inv{display:block;}

/* mv
-------------------------------------------------------------*/
#mv {
  width: 100%;
  min-height: 480px;
  position: relative;
}

#top #mv .inner { padding: 5vh 0 0; }

#top #mv .ttl {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
line-height:1.6;
text-align:center;
}

#top #mv .ttl span {
  font-size: 32px;
  font-weight:600;
  margin-bottom: 20px;
  display: block;
}
#top #mv .btn_area { width: 100%; }

#top #mv .btn_type02 {
  position: relative;
  padding: 22px 40px 22px 24px;
  background: #b5b5b5;
  line-height: 1.1;
  text-align: left;
}
#top #mv .btn_type02:hover {
  background: #8a8a8a;
}
#top #mv .btn_type02 i {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  right: 15px;
  top: 50%;
}


#top #mv .btn_type02 i img {
  width: 18px;
  height: 14px;
}

#top #mv .btn_type02 span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.bg-slider {
	width: 100vw;
	height: 100vh;

	background-position:74% center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* top_news
-------------------------------------------------------------*/
#top_news { margin: 40px 0; }
#top_news .news_list li { padding: 15px 0; }
#top_news .news_list li:last-child { border: none; }
#top_news .st { font-family: 'Noto Sans JP', sans-serif; }
#top_news .st span { font-family: "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }

#top_news .news_wrap .more_btn a {
  width: 90px;
}
/* link
-------------------------------------------------------------*/
#ind_link{margin-bottom:50px;}
#ind_link>div {
  width: 100%;
  position: relative;overflow:hidden;padding-bottom:1px;
}


#ind_link>div>img {
  height: 100%;
  right: 0%;
  position: absolute;
}

#ind_link dl {
  font-weight: bold;
  text-align: center;
  padding: 30px 15px;
  border: 10px solid #efefef;
  background-color: #fafafa;
}

#ind_link dt {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
}

#ind_link dt img { vertical-align:middle;width: 30px; }

#ind_link dd a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  margin-top: 10px;
  padding: 20px 15px 10px;
  border: 3px solid #c6f300;
  width: 80%;
  display: inline-block;
  position: relative;
  border-radius:40px;
}

#ind_link dd a:hover {
  color: #000!important;
  background: #fff!important;
}

#ind_link dd a.ind_gaisyoku {
  border-color: #a8cc01;
  background: #a8cc01;
}

#ind_link dd a.ind_insyoku {
  border-color: #02acd0;
  background: #02acd0;
}

#ind_link dd a:hover {
  color: #fff;
  text-decoration: none;
}



/**/
#comapp {
  text-align: center;
  padding: 40px 0;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  position: relative;
}
#comapp h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

#comapp .btn_area a.btn_type02{
    background:#00215B;
}
#comapp .btn_area a.btn_type02:hover{
    opacity:0.8;
}