/* recruit */
#recruit .kv_blk {
    width: 100%;
    aspect-ratio: 1 / 1.033;
    position: relative;
    background-image: url(/contents/themes/synchrobo/images/recruit/sp_recruit_kv_photo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100vw;

    @media screen and (width >=768px) {
        aspect-ratio: 1 / 0.9;
        background-position: center top -100px;
    }

    @media screen and (width >=1024px) {
        aspect-ratio: 1 / 0.556;
        background-image: url(/contents/themes/synchrobo/images/recruit/recruit_kv_photo.jpg);
        background-position: center top;
        background-size: cover;
    }
}

#recruit .kv_blk.v2 {
    background-image: url(/contents/themes/synchrobo/images/recruit/sp_recruit_kv_photo2.jpg);

    @media screen and (width >=768px) {
        background-image: url(/contents/themes/synchrobo/images/recruit/recruit_kv_photo2.jpg);
        background-position: center top;
        background-size: 115vw;
    }

    @media screen and (width >=1024px) {
        background-size: auto;
    }
}

#recruit .kv_blk .kv_wave {
    width: 100%;
    aspect-ratio: 1 / 0.48;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-image: url(/contents/themes/synchrobo/images/recruit/sp_recruit_kv_wave.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    @media screen and (width >=1024px) {
        aspect-ratio: 1 / 0.256;
        background-image: url(/contents/themes/synchrobo/images/recruit/recruit_kv_wave.svg);
    }
}

#recruit .kv_blk .kv_wave img {
    width: 100%;
    height: 100%;
}

#recruit .kv_blk h1 {
    width: 100%;
    position: absolute;
    top: 30%;
    color: #685EFC;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 4px;
    font-feature-settings: "palt";

    @media screen and (width >=768px) {
        top: 26%;
        font-size: 5vw;
        letter-spacing: 2px;
        line-height: 140%;
    }

    @media screen and (width >=1024px) {
        top: 40%;
        font-size: 56px;
        text-indent: 1em;
        font-feature-settings: initial;
        line-height: initial;
    }
}

#recruit .kv_blk h1 img {

    @media screen and (width >=768px) {
        width: 61.6vw;
        margin: 0 auto;
    }

    @media screen and (width >=1024px) {
        width: auto;
        margin: auto;
    }
}

#recruit .kv_blk p {
    font-size: 4vw;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    letter-spacing: 0.8vw;
    padding-bottom: 1.333vw;
    border-bottom: 1px solid #999;

    @media screen and (width >=768px) {
        font-size: 3vw;
        top: 65%;
    }

    @media screen and (width >=1024px) {
        font-size: 26px;
        top: 73%;
        letter-spacing: 6px;
        padding-bottom: 10px;
    }
}

#recruit .navi_blk {
    width: 90%;
    margin: 10vw auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    @media screen and (width >=768px) {
        margin: 4vw auto;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 960px;
        margin: 100px auto;
        height: 60px;
        flex-wrap: initial;
    }
}

#recruit .navi_blk .navi_box {
    border: 1px solid #002A83;
    width: 49%;
    text-align: center;
    background-image: url(/contents/themes/synchrobo/images/_common/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5vw;
    transition: all 0.3s ease;
    color: #002A83;
    margin-bottom: 3vw;
    font-size: 4vw;

    @media screen and (width >=768px) {
        width: 23%;
        background-size: 2vw;
        font-size: 2vw;
    }

    @media screen and (width >=1024px) {
        width: 21%;
        padding: 10px;
        background-size: 16px;
        font-size: 1em;
    }
}

#recruit .navi_blk .navi_box a {
    padding: 4vw;

    @media screen and (width >=768px) {
        padding: 2vw;
    }

    @media screen and (width >=1024px) {
        padding: 0;
    }
}

#recruit .navi_blk .navi_box:hover {
    background-color: #CCEFFF;
}

#recruit .contents_blk .box_set .txt_blk {
    width: 100%;

    @media screen and (width >=1024px) {
        width: 60%;
    }
}

#recruit .contents_blk .box_set .image_blk {
    width: 100%;
    text-align: center;
    display: block;

    @media screen and (width >=1024px) {
        width: 35%;
    }
}

#recruit .message_blk {
    padding: 13.333vw 1.333vw;

    @media screen and (width >=1024px) {
        padding: 100px 10px;
    }
}

#recruit .message_blk .box_set .image_blk img {
    display: inline;
    max-width: 80%;

    @media screen and (width >=1024px) {
        max-width: 90%;
    }
}

