header {
    height: 5.971751174174646vw;
    position: fixed;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.79);
    width: 100%;
    max-width: 1920px;
    display: flex;
}

ul,
.drawer-container {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
}

.drawer-container {
    justify-content: space-between;
    margin: auto;
    width: 1205px;
}

#drawer-hamburger {
    display: none;
}


#header_logo {
    padding-left: 0;
}

.openbtn4 {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

/*ボタン内側*/
.openbtn4 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 31%;
    height: 2px;
    border-radius: 5px;
    background: #000;
    width: 38%;
}


.openbtn4 span:nth-of-type(1) {
    top: 18px;
}

.openbtn4 span:nth-of-type(2) {
    top: 25px;
}

.openbtn4 span:nth-of-type(3) {
    top: 32px;
}

.openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #000;
    font-size: 0.6rem;
    text-transform: uppercase;
}

.openbtn4.active span:nth-of-type(1) {
    top: 20px;
    left: 25px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
    top: 32px;
    left: 25px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 6px;
}

li {
    list-style: none;
    font-size: 16px;
    line-height: 1.975625;
    letter-spacing: 0.1em;
    width: auto;
}

li:not(:first-child) {
    /* margin-left: 40px; */
    margin-left: 25px;
}

/* li:nth-child(6),
li:nth-child(7) {
    margin-left: 12px;
} */

/* li:nth-child(7), */
li:nth-child(8),
li:last-child {
    margin-left: 0;
}

#header_logo img {
    width: 6.56vw;
}

#head_news,
#head_login {
    height: 5.971751174174646vw;
    width: auto;
}

#head_tel {
    width: 10.66vw;
    /* height: 5.971751174174646vw; */
}

#head_contact {
    /* width: 10.41vw; */
    height: 5.971751174174646vw;
}

.drawer-menu {
    position: fixed;
    top: 70px;
    right: 0;
    height: 100%;
    width: 16.25rem;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    z-index: 1;
}

.drawer-menu.active {
    transform: translateX(0);
}

.drawer-menu-list {
    display: block;
    margin-top: 2rem;
    margin-left: 3rem;
}

.drawer-menu-list li {
    text-align: left;
    margin: 0;
    margin-top: 1rem;
}

@media screen and (min-width: 1921px) {
    #head_news,
    #head_login,
    header {
        height: 114.6576225441532px;
    }

    #header_logo img {
        width: 125.9954001px;
    }

    #head_tel {
        width: 204.6365121px;
    }

    #head_contact {
        /* width: 199.8635166px; */
        height: 114.656px;
    }

    .drawer-container {
        width: 1250px;
    }
}

@media screen and (max-width: 1300px) {

    /* #head_tel, */
    #head_contact {
        /* width: auto;
        height: 90%; */
        height: 5.971751174174646vw;
    }

    #head_tel {
        /* height: 5.971751174174646vw; */
        width: auto;
        height: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .drawer-container {
        justify-content: space-around;
    }

    li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {

    #head_contact,
    #head_tel {
        height: 5.971751174174646vw;
    }

    /* li:nth-child(6), */
    li:nth-child(7),
    li:nth-child(8) {
        margin-left: 0;
    }

}

@media screen and (max-width: 750px) {
    header {
        background-color: #fff;
    }

    header,
    #head_contact,
    #head_tel {
        height: 70px;
    }

    #contact_form::before {
        height: 70px;
        margin-top: -70px;
    }

    .pc_nav {
        display: none;
    }

    #drawer-hamburger {
        display: block;
    }

    .drawer-container {
        justify-content: space-between;
    }

    #header_logo {
        padding-left: 1.43%;
    }

    #header_logo img {
        width: 76.49925px;
    }

    #head_news,
    #head_login {
        height: 70px;
    }

    li:nth-child(5) {
        margin-left: 0;
    }

    li:nth-child(6) {
        margin-left: 0;
    }

    /* .drawer-container li {
        width: 70px;
    } */

    .drawer-container li:not(:nth-child(5)) {
        /* width: 70px; */
    }

    #footer_bottom {
        font-size: 12px;
        letter-spacing: 0.18em;
        padding-top: 4.10%;
        padding-bottom: 4.83%;
    }
}