@charset "utf-8";


.loading {
    background-color: #06101A;
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.loading.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes rock {
    0% {
        transform: rotate(-15deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

@keyframes pan-updown {
    0% {
        transform: translateY(-20px);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    75% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes pan-updown-reverse {
    0% {
        transform: translateY(20px);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}


.balance {
    max-width: 241px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.balance img {
    margin: auto;
}

.side {
    content: '';
    background: url(/system_panel/uploads/images/20260807135317687083.svg) no-repeat top/contain;
    width: 145px;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 9%;
    position: absolute;
    animation: rock 5s linear infinite;
}

.balance-pan {
    content: "";
    background: url(/system_panel/uploads/images/20260807134324365853.svg) no-repeat top/contain;
    width: 98px;
    height: 123px;
    left: 0%;
    top: 13%;
    position: absolute;
    animation: pan-updown-reverse 5s linear infinite;
}

.balance-pan.reverse {
    animation: pan-updown 5s linear infinite;
    right: 0%;
    top: 13%;
    left: auto;
}

.line-1 {
    position: relative;
    top: 50%;
    width: 0;
    margin: 0 auto;
    border-right: 2px solid #FFF;
    font-size: 36px;
    color: #FFF;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

.anim-typewriter {
    animation:
        typewriter 1.2s steps(10, end) 0.3s 1 normal forwards,
        blinkTextCursor 500ms step-end 0s infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 5.5em;
    }
}

@keyframes blinkTextCursor {

    0%,
    49% {
        border-right-color: #FFF;
    }

    50%,
    100% {
        border-right-color: transparent;
    }
}


.fv {
    position: relative;
    height: 100dvh;
}

.fv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.fv .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv .title {
    font-family: var(--sub);
    font-weight: 500;
    font-size: clamp(1.5rem, 1rem + 2.5vw, 2.875rem);
    text-align: center;
    color: #fff;
}

.t_catch {
    position: relative;
    overflow: visible;
}

.t_catch .sec-wrapper {
    position: relative;
    height: 300vh;
}

.t_catch .inner {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    align-items: center;
    padding: 84px 0 101px;

    position: relative;
    z-index: 2;
}

.t_catch .title {
    font-weight: 400;
    font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
    line-height: calc(60 / 36);
    color: #1f1f1f;
    clip-path: inset(100% 0 0 0);
    transition: .8s ease .3s;
}

.t_catch .title.is-active {
    clip-path: inset(0 0 0 0);
}

.t_catch .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    line-height: calc(32 / 18);
    color: #1f1f1f;
}

.t_catch .is-overlap .title,
.t_catch .is-overlap .desc p {
    color: #fff;
}

.t_catch .bg {
    position: sticky;
    top: 0;

    z-index: 1;

    width: 100%;
    height: 100vh;

    overflow: hidden;
}

.t_catch .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_news {
    background-color: #FFF;
    position: relative;
    margin-top: -200vh;
    z-index: 2;
}

.t_news .inner {
    padding: 100px 0 220px;
}

.t_news .sec-head {
    margin-top: 20px;
}

.sec-head .tit-en::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.5px;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(238, 145, 66, 1) 50%, rgba(199, 198, 198, 1) 50%);
}

.sec-head .tit-ja {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    color: #1f1f1f;
    margin-bottom: 11px;
}

.t_news .sec-head .tit-en {
    width: fit-content;
    margin-bottom: 76px;
}

.sec-head .tit-en {
    position: relative;
    font-family: var(--sub);
    font-weight: 300;
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    color: #1f1f1f;
    padding-bottom: 13px;
}

.t_news .sec-body {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 1210px;
    width: 64%;
}

.t_news .news-slider {
    width: 100%;
    overflow: hidden;
}

.t_news .swiper-slide {
    width: 100%;
    max-width: 351px;
}



/* スクロールバー全体 */

.t_news .swiper-scrollbar {
    position: relative;
    left: auto;
    bottom: auto;
    width: 90%;
    height: 2px;
    margin-top: 30px;
    background: #ddd;
    border-radius: 0;
}

/* 動くバー */

.t_news .swiper-scrollbar-drag {
    height: 100%;
    background: #000;
    border-radius: 0;
}


.t_service {
    position: relative;
    z-index: 2;
}

.t_service .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.t_service .inner {
    padding: 87px 0 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.t_service .sec-head {
    width: 100%;
}

.t_service .sec-head .tit-en,
.t_service .sec-head .tit-ja {
    color: #FFF;
}

.t_service .sec-head .tit-en::after {

    background-image: linear-gradient(90deg, rgba(238, 145, 66, 1) 20%, rgba(199, 198, 198, 1) 20%);
}

.t_service .sec-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.t_service .sec-body .item {
    background-color: #FFF;
    padding: 36px 13px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.t_service .sec-body .item-tit {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
}

.t_service .sec-body .item-tit .tit-ja {
    font-weight: 600;
    font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    color: #1f1f1f;
}

.t_service .sec-body .item-tit img {
    width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
    aspect-ratio: 1/1;

}

.t_service .sec-body .desc p {
    font-family: var(--sans);
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    line-height: calc(28/16);
}

.t_service .sec-body .img {
    max-width: 384px;
    width: 80%;
    margin: auto auto 0;
}

.div-img {
    position: relative;
    z-index: 2;
}

.has-bg {
    position: relative;
    background-color: #A3B0C3;
    z-index: 2;
}

.has-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: overlay;
}

.wrapper {
    position: relative;
}

.wrapper .div-img {
    position: sticky;
    top: 0;
}

.t_about {
    position: relative;
    z-index: 2;
}

.t_about .inner {
    padding: 117px 0 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.t_about .sec-body {
    display: flex;
    align-items: center;
    gap: 7%;
}

.t_about .sec-body .sec-img {
    max-width: 467px;
    width: 35%;
    position: relative;
}

.t_about .sec-body .sec-img .text {
    position: absolute;
    width: 90%;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 14px;
}

.t_about .sec-body .sec-img .text::before {
    content: "";
    width: 2px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(0deg, rgba(173, 164, 164, 1) 49%, rgba(238, 145, 66, 1) 51%);
}

.t_about .sec-body .sec-img .text .main-tit {
    font-weight: 600;
    font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.t_about .sec-body .sec-img .text .desc p {
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    line-height: calc(24/16);
}

.sec-img.has-anim img {
    -webkit-mask-image: linear-gradient(135deg,
            #fff 33%,
            rgba(255, 255, 255, 0) 66%);
    mask-image: linear-gradient(135deg,
            #fff 33%,
            rgba(255, 255, 255, 0) 66%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 300% 300%;
    mask-size: 300% 300%;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
    will-change: mask-position;
    transition:
        -webkit-mask-position 2s ease-out,
        mask-position 2s ease-out;
}

.sec-img.has-anim.is-active img {
    mask-position: 0% 0%;
    transition-duration: 2s;
}

.t_about .sec-body .sec-text .tit-ja,
.t_company .sec-body .sec-text .tit-ja {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    line-height: calc(40/28);
    color: #1f1f1f;
    margin-bottom: 40px;
}

.t_about .sec-body .sec-text .desc,
.t_company .sec-body .sec-text .desc {
    margin-bottom: 60px;
}

.t_about .sec-body .sec-text .desc p,
.t_company .sec-body .sec-text .desc p {
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    line-height: calc(28/16);
}

.t_about .sec-body .sec-text .morebtn,
.t_company .sec-body .sec-text .morebtn {
    margin-left: auto;
}

.t_company {
    position: relative;
    z-index: 2;
}

.t_company .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 160px;
}

.t_company .sec-body {
    display: flex;
    align-items: center;
    gap: 7%;
    justify-content: space-between;
}

.t_company .sec-body .sec-img {
    max-width: 648px;
    width: 49%;
}

@media (max-width: 1280px) {
    .t_service .sec-body {
        gap: 2%;
    }

    .t_about .sec-body {
        gap: 3%;
    }
}

@media (max-width: 1024px) {
    .t_catch .inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .t_news .sec-body {
        position: relative;
        width: 90%;
        margin: 0 auto;
        top: 0;
    }

    .t_news .inner {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .t_news .sec-head .tit-en {
        margin-bottom: 27px;
    }

    .t_news {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-bottom: 80px;
    }

    .t_service .sec-body .desc p br {
        display: none;
    }

    .t_service .sec-body .item {
        padding: 36px 18px 40px;
    }

    .t_company .sec-body {
        gap: 6%;
    }

    .t_service .sec-body {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .wrapper .div-img {
        height: 234px;
    }

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

    .t_about .sec-body,
    .t_company .sec-body {
        flex-direction: column;
        gap: 30px;
    }

    .t_company .sec-body {
        align-items: flex-start;
    }

    .t_company .sec-body .sp-hidden {
        display: none;
    }

    .t_company .sec-body .pc-hidden {
        display: block;
        margin: 0 auto;
    }

    .t_company .sec-body .sec-img {
        width: 100%;
        margin: 0 auto;
    }

    .t_company .sec-body .sec-text .desc {
        margin-bottom: 0;
    }

    .t_about .sec-body .sec-text .tit-ja {
        margin-bottom: 24px;
    }

    .t_about .sec-body .sec-text .desc {
        margin-bottom: 40px;
    }

    .t_about .sec-body .sec-img {
        width: 100%;
    }

    .t_about .sec-body .sec-text .morebtn {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .fv .bg.pc-hidden {
        display: none;
    }

    .fv .bg.sp-hidden {
        display: block;
    }

    .t_catch .inner {
        padding: 40px 0;
    }

    .t_news {
        margin-top: -180vh;
    }

    .t_service .sec-body,
    .t_catch .inner {
        display: flex;
        flex-direction: column;
    }

    .t_news .swiper-slide {
        max-width: 186px;
    }

    .t_service .inner {
        padding: 40px 0 60px;
    }

    .t_about .inner {
        padding: 60px 0;
    }

    .t_company .inner {
        padding-bottom: 80px;
    }


}

.gjs-dashed .loading {
    position: relative;
}

.gjs-dashed .fv .bg {
    z-index: 1;
}