@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;
    }
}




/* ===================
message
====================== */
.section--message {
    padding: 75px 7.4% 90px;
    
}

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

.section__txt {
    margin-top: 60px;
    line-height: 2;
    font-size: 1.7rem;
}

.section__txt p {
    margin-top: 20px;
}

.btn {
    display: block;
    margin-top: 53px;
    width: 180px;
    height: 40px;
    background-color: #D25F69;
    border: 2px solid #D25F69;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.3;
    transition: 0.4s;
}

.btn:hover {
    background-color: #ffffff;
    color: #D25F69;
}

.president {
    margin-top: 54px;
}

.company-name {
    margin-top: 18px;
    font-size: 1.3rem;
}

.president-name {
    font-size: 1.3rem;
}

.president-name span {
    font-size: 1.7rem;
    font-weight: 500;
    margin-left: 14px;
}

/* message pc */
@media screen and (min-width: 1024px) {
    .section--message {
        padding: 125px 12% 120px;
    }
    
    .message {
        display: flex;
        align-items: start;
        gap: 0 5vw;
    }

    .president-img {
        width: 1140px;
        height: auto;
    }
}/* pc 1024px */

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


/* ===================
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 */
