.student-voices__notice {
    display: table;
    margin: 12px auto 0;
    padding: 7px 12px;
    border: 1px solid #dfd3c7;
    border-radius: 999px;
    color: #6f5d56;
    background: #fffaf4;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.student-voice__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e4d9ce;
    line-height: 1.4;
}

.student-voice__meta strong {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #4a261d;
    background: #ffe7ad;
    font-size: 13px;
    font-weight: 700;
}

.student-voice__meta span {
    color: #75635b;
    font-size: 14px;
    font-weight: 600;
}

.stuPc .ig06 .item {
    padding: 9px 0;
}

.stuPc .ig06 .item-inner.student-voice {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

.stuPc .ig06 .item-sec.is2 {
    width: 100%;
    padding: 24px 30px;
    border: 1px solid #e5d9cd;
    border-left: 4px solid #f2a000;
    border-radius: 16px;
    background: #faf8f5;
    box-shadow: none;
}

.stuPc .ig06 .item-sec.is2::after {
    display: none;
}

.stuPc .ig06 .text {
    width: 100%;
}

.stuPc .ig06 .text .font1620 {
    margin: 0;
    color: #544945;
    font-weight: 400;
    line-height: 1.8;
}

.stuPc .ig06 .text .font1620 + .font1620 {
    margin-top: 10px;
}

.stuPc .ig06 .item-inner:hover .is2 {
    border-color: #d7c5b5;
    border-left-color: #f2a000;
    background: #fffaf4;
}

.stuPhone .sw04 {
    margin: 0 -8px;
}

.stuPhone .sw04 .swiper-wrapper {
    align-items: stretch;
}

.stuPhone .sw04 .swiper-slide,
.stuPhone .sw04 .swiper-slide:nth-child(even) {
    width: min(86vw, 580px);
    height: auto;
    margin: 0;
    padding: 0 8px;
}

.stuPhone .sw04 .item {
    height: 100%;
    max-width: none;
    padding: 0;
}

.stuPhone .sw04 .item-sec.is2 {
    height: 100%;
    padding: 22px 20px;
    border: 1px solid #e5d9cd;
    border-top: 4px solid #f2a000;
    border-radius: 16px;
    background: #faf8f5;
}

.stuPhone .sw04 .item-sec.is2 .font1620 {
    margin: 0;
    color: #544945;
    font-weight: 400;
    line-height: 1.75;
}

.stuPhone .sw04 .item-sec.is2 .font1620 + .font1620 {
    margin-top: 10px;
}

.stuPhone .sw04 .swiper-button-prev,
.stuPhone .sw04 .swiper-button-next,
.stuPhone .sw04 .swiper-pagination {
    display: none;
}

@media (max-width: 600px) {
    .student-voices__notice {
        border-radius: 12px;
    }

    .stuPhone .sw04 .swiper-slide,
    .stuPhone .sw04 .swiper-slide:nth-child(even) {
        width: calc(100vw - 42px);
    }

    .stuPhone .sw04 .item-sec.is2 {
        padding: 19px 17px;
    }

    .student-voice__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}
