.banner {
  height: 100vh; }
  .banner .slider {
    height: 100%; }
    .banner .slider .slick-slide > div {
      height: 100%; }
    .banner .slider .slick-list {
      width: 100%; }
    .banner .slider button {
      width: 64px;
      height: 64px;
      background-color: #000000;
      z-index: 1; }
      .banner .slider button.slick-prev {
        left: 0;
        bottom: -31px;
        top: auto; }
        .banner .slider button.slick-prev::before {
          content: '';
          display: block;
          width: 15px;
          height: 30px;
          background: url("../images/index/slick-prev.png") center no-repeat;
          background-size: cover;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
      .banner .slider button.slick-next {
        left: 65px;
        bottom: -31px;
        top: auto; }
        .banner .slider button.slick-next::before {
          content: '';
          display: block;
          width: 15px;
          height: 30px;
          background: url("../images/index/slick-next.png") center no-repeat;
          background-size: cover;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
  .banner .item {
    height: 100vh;
    position: relative; }
    .banner .item01 {
    background: url("../images/index/banner.jpg") center no-repeat;
    background-size: cover;
    }
    .banner .item02 {
    background: url("../images/index/fv_02.jpg?2009") center no-repeat;
    background-size: cover;
    }
    .banner .item03 {
    background: url("../images/index/fv_03.jpg?2009") center no-repeat;
    background-size: cover;
    }
    .banner .item04 {
    background: url("../images/index/fv_04.jpg?2009") center no-repeat;
    background-size: cover;
    }
    .banner .item h2 {
      width: 50%;
      max-width: 800px;
      position: relative;
      left: 100px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      .banner .item h2 img {
        width: 100%;
        margin-bottom: 40px;
        height: auto; }
      .banner .item h2 .sub-text {
        font-size: 17px;
        color: #ffffff;
        line-height: 32px; }

.company {
  max-width: 1100px;
  margin: auto;
  padding: 285px 0 110px;
  margin-top: -178px;
  position: relative;
  z-index: 10; }
  .company .left {
    width: 50%;
    float: left; }
    .company .left img {
      box-shadow: -41px -39px 0 0 #eeeeee;
      height: auto; }
  .company .right {
    display: block;
    width: 50%;
    height: 578px;
    float: left;
    margin-top: -170px;
    position: relative;
    background-color: #1b1b1b;
    padding: 93px 0 93px 93px;
    color: #ffffff; }
    .company .right::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #1b1b1b;
      position: absolute;
      z-index: -1;
      top: 31px;
      left: 31px; }
    .company .right:hover {
      opacity: 1; }
    .company .right .scrol-down {
      font-family: 'Nexa-Bold';
      font-weight: bold;
      font-size: 10px;
      position: absolute;
      top: -44px;
      right: -32px;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
      .company .right .scrol-down::after {
        content: '';
        display: inline-block;
        width: 70px;
        height: 1px;
        background-color: #ffffff;
        margin-left: 17px;
        margin-bottom: 3px; }
    .company .right .title {
      font-family: 'Nexa-Bold';
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 46px;
      margin-bottom: 15px; }
    .company .right .sub-title {
      font-family: 'Noto-Sans-JP-Light';
      font-style: normal;
      font-size: 26px;
      line-height: 45px;
      margin-bottom: 42px; }
    .company .right .context {
      line-height: 32px;
      margin-bottom: 60px;
      padding-right: 40px; }
  .company .btn-black {
    font-size: 15px;
    background: none;
    text-align: left;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 12px 78px 12px 0;
    position: absolute;
    top: 550px;
    right: 0; }

.business {
  margin-bottom: 215px; }
  .business .h3-title-section {
    text-align: center;
    color: #1b1b1b;
    font-family: 'Nexa-Bold';
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 30px; }
    .business .h3-title-section .sub {
      display: block;
      font-size: 16px;
      margin-top: 15px; }
  .business .sub-title {
    text-align: center;
    color: #1b1b1b;
    margin-bottom: 120px; }
  .business .item {
    position: relative;
    margin-bottom: 120px; }
    .business .item .left {
      width: calc(100% - 420px);
      height: 385px;
      position: absolute;
      bottom: 47px;
      z-index: 1;
      background: url("../images/index/manufactoring.jpg") center no-repeat;
      background-size: cover; }
    .business .item .right {
      max-width: 1300px;
      height: 385px;
      margin: auto;
      border: 1px solid #535353;
      position: relative; }
      .business .item .right .wrapper {
        width: 420px;
        margin-left: auto; }
        .business .item .right .wrapper .h4-title {
          color: #1b1b1b;
          font-family: 'Nexa-Bold';
          font-weight: bold;
          font-size: 46px;
          line-height: 60px;
          padding: 55px 46px 42px;
          word-break: break-word; }
          .business .item .right .wrapper .h4-title .sub {
            font-family: 'Noto-Sans-JP-Regular';
            font-style: normal;
            font-size: 19px;
            margin-top: 15px; }
        .business .item .right .wrapper a {
          font-size: 15px;
          color: #000000;
          border-bottom: 1px solid;
          position: absolute;
          right: 0;
          bottom: 63px;
          padding: 12px 78px 12px 0; }
    .business .item.item-2 .left {
      background-image: url("../images/index/logistics.jpg"); }
    .business .item.item-3 {
      margin-bottom: 0; }
      .business .item.item-3 .left {
        background-image: url("../images/index/used-car-sales.jpg"); }

.certificate {
  max-width: 1100px;
  margin: 0 auto 120px; }
  .certificate .left {
    width: 500px;
    float: left;
    margin: 0 25px; }
  .certificate .right {
    width: 500px;
    height: 480px;
    background-color: #f6f5ed;
    float: left;
    margin: 0 25px; }
    .certificate .right .image {
      text-align: center;
      margin-top: 44px;
      margin-bottom: 10px; }
      .certificate .right .image img:first-child {
        margin-right: 35px; }
    .certificate .right .content p {
      font-size: 19px;
      color: #1b1b1b;
      text-align: center;
      line-height: 38px; }
      .certificate .right .content p:last-child {
        font-size: 16px; }

.mobile {
  display: none; }

@media only screen and (max-width: 640px) {
  .mobile {
    display: inline; }

  .banner {
    top: -50px;
    position: relative; }
    .banner .item h2 {
      width: 90%;
      left: 5%; }
      .banner .item h2 img {
        margin-bottom: 18px; }
      .banner .item h2 .sub-text {
        font-size: 12px;
        line-height: 22px; }
    .banner .slider button {
      width: 37px;
      height: 37px; }
      .banner .slider button.slick-next {
        bottom: 55px;
        left: auto;
        right: 7px; }
        .banner .slider button.slick-next::before {
          width: 10px;
          height: 18px; }
      .banner .slider button.slick-prev {
        bottom: 55px;
        left: auto;
        right: 46px; }
        .banner .slider button.slick-prev::before {
          width: 10px;
          height: 18px; }

  .company {
    padding: 0 0 110px;
    margin-top: -115px; }
    .company .left {
      display: none; }
    .company .right {
      width: calc(100% - 30px);
      height: auto;
      margin-left: 30px;
      margin-top: 0;
      padding: 35px 15px 65px 28px; }
      .company .right::before {
        top: 16px;
        left: -15px; }
      .company .right .scrol-down {
        display: none; }
      .company .right .title {
        font-size: 12px; }
      .company .right .sub-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px; }
      .company .right .context {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
        padding-right: 0; }
      .company .right .btn-black {
        padding: 5px 36px 5px 0;
        font-size: 12px; }
    .company .btn-black {
      top: auto;
      bottom: 150px; }

  .business {
    margin-bottom: 200px; }
    .business .h3-title-section {
      font-size: 28px;
      margin-bottom: 20px; }
      .business .h3-title-section .sub {
        font-size: 14px;
        margin-top: 5px; }
    .business .sub-title {
      font-size: 14px;
      line-height: 26px;
      padding: 0 15px;
      margin-bottom: 55px; }
    .business .item {
      margin-bottom: 45px; }
      .business .item .left {
        width: calc(100% - 15px);
        height: 200px;
        top: -20px; }
      .business .item .right {
        width: calc(100% - 15px);
        margin-left: 15px;
        height: auto;
        padding: 200px 0 65px; }
        .business .item .right .wrapper {
          width: 100%;
          padding: 0 20px; }
          .business .item .right .wrapper .h4-title {
            width: 180px;
            padding: 0;
            font-size: 28px;
            line-height: 36px; }
            .business .item .right .wrapper .h4-title .sub {
              font-size: 14px;
              margin-top: 5px; }
          .business .item .right .wrapper a {
            padding: 5px 36px 5px 0;
            font-size: 12px;
            bottom: 30px; }

  .certificate {
    padding: 0 15px;
    margin-bottom: 38px; }
    .certificate .left {
      width: 100%;
      margin: 0 0 20px; }
      .certificate .left iframe {
        width: 100%; }
    .certificate .right {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 25px 0 20px; }
      .certificate .right .image {
        margin: 0; }
        .certificate .right .image img {
          width: 97px; }
          .certificate .right .image img:first-child {
            width: 75px;
            margin-right: 20px; }
      .certificate .right .content {
        max-width: 240px;
        margin: auto; }
        .certificate .right .content p {
          font-size: 14px;
          line-height: 32px; }
          .certificate .right .content p:last-child {
            font-size: 12px;
            text-align: left;
            line-height: 22px; } }
@media (min-width: 1300px) {
  .business .item .left {
    width: calc(100% - ((100% - 1300px) / 2 + 420px)); } }

/*# sourceMappingURL=index.css.map */
