.job_content {
  width: 1100px;
  margin: 100px auto;
  max-width: 90%;
  width: 1200px;
}
.job_content hr {
  border-bottom: solid 1px #2d9c9e;
}

.job_box {
  width: 1100px;
  margin: 100px auto;
  max-width: 90%;
  width: 1000px;
}
.job_box h3 {
  text-align: center;
  font-size: 40px;
  letter-spacing: -6px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  color: #003f75;
  margin-bottom: 50px;
  line-height: 150%;
}
.job_box h3 span {
  color: #2d9c9e;
  font-size: 50px;
}
.job_box p {
  line-height: 200%;
  margin: 70px auto;
}
.job_box p span {
  color: #2d9c9e;
  font-weight: 600;
}
.job_box .circle_box {
  display: flex;
  margin: 70px auto;
  gap: 30px;
  justify-content: center;
  width: 900px;
  max-width: 90%;
}
.job_box .circle_box .card {
  width: calc(50% - 30px);
}
.job_box .circle_box img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.job_box .title {
  text-align: center;
  margin-bottom: 50px;
}
.job_box .title .span {
  background: #003f75;
  color: white;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 9999px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -3px;
}
.job_box .title .font {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0px;
}
.job_box .title h3 .span {
  font-size: 25px;
}
.job_box .title h3 .font {
  font-size: 25px;
  color: white;
}
.job_box h4 {
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -5px;
  font-size: 40px;
  margin-bottom: -40px;
  color: #003f75;
  line-height: 150%;
}
.job_box .img_box {
  position: relative;
}
.job_box .img_box .tag {
  position: absolute;
  width: 40px;
  top: 0;
  left: -40px;
}
.job_box .plant_img img {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}

.job_box:last-child {
  margin-bottom: 200px;
}

.check_box {
  border: solid 1px #127cd8;
  border-radius: 10px;
  padding: 70px 20%;
  position: relative;
}
.check_box .illust {
  position: absolute;
  width: 120px;
}
.check_box h5 {
  text-align: center;
  width: 350px;
  padding: 15px 20px;
  background: #127cd8;
  color: white;
  max-width: 90%;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -3px;
  font-size: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 9999px;
}
.check_box .illust1 {
  top: -40px;
  left: -30px;
}
.check_box .illust2 {
  width: 160px;
  bottom: -40px;
  right: -30px;
}
.check_box ul {
  padding-left: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.check_box ul li {
  position: relative;
  font-size: 20px;
  color: #003f75;
  margin-bottom: 30px;
  font-weight: 600;
  padding-top: 3px;
}
.check_box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 35px;
  height: 35px;
  background-image: url("../../src/job/check.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.check_box ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .job_content {
    margin: 50px auto;
    margin-top: 0;
  }
  .job_box {
    margin-top: 50px;
  }
  .job_box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -4px;
  }
  .job_box h3 span {
    font-size: 25px;
  }
  .job_box p {
    margin: 20px 0;
  }
  .job_box .title .span {
    display: inline-block;
    font-size: 16px;
  }
  .job_box .circle_box .title .span {
    display: block;
    font-size: 16px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_box .img_box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .job_box .img_box .tag {
    width: 20px;
    left: -20px;
  }
  .job_box .plant_img img {
    max-width: 80%;
    margin: 30px auto;
  }
  .job_box .circle_box {
    width: 100%;
    max-width: 100%;
  }
  .job_box h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .check_box h5 {
    padding: 10px 20px;
    top: -19px;
    max-width: 85%;
    font-size: 20px;
  }
  .check_box {
    margin-top: 60px;
    padding: 70px 10%;
  }
  .check_box .illust1 {
    width: 80px;
  }
  .check_box .illust2 {
    width: 120px;
    right: -5%;
  }
  .check_box ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .job_box {
    max-width: 100%;
  }
  .job_box .img_box {
    width: calc(100% - 20px);
    margin-left: auto;
  }
}/*# sourceMappingURL=job.css.map */