.recruitment {
  padding-top: calc(100vw * 258 / 1920);
  margin-bottom: calc(100vw * 211 / 1920);
}

.container {
  width: calc(100vw * 1360 / 1920);
}

.container-header {
  width: calc(100vw * 1360 / 1920);
  height: calc(100vw * 58 / 1920);
  gap: calc(100vw * 13 / 1920);
  position: relative;
}

.color-box {
  width: 100%;
  height: calc(100vw * 8 / 1920);
}

.color--1 {
  height: 100%;
  width: calc(100vw * 88 / 1920);
  background-color: #ea0712;
}

.color--2 {
  height: 50%;
  width: calc(100vw * 1272 / 1920);
  background-color: #ddd;
}

.container-header h2 {
  color: #000;
  font-size: calc(100vw * 37 / 1920);
  line-height: calc(100vw * 37 / 1920);
  font-weight: 500;
}

.container-header h3 {
  position: absolute;
  right: 0;
  bottom: calc(100vw * 20 / 1920);
  text-transform: uppercase;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  color: #ccc;
  font-weight: 300;
  letter-spacing: calc(100vw * 1 / 1920);
}

.container-flex {
  display: flex;
}

.container-justify-center {
  justify-content: center;
}

.container-align-center {
  align-items: center;
}

.container-column {
  flex-direction: column;
}

.recruitment-img {
  margin-top: calc(100vw * 106 / 1920);
}

.recruitment-img img {
  width: calc(100vw * 758 / 1920);
}

.recruitment-content-title {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: 600;
  letter-spacing: calc(100vw * 1 / 1920);
}

.recruitment-content {
  color: #3b3b3b;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  letter-spacing: calc(100vw * 1 / 1920);
}

.recruitment-content-first {
  margin-top: calc(100vw * 107 / 1920);
  gap: calc(100vw * 24 / 1920);
}

.recruitment-content-second {
  margin-top: calc(100vw * 75 / 1920);
  gap: calc(100vw * 36 / 1920);
}

.recruitment-content-third {
  margin-top: calc(100vw * 80 / 1920);
  gap: calc(100vw * 36 / 1920);
}

.recruitment-content-fourth {
  margin-top: calc(100vw * 55 / 1920);
  gap: calc(100vw * 36 / 1920);
}

.recruitment-content-fifth {
  margin-top: calc(100vw * 62 / 1920);
  gap: calc(100vw * 36 / 1920);
}

.recruitment-content-sixth {
    margin-top: calc(100vw * 62 / 1920);
    gap: calc(100vw * 36 / 1920);
}

.recruitment-content-sixth .recruitment-content-title,
.recruitment-content-sixth .recruitment-content{
    color: red;
}