@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="under-fv">*/
.under-fv {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../img/service/fv.png);
}
/*終わり*/


/*<section class="point">*/
.point-lead-txt {
    text-align: center;
}

.point-flex {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
}

.point-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.point-con:nth-child(2n) {
    flex-direction: row-reverse;
}

.point-img-wrap {
    width: 45%;
}

.point-img {
    position: relative;
    width: 100%;
    z-index: 2;
}

.point-txt-wrap {
    width: 50%;
}

.point-num {
    font-weight: 600;
    color: #888;
    font-size: 18px;
}

.point-h3 {
    color: #81CBC7;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.point-txt {
    margin-top: 24px;
}
/*終わり*/


/*<section class="products">*/
.products {
    background-color: #F0FFFE;
}

.products-in {
    border: solid 2px #81CBC7;
    border-radius: 16px;
    padding: 64px;
    background-color: #fff;
}

.products-lead-txt {
    text-align: center;
}

.products-flex {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 40px 24px;    
    width: 100%;
}

.products-con {
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.products-h3 {
    background-color: #81CBC7;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
}

.products-h3 small {
    font-size: 14px;
}

.products-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
}

.products-icon {
    max-width: 120px;
    width: 100%;
}

.products-txt {
    padding: 16px;
    font-size: 16px;
}
/*終わり*/


/*<section class="online">*/
.online {
    background-image: url(../img/service/online_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.online .h2-txt {
    color: #fff;
}

.online .h2-title {
    color: #fff;
}

.online .h2-title::before {
    border-bottom: solid 3px #fff;
}

.online-btn-wrap {
    text-align: center;
}

.online-btn {
    display: inline-block;
}

.online-img {
    display: inline-block;
    max-width: 240px;
    width: 100%;
}
/*終わり*/


/*<section class="voice">*/
.voice {
    background: linear-gradient(180deg, #fff 4%, #EFFFFE 80%);
}

.voice-lead-txt {
    text-align: center;
}

.voice-flex {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 40px 24px;    
}

.voice-con {
    background-color: #fff;
    border: solid 1px #81CBC7;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.voice-txt-wrap-01 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
    border-bottom: solid 1px #81CBC7;
    min-height: 90px;
}

.voice-icon {
    max-width: 64px;
    width: 100%;
}

.voice-title-wrap {
    display: flex;
    flex-direction: column;
}

.voice-title {
    color: #81CBC7;
    font-weight: 600;
    line-height: 1.5;
}

.voice-age {
    font-size: 14px;
}

.voice-txt-wrap-02 {
    padding-top: 8px;
    font-size: 16px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/


/*<section class="point">*/
    .point-flex {
        max-width: 700px;
        margin: 80px auto 0 auto;
    }

    .point-con {
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        border-bottom: solid 1px #00CEC3;
        padding-bottom: 40px;
    }

    .point-con:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .point-txt-wrap {
        width: 100%;
    }

    .point-img-wrap {
        text-align: center;
        width: 100%;
    }

    .point-img {
        max-width: clamp(430px, 560vw / 10.24, 560px);
        width: 100%;
    }
/*終わり*/


/*<section class="products">*/
    .products-in {
        padding: 64px 24px;
    }

    .products-flex {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 24px;    
    }

    .products-h3 {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
/*終わり*/


/*<section class="online">*/
/*終わり*/


/*<section class="voice">*/
/*終わり*/

}


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/


/*<section class="point">*/
    .point-flex {
        margin: 40px auto 0 auto;
        gap: 40px;
    }

    .point-con {
        gap: 24px;
    }

    .point-num {
        font-size: clamp(16px, 18vw / 5.99, 18px);
    }

    .point-h3 {
        font-size: clamp(20px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<section class="products">*/
    .products-in {
        padding: clamp(40px, 64vw / 5.99, 64px) clamp(16px, 24vw / 5.99, 24px);
    }

    .products-flex {
        margin-top: 40px;
    }

    .products-h3 {
        height: auto;
    }

    .products-icon {
        max-width: clamp(100px, 120vw / 5.99, 120px);
    }
/*終わり*/


/*<section class="online">*/
/*終わり*/


/*<section class="voice">*/
    .voice-flex {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        gap: 24px;
    }

    .voice-txt-wrap-01 {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .voice-icon {
        max-width: clamp(100px, 120vw / 5.99, 120px);
        margin: 0 auto;
    }

/*終わり*/
}
