@charset "utf-8";

.p-fv .site-tit {
    display: flex;
    align-items: baseline;
}

.p-fv .site-tit .tit-main {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #efa228;
}

.p-fv .site-tit .tit-sub {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
    color: #000;
}

.w1152 {
    max-width: 1152px;
    width: 90%;
    margin: 0 auto;
}

.intro {
    overflow: hidden;
    position: relative;
    background: #fcf5ef;
}

.intro::after {
    content: "";
    max-width: 348px;
    width: 24%;
    height: 348px;
    position: absolute;
    right: -55px;
    bottom: -126px;
    background: url(/system_panel/uploads/images/20260827142105339882.svg) no-repeat bottom/contain;
}

.intro .inner {
    padding: 40px 0 77px;
}

.intro .catch {
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    line-height: calc(56/24);
    color: #000;
}

.intro .catch strong {
    font-weight: 500;
    border-bottom: 4px solid #efa228;
    border-radius: 0 0 2px 2px;
    padding-bottom: 2px;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}



.solution-block .inner {
    padding: 40px 0;
}

.solution-block.pad0 .inner {
    padding-bottom: 0;
}

.solution-block .sec-title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 24px;
}

.solution-block .sec-title .f-18 {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #000;
}

.solution-block .sec-title .f-32 {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #efa228;
}

.solution-block .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    margin-bottom: 62px;
    position: relative;
}

.solution-block .list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 25px);
    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;
}

