.mission-en-map-fig {
  position: relative;
}

.mission-en-map-fig:before {
  background: url(../../images/map/map-vs-obg.png) no-repeat;
  width: 160px;
  height: 151px;
  bottom: 0;
  left: -75px;
  position: absolute;
  content: "";
  background-size: contain
}

.mission-vs-sub-wrapper {
  max-width: 255px
}

.mission-content-block-inner {
  background-color: #fff
}

.mission-content-item:nth-of-type(2) {
  position: relative
}

.mission-content-item:nth-of-type(2) figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}
.mission-pb12070{
  padding-bottom: 120px;
}

.mission-content-full {
  padding: 10px 0;
  background-color: #fff
}
.mission-items {
  margin: 0 -15px
}

.mission-item {
  padding: 0 15px
}
.mission-img-a {
  position: relative
}

.mission-img-a:after {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #715c1f;
  position: absolute;
  bottom: 0;
  z-index: -1
}
.mission-img-a-text-wrapper {
  padding: 50px 0 40px;
  background-color: #715c1f
}
.mission-img-a-text-fig {
  margin-bottom: 30px
}
.mission-img-a-text-copy {
  color: #fff;
  text-align: center
}
.mission-route{
  margin-top: 120px;
}
.mission-img-a{
  margin-top: 120px;
}
.mission-img-b{
  position: relative;
  top: 80px;
  z-index: 1;
}
@media screen and (max-width:767.98px) {
  .mission-en-map{
    margin-top: 10px;
  }
  .mission-en-map-fig:before {
    width: 80px;
    height: 76px;
    left: -35px
  }

  .mission-vs-sub-wrapper {
    max-width: 128px;
    right: 15px;
  }

  .mission-content-item:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: -150px
  }

  .mission-content-item:nth-of-type(2) figure {
    max-width: 170px;
    margin: 0 auto;
    position: relative
  }
  .mission-pb12070{
    padding-bottom: 70px;
  }
  .mission-route{
    margin-top: 140px;
  }
  .mission-items {
    padding: 0 20px
  }

  .mission-item:nth-of-type(n+2) {
    margin-top: 24px
  }
  .mission-img-a{
    margin-top: 30px;
  }
  .mission-img-b{
    max-width: 190px;
    margin: -10px auto 0;
    top: 50px;
  }
}