@charset "utf-8";

.p-fv {
    border-bottom: 1px solid #ddb958;
}

.p-fv .inner {
    padding: 256px 0 39px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p-fv .inner .sec-title {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.p-fv .inner .sec-title .tit-ja {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.p-fv .inner .sec-title .tit-en {
    height: 70px;
    width: auto;
}

.p-fv .inner .breadlist {
    display: flex;
    align-items: center;
    gap: 1em;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.p-fv .inner .breadlist .gray {
    color: #4A4A4A;
}

.t_area {
    margin-bottom: 160px;
}

.t_area .inner {
    position: relative;
}

.t_area .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: clamp(0.688rem, -0.518rem + 2.52vw, 2.5rem);
    background: url(/system_panel/uploads/images/20260523010458135081.svg) no-repeat center/cover;
}

.t_area .inner .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/system_panel/uploads/images/20260523113725926643.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    animation: parallax linear both;
    animation-timeline: view();
}

.t_area .inner .sec-text {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;

}

.t_area .inner .catch p {
    font-weight: 500;
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    line-height: calc(48/20);
    color: #fff;
}

.t_area .inner .catch p span {
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem) !important;
}

.t_area .inner .sec-img {
    position: relative;
    height: 463px;
    max-width: 598px;
    width: 50%;
    margin-top: -74px;
}

.t_area .inner .sec-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/system_panel/uploads/images/20260523204940137927.png) no-repeat center/contain;
    width: 100%;
    height: 100%;
    z-index: -1;

}

@keyframes parallax {
    from {
        background-position: center bottom -40px;
    }

    to {
        background-position: center bottom 40px;
    }
}

.t_area .column {
    display: flex;
    margin-left: 9%;
    justify-content: space-between;
    align-items: flex-start;
}

.t_area .column .sec-title {
    margin-left: 42px;

}

.t_area .column .sec-title .title {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.t_area .column .sec-title .title .tit-ja {
    font-size: clamp(0.875rem, 0.459rem + 0.87vw, 1.5rem);
}

.t_area .column .sec-title .title .tit-en {
    height: 106px;
}


.cta {
    position: relative;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(/system_panel/uploads/images/20260523010458135081.svg) no-repeat center/cover;
}

.cta .inner {
    padding: 45px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: min(80%, 1334px);
}

.cta .sec-title {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

.cta .sec-title .tit-en {
    height: 64px;
    width: auto;
}

.cta .sec-title .desc br {
    display: none;
}

.cta .sec-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: clamp(5.625rem, 4.752rem + 1.82vw, 6.938rem);
    gap: 56px;
    width: 100%;
}

.cta .sec-body .item {
    border-radius: 55px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.cta .sec-body .item-tel .linkwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
}

.cta .sec-body .item-tel .num {
    font-weight: 500;
    font-size: clamp(2rem, 1.46rem + 1.13vw, 2.813rem);
    line-height: 1;
    color: #fff;
}

.cta .sec-body .item-tel .num span {
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem) !important;
}

.cta .sec-body .item-mail .linkwrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.cta .sec-body .item-mail .link-text {
    font-weight: 500;
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    color: #fff;
}

.cta .sec-body .item-line .linkwrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta .sec-body .item-line .link-text {
    text-align: center;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
    color: #fff;
}

.t_contact .link-item {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 94%;
    margin: 0 auto 120px;
}

.t_contact .link-item .item {
    padding: 27px 24px 23px;
    border: 1px solid #fff;
    max-width: 610px;
    width: 50%;
}

.t_contact .link-item .item a {
    margin: 0 auto;
    border: 1px solid #fff;
    display: block;

}



.t_contact .link-item .item-line .link-wrap {
    display: grid;
    grid-template-columns: minmax(13%, 81px) max-content minmax(24%, 175px);
    align-items: center;
    justify-content: space-between;
    padding-left: 23px;
}

.t_contact .link-item .item-line .icon {
    width: 100%;
    padding-right: 28px;
}

.t_contact .link-item .item-line .desc {
    text-align: center;
    padding-right: 48px;
}

.t_contact .link-item .item-line .qrcode {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FFF;
}

.t_contact .link-item .item-line .desc span {
    font-size: clamp(0.875rem, 0.459rem + 0.87vw, 1.5rem) !important;
}

.t_contact .link-item .link-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.t_contact .link-item .telbox {
    display: inline-grid;
    grid-template-areas: "icon num"
        "time time";
    gap: 18px 25px;
    align-items: flex-end;
}

.t_contact .link-item .item-line .desc p {
    font-size: clamp(0.625rem, 0.376rem + 0.52vw, 1rem);
}

.t_contact .link-item .link-wrap {
    min-height: clamp(6.188rem, 3.028rem + 6.59vw, 10.938rem);
}

.t_contact .item-tel .link-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.t_contact .link-item .telbox .icon {
    grid-area: icon;
    width: 32px;
    height: auto;
}

.t_contact .link-item .telbox .num {
    grid-area: num;
    height: 42px;
    width: auto;
}

.t_contact .link-item .telbox .time {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
    text-align: right;
    color: #ffd800;
    grid-area: time;
}

.bg-gray {
    position: relative;
    background: #222;
}

.bg-gray .inner {
    width: 63%;
    padding: 32px 0;
}

