@charset "UTF-8";

/* common */

.common-title-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

    @media screen and (max-width: 767px) {
        gap: 0.2rem;
    }


    & h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 6.1rem;
        line-height: 7.8rem;
        letter-spacing: 0.09em;
        color: #000000;

        @media screen and (max-width: 767px) {
            font-size: 2.6rem;
            line-height: 150%;
        }
    }

    .eng-subtitle {
        font-family: 'Jost';
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        color: #D62328;

        @media screen and (max-width: 767px) {
            font-size: 1.2rem;
            line-height: 120%;
            padding-left: 0.3rem;
        }

    }
}



/* main fv */

.main-fv {
    position: relative;
    /* height: 110rem; */
    height: 120rem;
    background: #F1F1F1;

    @media screen and (max-width: 1080px) {
        height: 95rem;
    }

    @media screen and (max-width: 767px) {
        height: 100%;
    }

    .main-fv-video-container {
        width: 100%;
        height: 108rem;
        position: relative;

        @media screen and (max-width: 1080px) {
            height: 90rem;
        }

        @media screen and (max-width: 767px) {
            height: 67rem;
        }

        & video,
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #lottie-container-top-fv {
            position: absolute;
            width: 75rem;
            height: 71rem;
            bottom: -11rem;
            right: 53rem;

            @media screen and (max-width: 1080px) {
                width: 58rem;
                height: 60rem;
            }

            @media screen and (max-width: 767px) {
                width: 20rem;
                height: 20rem;
                bottom: -2rem;
                right: 20rem;
            }
        }

        #lottie-container-top-fv2 {
            position: absolute;
            width: 75rem;
            height: 71rem;
            bottom: -41rem;
            right: 90rem;

            @media screen and (max-width: 1080PX) {
                bottom: -34rem;
                right: 78rem;
                width: 58rem;
                height: 60rem;
            }

            @media screen and (max-width: 767px) {
                width: 20rem;
                height: 20rem;
                bottom: -10rem;
                right: 23rem;
            }
        }
    }


    .main-titles-container {
        position: absolute;
        top: 33.9rem;
        left: 18.7rem;

        & h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 6.9rem;
            line-height: 10.5rem;
            letter-spacing: 0.06em;
            color: #000000;
            padding-bottom: 5.4rem;
        }

        & p {
            font-family: 'Jost';
            font-style: normal;
            font-weight: 600;
            font-size: 2.1rem;
            line-height: 3.3rem;
            letter-spacing: 0.03em;
            color: #D62328;
        }
    }

}

/* business */


#business {
    padding-bottom: 25rem;
    background: #F1F1F1;
    position: relative;

    height: 250rem;

    .business-flex-container {
        display: flex;
        gap: 15.2rem;
        position: sticky;
        top: 15rem;
        z-index: 1;

        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 4.2rem;
            /* top: 8rem; */
            position: initial;
            padding-left: 2rem;
        }

        .business-img-container {
            width: 86.6rem;

            @media screen and (max-width: 767px) {
                width: 34rem;
                transform: translatex(-2rem);
            }
        }

        .main-business-text-title {
            padding-top: 7.9rem;
            padding-bottom: 6.5rem;
            font-style: normal;
            font-weight: 700;
            font-size: 3.6rem;
            line-height: 5.4rem;
            letter-spacing: 0.07em;
            color: #000000;

            @media screen and (max-width: 767px) {
                padding-top: 4.1rem;
                padding-bottom: 2.5rem;
                font-size: 1.8rem;
                line-height: 150%;
                letter-spacing: 0.07em;
            }
        }

        .main-business-text-description {
            font-style: normal;
            font-weight: 500;
            font-size: 1.6rem;
            line-height: 3.8rem;
            letter-spacing: 0.09em;
            color: #000000;
            padding-bottom: 4.4rem;

            @media screen and (max-width: 767px) {
                padding-bottom: 4rem;
                font-size: 1.4rem;
                line-height: 2.8rem;
            }
        }
    }

    #lottie-container-business {
        position: absolute;
        width: 75rem;
        height: 71rem;
        top: 16rem;
        right: -22rem;
        z-index: -1;

        @media screen and (max-width: 767px) {
            display: none;
        }
    }
}

