@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
.content__review {
    position: relative;
    padding-top: 80px;
    font-family: "M PLUS 1", sans-serif;
}
#Res_Menu .text__des{
    font-family: "M PLUS 1", sans-serif;
}
.content__review::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 280px;
    left: 0;
    background-image: url(../img/review/left.png);
    background-size: 375px auto;
    background-repeat: no-repeat;
    background-position: -10px top;
}

.content__review::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -140px;
    right: 0;
    background-image: url(../img/review/right.png);
    background-size: 610px auto;
    background-repeat: no-repeat;
    background-position: 100% top;
}

.content__review .content_inner {
    position: relative;
    z-index: 10;
}

.item__voice {
    border-top: 1px dotted #ab9e9d;
    /* background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 1px; */
    margin-left: 12.5vw;
    margin-right: 12.5vw;
    padding-top: 25px;
    padding-bottom: 40px;
}

.list_voice {
    margin-bottom: 110px;
}

.list_voice .item__voice:last-child {
    border-bottom: 1px dotted #ab9e9d;
}

.data__title {
    font-size: 20px;
    color: #3c81e0;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.data__text {
    font-size: 18px;
    line-height: 1.7;
}

.txt__center {
    text-align: center;
}

.list_voice li {
    position: relative;
}

.list_voice li:nth-child(4n+1)::after {
    /* 1, 5, 9, 13 ... */
    position: absolute;
    content: '';
    width: 10.417vw;
    height: 8.333vw;
    left: -12.5vw;
    top: 0;
    background-size: 10.417vw auto;
    background-image: url(../img/common/bird_01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.list_voice li:nth-child(4n+2)::after {
    /* 2, 6, 10, 14 ... */
    position: absolute;
    content: '';
    width: 10.417vw;
    height: 8.333vw;
    right: -12.5vw;
    top: 0;
    background-size: 10.417vw auto;
    background-image: url(../img/common/bird_02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.list_voice li:nth-child(4n+3)::after {
    /* 3, 7, 11, 15 ... */
    position: absolute;
    content: '';
    width: 10.417vw;
    height: 8.333vw;
    left: -12.5vw;
    top: 0;
    background-size: 10.417vw auto;
    background-image: url(../img/common/bird_03.png);
    background-repeat: no-repeat;
    background-position: center;
}

.list_voice li:nth-child(4n+4)::after {
    /* 4, 8, 12, 16 ... */
    position: absolute;
    content: '';
    width: 10.417vw;
    height: 8.333vw;
    right: -12.5vw;
    top: 0;
    background-size: 10.417vw auto;
    background-image: url(../img/common/bird_04.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .content__review::after {
        top: -40px;
    }

}

@media screen and (max-width: 420px) {
    .item__voice {
        margin-left: 0;
        margin-right: 0;
    }

    .list_voice li::after {
        /* 1, 5, 9, 13 ... */
        left: auto !important;
        right: 0 !important;
        top: 20px !important;
        width: 15.417vw !important;
        height: 11.333vw !important;
        background-size: 15.417vw auto !important;
    }
  .data__text{
    font-size: 16px;
  }
}
.content__review0929{
    color: #563e3c;
}
@media screen and (max-width: 780px) {
    .consider__content {
        margin-top: -44vw;
    }
    .col__eg{
        padding-bottom: 11vw;
    }
    .col__eg {
    margin-bottom: -10.256vw;
    }
    .content_inner0929 .col__003{
        width: 100%;
        background-image: url(../img/consider/aa2.png) !important;
        text-align: left;
        padding: 0 7.26vw;
        height: 32.38vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .content_inner0929 .col__003.cc3{
        flex-direction: row;
        align-items: center;
    }
    .content_inner0929 .gap_2x{
        width: max-content;
        margin-right: 0;
        max-width: max-content;
    }
    .content_inner0929 .gap_2x .col__02{
        width: 14.93vw;
        height: auto;
    }
    .content_inner0929 .i__plus span{
        text-align: center;
    }
    .content_inner0929 .i__plus span+span{
        padding-top: 1vw;
    }
    .content_inner0929 .col__003 .text_pr{
        margin-bottom: 0;
    }
    .content_inner0929 .col__003 .i__center{
        display: block;
        position: absolute;
        right: 7.26vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .info_data0929{
        height: 189.051vw;
    }
}