
.aiko-icon-list {
    background-color: #ffffff;
    padding-bottom: 1.5vw;
}
.aiko-icon-list .icon-list-container .icon-list-summary {
    margin-bottom: 1.5vw
}
.aiko-heading-with-btn {
    width: 71.25vw;
}

.aiko-case-square-title {
    margin-top: 5vw !important;
    margin-bottom: 2vw;
    margin-left: 5vw;
}

.aiko-case-square-desc {
    margin-left: 5vw;
    margin-right: 5vw;
    height: 10vw;
    overflow-y: auto;
    
}

.aiko-case-square-desc::-webkit-scrollbar {
    width: 3px;
    background-color: #9d9d9d;
}

.aiko-case-square-desc&::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
}

.aiko-case-square-height {
    height: 8.2vw;
}

.aiko-case-avatar {
    width: 12vw !important;
    box-shadow: 3px 3px 3px #999999;
    border: solid 1px #F8F8F7;
    margin-right: 1vw;
}

.aiko-case-customer-words {
    font-size: 1.04167vw;
}

.aiko-heading-with-btn.heading-with-btn-esg {
    padding-bottom: 4vw;
}

.heading-with-btn-summary .aiko-h2:has(.aiko-case-avatar) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.aiko-cards.aiko-cards-full {
    width: 81.25vw;
}

@media screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px), screen and (max-width: 779px) {
    .aiko-banner-video.full:has(picture) {
        height: auto !important;
    }

    .aiko-case-square-title {
        margin-top: 4vw !important;
        margin-left:0;
        margin-right:0;
    }

    .aiko-banner-square .banner-square-row .banner-square-col .banner-square-col-text .aiko-p:has(.aiko-case-square-desc),
    .aiko-case-square-desc {
        margin:0 0 4.8vw !important;
        width: 100% !important;
        height: 22vw;
        overflow-y: auto;
    }

    .aiko-case-square-height {
        height: 13.5vw;
    }

    .aiko-case-customer-words {
        font-size: 3.2vw;
    }

    .aiko-heading-with-btn.heading-with-btn-esg {
        padding-bottom: 25vw;
    }

    .aiko-heading-with-btn .heading-with-btn-summary {
        padding: 0 2vw;
    }
    .heading-with-btn-summary .aiko-h2:has(.aiko-case-avatar) {
        margin-top: 0;
    }

    .aiko-cards.aiko-cards-full {
        width: 89.33333vw;
    }
}
