@charset "utf-8";

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: var(--white);
}

.hAr {
    width: 100%;
    max-width: 188.5rem;
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 auto;
}

.hBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 13rem;
    transition: all .3s;
}

.header.is-animation .hBx {
    height: 10rem;
}

.hLogo {
    width: 25rem;
}

.hBxR {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: 150.5rem;
}

.hNavBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1;
}

.hNavItem {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: max-content;
}

.hNav {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    color: var(--black);
}

.hNavTop {
    color: var(--primary);
}

.hNav:hover {
    text-decoration: underline;
    color: var(--black);
}

.hNavTop:hover {
    text-decoration: underline;
    color: var(--primary);
}

.hNavItem.pull {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: .7rem;
}

.hNavItem.pull::before {
    content: "";
    display: block;
    width: 1.1rem;
    height: .7rem;
    background: url(../../../../uploads/header_arrow.svg) no-repeat center /contain;
    transition: all .3s;

}

.hNavItem.pull:hover::before {
    transform: scale(1, -1);
}

.pull .hNav:hover {
    text-decoration: none;
}

.pull .down {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1.6rem;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    width: max-content;
    padding: 4.6rem 0 0 0;
    transition: all .1s;
}

.pull:hover .down {
    opacity: 1;
    pointer-events: all;
}

.pull .down .downIn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1.5rem 2rem;
    background: var(--primary);
    border-radius: 1rem;
}

.hDownNav {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.45;
    color: var(--white);
}

.hDownNav:hover {
    text-decoration: underline;
    color: var(--white);
}

.hRsvBx {
    position: relative;
    z-index: 99;
    width: 30rem;
    transition: all .3s;
}

.hRsvIn {
    position: fixed;
    top: 4rem;
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: 30rem;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
    border: 1px solid var(--primary);
    border-right: 0;
    transform-origin: top right;
    transition: all .3s;
}

.header.is-animation .hRsvIn {
    transform: scale(0.85);
}

.hRsvBxLine {
    display: block;
    width: 100%;
    padding: 2rem 2rem 2.5rem 2rem;
    background: linear-gradient(120deg, rgba(5, 46, 135, 1) 15%, rgba(16, 75, 203, 1) 90%);
}

.hRsvTxt01 {
    font-size: 2.3rem;
    line-height: 1.45;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}

.hRsvTxt01 span {
    display: inline-block;
    margin: 0 1rem 0 0;
    font-size: 2.8rem;
}

.hRsvTxt02 {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .8rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
}


.hRsvTxt02 br {
    display: none;
}

.hRsvTxt02 a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .5rem;
    padding: .2rem 1.2rem;
    background: #06C152;
    border-radius: .5rem;
    transition: all .3s;
}


.hRsvTxt02 a::before {
    content: "";
    display: block;
    width: 2rem;
    aspect-ratio: 2/1;
    background: url(../../../../uploads/line_arrow.svg)no-repeat center /contain;
}

.hRsvTxt02 a:hover {
    filter: brightness(1.1);
}

.hRsvBxTel,
.hRsvBxCtc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8rem;
    background: var(--white);
    transition: all .3s;
}

.hRsvBxTel {
    border-bottom: 1px solid var(--primary);
}

.hRsvTelIcon {
    width: 2.5rem;
    margin: 0 1.5rem 0;
}

.hRsvTxtTel {
    font-size: 2.5rem;
    line-height: 1.45;
    font-weight: 600;
}

.hRsvTxtCtc {
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
}

.hRsvBxCtc:hover {
    background: var(--primary);
}

.hRsvBxCtc:hover .hRsvCtcIcon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(75%) saturate(78%) hue-rotate(0deg) brightness(119%) contrast(100%);
}

.hRsvBxCtc:hover .hRsvTxtCtc {
    color: var(--white);
}

.hRsvBxCtc:hover p {
    color: var(--white);
}

.hRsvCtcIcon {
    display: flex;
    align-items: center;
    width: 2.5rem;
    margin: 0 3.4rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .hBxR {
        gap: 0;
    }

    .hNavBx {
        padding: 0 1.5rem 0;
    }

    .hNav {
        font-size: 1.4rem;
    }

    .hRsvBx {
        width: 0;
    }

    .hRsvIn {
        top: 13rem;
        max-width: 22rem;
    }

    .hRsvTxt01 {
        font-size: 1.8rem;
    }

    .hRsvTxt01 span {
        font-size: 2rem;
    }

    .hRsvTxt02 {
        flex-direction: column;
        font-size: 1.6rem;
    }

    .hRsvTxt02 br {
        display: block;
    }

    .hRsvBxTel,
    .hRsvBxCtc {
        height: 5rem;
    }

    .hRsvTxtTel {
        font-size: 2rem;
    }

    .hRsvTxtCtc {
        font-size: 1.8rem;
    }

    .hRsvBxLine {
        padding: 2rem 1rem;
    }



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .header {
        padding: 0 0 1.5rem;
    }

    .header.is-animation .hBxL {
        height: 60px;
    }

    .hBx {
        height: auto;
        gap: 0;
        flex-direction: column;
    }

    .hBxL {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 80px;
        padding: 0 2.8rem 0 2rem;
        transition: all .3s;
    }

    .hLogo {
        width: 15rem;
    }

    .hBxR {
        width: 100%;
        justify-content: flex-end;
    }

    .hRsvBx {
        width: 100%;
        max-width: max-content;
        margin: 0 0 0 auto;
    }

    .header.is-animation .hRsvIn {
        transform: scale(1);
    }

    .hRsvBxLine {
        display: flex;
        align-items: center;
        padding: 0 1rem 0 1.5rem;
        height: 4rem;
    }

    .hRsvBxTel,
    .hRsvBxCtc {
        display: none;
    }

    .hRsvIn {
        position: static;
        display: flex;
        align-items: center;
        gap: .8rem;
        width: 100%;
        max-width: max-content;
    }

    .hNavBx {
        padding: 0 1.5rem 0 0;
    }

    .hNavBx {
        display: none;
    }

    .hRsvTxt01 {
        font-size: 1.6rem;
    }

    .hRsvTxt01 span {
        font-size: 2rem;
    }

    .hRsvTxt02 {
        flex-direction: row;
        margin: 0;
        font-size: 1.4rem;
    }

    .hRsvTxt02 a {
        font-size: 1.4rem;
    }


    .hRsvTxt02 br {
        display: none;
    }



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */