*, ::after, ::before {
  box-sizing: border-box;
}

/* Header Base
========================================================================== */
header {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 77;
  top: 0;
}
header a {
  text-decoration: none !important;
}

#header {
  width: 100%;
}

.header__inner {
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 989px) {
  .header__inner {
    width: 100%;
    height: 64px;
    min-width: 0;
    padding: 0 10px 0 0;
  }
}

.header__main {
  width: 230px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .header__main {
    width: 200px;
    top: 6px;
  }
}
@media screen and (max-width: 989px) {
  .header__main {
    width: 190px;
    top: -2px;
  }
}

.header__sub {
  width: calc(100% - 230px);
  padding-top: 2px;
  padding-right: 3px;
}
@media screen and (max-width: 1150px) {
  .header__sub {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 989px) {
  .header__sub {
    width: calc(100% - 190px);
  }
}

.header-main__logo {
  font-size: 1px;
  position: relative;
  width: 100%;
  height: 56px;
}
@media screen and (max-width: 989px) {
  .header-main__logo {
    width: auto;
    height: 44px;
    margin-left: 10px;
  }
}
.header-main__logo .header-main__image {
  width: auto;
  max-height: 56px;
}
@media screen and (max-width: 989px) {
  .header-main__logo .header-main__image {
    max-height: 46px;
  }
}

/* Global Nav
========================================================================== */
@media screen and (max-width: 989px) {
  .gnavi-area {
    display: none;
  }
}

.global-nav__wrapper {
  width: 745px;
  margin: 0 auto;
}
.header3 .global-nav__wrapper {
  width: auto;
}

.global-nav__lists {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
}

.global-nav__list {
  line-height: 1;
  position: relative;
}
.global-nav__list + .global-nav__list {
  margin-left: 32px;
}
@media screen and (max-width: 1150px) {
  .global-nav__list + .global-nav__list {
    margin-left: 16px;
  }
}
.global-nav__list:hover > .dropdown-menu__wrapper {
  transform: scaleY(1);
}
.global-nav__list.active .global-nav__link,
.global-nav__list .global-nav__link:hover,
.global-nav__list .global-nav__link.current {
  opacity: 1 !important;
}
.global-nav__list.active .global-nav__link span,
.global-nav__list .global-nav__link:hover span,
.global-nav__list .global-nav__link.current span {
  color: #187fc3;
}

.global-nav__link {
  display: block;
  padding: 28px 0 27px;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
}

.global-nav__txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

/* Mega Dropdown
========================================================================== */
.dropdown-menu {
  margin: 0 auto;
  width: auto;
  display: block;
  float: none;
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 0;
  position: static;
  top: auto;
  left: auto;
  position: relative;
  z-index: 1;
}
.dropdown-menu__wrapper {
  display: block;
  position: absolute;
  left: -50px;
  top: 68px;
  min-width: 156px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  z-index: 55;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.dropdown-menu__wrapper::before {
  position: absolute;
  top: -25px;
  left: 40%;
  content: "";
  display: block;
  width: 0;
  border-top: 14px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.dropdown-menu__lists {
  height: 100%;
}
.dropdown-menu__link {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 20px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.dropdown-menu__link:hover {
  color: #187fc3;
  text-decoration: none;
}

.gnavi002 .dropdown-menu__wrapper::before {
  left: 59px;
}

.global-nav__list:hover > .dropdown-menu__wrapper {
  transform: scaleY(1);
}

.global-nav__link .dropdown-menu__wrapper:hover {
  display: block;
}

/* Header Navi Area
========================================================================== */
.header-navi-area {
  background: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 989px) {
  .header-navi-area {
    padding: 0;
  }
}
.header-navi-area .header-navi-in {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
}
@media screen and (max-width: 1150px) {
  .header-navi-area .header-navi-in {
    padding-left: 0;
  }
}
@media screen and (max-width: 989px) {
  .header-navi-area .header-navi-in {
    padding-left: 0;
    display: block;
  }
}
.header-navi-area .navi-area {
  width: calc(100% - 300px);
}
@media screen and (max-width: 989px) {
  .header-navi-area .navi-area {
    width: auto;
  }
}
.header-navi-area ul.nav {
  display: flex;
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 989px) {
  .header-navi-area ul.nav {
    width: 350px;
    justify-content: space-between;
  }
}
.header-navi-area ul.nav li {
  display: inline-block;
  position: relative;
  padding: 22px 0;
}
@media screen and (max-width: 989px) {
  .header-navi-area ul.nav li {
    padding: 12px 0;
  }
}
.header-navi-area ul.nav li + li {
  margin-left: 89px;
}
@media screen and (max-width: 989px) {
  .header-navi-area ul.nav li + li {
    margin-left: 0;
  }
}
.header-navi-area ul.nav li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  left: -48px;
  top: 27px;
}
@media screen and (max-width: 989px) {
  .header-navi-area ul.nav li + li::before {
    left: -12px;
    top: 18px;
  }
}
.header-navi-area ul.nav li a {
  color: #000;
  font-size: 18px;
  font-family: "Catamaran", sans-serif;
}
.header-navi-area ul.nav li a:hover {
  color: #187fc3;
  text-decoration: none;
}
@media screen and (max-width: 989px) {
  .header-navi-area ul.nav li a {
    font-size: 15px;
  }
}
.header-navi-area ul.nav li.current-menu-item a, .header-navi-area ul.nav li.current-post-ancestor a {
  color: #187fc3;
}
.header-navi-area .search-area {
  position: absolute;
  right: 0;
  top: 16px;
  width: 300px;
}
@media screen and (max-width: 989px) {
  .header-navi-area .search-area {
    position: relative;
    margin: 0 auto 15px;
  }
}
.header-navi-area .search-area .form-control,
.header-navi-area .search-area input[name=s] {
  border: 1px solid #dddddd;
  width: 300px;
  height: 40px;
}
.header-navi-area .search-area .btn,
.header-navi-area .search-area input[type=submit] {
  text-indent: -9999px;
  border: none;
  width: 22px;
  height: 22px;
  background-size: 22px auto;
  position: absolute;
  right: 10px;
  top: 9px;
}
/*# sourceMappingURL=header.css.map */