#recruit .contents_blk h3 {
    font-size: 5.333vw;
    margin: 0 0 1em 0;
    color: #002A83;

    @media screen and (width >=768px) {
        font-size: 2.6vw;
    }

    @media screen and (width >=1024px) {
        font-size: 30px;
    }
}

#recruit .message_blk .message_set02 {
    margin-top: 13.333vw;

    @media screen and (width >=1024px) {
        margin-top: 100px;
    }
}

#recruit .contents_blk .box_set.message_set02 .txt_blk {
    width: 100%;

    @media screen and (width >=768px) {
        width: 50%;
    }
}

#recruit .contents_blk .box_set.message_set02 .image_blk {
    width: 100%;

    @media screen and (width >=768px) {
        width: 50%;
    }

    @media screen and (width >=1024px) {
        width: 40%;
    }
}

#recruit .interview_blk {
    padding: 13.333vw 0 13.333vw 0;
    position: relative;

    @media screen and (width >=1024px) {
        padding: 100px 0;
    }
}

#recruit .interview_blk .interview_bg {
    width: 100%;
    height: 110vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(/contents/themes/synchrobo/images/recruit/sp_interview_wave.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;

    @media screen and (width >=768px) {
        height: 70vw;
    }

    @media screen and (width >=1024px) {
        height: 690px;
        background-image: url(/contents/themes/synchrobo/images/recruit/interview_wave.svg);
        background-position: center top;
        background-size: 2600px;
    }
}

#recruit .interview_blk .interview_ttl_blk {
    position: relative;
    z-index: 1;
    width: 90vw;
    margin: 5vw auto;
    color: #fff;

    @media screen and (width >=768px) {
        margin: 2vw auto;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 50px auto;
        display: flex;
        justify-content: space-between;
    }
}

#recruit .interview_blk .interview_ttl_blk .interview_ttl_set h2 {
    width: 45vw;
    margin-bottom: 0.8em;

    @media screen and (width >=768px) {
        width: 40vw;
    }

    @media screen and (width >=1024px) {
        width: auto;
    }
}

#recruit .interview_blk .interview_ttl_blk .interview_ttl_set h2 img {
    mix-blend-mode: color-burn;
}

#recruit .interview_blk .interview_ttl_blk .interview_illust {
    position: absolute;
    right: -3vw;
    top: -18vw;
    width: 35vw;

    @media screen and (width >=768px) {
        top: -10vw;
        width: 30vw;
    }

    @media screen and (width >=1024px) {
        top: initial;
        width: auto;
    }
}

#recruit .interview_blk .interview_ttl_blk .interview_illust img {
    margin-top: auto;

    @media screen and (width >=768px) {
        margin-top: -110px;
    }
}

#recruit .interview_blk .interview_group {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 4vw auto;
    display: flex;
    justify-content: space-between;

    @media screen and (width >=768px) {
        width: 94%;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }
}

#recruit .interview_blk .interview_group a {

    @media screen and (width >=768px) {
        width: 32%;
    }
}

#recruit .interview_blk .interview_group a:hover .txt_blk,
#recruit .interview_blk .interview_group a:hover .interview_footer {

    @media screen and (width >=1024px) {
        opacity: 0.7;
    }
}

#recruit .interview_blk .interview_group .interview_box {
    background-color: #FFF;
    border-radius: 1.333vw;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);

    @media screen and (width >=1024px) {
        border-radius: 10px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
}

#recruit .interview_blk .interview_group .interview_box img {
    border-radius: 1.333vw 1.333vw 0 0;

    @media screen and (width >=1024px) {
        border-radius: 10px 10px 0 0;
    }
}

#recruit .interview_blk .interview_group .interview_box .txt_blk {
    padding: 2.667vw 3.333vw;
    font-feature-settings: "palt";

    @media screen and (width >=768px) {
        padding: 2vw 2vw;
    }

    @media screen and (width >=1024px) {
        padding: 20px 25px;
    }
}

#recruit .interview_blk .interview_group .interview_box .shoulder {
    font-size: 3vw;

    @media screen and (width >=768px) {
        font-size: 1.6vw;
    }

    @media screen and (width >=1024px) {
        font-size: 14px;
    }
}