.solution-block .list .item {
    border-radius: 20px;
    background: #fff;
    border: 3px solid #d8d8d8;
    padding: 24px 4% 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.solution-block .list .item img {
    max-width: 126px;
    width: 41%;
    aspect-ratio: 1/1;
}

.solution-block .list .item .item-tit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.solution-block .list .item .tit-main {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    color: #efa228;
}

.solution-block .list .item .tit-sub {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.solution-block .answer {
    border-radius: 10px;
    background: #fcf5ef;
    border: 2px solid #efa228;
    padding: 40px 6%;
    display: flex;
    gap: 4%;
}

.solution-block .answer .sec-img {
    max-width: 183px;
    width: 18%;
    aspect-ratio: 1/1;
}

.solution-block .answer .sec-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solution-block .answer .sec-text .tit-ja {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #efa228;
}

.solution-block .answer .sec-text .tit-ja br {
    display: none;
}

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

.solution-block .answer .point {
    display: flex;
    gap: 20px;
}

.solution-block .answer .point .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #efa228;
}

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

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


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

.service .inner {
    padding: 64px 0 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

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

.service .sec-body .item {
    border-radius: 10px;
    background: #fff;
    border: 2px solid #efa228;
    padding: 40px 6%;
    display: flex;
    justify-content: space-between;
    gap: 4%;
}

.service .sec-body .item .sec-img {
    max-width: 387px;
    width: 39%;
}

.service .sec-body .item .sec-text {
    flex: 1;
}

.service .sec-body .item .sec-text .title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.service .sec-body .item .sec-text .title .num {
    width: 48px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: clamp(1.063rem, 1.002rem + 0.26vw, 1.313rem);
    color: #fff;
    background: #efa228;
    border-radius: 50px;
}

.service .sec-body .item .sec-text .title .tit-ja {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #efa228;
}

.service .sec-body .item .sec-text .desc {
    margin-bottom: 32px;
}

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

.service .sec-body .item .sec-text .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service .sec-body .item .sec-text .column .group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.service .sec-body .item .sec-text .column .label {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    text-align: center;
    padding: 4px 12px;
    color: #fff;
    border-radius: 3px;
    background: #efa228;
    border: 2px solid #efa228;
}

.service .sec-body .item .sec-text .check,
.service .sec-body .item .sec-text .dot {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

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

.service .sec-body .item .sec-text .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;
}

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

.section .sec-tit {
    padding: 14px 32px;
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    color: #fff;
    margin-bottom: 40px;
    background: #efa228;
}

.section .num {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #efa228;
    padding: 5px 40px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #efa228;
    width: fit-content;
    margin: 0 auto 40px;
}

.section .group {
    max-width: 1152px;
    width: 90%;
    margin: 0 auto;
}

.section .group .item-tit {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #efa228;
    margin-bottom: 16px;
}

.section .group .item-tit .tit-ja {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #000;
}

.section .group .item-tit .tit-ja br {
    display: none;
}

.section .group .desc {
    margin-bottom: 40px;
}

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

.section .group .column {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.section .group .column .box {
    display: grid;
    grid-template-columns: 136px 1fr;
    grid-template-areas: "icon title"
        "icon desc";
    gap: 0 10px;
    padding: 32px 40px;
}

.section .group .column .box.arata {
    background: #fcf5ef;
}

.section .group .column .box.client {
    background: transparent;
    border: 3px solid #efa228;
}

.section .group .column .box .person {
    grid-area: icon;
    width: 136px;
    aspect-ratio: 1/1;
}

.section .group .column .box .title {
    grid-area: title;
    display: flex;
    align-items: center;
    gap: 19px;
    padding-left: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #efa228;
    margin-bottom: 16px;
}

.section .group .column .box .title .tit-ja {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #000;
}

.section .group .column .box .desc {
    margin-bottom: 0;
}

.section .group .column .box .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(23/16);
    color: #000;
}

.flow {
    background: #fcf5ef;
}

.flow .inner {
    padding: 64px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

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

.flow .item {
    border-radius: 13px;
    background: #fff;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.flow .item::after {
    content: "";
    position: absolute;
    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;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: auto;
}

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

.flow .item .img {
    position: absolute;
    bottom: 0;
    right: 35px;
    max-width: 244px;
    width: 22%;
    height: auto;
}

.flow .item .num {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.121rem + 1.62vw, 3.063rem);
    color: #efa228;
    padding-right: 30px;
    border-right: 1px solid #efa228;
}

.flow .item .sec-text {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

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

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

.faq .inner {
    padding: 80px 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

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

.faq .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq .item .ttl {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.faq .item .icon {
    width: 39px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    font-weight: 500;
    font-size: clamp(1.188rem, 1.112rem + 0.32vw, 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.faq .item .q-ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #b9b9b9;
}

.faq .item .q-ttl .icon {
    background: #efa228;
}

.faq .item .q-ttl .tit-ja {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    line-height: calc(45/20);
    color: #000;
}

.faq .item .a-ttl .icon {
    background: #efa228;
    background: transparent;
    border: 1px solid #efa228;
    color: #efa228;
}

.faq .item .a-ttl .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(23/16);
    color: #000;
}

@media (max-width: 1280px) {
    .solution-block .answer {
        padding: 40px 4%;
    }

    .solution-block .list {
        gap: 2%;
    }

    .solution-block .inner {
        width: 96%;
    }

    .service .sec-body .item .sec-img {
        width: 30%;
    }

    .service .sec-body .item {
        gap: 3%;
        padding: 40px 5%;
    }

    .section .group .column .box {
        grid-template-columns: 100px 1fr;
    }

    .section .group .column .box .person {
        width: 100px;
    }

}

@media (max-width: 1023px) {
    .intro::after {
        content: none;
    }
    .solution-block .list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .solution-block .inner {
        width: 81%;
    }

    .solution-block .answer {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .solution-block .answer .sec-img {
        max-width: 158px;
        width: 100%;
    }

    .solution-block .answer .point {
        flex-direction: column;
        gap: 12px;
        width: 60%;
        margin: 0 auto;
    }

    .service .sec-body .item {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .service .sec-body .item .sec-img {
        max-width: 258px;
        width: 100%;
    }

    .service .sec-body .item .sec-text {
        width: 100%;
    }

    .flow .item .img {
        right: 10px;
    }

    .flow .item .img {
        width: 16%;
    }

    .intro .inner {
        padding: 45px 0 52px;
    }

    .service .inner {
        padding: 40px 0 64px;
    }

    .section .group .column .box {
        padding: 32px 30px;
    }

    .section .group {
        width: 93%;
    }

    .faq .inner {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .section .num {
        margin-bottom: 16px;
    }

    .section .group {
        width: 100%;
    }

    .section .group .item-tit {
        margin-bottom: 20px;
        gap: 10px;
    }

    .section .group .item-tit .tit-ja br {
        display: block;
    }

    .section .group .item-tit .icon {
        width: 20px;
        aspect-ratio: 1/1;
    }

    .section .group .desc {
        margin-bottom: 20px;
    }

    .section .group .column {
        gap: 23px;
    }

    .section .group .column .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section .group .column .box .title {
        padding-left: 0;
    }

    .section .group .column .box {
        padding: 32px 19px;
    }

    .section .group .column .box .person {
        margin-bottom: 24px;
        width: 89px;
    }

    .section .group .column .box .title {
        width: 100%;
    }

    .section .group .column .box .desc br {
        display: none;
    }

    .intro .inner {
        width: 90%;
        margin: auto;
    }

    .solution-block .answer .point {
        width: 80%;
    }

    .service .sec-body .item .sec-text .column {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .flow .item {
        flex-direction: column;
        gap: 10px;
        padding: 30px 25px 85px;
    }

    .flow .item .num {
        padding: 0;
        padding-bottom: 8px;
        border: none;
        border-bottom: 1px solid #efa228;
        width: 100%;
        text-align: center;
    }

    .faq .item .q-ttl .icon,
    .faq .item .a-ttl .icon {
        min-width: 31px;
        width: 31px;
    }

    .faq .item .q-ttl .tit-ja {
        line-height: calc(27/18);
    }

    .section .inner {
        width: 94%;
    }

    .section .morebtn {
        width: 80%;
    }

    .flow .item .img {
        max-width: 153px;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
    }
}