/* product */

#product {
    /* margin-top: -8rem; */
    margin-top: -124rem;
    padding-top: 22rem;
    padding-bottom: 22.9rem;
    box-shadow: 0px -9px 38px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.8rem);
    -webkit-backdrop-filter: blur(2.8rem);
    border-radius: 10rem 10rem 0 0;
    background: rgba(255, 255, 255, 0.83);
    border: 1px solid rgba(255, 255, 255, 0.43);
    position: relative;
    z-index: 2;

    .title-btn-flex-container {
        display: flex;
        justify-content: space-between;
    }

    .title-container-flex-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3rem;
        margin-bottom: 10.2rem;

        .right-side-text {
            font-style: normal;
            max-width: 111.8rem;
            font-weight: 500;
            font-size: 1.8rem;
            line-height: 3.3rem;
            letter-spacing: 0.05em;
            color: #000000;
        }
    }

    .product-titles-subcontainer {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .anti-flex {
            .main-section-title {
                font-style: normal;
                font-weight: 700;
                font-size: 4rem;
                /* line-height: 33px; */
                letter-spacing: 0.05em;
                color: #000000;
                padding-bottom: 3.9rem;
            }

            & p {
                font-style: normal;
                font-weight: 500;
                font-size: 1.8rem;
                line-height: 3.3rem;
                letter-spacing: 0.05em;
                color: #000000;
            }
        }
    }

    .gom-presentation-container {
        display: flex;
        gap: 4.2rem;
        padding-bottom: 10rem;
        padding-top: 6.8rem;
        border-bottom: #DADADA 0.1rem solid;
        margin-bottom: 10.4rem;

        .gom-container {
            .gom-main-img-container {
                width: 45rem;
                border-radius: 1.6rem;
                margin-bottom: 3rem;
                border: 1px solid #80808021;
            }

            & p {
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 3.2rem;
                letter-spacing: 0.05em;
                color: #000000;
            }
        }
    }

    .prod2-container {
        display: flex;
        gap: 2.9rem;
        margin-top: 6.8rem;

        .prod2-box {
            .img-container {
                width: 33.7rem;
                padding-bottom: 3.1rem;
            }

            .box2-main-title {
                padding-bottom: 2.4rem;
                font-style: normal;
                font-weight: 700;
                font-size: 2.2rem;
                /* line-height: 32px; */
                letter-spacing: 0.05em;
                color: #000000;
            }

            .box2-small-text {
                max-width: 33.7rem;
                font-style: normal;
                font-weight: 500;
                font-size: 1.6rem;
                line-height: 2.5rem;
                letter-spacing: 0.05em;
                color: #000000;
            }
        }
    }
}

/* sustainability */

