@charset "UTF-8";
.careerLeadArea {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .careerLeadArea {
    margin-bottom: 14.8vw;
  }
}

.careerH2Title h1, .careerH2Title h2, .careerH2Title h3, .careerH2Title h4, .careerH2Title h5, .careerH2Title h6, .careerH2Title p {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .careerH2Title h1, .careerH2Title h2, .careerH2Title h3, .careerH2Title h4, .careerH2Title h5, .careerH2Title h6, .careerH2Title p {
    font-size: 6.3vw;
    margin-bottom: 5.3vw;
  }
}

ol.maruNumList li {
  padding-left: 1em;
  text-indent: -1em;
}
ol.maruNumList li:nth-child(1)::before {
  content: "①";
}
ol.maruNumList li:nth-child(2)::before {
  content: "②";
}
ol.maruNumList li:nth-child(3)::before {
  content: "③";
}
ol.maruNumList li:nth-child(4)::before {
  content: "④";
}