.recruit {
  background: #1B2A33;
  color: #fff;
  transform: translateY(-1px);
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 0 40px 15.625vw;
  }
}
@media screen and (max-width: 400px) {
  .recruit {
    padding: 10px 24px 60px;
  }
}
.recruit__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.recruit__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .recruit__title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.recruit__content {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .recruit__content {
    -moz-column-gap: max(5vw, 40px);
         column-gap: max(5vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .recruit__content {
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .recruit__content {
    row-gap: 30px;
  }
}
.recruit__text {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .recruit__text {
    margin-bottom: 30px;
  }
}
.recruit__text-wrapper {
  flex: 1;
}
.recruit__imgs {
  display: flex;
  gap: 2px;
  width: 50%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .recruit__imgs {
    height: max(5vw, 280px);
  }
}
@media screen and (max-width: 768px) {
  .recruit__imgs {
    width: 100%;
    height: max(41.6666666667vw, 200px);
  }
}
@media screen and (max-width: 400px) {
  .recruit__imgs {
    width: min(100%, 560px);
    height: auto;
    flex-direction: column;
  }
}
.recruit__img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 400px) {
  .recruit__img {
    width: 100%;
    height: 160px;
  }
}
.recruit__img-s {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
@media screen and (max-width: 400px) {
  .recruit__img-s {
    width: 100%;
    height: 80px;
    flex-direction: row;
  }
}
.recruit__img-s img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 400px) {
  .recruit__img-s img {
    width: 50%;
    height: 100%;
  }
}
.recruit__img-s img.img-1 {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .recruit .common__btn {
    margin: 0 auto;
  }
}

.env {
  background: #E6EBF0;
}
.env__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .env__inner {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .env__inner {
    padding: 60px 24px;
  }
}
.env__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .env__title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .env__title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.env__content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 400px) {
  .env__content {
    row-gap: 40px;
  }
}
.env__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .env__heading {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .env__heading {
    font-size: 22px;
  }
}
.env__text {
  font-weight: 400;
  line-height: 1.8;
}
.env__primary-imgs {
  display: flex;
  gap: 2px;
  height: 535px;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .env__primary-imgs {
    height: max(44.5833333333vw, 380px);
  }
}
@media screen and (max-width: 768px) {
  .env__primary-imgs {
    height: max(49.4791666667vw, 200px);
  }
}
@media screen and (max-width: 400px) {
  .env__primary-imgs {
    flex-direction: column;
    height: auto;
    margin-top: 30px;
  }
}
.env__primary-img {
  width: 68%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 400px) {
  .env__primary-img {
    width: 100%;
    height: 290px;
  }
}
.env__primary-img-s {
  flex: 1;
  display: flex;
  gap: 2px;
  flex-direction: column;
}
@media screen and (max-width: 400px) {
  .env__primary-img-s {
    flex-direction: row;
    height: 150px;
  }
}
.env__primary-img-s img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 400px) {
  .env__primary-img-s img {
    width: 50%;
    height: 100%;
  }
}
.env__secondary {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .env__secondary {
    -moz-column-gap: max(5vw, 40px);
         column-gap: max(5vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .env__secondary {
    flex-direction: column-reverse;
  }
}
.env__secondary-img {
  width: max(25%, 200px);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .env__secondary-img {
    height: max(16.6666666667vw, 130px);
  }
}
@media screen and (max-width: 768px) {
  .env__secondary-img {
    width: min(100%, 400px);
    height: 218px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .env__secondary-img {
    margin-top: 20px;
  }
}
.env__secondary-content {
  flex: 1;
}

.worktime__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .worktime__inner {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .worktime__inner {
    padding: 60px 24px;
  }
}
.worktime__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .worktime__title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .worktime__title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.worktime__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .worktime__heading {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .worktime__heading {
    font-size: 22px;
  }
}
.worktime__subheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .worktime__subheading {
    font-size: max(3.125vw, 18px);
  }
}
@media screen and (max-width: 400px) {
  .worktime__subheading {
    font-size: 18px;
  }
}
.worktime__img-pc {
  width: min(100%, 998px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .worktime__img-pc {
    display: none;
  }
}
.worktime__img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .worktime__img-sp {
    display: block;
    width: min(100%, 560px);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 400px) {
  .worktime__img-sp {
    margin-top: 20px;
  }
}

.system {
  background: #E6EBF0;
}
.system__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .system__inner {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .system__inner {
    padding: 60px 24px;
  }
}
.system__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .system__title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .system__title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.system__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .system__content {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .system__content {
    row-gap: 20px;
  }
}
.system__card {
  background: #fff;
  width: calc(50% - 20px);
  border-radius: 20px;
  padding: 53px;
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
@media screen and (max-width: 1200px) {
  .system__card {
    padding: max(4.1666666667vw, 32px);
    padding-left: 25px;
    -moz-column-gap: 3.3333333333vw;
         column-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .system__card {
    width: min(100%, 560px);
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 24px;
  }
}
@media screen and (max-width: 400px) {
  .system__card {
    padding: 20px 20px 14px;
  }
}
.system__card img {
  width: 30%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .system__card img {
    height: 80px;
  }
}
@media screen and (max-width: 400px) {
  .system__card img {
    width: 96px;
  }
}
.system__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .system__card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .system__card-title {
    text-align: center;
  }
}
.system__card-detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}

.recruit-pre-footer .common__btn .newwindow-icon-white {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.recruit-pre-footer .common__btn:hover .newwindow-icon-white {
  background-color: #fff;
}/*# sourceMappingURL=recruit.css.map */