#sustainability {
    padding-top: 21.6rem;
    background: #F1F1F1;
    position: relative;

    .top-sustainability-flexcontainer {
        display: flex;
        gap: 7.2rem;
        justify-content: flex-end;
        position: relative;

        &::after {
            position: absolute;
            content: "SUSTAINABILITY";
            width: 99.5rem;
            height: 8.9rem;
            font-family: 'Jost';
            font-style: normal;
            font-weight: 600;
            font-size: 12.4rem;
            letter-spacing: 0.02em;
            color: #D62328;
            bottom: 9rem;
            left: 1rem;
            right: 0;
            margin: auto;

        }

        .right-side-container {
            .title {
                max-width: 58.8rem;
                font-style: normal;
                font-weight: 700;
                font-size: 6.1rem;
                line-height: 9rem;
                letter-spacing: 0.07em;
                color: #000000;
                padding-bottom: 7.3rem;

                @media screen and (max-width: 1080px) {
                    font-size: 4.1rem;
                    line-height: 6rem;
                }

                & span {
                    color: #D62328;
                }
            }

            & p {
                max-width: 38.4rem;
                font-style: normal;
                font-weight: 500;
                font-size: 1.6rem;
                line-height: 3.8rem;
                letter-spacing: 0.09em;
                color: #000000;
            }
        }

        .white-sus-container {
            background-color: #ffffff;
            width: 110.2rem;
            padding: 14rem 18.5rem 20.8rem;
            border-radius: 4rem 0 0 4rem;

            .white-box-main-title {
                font-style: normal;
                font-weight: 700;
                font-size: 4.2rem;
                line-height: 3.3rem;
                letter-spacing: 0.05em;
                color: #000000;
                padding-bottom: 8.2rem;
            }

            .white-box-list-flexcontainer {
                display: flex;
                justify-content: space-between;
                padding-bottom: 5rem;
                border-bottom: #DADADA 0.1rem solid;
                margin-bottom: 3.5rem;
                align-items: center;

                .list-text-container {
                    max-width: 61.4rem;

                    .red-text {
                        font-style: normal;
                        font-weight: 700;
                        font-size: 2.4rem;
                        line-height: 2.9rem;
                        letter-spacing: 0.08em;
                        color: #D62328;
                        padding-bottom: 2.2rem;
                    }

                    .black-text {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 1.8rem;
                        line-height: 3.3rem;
                        letter-spacing: 0.05em;
                        color: #000000;
                    }
                }

                .white-list-arrow-container {
                    width: 4.4rem;
                }
            }
        }
    }

    .recruit-banner {
        background: linear-gradient(99.32deg, #D62328 -4.13%, #F89295 107.83%);
        border-radius: 1.3rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10.4rem;
        margin-top: 11rem;

        .recruit-left-text {
            padding: 7.3rem 0 5rem 8.9rem;
            max-width: 75rem;
            width: 100%;


            .en-recruit {
                font-family: 'Jost';
                font-style: normal;
                font-weight: 700;
                font-size: 1.6rem;
                /* line-height: 89px; */
                letter-spacing: 0.06em;
                color: #FFFFFF;
                padding-bottom: 1rem;
            }

            .saiyo-title {
                font-style: normal;
                font-weight: 700;
                font-size: 4.5rem;
                /* line-height: 7.5rem; */
                letter-spacing: 0.05em;
                color: #FFFFFF;
                padding-bottom: 3.5rem;
            }

            .banner-main-title {
                font-weight: 700;
                font-size: 2.4rem;
                line-height: 3.6rem;
                letter-spacing: 0.07em;
                color: #FFFFFF;
                padding-bottom: 3rem;
            }

            .futsu-text {
                max-width: 63.2rem;
                font-style: normal;
                font-weight: 500;
                font-size: 1.6rem;
                line-height: 3.1rem;
                letter-spacing: 0.09em;
                color: #FFFFFF;
                padding-bottom: 1.3rem;
            }

            .button-container {
                display: flex;
                gap: 1.7rem;
                align-items: center;
                justify-content: flex-end;

                .textbtn {
                    font-style: normal;
                    font-weight: 900;
                    font-size: 1.6rem;
                    letter-spacing: 0.05em;
                    color: #FFFFFF;
                }

                .btn-icon-container {
                    width: 3.6rem;
                    transition: all 0.5s ease;
                }
            }

        }

        .img-banner-container {
            width: 69.2rem;


            & img {
                width: 100%;
                height: 100%;
            }
        }

        &:hover {
            opacity: 0.9;

            .btn-icon-container {
                transform: translateX(4rem) rotate(360deg);

                @media screen and (max-width: 767px) {
                    transform: translateX(0) rotate(0);
                }
            }
        }
    }

    .double-section-flex-container {
        display: flex;
        justify-content: space-between;
        padding-bottom: 14rem;

        .common-title-container {
            gap: 0rem;

            & h3 {
                font-size: 4.6rem;
                line-height: 6rem;
            }
        }

        .home-news-container {
            margin-top: 6.1rem;

            .list-category {
                display: flex;
                gap: 0.5rem;

                .list-category-tag {
                    margin-right: 0;
                }
            }
        }

        .oshirase-cotnainer {
            .no-content {
                margin-top: 6.1rem;
            }
        }

        .affiliates-container {
            .img-container {
                width: 78rem;
                padding-top: 5.8rem;
            }
        }
    }

    #lottie-container-sus {
        position: absolute;
        width: 75rem;
        height: 72rem;
        top: 45rem;
        left: 1rem;
        z-index: 3;
    }
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: red;
}



