@charset "utf-8";
@media print {
  #zone_body_bg {
    background: white none;
  }
}
#zone_topstage {
  width: 100%;
  padding: 0;
  background: url("../image/sitetop/img-topstage.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
}
#zone_topstage div {
  color: #fff;
  position: absolute;
  top: 40px;
  right: 10%;
}
#zone_topstage div img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#zone_topstage div h2 {
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.4;
  text-align: center;
}
#zone_topstage div h2 span {
  display: block;
  font-size: .5em;
}
#zone_topstage div h1 {
  padding-top: .4em;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.4;
  text-align: center;
}
#zone_topstage div h1 span {
  display: block;
  font-size: .5em;
}
.s_info_area_wrap .sp_on {
  display: none;
}
@media (max-width: 959px) {
  #zone_topstage {
    position: static; /*相対配置*/
    height: 200px;
    margin-top: 4em;
  }
  #zone_topstage div {
    display: none !important;
  }
  .s_info_area_wrap .sp_on {
    display: block;
  }
}
/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet {
  overflow-x: hidden;
  width: 100%;
  background-color: white;
  color: rgb(75, 75, 75); /*基本文字カラー*/
}
@media (max-width: 768px) {
  #zone_sheet {
    width: 100%;
    background-color: white;
  }
}
#zone_sheet_top {
  width: 100%;
  background-color: white;
  color: rgb(75, 75, 75); /*基本文字カラー*/
}
@media (max-width: 768px) {
  #zone_sheet_top {
    width: 100%;
    background-color: white;
  }
}
/* --------------------------------------------------
	ヘッダー層（incg-header）
-------------------------------------------------- */
/* サイト内検索のinputの装飾 */
input#bpts_keywords1 {
  margin-top: 5px;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 162px;
  height: 20px;
  padding: 2px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0084B4;
  background: #e7f0f9;
  color: #fff;
  color: #476fb6;
  border-color: #0084B4;
  border-color: #bbb;
}
/* --------------------------------------------------
	最上層（top_floor）
-------------------------------------------------- */
/*タイトルとメニュー横並び*/
.zone_header_flex {
  maegin: 0 auto;
  background: #fff;
  line-height: 1.5;

}
/*サイトタイトル*/
.zone_headre_title {
  text-align: center;
}
.zone_headre_title a {
  font-size: clamp(0.875rem, 0.511rem + 1.82vw, 1.875rem);
  text-decoration: none;
  font-weight: normal;
  color: #59A7DE !important;
}
.zone_headre_title a span.sm {
  font-size: .55em;
  display: block;
  letter-spacing: .02em;
  margin-bottom: -1em;
}
.zone_headre_title a span.sm .sm_bg {
  background: rgba(150, 195, 114, 1.00);
  color: #fff;
  padding: 0 .5em;
  border-radius: 1px;
  margin-top: -.2em;
  font-size: 0.8em;
}
@media (max-width: 1200px) {
  .zone_header_flex {
    display: block;
  }
  .zone_headre_title a span.sm {
    display: block;
    margin-bottom: -.8em;
  }
  .zone_headre_title a span.sm .sm_bg {
    display: block;
    max-width: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .zone_headre_title {
    text-align: left !important;
  }
  .zone_headre_title {
    padding: .5em 0 0 .5em;
  }
}
.zone_headre_title a:hover {
  text-decoration: none;
}
.zone_misc {
  position: relative;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border-top: 5px solid #59a7de;
}
.zone_misc li {
  margin: -.1em;
}
.zone_misc li a {
  font-size: .8em;
  text-decoration: none;
  padding: .5em 1em;
  margin: 0;
	align-items: center;
	gap:10px;
	display: flex;
	color: #666!important;
}
.zone_misc li a img{
	display: block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
  .zone_misc li{
    display: none;
  }
}
/*メニューの幅*/
.zone_mainmenu {
  z-index: 1;
  font-size: 1em;
  background-color: transparent;
  width: 100%;
  margin: 20px 0;
}
/*メニューの幅*/
.zone_mainmenu nav div {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /*メニューの幅*/
  .zone_mainmenu {
    font-size: .9em;
  }
}
@media (max-width: 1024px) {
  /*タイトルとメニュー横並び*/
  /*メニューの幅*/
  .zone_mainmenu {
    font-size: 1.2em;
    background-color: none;
    position: absolute;
    /* z-index: 9999;*/
    top: 136px;
    right: 0;
    /*	width:100%;*/
  }
  .zone_header_flex {
    display: block;
    height: 58px;
    margin-bottom: 4em;
  }
  .zone_headre_title {
    background: #fff;
    margin-bottom: 1em;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  /*サイトタイトル*/
  .zone_headre_title img {
    margin: 10px;
    width: 70%;
  }
  /*メニューの幅*/
  /*.zone_mainmenu nav div {
    margin-top:0;
}	*/
}
/* パンくずエリア */
.zone_pankuzu_div *, .zone_pankuzu_div *:after, .zone_pankuzu_div *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zone_pankuzu_div {
  max-width: 1200px;
  color: #9EC0E4;
  font-size: 0.7em;
}
.zone_pankuzu_div a {
  text-decoration: none;
}
.zone_pankuzu_div a span {
  color: #9EC0E4;
}
.zone_pankuzu_div .zone_pankuzu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone_pankuzu_div li {
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #A3A9B5;
}
.zone_pankuzu_div li::before {
  content: '›';
  width: 1.2em;
  height: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zone_pankuzu_div li:first-child img {
  margin-right: 10px;
}
.zone_pankuzu_div li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #43B5B4;
}
.zone_pankuzu_div li:last-child::before {
  content: normal;
}
.zone_pankuzu_div img {
  width: 15px;
  vertical-align: -15%;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .zone_pankuzu_div {
    font-size: .7em;
    text-align: center;
  }
}
/* ヘッダー右（サイトマップetc）のエリア*/
.zone_header_right .misc, .zone_header_right .top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: auto;
  margin: 0;
  padding: 0 2em;
}
.zone_header_right .misc li a {
  color: #fff;
  padding: 0 .4em;
  display: block;
  transition: .4s;
  width: auto;
  height: 2em;
  font-size: 11px;
  text-decoration: none;
  line-height: 2em;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: bold;
}
.zone_header_right .misc li a:hover { /* hoverで色変更 */
  color: #fff;
}
/*検索の虫眼鏡*/
/*検索窓のエリア*/
#search-wrap {
  top: 10px;
  right: 10px;
}
/*テキスト入力input設定*/
#search-text {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  width: 20px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 6px;
  border: none;
  background: #C9C9C9 url("../image/common/icon-search.svg") no-repeat 6px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 24px 24px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  color: #fff;
  cursor: pointer; /*カーソルを指マークに*/
}
/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 250px; /*テキスト入力エリアが伸びる後の横幅*/
  padding: 6px 0 6px 60px;
  box-shadow: 0 2px rgba(6, 0, 1, .26);
}
/* 上部のメニュー */
.zone_header_right .top_menu li a {
  padding: 0 1.2em;
  font-size: .92em;
}
@media (max-width: 768px) {
  .zone_header_right .misc, .zone_header_right .top_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
  }
}
/* --------------------------------------------------
	第二層（middle_floor）
-------------------------------------------------- */
/* 基本　*/
#zone_middle_floor {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1200px;
}
/* トップページのステージ */
#zone_stage {
  margin: 0px auto;
  width: 100%;
}
/* サブページのステージ */
#zone_substage {
  width: auto;
  background-image: url("/image/sitetop/bg-blue-03.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width : 768px) {
  #zone_substage {
    background-position: center center;
  }
}
#zone_substage h1 {
  font-size: clamp(1.375rem, 1.261rem + 0.57vw, 1.688rem);
  font-weight: normal;
  color: #81B4CD;
  background: rgba(255, 255, 255, .6);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(12px);
  padding: .5em 2em;
  border-radius: 100px;
}
@media (max-width: 768px) {
  #zone_stage {
    height: 170px;
  }
  #zone_substage {
    margin-top: 1em;
    overflow: hidden;
    height: auto;
  }
  #zone_substage img {
    margin-left: -75px;
  }
  #zone_middle_floor {
    padding: 0;
  }
  #zone_substage h1 {
	  height: auto;
    margin: 0;
    margin-top: 0;
    padding-bottom: 0;
	  padding: 1em 0;
    width: 100%;
    text-align: center;
    text-shadow: none;
	  font-size: .9em;
  }
	
	#zone_substage h1 span{
		display: block;
		line-height: 1.4!important;
	}
  .sp_padding {
    width: 90%;
    margin: 0 auto;
  }
}
/* メインエリア  */
#zone_mainarea {
  height: 98%;
}
@media (min-width: 769px) {
  #zone_mainarea {
    /*サイドメニューより高さを出す*/
    min-height: 380px;
  }
}
#zone_mainarea_1col {
  margin: 0 auto;
  max-width: 1100px;
  height: 98%;
  color: #333333;
}
#zone_mainarea.top {
  margin: 0;
}
@media (max-width: 768px) {
  #zone_mainarea.top {
    margin: 0;
    height: 100%;
  }
}
/* サイドエリア サブ　*/
#zone_sidearea_sub {
  /* サイドメニューを左に持ってくる場合 */ float: left;
  /* サイドメニューを右に持ってくる場合 float:none; */
  width: 235px;
  height: auto; /* 高さライトサイドに合わせるときに有効にする */
  margin-left: 5px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  #zone_body, #zone_mainarea, #zone_sidearea_sub {
    float: none;
    margin: 0px;
    width: auto;
    margin-bottom: 10px;
  }
  #zone_sidearea_sub { /*背景前面塗用*/
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(230, 230, 230);
  }
}
/* --------------------------------------------------
	第三層（bottom_floor）
-------------------------------------------------- */
/* 基本 */
#zone_bottom_floor {
  margin: 5em auto 0 auto;
  width: 100%;
  clear: both;
  border-top: 3px solid #84CCE5;
}
/* フッター */
#zone_footer {
  overflow: hidden;
  margin: 0 auto;
  align-items: center;
	background: #EDF3F7;
}