@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("reset.min.css");


/* sec01 */
.container01 {
    width: 100%;
    height: 45vw;
    position: relative;
    background-image: url(../images/sustainability/sustainability_pc.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

h2 {
    font-size: 1.9rem;
}

/* == sec01_sustainability == */
#sec01_sustainability {
    position: relative;
}

.sb__mvSp {
    display: block;
    width: 100%;
    padding-bottom: 7.7%;
}

.sb__mvPc {
    display: none;
}

.sb__mainTitle {
    position: absolute;
    top: 25%;
    left: 8%;
    font-size: 1.9rem;
    letter-spacing: 0.5rem
}

.sb__subTitle {
    position: absolute;
    top: 40%;
    left: 8%;
    letter-spacing: 0.3rem
}

.sb__mvText {
    display: none;
}


/* == sec01_sustainability PC == */
@media screen and (min-width: 999.8px) {
    .container01 {
        width: 100%;
        height: 27vw;
        position: relative;
        background-image: url(../images/sustainability/sustainability_pc.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    
    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 2.6rem;
    }

    .sb__mvPc {
        display: block;
    }

    .sb__mvSp {
        display: none;
    }

    .sb__mvText {
        display: block;
        width: 70%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 1%;
        padding-left: 4.5%;
    }

    .sb__mainTitle {
        top: 31%;
        left: 19%;
        font-size: 3.5rem;
        letter-spacing: 1rem;
    }

    .sb__subTitle {
        top: 40%;
        left: 19%;
        font-size: 2.6rem;
    }
}

.task_sb {
    margin-top:6rem;
}

/* == sec02_sustainability == */

/* #sec02_sustainability {
    margin-top: 4.5vw !important;
    padding-top: 0 !important;
} */

.title_sb {
    font-size: 1.9rem;
    margin-bottom:2rem;
    line-height: 1.5;
    .ft_sm {
        font-size: 2rem;
    }
}

.title_sb {
    position: relative;
    padding-left: 22px;
    /* margin: 20% 0 4.5%; */
}

.title_sb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: var(--color-main);
}

.img_policy img {
    width: 100%;
}

.text_sb {
    /* font-size: 1.4rem; */
    line-height: 2;
    padding-bottom: 5%;
}

.contents_task {
    display: flex;
    align-items: center;
    border-top: solid 1px var(--color-main);
    padding: 2rem 0;
    gap: 1rem;
}

.contents_task p {
    padding-left: 15px;
}

.contents_task>p {
    align-self: flex-start;
}

.inner_task .green {
    margin-bottom: 1rem;
}


.text_task {
    line-height: 1.875;
    flex-grow: 1;
}

.bottm__sb {
    border-bottom: solid 1px var(--color-main);
}

.sustainability {
    padding-bottom: 50%;
    width: 100%;
    /* height: 630px; */
    background-image: url(../images/sustainability/sustainabillty_backSP.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}


/* == scroll-hint == */
.js-scrollable {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10% 0 0;
}

.js-scrollable img {
    width: 150vw;
    height: 100%;
    max-width: unset;
}


/* == sec02_sustainability PC == */
@media screen and (min-width: 999.8px) {

    .title_sb {
        font-size: 3.5rem;
        margin-bottom: var(--header-margin-bottom);
        .ft_sm {
            font-size: unset;
        }
    
    }

    .text_sb {
        /* font-size: 1.6rem; */
        line-height: 2.5;
        padding-bottom: 0;
    }

    .policy_sb {
        display: flex;
        margin: 0 0 8%;
        gap: 3%;
    }

    .contents_policy {
        width: 50%;
    }

    .img_policy {
        width: 50%;
    }

    .img_policy img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contents_task {
        padding: 2% 0;
        gap: 0;
    }

    .contents_task>p {
        align-self: baseline;
    }

    .inner_task {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
        width: 80%;
    }

    .inner_task .green {
        flex: 0 0 280px;
        margin-bottom: 0;
    }

    .text_task {
        width: 70%;
    }

    /* .js-scrollable {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 20% 0 0;
    } */

    .js-scrollable img {
        width: 100%;
    }

    .sustainability {
        padding-bottom: 20%;
        width: 100%;
        /* height: 630px; */
        background-image: url(../images/sustainability/sustainabillty_back.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }


    .contents_task p {
        padding-left: 16px;
    }

}
.contents_task>p.step {
    font-size: 2.6rem;
    text-align: center;
    align-self: center;
    flex-shrink: 0;
    &>span{
        display: block;
        font-size: 1.6rem;
    }
}

