.wrap {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.headline {
  max-width: 1080px !important;
}

@media screen and (max-width: 959px) {
  .headline {
    font-size: 2.7rem !important;
  }
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 519px) {
  .headline {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .pagettl {
    text-align: center;
  }
}

.about {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .about {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 8px;
  }
}

.about .about-unit__dtl {
  width: calc(100% - 428px);
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: calc(100% - 348px);
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__dtl {
    width: 100%;
  }
}

.about .about-unit__dtl .about-txt em {
  font-size: 1.8rem;
  color: #25862A;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-txt em {
    font-size: 1.6rem;
  }
}

.about .about-unit__vsl {
  width: 388px;
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: 324px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.about .about-unit__vsl img {
  border-radius: 4px;
}

.salary .tbl table tbody tr th {
  vertical-align: middle;
}

.salary .list.--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

@media screen and (max-width: 959px) {
  .salary .list.--column {
    gap: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .salary .list.--column {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.salary .list__item span {
  color: #25862A;
}

/*# sourceMappingURL=../../maps/pages/salary.css.map */
