@media screen and (max-width: 768px) {
  .recruit-intro .page-heading-simple {
    margin-bottom: 2rem;
  }
}
.recruit-employee-content + .recruit-employee-content {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .recruit-employee-content + .recruit-employee-content {
    margin-top: 8rem;
  }
}
.recruit-employee-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
.recruit-employee-content-wrap.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-employee-content-wrap.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .recruit-employee-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.recruit-employee-content-desc {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-employee-content-desc {
    width: 100%;
  }
}
.recruit-employee-content-fig {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-employee-content-fig {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-employee .page-heading-title {
    text-align: center;
    font-size: 2rem;
  }
}

.recruit-Guideline-stitle {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .recruit-Guideline-stitle {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.recruit-Guideline-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit-Guideline-table {
    font-size: 1.4rem;
  }
}
.recruit-Guideline-table tr {
  border-bottom: 1px solid #d4d4d4;
}
.recruit-Guideline-table th,
.recruit-Guideline-table td {
  padding-top: 1.5em;
  padding-bottom: 1.5rem;
}
.recruit-Guideline-table th {
  font-weight: 600;
  text-align: left;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .recruit-Guideline-table th {
    width: 8.5rem;
  }
}
.recruit-Guideline-table td {
  padding-left: 1rem;
}
.recruit-Guideline .__box {
  padding: 4rem 6rem;
  margin: 3rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-Guideline .__box {
    padding: 3rem 2rem;
  }
}
.recruit-Guideline .__box .__list li {
  padding: 0.5rem 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit-Guideline .__box .__list li {
    padding: 0.4rem 0;
    font-size: 1.6rem;
  }
}
.recruit-Guideline .__list {
  padding-left: 2.5rem;
}
.recruit-Guideline .__list li {
  list-style: disc;
}
.recruit-Guideline .__text {
  margin-top: 3rem;
}

.partner {
  width: 100%;
  background: #E4E4E4;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .partner {
    margin-top: 8rem;
  }
}
.partner-title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .partner-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.partner-text {
  font-size: 1.6rem;
  text-align: center;
}
.partner .__sankaku {
  width: 7rem;
  height: 3.5rem;
  background: #524B40;
  margin: 4rem auto 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}