#companyPower{
    height: 51vw;

}
.section_choose_r {
    position: relative;
    margin-top:4vw;
    
}
.section_choose_r .lv0{
    display: flex;
    justify-content: center;
}

.section_choose_r .lv0{
    display: flex;
    justify-content: center;
}

.section_choose_r .lv1 .flr{
    background: transparent url(../images/index_img/hexagon_02.svg) no-repeat center;
    
    background-size: contain;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.section_choose_r .lv1 .flrr0{
    position: absolute;
    left: 11%;
    top: 0%;
    width: 5vw;
    height: 5vw;
}

.section_choose_r .lv1 .flrr1{
    position: absolute;
    left: 16%;
    top: 7%;
    width: 9vw;
    height: 9vw;
}

.section_choose_r .lv1 .flrr2{
    position: absolute;
    left: 6%;
    top: 85%;
    width: 5vw;
    height: 5vw;
}

.section_choose_r .lv1 .flrr3{
    position: absolute;
    left: 26%;
    top: 74%;
    width: 13vw;
    height: 13vw;
}

.section_choose_r .lv1 .flrr4{
    position: absolute;
    left: 41.6%;
    top: -9%;
    width: 13vw;
    height: 13vw;
}

.section_choose_r .lv1 .flrr5{
    position: absolute;
    left: 58.3%;
    top: 74%;
    width: 11vw;
    height: 11vw;
}


.section_choose_r .lv1 .flrr6{
    position: absolute;
    right: 11%;
    top: 1%;
    width: 5vw;
    height: 5vw;
}

.section_choose_r .lv1 .flrr7{
    position: absolute;
    right: 16%;
    top: 7%;
    width: 9vw;
    height: 9vw;
}

.section_choose_r .lv1 .flrr8{
    position: absolute;
    right: 4%;
    top: 75%;
    width: 5vw;
    height: 5vw;
}

.section_choose_r .lv0 .flr:nth-of-type(2n){
    opacity: 1;
    transform: translateY(-54%) scale(1.23);
}

.section_choose_r .lv0 .flr{
    transform: scale(1.23);
    aspect-ratio: 1 / 1;
    width: 12vw;
}

.section_choose_r .lv0 .flr:hover .boox{
    transform: scale(1.05);
}

.section_choose_r .lv0 .frstyle0 .boox{
    background: transparent url(../images/index_img/hexagon_01.svg) no-repeat center;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 14%;
    gap: 0.3rem 0;
    box-sizing: border-box;
    transition: all 0.3s ease;

}


.section_choose_r .lv0 .frstyle1 .boox{
    background: transparent url(../images/index_img/hexagon_00.svg) no-repeat center;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 14%;
    gap: 0.3rem 0;
    box-sizing: border-box;
    transition: all 0.3s ease;

}



.section_choose_r .lv0 .frstyle0 .boox .title{
    display: flex;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.section_choose_r .lv0 .frstyle0 .boox .ms{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}


.section_choose_r .lv0 .frstyle1 .boox .title{
    display: flex;
    font-size: 1.2rem;
    color: #C91D2C;
    line-height: 1;
    font-weight: bold;
}
.section_choose_r .lv0 .frstyle1 .boox .ms{
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}




@media  screen and (max-width:992px){
    #companyPower{
    height: auto;
    }
    .section_choose_r .lv0 .frstyle0 .boox .title{
        font-size: 1rem;

    }
    .section_choose_r .lv0 .frstyle0 .boox .ms{
        font-size: 12px;
    }

    .section_choose_r .lv0 .frstyle1 .boox .title{
        font-size: 1rem;
    }
    .section_choose_r .lv0 .frstyle1 .boox .ms{
        font-size: 12px;
    }
}

@media  screen and (max-width:768px){
    
    .section_choose_r {
        padding-top: 0 !important;
        padding-bottom: 3rem;
    }
    .section_choose_r .lv0{
        display: flex;
        flex-wrap: wrap;
        gap:0;
    }
    .section_choose_r .lv1{
        display: none;
    }
    .section_choose_r .lv0 .flr{
        transform: scale(1);
        aspect-ratio: 1 / 1;
        width: 50%;
    }
    .section_choose_r .lv0 .flr{
        transform: initial;
    }
    .section_choose_r .lv0 .flr:nth-of-type(2n){
        transform: initial;
    }
}

