/*-------------------------------------------------------------------

　　　　　　　　　　　　　若手スタッフ座談会

-------------------------------------------------------------------*/

/*-------------------------------------*/
/*　　　 　　　　bottom_fsv01　　　　　　　　　*/
/*-------------------------------------*/

.bottom_fsv01 .pkz {
    padding: 0;
    border-bottom: none;
    margin-bottom: 16px;
}

.bottom_fsv01 .pkz > div {
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    color: var(--r-base-color);
    padding: 0;
}

.bottom_fsv01 .pkz > div:nth-child(even) {
    display: none;
}

.bottom_fsv01 .pkz > div:not(:last-child)::after {
    content: "/";
    color: #A8D339;
}


/*-------------------------------------*/
/*　　　 　　　　fsv_img_box　　　　　　　　　*/
/*-------------------------------------*/

body.page-recruit-interview-index-html .fsv_img_box {
    position: relative;
    height: 360px;
    margin-bottom: -40px;
}

body.page-recruit-interview-index-html .fsv_img_box > div,.fsv_img_box > div img {
    height: 100%;
    object-fit: cover;
}

body.page-recruit-interview-index-html .fsv_img_box h3 {
    font-size: clamp(18px, 3vw, 26px);
    position: absolute;
    bottom: 6%;
    margin: auto;
    right: -60px;
    height: fit-content;
    z-index: 1;
}

body.page-recruit-interview-index-html .fsv_img_box .cursive {
    position: absolute;
    top: 8%;
    right: -30px;
    z-index: 99;
    font-size: clamp(40px, 10vw,111px);
    transform: rotate(-16deg);
    color: #355203;
}



/*-------------------------------------*/
/*　　　 　　　　staff_box　　　　　　　　　*/
/*-------------------------------------*/
.staff_box > .block_box {
    background: #F7F7F7;
    padding: 34px;
    margin-bottom: 60px;
}

.staff_box > .block_box > .staff_wrap {
    display: flex;
    gap: 24px;
    position: relative;
    justify-content: center;
    max-width: 734px;
    margin: 0 auto;
}

/*
.staff_box > .block_box::before,.staff_box > .block_box::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/interview/i_quotation.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: 16px;
}
*/

.staff_box > .block_box::after {
    left: auto;
    right: 16px;
}

.staff_box > .block_box .pg_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff_box > .block_box .pg_text > p {
    width: 30%;
}

.staff_box > .block_box .pg_text > div {
    width: 65%;
}

.staff_box .pg_text > div h3 {
    font-size: 23px;
    color: var(--r-base-color);
    letter-spacing: 0em;
    font-weight: 500;
    padding-left: 20px;
}

.staff_box .pg_text > div h3 span {
    font-size: 15px;
    display: block;
    margin-top: 4px;
}

.staff_box .pg_text > div p {
    font-size: 12px;
    line-height: 1.4em;
}



/*-------------------------------------*/
/*　　　 　　　　interview_sec01　　　　　　　　　*/
/*-------------------------------------*/
.interview_sec01 {
    padding: 6%;
    background: #fff;
    margin-top: 120px;
    margin-bottom: clamp(80px, 10vw, 130px);
}

.interview_sec01 h2 {
    max-width: 420px;
    margin-bottom: 1.2em;
    width: 70%;
}

.interview_sec01 .flex_box .pg_text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.interview_sec01 .flex_box .pg_text > p:first-child {
    width: 90px;
    position: relative;
}

.interview_sec01 .flex_box .pg_text > p:last-child {
    width: calc(100% - 120px););
    margin-top: 10px;
}

.interview_sec01 .flex_box .pg_text > p:first-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    font-size: 15px;
    letter-spacing: 0;
    color: var(--r-base-color);
}

.interview_sec01 .flex_box .pg_text.interview_inversion > p:first-child {
    order: 2;
}

.interview_sec01 .flex_box .pg_text.interview_inversion > p:last-child {
    order: 1;
}

.interview_sec01 .flex_box {
    max-width: 680px;
    margin: 0 auto 40px;
}

.interview_sec01 .flex_box:last-child {
    margin-bottom: 40px;
}

.interview_sec01 .flex_box .img_box {
    width: 100%;
}

.interview_sec01 .flex_box .txt_box {
    /* width: 55%; */
    width: 92%;
    margin: 0 auto 40px;
}

.interview_sec01 .flex_box.interview_inversion .img_box {
    order: 2;
}

.interview_sec01 .flex_box.interview_inversion .txt_box {
    order: 1;
}

.interview_sec01 .flex_box h3 {
    font-size: clamp(18px, 5vw, 26px);
    line-height: 1.6em;
    margin-bottom: 32px;
    color: var(--r-base-color);
    position: relative;
    padding-left: clamp(80px, 9vw, 120px);
}

.interview_sec01 .flex_box h3::before {
    content: "";
    display: inline-block;
    width: clamp(60px, 7vw, 100px);
    aspect-ratio: 1/1;
    position: absolute;
    top: 6px;
    left: 0;
}

.interview_sec01 .flex_box.theme01 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num01.png) top no-repeat;
    background-size: contain;
}

.interview_sec01 .flex_box.theme02 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num02.png) top no-repeat;
    background-size: contain;
}

.interview_sec01 .flex_box.theme03 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num03.png) top no-repeat;
    background-size: contain;
}

.interview_sec01 .flex_box.theme04 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num04.png) center no-repeat;
    background-size: contain;
    top: -7px;
}

