@charset "UTF-8";

#top_feature + div .wrapper_item{
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}
#top_feature + div .inner_item{
    position: relative;
    display: block;
    width: 20%;
    padding: 36px 0;
    background: #F09800;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    color: #fff;
    transition: .2s;
    border: 1px solid #F09800;
}
/*#top_feature + div .inner_item::before{
    content: "";
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: 58px;
    height: 1px;
    transition: .2s;
    background: #404040;
}
#top_feature + div .inner_item:hover::before{
    background: white;
}
#top_feature + div .inner_item::after{
    content: "";
    position: absolute;
    bottom: 30px;
    right: 33%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0px 12px;
    border-color: transparent transparent transparent #404040;
    transition: .2s;
}
#top_feature + div .inner_item:hover::after{
    border-color: transparent transparent transparent white;
}*/
#top_feature + div .inner_item_img img{
    width: 80px!important;
    height: 80px!important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
#top_feature + div.composite_box01 .inner_item>a {
        pointer-events: none;
}
#top_feature + div.composite_box01 .inner_item>a:hover * {
    opacity: 1;
}
#top_feature + div .inner_itemimg{
    filter: brightness(0) invert(1);
}
#top_feature + div .inner_item_txt{
    padding: 1rem;
}
#top_feature + div .inner_item:hover .inner_item_txt{
    color: white;
}
#top_feature + div .inner_item_txt span{
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    transition: .2s;
}
#top_feature + div .inner_item:hover span{
    color: white;
}
@media screen and (max-width: 920px){
   #top_feature + div .inner_item:nth-of-type(1){
        margin-bottom: 0!important;
    }
   #top_feature + div .inner_item:nth-of-type(2){
        margin-bottom: 0!important;
        margin-left: 0%!important;
    }
   #top_feature + div .inner_item:nth-of-type(4){
        margin-left: 0%!important;
    }
    #top_feature + div .inner_item::after{
        right: 30%;
    }
}
@media screen and (max-width: 768px){
    #top_feature + div .inner_item_txt .pc{
        display: none;
    }
    #top_feature + div .wrapper_item{
        gap: 4vw;
    }
    #top_feature + div .inner_item{
        width: 44%;
    }
    /*#top_feature + div .inner_item::before{
        bottom: 23px;
    }
    #top_feature + div .inner_item::after{
        bottom: 23px;
        left: 58%;
    }*/
    #top_feature + div .inner_item_img img{
        width: auto!important;
        height: 12vw!important;
    }
}
@media screen and (max-width: 480px){
    #top_feature + div .inner_item:nth-of-type(3){
        margin-bottom: 0!important;
    }
}


/*-----------------------------調整---------------------------------*/
#top_feature + div .inner_item_txt span {
    line-height: 1;
}

@media screen and (min-width: 769px) {
#top_feature + div .inner_item {
    width: 22%;
    margin: 0;
}

#top_feature + div .wrapper_item {
    gap: 3%;
    margin-top: 40px;
    justify-content: space-between;
}
}

#top_feature + div .inner_item::before {
    left: 50%;
    transform: translateX(-50%);
}

#top_feature + div .inner_item::after {
    left: calc(50% + 35px);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
#top_feature + div .inner_item::after {
    bottom: 23px;
}

#top_feature + div .inner_item_img img {
    width: 60px!important;
    height: 60px!important;
}
}


@media screen and (max-width: 700px) {
#top_feature + div .inner_item {
    width: 100%!important;
    max-width: 400px;
}
}