@charset "utf-8";

:root {
    --font-notoserif: "Noto Serif JP", serif;
    ;
    --font-shippori: "Shippori Mincho", serif;
    --font-notosans: "Noto Sans JP", sans-serif;
    --default: .4s ease;
}



body.is-open {
    position: relative;
    overflow: hidden;
}

body.is-open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(172, 172, 172, 0.77);
    z-index: 1000;
}

.menu-open {
    overflow: hidden;
}



.w1728 {
    width: min(90%, 1728px);
    margin: 0 auto;
}

.w1536 {
    width: min(80%, 1536px);
    margin: 0 auto;
}



.w1344 {
    width: min(70%, 1344px);
    margin: 0 auto;
}

.pc-hidden {
    display: none;
}

.sp-hidden {
    display: block;
}


.desc p {
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: 16px;
    line-height: calc(30/16);
    color: #000;

}



.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}

.delay-6 {
    animation-delay: 0.6s;
}



a.default {
    transition: var(--default);
}

a.default:hover {
    opacity: 50%;
}

.cta {
    display: grid;
    grid-template-columns: 60% 40%;
}

.cta .sec-left {
    background-color: #2066AA;
    padding: 70px 12% 140px 12%;
}

.cta .sec-title {
    align-items: flex-start;
    margin-bottom: 42px;
}

.cta .sec-title .tit-ja {
    font-family: var(--font-notoserif);
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.cta .sec-title .tit-en {
    font-family: var(--font-shippori);
    font-weight: 700;
    font-size: clamp(2.5rem, 0.837rem + 3.47vw, 5rem);
    color: #FFF;
}

.cta .btnarea {
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.cta .link {
    border: 1px solid #fff;
    color: #FFF;
}

.cta .link-contact p {
    font-family: var(--font-notoserif);
    font-weight: 500;
    font-size: clamp(1.125rem, 0.543rem + 1.21vw, 2rem);
    color: #fff;
}

.cta .link-contact {
    display: flex;
    align-items: center;
    padding: 20px 28px 20px 40px;
    justify-content: space-between;
}

.cta .link .arrow {
    width: clamp(1.875rem, -0.495rem + 4.94vw, 5.438rem);
    height: clamp(1.688rem, -0.516rem + 4.6vw, 5rem);
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cta .link .arrow img {
    transition: .8s ease;
    width: clamp(0.688rem, 0.147rem + 1.13vw, 1.5rem);
    height: auto;
}

.cta .link .arrow .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-250%);

}

.cta .link:hover .arrow .back {
    transform: translateX(0);
}

.cta .link:hover .arrow .front {
    transform: translateX(250%);
}

.cta .link-tel {
    display: flex;
    align-items: center;
    padding: 16px 66px 22px 33px;
    justify-content: space-between;
}

.cta .link-tel .tit {
    font-family: var(--font-notoserif);
    font-size: clamp(1rem, 0.501rem + 1.04vw, 1.75rem);
    color: #fff;
}

.cta .link-tel .time {
    font-family: var(--font-notoserif);
    font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
    color: #fff;
}

.cta .link-tel .num {
    font-family: var(--font-notoserif);
    font-weight: 600;
    font-size: clamp(1.375rem, -0.205rem + 3.3vw, 3.75rem);
    color: #fff;
}

.cta .sec-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta.orange {
    grid-template-columns: 40% 60%;
}

.cta.orange .sec-left {
    background-color: #DB992C;
}

.back-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: clamp(6.625rem, 1.386rem + 10.93vw, 14.5rem);
    border-radius: 130px 130px 0 0;
    background-color: #2066AA;
    color: #FFF;
    padding: clamp(0.688rem, -0.102rem + 1.65vw, 1.875rem) 0 clamp(0.313rem, -0.311rem + 1.3vw, 1.25rem);
    transform: translateY(100%);
    transition: .4s ease;
}

.back-top.orange {
    background-color: #DB992C;
}

.back-top.active {
    transform: translateY(0);
}

.back-top .arrow img {
    transform: rotate(-90deg);
    width: clamp(0.938rem, 0.439rem + 1.04vw, 1.688rem);
    height: auto;
}

.back-top p {
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    color: #fff;
}

@media (max-width: 900px) {
    .cta {
        display: flex;
        flex-direction: column-reverse;
    }

    .cta .sec-title .tit-ja {
        font-size: 18px;
    }

    .cta.orange {
        flex-direction: column;
    }

    .cta .sec-left {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cta .sec-title {
        width: 80%;
        margin: 0 auto;
    }

    .cta .btnarea {
        width: 78%;
        margin: 0 auto;
        gap: 19px;
    }

    .cta .link-contact,
    .cta .link-tel {
        padding: 17px 10px;
    }

    .back-top {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: auto;
        height: 53px;
        width: 106px;
        transform: translateY(-100%);
        border-radius: 0 0 130px 130px;
        padding: 5px 0 11px;
        gap: 3px;
    }
}

.gjs-dashed .back-top {
    transform: translateY(0);
}