.small {
    font-size: 70%;
}

body {
    background-color: #FAF8F8;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}




.container-voice {
    position: relative;
    padding-top: 180px;
    height: auto;
    width: 100%;

}

.container-voice .img-title {
    display: block;
    margin: auto;
    width: 12%;
    min-width: 100px;
}

.container-voice .subtitle {
    display: block;
    margin: 25px auto;
    width: 80%;
    min-width: 200px;
    color: #2B2E2F;
    text-align: center;
}


.container-voice .img-stone {
    position: absolute;
    height: 60vw;
    top: -50%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: -1;
}






@media (min-width: 991.98px) {
    .content-1 {
        position: relative;
        width: 100%;
        height: 600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .content-1 {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 991.98px) {
    .content-1 .text-title-sm {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .content-1 .text-title-sm {
        position: relative;
        color: #336876;
        font-size: 20px;
        text-align: center;
        margin: 25px 0;
    }
}


@media (min-width: 991.98px) {
    .circle-30 {
        position: absolute;
        top: 30%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 18%;
        height: 18vw;
        min-width: 240px;
        min-height: 240px;
    }

    .circle-30 .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.6vw;
        font-family: sans-serif;
        font-weight: 600;
        color: #336876;
    }

    .detail .text-explain {
        position: relative;
        font-size: 16px;
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .circle-30 {
        position: relative;
        margin: auto;
        width: 50%;
        height: 50vw;
    }

    .circle-30 .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 600;
        color: #336876;
    }

    .detail .text-explain {
        position: relative;
        font-size: 16px;
        margin-bottom: 40px;
    }
}



.circle-30 .graph {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: conic-gradient(#C0DFD8 30%, #dfdfdf 0 100%);
}

.circle-30 .graph::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: #f6f6f6;
}




@media (min-width: 991.98px) {
    .content-1 .detail {
        position: absolute;
        top: 0%;
        left: 40%;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .content-1 .detail {
        position: relative;
        width: 80%;
        margin: 25px auto;
    }
}



@media (min-width: 991.98px) {
    .detail .text-title {
        position: relative;
        color: #336876;
        margin-top: 50px;
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .detail .text-title {
        display: none;
    }
}




.content-1 .bg-detail {
    position: relative;
    padding: 30px 40px;
    box-shadow: 2px 10px 10px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}




@media (min-width: 991.98px) {
    .content-2 {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 991.98px) {
    .content-2 {
        display: none;
    }
}

.content-2 {
    margin-top: 100px;
    width: 100%;
    height: auto;
}



.content-2 .text-title {
    margin: auto;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #336876;
}

.section-followup {
    position: relative;
    margin-top: 80px;
    width: 100%;
    height: auto;
}


.img-followup {
    margin: auto;
    display: block;
    width: 40%;
}

.content-2 .speech-left {
    position: absolute;
    width: 30%;
    height: auto;
    transform: translate(-50%, -50%);
    background: #c3c3c3;
    border-radius: .4em;
    padding: 20px;
    text-align: center;
}

.content-2 .speech-left::after {
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    top: 40%;
    left: 100%;
    border: 20px solid transparent;
    border-left-color: #c3c3c3;
    border-right: 0;
    margin-left: 0px;
}

.content-2 .speech-right {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #C0DFD8;
    border-radius: .4em;
    padding: 5px 8px 5px 8px;
    color: #fff;
    text-align: center;
}

.content-2 .speech-right::after {
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: 0%;
    border: 20px solid transparent;
    border-right-color: #C0DFD8;
    border-left: 0;
    margin-right: 0px;
}

.content-2 .speech-text {
    top: 53%;
    left: 50%;
    width: 100%;
    color: #2B2E2F;
    text-align: center;
    font-size: 1.2vw;

}

.content-2 .speech-1 {
    top: 40%;
    left: 20%;
    width: 30%;
    height: auto;
}

.content-2 .speech-2 {
    top: 20%;
    left: 80%;
    width: 32%;
    height: auto;
}

.content-2 .speech-3 {
    top: 65%;
    left: 80%;
    width: 32%;
    height: auto;
}

.content-2 .speech-4 {
    top: 90%;
    left: 80%;
    width: 32%;
    height: auto;
}



@media (min-width: 991.98px) {
    .content-2-sm {
        display: none;
    }
}


@media (max-width: 991.98px) {
    .content-2-sm {
        height: auto;
    }
}


.flex-container {
    display: flex;
}

.content-2-sm .text-title {
    margin: auto;
    width: 80%;
    text-align: center;
    color: #336876;
    margin-bottom: 25px;
}

.img-container {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    border-radius: 50%;
}


.img-container .img-followup {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.content-2-sm .img-logo {
    margin-right: auto;
    width: 35%;
    height: auto;
}

.content-2-sm .speech-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00aabb;
    border-radius: .4em;
    width: 70%;
    margin-left: 10px;
    height: auto;
    color: #fff;
    text-align: center;
}

.content-2-sm .speech-left::after {
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: 100%;
    border: 20px solid transparent;
    border-left-color: #00aabb;
    border-right: 0;
    margin-left: 0px;
    z-index: -1;
}

.content-2-sm .speech-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00aabb;
    border-radius: .4em;
    width: 50%;
    height: auto;
    color: #fff;
    text-align: center;
}

.content-2-sm .speech-right::after {
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: 0%;
    border: 20px solid transparent;
    border-right-color: #00aabb;
    border-left: 0;
    margin-right: 0px;
}

.content-2-sm .speech-text {
    color: #fff;
    font-size: 15px;
}








.content-3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 80%;
    overflow-x: hidden;
}


.content-3 .title {
    min-height: 100px;
    display: flex;
    align-items: end;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 24px;

}




@media (min-width: 991.98px) {
    .circle {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .circle {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px;
    }
}


@media (min-width: 991.98px) {
    .circle-50 .graph {
        margin: auto;
        width: 16vw;
        height: 16vw;
        border-radius: 50%;
        background-image: conic-gradient(#C0DFD8 50%, #dfdfdf 0 100%);
        position: relative;
    }

    .circle-50 .graph::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 11vw;
        height: 11vw;
        border-radius: 50%;
        background: #f6f6f6;
    }

    .circle-50 .text-percent-left {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 2.2vw;
        font-family: sans-serif;
        font-weight: 600;
        color: #336876;
    }

    .circle-50 .text-percent-right {
        position: absolute;
        top: 50%;
        left: 24%;
        transform: translate(100%, -50%);
        text-align: center;
        font-size: 2.2vw;
        font-family: sans-serif;
        font-weight: 600;
        color: #336876;
    }
}

@media (max-width: 991.98px) {
    .circle-50 .graph {
        margin: auto;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-image: conic-gradient(#C0DFD8 50%, #dfdfdf 0 100%);
        position: relative;
    }

    .circle-50 .graph::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 210px;
        height: 210px;
        border-radius: 50%;
        background: #f6f6f6;
    }

    .circle-50 .text-percent-left {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
    }

    .circle-50 .text-percent-right {
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%);
    }
}



.circle-50 .text-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.5vw;
    font-family: sans-serif;
    font-weight: 600;
    color: #336876;
}




.circle-96 .graph {
    margin: auto;
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    background-image: conic-gradient(#C0DFD8 96%, #dfdfdf 0 100%);
    position: relative;
}

.circle-96 .graph::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    background: #f6f6f6;
}

.circle-96 .text-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.5vw;
    font-family: sans-serif;
    font-weight: 600;
    color: #336876;
}


.content-3 .text-detail {
    text-align: center;
    margin-top: 80px;
    font-size: 20px;
}

.content-3 .bg-detail {
    margin: 50px auto;
    width: 100%;
    height: auto;
    box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-3 .text-voice {
    padding: 25px 30px;
    text-align: center;
    font-size: 20px;
}




.content-4 {
    position: relative;
    height: auto;
    width: 100%;

    background-image: url('../images-2/object_stone1.png');
    background-size: 70% auto;
    background-position: -20vw bottom;
    background-repeat: no-repeat;
}

.content-4 .title-interview {
    color: #336876;
    font-size: 24px;
    margin-left: 15%;
    margin-bottom: 25px;
}



@media (min-width: 991.98px) {

    .section-voice {
        width: 100%;
        height: auto;
        margin: 100px auto;
    }

    .section-detail {
        display: flex;
        width: 70%;
        height: auto;
        margin-left: 15%;
    }

    .content-4 .img-voice {
        display: block;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        padding-left: 10%;
    }

    .content-4 .speech-bottom {
        position: relative;
        height: auto;
        margin-right: auto;
        background: #ffffff;
        border-radius: .4em;
        padding: 50px 20px;
        color: #fff;
        text-align: center;
    }

    .content-4 .speech-bottom::after {
        position: absolute;
        transform: translate(-50%, -50%);
        content: '';
        top: 50%;
        left: 100%;
        border: 20px solid transparent;
        border-left-color: #ffffff;
        border-right: 0;
        margin-left: 0px;
    }
}


@media (max-width: 991.98px) {
    .section-voice {
        display: block;
        width: 100%;
        height: auto;
        margin: 50px auto;
    }

    .section-detail {
        display: block;
        margin: auto;
        width: 80%;
        height: auto;
    }

    .content-4 .img-voice {
        display: block;
        margin-left: auto;
        padding: 30px;
    }

    .content-4 .speech-bottom {
        position: relative;
        height: auto;
        margin: auto;
        background: #dcdcdc;
        border-radius: .4em;
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    .content-4 .speech-bottom::after {
        position: absolute;
        content: '';
        top: 98%;
        left: 50%;
        transform: translate(-50%, 0%);
        border: 20px solid transparent;
        border-top-color: #e2e2e2;
        border-bottom: 0;
    }
}






.content-4 .speech-text {
    position: relative;
    width: 100%;
    margin: auto;
    color: #2B2E2F;
    text-align: start;
    font-size: 16px;
}





.bg-stone {
    position: absolute;
    width: 90%;
    top: 62%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(-30deg);
}