@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_environment__heading {
  position: relative;
  z-index: 0;
}
.p_environment__heading .o_c_heading__page__body__en {
  font-size: clamp(2rem, 8vw, 8.125rem);
}
.p_environment__heading .o_c_heading__page__body__jp::before {
  content: none;
}
.p_environment__heading::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 3rem;
  max-width: 350px;
  width: 35%;
  height: 90%;
  background: url(../../assets/images/environment/img-heading-bg@2x.png) no-repeat top center/contain;
}
@supports (background-image: url("../../assets/images/environment/img-heading-bg@2x.webp")) {
  .p_environment__heading::before {
    background-image: url("../../assets/images/environment/img-heading-bg@2x.webp");
  }
}
@media screen and (max-width: 480px) {
  .p_environment__heading::before {
    top: 3rem;
    right: 1rem;
  }
}
.p_environment__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p_environment__lead {
    text-align: left;
    margin-bottom: 5rem;
  }
}
.p_environment__sticky {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(180px, 25%) 3rem 1fr;
  grid-template-columns: minmax(180px, 25%) 1fr;
  gap: 3rem;
  border-top: solid 1px #0A1023;
}
.p_environment__sticky__area__target {
  position: sticky;
  top: 110px;
}
.p_environment__sticky__area__target .o_c_heading__highlight {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_environment__sticky__area__target .o_c_heading__highlight--en {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
}
.p_environment__sticky__content {
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .p_environment__sticky {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .p_environment__sticky__area__target {
    position: initial;
    top: initial;
  }
  .p_environment__sticky__content {
    padding: 0;
  }
}
.p_environment__anchorlink {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p_environment__anchorlink {
    display: none;
  }
}
.p_environment__anchorlink__item {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.2em;
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_environment__anchorlink__item:last-child {
  margin-bottom: 0;
}
.p_environment__anchorlink__item::before {
  content: "";
  background-color: #0D5EFF;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  aspect-ratio: 1/1;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .p_environment__anchorlink__item:hover::before {
    background-color: #81889D;
  }
}
.p_environment__list {
  margin-bottom: 5rem;
}
.p_environment__list:last-child {
  margin-bottom: 0;
}
.p_environment__list__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 2vw, 1.5rem);
  line-height: 1.2;
  padding: 0 0 1em;
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p_environment__list__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.3;
}
.p_environment__list__heading__ico {
  width: clamp(2.5rem, 4vw, 3.25rem);
  aspect-ratio: 1/1;
}
.p_environment__list__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.p_environment__list__grid__item__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1rem;
}
.p_environment__list__grid__item__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 1.2em;
  background-color: #0D5EFF;
  border-radius: 10px;
}
.p_environment__list__grid__item__body {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-left: 1em;
}
.p_environment__list__grid__item__body .notice {
  font-size: 0.8125rem;
  margin-top: 1em;
}
.p_environment__list__grid__item__body .notice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_environment__list__grid__item__body .notice__row dt {
  min-width: 2em;
  white-space: nowrap;
  padding-right: 1em;
}
@media screen and (max-width: 1166px) {
  .p_environment__list__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_environment__training {
  margin-bottom: 8rem;
}
.p_environment__welfare {
  margin-bottom: 8rem;
}
.p_environment__career {
  margin-bottom: 12rem;
}
.p_environment__career__content__step {
  margin-bottom: 8rem;
}
.p_environment__career__content__step__body {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.p_environment__career__content__step__image {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_environment__career__content__step__image {
    text-align: center;
  }
}
.p_environment__career__content__model__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.p_environment__career__content__model__ttl .en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p_environment__career__content__model__ttl .en::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1em;
  border-radius: 10px;
  background-color: #0D5EFF;
}
.p_environment__career__content__model__ttl .jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 50%;
}
.p_environment__career__content__model__image {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_environment__career__content__model__image {
    text-align: center;
  }
}
.p_environment__slider {
  margin-bottom: 5rem;
}
.p_environment__slider__wrap .slide {
  width: auto;
  height: 570px;
}
.p_environment__slider__wrap .slide img {
  width: auto;
  height: 100%;
}
.p_environment__slider__wrap .slide.x-10 {
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  .p_environment__slider__wrap .slide {
    width: auto;
    height: 320px;
  }
}
.p_environment__workstyle {
  margin-bottom: 8rem;
}
.p_environment__workstyle__heading {
  margin-bottom: 3rem;
}
.p_environment__workstyle__upper {
  background-color: #EAEEF7;
}
.p_environment__workstyle__lower {
  position: relative;
  background-color: #EAEEF7;
  z-index: 0;
}
.p_environment__workstyle__lower::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: 100%;
  height: 30%;
  max-height: 300px;
  opacity: 0.4;
  background: url(../../assets/images/environment/img-movie-bg@2x.png) no-repeat center/cover;
  mix-blend-mode: color-burn;
}
@supports (background-image: url("../../assets/images/environment/img-movie-bg@2x.webp")) {
  .p_environment__workstyle__lower::before {
    background-image: url("../../assets/images/environment/img-movie-bg@2x.webp");
  }
}
.p_environment__workstyle__env {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 3rem;
}
.p_environment__workstyle__env::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 25%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p_environment__workstyle__env::before {
    height: 150px;
  }
}
.p_environment__workstyle__env__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}
.p_environment__workstyle__env__list__item__thumb {
  width: 100%;
  aspect-ratio: 75/103;
  border-radius: 200px;
  overflow: hidden;
}
.p_environment__workstyle__env__list__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_environment__workstyle__env__list__item__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EAEEF7;
}
.p_environment__workstyle__env__list__item__content__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 3vw, 1.625rem);
  line-height: 1.2;
  text-align: center;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4em;
}
.p_environment__workstyle__env__list__item__content__body {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_environment__workstyle__env__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .p_environment__workstyle__env__list__item__thumb {
    max-width: 220px;
    margin: 0 auto;
  }
  .p_environment__workstyle__env__list__item__content__ttl {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: clamp(1.375rem, 3vw, 1.625rem);
    line-height: 1.2;
    text-align: center;
    padding: 1em 0;
    min-height: initial;
  }
}
.p_environment__workstyle__certificate {
  margin-bottom: 3rem;
}
.p_environment__workstyle__certificate:first-of-type {
  margin-bottom: 5rem;
}
.p_environment__workstyle__certificate__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
.p_environment__workstyle__certificate__ttl span {
  padding: 0 1em;
  border-left: solid 1px #0A1023;
  border-right: solid 1px #0A1023;
}
.p_environment__workstyle__certificate__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p_environment__workstyle__certificate__list__col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p_environment__workstyle__certificate__list__item {
  padding: 2rem;
  border-radius: 20px;
  background-color: #ffffff;
}
.p_environment__workstyle__certificate__list__item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.p_environment__workstyle__certificate__list__item__logo__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_environment__workstyle__certificate__list__item__logo__ttl {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p_environment__workstyle__certificate__list__item__logo__ttl .ce-name {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  color: #ffffff;
  padding: 0.3em 1em;
  background-color: #0D5EFF;
  border-radius: 30px;
}
.p_environment__workstyle__certificate__list__item__logo__ttl .status {
  font-size: clamp(1rem, 2vw, 1.125rem);
  background-color: #0D5EFF;
  border-radius: 30px;
}
.p_environment__workstyle__certificate__list__item__body {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_environment__workstyle__certificate__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .p_environment__workstyle__certificate__list__item {
    padding: 1.5rem;
  }
  .p_environment__workstyle__certificate__list__item__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
  .p_environment__workstyle__certificate__list__item__logo__pic {
    width: 35%;
    max-width: 160px;
    aspect-ratio: 1.5/1;
  }
  .p_environment__workstyle__certificate__list__item__logo__ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_environment__workstyle__certificate__list__col-2 .p_environment__workstyle__certificate__list__item__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_environment__workstyle__certificate__list__col-2 .p_environment__workstyle__certificate__list__item__logo__pic {
    width: 100%;
    max-width: 100%;
    aspect-ratio: initial;
  }
  .p_environment__workstyle__certificate__list__col-2 .p_environment__workstyle__certificate__list__item__logo__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p_environment__workstyle__video {
  width: calc(100% - 3rem);
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 0;
}
.p_environment__workstyle__video__thumb {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_environment__workstyle__video__thumb__btn {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.p_environment__workstyle__video__thumb__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0A1023;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_environment__workstyle__video__thumb__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(3rem, 7vw, 4.625rem);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../assets/images/environment/ico-play@2x.png) no-repeat center/cover;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@supports (background-image: url("../../assets/images/environment/ico-play@2x.webp")) {
  .p_environment__workstyle__video__thumb__btn::after {
    background-image: url("../../assets/images/environment/ico-play@2x.webp");
  }
}
@media (hover: hover) {
  .p_environment__workstyle__video__thumb__btn:hover::before {
    opacity: 0;
  }
  .p_environment__workstyle__video__thumb__btn:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.p_environment__workstyle__video__caption {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_environment__workstyle__video__thumb__btn {
    border-radius: 5px;
  }
}

.career-card {
  position: relative;
  margin-bottom: 1.8rem;
}
.career-card::after {
  content: "";
  position: absolute;
  bottom: -1.36rem;
  left: 51.0344827586px;
  z-index: 1;
  height: 22px;
  width: 46px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #4AA1FD;
}
@media screen and (max-width: 480px) {
  .career-card::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.career-card:last-child {
  margin-bottom: 0;
}
.career-card:last-child::after {
  content: none;
}
@media screen and (max-width: 480px) {
  .career-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career-card__header {
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  background-color: #0D5EFF;
  padding: 1rem;
  text-align: center;
  border-radius: 10px 0 0 10px;
  width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.career-card__header span.num {
  font-size: 1.625rem;
}
.career-card__header .sm {
  font-size: 80%;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .career-card__header {
    display: block;
    font-size: 1.25rem;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: initial;
    position: initial;
  }
  .career-card__header span.num {
    font-size: 1.5rem;
  }
  .career-card__header .sm {
    display: inline-block;
    margin-top: 0;
  }
}
.career-card__content {
  background-color: #DBE7FF;
  padding: 1.5rem;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.career-card__content__ttl {
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  padding-left: 148px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .career-card__content__ttl {
    text-align: center;
    padding: 0;
  }
}
.career-card__content__ttl span {
  display: inline-block;
  background-color: #0D5EFF;
  padding: 0.5em 1em;
  border-radius: 40px;
}
.career-card__content__position {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #0D5EFF;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
}
.career-card__content__position::before {
  content: "【";
}
.career-card__content__position::after {
  content: "】";
}
.career-card__content__body {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 24px;
  padding-left: 148px;
}
.career-card__content__body li {
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.career-card__content__body li:last-child {
  margin-bottom: 0;
}
.career-card__content__body li::before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 70%;
  color: #0D5EFF;
}
.career-card__content__location {
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.career-card__content__location span {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.3em 0.5em;
}
@media screen and (max-width: 1166px) {
  .career-card__content__body {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .career-card__content__location {
    position: initial;
    text-align: right;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .career-card__content {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .career-card__content__body {
    padding-left: 0;
  }
  .career-card__content__location {
    text-align: center;
  }
}

.career-card:nth-of-type(1) .career-card__header {
  background-color: #86aeff;
}

.career-card:nth-of-type(2) .career-card__header {
  background-color: #5e93ff;
}

.career-card:nth-of-type(3) .career-card__header {
  background-color: #3579ff;
}

.career-card:nth-of-type(4) .career-card__header {
  background-color: #0d5eff;
}
/*# sourceMappingURL=environment.css.map */