.company{
    padding-top: 100px;
    position: relative;
    margin-bottom: 100px;
}

.company::before{
    position: absolute;
    content: "";
    width: 730px;
    aspect-ratio: 730 / 655;
    background: url(../img/under/sec11_bg01.png) no-repeat center center / cover;
    top: 0;
    left: 0;
	    opacity: .5;
}

.company::after{
    position: absolute;
    content: "";
    width: 654px;
    aspect-ratio: 654 / 941;
    background: url(../img/under/sec11_bg03.png) no-repeat center center / cover;
    bottom: 360px;
    left: 0;
	    opacity: .5;
}

.company__wrap{
    position: relative;
}

.company__wrap::before{
    position: absolute;
    content: "";
    width: 717px;
    aspect-ratio: 717 / 872;
    background: url(../img/under/sec11_bg02.png) no-repeat center center / cover;
    top: 650px;
    right: 0;
	    opacity: .5;
}

.company__inner{
    position: relative;
}

.company__title{
    background: #171C61;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 200%;
    letter-spacing: normal;
    padding-left: 20px;
}

.company__items{
    margin-top: 16px;
    border: 1px solid #171C61;
}

.company__item{
    display: flex;
}

.company__item:nth-of-type(n + 2){
    border-top: 1px solid #171C61;
}

.company__name{
    max-width: 300px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: normal;
    color: #171C61;
    background: #EDEDEDCC;
    padding: 20px;
    display: flex;
    align-items: center;

}

.company__text{
    width: calc(100% - 300px);
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: normal;
    padding: 20px;
    display: flex;
    align-items: center;

}

.company__text span{
    display: inline-block;
}

.company__info{
    width: 100%;
}

.company__role-name{
    max-width: 285px;
    width: 100%;
}

.company__number{
    margin-left: 40px;
}


@media (max-width: 768px) {
    .company{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    
    .company::before{
        position: absolute;
        content: "";
        width: 339px;
        aspect-ratio: 339 / 789;
        background: url(../img/under/sp/sec11_bg01_sp.png) no-repeat center center / cover;
        top: 113px;
        left: 0;
    }
    
    .company::after{
        position: absolute;
        content: "";
        width: 339px;
        aspect-ratio: 339 / 869;
        background: url(../img/under/sp/sec11_bg03_sp.png) no-repeat center center / cover;
        bottom: 151px;
        left: 0;
    }
    

    
    .company__wrap::before{
        position: absolute;
        content: "";
        width: 328px;
        aspect-ratio: 328 / 791;
        background: url(../img/under/sp/sec11_bg02_sp.png) no-repeat center center / cover;
        top: 1127px;
        right: 0;
    }
    
    .company__inner{
        position: relative;
    }
    
    .company__title{
        font-size: 24px;
        line-height: 200%;
        letter-spacing: normal;
        padding-left: 20px;
    }
    
    .company__items{
        margin-top: 15px;
    }
    
    .company__item{
        display: flex;
    }
    
    .company__item:nth-of-type(n + 2){
        border-top: 1px solid #171C61;
    }
    
    .company__name{
        max-width: 150px;
        width: 100%;
        font-weight: 700;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: normal;
        color: #171C61;
        background: #EDEDEDCC;
        padding: 20px;
        display: flex;
        align-items: center;
    
    }
    
    .company__text{
        width: calc(100% - 150px);
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: normal;
        padding: 20px 15px;
        display: flex;
        align-items: center;
    
    }
    
    .company__text span{
        display: inline-block;
    }
    
    .company__info{
        width: 100%;
    }
    
    .company__role-name{
        max-width: 285px;
        width: 100%;
    }
    
    .company__number{
        margin-left: 40px;
    }
}