@media screen and (max-width: 1200px) and (min-width:0px) {
    .section05 .title {
        width: 25vw;
    }

    .section05 .box5 {
        width: 70vw;
        padding: 0vh 0 10vh;
    }

    .section02 {
        padding-top: 60px;
    }

    .section02 .title {
        width: 320px;
    }

    .section02 .title h2 {
        padding-bottom: 10px;
    }

    .section02 .title h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .section02 .title p {
        font-size: 14px;
    }

    .section02 .box2 .item .text h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section02 .box2 .item .text p {
        display: none;
    }

    .section02 .box2 .item:nth-child(2) .text {
        right: -35px;
        top: -15px;
    }

    .section02 .box2 .item .text a {
        padding-right: 15px;
    }

    .section02 .box2 .item:nth-child(3) .text h1 {
        font-size: 16px;
    }

    .section02 .box2 .item:nth-child(3) .text a {
        font-size: 12px;
    }

    .section03 {
        padding-top: 60px;
    }

    .box3Slide .imgBox img {
        width: auto;
        height: auto;
        max-width: 50%;
        max-height: 50%;
    }

    .section03 .left {
        width: 80vw;
    }

    .section03 .right {
        width: 20vw;
    }

    .section03 .title {
        top: 10vh;
        left: calc(70% + 30px);
        width: calc(30% - 30px);
    }

    .section03 .title h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .section03 .title h2 {
        letter-spacing: 5px;
    }

    .box3Slide .text {
        padding-left: 30px;
        padding-top: calc(10vh + 85px);
    }

    .box3Slide .text h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .box3Slide .text p {
        font-size: 12px;
        line-height: 1.75;
        margin-bottom: 15px;
    }

    .section03 .right .item {
        padding: 10%;
    }

    .section03 .right h1 {
        font-size: 14px;
    }

    .section04 {
        padding-top: 60px;
        padding-left: 0px;
    }

    .section04 .top {
        padding-top: 0;
    }

    .section04 .top .text h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .section04 .top .text p {
        font-size: 12px;
        margin-bottom: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .section04 .bottom {
        display: flex;
        height: calc(100% - 210px);
        overflow: hidden;
    }

    .section04 .bottom .number .item span {
        font-size: 24px;
    }

    .section04 .bottom .number .item p {
        font-size: 12px;
    }

    .section05 .title h2 {
        letter-spacing: 5px;
    }

    .section05 .title h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .section05 .title p {
        font-size: 14px;
    }

    .box5Slide .imgBox {
        width: calc(100% - 250px);
    }

    .box5Slide .text {
        width: 220px;
    }

    .box5Slide .text h1 {
        font-size: 18px;
    }

    .box5Slide .text p {
        font-size: 14px;
    }

    .section05 .title {
        padding-left: 2%;
    }
    
    .section05 .box5 {
        padding-right: 2%;
    }
}