@charset "UTF-8";
#header * {
  box-sizing: border-box;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background: url("../img/hd_bg.png") center bottom repeat-x;
  padding: 0 28px;
  transition: all 0.2s ease 0s;
}
  @media screen and (max-width: 767px) {
    #header {
      background: url("../img/hd_bg_sp.png") center bottom repeat-x;
      background-size: 100% auto;
      padding: 0;
      height: 42.66vw;
    }
  }

/*トップヘッダー*/
#header.hd_top {
  height: 350px;
  padding-top: 28px;
}
#header.hd_top.hd_fix {
  height: 200px;
  padding-top: 18px;
}
#header.hd_top .hd_logo {
  position: relative;
  padding-top: 0;
}
#header.hd_top img.hd_logo01 {
  position: relative;
  bottom: 0;
  transition: all 0.2s ease 0s;
}
#header.hd_top.hd_fix img.hd_logo01 {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: -5;
}
#header.hd_top img.hd_logo02 {
  transition: all 0.2s ease 0s;
}
#header.hd_top.hd_fix img.hd_logo02 {
  width: 165px;
}

#header.hd_lower {
  height: 200px;
  padding-top: 18px;
}
#header.hd_lower.hd_fix {
  height: 200px;
  padding-top: 18px;
}
#header.hd_lower .hd_logo {
  position: relative;
  padding-top: 0;
}
#header.hd_lower img.hd_logo01 {
  display: none;
}
#header.hd_lower img.hd_logo02 {
  transition: all 0.2s ease 0s;
  width: 165px;
}
  @media screen and (max-width: 767px) {
    #header.hd_lower img.hd_logo01 {
      display: block;
    }
  }

#search_container {
  position: relative;
}
.hd_logo {
  display: block;
  text-align: center;
  padding-top: 15px;
}
.hd_logo a {
  display: inline-block;
}
.hd_logo img {
  display: block;
}
  @media screen and (max-width: 767px) {
    #header {
      height: 42.66vw!important;
      padding-top: 5vw!important;
    }
    #header.hd_fix {
      height: 30vw!important;
      padding-top: 5vw!important;
    }
    #header.hd_fix .hd_logo a {
      display: inline-block;
      width: 40vw;
      height: 12vw;
      background: url("../img/hd_logo_sp02.png") center center no-repeat;
      background-size: 38.4vw auto;
    }
    #header img.hd_logo01 {
      width: 28.26vw;
      margin: 0 auto;
    }
    #header.hd_fix img.hd_logo01 {
      display: none;
    }
    #header img.hd_logo02 {
      width: 28.26vw!important;
      margin: 0 auto;
    }
    #header.hd_fix img.hd_logo02 {
      display: none;
    }
    .hd_logo {
      padding-top: 0;
    }
  }

.hd_menu {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.hd_menu li {
  font-size: 12px;
  margin-left: 30px;
}
.hd_search {
  position: absolute;
  right: 0;
  top: 8px;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd_search i {
  font-size: 24px;
}
.keyword_search input[type="text"] {
  width: 120px;
  line-height: 30px;
  padding: 0 30px 0 7px;
  outline: none;
  border-radius: 3px;
  border: solid 1px #655C51;
  color: #675C50;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.keyword_search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 30px;
  height: 30px;
  background: url("../img/icon_search.png") center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
}
  @media screen and (max-width: 767px) {
    .hd_menu {
      display: none;
    }
    .hd_search {
      display: none;
    }
  }

.gnavi {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%;
}
#gnavi_menu {
  display: flex;
  justify-content: center;
}
#gnavi_menu > li {
  margin: 0 50px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif, "ヒラギノ角ゴシック Pro";
  font-weight: 400;
}
#gnavi_menu > li:first-child {
  margin-left: 0;
}
#gnavi_menu > li:last-child {
  margin-right: 0;
}
#gnavi_menu > li > a {
  display: block;
  text-align: center;
  min-width: 62px;
  line-height: 52px;
}
.gnavi_sub_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.gsm_inner {
  position: relative;
  padding: 80px 20px 30px;
  background: #FCFCFC;
  border-bottom: solid 1px #ddd;
}
.gsm_inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 64px;
  background: url("../img/gn_bg.png") center bottom repeat-x;
  z-index: 10;
}
.gn01 > a {
  background: url("../img/gn01_bg.png") center center no-repeat;
}
.gn02 > a {
  background: url("../img/gn02_bg.png") center center no-repeat;
}
.gn03 > a {
  background: url("../img/gn03_bg.png") center center no-repeat;
}
.gn04 > a {
  background: url("../img/gn04_bg.png") center center no-repeat;
}
.gn01 > a:hover,
.gn01.current > a {
  background: url("../img/gn01_bg_on.png") center center no-repeat;
}
.gn02 > a:hover,
.gn02.current > a {
  background: url("../img/gn02_bg_on.png") center center no-repeat;
}
.gn03 > a:hover,
.gn03.drop_activ > a,
.gn03.current > a {
  background: url("../img/gn03_bg_on.png") center center no-repeat;
}
.gn04 > a:hover,
.gn04.drop_activ > a,
.gn04.current > a {
  background: url("../img/gn04_bg_on.png") center center no-repeat;
}
.gsm_inner {
  display: flex;
  justify-content: center;
}
.gsm_box {
  display: flex;
  margin: 0 2%;
}
.gsm_box:first-child {
  margin-left: 0;
}
.gsm_box:last-child {
  margin-right: 0;
}
.gsm_box figure {
  margin: 0 12px 0 0;
}
.gsm_box dl {
  font-size: 15px;
}
.gsm_box dd {
  padding: 10px 0 0 10px;
}
.gsm_box dd li {
  margin-bottom: 10px;
}
.gsm_box img {
    max-width: 90px;
}
  @media screen and (max-width: 767px) {
    .gnavi {
      display: none;
    }
  }

