/***************************************

career

***************************************/
.career h2.bdr {
  font-size: 5.5837563452vw;
  font-weight: 500;
  padding: 4.5685279188vw 0 9.6446700508vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .career h2.bdr {
    font-size: 2.3076923077vw;
    padding: 2.3076923077vw 0 3.4615384615vw;
  }
}
@media screen and (min-width: 1300px) {
  .career h2.bdr {
    font-size: 30px;
    padding: 30px 0 45px;
  }
}
.career h2.bdr::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5076142132vw;
  background: -webkit-gradient(linear, left top, right top, from(#8DE5FA), color-stop(11.299%, #8DE5FA), color-stop(11.299%, #2B278D), to(#2B278D));
  background: linear-gradient(90deg, #8DE5FA 0%, #8DE5FA 11.299%, #2B278D 11.299%, #2B278D 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .career h2.bdr::before {
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#8DE5FA), color-stop(3.478%, #8DE5FA), color-stop(3.478%, #2B278D), to(#2B278D));
    background: linear-gradient(90deg, #8DE5FA 0%, #8DE5FA 3.478%, #2B278D 3.478%, #2B278D 100%);
  }
}