#recruit .interview_blk .interview_group .interview_box .name {
    font-size: 4.6vw;
    margin-bottom: 1.333vw;

    @media screen and (width >=768px) {
        font-size: 3vw;
    }

    @media screen and (width >=1024px) {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

#recruit .interview_blk .interview_group .interview_box h3 {
    font-size: 4.6vw;
    color: #002A83;
    line-height: 160%;
    min-height: 5em;

    @media screen and (width >=768px) {
        font-size: 1.8vw;
    }

    @media screen and (width >=1024px) {
        font-size: 20px;
        min-height: 3em;
    }
}

#recruit .interview_blk .interview_group .interview_box .interview_body {
    display: none;

    @media screen and (width >=1024px) {
        display: block;
        font-size: 16px;
        line-height: 180%;
    }
}

#recruit .interview_blk .interview_group .interview_box .interview_footer {
    padding: 0 3.333vw 2.667vw 3.333vw;
    text-align: right;

    @media screen and (width >=1024px) {
        padding: 0 25px 20px 25px;
    }
}

#recruit .interview_blk .interview_group .interview_box .view_more {
    background-color: #002A83;
    color: #fff;
    padding: 0.8vw 8vw 0.7vw 4vw;
    display: inline-block;
    background-image: url(/contents/themes/synchrobo/images/_common/arrow_wh.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px;
    font-size: 3.3vwpx;
    font-weight: 600;

    @media screen and (width >=768px) {
        padding: 0.8vw 4vw 0.7vw 2vw;
        font-size: 1.8vw;
    }

    @media screen and (width >=1024px) {
        padding: 4px 50px 5px 20px;
        background-size: auto;
        font-size: 16px;
    }
}

#recruit .business_blk {
    padding: 13.333vw 1.333vw;
    background-color: #F4F9FD;

    @media screen and (width >=1024px) {
        padding: 100px 10px;
    }
}

#recruit .business_blk .box_set {

    @media screen and (width >=768px) {
        display: block;
    }

    @media screen and (width >=1024px) {
        display: flex;
    }
}

#recruit .business_blk h2 {
    font-size: 9.333vw;
    font-weight: 400;
    color: #002A83;
    margin-bottom: 0.6em;

    @media screen and (width >=768px) {
        font-size: 6vw;
    }

    @media screen and (width >=1024px) {
        font-size: 70px;
    }
}

#recruit .business_blk .box_set .txt_blk {
    width: 100%;

    @media screen and (width >=1024px) {
        width: 50%;
    }
}

#recruit .business_blk .box_set .txt_blk .about_hilight {
    text-align: center;
    color: #685EFC;
    font-size: 4vw;
    font-weight: 600;
    margin: 2em 0;

    @media screen and (width >=1768px) {
        font-size: 3vw;
    }

    @media screen and (width >=1024px) {
        font-size: 1em;
        font-weight: 22px;
    }
}

#recruit .business_blk .box_set .txt_blk p img {
    margin: 3em 0;

    @media screen and (width >=1768px) {
        width: 60vw;
        margin: 3em auto;
    }

    @media screen and (width >=1024px) {
        width: auto;
        margin: 4em 0 4em 0;
    }
}

#recruit .business_blk .box_set .image_blk {
    width: 100%;

    @media screen and (width >=1024px) {
        width: 40%;
    }
}

#recruit .business_blk .box_set .image_blk .business_illust {
    display: none;

    @media screen and (width >=1024px) {
        display: block;
        max-width: 290px;
        margin: -200px 0 20px 130px;
    }
}

#recruit .business_blk .box_set .image_blk .business_photo {
    border-radius: 1.6vw;
    width: 80%;
    margin: 0 auto;

    @media screen and (width >=768px) {
        width: 60%;
    }

    @media screen and (width >=1024px) {
        width: auto;
        border-radius: 12px;
    }
}

#recruit .jobs_blk {
    padding: 13.333vw 1.333vw;

    @media screen and (width >=1024px) {
        padding: 100px 10px;
    }
}

#recruit .jobs_blk h2 {
    font-size: 9.333vw;
    font-weight: 400;
    color: #002A83;
    margin-bottom: 0.6em;

    @media screen and (width >=768px) {
        font-size: 6vw;
    }

    @media screen and (width >=1024px) {
        font-size: 70px;
    }
}

#recruit .jobs_blk dl {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-feature-settings: "palt";

    @media screen and (width >=1024px) {
        max-width: 1100px;
        padding: 0 10px;
    }
}

#recruit .jobs_blk dl dt {
    width: 25%;
    padding: 2.133vw;
    color: #002A83;
    border-bottom: 1px solid #002A83;
    text-align: center;

    @media screen and (width >=1024px) {
        width: 15%;
        padding: 16px;
    }
}

