.history{

}

.history .us-banner{
    background:url("/images/front/pc/banner/banner5.png") center no-repeat;
    background-size: cover;
}


.history .inner-wrap{
    max-width:1380px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 68px 240px;
    display: flex;
    gap: 20px;
}

.history .inner-wrap .tabs-container{
    flex: 1;
}

.history .inner-wrap .tabs-container .tabs-content{
    display: none;
}

.history .inner-wrap .tabs-container .tabs-content.is-active{
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.history .inner-wrap .tabs-container .tabs-content > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.history .inner-wrap .tabs-container .tabs-content > div > div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history .inner-wrap > div strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.history .inner-wrap > div strong small{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: var(--brand-green);
}

.history .inner-wrap > div small{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}


.history .inner-wrap > div img{
    width: 100%;
}

.history .inner-wrap .youtube iframe{
    width: 100%;
}

.history .inner-wrap .youtube video{
    width: 100%;
}