@charset "utf-8";

.sec-intro .sec-title br {
    display: none;
}

.service .sec-title,
.area .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    padding-bottom: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.service .list {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service .list .item {
    display: flex;
    gap: calc(113/1920*100vw);
    align-items: flex-start;
}

.service .list .item.reverse {
    flex-direction: row-reverse;
}

.service .item .img {
    max-width: calc(829/1920*100vw);
    width: 100%;
}

.service .item .text {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    max-width: 690px;
    width: 47%;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}

.service .item .text .num .top {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    line-height: calc(23/16);
    text-align: center;
    color: #000;
}

.service .item .text .num .bottom {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(2.688rem, 2.384rem + 1.29vw, 3.938rem);
    line-height: calc(91/63);
    text-align: center;
    color: #000;
    margin-top: -20px;
}

.service .item .text .content {
    margin-top: 28px;
}

.service .item .item-ttl {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(1.063rem, 0.956rem + 0.45vw, 1.5rem);
    line-height: calc(40/24);
    color: #000;
    margin-bottom: 20px;
}

.support .catch {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 21px;
}

.support .catch::before,
.support .catch::after {
    width: 1px;
    height: 32px;
    content: "";
    background-color: #000000;
}

.support .catch::before {
    margin-right: 15px;
    transform: rotate(-45deg);
}

.support .catch::after {
    margin-left: 15px;
    transform: rotate(45deg);
}

.support .imgbox {
    background: url(/system_panel/uploads/images/20260222111224185304.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0 96px;
}

.support .imgbox .box {
    background: transparent;
    border: 5px solid #fff;
    backdrop-filter: blur(39.730499267578125px);
    background-color: rgba(255, 255, 255, 0.19);
    border-radius: 10px;
    padding: 40px 97px 0;
}

.support .imgbox .box .list {
    display: flex;
    gap: 46px;
    justify-content: center;
}

.support .imgbox .box .list .item {
    max-width: 162px;
    width: 31%;
    aspect-ratio: 1/1;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -47px;
}

.support .imgbox .box .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.support .imgbox .box .desc {
    margin-bottom: 32px;
}

.support .imgbox .box .desc p {
    text-align: center;
}

.support .imgbox .box .list .item p {
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    text-align: center;
    color: #000;
}

.tab-list {
    max-width: 955px;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.js-tab-item {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.813rem, 0.737rem + 0.32vw, 1.125rem);
    line-height: clamp(2rem, 1.848rem + 0.65vw, 2.625rem);
    text-align: center;
    color: #000;
    background-color: #EDEDED;
    border-radius: 50px;
    padding: 0 24px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: center;
}

.js-tab-item .icon::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #000000;
    border-bottom: 0;
}

.js-tab-item.is-active {
    background: #fff;
    border: 1px solid #000;
}

.js-tab-content {
    display: none;
}

.js-tab-content.is-active {
    display: block;
}

.swiper {
    overflow: visible;
}

.area .inner {
    padding: 160px 0 80px;
}


.area .area-slider {
    padding-top: 32px;
}

.area-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    gap: 40px;
    width: fit-content;
    margin: 56px auto 0;
    padding: 0 88px;
}

.area-pagination {
    display: flex;
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.188rem, 1.081rem + 0.45vw, 1.625rem);
    letter-spacing: 0.2em;
    color: #000;
    gap: 18px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
    width: 44px;
    height: 44px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    width: 44px;
    height: 44px;
}

.area,
.t_case {
    overflow: hidden;
}

.area .area-slider .swiper-slide .tag {
    border-radius: 20px 20px 0px 0px;
    background: #cb9d66;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    height: 56px;
    display: inline-flex;
    max-width: fit-content;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 71px 0 55px;
}

.area .area-slider .tab-list {
    margin-bottom: 80px;
}

.area .area-slider .swiper-slide .box-inner {
    border-top: 9px solid #cb9d66;
    padding: 40px calc(35/1920*100vw) 40px calc(55/1920*100vw);
    border-bottom: 2px solid #CB9D66;
    display: flex;
    gap: calc(70/1920*100vw);
}

