/***************************************
ベースに入れてもらう
****************************************/

img {
    display: block;
}

/* サブタイトル */
.voice-title {
    color: #809947;
}
/***************************************
ここまでMV
****************************************/

.voice_top_text{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin: 100px auto;

}

/* スマホ */
@media screen and (max-width: 440px) {
    .voice_top_text {
        font-size: 16px;
        max-width: 80%;
        margin: 100px auto;
        }

}

/***************************************
ここまでconcept
****************************************/
.voice_title {
    font-family: "Lato", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #809947;
    margin: 0 0 -12px 50px;
}

.voice_list{
    margin-bottom: 76px;
}

.voice_list:nth-of-type(3) {
    margin-bottom: 120px; }

.voice_content_wrap{
    padding: 50px 50px;
        border-radius: 30px;
        border: 1px solid #809947;
        background: #fff;
        line-height: 1.8;
}

.voice_text_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.voice_border{
    border: none;
        border-top: 1px solid #809947;
        margin: 50px -50px;
}

.voice_text{
    max-width: 760px;
    width: 100%;
    font-size: 20px;
}

.voice_beforeafter_wrap{
    display: flex;
    justify-content: space-between;
}

.voice_before,.voice_after{
    margin-bottom: 20px;
}

.voice_before_wrap{
    margin-bottom: 50px;

}

.voice_before_wrap,.voice_after_wrap{
    max-width: 590px;
    width: 100%;
}

.voice_before {
    font-family: "Lato", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 34px;
    border-radius: 60px;
    border: 1px solid #809947;
    background: #fff;
    color: #809947;
    font-size: 16px;
    line-height: 1;
}

.voice_after {
    font-family: "Lato", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 34px;
    border-radius: 60px;
    border: 1px solid #809947;
    background: #809947;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
}

.voice_image{
    max-width: 392px;
    object-fit: cover;
    margin-top: 50px;
}

/* タブレット */
@media screen and (max-width: 768px) {
    .voice_beforeafter_wrap,.voice_text_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .voice_image {
    margin: 30px auto 0;
    }

    .voice_before_wrap,
    .voice_after_wrap {
        max-width: none;
        }


}

/* スマホ */
@media screen and (max-width: 440px) {

    .voice_title {
        margin: 0 0 -13px 50px;   }

    .voice_content_wrap {
        padding: 30px 30px;
        }

    .voice_border {
        margin: 30px -30px;
        }
                
    .voice_title {
        text-align: center;
        margin: 0 0 -12px 0;
        }


}


/***************************************
ここまで受講生の声
****************************************/

.border{
    border: none;
    border-top: 1px solid #393836;
    margin-bottom: 166px;

}

/***************************************
ここまで線（ボーダー）
****************************************/
