:root {
    --mb-fs-18: 2.3684210526316vw;
    --mb-lh-46: 6.0526315789474vw;
}

body{
    background-color: #12C0A9;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.company-access-page{
    background: url(../image/background-access.png);
    background-repeat: no-repeat;
    padding-top: 8vw;
}

#video-container.mobile{
    display: none;
}

.banner-recruit-logo{
    position: absolute;
    top: 18vw;
    left: -3.125vw;
    width: 38.385416666666664vw;
    height: 9.479166666666666vw;
    z-index: 1;
}

.container-information{
    padding: 0 5.2vw;
}

.access-group{
    min-height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #000;
    box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
}

.block-title{
    margin-top: 5.2083333333333vw;
    display: flex;
    justify-content: center;
}

.block-title.mobile{
    display: none;
}

.text-detail{
    margin-top: 6.25vw;
    text-align:left;
    padding:0 6vw;
    font-size: 1.25vw;
    line-height: 2.5vw;
    margin-bottom: 9.375vw;
}

.access-table{
    margin-top: 6.25vw;
    border-bottom: 2px solid #DBDBDB;
}

.special-permission.odd{
    background-color: #EFEFEF;
}

.company-chidlren{
    display: flex;
    border-right: 2px solid #DBDBDB;
    align-items: center;
    justify-content: center;
    font-size: 1.25vw;
}

.trademark{
    border-bottom: 2px solid #DBDBDB;
}

.backward{
    text-align: center;
    margin: 7.2916666666667vw 31.6145833333vw 10.416666666667vw 31.6145833333vw;
}

.brand-back {
    display: inline-block;
    padding: 26px 54px;
    background: #000;
    color: #11C7B2;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 5.4px;
}

.brand__btn-back::after {
    position: absolute;
    content: "";
    top: -8px;
    right: -35px;
    border-style: solid;
    height: 0;
    width: 66px;
    border-color: #000 transparent transparent transparent;
    border-width: 73px 15px 0 35px;
}

.brand__btn-back::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -125px;
    border-top: 75px solid transparent;
    border-right: 75px solid black;
    border-bottom: 75px solid transparent;
    border-left: 75px solid transparent;
}

.access-action{
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    padding: 100px 0px;
    margin-bottom: 70px;
}

.access-table .second-item{
    padding: 2.0833333333333vw 3.125vw 1vw;
    font-size: 1.25vw;
}

section{
    padding: 0;
}

.button-sp {
    display: none;
}
@media screen and (max-width: 760px) {
    .access-group{
        box-shadow: none;
    }

    #video-container.mobile{
        display: block;
    }

    #video-container.desktop{
        display: none;
    } 

    .banner-recruit-logo{
        bottom: -23vw;
        top: unset;
        width: 57vw;
        height: 14.167vw;
        left: -6.125vw;
    }

    .company-access-page{
        padding-top: 15vw;
    }

    .block-title.mobile{
        display: flex;
        margin: 15vw 12.92vw 0 11.71vw;
    }

    .block-title.desktop{
        display: none;
    }

    .text-detail{
        margin-top: 7.23684210526vw;
        font-size: var(--mb-fs-18);
        line-height: var(--mb-lh-46);
        padding: 0 30px;
        margin-bottom: 9vw;
    }

    .company-chidlren{
        justify-content: center;
        font-size: var(--mb-fs-18);
        line-height: var(--mb-lh-46);
    }

    .text-detail .access-table{
        line-height: var(--mb-lh-46);
    }

    .access-table {
        margin-top: 14.25vw;
    }

    .access-table .second-item{
        padding: 35px 15px;
        font-size: var(--mb-fs-18);
        line-height: var(--mb-lh-46);
    }

    .backward{
        margin: 7.23684210526vw 0 12.828947368421vw 0;
        display: flex;
        justify-content: flex-end;
    }

    .brand-back{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 5.4px;
        padding: 14px 28px;
    }

    .brand__btn-back::before{
        top: -20px;
        left: -80px;
        border-top: 50px solid transparent;
        border-right: 50px solid black;
        border-bottom: 50px solid transparent;
        border-left: 50px solid transparent;
    }
    .brand__btn-back::after {
        right: -30px;
        width: 54px;
        border-width: 48px 16px 0px 27px;
    }

    .button-pc {
        display: none;
    }

    .button-sp {
        display: block;
    }
    
    .button-sp svg {
        width: 40vw;
    }
}

@media screen and (max-width: 425px) {
    .brand-back{
        font-size: 14px;
        line-height: 28px;
        padding: 6px 10px;
    }

    .brand__btn-back::after {
        right: -19px;
        width: 35px;
        border-width: 36px 9px 0px 17px;
    }

    .brand__btn-back::before {
        top: -11px;
        left: -50px;
        border-top: 30px solid transparent;
        border-right: 30px solid black;
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
    }
}