    /* box2 */
    .section2 {
        width: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .Box2 {
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
    }

    .Box2 .lt2 {
        width: 53%;
        height: 100%;
        padding-top: 100px;
        padding-left: var(--w1600);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .Box2 .lt2 p {
        margin-top: 45px;
        margin-bottom: 60px;
        font-size: 18px;
        line-height: 1.75;
        color: #000000;
    }

    .Box2 .lt2 a {
        width: 230px;
        height: 65px;
        background: var(--color);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 20px;
        font-size: 16px;
        color: #FFFFFF;
    }

    .Box2 .lt2 a img {
        filter: brightness(0) invert(1);
    }

    .Number {
        margin-top: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Number .item2 {
        display: block;
    }

    .Number .item2 span {
        display: flex;
        align-items: baseline;
    }

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

    .Number .item2 span h3 {
        font-size: 16px;
        color: #000000;
    }

    .Number .item2 h2 {
        font-size: 16px;
        color: #000000;
    }

    .Box2 .rt2 {
        width: 47%;
        height: 100%;
        position: relative;
    }

    .Box2 .rt2 .icon2 {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .Box2 .rt2 .img2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    @media (max-height: 800px) {
        .Box2 .lt2 p {
            margin-top: 30px;
            margin-bottom: 45px;
            font-size: 16px;
            line-height: 1.5;
        }
    }

    @media (max-height: 700px) {
        .Box2 .lt2 p {
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .Number {
            margin-top: 30px;
        }
    }

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

    @media (max-width: 1440px) {
        .Number .item2 span h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 1200px) {
        .Box2 .lt2 {
            position: relative;
            z-index: 2;
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .Box2 .lt2 p {
            margin-top: 15px;
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.5;
            width: calc(100% + 100px);
        }

        .Number {
            margin-top: 30px;
        }

        .Box2 .rt2 {
            width: 47%;
            height: auto;
            z-index: 1;
        }
    }

    @media (max-width: 840px) {
        .Box2 .lt2 {
            width: 100%;
            padding-top: 90px;
            padding-bottom: 30px;
            padding-right: var(--w1600);
        }

        .Box2 .lt2 p {
            margin-top: 15px;
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.5;
            width: 100%;
        }

        .Box2 .rt2 {
            width: 100%;
            height: auto;
            z-index: 1;
        }

        .Box2 .rt2 .icon2 {
            display: none;
        }
    }

    @media (max-width: 720px) {
        .Box2 .lt2 {
            padding-top: 60px;
        }

        .Box2 .lt2 a {
            width: 180px;
            height: 45px;
        }

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

    @media (max-width: 460px) {
        .Number {
            flex-wrap: wrap;
            grid-gap: 30px 0;
        }

        .Number .item2 {
            width: 50%;
        }
    }

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