@charset "utf-8";
#box_application_recruit .job_occupations {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #box_application_recruit .job_occupations {
    font-size: 18px;
  }
}
#box_application_recruit .job_occupations::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #0087CE;
  margin: 0.5em 0 0.9em;
}
@media (min-width: 1046px) {
  #box_application_recruit .requirements_list dd,
  #box_application_recruit .requirements_list2 dd {
    width: 80%;
  }
}
#page_top {
  z-index: 10;
}
@media (max-width: 768px) {
  #page_top {
    right: 2%;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
.lower-product .engine_cont_product .list-number li::before {
  margin: 0 15px 0 0;
  font-size: clamp(calc(44px*0.8), calc(44 / 1440 * 100vw), 44px);
}
@media (max-width: 430px) {
  .lower-product .engine_cont_product .list-number li::before {
    font-size: clamp(45px, calc(60 / 900 * 100vw), 60px);
  }
}
.lower-product .engine_cont_product .list-number li h4 {
  font-size: clamp(calc(20px*0.8), calc(18 / 1440 * 100vw), 20px);
}
@media (max-width: 900px) {
  .lower-product .engine_cont_product .list-number li h4 {
    font-size: clamp(20px, calc(24 / 900 * 100vw), 24px);
  }
}
.lower-product .engine_cont_product .list-number li .parst_name_engine2 .text-narrow {
  font-size: 1.2rem;
}
