@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.top-slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 750px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-slide {
    height: 100vh;
  }
}

.top-slide .slide-item {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}

.top-slide .slider,
.top-slide .slick-slider .slick-track,
.top-slide .slick-slider .slick-list,
.top-slide .slick-initialized .slick-slide,
.top-slide .slick-initialized .slick-slide * {
  width: 100%;
  height: 100%;
}

.top-slide #slide01 {
  background-image: url(../images/top/slide01.jpg);
}

.top-slide #slide02 {
  background-image: url(../images/top/slide02.jpg);
}

.top-slide #slide03 {
  background-image: url(../images/top/slide03.jpg);
}

.top-slide #slide04 {
  background-image: url(../images/top/slide04.jpg);
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #header .site-title {
    position: absolute;
    width: calc(100% - 8%);
    top: 70px;
    left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

#header .top-heading {
  text-align: center;
  margin: 5% 0;
}

@media screen and (min-width: 768px) {
  #header .top-heading {
    margin: 25px 0 20px;
  }
}

#header .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #header .container {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #header .head-info {
    width: calc(50% + 20px);
  }
}

#header .head-info .info-box {
  line-height: 2.5;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #header .head-info .info-box {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #header .head-info .info-box {
    font-size: 130%;
  }
}

@media screen and (max-width: 575px) {
  #header .head-info .info-box {
    font-size: 110%;
  }
}

#header .head-info .info-box h3 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

#header .head-info .info-box ul {
  margin: 1.5% 0 5%;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  #header .head-info .info-box ul {
    margin: 10px 0 20px;
  }
}

#header .head-info .eigyuu-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  #header .head-info .eigyuu-box {
    padding: 20px 35px;
  }
}

@media screen and (min-width: 768px) {
  #header .head-info .eigyuu-box {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #header .head-info .eigyuu-box {
    font-size: 120%;
  }
}

#news {
  position: relative;
}

@media screen and (min-width: 768px) {
  #news {
    margin-top: -70px;
  }
}

#news:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #222222;
  height: 100%;
  width: 50%;
}

#news .container {
  background-color: #222222;
  color: #ffffff;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  #news .container {
    padding: 30px 30px 30px 0;
  }
}

#news h2 {
  color: #ffffff;
  font-style: italic;
}

#news a {
  color: #ffffff;
}

#news .tab-cate > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff;
  height: 41px;
}

@media screen and (max-width: 767px) {
  #news .tab-cate > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: nowrap;
    height: auto;
  }
}

#news .tab-cate > ul li {
  background-color: #222222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  overflow: hidden;
  position: relative;
  height: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#news .tab-cate > ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
}

#news .tab-cate > ul li.active, #news .tab-cate > ul li:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 0;
  position: relative;
  height: 41px;
}

#news .tab-cate > ul li.active:before, #news .tab-cate > ul li:hover:before {
  background: #a7f0b9;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #a7f0b9), color-stop(80%, #f9f9b5));
  background: linear-gradient(90deg, #a7f0b9 30%, #f9f9b5 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#news .tab-cate > ul a {
  padding: 10px 12px 5px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #news .tab-cate > ul a {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

#news .cate-list {
  padding: 15px 0 0;
  width: 100%;
}

#news .cate-list .cate-content {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#news .cate-list .cate-content::-webkit-scrollbar-track {
  border-radius: 3px;
  width: 6px;
  background-color: #c5c5c5;
}

#news .cate-list .cate-content:after {
  content: '';
  min-height: 130px;
}

#news .cate-list .cate-content ul {
  overflow-y: scroll;
  height: 130px;
  padding-right: 20px;
}

#news .cate-list .cate-content span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #news .cate-list .cate-content span:last-child {
    width: 100%;
  }
}

#news .cate-list .cate-content .date {
  width: 85px;
  margin-right: 15px;
}

#news .cate-list .cate-content li + li {
  margin-top: 10px;
}

#support {
  padding: 5% 0 8%;
}

@media screen and (min-width: 768px) {
  #support {
    padding: 50px 0 80px;
  }
}

#support h2 {
  text-align: center;
  margin-bottom: 20px;
}

#support .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

#support .row .grid {
  padding-left: 6px;
  padding-right: 6px;
  width: calc(100% / 2);
}

@media screen and (min-width: 1200px) {
  #support .row .grid {
    padding-left: 6px;
    padding-right: 6px;
    width: calc(100% / 5);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #support .row .grid {
    padding-left: 6px;
    padding-right: 6px;
    width: calc(100% / 3);
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  #support .row .grid {
    margin-bottom: 12px;
  }
}

