@charset "utf-8";

.p-fv .inner {
    padding: 80px 0 40px;
}

.p-fv .sec-title {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.p-fv .sec-title .ttl-en {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(0.563rem, 0.396rem + 0.71vw, 1.25rem);
    line-height: calc(29/20);
    color: #000;
    padding-top: 39px;
    padding-left: 53px;
    position: relative;
}

.p-fv .sec-title .ttl-en::before {
    content: "";
    background: url(/system_panel/uploads/images/20260219054859108563.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 129px;
    height: 65px;
}

.p-fv .sec-title .ttl-ja {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.5rem, 1.136rem + 1.55vw, 3rem);
    letter-spacing: 0.2em;
    line-height: calc(69/40);
    text-align: left;
    color: #000;
}

.p-fv .breadlist {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: flex-end;
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
    color: #000;
}

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

.p-fv .breadlist a:hover {
    opacity: 50%;
}

.fv-img img {
    width: 100%;
}

.t_case .case-slider {
    margin-bottom: 40px;
}

.cta {
    background: url(/system_panel/uploads/images/20260222203822937924.png) no-repeat center/cover;
}

.cta .inner {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 130px;
    margin: 0 6%;
    align-items: center;
}

.cta .sec-title {
    font-family: var(--eng);
    font-weight: 600;
    font-size: clamp(1.438rem, 1.18rem + 1.1vw, 2.5rem);
    color: #fff;
    margin-bottom: 24px;
}

.cta .desc p {
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #fff;
}

.cta .col-right {
    display: flex;
    gap: 40px;
}

.cta .box {
    border: 1px solid #fff;
    max-width: 251px;
    width: 100%;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: var(--default);
}

.cta .box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta .box:hover {
    opacity: 50%;
}

.cta .box .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ja);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    gap: 8px;
}

.cta .box .num {
    font-family: var(--ja);
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.cta .box .time {
    font-family: var(--ja);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.cta .box .arrow {
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
}

.cta .box .main {
    font-family: var(--ja);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 9px 0;
}

.cta .box .sub {
    font-family: var(--ja);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.sec-intro .inner {
    padding: 40px 0 120px;
}

.sec-intro .sec-title {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
    line-height: 2;
    text-align: center;
    color: #000;
    margin-bottom: 21px;
}

.sec-intro .desc p {
    text-align: center;
}

@media (max-width: 1390px) {

    .cta .col-right {
        flex-direction: column;
    }

    .cta .box {
        max-width: none;
    }
}

@media (max-width: 960px) {
    .p-fv .sec-title {
        margin-bottom: 16px;
    }

    .p-fv .sec-title .ttl-en {
        padding-left: 27px;
        padding-top: 22px;
    }

    .p-fv .sec-title .ttl-en::before {
        width: 67px;
        height: 33px;
    }

    .p-fv .inner {
        padding: 40px 0 8px;
    }

    .fv-img {
        height: 215px;
    }

    .fv-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cta {
        background: url(/system_panel/uploads/images/20260223211216101523.jpg) no-repeat center / cover;
    }

    .cta .inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 80%;
        margin: 0 auto;
    }

    .cta .col-right {
        width: 90%;
        margin: 0 auto;
    }
}

.gjs-dashed .cta .box a {
    z-index: -1;
}