@media (min-width:1025px) {
    .content_Text .left_content {
        font-size: 4.5vw;
    }

    .left_content p:first-child {
        padding-top: 4vh;
    }

    .left_content p:last-child {
        padding-top: 0;
    }

    .right_content p {
        line-height: 5vh;
        font-size: 3vw;
    }

    .content_Text .goto_content {
        bottom: 2vh;
        height: 6.5vh;
        line-height: 6.5vh;
        font-size: 2.5vw;
    }

    .bottom_Zone {
        font-size: 2.5vw;
    }
}