@media screen and (min-width: 769px) {
  #recruitPage .recruit-intro {
    text-align: center;
    margin-bottom: 80px;
  }
  #recruitPage .recruit-intro .catch {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin-bottom: 20px;
  }
  #recruitPage .recruit-intro .desc {
    font-size: 16px;
    line-height: 2;
    color: #333;
  }
  #recruitPage .section-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  #recruitPage .recruit-jobs {
    width: 800px;
    margin: 60px auto 100px;
  }
  #recruitPage .recruit-jobs .job-list li {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0 5px;
    border-bottom: 2px solid #333;
  }
  #recruitPage .recruit-jobs .job-list li .num {
    font-size: 30px;
    font-weight: 900;
    font-family: "Fugaz One", sans-serif;
    color: #333;
    width: 40px;
  }
  #recruitPage .recruit-jobs .job-list li p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 900;
  }
  #recruitPage .staff-photos-outer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    margin-bottom: 100px;
    padding: 20px 0;
  }
  #recruitPage .staff-photos .photo-item {
    width: 200px;
    height: 200px;
    margin: 0 20px;
  }
  #recruitPage .staff-photos .photo-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  #recruitPage .staff-photos .photo-item:nth-child(2n) {
    margin-top: 100px;
  }
  #recruitPage .recruit-points {
    width: 800px;
    margin: 80px auto 100px;
  }
  #recruitPage .recruit-points .points-table .row {
    display: flex;
    border-bottom: 2px solid #333;
    padding: 25px 0 10px;
  }
  #recruitPage .recruit-points .points-table .row .head {
    width: 220px;
    font-weight: 900;
    font-size: 16px;
  }
  #recruitPage .recruit-points .points-table .row .body {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
  }
  #recruitPage .apply-box {
    background-color: #FFE44B;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    width: 800px;
    margin: 0 auto 0px;
  }
  #recruitPage .apply-box .box-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
  }
  #recruitPage .apply-box .box-body {
    font-weight: 900;
  }
  #recruitPage .apply-box .box-body .tel-number {
    display: block;
    font-size: 40px;
    font-weight: 900;
    margin-top: 20px;
    font-family: "Fugaz One", sans-serif;
    margin-bottom: 10px;
  }
  #recruitPage .apply-box .box-body .mail-link {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #recruitPage .section-title {
    text-align: center;
  }
  #recruitPage .recruit-intro {
    margin-bottom: 40px;
  }
  #recruitPage .recruit-intro .catch {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #recruitPage .recruit-intro .desc {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
  }
  #recruitPage .job-list li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
  }
  #recruitPage .job-list li .num {
    font-size: 30px;
    margin-right: 15px;
  }
  #recruitPage .job-list li p {
    font-size: 14px;
  }
  #recruitPage .staff-photos-outer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 20px 0;
  }
  #recruitPage .staff-photos {
    margin-top: 40px;
  }
  #recruitPage .staff-photos .photo-item {
    width: 160px;
    height: 160px;
    margin: 0 5px;
  }
  #recruitPage .staff-photos .photo-item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  #recruitPage .staff-photos .photo-item:nth-child(2n) {
    margin-top: 100px;
  }
  #recruitPage .recruit-points {
    width: 100%;
    margin: 20px auto 60px;
  }
  #recruitPage .recruit-points .points-table .row {
    display: flex;
    border-bottom: 2px solid #333;
    padding: 25px 0 10px;
  }
  #recruitPage .recruit-points .points-table .row .head {
    width: 100px;
    font-weight: 900;
    font-size: 13px;
  }
  #recruitPage .recruit-points .points-table .row .body {
    flex: 1;
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
  }
  #recruitPage .apply-box {
    background-color: #FFE44B;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto 0px;
  }
  #recruitPage .apply-box .box-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #recruitPage .apply-box .box-body {
    font-weight: 900;
  }
  #recruitPage .apply-box .box-body .tel-number {
    display: block;
    font-size: 40px;
    font-weight: 900;
    margin-top: 20px;
    font-family: "Fugaz One", sans-serif;
    margin-bottom: 10px;
  }
  #recruitPage .apply-box .box-body .mail-link {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
  }
}