.tour {
  margin-bottom: 33rem;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .tour {
    margin-bottom: 27.5vw;
  }
}
@media (max-width: 767px) {
  .tour {
    margin-bottom: 5.5rem;
  }
}
.tour:last-child {
  margin-bottom: 0;
}
.tour__block {
  width: calc(100% - 48px);
  max-width: 1200px;
  padding: 5rem 4rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .tour__block {
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .tour__block {
    max-width: 1296px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .tour__block {
    padding: 4.1666vw 3.3333vw;
    margin-bottom: 4.1666vw;
  }
}
@media (max-width: 767px) {
  .tour__block {
    width: calc(100% - 16px);
    padding: 10.666vw 6.4vw;
    margin-bottom: 3.2rem;
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .tour__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tour__column2 {
    width: 50%;
  }
  .tour__column2:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tour__title {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tour__title {
    margin: 16.666vw 0 9.333vw;
  }
}
@media (min-width: 768px) {
  .tour__title {
    width: calc(100% - 32px);
    margin: 0 auto 35px;
  }
}
.tour__section {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tour .headline__medium {
    width: 100%;
  }
}

.imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .imagelist {
    gap: 4.8vw;
  }
}
@media (min-width: 768px) {
  .imagelist {
    gap: 30px 5%;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.imagelist__item {
  width: 34.333%;
}
@media (max-width: 767px) {
  .imagelist__item {
    width: calc(50% - 2.4vw);
  }
}

.imagelink__img img {
  width: 100%;
}
.imagelink__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  margin-top: 10px;
  font-weight: bold;
  color: #004098;
}
@media (min-width: 768px) {
  .imagelink__text {
    font-size: 14px;
  }
}
.imagelink__text:after {
  position: absolute;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("/assets/img/recruit/color/tour/icon-search.svg") no-repeat center center/contain;
}
