:root {
    --btn_green: #8dd43f;
    --hd_green: #90ee90;
    --hd_red: #dc2715;
}

a.menu-document-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.05em 2em 1.05em 2.25em;
    font-size: 18px;
    font-weight: bold;
    background-color: var(--hd_red);
    text-decoration: none;
    /*color: #333;*/
    color: #fff;
    border-radius: 2em 0 0  2em;
    line-height: 1;
}
#nav-new {
    padding: 25px 140px 25px 40px;
}
a.nav-new-btn {
    padding: 1.1em 1.8em;
    background-color: var(--hd_red);
    color: #fff;
}
@media (hover: hover) {
    a.nav-new-btn:hover {
        filter: opacity(0.8);
    }
}
.nav-new-telnum {
    margin-left: auto;
    margin-right: 20px;
    letter-spacing: 0.05em;
}
.nav-new-wakagaerukun {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    right: 15px;
}
.nav-new-wakagaerukun img {
    width: 130px;
    height: auto;
    transition: all 0.1s 0s ease;
}
@media (hover: hover) {
    .nav-new-wakagaerukun:hover img {
        transform: scale(1.05) rotate(2deg);
        transform-origin: 100px bottom;
    }
}
.nav-new-wakagaerukun-name {
    position: absolute;
    right: 15px;
    bottom: 8px;
}
.nav-new-wakagaerukun-name img {
    width: 220px;
    height: auto;
}
.secContact {
    padding: 50px 0;
    background-image: url("../images/contact_bg2.jpg?");
    background-image: url("../images/contact_bg2.jpg?");
    background-repeat: no-repeat;
    background-size: cover;
}
.secContact .sec_contentBox {
    width: 960px;
    padding: 0;
}
.secContact .secInner {
    margin-top: 30px;
}
.content_btn {
    height: 85px;
    border-radius: 60px;
    color: #fff;
    background-color: var(--hd_red);
}
.content_btn.tell {
    color: #383005;
    background-color: var(--hd_green);
}
.content_btn .txtBox .btnTxt_note {
    margin-top: 5px;
    font-size: 1.1rem;
}
.secOffices {
    padding-top: 120px;
}
.schedule .secHead_ttlWrap:before {
    content: "SCHEDULE";
}
.sponly {
    display: none;
}
.cost-text {
    font-size: 2.0rem;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.testtest .mv-new-title-img img {
    height: auto;
    width: auto;
    max-width: auto;
}
.testtest .support#support-before,
.testtest .support#support-after {
    background-color: transparent;
}
.testtest .support .secHead_ttlWrap:before {
    color: #fff;
}
.testtest .secContact {
    position: relative;
    width: 100vw;
    height: 220px;
    padding: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
.testtest .hd-user-list {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.testtest .hd-user-list li {
    width: 260px;
    height: 220px;
}
.testtest .hd-user-list li img {
    width: 260px;
    height: 220px;
    object-fit: cover;
}
.testtest #footer {
    background-color: transparent;
}



@media screen and (max-width: 599px) {
    a.menu-document-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1.0em 1.5em;
        font-size: 14px;
        font-weight: bold;
        background: var(--hd_red);
        text-decoration: none;
        color: #fff;
        border-radius: 2em;
        line-height: 1;
    }
    #nav-new {
        padding: 0;
    }
    a.nav-new-btn {
        padding: 1.3em 0 1.8em 0;
        align-items: center;
    }
    a.nav-new-btn::before {
    }
    a.nav-new-btn:not(:last-of-type) {
        box-shadow: -1px 0 0 rgba(255 255 255 /0.5) inset;
    }
    a.nav-new-btn.nav-new-btn-owner {
        padding-right: 28px;
    }
    .nav-new-wakagaerukun {
        bottom: 20px;
        right: 5px;
        z-index: 1;
    }
    .nav-new-wakagaerukun img {
        width: 64px;
    }
    .nav-new-wakagaerukun-name {
        /*display: none;*/
        padding: 4px 8px 6px 8px;
        width: 100vw;
        right: 0;
        bottom: 0;
        /*top: 0;
        transform: translateY(-100%);*/
        /*background: #fff;*/
        line-height: 1;
        z-index: 0;
        text-align: right;
    }
    #header .header_documentWrap {
        width: auto; 
        margin-right: 20vw;
    }
    .content_btn .txtBox .content_btnTxt {
        font-size: 20px;
    }
    .content_btn .txtBox .content_btnTxt .btnIcon {
        width: 22px;
        height: 22px;
    }
    .content_btn .txtBox .content_btnTxt .btnTxt_min {
        font-size: 18px;
    }
    .content_btn .txtBox .content_btnTxt .btnIcon.mail {
        width: 24px;
        height: 24px;
    }
    .sponly {
        display: block;
    }
    .sponly .content_btn {
        height: 18vw;
    }
    .sec_contentBox {
        padding: 10.66667vw 5.33333vw;
        border-radius: 30px;
    }
    .schedule .sec_contentBox {
        padding: 5.33333vw;
    }
    #about .about_listWrap .listContent_txtBox {
        width: 100%;
    }
    .secContact .sec_contentBox {
        width: 100%;
    }
    .content_btn {
        height: 75px;
    }
    .secVoice .sec_contentBox {
        padding: 12vw 5.33vw;
    }
    #mv .mv_txt_sub {
        font-size: 1.4rem;
    }
    .secHead .secHead_lead {
        font-size: 1.4rem;
    }
    .content_txt {
        line-height: 1.83;
        font-size: 1.4rem;
    }
    .secContact .sec_contentBox .content_btnWrap .content_btnInner .btnHeadtxt {
        font-size: 1.5rem;
    }
    .secVoice .sec_contentBox .vioceCard .vioceCard_txt {
        line-height: 1.8;
        font-size: 1.4rem;
    }
    .secCost {
        padding-top: 0;
    }
    .cost-text {
        margin-top: 20px;
        font-size: 1.5rem;
    }
    .cost-table {
        margin: 30px auto 0 auto;
    }
    .cost-table th, .cost-table td {
        padding: 0.9em;
        font-size: 1.4rem;
    }
    .support .support_listWrap .list_txt {
        width: 100%;
    }
    .secOffices {
        padding-top: 45px;
    }
    
    .testtest .mv-new-title {
        /*padding-top: 20vh;*/
    }
    .testtest .secContact {
        height: 280px;
        overflow-y: hidden;
    }
    .testtest .hd-user-list {
        flex-wrap: wrap;
        width: 100vw;
    }
    .testtest .hd-user-list li {
        width: calc(100% / 3);
        height: 140px;
    }
    .testtest .hd-user-list li img {
        width: 140px;
        height: 140px;
    }
}