@charset "UTF-8";

/*
    voice
------------------------------------*/
.voice {
    width: 100%;
    margin-bottom: 160px;
}

.voice__inner {
    width: fit-content;
    margin: 0 auto;
}

.voice__intro {
    margin: 100px 0 105px;
}

@media (max-width: 767px) {
    .voice__intro {
        margin: 80px 0 60px;
    }
}

.voice__ul {
    list-style: none;
}

.voice__li {
    display: flex;
    padding: 90px 56px 70px;
    border: 1px solid #707070;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .voice__li {
        flex-direction: column;
        padding: 30px 20px;

        width: 90vw;
        margin: 0 auto;

    }
}

.voice__li+.voice__li {
    margin-top: 21px;
}


.voice__column {
    margin-right: 80px;
}

@media (max-width: 767px) {
    .voice__column {
        margin-right: 0px;
    }
}

.voice__column__title {
    width: 360px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    line-height: 44px;
    text-align: left;
    color: #001045;
    padding-left: 18px;
    border-left: 8px solid #1051B7;
}

@media (max-width: 767px) {
    .voice__column__title {
        width: 100%;
        font-size: 2rem;
        letter-spacing: 0.07em;
        line-height: 28px;
    }
}

.voice__person {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .voice__person {
        align-items: center;
        margin: 10px 0;
    }
}

.voice__person__icon {
    margin: 27px 42px 0 0;
    width: 80px;
}

@media (max-width: 767px) {
    .voice__person__icon {
        width: 56px;
        margin: 0;
        margin-right: 10px;
    }
}

.voice__person__name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #001045;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .voice__person__name {
        padding: 0;
    }
}

.voice__li__txt {
    width: 526px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 29px;
    color: #001045;
}

@media (max-width: 767px) {
    .voice__li__txt {
        width: 100%;
        font-size: 1.4rem;
        line-height: 24px;
    }
}