@charset "UTF-8";

/*--事業内容パーツ--*/
#top_service + div .inner_item_img{
    border: 1px solid var(--i_main_color);
    object-fit: contain;
    width: 60%;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#top_service + div .inner_item_img img{
    object-fit: contain;
    width: 80% !important;
    height: auto !important;
}
@media screen and (max-width: 700px) {
    #top_service + div .wrapper_item .inner_item:nth-of-type(1):nth-last-of-type(3){
        width: 31%!important;
    }
    #top_service + div .wrapper_item .inner_item:nth-of-type(2):nth-last-of-type(2),
    #top_service + div .wrapper_item .inner_item:nth-of-type(3):nth-last-of-type(1){
        width: 31%!important;
        margin-left: 3.5%!important;
    }
}
@media screen and (max-width: 500px) {
    #top_service + div .wrapper_item{
        flex-direction: column;
        align-items: center;
    }
    #top_service + div .wrapper_item .inner_item:nth-of-type(1):nth-last-of-type(3),
    #top_service + div .wrapper_item .inner_item:nth-of-type(2):nth-last-of-type(2),
    #top_service + div .wrapper_item .inner_item:nth-of-type(3):nth-last-of-type(1){
        width: 100%!important;
        margin-left: 0!important;
    }
    #top_service + div .inner_item_img{
        width: 180px;
    }
}