.interview_sec01 .flex_box.theme05 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num05.png) center no-repeat;
    background-size: contain;
    top: -7px;
}

.interview_sec01 .flex_box.theme06 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num06.png) center no-repeat;
    background-size: contain;
    top: -8px;
}

.interview_sec01 .flex_box.theme07 h3::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num07.png) center no-repeat;
    background-size: contain;
    top: -8px;
}


@media (max-width: 991px) {
    body.page-recruit-interview-index-html .fsv_img_box {
        height: 300px;
    }

    .staff_box > .block_box .pg_text > p {
        width: 90%;
        max-width: 100px;
        margin: 0 auto 8px;
    }

    .staff_box > .block_box .pg_text > div {
        width: 100%;
    }

    .staff_box > .block_box > .staff_wrap {
        justify-content: space-around;
        max-width: 500px;
    }

    .staff_box > .block_box .pg_text {
        display: block;
    }

    .staff_box .pg_text > div h3 {
        padding-left: 0;
        text-align: center;
        font-size: 20px;
    }

    .staff_box .pg_text > div h3 span {
        font-size: 13px;
    }

    .interview_sec01 .flex_box {
        display: block;
        margin-bottom: 80px;
    }

    .interview_sec01 .flex_box .img_box * {
        height: 100%;
        object-fit: cover;
    }

    .interview_sec01 .flex_box .pg_text.interview_inversion > p:first-child {
        order: 1;
    }

    .interview_sec01 .flex_box .pg_text.interview_inversion > p:last-child {
        order: 2;
    }

    .interview_sec01 .flex_box .pg_text > p:first-child {
        width: 60px;
    }

    .interview_sec01 .flex_box .pg_text > p:last-child {
        width: calc(100% - 80px);
        margin-top: 0;
    }

    .interview_sec01 .flex_box .pg_text > p:first-child span {
        font-size: 13px;
    }

    .interview_sec01 .flex_box h3::before {
        position: relative;
        display: block;
    }

    .interview_sec01 .flex_box h3 {
        padding-left: 0;
        margin-top: -37px;
        margin-bottom: 40px;
    }

    .interview_sec01 .flex_box h3::before {
        width: 88px;
        top: 0!important;
    }
}

@media (max-width: 768px) {
    .interview_sec01 {
        margin-top: 80px;
    }

    .interview_sec01 h2 {
        margin-bottom: 16px;
    }

    .interview_sec01 .flex_box h3::before {
        width: 56px;
    }

    .interview_sec01 .flex_box h3 {
        font-size: 22px;
        margin-top: -32px;
        margin-bottom: 20px;
    }

    .bottom_fsv01 .pkz {
        margin-bottom: 8px;
    }

    body.page-recruit-interview-index-html .fsv_img_box {
        height: auto;
        margin-top: 8%;
        margin-bottom: 0;
    }

    body.page-recruit-interview-index-html .fsv_img_box h3 {
        font-size: 16px;
        right: -12px;
        bottom: -12px;
    }

    body.page-recruit-interview-index-html .fsv_img_box .cursive {
        right: auto;
        left: -32px;
    }

    .staff_box > .block_box {
        padding: 40px 24px 24px;
        margin-bottom: 60px;
    }




    .staff_box > .block_box::before, .staff_box > .block_box::after {
        width: 24px;
        height: 24px;
        top: -8px;
        left: 10px;
    }

    .staff_box > .block_box::after {
        left: auto;
        right: 8px;
    }

    .staff_box .pg_text > div h3 {
        font-size: 18px;
        padding-bottom: 4px;
        margin-bottom: 6px;
        padding-left: 0;
    }

    .staff_box .pg_text > div h3 span {
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    body.page-recruit-interview-index-html .fsv_img_box h3 {
        font-size: 12px;
    }

    .staff_box > .block_box > .staff_wrap {
        display: block;
        width: 180px;
        margin: 0 auto;
    }

    .staff_box > .block_box {
        padding: 24px 24px 12px;
    }

    .staff_box .pg_text > div h3 {
        text-align: left;
    }

    .staff_box > .block_box .pg_text {
        display: flex;
        margin: 16px 0;
    }

    .staff_box > .block_box .pg_text > p {
        width: 60px;
        margin: 0 0 auto;
    }

    .staff_box > .block_box .pg_text > div {
        width: calc(100% - 80px);
    }
}

@media (max-width: 430px) {
    .fsv_img_box h3 {
        font-size: 16px;
        margin-top: -6%;
    }

    .staff_box > .block_box {
        padding: 16px 16px 8px;
    }

    .staff_box > .block_box .pg_text > p {
        width: 40px;
    }

    .staff_box > .block_box .pg_text > div {
        width: calc(100% - 60px);
    }

    .interview_sec01 .flex_box .pg_text > p:first-child {
        width: 40px;
    }

    .interview_sec01 .flex_box .pg_text > p:first-child span {
        font-size: 8px;
        font-weight: bold;
    }

    .interview_sec01 .flex_box .pg_text > p:last-child {
        width: calc(100% - 60px);
        line-height: 1.6em;
    }

    .interview_sec01 .flex_box h3::before {
        width: 40px;
    }

    .interview_sec01 .flex_box h3 {
        font-size: 18px;
        margin-top: -24px;
    }

    .interview_sec01 .flex_box {
        margin-bottom: 80px;
    }
}