@charset "UTF-8";
/* =======================================

        mixin

======================================= */
/*************************
変数設定
*************************/
.joblist {
  padding-top: 236px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .joblist {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .joblist {
    padding-top: 67px;
  }
}
.joblist:before {
  content: "";
  width: clamp(0px, 7.8125vw, 150px);
  height: clamp(0px, 30.2604166667vw, 581px);
  background: url(../img/joblist/joblist.png) no-repeat center center/cover;
  display: block;
  position: absolute;
  top: 1.3%;
  right: 10.5%;
}
@media screen and (max-width: 1024px) {
  .joblist:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .joblist:before {
    width: clamp(0px, 21.0256410256vw, 82px);
    height: clamp(0px, 81.5384615385vw, 318px);
    display: block;
    top: 2%;
    right: 2%;
  }
}
.joblist_info {
  position: relative;
}
.joblist_info:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 152px;
}
@media screen and (max-width: 1024px) {
  .joblist_info:before {
    display: none;
  }
}
.joblist_dl {
  color: #F3F3F3;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .joblist_dl {
    flex-direction: column;
  }
}
.joblist_dl:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .joblist_dl:not(:last-of-type) {
    margin-bottom: 68px;
  }
}
.joblist_dl:nth-of-type(1) .joblist_dt:before, .joblist_dl:nth-of-type(2) .joblist_dt:before {
  width: 76%;
}
.joblist_dt {
  font-size: 2.2rem;
  font-size: clamp(10px, 1.1458333333vw, 22px);
  font-weight: 700;
  width: 115px;
  margin-right: 73px;
  line-height: 1.591;
}
@media screen and (max-width: 1024px) {
  .joblist_dt {
    font-size: clamp(10px, 5.8666666667vw, 20px);
    width: 100%;
    margin-bottom: 35px;
    position: relative;
  }
  .joblist_dt:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 45px;
    transform: translateY(-50%);
  }
}
.joblist_dd {
  font-size: 2rem;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  width: calc(100% - 189px);
  margin-top: -6px;
  line-height: 2.25;
}
@media screen and (max-width: 1024px) {
  .joblist_dd {
    font-size: clamp(10px, 4.2666666667vw, 16px);
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .joblist_dd li {
    line-height: 2;
  }
}

.salary {
  margin-top: 151px;
}
@media screen and (max-width: 1024px) {
  .salary {
    margin-top: 142px;
  }
}
.salary_lead {
  color: #fff;
  font-size: 2.2rem;
  font-size: clamp(10px, 1.1458333333vw, 22px);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .salary_lead {
    font-size: clamp(10px, 5.3333333333vw, 20px);
  }
}
.salary_lead:before {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .salary_lead:before {
    width: calc(100% - 80px);
    left: unset;
    right: 0;
  }
}
.salary_info {
  color: #fff;
  font-size: 2rem;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  margin-top: 39px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .salary_info {
    font-size: clamp(10px, 4.2666666667vw, 16px);
    margin-top: 21px;
    flex-direction: column;
  }
}
.salary_dl {
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .salary_dl {
    display: flex;
    flex-wrap: wrap;
    margin-right: 57px;
  }
}
@media screen and (max-width: 767px) {
  .salary_dl {
    display: none;
  }
}
.salary_dl:not(:last-of-type) {
  margin-right: 57px;
}
@media screen and (max-width: 1024px) {
  .salary_dl:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.salary_list {
  line-height: 2;
}
@media screen and (min-width: 767.1px) {
  .salary_list {
    display: none;
  }
}
.salary_list:not(:last-of-type) {
  margin-bottom: 16px;
}
.salary_dt {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .salary_dt {
    margin-right: 10px;
  }
}
.salary_name {
  font-weight: 700;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .salary_dd {
    margin-right: 10px;
    line-height: 2;
  }
}
.salary_desc {
  margin-right: 10px;
}
.salary_tag {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .salary_tag {
    margin-top: 71px;
  }
}
.salary_tag_name {
  color: #fff;
  font-size: 1.6rem;
  padding: 7px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .salary_tag_name {
    margin-bottom: 10px;
  }
}
.salary_tag_name:not(:last-of-type) {
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .salary_tag_name:not(:last-of-type) {
    margin-right: 10px;
  }
}

.application {
  margin-top: 157px;
}
@media screen and (max-width: 1024px) {
  .application {
    margin-top: 138px;
  }
}
.application_wrap {
  padding: 56px 161px 50px 129px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .application_wrap {
    padding: 27px 30px 36px 30px;
    flex-direction: column;
    border-radius: 10px;
  }
}
.application_lead {
  color: #F3F3F3;
  font-size: 2.5rem;
  font-size: clamp(10px, 1.3020833333vw, 25px);
  font-weight: 800;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .application_lead {
    font-size: clamp(10px, 5.3333333333vw, 20px);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.application_mail {
  font-size: 2rem;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .application_mail {
    font-size: clamp(10px, 4.8vw, 18px);
    margin-bottom: 49px;
  }
}
.application_mail_text {
  color: #F3F3F3;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .application_mail_text {
    margin-bottom: 18px;
  }
}
.application_mail_address {
  color: #00A29A;
  font-size: 18px;
  background-color: #F3F3F3;
  padding: 13px 30px 13px 60px;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .application_mail_address {
    font-size: 17px;
    padding: 13px 35px 13px 65px;
  }
}
.application_mail_address:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.application_mail_address:before {
  content: "";
  width: 35px;
  height: 26px;
  display: block;
  background: url(../img/joblist/icon_mail.svg) no-repeat center center/cover;
  position: absolute;
  top: 46%;
  left: 19px;
  transform: translateY(-50%);
}
/* @media screen and (max-width: 767px) {
  .application_mail_address:before {
    width: 21px;
    height: 15px;
  }
} */
.application_tel {
  font-weight: 700;
  text-align: center;
  position: relative;
}
.application_tel_text {
  color: #F3F3F3;
  font-size: 2rem;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .application_tel_text {
    font-size: clamp(10px, 4.8vw, 18px);
    margin-bottom: 25px;
  }
}
.application_tel_num {
  color: #FFFFFF;
  font-size: 2.3rem;
  font-size: clamp(10px, 1.1979166667vw, 23px);
  padding-left: 32px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .application_tel_num {
    font-size: clamp(10px, 4.8vw, 18px);
  }
}
.application_tel_num:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/cmn/telephone-fill.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .application_tel_num:before {
    width: 17px;
    height: 17px;
  }
}
/* .application_tel:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
 */
.info {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .info {
    margin-top: 125px;
  }
}/*# sourceMappingURL=joblist.css.map */