@charset "utf-8";
.recruitEmploy {
  padding: 80px 0 120px;
}

.recruitEmploy__head {
  text-align: center;
}

.recruitEmploy__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

.recruitEmploy__txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
}

.recruitEmploy__lead {
  margin-top: 90px;
}

.recruitEmploy__lead > h3 {
  max-width: 900px;
  margin: 0 auto 80px;
  background: #4868b7;
  border-radius: 999px;
  text-align: center;
  padding: 25px 20px;
  font-size: 42px;
  font-weight: 700;
}

.recruitEmploy__message {
  text-align: center;
}

.recruitEmploy__message h4 {
  color: #4868b7;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 50px;
}

.recruitEmploy__message p {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.4;
}

.recruitEmploy__target {
  margin-top: 70px;
  padding: 35px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.recruitEmploy__target span {
  font-size: 34px;
  font-weight: 700;
  color: #4868b7;
}

.recruitFlow {
  margin-top: 120px;
}

.recruitFlow__ttl {
  text-align: center;
  color: #4868b7;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
}

.recruitFlow__wrap {
  background: #4868b7;
  padding: 60px;
}

.recruitFlow__item {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.recruitFlow__item + .recruitFlow__item {
  margin-top: 30px;
}

.step {
  width: 140px;
  background: #4562aa;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
}

.flowbox {
  width: calc(100% - 170px);
  background: #f2f2f2;
  padding: 35px 40px;
  display: flex;
  align-items: center;
}

.flowbox h4 {
  width: 300px;
  color: #4868b7;
  font-size: 42px;
  font-weight: 700;
  flex-shrink: 0;
}

.flowbox p {
  font-size: 22px;
  line-height: 1.8;
  color: #333;
}

.arrow {
  width: 0;
  height: 0;
  margin: 25px auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 30px solid #4562aa;
}

@media screen and (max-width: 768px) {
  .recruitEmploy {
    padding: 50px 0 80px;
  }

  .recruitEmploy__ttl {
    font-size: 38px;
  }

  .recruitEmploy__txt {
    font-size: 18px;
    line-height: 1.9;
  }

  .recruitEmploy__lead > h3 {
    font-size: 24px;
    padding: 18px 15px;
    margin-bottom: 50px;
  }

  .recruitEmploy__message h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .recruitEmploy__message p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }

  .recruitEmploy__target {
    gap: 20px;
    padding: 24px 0;
  }

  .recruitEmploy__target span {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .recruitFlow {
    margin-top: 80px;
  }

  .recruitFlow__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .recruitFlow__wrap {
    padding: 20px;
  }

  .recruitFlow__item {
    display: block;
  }

  .step {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  .flowbox {
    width: 100%;
    display: block;
    padding: 24px 20px;
  }

  .flowbox h4 {
    width: 100%;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .flowbox p {
    font-size: 15px;
  }

  .arrow {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 20px;
    margin: 18px auto;
  }
}