.common-list.article {
    .list-title {
        max-width: 47rem !important;

        @media screen and (max-width: 767px) {
            max-width: 34rem !important;
        }
    }

    .list-category {
        flex-direction: column;
        margin-right: 5.5rem;
    }
}

@media screen and (max-width: 1070px) {
    #sustainability {
        .top-sustainability-flexcontainer {
            .white-sus-container {
                width: 100.2rem;
                padding: 10rem 10.5rem 20.8rem;
            }
        }
    }
}

@media screen and (max-width: 767px) {

    .main-fv {
        height: 67rem;
        position: relative;
        margin-bottom: 9rem;

        .main-titles-container {
            position: relative;
            top: 0;
            left: 0;
            padding-top: 11.4rem;
            margin-left: 4.9rem;
            z-index: 2;

            & h2 {
                font-size: 2.8rem;
                line-height: 4.1rem;
                padding-bottom: 2rem;
            }

            & p {
                font-size: 0.9rem;
                line-height: normal;
            }
        }

        /* &::after {
            position: absolute;
            content: "";
            background: url(../img/index/fv-sp-bk.png) no-repeat;
            background-size: 100%;
            width: 100%;
            height: 77.5rem;
            top: 0;
            left: 0;
            z-index: 0;
        } */
    }

    #business {
        height: auto;
        padding-bottom: 6rem;
    }


    #product {
        margin-top: 0;
        padding-top: 6rem;
        padding-bottom: 8rem;
        border-radius: 4rem 4rem 0 0;

        .title-btn-flex-container {
            flex-direction: column;
            padding-bottom: 4.8rem;
        }

        .title-container-flex-text {
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
            margin-bottom: 0;

            .right-side-text {
                padding-top: 4rem;
                font-size: 1.4rem;
                line-height: 2.4rem;
                margin-bottom: 2.4rem;
            }
        }

        .product-titles-subcontainer {
            flex-direction: column;
            align-items: flex-start;

            .anti-flex {
                .main-section-title {
                    font-size: 2.2rem;
                    padding-bottom: 2.4rem;
                }

                & p {
                    margin-bottom: 2.4rem;
                    font-size: 1.4rem;
                    line-height: 150%;
                }
            }
        }

        & .gom-presentation-container {
            padding-bottom: 8.2rem;
            margin-bottom: 5.2rem;
            padding-top: 3.2rem;

            & .gom-container {
                width: 100%;
                margin: 0 auto;

                .gom-main-img-container {
                    width: 30.5rem;
                    /* width: 100%; */
                    margin-bottom: 1rem;
                    border-radius: 1.2rem;
                    margin-left: auto;
                    margin-right: auto;
                }

                & p {
                    font-size: 1.6rem;
                    line-height: 150%;
                    padding-bottom: 0;
                    padding-left: 2rem;
                }
            }

            .swiper-horizontal>.swiper-pagination-bullets,
            .swiper-pagination-bullets.swiper-pagination-horizontal,
            .swiper-pagination-custom,
            .swiper-pagination-fraction {
                top: 33.5rem;
            }
        }

        & .prod2-container {
            gap: 2.5rem;
            flex-wrap: wrap;
            justify-content: center;

            & .prod2-box {
                .img-container {
                    width: 14rem;
                    padding-bottom: 1.6rem;
                }

                .box2-main-title {
                    font-size: 1.8rem;
                    padding-bottom: 1.5rem;
                    max-width: 14rem;
                }

                .box2-small-text {
                    font-size: 1.4rem;
                    line-height: 130%;
                    max-width: 14rem;
                }
            }
        }
    }

    #sustainability {
        padding-top: 8rem;

        .top-sustainability-flexcontainer {
            gap: 9.1rem;
            flex-direction: column;

            .right-side-container {
                padding-left: 1.7rem;

                .title {
                    font-size: 2.8rem;
                    line-height: 160%;
                    padding-bottom: 3.2rem;
                }

                & p {
                    font-size: 1.4rem;
                    line-height: 200%;
                    font-weight: 700;
                    z-index: 1;
                    position: sticky;
                }
            }

            .white-sus-container {
                width: 100%;
                padding: 2.4rem 2rem 11rem;
                border-radius: 1.2rem 0 0 1.2rem;
                margin-left: 1.9rem;
                z-index: 1;

                .white-box-main-title {
                    font-size: 2.2rem;
                    line-height: 150%;
                    padding-bottom: 3.2rem;
                }

                .white-box-list-flexcontainer {
                    padding-bottom: 2.4rem;
                    margin-bottom: 2.4rem;
                    justify-content: flex-start;
                    gap: 1rem;

                    .list-text-container {
                        max-width: inherit;

                        .red-text {
                            font-size: 1.8rem;
                            line-height: 150%;
                            padding-bottom: 1.5rem;
                            max-width: 28.4rem;
                        }

                        .black-text {
                            font-size: 1.3rem;
                            line-height: 150%;
                            max-width: 28.4rem;
                        }

                    }

                    .white-list-arrow-container {
                        width: 2.5rem;
                    }
                }
            }

            &::after {
                position: absolute;
                content: "SUSTAINABILITY";
                width: 30.5rem;
                height: 3.6rem;
                font-family: 'Jost';
                font-style: normal;
                font-weight: 600;
                font-size: 3.8rem;
                letter-spacing: 0.02em;
                color: #D62328;
                bottom: 5rem;
                left: 3.1rem;
                right: 0;
                margin: auto;
                z-index: 2;
            }
        }

        #lottie-container-sus {
            width: 30rem;
            height: 30rem;
            top: 19.6rem;
            left: -6rem;
            z-index: 0;
        }

        .recruit-banner {
            justify-content: space-between;
            margin-bottom: 8rem;
            margin-top: 8rem;
            flex-direction: column;

            .recruit-left-text {
                padding: 4rem 2rem 3.5rem 2rem;
                max-width: inherit;
                width: 100%;

                .en-recruit {
                    font-size: 1.2rem;
                    padding-bottom: 1rem;
                }

                .saiyo-title {
                    font-size: 2.6rem;
                    padding-bottom: 3.5rem;
                }

                .banner-main-title {
                    font-size: 1.8rem;
                    line-height: 150%;
                    padding-bottom: 2rem;
                    padding-bottom: 1.5rem;
                }

                .futsu-text {
                    font-size: 1.4rem;
                    line-height: 200%;
                    padding-bottom: 3rem;
                }

                .button-container {
                    gap: 1.6rem;

                    .textbtn {
                        font-size: 1.4rem;
                    }

                    .btn-icon-container {
                        width: 1.6rem;
                    }
                }
            }

            .img-banner-container {
                width: 100%;

                & img {
                    border-radius: 0 0 1.3rem 1.3rem;
                }
            }
        }

        .double-section-flex-container {
            flex-direction: column;
            gap: 7.8rem;
            padding-bottom: 8rem;

            .common-title-container {
                & h3 {
                    font-size: 2.6rem;
                    line-height: 150%;
                }
            }

            .home-news-container {
                margin-top: 4rem;

                .list-category {
                    display: flex;
                    gap: 0.5rem;
                    flex-direction: row;

                    .list-category-tag {
                        margin-right: 0;
                    }
                }
            }

            .affiliates-container {
                .img-container {
                    width: 100%;
                    padding-top: 4rem;
                }
            }
        }
    }


    .gom-container.swiper-slide {
        width: 80%;
    }
}