/* os-header */
.industry.nav-fixed {
  padding-top: 50px;
}

@media screen and (min-width: 640px) {
  .industry.nav-fixed {
    padding-top: 80px;
  }
}
.industry .industry-header {
  position: relative;
  width: 100%;
  background: #fff;
}
.industry .industry-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
}
@media screen and (min-width: 767px) {
  .industry .industry-header.fixed .os-header-inner {
    height: 70px;
  }
}
@media screen and (min-width: 767px) {
  .industry .industry-header.fixed .os-header-logo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.industry .industry-header-inner {
  padding: 0 20px;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  height: 12.2666666667vw;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 640px) {
  .industry .industry-header-inner {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .industry .industry-header-inner {
    height: 80px;
  }
}
.industry .industry-header-hamicon {
  position: relative;
  width: 16px;
  width: 4.2666666667vw;
  height: 7px;
  height: 1.8666666667vw;
}
@media all and (-ms-high-contrast: none) {
  .industry .industry-header-hamicon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 640px) {
  .industry .industry-header-hamicon {
    width: 20px;
    height: 15px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 640px) {
  .industry .industry-header-hamicon {
    right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-header-hamicon {
    display: none;
  }
}
.industry .industry-header-hamicon img {
  display: block;
  width: 100%;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.industry .industry-header-hamicon.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.industry .industry-header-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: none;
}
@media screen and (min-width: 1025px) {
  .industry .industry-header-nav {
    position: static;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto;
    background: transparent;
  }
}
.industry .industry-header-nav-item {
  padding: 0;
  border-top: 1px solid #dddddd;
}
.industry .industry-header-nav-item:last-of-type {
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 1025px) {
  .industry .industry-header-nav-item {
    padding: 0 8px;
    border-top: 0;
  }
  .industry .industry-header-nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .industry .industry-header-nav-item {
    padding: 0 15px;
  }
}
@media screen and (min-width: 767px) {
  .industry .industry-header-nav-item:last-of-type {
    padding-right: 0;
  }
}
.industry .industry-header-nav-link {
  position: relative;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-bottom: 17px;
  padding-bottom: 4.5333333333vw;
  padding-top: 17px;
  padding-top: 4.5333333333vw;
  display: block;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.industry .industry-header-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  width: 1.3333333333vw;
  height: 10px;
  height: 2.6666666667vw;
  background-image: url("../img/icon-menu-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .industry .industry-header-nav-link {
    padding: 20px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .industry .industry-header-nav-link::after {
    right: 40px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-header-nav-link {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 0;
  }
  .industry .industry-header-nav-link::after {
    content: none;
  }
  .industry .industry-header-nav-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #c9ced1;
  }
}
@media screen and (min-width: 1025px) and (min-width: 767px) {
  .industry .industry-header-nav-link[aria-current=page]::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-header-nav-link:hover::before, .industry .industry-header-nav-link:focus::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 1280px) {
  .industry .industry-header-nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.industry .industry-header-logo {
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}