/* service */

.service .main-visual {
  position: relative;
  margin-bottom: 0;
}

.service .main-visual .main-visual-in {
  position: relative;
  width: 980px;
  height: auto;
  margin: 0px auto;
  padding-top: 340px;
}

.service .main-visual .main-visual-in img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .service .main-visual .main-visual-in {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .main-visual .main-visual-in {
    width: 100%;
  }
}


/* 0 - 568 */


/* canvas
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.service .canvas-wrap {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 980px;
  min-height: 340px;
  margin-left: -490px;
  z-index: 30;
}

.service.international .canvas-wrap {
  background-color: rgba(0, 150, 220, 1);
}
.service.domestic .canvas-wrap {
  background-color: rgba(0, 149, 117, 1);
}
.service.special .canvas-wrap {
  background-color: rgba(105, 201, 16, 1);
}
.service.s3pl .canvas-wrap {
  background-color: rgba(250, 160, 20, 1);
}
.service.warehouse .canvas-wrap {
  background-color: rgba(139, 56, 40, 1);
}
.service.inhouse .canvas-wrap {
  background-color: rgba(199, 31, 40, 1);
}
.service.consulting .canvas-wrap {
  background-color: rgba(119, 104, 207, 1);
}

.service .canvas-wrap .canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.service .canvas-wrap .title {
  float: left;
  width: 300px;
  margin: 20px 15px 0;
}

.service .canvas-wrap .text {
  min-height: 300px;
  padding-left: 20px;
  margin: 20px 20px 20px 330px;
  border-left: solid 1px #fff;
}

.service .canvas-wrap .text p {
  color: #fff;
  text-indent: 1em;
  font-size: 93.9%; /* done */
  line-height: 1.4;
}
.service.inhouse .canvas-wrap .text p,
.service.international .canvas-wrap .text p {
  font-size: 93.9%; /* done */
  line-height: 1.15;
}

.service .canvas-wrap .link-reference {
  margin-top: 20px;
  font-size: 81.3%; /* done */
}

.service .canvas-wrap .link-reference a {
  color: #fff;
}

.service .canvas-wrap .nav-section {
  position: absolute;
  left: 15px;
  bottom: 20px;
}

.service .canvas-wrap .nav-section {
  margin: 0 auto;
}
.service .canvas-wrap .nav-section .nav-item {
  float: left;
  margin-left: 12px;
}

.service .canvas-wrap .nav-section.item-1 {
  width: 66px;
  margin-left: 117px;
}
.service .canvas-wrap .nav-section.item-2 {
  width: 144px;
  margin-left: 78px;
}
.service .canvas-wrap .nav-section.item-3 {
  width: 222px;
  margin-left: 39px;
}
.service .canvas-wrap .nav-section.item-4 {
  width: 300px;
  margin-left: 0px;
}
.service .canvas-wrap .nav-section .nav-item:first-child {
  margin-left: 0;
}


.service .canvas-wrap .nav-section .nav-item .is-active {
  opacity: 0.7;
}


/* 768px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 768px) {
  .service .canvas-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .service .canvas-wrap .canvas {
    position: relative;
    width: 98%;
    height: auto;
    padding: 1%;
  }
  .service .canvas-wrap .canvas .title {
    position: relative;
    margin-bottom: 1em;
  }
  .service .canvas-wrap .canvas .text {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin-bottom: 1em;
  }
  .service .canvas-wrap .canvas .nav-section {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 1.5em auto 1em;
  }
  .service .canvas-wrap .nav-section .nav-item {
    float: left;
  }
}


/* end 0 - 768 */


/* 568px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 568px) {
  .service .canvas-wrap .canvas .title {
    float: none;
    margin: 20px auto 0;
  }
  .service .canvas-wrap .canvas .text {
    padding: 0.5em;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
  }
  .service .canvas-wrap .canvas .navi {
    width: 360px;
    margin: 0 auto 1em;
  }
/*
  .service .canvas-wrap .canvas .nav-section .nav-item {
    margin-left: 1em;
  }
  .service .canvas-wrap .canvas .nav-section .nav-item {
    margin-left: 1em;
  }
*/
}


/* end 0 - 568 */


/* Section
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.service .area {
  background: #6e6e6e;
  padding: 19px;
  margin-bottom: 50px;
}
.service .area .area-in {
  border: solid 1px #fff;
  padding: 20px;
}

@media only screen and (max-width: 568px) {
  .service .area .area-in {
    border: none;
    padding: 0;
  }
}

.service .sec-base h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .service .sec-base .box {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
} /* 0 - 768 */

@media only screen and (max-width: 568px) {
  .service .sec-base h2 {
    width: 100%;
  }
  .service .sec-base h2 img {
    width: 100%;
  }
} /* 0 - 568 */


/* bottom */

.service .nav-bottom-service ul li {
  float: left;
  display: block;
}

.service .nav-bottom-service ul li a {
  display: block;
  width: 140px;
  height: 122px;
}


/* .nav-bottom-line */

.nav-bottom-line {
}

.nav-bottom-line .item {
  position: relative;
  display: block;
  width: 14.28%;
  float: left;
}

@media only screen and (max-width: 568px) {
  .nav-bottom-line .item {
    width: 25%;
  }
} /* 0 - 568 */

.nav-bottom-line .item img {
  width: 100%;
}

.nav-bottom-line .item:nth-child(3n+1) {
  margin-left: 0px;
}

.nav-bottom-line .item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nav-bottom-line .item-1 .item-overlay {
  background-color: rgba(0, 179, 217, 0.9);
}

.nav-bottom-line .item-2 .item-overlay {
  background-color: rgba(0, 149, 117, 0.9);
}

.nav-bottom-line .item-3 .item-overlay {
  background-color: rgba(105, 201, 16, 0.9);
}

.nav-bottom-line .item-4 .item-overlay {
  background-color: rgba(255, 167, 39, 0.9);
}

.nav-bottom-line .item-5 .item-overlay {
  background-color: rgba(139, 56, 40, 0.9);
}

.nav-bottom-line .item-6 .item-overlay {
  background-color: rgba(199, 31, 40, 0.9);
}

.nav-bottom-line .item-7 .item-overlay {
  background-color: rgba(119, 104, 207, 0.9);
}

.nav-bottom-line .item-8 .item-overlay {
  background-color: ;
}

.nav-bottom-line .item-9 .item-overlay {
  background-color: ;
}


/*  */

.nav-bottom-line .item-1:hover .item-overlay {
  background-color: rgba(0, 179, 217, 0.6);
}

.nav-bottom-line .item-2:hover .item-overlay {
  background-color: rgba(0, 149, 117, 0.6);
}

.nav-bottom-line .item-3:hover .item-overlay {
  background-color: rgba(105, 201, 16, 0.6);
}

.nav-bottom-line .item-4:hover .item-overlay {
  background-color: rgba(255, 167, 39, 0.6);
}

.nav-bottom-line .item-5:hover .item-overlay {
  background-color: rgba(139, 56, 40, 0.6);
}

.nav-bottom-line .item-6:hover .item-overlay {
  background-color: rgba(199, 31, 40, 0.6);
}

.nav-bottom-line .item-7:hover .item-overlay {
  background-color: rgba(119, 104, 207, 0.6);
}

.nav-bottom-line .item-8:hover .item-overlay {
  background-color: ;
}

.nav-bottom-line .item-9:hover .item-overlay {
  background-color: ;
}

.nav-bottom-line .item-text {
  position: absolute;
  left: 0;
  top: 0;
}
