@media screen and (min-width: 769px) {
  .recruit-philosophy {
    padding: 108px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-philosophy {
    padding: 40px 0;
  }
}

.recruit-philosophy__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.recruit-philosophy__catch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .recruit-philosophy__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-philosophy__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(20px, 5.4vw, 25px);
  }
}

.recruit-philosophy__text {
  margin-top: 20px;
  line-height: 1.62;
}

.recruit-details__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .recruit-details__inner {
    padding: 108px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__inner {
    padding: 40px 0 80px;
  }
}

.recruit-details__wrap:first-child {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .recruit-details__wrap:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__wrap:nth-child(n+2) {
    margin-top: 80px;
  }
}

.recruit-details__title {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3CA815;
}

.recruit-details__defineList {
  margin-top: 20px;
  border: 1px solid #F5F5F5;
}

.recruit-details__define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.62;
}
.recruit-details__define:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (max-width: 768px) {
  .recruit-details__define {
    font-size: 15px;
  }
}

.recruit-details__defineTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #FBFBFB;
}
@media screen and (min-width: 769px) {
  .recruit-details__defineTitle {
    width: 206px;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__defineTitle {
    width: 130px;
    padding: 12px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-details__defineData {
    width: calc(100% - 206px);
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__defineData {
    width: calc(100% - 130px);
    padding: 12px;
  }
}
.recruit-details__defineData ul li {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-details__defineData ul li {
    adding-left: 6px;
  }
}
.recruit-details__defineData ul li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .recruit-details__defineData ul li:after {
    top: 10px;
  }
}

.recruit-details__buttonWrap {
  max-width: 250px;
}
@media screen and (min-width: 769px) {
  .recruit-details__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__buttonWrap {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit-details__button {
    min-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-details__button {
    min-height: 45px;
  }
}