@charset "utf-8";

#header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
}

#header .fg-header {
  display: flex;
  width: 100%;
  height: 37px;
  background-color: #004831;
  border-bottom: 3px solid #c4d700;
  justify-content: space-between;
  align-items: center;
}

#header .fg-header .fg-header_logo_01 {
  height: 26px;
  width: auto;
}

#header .fg-header p:first-child {
  padding: 5px 0 5px 10px;
}

#header .fg-header p:last-child {
  text-align: right;
  padding-right: 20px;
}

#header .header-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 2px 1.4px 0.6px rgba(0, 0, 0, 0.1);
  font-size: 1px;
}

#header .header-content.fixed {
  /* position: fixed; */
  top: 0;
}

#header .header-content .hdg__site-title {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: auto;
  padding-top: 4px;
  padding-left: 5px;
}

#header .header-content .hdg__site-title a img {
  width: 120px;
  display: block;
}

.header__select,
.select__language,
.global_nav-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .header-content .hdg__site-title a img {
    width: 29vw;
    max-width: 120px;
    height: auto;
  }
}