.campaign{

}

.campaign .us-banner{
    background:url("/images/front/pc/banner/banner2.png") center no-repeat;
    background-size: cover;
}


.campaign .inner-wrap{
    max-width:1368px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 0 240px;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.campaign .inner-wrap > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 0 64px;
}

.campaign .inner-wrap > div small{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.campaign .inner-wrap .youtube{
    gap: 40px;
}

.campaign .inner-wrap > div strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
}

.campaign .inner-wrap .youtube strong{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.campaign .inner-wrap .youtube iframe{
    width: 100%;
}

.campaign .inner-wrap .history > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: start;
}

.campaign .inner-wrap .history > div .img img{
    width: 100%;
}

.campaign .inner-wrap .history > div .text{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.campaign .inner-wrap .history > div .text strong{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--gray-600);
}

.campaign .inner-wrap .sustainable > div{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.campaign .inner-wrap .sustainable > div ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: start;
}

.campaign .inner-wrap .sustainable > div ul li{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.campaign .inner-wrap .sustainable > div ul li img{
    width: 100%;
}