#support .row .grid .inner {
  background-color: #ffffff;
  height: 205px;
  border-radius: 5px;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #support .row .grid .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #support .row .grid .inner {
    font-size: 110%;
  }
}

#support .row .grid .icon-img {
  text-align: center;
  margin-bottom: 20px;
}

.sec-machine h2 {
  margin-bottom: 15px;
}

.sec-machine .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-machine .container:before, .sec-machine .container:after {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-machine .container:before, .sec-machine .container:after {
    background-size: 100% auto !important;
    background-position: top center !important;
    left: 0;
  }
}

.sec-machine .bigger {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sec-machine .bigger {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sec-machine .bigger {
    font-size: 110%;
  }
}

.sec-machine .content-img {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-machine .content-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-machine .content-img {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.sec-machine .machine-content {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .sec-machine .machine-content {
    margin: 20px 0 30px;
    width: 100%;
  }
}

#standard {
  padding-top: 7%;
}

@media screen and (min-width: 768px) {
  #standard {
    padding-top: 70px;
  }
}

#standard .container {
  position: relative;
}

#standard .container:before, #standard .container:after {
  position: absolute;
}

#standard .container:before {
  content: '';
  background: url(../images/top/bg01.png) no-repeat center right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #standard .container:before {
    right: 0;
  }
}

#standard .container:after {
  content: '';
  background: url(../images/top/bg02.png) no-repeat right center;
  background-size: auto 100%;
  -webkit-animation: scaleAnime .75s ease-in-out;
          animation: scaleAnime .75s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #standard .container:after {
    right: -12%;
  }
}

@media screen and (min-width: 1200px) {
  #standard .machine-content {
    width: calc(50% - 80px);
  }
}

@media screen and (max-width: 767px) {
  #standard .machine-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #standard .content-img {
    text-align: right;
    margin-right: 80px;
  }
}

#auto .container {
  position: relative;
  padding-top: 50px;
  margin-top: -50px;
}

#auto .container:before, #auto .container:after {
  position: absolute;
  z-index: 2;
  top: auto;
}

@media screen and (min-width: 1200px) {
  #auto .container:before, #auto .container:after {
    bottom: -70px;
    left: -8%;
  }
}

#auto .container:before {
  content: '';
  background: url(../images/top/bg03.png) no-repeat center left;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #auto .container:before {
    width: calc(50% + 70px);
    left: -75px;
    top: 0;
  }
}

#auto .container:after {
  content: '';
  background: url(../images/top/bg04.png) no-repeat left center;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: scaleAnime .75s ease-in-out;
          animation: scaleAnime .75s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 1200px) {
  #auto .container:after {
    left: -11%;
  }
}

@media screen and (min-width: 768px) {
  #auto .content-img img {
    margin-left: -220px;
  }
}

#original {
  padding-top: 3%;
  padding-bottom: 7%;
}

@media screen and (min-width: 768px) {
  #original {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}

#original .container {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
}

@media screen and (min-width: 768px) {
  #original .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#original .container:before, #original .container:after {
  position: absolute;
}

#original .container:before {
  content: '';
  background: url(../images/top/bg05.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #original .container:before {
    right: 0;
    top: -90px;
    height: 407px;
  }
}

#original .container:after {
  content: '';
  background: url(../images/top/bg06.png) no-repeat right center;
  z-index: -1;
  -webkit-animation: scaleAnime .75s ease-in-out;
          animation: scaleAnime .75s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #original .container:after {
    right: -12%;
    bottom: 0;
    height: 376px;
  }
}

@media screen and (max-width: 767px) {
  #original .machine-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #original .content-img {
    margin-bottom: -30px;
    margin-right: -70px;
  }
}

#cases {
  background: url(../images/top/bg_case.jpg) no-repeat bottom center #303030;
  background-size: cover;
  padding: 11% 0 12%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #cases {
    padding: 110px 0 120px;
  }
}

#cases h2 {
  color: #ffffff;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #cases h2 {
    margin-bottom: 1em;
  }
}

#cases .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 769px) {
  #cases .row .grid {
    width: 50%;
  }
  #cases .row .grid:first-child {
    padding-left: 15%;
  }
  #cases .row .grid:last-child {
    padding-left: 1.500%;
  }
}

@media screen and (max-width: 767px) {
  #cases .row .grid {
    margin-bottom: 10px;
  }
}

#cases .row .grid li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #cases .row .grid li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #cases .row .grid li {
    font-size: 110%;
  }
}

#cases .row .grid li .icon-img {
  margin-right: 15px;
}

#cases .row .grid li + li {
  margin-top: 10px;
}
/*# sourceMappingURL=top.css.map */