@charset "utf-8";

.intro {
    position: relative;
    z-index: 6;
}

.intro .inner {
    padding: 90px 0 120px;
    display: flex;
    gap: 5%;
}

.intro .inner .sec-img {
    max-width: 672px;
    width: 50%;
}

.intro .inner .tit-ja {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    line-height: calc(40/24);
    color: #efa228;
}

.intro .inner .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #000;
}



.t_solution {
    background: #fcf5ef;
    position: relative;
    z-index: 5;
}

.t_solution::before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260827134524298285.svg) no-repeat bottom/100% auto, #FFF;
    top: -69%;
    left: 0;
    width: 100%;
    height: 318px;
    z-index: 1;
}

.t_solution::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -69%;
    background: #fcf5ef;
    z-index: -1;
}

.t_solution .inner {
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}

.t_solution .sec-head,
.flow .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t_solution .sec-head::after,
.flow .sec-head::after {
    left: 0;
    right: 0;
    margin: auto;
}


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

.t_solution .sec-body .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 40px;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    gap: 16px;
}

.t_solution .sec-body .desc {
    width: 93%;
    margin: 0 auto;
}

.t_solution .sec-body .icon {
    width: 42px;
    aspect-ratio: 1/1;
}

.t_solution .sec-body .tit-ja {
    font-weight: 500;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    text-align: center;
    color: #000;

}

.t_solution .sec-body .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(28/16);
    color: #000;
}

.flow .inner {
    padding: 65px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.flow .sec-head {
    margin-bottom: 33px;
}

.flow .intro p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.375rem + 0.63vw, 1.125rem);
    line-height: calc(32/18);
    text-align: center;
    color: #000;
}

.flow .intro {
    margin-bottom: 53px;
}

.flow .sec-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.flow .sec-body .item {
    background: #fcf5ef;
    position: relative;
    padding: 40px 5%;
}

.flow .sec-body .item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 26px solid #efa228;
    border-bottom: 0;
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    right: 0;
    margin: auto;
}

.flow .sec-body .item:last-child::after {
    content: none;
}

.flow .sec-body .item .label {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    text-align: center;
    color: #fff;
    padding: 6px 40px;
    border-radius: 50px;
    background: #efa228;
    width: fit-content;
}

.flow .sec-body .item .catch {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flow .sec-body .item .catch .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    text-align: center;
    color: #000;
}

.flow .sec-body .item .list {
    display: grid;
}

.flow .sec-body .item .list.column-3 {
    gap: 70px;
    grid-template-columns: repeat(3, 1fr);
}

.flow .sec-body .item .list.column-4 {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.flow .sec-body .item .box {
    background-color: #FFF;
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.flow .sec-body .item .list.column-3 .box::after {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260828042203551072.svg) no-repeat center/contain;
    width: 30px;
    aspect-ratio: 1/1;
    left: calc(100% + 17px);
    top: 0;
    bottom: 0;
    margin: auto;
}

.flow .sec-body .item .list.column-3 .box:last-child::after {
    content: none;
}

.flow .sec-body .item .box img {
    margin-bottom: 25px;
}

.flow .sec-body .item .box .item-tit {
    font-weight: 500;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.flow .sec-body .item .list.column-4 .item-tit {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    text-align: center;
    color: #000;
}

.flow .sec-body .item .list.column-4 .desc p {
    font-weight: 400;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    line-height: calc(32/18);
    text-align: center;
    color: #000;
}

.flow .sec-body .item .box .check {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.flow .sec-body .item .box .check p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flow .sec-body .item .box .check p::before {
    content: "";
    width: 17px;
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/20260828041722850456.svg) no-repeat center/contain;
    display: inline-block;
}

.t_service {
    margin-top: 120px;
    background: #fcf5ef;
}

.t_service .inner {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.t_service .sec-head,
.area .inner .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t_service .sec-head::after,
.area .inner .sec-head::after {
    left: 0;
    right: 0;
    margin: auto;
}

.t_service .sec-body {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.t_service .item {
    display: flex;
    gap: 6%;
    padding-bottom: 33px;
    border-bottom: 3px solid #efa228;
}

.t_service .item .sec-img {
    max-width: 534px;
    width: 40%;

}

.t_service .item .title {
    display: flex;
    gap: 18px;
}

.t_service .item .sec-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
}

.t_service .item .title .num {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #efa227;
}

.t_service .item .title .tit-ja {
    font-weight: 500;
    font-size: clamp(1.313rem, 1.146rem + 0.71vw, 2rem);
    color: #000;
}

.t_service .item .desc p {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
}

.area .inner {
    padding: 80px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1344px;
    width: 80%;
    margin: 0 auto;
}

.area .inner .sec-head {
    margin-bottom: 24px;
}

.area .inner .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    line-height: calc(32/20);
    text-align: center;
    color: #000;
}

.area .inner .desc {
    margin-bottom: 32px;
}

.area .inner .img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.area .inner .img .text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

@media (max-width: 1280px) {
    .t_service .item .sec-img {
        width: 37%;
    }

    .t_service .item {
        gap: 3%;
    }

    .intro .inner .sec-img {
        width: 40%;
    }

    .flow .sec-body .item {
        padding: 40px 2%;
    }

    .flow .sec-body .item .list.column-3,
    .flow .sec-body .item .list.column-4 {
        gap: 4%;
    }

    .flow .sec-body .item .list.column-3 .box::after {
        width: 20px;
        left: calc(100% + 9px);
    }

    .flow .sec-body .item .list.column-3 .box img {
        width: 80px;
        height: auto;
    }

    .t_solution .inner {
        padding-top: 0;
    }

    .t_solution::before {
        top: -96%;
    }
}

@media (max-width: 1023px) {
    .t_solution .inner {
        width: 80%;
    }

    .t_solution .sec-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .t_service .item .sec-img {
        max-width: none;
        width: 100%;
    }

    .t_service .morebtn {
        margin: 0 auto;
    }

    .t_service .inner {
        width: 82%;
    }

    .t_service .item {
        flex-direction: column;
        gap: 17px;
    }

    .intro .inner {
        flex-direction: column-reverse;
        gap: 32px;
        align-items: center;
    }

    .intro .inner .sec-img {
        max-width: none;
        width: 80%;
    }

    .t_solution::before {
        top: -34%;
    }

    .t_solution::after {
        top: -18%;
    }

    .intro .inner .sec-text {
        width: 100%;
    }

    .flow .sec-body .item .list.column-3,
    .flow .sec-body .item .list.column-4 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .flow .sec-body .item {
        padding: 40px 10%;
    }

    .flow .sec-body .item .list.column-3 .box::after {
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        top: calc(100% + 24px);
    }

    .flow .sec-body .item .list.column-4 {
        gap: 16px;
    }

    .flow .inner {
        padding: 64px 0 80px;
    }

    .t_service {
        margin-top: 64px;
    }

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

@media (max-width: 767px) {
    .t_solution .inner {
        padding: 0 0 56px;
    }

    .t_service .inner {
        width: 86%;
    }

    .t_service .item .sec-text {
        gap: 16px;
    }

    .t_service .morebtn {
        width: 90%;
    }

    .t_service .inner {
        padding: 64px 0 40px;
        gap: 24px;
    }

    .intro .inner {
        padding: 32px 0 56px;
    }

    .flow .intro br {
        display: none;
    }

    .flow .sec-body .item {
        padding: 40px 6%;
    }

}