@charset "utf-8";

.sec-trouble .list {
    display: flex;
    flex-wrap: wrap;
    max-width: 817px;
    width: 100%;
    gap: 40px 3%;
    margin: 0 auto;
    justify-content: center;

}

.sec-trouble .inner {
    position: relative;
}

.sec-trouble .inner::before {
    content: "";
    background: url(/system_panel/uploads/images/20260403182605298577.png) no-repeat bottom/contain;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 176px;
    width: 14%;
    height: 100%;
}

.sec-trouble .inner::after {
    content: "";
    background: url(/system_panel/uploads/images/20260403182605546870.png) no-repeat bottom/contain;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 156px;
    width: 12%;
    height: 100%;
}

.sec-trouble .list .item {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    text-align: center;
    color: #000;
    border: 2px solid #74a3a8;
    padding: 32px;

}

.sec-intro .inner {
    padding: 40px 0 120px;
}

.sec-intro .sec-title {
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
    padding-top: 160px;
    position: relative;
    overflow: hidden;
}

.sec-intro .sec-title::before {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-100%);
    transition: var(--default);
}

.sec-intro .sec-title.is-active::before {
    transform: translateY(0);
}

.sec-intro .sec-title .main {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    color: #000;
}

.sec-intro .sec-title .sub {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.sec-intro .sec-body {
    display: flex;
    gap: 5%;
}

.sec-intro .sec-body .img {
    max-width: 687px;
    width: 52%;
}

.section .sec-img {
    margin-bottom: 32px;
}



.section .catch {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1.25rem, 1.204rem + 0.19vw, 1.438rem);
    line-height: calc(32/20);
    color: #000;
    margin-bottom: 23px;
}

.section .underline,
.section .underline .phrase {
    text-decoration: underline;
    text-decoration-color: #D6E4F5;
    text-underline-offset: -4px;
    text-decoration-thickness: 16px;
}

.section .text {
    margin-bottom: 52px;
}

.section .text .desc p {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1.063rem);
    line-height: calc(38/17);
    color: #000;
}

.columnbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
}

.columnbox .ttl {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.columnbox .ttl::before,
.columnbox .ttl::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00428E;
    border-radius: 50px;
}

.columnbox .blue .box {
    border: 3px solid #00428e;
}

.columnbox .gray .box {
    border: 3px solid #d5d5d5;
}