.bg-gray::before {
    content: "";
    background: url(/system_panel/uploads/images/20260524225105925901.svg) no-repeat center/cover;
    width: 384px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.promo .bg-gray .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.promo .bg-gray .inner .tit-ja {
    font-size: clamp(1.125rem, 0.543rem + 1.21vw, 2rem);
    line-height: 2;
}

.promo .bg-gray .inner .tit-ja br {
    display: none;
}

.promo .bg-gray .inner .desc {
    text-align: center;
}

.promo .bg-gray .inner .desc p {
    line-height: 2;
}

.promo .sec-body .inner {
    padding: 40px 0 80px;
}

.promo .sec-body .comment {
    width: 90%;
    margin: 0 auto 43px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.promo .sec-body .comment .item {
    position: relative;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
    line-height: calc(31/18);
    text-align: center;
    color: #fff;
    padding: 20px 0 34px;
}

.promo .sec-body .comment .item::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/20260524235332153420.svg) no-repeat center/contain;
}

.promo .sec-body .boxlist .sec-title {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: center;
}

.promo .sec-body .boxlist .sec-title .tit-ja {
    font-weight: 500;
    font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
    text-align: center;
    color: #fff;
}

.promo .sec-body .boxlist {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.promo .sec-body .boxlist .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.promo .sec-body .boxlist .item {
    background: #222;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
    line-height: calc(32/20);
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 40px;
}

@media (max-width: 1500px) {
    .t_contact .link-item {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .cta .inner {
        width: 85%;
    }



    .cta .sec-body {
        gap: 4%;
    }

    .cta .sec-body .item-tel {
        padding: 0 8%;
    }
}

@media (max-width: 1300px) {
    .cta .sec-body .item-tel {
        padding: 0 6%;
    }
}

@media (max-width: 1200px) {


    .t_area .inner {
        width: 88%;
    }

    .t_area .inner .sec-img {
        width: 45%;
    }

    .cta .sec-body {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 90px);
        gap: 20px;
    }

    .cta .sec-body .item-tel {
        padding: 0 31%;
    }

    .t_contact .link-item .item-line .link-wrap {
        grid-template-columns: 22% max-content auto;
    }

    .t_contact .link-item .item-line .desc {
        padding-right: 30px;
    }

    .promo .sec-body .comment {
        width: 100%;
    }


}

@media (max-width: 1023px) {


    .p-fv .inner {
        padding: 90px 0 23px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .p-fv .inner .breadlist {
        margin-left: auto;
    }

    .p-fv .inner .sec-title .tit-en {
        height: 48px;
    }

    .p-fv .inner .sec-title {
        gap: 12px;
    }

    .t_contact .link-item {
        flex-direction: column;
        gap: 22px;
    }

    .t_contact .link-item .item {
        max-width: none;
        width: 100%;
    }

    .t_contact .link-item .item-line .link-wrap {
        grid-template-columns: calc(45/400*100vw) 1fr calc(100/400*100vw);
    }

    .bg-gray .inner {
        padding: 16px 0;
    }

    .bg-gray::before {
        width: calc(131/400*100vw);
        height: calc(95/400*100vw);
        background-image: url(/system_panel/uploads/images/20260525003417363538.svg);
    }

    .promo .bg-gray .inner {
                width: 80%;
    }

    .promo .bg-gray .inner .tit-ja {
        text-align: center;
    }

    .promo .sec-body .comment {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .promo .bg-gray .inner .tit-ja br {
        display: block;
    }

    .promo .sec-body .boxlist .sec-title {
        flex-direction: row;
    }

    .promo .sec-body .boxlist .list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cta .sec-title .desc br {
        display: block;
    }
}

@media (max-width: 767px) {
    .p-fv .inner {
        width: 85%;
    }

    .cta .sec-title .desc {
        text-align: center;
    }

    .t_area {
        margin-bottom: 80px;
    }

    .t_area .inner {
        padding-bottom: 28px;
        margin-bottom: 0;
        width: 91%;
    }

    .t_area .column {
        flex-direction: column-reverse;
        width: 95%;
        margin: 0 auto;
    }

    .t_area .inner .sec-img::before {
        background-image: url(/system_panel/uploads/images/20260525112425913132.png);
        width: calc(346/400*100vw);
        height: calc(267/400*100vw);
        left: auto;
        right: 0;
    }

    .t_area .column .sec-title .title .tit-en {
        height: 35px;
    }

    .t_area .inner .sec-img {
        width: 110%;
        height: 245px;
        max-width: none;
        margin-top: 0;
    }

    .t_area .column .sec-title {
        margin-left: 0;
    }

    .t_area .column .sec-title .title {
        gap: 8px;
    }

    .t_contact .link-item .item {
        padding: 16px 12px 14px 14px;
    }

    .t_contact .link-item .item-line .link-wrap {
        padding-left: 16px;
    }

    .t_contact .link-item .item-line .icon,
    .t_contact .link-item .item-line .desc {
        padding-right: 8px;
    }

    .t_contact .link-item .telbox .icon {
        width: 18px;
    }

    .t_contact .link-item .telbox .num {
        height: 21px;
    }

    .t_contact .link-item .telbox {
        gap: 4px 14px;
    }

    .cta .sec-body .item-tel {
        padding: 0 7%;
    }

    @keyframes parallax {
        from {
            background-position: center bottom -10px;
        }

        to {
            background-position: center bottom 10px;
        }
    }
}