/* スライダー全体のコンテナ */

/* 矢印ボタンのカスタマイズ（画像に近いデザイン） */
.swiper-button-prev,
.swiper-button-next {
    background-color: #005599; /* 濃い青 */
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff !important;
    z-index: 10;
}

/* 矢印のサイズ微調整 */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* スライドが1枚の時にボタンを隠す（Swiper標準機能） */
.swiper-button-disabled {
    display: none;
}

/* スライドが1枚〜2枚でループしない時、中央に寄せる */
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.topVoiceBlockBox .swiper-slide {
    height: auto !important;
}

/* ベースのカードスタイル（非アクティブ） */
.voiceCardBox {
    background-color: #C6D9D9; /* 指定の背景色 */
    transition: all 0.4s ease;
    filter: blur(2px);         /* ブラー */
    padding: 30px 25px;
    border-radius: 10px;
    height: 100%;
}

/* 中央のアクティブなスライド */
.swiper-slide-active .voiceCardBox {
    background-color: #fff; /* 白 */
    filter: blur(0);           /* ブラー解除 */
}

/* 矢印の位置調整（親の .my-slider を基準にする） */
.my-slider {
    position: relative;
    padding: 40px 0;
    overflow: hidden; /* ブラーがはみ出さないように */
}

.voiceTitle {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #10589A;
    margin-bottom: 24px;
    font-size: 20px;
}

.voiceStatus {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 30px;
    text-align: right;
}

.voiceTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* ここで行数を指定 */
    overflow: hidden;
    text-overflow: ellipsis; /* 末尾を「...」にする */
    
    /* 行間や高さの微調整（デザインに合わせて） */
    line-height: 1.6;
    max-height: calc(1.6em * 6); 
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5px !important;
}

.swiper-button-prev, .swiper-button-next {
    transition: all .5s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    transform: scale(1.1);
    transition: all .5s;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.voiceCardBox {
    padding: 25px 25px;
}

.voiceTitle {
    margin-bottom: 20px;
    font-size: 20px;
}

.voiceStatus {
    font-size: 14px;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 46px;
    height: 46px;
}

.my-slider {
    padding: 60px 0;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30% !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30% !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.voiceCardBox {
    padding: 45px 50px;
}

.voiceTitle {
    margin-bottom: 24px;
    font-size: 24px;
}

.voiceStatus {
    font-size: 16px;
    margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 56px;
    height: 56px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */