.row-interview-detail svg {
    width: 50px;
    height: 50px;
}

.interview-end svg {
    width: 50px;
    height: 50px;
}

.bottom.row-recruit-interview .swiper-button-next:after {
    background-image: url(../img/interview/right.png);
    height: 53px;
    width: 53px;
    position: absolute;
}

.name-cont.ttl-08 {
    text-align: left;
}

.serecct-ttl-area {

    display: flex;

}

.name-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab_btn.item.is-active-btn .b0 {
    position: relative;
    display: inline-block;
}

.tab_btn.item.is-active-btn .b0::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 134, 14, 0.5);
    z-index: -1;
    border-radius: 12px;
}

.tab_btn.item.is-active-btn .image {
    position: relative;
    z-index: -1;
}

.tab_btn.item .image img {
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);
}




.yaji-area {
    position: relative;
}




.swiper-button-next:after {
    background-image: url(../img/interview/right.png);
    height: 47px;
    width: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}


.swiper-button-prev:after {
    background-image: url(../img/interview/left.png);
    height: 47px;
    width: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}


.swiper-button-next,
.swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 23* 27) !important;
    color: transparent !important;
}










@media screen and (min-width: 992px) {
    .tab-btn-arrow {
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .tab_item {
        padding-top: 80px;
        margin-top: -80px;
        outline: none;
    }

    .swiper-button-prev {
        left: auto;
        top: 50px;
        right: 21%;
    }

    .swiper-button-next {
        right: 17%;
        left: auto;
        top: 50px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1430px) {
    .swiper-button-prev {
        left: auto;
        top: 50px;
        right: 23%;
    }

    .swiper-button-next {
        right: 17%;
        left: auto;
        top: 50px;
    }
}


@media screen and (max-width: 767px) {
    .swiper-button-prev {
        left: auto;
        right: 18%;
        top: 50px;
    }
}


@media screen and (max-width: 991px) {
    .tab-btn-arrow {
        margin-top: 130px;
        margin-bottom: 33px;
    }

    .tab_item {
        padding-top: 120px;
        margin-top: -120px;
        outline: none;
    }



    .swiper-button-next {
        top: 50px;
    }
}

.bg-orange {
    background-color: #68AE2B;
}

.row-interview-profile .bg-cont.green-text {
    color: #fff;
}



.bg-white.naiyou-area {
    background-color: #fff;
    color: #000;

}

.ttl.ttl-04.bg-orange {
    padding: 15px;
}

.bg-white.naiyou-area {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.box-toku {
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);
}

.row-interview-profile .image img {
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);
    border-radius: 12px;


}

.row-interview-detail .ttl-area {
    background-color: #68AE2B;
    color: #fff;
}

.row-interview-detail .ttl-area svg {
    fill: #fff;
}



.row-interview-detail .box.bg-white .metabox {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

}



.row-interview-detail .box.bg-white {
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);

}



.interview-end .box .metabox {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    h3 .ttl.ttl-03 svg {
        margin-right: 20px;
        width: 30px;
        height: 30px;
        fill: #fff;
        max-width: 30px;
        flex: 0 0 30px;

    }

    h3 .ttl.ttl-03 {
        display: flex;
        padding: 18px;
        padding-left: 35px;
        background-color: #68AE2B;
        border-bottom: 1px solid #fff;
    }

    h3 .ttl.ttl-03.svg span {
        font-size: 24px;
        font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    h3 .ttl.ttl-03 svg {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        fill: #fff;
        max-width: 30px;
        flex: 0 0 30px;

    }

    h3 .ttl.ttl-03 {
        display: flex;
        padding: 18px;
        padding-left: 18px;
        background-color: #68AE2B;
        border-bottom: 1px solid #fff;
    }

    h3 .ttl.ttl-03.svg span {
        font-size: 18px;
        font-weight: 400;
    }
}


.box-toku {
    margin-right: -90px;
    background-color: #fff;
}











@media screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-button-prev {
        left: auto;
        right: 11%;
        top: 50px;
    }
}