.root.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s24-c-home {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(48, 153, 242)), to(rgb(77, 120, 248)));
  background: linear-gradient(90deg, rgb(48, 153, 242) 0%, rgb(77, 120, 248) 100%);
}
@media screen and (min-width: 768px) {
  .s24-c-home {
    background: -webkit-gradient(linear, left top, right top, from(rgb(49, 147, 246)), to(rgb(85, 110, 250)));
    background: linear-gradient(90deg, rgb(49, 147, 246) 0%, rgb(85, 110, 250) 100%);
  }
}
.s24-c-home::before, .s24-c-home::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s24-c-home::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 58, 153, 0)), color-stop(61%, rgba(0, 30, 113, 0.38)), to(rgba(0, 19, 98, 0.51)));
  background: linear-gradient(180deg, rgba(0, 58, 153, 0) 0%, rgba(0, 30, 113, 0.38) 61%, rgba(0, 19, 98, 0.51) 100%);
}
@media screen and (min-width: 768px) {
  .s24-c-home::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 58, 153, 0)), color-stop(61%, rgba(0, 30, 113, 0.38)), to(rgba(0, 19, 98, 0.51)));
    background: linear-gradient(180deg, rgba(0, 58, 153, 0) 0%, rgba(0, 30, 113, 0.38) 61%, rgba(0, 19, 98, 0.51) 100%);
  }
}
.s24-c-home::after {
  background-image: url("../images/career/home-bg-sp.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .s24-c-home::after {
    background-size: 1466px;
    background-image: url("../images/career/home-bg.png");
  }
}
.s24-c-home-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-bottom: 120px;
}
.s24-c-home-content-heading {
  font-size: 30px;
  font-size: 2.14285714rem;
  line-height: 1.53;
  letter-spacing: 0.03em;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .s24-c-home-content-heading {
    margin: 60px 0;
    font-size: 34px;
    font-size: 2.42857142rem;
  }
}
.s24-c-home-content-text {
  font-size: 13px;
  font-size: 0.92857142rem;
  letter-spacing: 0.02em;
  line-height: 2.31;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s24-c-home-content-text {
    line-height: 2.38;
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}
.s24-c-home-content-text:first-of-type {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .s24-c-home-content-text:first-of-type {
    margin-top: 74px;
  }
}
.s24-c-home-content-text:nth-of-type(n + 2) {
  margin-top: 1.5em;
}