/* ========================================
   students10 カスタムCSS
   ======================================== */

/* バナーセクション */
.banner-section-2847 {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 40px 20px 0;
    text-align: center;
}

.banner-image-2847 {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .banner-section-2847 {
        padding: 30px 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .banner-section-2847 {
        padding: 20px 10px 0;
    }
}

/* ブラウザ拡張機能によるカーソル変更を無効化 */
.quote__text {
    cursor: default;
}

/* スマホ時の引用テキスト調整 */
@media screen and (max-width: 768px) {
    .quote__text {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        line-height: 1.6;
    }

    .quote__by {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .quote__text {
        font-size: clamp(1.25rem, 5vw, 2rem);
        line-height: 1.5;
    }

    .quote__by {
        margin-top: 30px;
        padding: 0 15px;
    }
}
