.header-dx {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 90px;
  background: #fff;
  z-index: 100;
}
.header-dx .header-dxWrap {
  height: inherit;
  background: #fff;
  position: relative;
  z-index: 100;
}
.header-dx .inner {
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .header-dx .inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header-dx .header-dxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
  z-index: 90;
}
.header-dx .header-dxLogo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-dx .header-dxTakenaka {
  width: 172px;
}
@media only screen and (max-width: 768px) {
  .header-dx .header-dxTakenaka {
    width: 110px;
  }
}
.header-dx .header-dxDX {
  width: 131px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .header-dx .header-dxDX {
    width: 104px;
    margin-left: 15px;
  }
}
.header-dx .header-dxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 1124px) {
  .header-dx .header-dxList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-dx .header-dxList {
    display: none;
  }
}
.header-dx .header-dxList.-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header-dx .header-dxList.-sp {
    display: block;
    position: absolute;
    z-index: 80;
    top: -360px;
    left: 0;
    width: 100%;
    height: 360px;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-dx .header-dxList.-sp .header-dxitem {
    padding-bottom: 30px;
    text-align: center;
  }
}
.header-dx .header-dxList.-sp.active {
  top: 90px;
}
.header-dx .header-dxitem {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-dx .header-dxitem:hover {
  opacity: 0.8;
}
.header-dx .dx-hamburger {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header-dx .dx-hamburger {
    display: block;
    z-index: 9999;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 8px;
  }
}
.header-dx .dx-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #000;
  width: 100%;
}
.header-dx .dx-hamburger span:nth-of-type(1) {
  top: 0;
}
.header-dx .dx-hamburger span:nth-of-type(2) {
  bottom: 0;
}
.header-dx .dx-hamburger.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-dx .dx-hamburger.active span:nth-of-type(2) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}