@charset "UTF-8";
/* nav pc */
@media screen and (min-width: 1024px) {
    .pc-nav__item:nth-child(2) {
        color: #D25F69;
    }
}


/* ===================
main visual
====================== */
.main__visual-pc {
    display: none;
}

/* main visual pc */
@media screen and (min-width: 1024px) {
    .main__visual-sp {
        display: none;
    }

    .main__visual-pc {
        display: block;
    }
}




/* ===================
history
====================== */
[id] {
  scroll-margin-top: 90px; 
}

.section--history {
    padding: 75px 7.4% 90px;
}

.history-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.history-sub {
    display: flex;
    justify-content: center;
}

.history-topic {
    display: flex;
    justify-content: center;
}

.history-date__list {
    margin-top: 55px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-bottom: 2px solid #D25F69;
}

.history-date__item {
    font-size: 1.8rem;
    color: #D25F69;
    font-weight: 500;
}





/* history pc */
@media screen and (min-width: 1024px) {
    .history-date__list {
        padding: 0 70px 25px;
    }

    .section--history {
        padding: 125px 12% 120px;
    }
}/* pc 1024px */

@media screen and (min-width: 1440px) {
    .section--history {
        padding: 125px 15% 160px;
    }
}/* pc 1440px */



/* history-container */
.history-container {
    margin-top: 70px;
}

.history__title {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 20px 0 27px;
}

.history-article {
    margin-bottom: 45px;
    padding: 24px;
    box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.1);
    max-width: 460px;
}

.img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.history__img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-top: 6px;
}

.history-article__title {
    font-size: 1.8rem;
    color: #D25F69;
    font-weight: 500;
}

.history-article__txt {
    font-size: 1.5rem;
    margin-top: 6px;
}


/* history-container　pc */
@media screen and (min-width: 1024px) {
    .right-container {
        width: 500px;
        margin-left: auto;
    }

    .history__img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        margin-top: 6px;
    }

    [id] {
        scroll-margin-top: 110px; 
        }
}/* pc 1024px */




















/* ===================
sustainable
====================== */
.section--sustainable {
    padding: 60px 7.4%;
    background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1)),
    url(../images/section-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.sustainable {
    text-align: center;
}

.section__txt--sustainable {
    max-width: 800px;
    margin: 40px auto 0;
    line-height: 2;
    font-size: 1.6rem;
}


.sustainable__list {
    margin-top: 86px;
}

.sustainable__item {
    padding-bottom: 80px;
}

.sustainable-img {
    margin-top: 25px;
    width: 100%;
}

.sustainable__topic {
    font-size: 2.5rem;
    color: #D25F69;
    font-weight: 600;
}

.sustainable__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 41px;
}

/* sustainable pc */
@media screen and (min-width: 1024px) {
    .sustainable__item {
        padding-bottom: 100px;
    }

    .sustainable__item-- {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }

    .sustainable-img {
        width: 340px;
        height: auto;
        margin-top: 35px;
    }

    .sustainable__txt {
        margin-top: 38px;
        width: 500px;
    }
}/* pc 1024px */


@media screen and (min-width: 1440px) {
    .section--sustainable {
        padding: 80px 15%;
    }

}/* pc 1440px */


/* ===================
company
====================== */
.section--company {
    padding: 49px 7.4% 100px;
}

.company__inner {
    max-width: 1000px;
    margin: 0 auto;
}

table {
    margin-top: 30px;
    width: 100%;
}

.company__item {
    font-size: 1.6rem;
    color: #D25F69;
    width: 100%;
    display: block;
    padding-top: 20px;
}

.data__item {
    font-size: 1.5rem;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    line-height: 1.7;
    border-bottom: 1px solid #A8A8A8;
}

/* company pc */
@media screen and (min-width: 1024px) {
    .section--company {
        padding: 110px 15% 130px ;
    }

    .company__list {
        display: flex;
        border-bottom: 1px solid #A8A8A8;
        padding: 20px 0 20px 60px;
    }

    .company__item {
        width: 170px;
        padding-top: 0px;
    }

    .data__item {
        font-size: 1.6rem;
        padding-bottom: 0px;
        line-height: 1.7;
        border-bottom: none;
    }
}/* pc 1024px */
