@media (min-width: 768px) and (max-width: 1025px) {
    .catchcopy {
        margin-top: 120px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 44px;
    }
    .head {
        background: linear-gradient(rgba(4, 27, 66, 0.4), rgba(4, 27, 66, 0.4)),url("../img/tb-header_bg_img.png");
        background-repeat: no-repeat;
        background-size: 100vw 100%;
        height: 100vh;
    }
    /* .section, footer {
        padding: 70px 5%;
    } */
    .menu {
        width: 40vw;
    }
    .qualifi ul li div {
        padding: 20px 40px;
        height: 120px;
    }
    header, .catchcopy, section, footer {
        padding: 80px 10%;
    }
    .title-bg {
        font-size: 70px;
    }
    .dl-part {
        display: block;
    }
    .dl-part dl, .dl-part figure {
        width: 100%;
    }
    .dl-part dl dt {
        text-align: center;
    }
    .dl-part dl .btn-area {
        margin: 32px auto;
        width: max-content;
    }
    .f-menu p {
        font-size: 18px;
    }
  }