@charset "utf-8";

/* =========================================
   新しいヘッダーのスタイル
   ========================================= */
.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  line-height: 1.6!important;
  font-family: "Noto Sans JP", sans-serif;
}
.header a {
  text-decoration: none;
  color: #333;
}

/* コンテナ幅に合わせる設定 */
.header_wrap {
  width: 90%;          /* .containerと同じ90% */
  max-width: 1400px;   /* .containerと同じ1400px */
  margin: 0 auto;
  padding: 10px 0;     /* 左右paddingを0にしてラインを揃える */
  box-sizing: border-box;
}

.header_wrap_low1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

/* ロゴ周り */
.header_logo_wrap {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header_logo_wrap h1 {
  margin: 0;
  line-height: 1;
}
.header_logo_wrap img {
  height: 50px;
  width: auto;
}
.header_totext {
  font-size: 0.8rem;
  background: #eee;
  padding: 2px 8px;
  border-radius: 2px;
}

/* 中央テキスト */
.header_center_text {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  color: #00584E;
}

/* 右側 */
.header_right {
  width: 350px;
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  word-break: keep-all;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_right .header_right_lang {
  line-height: 30px;
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_right .header_right_lang a {
  color: #000;
  text-decoration: none;
}

.header_right .header_right_text_size {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 30px;
}

.header_right .header_right_text_size:lang(en) {
  width: 250px;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap {
  width: auto;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap .header_right_text_size_btn {
  min-width: 56px;
  min-height: 30px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
  background: #B2B2B2;
  pointer-events: none;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap .header_right_text_size_btn:hover {
  opacity: 0.8;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap .header_right_text_size_btn.active {
  color: #fff;
  background: #006837;
  pointer-events: pointer;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap .header_right_text_size_btn.text_size_l {
  margin-left: 10px;
}

.header_right .header_right_text_size .header_right_text_size_btn_wrap .header_right_text_size_btn:lang(en) {
  min-width: 56px;
  padding: 0 10px;
}











/*.header_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  font-size: 0.85rem;
}
.header_right_lang {
  margin-bottom: 5px;
}
.header_right_lang a.active {
  font-weight: bold;
  color: #000;
}
.header_right_lang span {
  margin: 0 5px;
}
.header_right_text_size {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_right_text_size_btn_wrap {
  display: flex;
  gap: 2px;
}
.header_right_text_size_btn {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  cursor: pointer;
}
.header_right_text_size_btn.active {
  background: #00584E;
  color: #fff;
  border-color: #00584E;
}*/

/* PC用ナビゲーション */
.header_wrap_low2 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 2px solid #7DA288;
  background: #fff;
}

.header_wrap_low2 li {
  flex: 1;
  text-align: center;
  border-right: 2px solid #eee; 
  display: flex; 
}

.header_wrap_low2 li:last-child {
  border-right: none;
}

.header_wrap_low2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #00584E;
  transition: background 0.2s;
  box-sizing: border-box;
  line-height: 1.4;
}

.header_wrap_low2 li:nth-of-type(1) a {padding: 10px 5px 10px 40px; background: url("../img/home.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(2) a {padding: 10px 5px 10px 40px; background: url("../img/mont.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(3) a {padding: 10px 5px 10px 40px; background: url("../img/bil.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(4) a {padding: 10px 5px 10px 40px; background: url("../img/member.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(5) a {padding: 10px 5px 10px 40px; background: url("../img/soudan.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(6) a {padding: 10px 5px 10px 40px; background: url("../img/info.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(7) a {padding: 10px 5px 10px 40px; background: url("../img/database.png") no-repeat left 10px center / 1.5em;}
.header_wrap_low2 li:nth-of-type(8) a {padding: 10px 5px 10px 40px; background: url("../img/tool.png") no-repeat left 10px center / 1.5em;}


/* PC（=既定）：改行させる。縦積み */
.header_wrap_low2 a {
  flex-direction: column;   /* 子要素を縦に並べる */
}

/* 各行パーツ */
.header_wrap_low2 a .pc_line {
  display: block;
}

@media screen and (max-width: 1280px) {
.header_wrap_low2 li:nth-of-type(1) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(2) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(3) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(4) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(5) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(6) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(7) a {padding: 10px 5px 10px 40px;}
.header_wrap_low2 li:nth-of-type(8) a {padding: 10px 5px 10px 40px;}
}

.header_wrap_low2 a:hover, 
.header_wrap_low2 a.active {
  background: #EAF4F2;
}


/* スマホ用ナビゲーション（初期は非表示） */
.sp { display: none; }
.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,0.98);
  z-index: 900;
  overflow-y: auto;
  padding-top: 60px;
}
.navigation.active {
  display: block;
}
.navigation_wrapper {
  padding: 20px;
}
.navigation_item {
  border-bottom: 1px solid #ddd;
}
.navigation_item a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  color: #00584E;
}
.navigation_footer {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 20px;
}
.navigation_footer_link_area a {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-decoration: underline;
}

/* ハンバーガーボタン */
.el_humburger {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.el_humburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00584E;
  transition: all .4s;
}
.el_humburger span.top { top: 0; }
.el_humburger span.middle { top: 10px; }
.el_humburger span.bottom { bottom: 0; }

/* ハンバーガーのアクティブ（×印）状態 */
.el_humburger.active span.top {
  transform: rotate(45deg);
  top: 10px;
}
.el_humburger.active span.middle {
  opacity: 0;
}
.el_humburger.active span.bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  top: 10px;
}


/* =========================================
   フッターのスタイル
   ========================================= */
#link_area {
  background: #F3F3F3;
  min-height: 212px;
}

#link_area .link_area_wrap {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  padding: 58px 0 38px;
}

#link_area .link_title {
  font-size: 25px;
  padding-left: 14px;
  padding-right: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#link_area .banner_wrap {
  width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
          align-items: center;
}

#link_area .banner_wrap a {
  margin-bottom: 20px;
}

#link_area .banner_wrap a.banner_position_right {
  margin-left: 360px;
}

#footer {
  height: 175px;
}

#footer .footer_wrap {
  max-width: 1000px;
  margin: auto;
}

#footer .footer_wrap .footer_inner .footer_corp_num {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 0;
  text-decoration: none;
  pointer-events: none;
  color: #000;
}

