.company-subTextBox li {
  padding-bottom: 10px;
}

.tour-main {
  padding-top: 20px;
  padding-bottom: 90px;
  width: 100%;
  height: auto;
  text-align: center;
  border-right: solid 5px #f2830b;
  border-left: solid 5px #4ac099;
  position: relative;
  z-index: 2;
  background: url("/assets/images/tour/tour_dot-left.png") no-repeat, url("/assets/images/tour/tour_dot-right.png") no-repeat;
  background-position: left top, right top;
  background-size: auto 100px, auto 100px;
}

.tour-main::before,
.tour-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #4ac099 0%, #4ac099 16%, #93e090 16%, #93e090 32%, #d5f0a8 32%, #d5f0a8 50%, #f3eb76 50%, #f3eb76 66%, #ffd262 66%, #ffd262 82%, #f2830b 82%, #f2830b 100%);
}

.tour-main::before {
  top: 0;
}

.tour-main::after {
  bottom: 0;
}

.tour-main__title {
  background-color: #f3eb76;
  color: #f2830b;
  padding: 10px 20px;
  border-radius: 20px;
  margin: auto 10px;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
}

.tour-main__subTitle {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tour-main__img {
  background: url("/assets/images/tour/tour_dayon.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 64px;
  margin-left: -60px;
  z-index: 1;
}

.tour-subTextBox {
  width: 75%;
  text-align: left;
  margin: 40px auto 60px auto;
  color: #d0021b;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tour-subTextBox {
    width: 100%;
    text-align: left;
    margin: 40px auto 60px auto;
    color: #d0021b;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.tour-fontSize {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .tour-main {
    padding: 50px 0 90px;
    position: relative;
    z-index: 2;
    background-size: auto 80%, auto 80%;
    background-position: left 10px center, right 10px center;
  }
  .tour-main__img {
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 170px;
    height: 90px;
    bottom: -5px;
    left: auto;
    right: 18px;
  }
  .tour-main__title {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .tour-main__subTitle {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tour-main {
    background-size: 40% auto, 40% auto;
  }
}
