.header {
    position: sticky;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 200;
}
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo {
    padding: 1.8rem 0 0 1.2rem;
}
.header-logo .cite {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
    .header-logo {
        max-width: 6rem;
    }
    .header-logo .cite {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }
}
.header-top-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.4rem;
}
.header-contact a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 3rem 4rem 3.2rem 2.4rem;
    border-radius: 0 0 0 1.5rem;
    background: var(--green) url('../img/common/i-arrow-white.png') no-repeat
        center right 1.5rem;
    color: var(--white);
    display: inline-block;
}
@media screen and (max-width: 1000px) {
    .header-contact a {
        width: 6rem;
        height: 6rem;
        background: var(--white);
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0.2rem solid var(--green);
    }
}
.header-tel {
    color: var(--font-color);
    margin-top: 1.8rem;
}
@media screen and (max-width: 1000px) {
    .header-tel {
        margin-top: 0;
    }
}
.header-tel img {
    margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
    .header-tel img {
        margin-right: 0;
    }
}
.header-tel a {
    font-size: 2.9rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}
@media screen and (max-width: 1000px) {
    .header-tel a {
        width: 6rem;
        height: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header-tel .cite {
    text-align: right;
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
    .header-tel {
        width: 5rem;
    }
}
.header-navi {
    margin-top: 0.8rem;
}
@media screen and (max-width: 1000px) {
    .header-navi {
        width: 100%;
        padding-bottom: 6rem;
        height: 100vh;
        overflow-y: scroll;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        position: absolute;
        top: 5.5rem;
        left: 0;
        z-index: 100;
        background-color: var(--white);
    }
    .header-navi.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.header-navi ul {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1000px) {
    .header-navi ul {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.header-navi li {
    width: 16.6666666667%;
    text-align: center;
    border-left: 1px solid #ced2d6;
}
@media screen and (max-width: 1000px) {
    .header-navi li {
        width: 100%;
        border-left: 0;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        border-bottom: 1px solid #ced2d6;
    }
}
.header-navi li:last-child {
    border-right: 1px solid #ced2d6;
}
@media screen and (max-width: 1000px) {
    .header-navi li:last-child {
        border-right: 0;
    }
}
.header-navi a {
    color: var(--font-color);
    padding: 1rem 0 0.6rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem 0;
    font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
    .header-navi a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 1rem;
    }
}
.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.header-hamburger {
    width: 6rem;
    height: 6rem;
}
.header-hamburger button {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}
.header-hamburger_area {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0.4rem;
}
.header-hamburger__line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--green);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-hamburger__line::before,
.header-hamburger__line::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--green);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-hamburger__line::before {
    top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-hamburger__line::after {
    top: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-hamburger__txt {
    display: block;
    margin-top: 1.4rem;
    font-size: 1rem;
    color: #333;
    text-align: center;
}
.header-hamburger_button.active .header-hamburger__line {
    background: rgba(0, 0, 0, 0);
}
.header-hamburger_button.active .header-hamburger__line::before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.header-hamburger_button.active .header-hamburger__line::after {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.footer {
    margin-top: 4.6rem;
}
.footer-navi {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.footer-navi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 1.6rem 4.8rem;
}
@media screen and (max-width: 1000px) {
    .footer-navi ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;
        font-size: 1.6rem;
    }
}
.footer-navi li {
    position: relative;
}
.footer-navi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1rem;
    line-height: 1.3;
}
.footer-navi li a::before {
    width: 1.8rem;
    height: 1.8rem;
    content: '';
    background: url('../img/common/i-arrow-circle.png') no-repeat center;
}
@media screen and (max-width: 1000px) {
    .footer-navi li:last-child {
        grid-column: span 2;
    }
}
.footer-navi .wide {
    grid-column: span 2;
}
@media screen and (max-width: 1000px) {
    .footer .footer-logo {
        text-align: center;
    }
}
.footer .footer-bottom {
    margin-top: 2.6rem;
}
@media screen and (max-width: 1000px) {
    .footer .footer-bottom {
        max-width: 93.3333333333vw;
        margin-left: auto;
        margin-right: auto;
    }
}
.footer .footer-bottom p {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.7692307692;
}
.footer .copy {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.7692307692;
}
@media screen and (max-width: 1000px) {
    .footer .copy {
        margin-top: 4rem;
    }
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 6rem;
    height: 6rem;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
#back-to-top.visible {
    display: block;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .header .header-top {
        height: 8rem;
    }
    .header .header-top .header-top-contents {
        gap: 0 0.8rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-tel {
        margin: 0;
        width: 4rem;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-tel a {
        width: 4rem;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-tel .header-tel_black,
    .header .header-top .header-top-contents .header-tel .header-tel_white {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header .header-top .header-top-contents .header-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-contact a {
        width: 4rem;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-hamburger {
        width: 4rem;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top .header-top-contents .header-hamburger_area {
        width: 4rem;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
    }
    .header .header-top .header-top-contents .header-hamburger__line {
        width: 20px;
        height: 2px;
    }
    .header .header-top .header-top-contents .header-hamburger__line::before,
    .header .header-top .header-top-contents .header-hamburger__line::after {
        width: 20px;
        height: 2px;
    }
    .header .header-top .header-top-contents .header-hamburger__line::before {
        top: -6px;
    }
    .header .header-top .header-top-contents .header-hamburger__line::after {
        top: 6px;
    }
    .header .header-top .header-top-contents .header-hamburger__txt {
        margin-top: 0.8rem;
        font-size: 0.8rem;
    }
} /*# sourceMappingURL=header_footer.css.map */
