    /* box2 */
    .section2 {
        display: block;
        padding: 0;
    }

    .Box2 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        align-items: flex-start;
    }

    .lt2 {
        width: 55%;
        position: relative;
    }

    .lt2 h1 {
        position: absolute;
        left: 22%;
        bottom: 15%;
        z-index: 2;
        width: 320px;
        overflow: hidden;
    }

    .lt2 h1 p {
        color: #FFF;
        font-size: 88px;
        font-weight: 900;
        line-height: 1;
        position: relative;
        transform: translateY(100%);
    }

    .section2.on .lt2 h1 p {
        transform: translateY(0%);
        transition: 0.5s 1s;
    }

    .lt2 img {
        position: relative;
        z-index: 1;
        width: 100%;
        right: 100vw;
        bottom: 100vw;
        transition: 0.5s;
    }

    .section2.on .lt2 img {
        right: 0vw;
        bottom: 0vw;
    }

    .rt2 {
        position: relative;
        width: 45%;
        padding-top: 250px;
        padding-bottom: 120px;
        padding-right: var(--container);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .rt2>h1 {
        color: #0D0D0D;
        font-size: 38px;
        font-weight: 900;
        width: 120%;
    }

    .rt2>h2 {
        color: #707070;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 40px;
    }


    .Number {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px 0;
    }

    .Number li {
        width: 50%;
    }

    .Number li span {
        display: flex;
        align-content: center;
    }

    .Number li h1 {
        color: var(--color);
        font-size: 48px;
        line-height: 1;
        font-weight: 700;
    }


    .Number li h2 {
        margin-top: 15px;
        color: #4B4B4B;
        font-size: 16px;
    }

    a.indexMore2 {
        margin-top: 60px;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        grid-gap: 30px;
    }

    a.indexMore2 span {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    a.indexMore2 span::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 46px;
        height: 46px;
        background: var(--color);
        transition: 0.5s;
    }

    a.indexMore2 span i {
        font-weight: bold;
        color: #fff;
        font-size: 18px;
    }

    a.indexMore2:hover span::after {
        transform: rotate(45deg);
    }

    .block2 {
        position: absolute;
        z-index: -1;
        display: block;
        width: 68.2292vw;
        height: 68.2292vw;
        pointer-events: none;
        top: 1.5vw;
        right: -12vw;
        transform: rotate(45deg);
    }



    .block2-1 {
        width: 1vw;
        height: 0;
        background-color: var(--color);
        opacity: 0.06;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .block2-2 {
        width: 0;
        height: 1vw;
        background-color: var(--color);
        opacity: 0.06;
        position: absolute;
        left: 0;
        top: 0;
    }

    .block2-3 {
        width: 1vw;
        height: 0;
        background-color: var(--color);
        opacity: 0.06;
        position: absolute;
        right: 0;
        top: 0;
    }

    .block2-4 {
        width: 0;
        height: 1vw;
        background-color: var(--color);
        opacity: 0.06;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .section2.on .block2-1 {
        height: calc(100% - 1vw);
        transition: 1s 2s;
    }

    .section2.on .block2-2 {
        width: calc(100% - 1vw);
        transition: 1s 3s;
    }

    .section2.on .block2-3 {
        height: calc(100% - 1vw);
        transition: 1s 4s;
    }

    .section2.on .block2-4 {
        width: calc(100% - 1vw);
        transition: 1s 5s;
    }

    @media (max-width: 1600px) {
        .rt2>h2 {
            margin-top: 15px;
            margin-bottom: 20px;
        }

        .Number {
            grid-gap: 15px 0;
        }

        a.indexMore2 {
            margin-top: 30px;
        }
    }

    @media (max-width: 1440px) {
        .lt2 h1 {
            width: 200px;
        }

        .lt2 h1 p {
            font-size: 60px;
        }

        .rt2 {
            padding-top: 150px;
        }

        .rt2>h1 {
            font-size: 28px;
        }

        .Number li h1 {
            font-size: 32px;
        }

        .Number li h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 1200px) {
        .lt2 h1 {
            width: 150px;
        }

        .lt2 h1 p {
            font-size: 40px;
        }

        .rt2>h1 {
            font-size: 20px;
        }

        .rt2>h2 {
            width: 100%;
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .Box2 {
            flex-wrap: wrap;
        }

        .lt2 {
            width: 100%;
        }

        .rt2 {
            padding-top: 30px;
            padding-bottom: 60px;
            padding-left: var(--container);
            width: 100%;
            margin-top: 0vw;
        }

        .block2 {
            width: 80vw;
            height: 80vw;
            top: -10vw;
            right: -10vw;
        }

        .Number li h1 {
            font-size: 24px;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}