#recruit .jobs_blk dl dd {
    width: 73%;
    padding: 2.133vw;
    border-bottom: 1px solid #B1B1B1;

    @media screen and (width >=1024px) {
        width: 84%;
        padding: 16px;
    }
}

#recruit .entry_blk .inner {
    display: block;

    @media screen and (width >=1024px) {
        display: flex;
        justify-content: space-between;
    }
}

#recruit .entry_blk .inner .left_blk {
    color: #fff;
    text-align: center;
    width: 100%;

    @media screen and (width >=768px) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media screen and (width >=1024px) {
        text-align: left;
        width: 35%;
        display: block;
    }
}

#recruit .entry_blk h2 {
    width: 30vw;
    margin: 1em auto;

    @media screen and (width >=768px) {
        width: 20vw;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 189px;
        margin: 0 0 1em;
    }
}

#recruit .entry_blk p {
    margin: 1em auto;

    @media screen and (width >=768px) {
        width: 80vw;
        text-align: left;
        margin: 0 auto;
        padding: 4vw;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

#recruit .entry_blk .inner .right_blk {
    color: #fff;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;

    @media screen and (width >=768px) {
        gap: 2vw;
        grid-template-columns: 1fr 1fr;
    }

    @media screen and (width >=1024px) {
        width: 60%;
        gap: 20px;
    }
}

.btn_entry2 {
    margin: 10px auto;
    width: 100%;
    height: 100%;
}

.btn_entry2 a {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    background-color: #fff;
    text-align: center;
    color: #002A83;
    /*padding: 1.867vw 4vw;*/
    padding: 6vw 10.667vw;
    transition: all 0.3s ease;
    background-image: url(/contents/themes/synchrobo/images/_common/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
    font-size: 3.8vw;

    @media screen and (width >=768px) {
        padding: 1.867vw 2.667vw;
        font-size: 2vw;
    }

    @media screen and (width >=1024px) {
        height: 100%;
        padding: 14px 20px;
        font-size: 1em;
    }
}

.btn_entry2 a:hover {
    background-color: #928BFF;
}

#recruit .jobs_blk .accordion-content ul {
    list-style-type: none;
}

#recruit .jobs_blk .accordion-content ul li {
    background-image: url(/contents/themes/synchrobo/images/_common/list_dot_icon.svg);
    background-repeat: no-repeat;
    background-position: left top 11px;
    background-size: 1.867vw;
    padding-left: 2.933vw;
    margin-bottom: 1.333vw;

    @media screen and (width >=1024px) {
        background-size: 14px;
        padding-left: 22px;
        margin-bottom: 10px;
    }
}

#recruit .interview_fv_blk {
    padding: 26.667vw 0 0 0;
    position: relative;

    @media screen and (width >=768px) {
        padding: 16vw 0 0 0;
    }

    @media screen and (width >=1024px) {
        padding: 200px 0 100px 0;
    }
}

#recruit .interview_fv_blk .section_ttl {
    position: relative;
    z-index: 10;
}

