.recruit {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .recruit {
    margin-bottom: 40px;
  }
}
.recruit .back-img {
  width: 20%;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 600px) {
  .recruit .back-img {
    width: 40%;
  }
}
.recruit .back-img img {
  -o-object-position: right;
     object-position: right;
}
.recruit br.sp {
  display: none;
}
@media (max-width: 600px) {
  .recruit br.sp {
    display: block;
  }
}
.recruit .section01 {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .recruit .section01 {
    padding-top: 30px;
  }
}
.recruit .section01::before {
  content: "";
  position: absolute;
  width: 15%;
  min-height: 260px;
  background-image: url(/wp-content/uploads/2025/06/back02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 20%;
  left: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .recruit .section01::before {
    width: 40%;
    top: 0;
  }
}
.recruit .section01 .inner .headline {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .headline {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: calc(28 / 20);
    letter-spacing: 0.04em;
  }
}
.recruit .section01 .inner .text {
  width: 90%;
  margin: 0 auto 80px auto;
  line-height: calc(26 / 14);
  font-size: 14px;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .text {
    width: 100%;
  }
}
.recruit .section01 .inner .list {
  width: 90%;
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .list {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
.recruit .section01 .inner .list .box {
  display: contents;
}
.recruit .section01 .inner .list .box .left {
  color: #a4805f;
  line-height: calc(26 / 14);
  font-size: 14px;
  padding: 25px 0 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .list .box .left {
    padding: 20px 0 20px 20px;
    font-size: 13px;
  }
}
.recruit .section01 .inner .list .box .right {
  padding: 25px 0 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
  line-height: calc(26 / 14);
  font-size: 14px;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .list .box .right {
    padding: 20px 0 20px 20px;
    font-size: 13px;
  }
}
.recruit .section01 .inner .min-inner {
  width: 90%;
  margin: 0 auto 80px auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .min-inner {
    width: 100%;
    padding: 0;
  }
}
.recruit .section01 .inner .min-inner .cen-text {
  line-height: calc(26 / 14);
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .min-inner .cen-text {
    font-size: 12px;
    line-height: calc(18 / 13);
  }
}
.recruit .section01 .inner .min-inner h2 {
  font-size: 20px;
  padding: 5px 0 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  color: #9d8064;
  border-left: 5px solid #9d8064;
}
.recruit .section01 .inner .min-inner .bottom-text {
  line-height: calc(26 / 13);
  letter-spacing: 0.03em;
  font-size: 13px;
  margin-bottom: 50px;
}
.recruit .section01 .inner .min-inner .bottom-text:last-child {
  margin-bottom: 0;
}
.recruit .section01 .inner .btn a {
  width: 50%;
  margin: 0 auto 80px auto;
  display: block;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9d8064;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .recruit .section01 .inner .btn a {
    width: 100%;
    margin-bottom: 40px;
  }
}