@media (min-width: 768px) {
  .c_mv {
    background-image: url("../../img/pages/employment/img_mv.jpg");
  }
}

@media (max-width: 767px) {
  .c_mv {
    background-image: url("../../img/pages/employment/img_mv_sp.jpg");
  }
}

.p_employment {
  color: #192860;
}

@media (min-width: 768px) {
  .p_employment {
    margin-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .p_employment {
    margin-bottom: 20vw;
  }
}

.p_employment__list {
  border-bottom: 1px solid #d1d4df;
}

.p_employment__list__ttl {
  border-top: 1px solid #d1d4df;
}

@media (min-width: 768px) {
  .p_employment__list__ttl {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .p_employment__list__ttl {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
    padding-top: 4.66vw;
  }
}

@media (min-width: 768px) {
  .p_employment__list__txt {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p_employment__list__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}

.p_employment__list__txt h4 {
  display: block;
}

@media (min-width: 768px) {
  .p_employment__list__txt h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .p_employment__list__txt h4 span {
    display: inline-block;
    margin-left: 1em;
  }
  .p_employment__list__txt h4 .p_employment_note {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .p_employment__list__txt h4 {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
    margin-top: 4vw;
  }
  .p_employment__list__txt h4 span {
    width: auto;
    margin-left: 1em;
  }
  .p_employment__list__txt h4 .p_employment_note {
    margin-left: 0;
  }
}

.p_employment__list__txt h4:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .p_employment__list__txt span {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p_employment__list__txt span {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.7;
    margin-top: 1.33vw;
  }
}

.p_employment__list__txt span:first-child {
  margin-top: 0;
}

.p_employment__ttl {
  text-align: center;
}

@media (min-width: 768px) {
  .p_employment__ttl {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p_employment__ttl {
    font-size: 22px;
    font-size: 5.86667vw;
    margin-top: 18.66vw;
    margin-bottom: 8vw;
  }
}

.p_employment__flowList__item {
  background: url("../../img/pages/employment/ico_flow.svg") center bottom no-repeat;
}

@media (min-width: 768px) {
  .p_employment__flowList__item {
    background-size: 37px 30px;
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p_employment__flowList__item {
    background-size: 11.33vw 9.2vw;
    padding-bottom: 10.66vw;
    margin-bottom: 8vw;
  }
}

.p_employment__flowList__item:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p_employment__flowList__item__ttl {
  text-align: center;
  background: #192860;
  color: #fff;
}

@media (min-width: 768px) {
  .p_employment__flowList__item__ttl {
    font-size: 20px;
    padding: 25px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p_employment__flowList__item__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-top: 6.66vw;
    padding-bottom: 6.66vw;
    margin-bottom: 4vw;
  }
}

@media (min-width: 768px) {
  .p_employment__flowList__item__txt {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .p_employment__flowList__item__txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

.p_employment_note {
  margin-right: 0;
}

@media (max-width: 767px) {
  .p_employment_note {
    width: auto !important;
    display: inline !important;
    margin-right: 8px;
  }
}

.p_employment_lh {
  line-height: 1.3 !important;
  font-size: 14px !important;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p_employment_lh {
    line-height: 1.3 !important;
    font-size: 10px !important;
    margin-top: 4vw;
  }
}