.area .area-slider .swiper-slide .box-inner .img {
    max-width: 481px;
    width: 50%;
}

.area .area-slider .swiper-slide .box-inner .text {
    flex: 1;
}

.area .area-slider .swiper-slide .desc {
    margin-bottom: 32px;
}

.area .area-slider .swiper-slide .desc p {
    line-height: calc(27/16);
}

.area .area-slider .swiper-slide .list .ttl {
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #000;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.area .area-slider .swiper-slide .list .checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.area .area-slider .swiper-slide .list .checklist .item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.t_case .inner {
    padding-bottom: 160px;
}

.t_case .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    padding-bottom: 32px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 40px;
}

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

.t_case .case-slider .swiper-slide {
    margin: 10px 0;
    background: #fff;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.31));
}

.t_case .case-slider .swiper-slide .box-inner {
    padding: 42px 47px 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.t_case .case-slider .swiper-slide .box-inner .top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 23px;

}

.t_case .case-slider .swiper-slide .box-inner .top .img {
    max-width: 490px;
    width: 100%;
}

.t_case .case-slider .swiper-slide .box-inner .top .text .catch {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.813rem, 0.767rem + 0.19vw, 1rem);
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
}

.t_case .case-slider .swiper-slide .box-inner .top .text .taglist {
    display: flex;
    gap: 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.t_case .case-slider .swiper-slide .box-inner .top .text .taglist p {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    letter-spacing: 0.2em;
    line-height: clamp(1.938rem, 1.846rem + 0.39vw, 2.313rem);
    text-align: center;
    padding: 0 16px;
    color: #000;
    background: #fff;
    border: 1px solid #707070;
}

.t_case .case-slider .swiper-slide .box-inner .bottom .box-ttl {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    letter-spacing: 0.2em;
    color: #000;
    margin-bottom: 13px;
}

.t_case .case-slider .swiper-slide .box-inner .bottom .voice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.t_case .case-slider .swiper-slide .box-inner .bottom .voice .item {
    background: #f5f5f5;
    padding: 20px;
}

.t_case .case-slider .swiper-slide .box-inner .bottom .voice .item p {
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #000;
    word-break: auto-phrase;
}

.t_case .morebtn {
    margin: 0 auto;
}

.t_case .more-btn {
    display: none;
}

.flow .inner {
    padding-bottom: 120px;
}

.flow .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    padding-bottom: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.flow .sec-body {
    max-width: 962px;
    width: 90%;
    margin: 0 auto;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flow .sec-body .item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 36px;

}

.flow .sec-body .item .num {
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    text-align: center;
    color: #cb9d66;
    position: relative;
}

.flow .sec-body .item .num .circle {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 8px solid #cb9d66;
    border-radius: 50px;
}

.flow .sec-body .item .num::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 60%;
    background-color: #cb9d66;
    z-index: -1;
}

.flow .sec-body .item .text {
    margin-top: 20px;
}

