.careers {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  color: #fff;
  background-color: #222224;
  padding-top: 70px;
  padding-bottom: 80px;
}
.careers__container {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  width: 1732px;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}
.careers__title {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  z-index: 1;
  line-height: 40px;
}
.careers__content {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 50px;
  font-size: 24px;
}
.careers__visual {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  align-items: flex-start;
  box-sizing: border-box;
  flex: 1;
  border-radius: 16px;
  background-color: #0f0f10;
  flex-direction: row;
  padding: 70px 100px;
  gap: 101px;
  z-index: 1;
}
.careers__visual-img {
  width: 517px;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.careers__visual-description {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  padding: 46px 0 0;
  min-width: 412px;
  gap: 30px;
  width: 100%;
}
.careers__visual-description-invitation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  max-width: 100%;
}
.careers__visual-description-invitation-title {
  letter-spacing: -0.02em;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
}
.careers__visual-description-invitation-content-pc {
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 300;
  color: #a7a9b1;
}
.careers__visual-description-invitation-content-mobile {
  display: none;
}
.careers__buttons {
  display: flex;
  justify-content: flex-start;
  width: 312px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.careers__buttons a {
  text-decoration: none;
}
.careers__buttons-btn-fill {
  cursor: pointer;
  border: 0;
  padding: 8.5px 24px;
  background-color: #dcdee4;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #0f0f10;
}
.careers__buttons-btn-fill:hover {
  background-color: #ffffff;
}
.careers__buttons-btn-stroke {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  align-items: center;
  border-radius: 34px;
  border: 2px solid #dcdee4;
  padding: 6px 22px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #dcdee4;
}
.careers__buttons-btn-stroke:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.careers__job-category {
  width: 402px;
  min-width: 402px;
  height: 360px;
  background-color: #2d2d2f;
  border-radius: 16px;
  position: relative;
  padding: 26px 12px 24px 24px;
}
.careers__job-category-title {
  color: var(--white-ffffff, var(--1, #fff));
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-block: auto;
}
.careers__job-category-container {
  height: auto;
}
.careers__job-category-content {
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  max-height: 251px;
  overflow-y: auto;
}
.careers__job-category-text {
  height: 32px;
  border-radius: 40px;
  background-color: var(--grey-424244, #424244);
  padding: 7px 14px;
  cursor: pointer;
  color: var(--grey-dcdee-4, var(--default, #dcdee4));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.careers__job-category-text:hover {
  background-color: #6f6f74;
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .careers__container {
    width: 1280px;
  }
  .careers__job-category {
    display: none;
  }
}
@media (max-width: 1279px) {
  .careers {
    padding: 88px 40px;
  }
  .careers__container {
    gap: 30px;
  }
  .careers__title {
    font-size: 48px;
  }
  .careers__visual {
    flex-direction: column;
    gap: 61px;
    padding: 100px 22px;
  }
  .careers__visual-img {
    width: auto;
  }
  .careers__visual-description {
    gap: 61px;
  }
  .careers__visual-description-invitation {
    gap: 24px;
    padding: 0 79px;
  }
  .careers__visual-description-invitation-title {
    height: 41px;
    font-size: 34px;
    letter-spacing: -0.85px;
  }
  .careers__visual-description-invitation-content-pc {
    display: none;
  }
  .careers__visual-description-invitation-content-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 74px;
  }
  .careers__visual-description-invitation-content-mobile p {
    font-size: 22px;
    color: #a7a9b1;
    line-height: 32px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .careers__buttons {
    padding: 0 33px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #0f0f10;
    gap: 20px;
  }
  .careers__buttons-btn-fill {
    width: 100%;
    padding: 14.5px 40.5px;
    font-size: 26px;
    height: 60px;
    width: 270px;
  }
  .careers__buttons-btn-stroke {
    width: 100%;
    padding: 14.5px 40.5px;
    font-size: 26px;
    height: 60px;
    width: 270px;
  }
  .careers__job-category {
    display: none;
  }
}
@media (max-width: 768px) {
  .careers {
    padding: 44px 20px;
  }
  .careers__container {
    gap: 15px;
  }
  .careers__title {
    font-size: 24px;
    line-height: normal;
  }
  .careers__visual {
    flex-direction: column;
    gap: 31px;
    padding: 50px 27.5px;
    border-radius: 8px;
  }
  .careers__visual-img {
    width: auto;
  }
  .careers__visual-description {
    gap: 31px;
    min-width: unset;
    padding: unset;
  }
  .careers__visual-description-invitation {
    gap: 12px;
    padding: unset;
  }
  .careers__visual-description-invitation-title {
    height: fit-content;
    font-size: 17px;
    letter-spacing: -0.85px;
  }
  .careers__visual-description-invitation-content-pc {
    display: none;
  }
  .careers__visual-description-invitation-content-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 37px;
  }
  .careers__visual-description-invitation-content-mobile p {
    font-size: 11px;
    color: #a7a9b1;
    line-height: unset;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .careers__buttons {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #0f0f10;
    gap: 10px;
    display: flex;
    justify-content: center;
  }
  .careers__buttons-btn-fill {
    width: 100%;
    padding: 4px 12px;
    font-size: 13px;
    height: 30px;
    max-width: 98px;
  }
  .careers__buttons-btn-stroke {
    padding: 4px 12px;
    font-size: 13px;
    height: 30px;
    max-width: 118px;
    border-width: 1px;
  }
  .careers__job-category {
    display: none;
  }
  .careers__buttons-btn-stroke {
    width: 100%;
    padding: 7px 31px;
    max-width: 135px;
  }
  .careers__buttons-btn-fill {
    width: 100%;
    padding: 8px 31px;
    max-width: 135px;
  }
}
