@charset "utf-8";

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/job_support/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;
}
.page-ttl h1 {
  max-width: 420px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* job-support
-----------------------------------------------------------------*/
.job-support {
  padding: 85px 0 60px;
}
.job-support .txt {
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
}
.job-support .txt-lead-top {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7fbe26;
  font-weight: 800;
  text-align: center;
}
.job-support .txt-lead {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7fbe26;
  font-weight: 800;
  text-align: center;
}
.job-support .step-list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-support .step-list li {
  width: 23.5%;
}
.job-support .step-list li .ttl {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #6eba44;
  font-weight: 700;
  align-items: center;
  letter-spacing: 0.05rem;
}
.job-support .step-list li .ttl span:first-of-type {
  width: 24px;
  text-align: left;
}
.job-support .step-list li .ttl span:last-of-type {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #6eba44;
}
.job-support .step-list li:first-of-type .ttl span img {
  width: 14px !important;
  margin-left: 5px;
}
.job-support .step-list li .photo {
  margin-top: 15px;
}
.job-support .step-list li .txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}

.job-support .box-voice {
  width: 90%;
  margin: 0 auto;
  background: #ecf6e6;
  border-radius: 20px;
  overflow: hidden;
}
.job-support .box-voice .ttl-voice {
  padding: 2px 0;
  background: #7fbe26;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.job-support .box-voice ul {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
}
.job-support .box-voice ul li {
  width: 50%;
  padding: 0 10% 0 3%;
  position: relative;
}
.job-support .box-voice ul li:first-of-type {
  border-right: 1px solid #9f9f9f;
}
.job-support .box-voice ul li .txt-lead-voice {
  color: #6eba44;
  font-size: 1.7rem;
  font-weight: 700;
}
.job-support .box-voice ul li .txt {
  margin: 5px 0 15px;
  font-size: 1.4rem;
  text-align: left;
}
.job-support .box-voice ul li .profile {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.job-support .box-voice ul li .profile p {
  width: 49%;
}
.job-support .box-voice ul li .profile .work {
  padding: 7px;
  background: #ffffff;
  border-radius: 10px;
  color: #7fbe26;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.job-support .box-voice ul li .profile .name {
  font-size: 1.2rem;
}
.job-support .box-voice ul li .profile .name span {
  font-size: 130%;
}
.job-support .box-voice ul li .person {
  width: 20%;
  position: absolute;
  bottom: -30px;
  right: 0;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/job_support/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-ttl h1 {
    max-width: 300px;
  }

  /* job-support
-----------------------------------------------------------------*/

  .job-support .txt-lead-top {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .job-support {
    padding: 30px 0 50px;
  }
  .job-support .txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .job-support .txt-lead {
    height: 40px;
    margin-bottom: 30px;
    background: #7fbe26;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 36px;
    position: relative;
  }
  .job-support .txt-lead::before,
  .job-support .txt-lead::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 10px;
    height: 40px;
    background-size: 100% auto;
  }
  .job-support .txt-lead::before {
    left: -10px;
    background-image: url(../image/job_support/sec_cont_ttl_left01.svg);
  }
  .job-support .txt-lead::after {
    right: -10px;
    background-image: url(../image/job_support/sec_cont_ttl_right01.svg);
  }
  .job-support .step-list {
    width: 100%;
  }
  .job-support .step-list li {
    width: 100%;
  }
  .job-support .step-list li .ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .job-support .step-list li .ttl span:first-of-type {
    width: 24px;
  }
  .job-support .step-list li .ttl span img {
    width: 24px !important;
  }
  .job-support .step-list li:first-of-type .ttl span img {
    width: 14px !important;
    margin-left: 5px;
  }
  .job-support .step-list li .photo {
    margin-top: 15px;
  }
  .job-support .step-list li .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .job-support .box-voice {
    width: 100%;
  }
  .job-support .box-voice .ttl-voice {
    padding: 7px 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .job-support .box-voice ul {
    padding: 5% 5% 0 5%;
    flex-wrap: wrap;
  }
  .job-support .box-voice ul li {
    width: 100%;
    padding: 0 0 10% 0;
  }
  .job-support .box-voice ul li:first-of-type {
    border-right: none;
  }
  .job-support .box-voice ul li:last-of-type {
    padding-top: 7%;
    border-top: 1px solid #9f9f9f;
  }
  .job-support .box-voice ul li .txt-lead-voice {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
  }
  .job-support .box-voice ul li .txt {
    margin: 5px 0 15px;
    font-size: 1.4rem;
    text-align: left;
  }
  .job-support .box-voice ul li .profile {
    display: block;
    margin-top: 10px;
  }
  .job-support .box-voice ul li .profile p {
    width: 100%;
  }
  .job-support .box-voice ul li .profile .work {
    padding: 3% 5%;
    border-radius: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
  }
  .job-support .box-voice ul li .profile .name {
    margin-top: 3%;
    font-size: 1.3rem;
  }
  .job-support .box-voice ul li .profile .name span {
    font-size: 130%;
  }
  .job-support .box-voice ul li .person {
    width: 30%;
    bottom: 0;
    max-width: 170px;
  }
}