.bl_slider_wrap {
  margin-top: 250px;
}
  @media screen and (max-width: 767px) {
    .bl_slider_wrap {
      margin-top: 30vw;
    }
  }

.bl_pages_header {
  margin-top: 150px;
}
  @media screen and (max-width: 767px) {
    .bl_pages_header {
      margin-top: 36vw;
    }
  }

#hbMenu {
  display: none;
}
  /*スマホナビ*/
  @media screen and (max-width: 767px) {
    #hbMenu {
      display: block;
    }
    .menuTrigger {
      box-sizing: border-box;
      position: fixed;
      z-index: 1200;
      top: 5vw;
      right: 3.33vw;
      display: block;
      width: 15.46vw;
      height: 12.53vw;
      cursor: pointer;
      transition: .3s;
      background: url("../img/hb_menu.png") center center no-repeat;
      background-size: 15.46vw auto;
    }
    .menuTrigger.open {
      z-index: 1300;
      position: fixed;
      background: url("../img/hb_close.png") center center no-repeat;
      background-size: 15.46vw auto;
    }
    #hbNav {
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: rgba(156,156,156,0.9);
      z-index: 1100;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
    }
    .hb_inner {
      box-sizing: border-box;
      display: table;
      width: 100%;
      height: 100%;
    }
    .hb_inner a {
      display: inline-block;
      text-decoration: none;
    }
    .hb_box {
      position: relative;
      background: #fff;
      padding: 6vw 3.33vw;
    }
    .hb_box::before {
      position: absolute;
      left: 0;
      bottom: -7.6vw;
      content: "";
      width: 100%;
      height: 8vw;
      background: url("../img/hb_bg.png") center bottom no-repeat;
      background-size: 100% auto;
    }
    .hb_logo {
      text-align: center;
    }
    .hb_logo img {
      width: 38.4vw;
    }
    .hb_box01 {
      padding: 10.66vw 0 0 0;
    }
    .hb_box01.hbm_none {
      display: none;
    }
    .hb_search {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 6vw;
    }
    .hb_search i {
      font-size: 34px;
      /* margin-right: 7vw; */
    }
    .hb_search .keyword_search {
      position: relative;
    }
    .hb_search .keyword_search input[type="text"] {
      width: 33.33vw;
      font-size: 16px;
    }
    .hb_menu01 {
      display:flex;
      flex-wrap: wrap;
      width: 47.33vw;
      margin: 0 auto 6.66vw;
      text-align: center;
    }
    .hb_menu01 li {
      /* width: 50%; */
      margin-bottom: 2.66vw;
      width: 100%;
    }
    .hb_menu01 li:nth-child(even) {
      text-align: right;
    }
    .hb_menu01 li a {
      font-size: 3.2vw;
    }
    .hb_menu02 {
      line-height: 1.5;
    }
    .hb_menu02 li {
      font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 500;
      text-align: center;
      margin-bottom: 8vw;
    }
    .hb_menu02 li a,
    .hb_menu02 li span {
      font-size: 4.53vw;
    }
    .hb_box02 dt {
      font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .hb_item {
      padding: 0 14.66vw;
      position: relative;
      background: url("../img/hb_arrow01.png") right center no-repeat;
      background-size: 5.86vw auto;
      cursor: pointer;
    }
    .hb_return {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
    }
    .hb_return img {
      width: 11.33vw;
      height: auto;
    }
    .hb_box02 {
      height: 0;
      overflow: hidden;
      position: relative;
    }
    .hb_box02.hbm_active {
      height: auto;
    }
    .hb_box02_inner {
      opacity: 0;
      padding: 14vw 5vw 0;
      transition: all 0.4s ease-in-out 0s;
    }
    .hb_box02.hbm_active .hb_box02_inner {
      opacity: 1;
    }
    .hb_box02 dl {
      line-height: 1.5;
      margin-bottom: 6vw;
    }
    .hb_box02 dt{
      font-size: 4vw;
      margin-bottom: 3vw;
    }
    .hb_box02 dd li {
      font-size: 3.46vw;
      margin-bottom: 1.66vw;
      padding-left: 8.2vw;
    }
  }

