@charset "utf-8";

.index_5 .index_inner .index_bxR {
  float: none;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  height: 560px;
  justify-content: center;
  align-items: center;
}

.index_5 a.link {
  transition: 0.7s;
}

.index_5 a.link:hover {
  transition: 0.7s;
  opacity: 0.7;
}



/**** Add CSS  ****/

/* header
========================================================== */
#header { width:100%;  margin:0; padding:0; position: fixed; top: 0; z-index:999; }
#header .head_inner { max-width:980px; width: 100%; margin:0 auto; padding: 0; }
#header .head_inner .navi {
    display: flex;
	align-items: center;
}
#header .head_inner .navi li a {
    display: block;
}

.head_inner__top {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.header__link-banner {
    max-width: 1040px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto;
}

.header__link-banner li {
	max-width: 490px;
  /* height: 66px; */
}

.header__link-banner li:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin-left: 20px;
  height: 52px;
}
.header__link-banner li:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__link-banner li a {
	display: flex;
  align-items: flex-end;
	text-align: center;
}

.header_igk_as,
.header_igk {
  height: 52px;
  width: auto;
}

/* ヘッダーのSNSアイコンに関するCSS */

.header_sns_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  width: 80px;
  text-align: center;
}

.header_sns_icon {
  width: 30px;
  height: 30px;
  text-align: center;
}
.header_sns_icon:nth-child(1) {
  margin-right: 5px;
}

.header_kengaku_icon {
  height: 22px;
  /* width: 66px; */
}

.header_hojokin {
  height: 52px;
  margin-left: 10px;
  /* max-width: 250px; */
}

/* ここまでヘッダーのSNSアイコンに関するCSS */

.header__inner__nav {
	margin-top: 24px;
}

.header__inner__nav__bn {
	border-left: none!important;
	max-width: 120px;
	margin-right: 20px;
	padding: 0!important;
}

.header__inner__nav__bn:last-child {
	margin-right: 0px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .header__link-banner li {
    /* max-width: 360px; */
    height: 70px;
  }

  .header__link-banner li:nth-child(3) {
    max-width: 100px;
    margin-left: 10px;
  }

  .header_igk_as,
  .header_igk {
    height: 60px;
    width: auto;
  }

  .header_sns_container {
    margin-bottom: 5px;
    width: 65px;
  }

  .header_sns_icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .header_kengaku_icon {
    /* height: 35px; */
    width: 60px;
  }

  .header_hojokin {
    height: 54px;
    margin-left: 5px;
    /* max-width: 250px; */
  }
}


section {height: 100vh!important;}


.mv-qr {
	max-width: 400px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	right: 30px;
}


/* 20250117追加 */
@media (max-width: 768px) {
	.newsline1 {
		width:100% !important;
	}
}