#footer .footer_wrap .footer_inner .footer_corp_num a {
  text-decoration: none;
  pointer-events: none;
  color: #000;
}

#footer .footer_wrap .footer_inner .footer_link_area {
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer_wrap .footer_inner .footer_link_area a {
  font-size: 14px;
  line-height: 25px;
  color: #007245;
  text-decoration: none;
}

#footer .footer_wrap .footer_inner .footer_copy {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 27px;
}

#footer .footer_top_link {
  background: #006837 URL("../img/totop_arrow.svg");
  background-size: 21px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: none;
  position: fixed;
  margin-bottom: 48px;
  right: 100px;
  width: 72px;
  height: 72px;
  -webkit-transition: none;
  transition: none;
  text-indent: -9999px;
  overflow: hidden;
}


/* =========================================
   スマホ用レスポンシブスタイル
   ========================================= */
@media (max-width: 768px) {
  .sp { display: block; }
  .pc { display: none; }

  /* ヘッダー周りの調整 */
  .navigation_screen a{font-size: 3.4vw;}
  .header_wrap_low1 { margin-bottom: 0; }
  .header_right { display: none; }
  .header_center_text { font-size: 0.9rem; }
  .header_logo_wrap img { height: 40px; }
  .header_totext { display: none; }
  
  .header_logo_wrap{
  	width: auto;
  }
  
  .header_center_text{
  	/*position: absolute;
	left:0;
	right:0;
	margin: 0 auto;*/
  }
  
  .el_humburger_outer{
  	padding-left: 82px;
  }
  
.navigation_item a{
	padding-left: 3em;
}

.navigation_item:nth-of-type(1) a {background: url("../img/home.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(2) a {background: url("../img/mont.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(3) a {background: url("../img/bil.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(4) a {background: url("../img/member.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(5) a {background: url("../img/soudan.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(6) a {background: url("../img/info.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(7) a {background: url("../img/database.png") no-repeat left 10px center / 1.3em;}
.navigation_item:nth-of-type(8) a {background: url("../img/tool.png") no-repeat left 10px center / 1.3em;}
  
  /* フッター周り */
  #link_area {
    min-height: auto;
  }
  #link_area .link_area_wrap {
    display: block;
    padding: 0;
  }
  #link_area .link_title {
    font-size: 4.13333vw;
    padding: 5.6vw 0;
    display: block;
    text-align: center;
  }
  #link_area .banner_wrap {
    margin: auto;
    height: auto;
    width: 85.6vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3.2vw;
  }
  #link_area .banner_wrap a {
    margin: 0 0 4vw;
  }
  #link_area .banner_wrap a.banner_position_right {
    margin-left: 45.6vw;
  }
  #link_area .banner_wrap img {
    width: 40vw;
    height: auto;
    /*height: 16vw;*/
  }
  #footer .footer_wrap {
    padding-bottom: 5.33333vw;
  }
  #footer .footer_wrap .footer_inner .footer_corp_num {
    font-size: 2.26667vw;
    line-height: 4.13333vw;
    padding: 1.86667vw 0 3.46667vw;
  }
  #footer .footer_wrap .footer_inner .footer_link_area {
    margin: 0 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .footer_wrap .footer_inner .footer_link_area a {
    width: 50%;
    font-size: 2.66667vw;
    line-height: 3.2vw;
    margin-bottom: 2.13333vw;
  }
  #footer .footer_wrap .footer_inner .footer_link_area a:nth-child(even) {
    text-indent: 2.4vw;
  }
  #footer .footer_wrap .footer_inner .footer_copy {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0.06667vw;
    text-align: center;
    margin-top: 2.66667vw;
  }
  #footer .footer_top_link {
    background: #006837 URL("../img/totop_arrow.svg");
    background-size: 3.2vw 1.6vw;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: none;
    position: fixed;
    margin-bottom: 6.4vw;
    bottom: 5.06667vw;
    width: 10.66667vw;
    height: 10.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #footer .footer_top_link.link {
    margin-bottom: 13.4vw;
  }
}