.company-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.company-info-inner{

}

.sec-company{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec-company-header{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec-company-ttl{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
}


.company-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.company-item > dd > a{
    border-bottom: 1px solid #000;
}

.company-item > dd{
    margin: 0;
}

.sponsor-list{

}

.sponsor-item{

}

.sponsor-item-inner{

}


.sponsor-img{
    height: 70px;
    width: 120px;
    background-color: #fff;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
}


.sponsor-img > img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.company-sponsor{
    width: 100%;
    padding-top: calc(5vw + 10px);
    background-color: #ff3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.company-sponsor-ttl{
    color: #fff;
}

.sponsor-list{
    width: 50vw;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-cat-header{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* pc */
@media screen and (min-width: 1000px) {
    .company-info-inner > h2{
        font-size: 2.5rem;
        padding: 30px;
    }

    .company-desc{
        font-size: 1.3rem;
        padding: 15px;
    }


    .company-item{
        width: 50vw;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000;
        padding: 30px;
    }

    .company-item > dt{
        width: 15vw;
    }

    .company-item > dd{
        width: 30vw;
    }

    
    .company-map{
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .company-map iframe{
        width: 600px;
        height: 300px;
    }

}

/* tab */
@media screen and (min-width: 481px) and (max-width: 999px) {
    .company-info-inner > h2{
        font-size: 2rem;
    }

    .company-desc{
        font-size: 1.2rem;
    }

    .company-item{
        width: 70vw;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000;
        padding: 30px;
    }

    .company-item > dt{
        width: 20vw;
    }

    .company-item{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .company-item dt{
        margin-bottom: 20px;
    }

    .company-map iframe{
        width: 70vw;
        height: 300px;
    }

    .client_list {
        width: 90vw;
        min-width: 480px;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

}


/* smartPhone */
@media screen and (max-width: 480px) {
    .company-info-inner > h2{
        font-size: 2.2rem;
    }

    .company-desc{
        font-size: 1.2rem;
    }

    .company-item{
        width: 70vw;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000;
        padding: 30px;
    }

    .company-item{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .company-item dt{
        margin-bottom: 20px;
    }

    .company-map iframe{
        width: 70vw;
        height: 300px;
    }

    .client_list {
        width: 90vw;
        min-width: 330px;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

}