.columnbox .box {
    padding: 32px 18px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.columnbox .list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.columnbox .box .item,
.columnbox .list .item {
    display: grid;
    grid-template-areas: "icon title"
        ". desc";
    grid-template-columns: 5% 1fr;
    gap: 5px 20px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.columnbox .box .item:last-child {
    padding-bottom: 0;
    border: none;
}

.columnbox .box .item .icon,
.columnbox .list .item .icon {
    grid-area: icon;
}

.columnbox .box .item .item-tit,
.columnbox .list .item .item-tit {
    grid-area: title;
}

.columnbox .box .item .desc,
.columnbox .list .item .desc {
    grid-area: desc;
}

.columnbox .box .item .item-tit,
.columnbox .list .item .item-tit {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    color: #000;
}

.columnbox .box .item .desc p,
.columnbox .list .item .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(38/16);
}

.sec01 .inner {
    padding-bottom: 60px;
}

.sec02 .inner {
    padding: 60px 0 80px;
}

.bg-gray {
    background: #f5f5f5;
}

.sec02 .bg-gray {
    padding: 40px;
    margin-bottom: 56px;
}

.sec02 .bg-gray .column {
    display: flex;
    justify-content: space-between;
    gap: 1%;
}

.sec02 .bg-gray .column .trouble {
    display: flex;
    align-items: flex-start;
}

.sec02 .bg-gray .column .people {
    max-width: 135px;
    width: 100%;
    margin-top: 2%;
}

.sec02 .bg-gray .column .comment {
    position: relative;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(24/16);
    text-align: center;
    color: #000;
    max-width: 302px;
    width: 100%;
}

.sec02 .bg-gray .column .comment p {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.sec02 .bg-gray .column .solution {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 767px;
    width: 61%;
}

.sec02 .bg-gray .column .ttl {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 23px;
    color: #000;
}

.sec02 .bg-gray .column .frame {
    background: #fff;
    border: 3px solid #00428e;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    line-height: calc(32/20);
    color: #000;
    padding: 24px 15px;
    position: relative;
    border-radius: 10px;

}

.sec02 .bg-gray .column .frame p {
    display: inline;
}

.sec02 .v-shape {
    position: absolute;
    top: calc(100% - 10px);
    right: 42px;
}

.sec02 .columnbox .list .item {
    grid-template-columns: 8% 1fr;
}

.sec02 .columnbox .list .item .icon {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(0.5rem, 0.379rem + 0.52vw, 1rem);
    color: #00428e;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec03 .inner {
    padding: 64px 0;
}

.sec03 .inner .desc p {
    font-family: var(--font-serif);
    font-weight: 700;
    text-align: center;
}

.sec03 .inner .desc p.underline,
.sec03 .inner .desc p.f-20 {
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    line-height: 2;
}


.sec04 .inner {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.sec04 .sec-title03 {
    margin-bottom: 36px;
}

.sec05 .inner {
    padding: 80px 0 100px;
}

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

.faqlist .item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* =========================
   Q
========================= */

.faqlist .q-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 70px 0 0;
    cursor: pointer;
}

.faqlist .q-item .icon,
.faqlist .a-item .icon {
    max-width: 46px;
    width: 100%;
}

.faqlist .q-item p {
    margin: 0;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    color: #000;
}

/* ＋ボタン */
.faqlist .q-item::before,
.faqlist .q-item::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: clamp(1rem, 0.651rem + 1.49vw, 2.438rem);
    height: clamp(0.125rem, 0.079rem + 0.19vw, 0.313rem);
    background: #0a3f86;
    transform: translateY(-50%);
    transition: 0.3s;
}

/* 縦線 */
.faqlist .q-item::after {
    transform: translateY(-50%) rotate(90deg);
}

/* 開いた時 → × */
.faqlist .item.open .q-item::after {
    transform: translateY(-50%) rotate(0deg);
}

/* =========================
   A
========================= */

.faqlist .a-item {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faqlist .a-item .img {
    max-width: 593px;
    width: 100%;
    margin-top: 20px;
}

.faqlist .item.open .a-item {
    max-height: 900px;
    padding-top: 20px;
}

/* 中身 */
.faqlist .a-item .column {
    display: flex;
    gap: 16px;
}

.faqlist .a-item p {
    margin: 0;
}

@media (max-width: 1366px) {
    .sec-trouble .inner::before {
        left: auto;
        right: 90%;
    }

    .sec-trouble .inner::after {
        left: 90%;
        right: auto;
    }

    .sec-intro .sec-body {
        gap: 2%;
    }
}

@media (max-width: 1023px) {
    .sec-trouble .list {
        align-items: center;
        gap: 10px;
    }

    .sec-trouble .list .item {
        padding: 20px;
    }

    .sec-intro .sec-body {
        flex-direction: column;
        gap: 32px;
    }

    .sec-intro .inner .desc br,
    .sec01 .inner .desc br,.columnbox .box .item .desc br,
    .columnbox .list .item .desc br {
        display: none;
    }

    .sec-intro .sec-body .img {
        max-width: none;
        width: 100%;
    }

    .columnbox {
        display: flex;
        flex-direction: column;
        gap: 56px;
    }

    .sec02 .bg-gray .column .people {
        display: none;
    }

    .sec02 .bg-gray .column {
        flex-direction: column;
        gap: 20px;
    }

    .sec02 .bg-gray .column .comment {
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
    }

    .sec02 .bg-gray .column .solution {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
    }

    .faqlist .q-item {
        padding: 0 60px 0 0;
    }
}

@media (max-width: 767px) {
    .sec-trouble .inner {
        padding: 40px 0 180px;
    }

    .sec-trouble .inner::before {
        left: 10%;
        right: auto;
        width: 37%;
    }

    .sec-trouble .inner::after {
        right: 10%;
        left: auto;
        width: 33%;
    }

    .sec-intro .inner {
        padding-bottom: 80px;
    }

    .section .sec-img {
        height: 192px;
    }

    .section .sec-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section .text .desc p.underline br {
        display: none;
    }

    .columnbox .ttl {
        margin-bottom: 20px;
    }

    .columnbox .box .item,
    .columnbox .list .item {
        grid-template-areas:
            "icon title"
            "desc desc";
        grid-template-columns: 7% 1fr;
        padding-bottom: 16px;
    }

    .sec01 .inner {
        padding-bottom: 40px;
    }

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

    .sec02 .bg-gray {
        padding: 32px 20px;
    }

    .sec02 .bg-gray .column .comment {
        max-width: 90%;
    }

    .sec02 .bg-gray .column .solution {
        max-width: 100%;
    }

    .section .underline,
    .section .underline .phrase {
        text-decoration-thickness: 6px;
    }

    .sec02 .v-shape {
        width: 21px;
        height: auto;
        top: calc(100% - 7px);
    }

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



    .sec04 .inner {
        gap: 60px;
    }

    .faqlist .q-item .icon,
    .faqlist .a-item .icon {
        max-width: 22px;
    }

    .faqlist .q-item {
        align-items: flex-start;
    }

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



}

.gjs-dashed .faqlist .a-item {
    max-height: none;
    overflow: visible;
}