@charset "utf-8";

/* ====================
Article header
==================== */
.articleHeader__visual {
    width: 100%;
    background-image: url(../images/headerVisual_voices_sp.png);
    background-size: cover;
    background-position: center;
}

.topic__row.subPage.voices {
    padding: 20px 0;
}

/* .article__header pc */
@media screen and (min-width:769px) {
    .articleHeader__visual {
        background-image: url(../images/headerVisual_voices.png);
    }

    .topic__row.subPage.voices {
        padding: 48px 0;
    }
}

/* pc 769px */

/* ====================
voices
==================== */
.section.subPage.voicesPage {
    padding: 70px 5.13%;
}

.voicesPage .subTopic:nth-of-type(2) {
    margin-top: 50px;
}

.voices {
    margin-top: 30px;
}

.voices__item {
    padding: 30px 25px 25px;
    margin-top: 20px;
    background-color: var(--primary-white);
    /* border: 1px solid var(--primary-lightGray); */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.voicesItem__title {
    display: flex;
    align-items: center;
}

.voicesItem__title img {
    width: 50px;
}

.voicesItem__title h5 {
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 1.3;
    margin-left: 10px;
}

.voicesItem__txt {
    font-family: "Noto Sans JP";
    margin-top: 10px;
    flex-grow: 1;
}

.voicesItem__txt--2 {
    line-height: 1;
    text-align: right;
    flex-grow: inherit;
}

.btn--voices {
    margin-top: 40px;
}

/* voices pc */
@media screen and (min-width:769px) {
    .section.subPage.voicesPage {
        padding: 130px 5.56%;
    }

    .voicesPage .subTopic:nth-of-type(2) {
        margin-top: 100px;
    }

    .voices {
        margin-top: 75px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 40px;
    }

    .voices__item {
        padding: 40px 30px 30px;
        margin-top: 0;
        width: 48.44%;
    }

    .voicesItem__title img {
        width: 60px;
    }

    .voicesItem__title h5 {
        font-size: 2.0rem;
        margin-left: 20px;
    }

    .voicesItem__txt {
        margin-top: 20px;
    }

    .voicesItem__txt--2 {
        font-size: 1.4rem;
    }

    .btn--voices {
        margin-top: 75px;
    }

}

/* pc 769px */