@charset "utf-8";
/*==========================
service-top
==========================*/
.section--service-top {
    padding: 50px 20px 0; 
}
.service-top__subtitle {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #fca957;
    font-family: 'Robot';
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.service-top__topic {
    font-size: 2.4rem;
    color: #000c56;
    font-family: 'Noto sans JP';
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.service-top__lead-txt {
    font-family: 'Noto sans JP';
    font-size: 1.6rem;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
    text-align: center;
    max-width: 760px;
    margin-top: 30px;
}

.service-top__title {
    font-size: 2.2rem;
    color: var(--primary-darkGreen);
    font-family: 'Noto sans JP';
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.service-top__description {
    font-family: 'Noto sans JP';
    font-weight: 300;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    text-align: center;
}

.service-top__bullet-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}

.service-top__txt-bullet {
    font-family: 'Noto sans JP';
    font-weight: 300;
    font-size: 1.4rem;
    color: #333333;
    line-height: 1.5;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.service-top__txt-bullet::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #fca957;
    font-weight: 700;
}

.service-top__img-wrapper {
    width: 100%;
}

.service-top__img {
    display: block;
    object-fit: cover;
    border-radius: 4px;
    margin-top:  40px;
}

.service-top__btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn--service {
    font-family: 'Noto sans JP';
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 30px;
}


/* 2. PCレイアウト（769px以上） */
@media screen and (min-width: 769px) {
    .section--service-top {
        padding: 120px 5% 0;
    }

    .service-top__subtitle {
        font-size: 2rem;
        display: block;
        width: 100%;    
        text-align: center;  
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .service-top__topic {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 80px;
    }

    .service-top__lead-txt {
        font-size: 1.8rem;
        text-align: center;
        margin: 30px auto;
        max-width: 1280px;
    }

    .service-top__list {
        display: flex;
        flex-direction: column;
        gap: 120px;
        width: 90%;
        max-width: 1280px;
        margin: 80px auto 0;
        padding: 0;
    }

    .service-top__item {
        display: flex;
        flex-wrap: wrap;  
        justify-content: space-between;
        align-items: center;  
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .service-top__title {
        width: 100%;   
        font-size: 2.8rem;
        margin-top: 0 auto;
        margin-bottom: 50px;   
    }

    .service-top__box {
        width: 52%;     
        flex-shrink: 0;
    }

    .service-top__img-wrapper {
        width: 43%;     
        max-width: 480px;
        flex-shrink: 0;
    }

    .service-top__img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;  
    }

    .service-top__description {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .service-top__bullet-box {
        margin-top: 30px;
    }

    .service-top__txt-bullet {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .service-top__btn-wrapper {
        width: 100%;
        display: flex;
        justify-content: center; 
    }

    .btn--service {
        display: inline-block;
        width: auto;
        min-width: 320px;  
        padding: 15px 30px;
        text-align: center;
        box-sizing: border-box;
    }
}

/*==========================
service-about
==========================*/
.section--service-about {
    padding: 50px 5% 0;
    text-align: center;
}

.service-about__subtitle {
    display: block;
    font-size: 1.4rem;
    color: #fca957;
    font-family: 'Robot';
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.service-about__topic {
    font-family: 'Noto sans JP';
    font-size: 2.4rem;
    color: #000c56; 
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto 40px;
    max-width: 600px;
}

.service-about__txt {
    font-family: 'Noto sans JP';
    font-weight: 300;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.05em;
    max-width: 760px; 
    text-align: center;
    margin-bottom: 20px;
}

.service-about__txt:last-of-type {
    margin-bottom: 0;
}

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

    .service-about__subtitle {
        font-size: 2rem;
        display: block;
        width: 100%;    
        text-align: center;  
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .service-about__topic {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 80px;
    }

    .service-about__txt {
        font-size: 1.8rem;
        line-height: 1.8; 
        margin: 0 auto 35px;
        text-align: left;
    }
}

/*==========================
servicePoints
==========================*/
.servicePoints {
    padding: 50px 5%;
}
.servicePoints__topic {
    color: var(--primary-darkGreen);
    text-align: center;
    font-family: 'Noto sans JP';
    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: 'Noto sans JP';
        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: var(--primary-darkGreen);
}

.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;
    }
}