.career__top {
  padding: 64px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .career__top {
    padding: 80px 0 104px;
  }
}
@media screen and (min-width: 992px) {
  .career__top {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1920px) {
  .career__top {
    padding: 100px 0 224px;
  }
}
.career__top .c-btn {
  margin-bottom: 64px;
  opacity: 0;
  padding-left: 20px;
  position: relative;
  transform: translateY(100px);
}
@media screen and (min-width: 768px) {
  .career__top .c-btn {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .career__top .c-btn {
    margin-bottom: 100px;
    padding-left: 12px;
  }
}
.career__top .c-btn:before {
  content: url(../img/content/arrow_left.svg);
  height: 16px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.career__top .c-btn.show {
  opacity: 1;
  transform: translateY(0);
}
.career__top h1 {
  font-size: 60px;
  letter-spacing: -1.2px;
  line-height: 60px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease 0.4s;
}
@media screen and (min-width: 768px) {
  .career__top h1 {
    font-size: 100px;
    line-height: 0.88;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .career__top h1 {
    font-size: 148px;
    letter-spacing: -2.96px;
    line-height: 1;
  }
}
.career__top h1.show {
  opacity: 1;
  transform: translateY(0);
}
.career__top p {
  margin-bottom: 32px;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(100px);
  transition: all 0.3s ease 0.2s;
}
.career__top p.show {
  opacity: 1;
  transform: translateY(0);
}
.career__type {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .career__type {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .career__type {
    margin-bottom: 140px;
  }
}
.career__content--inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .career__content--inner {
    max-width: 357px;
  }
}
@media screen and (min-width: 992px) {
  .career__content--inner {
    max-width: 596px;
  }
}
@media screen and (min-width: 1920px) {
  .career__content--inner {
    max-width: 864px;
  }
}
.career__type--title {
  align-items: center;
  display: flex;
  font-family: DM Sans;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .career__type--title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.88px;
    line-height: 48px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .career__type--title {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1.12px;
    line-height: 64px;
  }
}
.career__type--title svg {
  height: 29px;
  margin-right: 12px;
  width: 28px;
}
@media screen and (min-width: 1920px) {
  .career__type--title svg {
    height: 40px;
    margin-right: 20px;
    width: 39px;
  }
}
.career__type--tags span {
  background: #fddd1c;
  border-radius: 8px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .career__type--tags span {
    font-size: 20px;
    line-height: 24px;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1920px) {
  .career__type--tags span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .career__content--row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
.career__content--row:not(.last--row) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .career__content--row:not(.last--row) {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .career__content--row:not(.last--row) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .career__content--row:not(.last--row) {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
}
.career__content--row p {
  margin-top: 0;
}
.career__content--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .career__content--title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .career__content--title {
    font-size: 24px;
    line-height: 28px;
  }
}
.career__content--text li {
  padding-left: 24px;
  position: relative;
}
.career__content--text li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1920px) {
  .career__content--text li:not(:last-child) {
    margin-bottom: 20px;
  }
}
    /* .career__content--text li:before {
      background: #2b2b2b;
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 4px;
      left: 10px;
      position: absolute;
      top: 12px;
      width: 4px;
    } */
.career__dates {
  margin: 32px 0 96px;
}
@media screen and (min-width: 768px) {
  .career__dates {
    display: flex;
    justify-content: flex-end;
    margin: 24px 0 164px;
  }
}
@media screen and (min-width: 992px) {
  .career__dates {
    margin: 32px 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .career__dates {
    margin: 48px 0 180px;
  }
}
.career__dates--inner {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .career__dates--inner {
    max-width: 355px;
  }
}
@media screen and (min-width: 992px) {
  .career__dates--inner {
    max-width: 592px;
  }
}
@media screen and (min-width: 1920px) {
  .career__dates--inner {
    max-width: 864px;
  }
}
.career__dates--inner p {
  margin: 0;
  width: 152px;
}
@media screen and (min-width: 768px) {
  .career__dates--inner p {
    width: 168px;
  }
}
@media screen and (min-width: 992px) {
  .career__dates--inner p {
    width: 286px;
  }
}
@media screen and (min-width: 1920px) {
  .career__dates--inner p {
    width: 304px;
  }
}
.career__dates--inner span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .career__dates--inner span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .career__dates--inner span {
    font-size: 24px;
    line-height: 28px;
  }
}
.career--contact {
  margin-bottom: 12px;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .career--contact {
    margin-bottom: 20px;
  }
}
.career--contact .block-contact__inner {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  padding: 96px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .career--contact .block-contact__inner {
    padding:140px 40px;
  }
}
@media screen and (min-width: 992px) {
  .career--contact .block-contact__inner {
    padding: 70px 48px;;
  }
}
@media screen and (min-width: 1920px) {
  .career--contact .block-contact__inner {
    padding: 155px 96px;
  }
}
.career--contact h2 {
  color: #2b2b2b;
  font-size: 26px;
  letter-spacing: -1.3px;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .career--contact h2 {
    font-size: 52px;
    letter-spacing: -2.6px;
  }
}
@media screen and (min-width: 992px) {
  .career--contact h2 {
    font-size: 68px;
    letter-spacing: -3.4px;
  }
}
@media screen and (min-width: 1920px) {
  .career--contact h2 {
    font-size: 92px;
    letter-spacing: -4.6px;
  }
}
.career--contact h2 a {
  color: inherit;
}
.career--contact .block-contact__inner > svg {
  bottom: -250px;
  height: 1019px;
  left: -40px;
  position: absolute;
  scale: 2;
  transition: theme("transition.animation");
  width: 1019px;
}
@media screen and (min-width: 480px) {
  .career--contact .block-contact__inner > svg {
    bottom: -250px;
    height: 1019px;
    left: -20px;
    scale: 1.5;
    width: 1019px;
  }
}
@media screen and (min-width: 768px) {
  .career--contact .block-contact__inner > svg {
    bottom: 20px;
    height: 1019px;
    left: 0;
    scale: 1.54;
    width: 1019px;
  }
}
@media screen and (min-width: 992px) {
  .career--contact .block-contact__inner > svg {
    bottom: -50px;
    height: 1038px;
    left: -55px;
    scale: 1.1;
    width: 1038px;
  }
}
@media screen and (min-width: 1920px) {
  .career--contact .block-contact__inner > svg {
    bottom: 95px;
    height: 1519px;
    left: -70px;
    scale: 1.2;
    width: 1519px;
  }
}
.career--contact .block-contact__content {
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .career--contact .block-contact__content {
    margin: 0 auto 32px;
  }
}
.post-type-archive {
  background: #ededed;
}
.careers__archive-top {
  padding: 48px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .careers__archive-top {
    padding: 64px 0;
  }
}
@media screen and (min-width: 992px) {
  .careers__archive-top {
    padding: 92px 0 80px;
  }
}
@media screen and (min-width: 1920px) {
  .careers__archive-top {
    padding: 100px 0 104px;
  }
}
.careers__archive-top h1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .careers__archive-top h1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .careers__archive-top h1 {
    margin-bottom: 32px;
  }
}
.careers__archive-top h1 svg {
  height: 40px;
  margin: 0 12px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .careers__archive-top h1 svg {
    height: 58px;
    width: 104px;
  }
}
@media screen and (min-width: 992px) {
  .careers__archive-top h1 svg {
    margin: 0 16px;
  }
}
@media screen and (min-width: 1920px) {
  .careers__archive-top h1 svg {
    height: 76px;
    margin: 0 24px;
    width: 137px;
  }
}
.careers__archive-top p {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .careers__archive-top p {
    max-width: 536px;
  }
}
@media screen and (min-width: 992px) {
  .careers__archive-top p {
    max-width: 592px;
  }
}
@media screen and (min-width: 1920px) {
  .careers__archive-top p {
    max-width: 640px;
  }
}
.career__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .career__posts {
    margin-bottom: 164px;
  }
}
@media screen and (min-width: 992px) {
  .career__posts {
    gap: 24px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1920px) {
  .career__posts {
    gap: 32px;
    margin-bottom: 200px;
  }
}
.career__post {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 268px;
  justify-content: space-between;
  padding: 28px 20px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .career__post {
    border-radius: 24px;
    flex: 1 1 calc(50% - 8px);
    height: 456px;
    padding: 40px 24px 28px;
  }
}
@media screen and (min-width: 992px) {
  .career__post {
    flex: 1 1 calc(50% - 12px);
    height: 372px;
    padding: 48px 40px 40px;
  }
}
@media screen and (min-width: 1920px) {
  .career__post {
    flex: 1 1 calc(50% - 16px);
    height: 540px;
    padding: 64px 64px 56px;
  }
}
.career__post:nth-of-type(2n) {
  background: #fe7467;
}
.career__post:nth-of-type(3n) {
  background: #6080f5;
}
.career__post:nth-of-type(4n) {
  background: #fff;
}
.career__post p {
  text-transform: uppercase;
}
.career__post-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.career__post-link > span {
  color: #656565;
}
.career__post-link .c-btn {
  padding-right: 20px;
  position: relative;
}
.career__post-link .c-btn:after {
  content: url(../img/content/arrow_right.svg);
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1920px) {
  .career__post-link .c-btn:after {
    right: 32px;
  }
}
.career__post-link .c-btn span {
  padding: 12px 20px;
}
@media screen and (min-width: 1920px) {
  .career__post-link .c-btn span {
    padding: 16px 32px;
  }
}