.flow .sec-body .item .item-ttl {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(1.125rem, 1.049rem + 0.32vw, 1.438rem);
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .sec-intro .sec-title br {
        display: block;
    }

    .sec-intro .inner {
        width: 91%;
        margin: 0 auto;
        padding: 40px 0 80px;
    }

    .service .sec-title,
    .area .sec-title {
        padding-bottom: 20px;
    }

    .service .list {
        padding: 20px 0 120px;
        width: 90%;
        margin: 0 auto;
        gap: 64px;
    }

    .service .list .item,
    .service .list .item.reverse {
        flex-direction: column;
        gap: 20px;
    }

    .service .item .img {
        max-width: none;
    }

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

    .service .item .text {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 20px;
    }


    .service .item .text .num .bottom {
        margin-top: -10px;
    }

    .service .item .text .content {
        margin-top: 0;

    }

    .service .item .item-ttl,
    .service .item .desc p {
        text-align: center;
    }

    .support .catch::before,
    .support .catch::after {
        height: 24px;
    }

    .support .imgbox {
        padding: 23px 0 216px;
        background: url(/system_panel/uploads/images/20260223134149324690.jpg) no-repeat top / cover;
    }

    .support .catch::before {
        transform: rotate(-55deg);
    }

    .support .catch::after {
        transform: rotate(55deg);
    }

    .support .imgbox .box {
        position: relative;
    }

    .support .imgbox .box .desc {
        margin-bottom: 93px;
    }

    .support .imgbox .box .list {
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 53%;
        bottom: -151px;
    }

    .support .imgbox .box {
        width: 90%;
        margin: 0 auto;
        padding: 32px 19px 0;
    }

    .support .imgbox .box .list .item {
        max-width: 121px;
        width: 50%;
        gap: 10px;
    }

    .support .imgbox .box .list .item img {
        height: 46px;
        width: auto;
    }

    .area .inner {
        padding: 120px 0;
    }

    .tab-list {
        flex-direction: column;
        align-items: center;
        gap: 13px;
        width: 90%;
        margin: 0 auto 24px;
    }

    .area .area-slider .tab-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 50px;
    }

    .area .area-slider .tab-list .js-tab-item {
        padding: 6px 13px 6px 26px;
    }

    .area .area-slider .swiper-slide .tag {
        padding: 7px 37px;
        border-radius: 20px 20px 0 0;
        max-width: fit-content;
        height: 38px;
    }

    .area .area-slider .swiper-slide .box-inner .img {

        width: 100%;
        margin: 0 auto;
    }


    .area .area-slider .swiper-slide .box-inner {
        flex-direction: column-reverse;
    }

    .area .area-slider .swiper-slide .list .ttl {
        margin-bottom: 17px;
    }

    .area .area-slider .swiper-slide .list .checklist {
        gap: 12px;
    }

    .t_case .case-slider .swiper-slide .box-inner .top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
    }

    .t_case .case-slider .swiper-slide .box-inner .top .img {
        max-width: calc(245/390*100vw);
        margin: 0 auto;
    }

    .t_case .case-slider .swiper-slide .box-inner .bottom .voice {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .t_case .case-slider .swiper-slide .box-inner {
        padding: 20px 12px;
    }

    .t_case .case-slider .swiper-slide .box-inner .top .text .catch {
        text-align: center;
        word-break: auto-phrase;
    }

    .t_case .case-slider .swiper-slide .box-inner .bottom.js-hide-item {
        display: none;
    }

    .t_case .case-slider .swiper-slide .box-inner .top .desc.js-hide-item {
        height: 82px;
        overflow: hidden;
        filter: blur(3.4980499744415283px);
        background-color: rgba(255, 255, 255, 0.15);
    }

    .t_case .case-slider .swiper-slide .box-inner .top .desc.js-hide-item.is-open {
        filter: none;
        height: auto;
        overflow: visible;
    }

    .t_case .case-slider .swiper-slide .box-inner .bottom.js-hide-item.is-open {
        display: block;
    }



    .t_case .case-slider .swiper-slide .box-inner .more-btn {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        font-family: var(--eng);
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        color: #000;
    }

    .t_case .case-slider .swiper-slide .box-inner .more-btn.is-hidden {
        display: none;
    }

    .t_case .case-slider .swiper-slide .box-inner .top .text .taglist {
        justify-content: center;
    }

    .t_case .case-slider .swiper-slide .box-inner .top .text .taglist p {
        padding: 0 12px;
    }

    .t_case .case-slider .js-tab-item .icon::after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 9px solid #000000;
    }

    .flow .sec-body {
        max-width: none;
        padding: 40px 0 80px;
    }

    .flow .sec-body .item {
        grid-template-columns: 34px 1fr;
        gap: 16px;
    }

    .flow .sec-body .item .num .circle {
        width: 34px;
        height: 34px;
        border: 5px solid #cb9d66;
    }

    .flow .sec-body .item .num::before {
        bottom: auto;
        top: 57px;
        height: 75px;
    }
}



@media (max-width: 615px) {
    .support .imgbox .box .list {
        width: 80%;
    }
}

@media (max-width: 420px) {
    .support .imgbox .box .list {
        width: 88%;
    }
}

.gjs-dashed .js-tab-content {
    display: flex;
    flex-direction: column;
}

.gjs-dashed .swiper-wrapper {
    flex-direction: column;
    height: auto;
}