@charset "utf-8";

/* MV ====================================== */
.job-hero {
  height: 135px;
}
.job-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 15px;
}
.job-hero__title {
  margin: 0;
  color: #212529;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media (min-width: 1080px) {
  .job-hero {
    height: 400px;
  }
  .job-hero__inner {
    padding-left: 150px;
  }
  .job-hero__title {
    font-size: 70px;
    letter-spacing: 0.1em;
  }
}

/* Lead ====================================== */
.job-lead {
  padding: 60px 0 40px;
  background: #fff;
  text-align: center;
}
.job-lead__catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
  color: #212529;
  text-align: center;
}
.job-lead__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #212529;
  text-align: left;
}

@media (min-width: 1080px) {
  .job-lead {
    padding: 100px 0 100px;
  }
  .job-lead__catch {
    font-size: 34px;
    line-height: 1.47;
    margin-bottom: 30px;
  }
  .job-lead__body {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

/* Main 仕事を知る ============== */
.job-main {
  padding: 0 0 80px;
  background: #fff;
}

/* Job block ==================== */
.job-block {
  margin-bottom: 60px;
}
.job-block:last-child {
  margin-bottom: 0;
}
.job-block__head {
  border-bottom: 1px solid #cbd5d6;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.job-block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0;
  color: #212529;
  text-align: left;
}
.job-block__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-block__text {
  order: 1;
}
.job-block__side {
  order: 2;
}
.job-block__sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  color: #212529;
}
.job-block__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  color: #212529;
}
.job-block__card {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .job-main {
    padding: 0 0 120px;
  }
  .job-block {
    margin-bottom: 100px;
  }
  .job-block__head {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .job-block__title {
    font-size: 30px;
  }
  .job-block__body {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }
  .job-block__text {
    flex: 1 1 0;
    min-width: 0;
  }
  .job-block__side {
    flex: 0 0 420px;
  }
  .job-block__sub {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .job-block__desc {
    font-size: 16px;
  }
  .job-block__card {
    margin-bottom: 30px;
  }
}

/* CTA 募集要項を見る ====================== */
.job-block__cta {
  text-align: center;
}
.job-block__cta-link {
  display: block;
  width: 100%;
  background: #f6e628;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 18px 60px 18px 24px;
  position: relative;
  text-align: center;
}
.job-block__cta-link:hover,
.job-block__cta-link:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.85;
}
.job-block__cta-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #000;
  border-right: 0;
}

@media (min-width: 1080px) {
  .job-block__cta-link {
    font-size: 22px;
    padding: 22px 80px 22px 32px;
  }
  .job-block__cta-link::after {
    right: 40px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;
  }
}
