.wood-plastic {
    img {
        max-width: 100%;
    }

    .content01 {
        padding: 120px 0 96px 0;

        @media only screen and (max-width: 896px) {
            padding: 48px 0 40px 0;
            font-size: 10px;
        }

        .box {
            display: flex;
            align-items: center;
            gap: 40px;

            @media screen and (max-width: 896px) {
                display: block;
            }

            .info {
                width: 45%;
                color: #4C4948;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    line-height: 1.8;
                    letter-spacing: 0;
                    font-size: 16px;
                }
            }

            .img {
                width: 45%;

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

                img {
                    width: 100%;
                    object-fit: contain;
                }
            }
        }
    }

    .content02 {
        background-color: #EFEFEF;
        padding: 88px 0 120px 0;

        @media screen and (max-width: 896px) {
            padding: 56px 0;
        }

        /* .text {
            margin-top: 64px;
            letter-spacing: 1.5px;

            @media only screen and (max-width: 896px) {
                font-size: 16px;
                letter-spacing: 0;
                line-height: 1.7;
                width: fit-content;
                margin: 0 auto;
                margin-top: 16px;
            }
        } */

        .boxs {
            display: flex;
            gap: 40px;
            margin-top: 80px;
            text-align: center;

            @media screen and (max-width: 896px) {
                display: block;
                margin-top: 40px;
            }

            .box {
                border: 2px solid #9FA0A0;
                background-color: #fff;
                /* border-radius: 40px 0 0 0; */
                padding: 16px 16px 8px 16px;

                @media screen and (max-width: 896px) {
                    margin-bottom: 40px;
                }

                .label {
                    background-color: #2DB648;
                    display: block;
                    width: 100%;
                    color: #fff;
                    border-radius: 4px;
                    padding: 4px;
                }

                .ttl {
                    font-size: 22px;
                    margin-top: 8px;
                }

                .text {
                    margin-top: 16px;
                }
            }

        }

        .flow {
            margin-top: 80px;

            .ttl {
                font-size: 22px;
                text-align: center;
                background-color: #794220;
                color: #fff;
                display: block;
                width: 100%;
                border-radius: 4px;
                padding: 4px;
            }

            .text {
                width: fit-content;
                margin: 0 auto;
                margin-top: 16px;
            }

            .flow-content {
                display: flex;
                justify-content: space-between;
                margin-top: 24px;

                @media screen and (max-width: 896px) {
                    display: block;
                }

                .flow-box {
                    width: 15%;
                    position: relative;

                    @media screen and (max-width: 896px) {
                        width: 100%;
                        max-width: 480px;
                        margin: 0 auto;
                        margin-bottom: 80px;
                    }

                    &::before {
                        content: '';
                        display: inline-block;
                        width: 16px;
                        height: 64px;
                        background-image: url("../images/wood-plastic/flow-right.png");
                        background-size: contain;
                        background-repeat: no-repeat;
                        position: absolute;
                        top: 80px;
                        left: -40px;
                        transform: translateY(-50%);
                    }

                    @media screen and (max-width: 896px) {
                        &::before {
                            top: auto;
                            left: 50%;
                            bottom: -80px;
                            transform: translateY(0%);
                            transform: translateX(-50%);
                            transform: rotate(90deg);
                        }
                    }

                    img {
                        width: 100%;
                    }

                    .flow-ttl {
                        text-align: center;
                        font-size: 22px;
                        margin-top: 8px;
                    }

                    .flow-text {
                        font-size: 12px;
                        margin-top: 8px;
                        line-height: 1.4;
                    }
                }
            }

            .flow-box:first-child::before {
                content: none;
            }

        }

        .items {
            display: flex;
            justify-content: center;

            @media screen and (max-width: 896px) {
                display: block;
            }

            .item {
                width: 30%;
                margin-top: 80px;
                text-align: center;
                font-size: 22px;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    margin-top: 32px;
                }

                img {
                    width: 100%;
                    padding: 8px 0;
                    object-fit: contain;
                }

                .item-text {
                    display: flex;
                    justify-content: space-between;

                    @media screen and (max-width: 896px) {
                        font-size: 16px;
                        letter-spacing: 0;
                    }
                }
            }
        }
    }

    .content03 {
        padding: 140px 0 200px 0;
        color: #4C4948;

        @media screen and (max-width: 896px) {
            padding: 56px 0 48px 0;
        }

        .text {
            margin-top: 64px;
            margin-bottom: 32px;
            letter-spacing: 1.5px;

            @media screen and (max-width: 896px) {
                font-size: 16px;
                letter-spacing: 0;
                line-height: 1.8;
                margin-top: 24px;
            }
        }

         .items {
            display: flex;
            justify-content: space-between;
            margin-bottom: 48px;

            @media screen and (max-width: 896px) {
                display: block;
            }

            .item {
                width: 30%;
                margin-top: 80px;
                text-align: center;
                font-size: 22px;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    margin-top: 32px;
                }

                img {
                    width: 100%;
                    padding: 8px 0;
                    object-fit: contain;
                }

                .item-text {
                    display: flex;
                    justify-content: space-between;

                    @media screen and (max-width: 896px) {
                        font-size: 16px;
                        letter-spacing: 0;
                    }
                }
            }
        }

        .flow-img {
            padding: 0 40px;
            margin-bottom: 32px;

            @media screen and (max-width: 896px) {
                padding: 0;
            }

            img {
                width: 100%;
                object-fit: contain;
            }
        }

        .img01 {
            margin-bottom: 8px;
        }

        .text01 {
            margin-bottom: 48px;

            @media screen and (max-width: 896px) {
                font-size: 12px;
                line-height: 1.8;
                margin-bottom: 16px;
                letter-spacing: 0px;
            }
        }

        .img02 {
            margin-bottom: 48px;

            @media screen and (max-width: 896px) {
                margin-bottom: 16px;
            }
        }

        .item01 {
            display: flex;
            justify-content: space-between;
            margin-bottom: 56px;

            @media screen and (max-width: 896px) {
                display: block;
                margin-bottom: 16px;
            }

            .text02 {
                width: 58%;
                letter-spacing: 3px;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    font-size: 12px;
                    line-height: 1.8;
                    letter-spacing: 0px;
                    margin-bottom: 16px;
                }
            }

            .img03 {
                width: 40%;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    margin-bottom: 16px;
                }
            }
        }

        .item02 {
            display: flex;
            justify-content: space-between;
            margin-bottom: 24px;

            @media only screen and (max-width: 896px) {
                margin-bottom: 16px;
                gap: 8px;
            }

            .img04,
            .img05,
            .img06 {
                width: 32%;

                img {
                    width: 100%;
                    object-fit: contain;
                }

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

        .text03 {
            @media only screen and (max-width: 896px) {
                font-size: 12px;
                letter-spacing: 0px;
                line-height: 1.8;
            }
        }
    }

    .content04 {
        padding: 120px 0 96px 0;

        @media only screen and (max-width: 896px) {
            padding: 40px 0 64px 0;
        }

        .box {
            display: flex;
            align-items: center;
            gap: 40px;

            @media screen and (max-width: 896px) {
                display: block;
                width: 100%;
                margin: 0;
            }

            .info {
                width: 45%;
                color: #4C4948;

                @media screen and (max-width: 896px) {
                    width: 100%;
                    font-size: 16px;
                    line-height: 1.7;
                    letter-spacing: 0px;
                }
            }

            .img {
                width: 45%;

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

                img {
                    width: 100%;
                    object-fit: contain;
                }
            }
        }
    }

    .content05 {
        margin-bottom: 160px;

        @media screen and (max-width: 896px) {
            margin-bottom: 80px;
        }

        .flow-img {
            padding: 0 40px;
            margin-bottom: 32px;

            @media screen and (max-width: 896px) {
                padding: 0;
            }
        }

        .text {
            @media screen and (max-width: 896px) {
                font-size: 12px;
                line-height: 1.7;
                letter-spacing: 0px;
                hanging-punctuation: first allow-end;
                text-indent: 1em;
            }

            span {
                position: relative;
                left: -10px;
            }

            ul {
                margin-bottom: 24px;

                li {
                    text-indent: -1em;
                    /* 番号部分を左に出す */
                    padding-left: 1em;
                    /* 2行目以降を揃える */
                }
            }
        }
    }

    .content06 {
        margin-bottom: 120px;

        @media screen and (max-width: 896px) {
            margin-bottom: 48px;
        }

        .text {
            margin-top: 88px;
            margin-bottom: 88px;

            @media screen and (max-width: 896px) {
                margin-top: 24px;
                margin-bottom: 24px;
                font-size: 16px;
                line-height: 1.8;
                letter-spacing: 0px;
            }
        }

        .img {
            position: relative;
            z-index: 1;
            margin: 0 calc(50% - 50vw);
            width: 100vw;
            text-align: center;

            img {
                max-width: 1080px;
                width: 100%;
            }

            .bg {
                width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
                z-index: -1;

                img {
                    width: 100%;
                    max-width: 100%;
                }
            }
        }
    }

    .content07 {
        margin-bottom: 180px;
        position: relative;

        &::before {
            content: '';
            display: inline-block;
            width: 900px;
            height: 600px;
            background-image: url("../images/wood-plastic/features-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 120px;
            right: 0px;
        }

        @media screen and (max-width: 896px) {
            margin-bottom: 80px;

            &::before {
                width: 274px;
                height: 175px;
                top: 80px;
                right: 0px;
            }
        }

        .list {
            margin-top: 108px;

            @media screen and (max-width: 896px) {
                margin-top: 40px;
            }

            li {
                margin-bottom: 40px;
                letter-spacing: 2.5px;

                @media screen and (max-width: 896px) {
                    margin-bottom: 24px;
                }

                .ttl {
                    display: block;
                    font-size: 24px;
                    color: var(--main-color);
                    margin-bottom: 8px;

                    @media screen and (max-width: 896px) {
                        font-size: 18px;
                        letter-spacing: 0;
                        margin-bottom: 0;
                    }
                }

                .text {
                    display: block;
                    margin-left: 28px;

                    @media screen and (max-width: 896px) {
                        font-size: 14px;
                        letter-spacing: 0;
                        line-height: 1.7;
                        margin-left: 20px;
                    }
                }

                dl {
                    display: flex;
                    margin-left: 28px;

                    @media screen and (max-width: 896px) {
                        font-size: 12px;
                        line-height: 1.7;
                        letter-spacing: 0;
                    }

                    dt {
                        width: 360px;

                        @media screen and (max-width: 896px) {
                            width: 230px;
                            margin-right: 8px;
                        }
                    }
                }

                dl.first {
                    @media screen and (max-width: 896px) {
                        margin-top: 8px;
                    }
                }
            }
        }
    }

    .content08 {
        margin-bottom: 140px;

        @media screen and (max-width: 896px) {
            margin-bottom: 48px;
        }
    }
}