@charset "utf-8";
/*==========================
serviceSummary
==========================*/
.serviceSummary {
    padding: 50px 5%;
}

.serviceSummary__topic {
    color: var(--primary-darkGreen);
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5; 
    letter-spacing: 0.08em;
}

.serviceSummary__txt {
    margin-top: 25px;
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8; 
    letter-spacing: 0.08em;
}

.serviceSummary__box {
    margin-top: 25px;
    align-items: center;
    gap: 30px;
}

.serviceSummary__box:first-child {
    margin-top: 0;
}

.serviceSummary__img--large {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

/* pc service__summary */
@media screen and (min-width:769px) {
    .serviceSummary {
        padding: 120px 5% 0;
    }

    .serviceSummary__topic {
        color: var(--primary-darkGreen);
        text-align: center;
        font-family: Montserrat;
        font-size: 3.2rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        margin-bottom: 50px;
    }

    .sp-only {
        display: none;
    }

    .serviceSummary__txt {
        color: var(--primary-black);
        max-width: 800px;
        margin-bottom: 30px;
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 1.8rem;
        line-height: 1.8;
        letter-spacing: 0.08em;
        margin-top: 0;
        width: 750px;
        align-items: center;
        margin-inline: auto;
    }

    .serviceSummary__list {
        padding: 0;
        margin: 80px auto 0;
        max-width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .serviceSummary__box  {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .serviceSummary__img--large {
        width: 46%;
        max-width: 450px;
        height: auto;
        margin: 0;
    }
}
/* pc 769px */

/*==========================
servicePoints
==========================*/
.servicePoints {
    padding: 50px 5%;
}
.servicePoints__topic {
    color: var(--primary-darkGreen);
    text-align: center;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
}

.topic--service {
    color: #1B3022;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.servicePoints__list {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.servicePoints__img {
    width: 220px;
    height: 220px;
}

.servicePoints__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.servicePoints__txt {
    margin-top: 20px;
    color: var(--primary-black);
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

/* servicePoints pc */
@media screen and (min-width:769px) {
    .servicePoints {
        padding: 120px 5% 0;
    }

    .servicePoints__topic {
        color: var(--primary-darkGreen);
        text-align: center;
        font-family: Montserrat;
        font-size: 3.2rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        margin-bottom: 80px;
    }

    .servicePoints__list {
        margin-top: 0;
        max-width: 1280px;
        margin-inline: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap !important; 
        gap: 16px;
    }

    .servicePoints__item {
        margin-top: 0;
        width: calc((100% - 32px) / 3) !important; 
        flex-shrink: 1; 
        min-width: 0;
    }

    .servicePoints__img {
        width: 100%;
        max-width: 220px;
        height: auto;
    }

    .servicePoints__txt {
        margin-top: 30px;
        font-size: 1.8rem;
        white-space: normal; 
        word-break: break-all;
    }
}
/* pc 679px */
/*==========================
serviceExample
==========================*/
.serviceExample {
    padding: 50px 5%;
}

.serviceExample__txt {
    color: var(--primary-darkGreen);
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 15px;
}

.serviceExample__subsidy-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serviceExample__subsidy-item {
    margin-top: 35px;
    display: flex;
    width: 337px; 
    height: 72px;
    gap: 12px;
    padding-left: 20px;
    align-items: center;
    border-radius: 32px;
    background: #6A7E7B;
}

.serviceExample__contents {
    color: #F9F8F6;
    font-family: Noto Sans JP;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;

}

/* pc .serviceExample */
@media screen and (min-width: 769px) {
    .serviceExample {
        padding: 120px 5%;
    }

    .serviceExample__contents {
        font-size: 1.8rem;
    }

    .serviceExample__subsidy-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1100px;
        margin: 60px auto 0; 
        gap: 24px 40px; 
    }

    .serviceExample__subsidy-item {
        margin-top: 0;
        width: calc(50% - 20px);
        max-width: 460px;
        height: 80px;
        padding: 0 24px;
        justify-content: flex-start;
    }
}