#tab-recruit-information.tab-recruit .tab-btn-area .tab_btn:hover,
#tab-recruit-information.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
    color: #fff !important;
    background: #d28713 !important;
    border-radius: 71px;
    border: 1px solid #d28713;
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn::before {
    opacity: 1;
    transition: .5s ease all;
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
    opacity: 1;
    transition: .5s ease all;
}

#tab-recruit-information h3 .orange {
    font-size: 24px;
    font-weight: 500;
}


/*最低限タブが機能するのに必要なスタイル*/
.tab_item {}

.tab_item>.cont-main {
    opacity: 0;
    transition: .5s ease all;
    position: relative;
    top: 120px;
    height: 0;
    pointer-events: none
}

.tab_item.is-active-item>.cont-main {
    opacity: 1;
    transition: .5s ease all;
    position: relative;
    top: 18px;
    height: auto;
    pointer-events: all;
}

.tab-item-area {
    position: relative;
}

#tab-recruit-interview .tab-item-area .tab_item {
    padding-top: 0;
    position: absolute;
    top: 0;
}

#tab-recruit-interview .tab-item-area .tab_item.is-active-item {
    padding-top: 60px;
    position: relative;
    top: 0;
}

.tab-menu .tab_btn {
    cursor: pointer;
}

.metabox.center.black {
    margin-bottom: 25px;
}


#tab-recruit-information {
    padding-top: 15px;
}


main h2 .ttl.ttl-01 {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.orange {
    color: #d28713 !important;
}

.white-small {
    color: #fff !important;
    font-size: 24px !important;
}

main h2 .ttl.ttl-01 .orange {
    font-size: 32px !important;
}


.tab-recruit .tab-btn-area {
    align-items: center;
}


h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.row-recruit-flow .number {
    font-size: 72px;
    /* width: 200px; */
    text-align: center;
    margin-bottom: 20px;
}

.entry-flow-title {
    padding: 15px;
    background-color: #e99615;
    min-width: 190px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    /* margin-right: 13px; */
}

.row-recruit-flow .metabox {
    width: 74%;
    color: #fff;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.allow-right.pc {
    position: absolute;
    right: -16px;
}


.allow-right svg {
    width: 36px;
    height: 36px;
    fill: #e99615;
    margin-left: 20px;
}

/* 
.allow-right {
    position: absolute;
    right: 10px;
    top: 98px;
} */

h2 {
    margin-top: 50px;
}

.all {
    display: flex;
    justify-content: center;
}


.tab_btn {
    background-color: #fff !important;
    opacity: 1 !important;
    color: #e99615;
}

.tab-recruit .tab-btn-area .tab_btn {
    border-radius: 71px;
    margin: 10px;
    border: 1px solid #e99615;
}

.navbar.navbar-expand-lg.base.active .contact-block.base {
    position: absolute;
    right: 0;
    top: -103px;
}


@media screen and (min-width:1226px) {
    .row-recruit-flow {
        width: 66%;
        margin: auto;
        padding-left: 24px;
    }
}

.allow-right.sp svg {
    transform: rotate(90deg);
}


@media screen and (max-width:575px) {
    .try span {
        padding: 11px;
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .try {
        text-align: center;
    }
}


@media screen and (max-width:767px) {
    .information-title {
        margin-top: 20px;
    }

    .tab-btn-area .title.white {
        margin: auto;
        width: 100px;
        border-bottom: 1px dotted #d28713;
        padding-bottom: 10px;
        margin-bottom: 23px;
    }

    .row-recruit-flow .number {
        margin-left: auto;
        margin-right: auto;
    }

    .all {
        justify-content: center;
    }

    .row-recruit-flow .metabox {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .allow-right.sp svg {
        margin: auto;
    }

    .row-recruit-flow .metabox p {
        text-align: center;
    }

    #tab-recruit-information .tab-btn-area {
        display: block;
    }

    #tab-recruit-information .tab-btn-are .title {
        border-bottom: 1px dotted #d28713;
        margin-right: 20px;
        padding: 20px;
        color: #d28713;
    }
}


@media screen and (min-width:768px) {
    .tab-recruit .tab-btn-area .title {
        margin-right: 20px;
        border-right: 1px dotted #d28713;
        padding: 20px;
        color: #d28713;
        margin-bottom: 20px;
        width: 141px;
    }
}

.white-small,
.ttl-jpn.orange,
.entry-flow-title {
    font-family: 'Dela Gothic One', sans-serif;
}