@media screen and (max-width: 767px) {
    .page-recruit #page-header::before {
        background-image: url(../images/recruit/after-1-sm.png);
        left: 0;
    }
    .page-recruit .page-header {
        height: 450px;
    }
    .page-recruit .title-jp h1 {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .page-recruit .box-page-header {
        padding-top: 30px;
    }
    .page-recruit .scroll-slide {
        width: 60vw;
        animation: infinity-scroll-left 5s infinite linear 0.5s both;
    }
    .recruit-01 .list-recruit {
        gap: 15px;
    }
    .recruit-01 .list-item {
        padding: 15px;
        border-radius: 15px;
        align-items: flex-start;
    }
    .recruit-01 .list-item .item-left {
        gap: 10px;
        padding-top: 10px;
    }
    .recruit-01 .list-item .item-left .title {
        font-size: 1.5rem;
    }
    .recruit-01 .list-item .item-left .dot {
        width: 13px;
        height: 13px;
    }
    .recruit-01 .list-item .item-right .btn-detail {
        width: 81px;
        padding: 10px 18px 10px 9px;
        font-size: 1.2rem;
        line-height: 1.16;
        flex-wrap: wrap;
        gap: 5px;
        border-radius: 5px;
    }
    .recruit-01 .list-item .item-right .btn-detail .triangle {
        position: absolute;
        top: 27px;
        right: 7px;
    }
    .recruit-02 .box-message {
        padding-top: 30px;
        padding-bottom: 32px;
    }
    .recruit-02 .title-message {
        font-size: 1.75rem;
    }
    .recruit-02 .text-message {
        padding-top: 25px;
        gap: 0;
    }
    .recruit-02 .text-message p {
        font-size: 1.3rem;
        line-height: 2;
    }
    .recruit-02::before {
        width: 63px;
        height: 28px;
        left: calc(50% - 143px);
        top: -45px;
    }
    .recruit-02 .icon-leaf img {
        width: 19px;
        height: 22px;
    }
    .recruit-02 .box-required {
        padding: 20px 0 32px;
    }
    .recruit-02 .icon-leaf-white img {
        height: 18px;
        width: 21px;
    }
    .recruit-02 .title-required {
        font-size: 1.75rem;
        margin-bottom: 17px;
    }
    .recruit-02 .list-circle {
        gap: 24px;
        flex-wrap: nowrap;
    }
    .recruit-02 .circle-item {
        width: 89px;
        height: 89px;
        border-width: 1px;
    }
    .recruit-02 .circle-item p {
        font-size: 1.25rem;
        flex-shrink: 0;
        line-height: 1.4;
    }
    .recruit-02 .box-required .icon-bg-left {
        width: 86px;
        height: 187px;
        bottom: 68px;
    }
    .recruit-02 .box-required .icon-bg-right {
        width: 89px;
        height: 138px;
        bottom: 48px;
    }
    .recruit-02 .box-required::before {
        width: 1168px;
        height: 212px;
    }
    .recruit-03 {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .recruit-03 .title-with-icons h2 {
        font-size: 2.2rem;
    }
    .recruit-03 .title-with-icons h2::before {
        width: 39px;
        height: 32px;
        left: calc(50% - 150px);
        top: 15px;
    }
    .recruit-03 .title-with-icons h2::after {
        width: 76px;
        height: 67px;
        right: calc(50% - 165px);
        top: 0;
    }
    .recruit-03 .list-staff {
        padding-top: 25px;
        gap: 20px;
    }
    .recruit-03 .staff-header {
        padding: 12px 15px;
        align-items: stretch;
    }
    .recruit-03 .staff-header::before {
        width: 26px;
        height: 26px;
        right: 15px;
    }
    .recruit-03 .staff-left {
        gap: 15px;
    }
    .recruit-03 .staff-avatar {
        width: 80px;
        height: 80px;
    }
    .recruit-03 .staff-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        justify-content: flex-start;
        padding-top: 5px;
        height: 100%;
    }
    .recruit-03 .staff-info .role {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .recruit-03 .staff-info .name,
    .recruit-03 .staff-info .name span {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .recruit-03 .staff-right {
        position: absolute;
        left: 110px;
        top: 66px;
        margin-right: 0;
    }
    .recruit-03 .staff-right .year {
        font-size: 1.2rem;
    }
    .recruit-03 .staff-item {
        border-radius: 10px;
    }
    .recruit-03 .staff-content {
        padding: 20px 15px 30px;
    }
    .recruit-03 .staff-detail-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }
    .recruit-03 .staff-img {
        width: 100%;
        max-width: 260px;
    }
    .recruit-03 .staff-desc {
        width: 100%;
        padding-top: 5px;
    }
    .recruit-03 .desc-label {
        width: 70px;
        font-size: 1.6rem;
        padding-bottom: 12px;
    }
    .recruit-03 .desc-value {
        font-size: 1.4rem;
        padding: 0 5px 12px 15px;
    }
    .recruit-03 .interview-title,
    .recruit-03 .schedule-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .recruit-03 .interview-title::before,
    .recruit-03 .schedule-title::before {
        width: 16px;
        height: 20px;
    }
    .recruit-03 .q-box {
        gap: 15px;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .recruit-03 .q-icon {
        width: 38px;
        height: 38px;
        font-size: 1.8rem;
        flex-shrink: 0;
        margin-top: 2px;
    }
    .recruit-03 .q-text {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 5px;
    }
    .recruit-03 .a-box p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .recruit-03 .qa-item {
        margin-bottom: 25px;
    }
    .recruit-03 .schedule-row {
        align-items: stretch;
    }
    .recruit-03 .s-time {
        width: 90px;
        font-size: 2.2rem;
        padding-right: 15px;
    }
    .recruit-03 .s-desc {
        font-size: 1.4rem;
        padding-top: 5px;
        flex: 1;
    }
    .recruit-03 .close-btn-box {
        margin-top: 35px;
    }
    .support-box {
        padding: 19px 12.5px 27px 12.5px;
        margin-top: 32.5px;
        border-radius: 10px;
    }
    .support-box .sb-title {
        font-size: 1.75rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .support-box .sb-title::before {
        width: 16px;
        height: 20px;
        top: -35px;
    }
    .support-box .sb-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .support-box .sb-img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .support-box .sb-info {
        width: 100%;
    }
    .support-box .sb-info p {
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .support-box .sb-table {
        margin-bottom: 20px;
    }
    .support-box .sb-table th,
    .support-box .sb-table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .support-box .sb-table th {
        font-size: 1.5rem;
        padding: 10px 15px;
    }
    .support-box .sb-table td {
        font-size: 1.3rem;
        padding: 12px 15px;
        border-top: none;
    }
    .support-box .btn.btn-file {
        font-size: 1.3rem;
        max-width: 100%;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .recruit-04 .salary-item {
        border-radius: 10px;
    }
    .recruit-04 .salary-header {
        padding: 15px 20px;
    }
    .recruit-04 .salary-header .s-name {
        font-size: 1.3rem;
        line-height: 1.4;
        width: calc(100% - 35px);
    }
    .recruit-04 .salary-header .plus-icon {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
    }
    .recruit-04 .salary-content {
        padding: 20px 15px 30px;
    }
    .recruit-04 .salary-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .recruit-04 .salary-table th {
        width: 100%;
        font-size: 1.4rem;
        padding: 8px 12px;
    }
    .recruit-04 .salary-table td {
        font-size: 1.3rem;
        padding: 8px 12px;
        flex: 0 0 60%;
        border-top: none;
    }
    .recruit-04 .salary-table td.text-right {
        text-align: right;
        flex: 0 0 40%;
    }
    .recruit-04 .salary-notes {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    .recruit-04 .work-item {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .recruit-04 .w-icon {
        width: 120px;
        height: 120px;
        font-size: 1.8rem;
    }
    .recruit-04 .w-text {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 1.4rem;
        border-radius: 10px;
    }
    .recruit-05 .main-title.v2.title-with-icons-05 h2::before {
        width: 47px;
        height: 45px;
        left: calc(50% - 150px);
        top: 15%;
    }
    .recruit-05 .main-title.v2.title-with-icons-05 h2::after {
        width: 37px;
        height: 33px;
        right: calc(50% - 152px);
        top: 20%;
    }
    .recruit-05 .guideline-item {
        border-radius: 10px;
    }
    .recruit-05 .guideline-header {
        padding: 15px 20px;
    }
    .recruit-05 .guideline-header .gh-left {
        gap: 10px;
    }
    .recruit-05 .guideline-header .gh-left .gh-dot {
        width: 14px;
        height: 14px;
    }
    .recruit-05 .guideline-header .gh-name {
        font-size: 1.3rem;
    }
    .recruit-05 .guideline-header .plus-icon {
        width: 25px;
        height: 25px;
    }
    .recruit-05 .guideline-content {
        padding: 20px 15px 30px;
    }
    .recruit-05 .guideline-table th,
    .recruit-05 .guideline-table td {
        display: block;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
    }
    .recruit-05 .guideline-table th {
        font-size: 1.5rem;
    }
    .recruit-05 .guideline-table td {
        font-size: 1.3rem;
        border-top: none;
    }
    .recruit-05 .exam-title .title-icon {
        font-size: 1.8rem;
    }
    .recruit-05 .recruit-links {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .recruit-05 .recruit-links p {
        font-size: 1.5rem !important;
    }
    .recruit-05 .recruit-links .flex-links {
        flex-wrap: wrap;
        gap: 12px;
    }
    .recruit-05 .recruit-links .btn-r-link {
        width: auto;
        min-width: 140px;
        flex: 1;
        height: auto;
        padding: 12px 40px 12px 18px;
        font-size: 1.4rem;
        border-radius: 20px;
    }
    .recruit-05 .recruit-links .btn-r-link span {
        right: 15px;
    }
    .rc-sub {
        font-size: 1.3rem;
        text-align: left;
    }
    .slide-recruit-02 img {
        margin: 0 2px;
        width: 50%;
    }
    .recruit-01::before {
        width: 37px;
        height: 33px;
        right: 20px;
        top: 0;
    }
    #recruit-02::before {
        height: 403px;
        width: 100%;
        background-image: url(../images/recruit/bg-recruit-sm-1.png);
        top: -100px;
    }
    #recruit-02::after {
        display: none;
    }
    .page-recruit #page-header::after {
        height: 624px;
    }
    .recruit-03 {
        background: transparent;
    }
    #recruit-03 {
        position: relative;
        background: transparent;
    }
    #recruit-03::after {
        content: "";
        width: 100%;
        height: calc(100% + 55px);
        background-image: url(../images/recruit/bg-recruit-3-sm.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .recruit-03-support::before {
        display: none;
    }
    .recruit-03-support::after {
        display: none;
    }
    .recruit-04::after {
        height: 230px;
        top: -140px;
        z-index: -1;
    }
    section#recruit-04 {
        background-color: transparent;
    }
    .rc-contact-left a.tel {
        font-size: 2rem;
    }
    .recruit-contact .box-contact-left {
        padding-bottom: 20px;
    }
    .recruit-contact::after {
        height: 230px;
        top: -70px;
        z-index: -2;
    }
    .recruit-contact {
        background: transparent;
    }
    .recruit-contact::before {
        content: "";
        width: 100%;
        height: calc(100% + 170px);
        background-image: url(../images/recruit/bg-recruit-4-sm.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -170px;
        left: 0;
        z-index: -1;
    }
    .btn-close-interview {
        font-size: 1.4rem;
        width: 130px;
        gap: 20px;
        height: 40px;
    }
    .link-header-img::before {
        display: none;
    }
    .img-link-header::before {
        width: 31px;
        height: 40px;
    }
    .link-header-img.v2 .img-link-header::before {
        width: 34px;
        height: 30px;
    }
    .page-id-35 .news-item-img img {
        border-radius: 4px;
    }
    .box-btn-cs a.btn.btn-recruit.v2 {
        text-align: center;
    }
    #contact-04::after {
        width: 65px;
        height: 100px;
    }
    .page-contact-sanai-form.page-cs.page-id-39 .sanai-01::before {
        opacity: 0;
    }
    .img-title-contact {
        width: 100px;
        margin: 0 auto 10px;
    }
    .contact-sanai-2 .form-item {
        margin-left: 0;
        margin-right: 0;
    }
    .contact-sanai-2 .submit-btn .one-btn {
        width: 200px;
    }
}