@media(max-width:780px) {
    .header-r {
        display: none;
    }

    .header-l p {
        display: none;
    }

    .header-l img {
        width: 200px!important;
    }

    .hamburger-list__wrap img {
        width: 200px!important;
    }

    .responsive input {
        display: none!important;
    }

    .responsive label {
        position: relative;
        float: right;
        clear: both;
        z-index: 1000;
    }
    .responsive span {
        position: fixed;
        display: inline-block;
        width: 35px;
        height: 25px;
        top: 32px;
        right: 10px;
    }
    .responsive span i {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgb(0, 0, 0);
        display: block;
        transition: all .3s ease-in-out;
    }
    .responsive span i:nth-child(1) {
        top: 0;
    }
    .responsive span i:nth-child(2) {
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .responsive span i:nth-child(3) {
        bottom: 0;
    }
    .responsive input:checked + label span i:nth-child(1) {
        margin: auto;
        transform: rotate(45deg);
        background-color: rgb(0, 0, 0);
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
    .responsive input:checked + label span i:nth-child(2) {
        transform: rotateX(90deg);
        background-color: rgb(0, 0, 0);
        top: 0;
        bottom: 0;
    }
    .responsive input:checked + label span i:nth-child(3) {
        margin: auto;
        transform: rotate(-45deg);
        background-color: rgb(0, 0, 0);
        top: 0;
        right: 0;
        bottom: 0;
    }
    .responsive input:checked + label + .hamburger-list {
        position: fixed;
        z-index: 99;
        opacity: 1;
    }
    .responsive .hamburger-list {
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: opacity .3s ease-in-out,z-index .3s ease-in-out;
    }
    .responsive .header {
        background-color: white;
        border-bottom: solid 1px #cfcfcf;
    }

    .hamburger-list .header {
        text-align: center;
    }

    .hamburger-list .header a {
        display: block;
        text-align: center;
    }

    .responsive .header img {
        width: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .hamburger-list__wrap {
        width: 100%;
        background-color: rgb(255, 255, 255);
        position: absolute;
        right: 0;
        top: 0;
        bottom:0;
        transition: right .3s ease-in-out;
        display: none;
        z-index: 0;
    }
    .responsive input:checked + label + .hamburger-list > .hamburger-list__wrap {
        right: 0;
        display: block;
    }
    
    .hamburger-list__wrap ul a {
        padding: 0 20px;
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: bold;
        height: 60px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-decoration: none;
        border-bottom: 1px solid rgba(128, 128, 128,0.2);
    }
    .hamburger-list__wrap .btn {
        width: 70%;
        height: 50px;
        margin: auto;
        background-color: rgb(20, 20, 20);
        color: white;
        text-align: center;
        padding-top: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .hamburger-list__wrap .btn a {
        display: block;
    }
    .hamburger-list__wrap p {
        padding: 0 20px;
        padding-top: 30px;
        color: rgb(0, 0, 0);
        font-size: 24px;
        height: 60px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-decoration: none;
    }
    
    /*.hamburger-list__wrap a {
        border-bottom: 1px solid rgb(196, 196, 196);
    }*/
    
    .hamburger-list__wrap a:hover{
    text-decoration: underline;
    transition: 0.5s;
    }

    section {
        padding-top: 70px!important;
    }

    .main-pc {
        display: none;
    }

    .worries-wrepper {
        background-size: cover!important;
    }

    .worries-title {
        display: none;
    }

    .research-title h1 {
        font-size: 20px!important;
    }

    .research {
        flex-direction: column;
        gap: 50px!important;
    }

    .research .content h2 {
        padding: 0!important;
    }

    .research .btn {
        max-width: 200px!important;
        margin: 0 auto!important;
        margin-top: -10px!important;
    }

    .resolution-content h1 {
        font-size: 20px!important;
    }

    .contact {
        flex-direction: column;
        gap: 30px!important;
    }

    .contact-btn {
        font-size: 20px!important;
        height: 50px!important;
    }

    .contact-btn  a {
        margin-top: 5px!important;
    }

    .line-btn {
        font-size: 20px!important;
        height: 50px!important;
    }

    .line-btn  a {
        margin-top: 5px!important;
    }



    .company {
        flex-direction: column;
    }


    .footer-b ul {
        flex-direction: column;
    }
    
    .company-content {
        text-align: center!important;
        gap: 30px!important;
    }

    .company-content a img {
        max-width: 200px!important;
    }

    .position {
        text-align: center!important;
    }

    .copyright {
        font-size: 16px!important;
    }
}


@media(min-width: 780px) {
    .responsive {
        display: none;
    }

    .main-sumafo {
        display: none;
    }

    .worries-title-res {
        display: none;
    }


}