#recruit .interview_fv_blk .box_set {
    position: relative;
    z-index: 1;

    @media screen and (width >=768px) {
        display: block;
    }

    @media screen and (width >=1024px) {
        display: flex;
        align-items: end;
        margin-top: -110px;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .txt_blk {
    width: 100%;

    @media screen and (width >=1024px) {
        width: 48%;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .image_blk {
    width: 100%;

    @media screen and (width >=1024px) {
        width: 50%;
        padding-right: 40px;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .image_blk img {
    border-radius: 1.867vw;

    @media screen and (width >=1024px) {
        border-radius: 14px;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .txt_blk h3 {
    font-size: 4.533vw;
    line-height: 160%;

    @media screen and (width >=768px) {
        font-size: 4vw;
    }

    @media screen and (width >=1024px) {
        font-size: 32px;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .txt_blk .name {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 130%;

    @media screen and (width >=1024px) {
        margin-bottom: 5px;
        font-size: 34px;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .txt_blk .shoulder {

    @media screen and (width >=768px) {
        font-size: 3vw;
    }

    @media screen and (width >=1024px) {
        font-size: 1em;
    }
}

#recruit .contents_blk.interview_fv_blk .box_set .txt_blk .caution {
    margin-bottom: 0px;
    font-size: 3vw;
    line-height: 130%;

    @media screen and (width >=768px) {
        font-size: 2vw;
    }

    @media screen and (width >=1024px) {
        font-size: 14px;
    }
}

#recruit .interview_contents_body {
    width: 90vw;
    margin: 20vw auto;

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 1050px;
        margin: 100px auto;
    }
}

#recruit .interview_contents_body h3 {
    background-image: url(/contents/themes/synchrobo/images/_common/header_custom_icon.svg);
    background-repeat: no-repeat;
    background-position: left top 11px;
    background-size: 9.333vw;
    color: #002A83;
    font-size: 4vw;
    font-weight: 400;
    padding: 4vw 0 5.333vw 12vw;
    margin: 13.333vw 0 1.333vw 0;

    @media screen and (width >=768px) {
        background-size: 6vw;
        font-size: 3vw;
        padding: 2vw 0 3vw 8vw;
        margin: 7vw 0 1.333vw 0;
    }

    @media screen and (width >=1024px) {
        background-size: 70px;
        font-size: 30px;
        padding: 30px 0 40px 90px;
        margin: 100px 0 10px 0;
    }
}

#recruit .interview_contents_body p {
    width: 100%;

    @media screen and (width >=1024px) {
        padding-left: 90px;
    }
}

#recruit .interview_contents_body .interview_scene_photo {
    width: 80vw;
    margin: 8vw auto;

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 685px;
        margin: 100px auto;
    }
}

#recruit .interview_contents_body .interview_scene_photo img {
    border-radius: 1.867vw;

    @media screen and (width >=1024px) {
        border-radius: 14px;
    }
}

#recruit .comment_box {
    width: 94vw;
    background-color: #E3F6FF;
    border-radius: 1.867vw;
    box-shadow: 3px 7px 10px -5px #777777;
    padding: 8vw 6vw 12vw 8vw;
    margin: 10vw auto 20vw auto;

    @media screen and (width >=768px) {
        padding: 4vw 6vw 6vw 8vw;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 1300px;
        border-radius: 14px;
        padding: 65px 140px 80px 115px;
        margin: 100px auto;
    }
}

#recruit .comment_box h3 {
    background-image: url(/contents/themes/synchrobo/images/_common/header_custom_icon.svg);
    background-repeat: no-repeat;
    background-position: left top 11px;
    background-size: 9.333vw;
    color: #002A83;
    font-size: 4vw;
    font-weight: 400;
    padding: 4vw 0 5.333vw 12vw;
    margin: 0 0 1.333vw 0;

    @media screen and (width >=768px) {
        background-size: 6vw;
        font-size: 3vw;
        padding: 2vw 0 3vw 8vw;
        margin: 1vw 0;
    }

    @media screen and (width >=1024px) {
        background-size: 70px;
        font-size: 30px;
        padding: 30px 0 40px 90px;
        margin: 0 0 10px 0;
    }
}

#recruit .comment_box p {
    width: 100%;

    @media screen and (width >=1024px) {
        padding-left: 90px;
    }
}

#recruit .interview_blk.second .interview_group {
    justify-content: space-evenly;
}

.jobs_blk .btn_more {
    background-color: #F7F7F7;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 2.667vw;

    @media screen and (width >=1024px) {
        max-width: 1100px;
        margin-bottom: 20px;
    }
}

.jobs_blk .accordion-content {
    width: 100%;
    margin: 0 auto;

    @media screen and (width >=1024px) {
        max-width: 1100px;
    }
}

.btn_entry {
    margin: 2em auto;
}

.btn_entry a {
    width: auto;
    max-width: 60vw;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    background-color: #685EFC;
    text-align: center;
    color: #fff;
    padding: 4vw 10.667vw;
    transition: all 0.3s ease;
    background-image: url(/contents/themes/synchrobo/images/_common/arrow_wh.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);

    @media screen and (width >=768px) {
        width: 40vw;
        max-width: 40vw;
        padding: 2vw 4vw;
        font-size: 2.4vw;
    }

    @media screen and (width >=1024px) {
        width: 100%;
        max-width: 365px;
        padding: 18px 80px;
        font-size: 1em;
    }
}

.btn_entry a:hover {
    background-color: #928BFF;
}

#recruit .entry_blk {
    padding: 13.333vw 1.333vw;
    background-color: #002A83;

    @media screen and (width >=768px) {
        padding: 6vw 1.333vw;
    }

    @media screen and (width >=1024px) {
        padding: 100px 10px;
    }
}