.main {
    position: relative;
    padding-bottom: 80px;
}
.main:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 750px) {
    .main {
        padding-bottom: 40vw;
    }
    .main:after {
        height: 38.533vw;
    }
}
.voice {
    margin-top: 36px;
    position: relative;
    z-index: 1;
}
.voice .inner {
    position: relative;
    z-index: 1;
}
.voice_dot_bg {
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    height: 464px;
}
.voice_top_txt {
    font-size: 20px;
    line-height: 1;
    margin: 40px 0;
    text-align: center;
}
.voice_list li {
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    min-height: 346px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_list li + li {
    margin-top: 40px;
}
.voice_img {
    width: 258px;
    height: 258px;
}
.voice_txt_area {
    width: 902px;
}
.voice_name {
    color: #4a3c17;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
}
.voice_txt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 30px;
}
.voice_bottom_txt {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 35px;
    font-weight: 500;
}
.voice_bottom_txt a {
    text-decoration: underline;
    color: #1a0dab;
}
.voice_bottom_txt_indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 750px) {
    .voice {
        margin-top: 8vw;
    }
    .voice_dot_bg {
        top: 15.466vw;
        height: 101.066vw;
    }
    .voice_top_txt {
        font-size: 3.733vw;
        margin: 5.2vw 0 8.4vw;
    }
    .voice_list li {
        padding: 5.333vw 3.2vw;
        min-height: auto;
        display: block;
    }
    .voice_list li + li {
        margin-top: 5.333vw;
    }
    .voice_img {
        width: 60vw;
        height: 60vw;
        margin: 0 auto;
        display: block;
    }
    .voice_txt_area {
        width: 100%;
    }
    .voice_name {
        font-size: 4.533vw;
        line-height: 1.41;
        margin-top: 5.333vw;
        text-align: center;
    }
    .voice_txt {
        font-size: 4vw;
        line-height: 1.533;
        margin-top: 4vw;
    }
    .voice_bottom_txt {
        font-size: 4vw;
        line-height: 1.533;
        margin-top: 4.2666vw;
    }
}
