@charset "utf-8";

:root {
    --font-main: "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;
}

.has-bg {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(245, 254, 255, 0.71) 6.33%, #f2fdff 100%);
}

.menu-open {
    overflow: hidden;
}

.phrase {
    display: inline-block;
}

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

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

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

.pc-hidden {
    display: none;
}

.sp-hidden {
    display: block;
}

.sec-title {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    color: #292a2b;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 18px 0 9px 28px;
    z-index: 5;
}





.sec-title::before {
    content: "";
    background: url(/system_panel/uploads/images/20260413031548354794.svg) no-repeat center/contain;
    transform: rotate(15deg);
    width: clamp(3.063rem, 2.683rem + 1.62vw, 4.625rem);
    height: clamp(3.063rem, 2.683rem + 1.62vw, 4.625rem);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.js-ttl .char,
.js-catch .char {
    opacity: 1;
    overflow: hidden;
    display: inline-block;
}

.js-ttl .char-text,
.js-catch .char-text {
    display: inline-block;
    transform: translateX(var(--x, -120%));
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc(0.05s * var(--char-index));
}

.desc p {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    line-height: calc(35/18);
    color: #5C5C5C;
}

.desc02 p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #5c5c5c;
}


.char.is-animate {
    animation: textAnim 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cta {
    margin-bottom: 60px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(245, 254, 255, 0.71) 6.33%, #f2fdff 100%);
    position: relative;
    z-index: 6;
}

.cta .box {
    width: min(90%, 1536px);
    padding: 86px 0 60px;
    border-radius: 25px;
    background: #fff;
    margin: 0 auto;
}

.cta .inner {
    display: flex;
    align-items: center;
    gap: 7%;
}

.cta .main {
    position: relative;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
    padding-top: 50px;
    padding-left: 74px;
    color: #292a2b;
    margin-bottom: 29px;
    z-index: 5;
}

.cta .main::before {
    content: "";
    background: url(/system_panel/uploads/images/20260414110646106377.svg) no-repeat center/contain;
    width: 87px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
    z-index: -1;
}

.cta .desc p {
    color: #292A2B;
}

.cta .col-btn {
    max-width: 811px;
    width: 64%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.cta .col-btn .item {
    border-radius: 10px;
    background: #fafafa;


}

.cta .col-btn .item a {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 37px 45px;
}

.cta .col-btn .item a .link-text {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.81rem + 1.88vw, 3.063rem);
    letter-spacing: -0.04em;
    color: transparent;
    background: linear-gradient(to right, #080808 0%,
            #212426 0.1%,
            #54c1d0 30%,
            #349fad 50%, #292a2b 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;

    transition: background-position 0.3s;

}

.cta .col-btn .item:hover .link-text {
    background-position: 0 100%;
}




@keyframes textAnim {
    0% {
        opacity: 0;
        transform: translateY(40px);
        filter: blur(10px);
    }

    60% {
        opacity: 1;
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}




.morebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 329px;
    width: 100%;
    margin: 0 auto;
}

.morebtn a {
    border-radius: 3px;
    background: linear-gradient(#438a9c 0%, #53b1c2 47.48%, #66cce3 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    width: 100%;
}

.morebtn:hover a .arrow {
    background-color: #FFF;
}

.morebtn:hover a .arrow::before,
.morebtn:hover a .arrow::after {
    background-image: url(/system_panel/uploads/images/20260412113547625788.svg);
}

.morebtn a .link-text {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    color: #fff;
}

.morebtn a .arrow {
    width: 39px;
    height: 36px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .5);
    position: relative;
    overflow: hidden;
}

.morebtn a .arrow::before,
.morebtn a .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/20260413141605694940.svg) no-repeat center/contain;
    width: 11px;
    height: 13px;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
}

.morebtn a .arrow::after {
    transform: translateX(-300%);
}

.morebtn:hover a .arrow:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
}

.morebtn:hover a .arrow:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
}

@keyframes transformLeftRight {
    0% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes transformRightLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300%);
    }
}

.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%;
}

@media (max-width: 1366px) {

    .w1728,
    .w1536,
    .w1344 {
        width: 90%;
    }

}

@media (max-width: 1200px) {
    .cta .col-btn .item a {
        padding: 37px 25px;
    }

    .cta .col-btn {
        width: 56%;
    }

    .cta .box {
        padding: 40px 0 60px;
    }

}

@media (max-width: 1023px) {


    .cta .box {
        padding: 45px 0 60px;
    }


    .cta .inner {
        flex-direction: column;
        gap: 30px;
    }

    .cta .col-text,
    .cta .col-btn {
        width: 100%;
    }

    .cta .main {
        width: fit-content;
        margin: 0 auto 15px;
    }

    .cta .desc p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta .col-btn .item .icon {
        width: 13px;
        height: auto;
    }

    .cta .col-btn .item a {
        gap: 9px;
        padding: 23px 13px;
    }

    .cta .main::before {
        width: 53px;
        height: 60px;
    }

    .cta .main {
        padding-top: 30px;
        padding-left: 38px;
    }
}



.gjs-dashed .js-catch {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 100px;
    color: #3ea2b1;
}