@charset "UTF-8";

.voice-content h1,
.voice-content h3,
.voice-content p {
    color: #333;
}
.voice-content h2 {
    color: #363636;
}
.voice-content {
    margin-top: 5rem !important;
}
/* 
.voice-content a {
  text-decoration: underline;
} */

.case-study-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃えにしたい場合 */
}
.filter-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; /* ボタン間の隙間を調整 */
}
.items-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; /* 必要に応じて調整 */
    min-height: 300px;
    width: 100%;
}

.item {
    display: none; /* 初期状態は非表示 */
    margin: 8% 2.6% 0% 2.6%;
    text-align: center;
}
.item img {
    width: 150px;
    height: auto;
}
.items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 100%;
    padding: 25px 25px 45px 25px;
    flex: 1; /* アイテムを均等に広げる */
    box-sizing: border-box; /* パディングを含めてサイズを計算 */
}
.items img {
    max-width: 100%;
    height: auto;
}
.recommendation-items .inquiry-btn {
    margin-top: auto; /* ボタンを下部に配置 */
    width: 100%; /* ボタンの幅をアイテムに合わせる */
    box-sizing: border-box; /* パディングを含めてサイズを計算 */
}
.item-label {
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
}
.item-label h1 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.mark {
    color: #ffffff;
    background-color: #ceced0;
    font-size: 0.9rem;
    margin-top: 15px;
    margin-right: 5px;
    display: inline-block;
    padding: 4px 15px;
    white-space: nowrap;
}

.mark-voice {
    background-color: #9cc0dc !important;
}

.SP {
    display: none;
}

.case_voice_box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
}

.case_voice_box .case_voice_lead p {
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}

/*SP*/
@media screen and (max-width: 767px) {
    .case_voice_lead p {
        font-size: 25px !important;
    }

    .case_voice_box p {
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: normal;
    }

    .case_voice_box .case_voice_lead p {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .SP {
        display: block;
    }
    header h1 {
        margin: 10px 0px 0px 0px;
        font-size: 1.6em;
        font-weight: bold;
        color: #1b1b1b;
        line-height: 1.1em;
    }

    .items-container {
        margin-top: 5%;
    }

    .items {
        padding: 10px 0px 35px 0px !important;
    }

    .items-end {
        padding: 35px 0px 35px 0px !important;
    }
    .introduction-content {
        padding: 0px;
    }
    .popup-content {
        top: -40px;
        display: block;
        position: relative;
    }
    .recommendation-items .items-btm {
        display: inline-block;
        padding: 13px 20px;
        color: white;
        width: 70%;
        text-align: center;
        background-color: #333;
        text-decoration: none;
        margin: 15px auto 0;
    }
    .introduction_bottom_title {
        position: relative;
        font-size: 19px;
        font-weight: 500;
        padding-left: 10px;
        margin: 0 5px 0 0;
        border-left: 5px solid #333;
    }
    .lead {
        padding: 15px 0 50px 0;
        font-size: 1em;
        color: #333;
    }
    .info-logo-image {
        width: 35%;
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding-bottom: 5%;
    }

    .case_voice_box .info-section {
        margin: 24px 0px 0px 0px;
    }

    .info-section {
        border: solid 1px #bebebe;
        padding: 15px;
        margin: 24px 0px 50px 0px;
        vertical-align: middle;
        width: 100%;
    }
    /* バツボタンのスタイル */
    .close-btn {
        font-size: 30px;
        position: sticky;
        top: 0;
        left: 100%;
        cursor: pointer;
        z-index: 1100; /* ポップアップの上に表示するための適切なz-indexを設定します */
    }
    /* ポップアップのスタイル */
    #popup {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 12px;
        background-color: white;
        box-shadow: 3px 3px 20px 0 rgba(218, 218, 218, 0.29);
        z-index: 1000;
        max-height: 90vh; /* 画面の高さの90%に制限 */
        overflow-y: auto; /* コンテンツがはみ出た場合、スクロールバーを表示 */
        width: 90% !important;
        max-height: 85vh;
    }
    .item {
        text-align: center;
        width: 100%;
        margin-bottom: 15%;
    }
    .items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .main-content {
        display: block;
        justify-content: space-between;
    }
    .recommendation-items {
        justify-content: space-around;
    }
    .introduction {
        background-color: #f4f4f4;
        padding: 25px 15px 1px 15px;
        margin: 10px 0 55px 0;
    }
    .info-section ul li {
        font-size: 15px;
        margin-bottom: 16px !important;
    }
}
/*iPad*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .introduction-content {
        padding: 0 10px;
    }
    .info-logo-image {
        width: 26%;
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding-bottom: 4%;
        padding-top: 1%;
    }

    .recommendation-items .items-btm {
        display: inline-block;
        padding: 10px 20px;
        color: white;
        width: 75%;
        margin-left: 12.5%;
        background-color: black;
        text-decoration: none;
        margin-top: 23px;
    }
    .introduction_bottom_title {
        position: relative;
        font-size: 19px;
        font-weight: 500;
        padding-left: 10px;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 5px;
        border-left: 5px solid #333;
    }
    .lead {
        padding: 15px 0 30px 0;
        font-size: 1em;
        color: black;
    }
    .info-section {
        border: solid 1px #bebebe;
        padding: 15px 15px;
        vertical-align: middle;
        width: 100%;
        margin: 0px 0px 0px 20px;
    }
    /* バツボタンのスタイル */
    .close-btn {
        position: absolute;
        font-size: 30px;
        top: 5px;
        right: 15px;
        cursor: pointer;
        z-index: 1100; /* ポップアップの上に表示するための適切なz-indexを設定します */
    }
    /* ポップアップのスタイル */
    #popup {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 40px 40px 5px 40px;
        background-color: white;
        box-shadow: 3px 3px 20px 0 rgba(218, 218, 218, 0.29);
        z-index: 1000;
        max-height: 90vh; /* 画面の高さの90%に制限 */
        overflow-y: auto; /* コンテンツがはみ出た場合、スクロールバーを表示 */
        width: 900px;
        max-height: 90vh;
    }
    .item {
        text-align: center;
        width: 28%;
    }
    .main-content {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }
    .recommendation-items {
        display: flex;
        justify-content: space-around;
    }
    .introduction {
        background-color: #f4f4f4;
        padding: 20px 20px 1px 20px;
        margin: 10px 0 40px 0;
    }

    /* 背景を覆う半透明のオーバーレイ */
    #overlay {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 500;
    }
    body {
        margin: 0;
        padding: 0;
    }
    header h1 {
        margin: 0;
        font-size: 1.8em;
    }
    .info-section h2 {
        margin: 0;
        font-size: 1.5em;
    }
    .info-section ul {
        list-style-type: none;
        padding: 0;
    }
    .info-section ul li {
        margin-bottom: 10px;
    }
    .introduction h3,
    .introduction h4 {
        margin: 0 0 10px 0;
    }
    .introduction-content p {
        margin: 0 0 10px 0;
    }
    .introduction-content {
        padding: 0 10px;
    }
    .recommendations {
        margin: 20px 0;
        margin: 10px 0 20px 0;
    }
    .item img {
        width: 100%;
    }
    .items img {
        width: 100%;
    }
    .item h4 {
        text-align: left;
    }
    .e-booksall {
        display: inline-block;
        padding: 10px 20px;
        color: white;
        background-color: black;
        text-decoration: none;
        margin-top: 10px;
    }
    .items h4 {
        margin: 3px 0 0 2px;
        text-align: left;
    }
    .popup-content .image-section {
        width: 45%;
    }
}
/*小デスクトップ*/
@media screen and (min-width: 1201px) and (max-width: 2999px) {
    .introduction-content {
        padding: 0 10px;
    }
    .info-logo-image {
        width: 26%;
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding-bottom: 4%;
        padding-top: 1%;
    }

    .recommendation-items .items-btm {
        display: inline-block;
        padding: 10px 20px 10px 0px;
        color: white;
        width: 55%;
        margin-left: 43%;
        background-color: #333;
        text-decoration: none;
        /* font-weight: 500; */
        margin-top: 20px;
    }
    .introduction_bottom_title {
        position: relative;
        font-size: 19px;
        font-weight: 500;
        padding-left: 10px;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 5px;
        border-left: 5px solid #333;
    }
    .lead {
        padding: 15px 0 30px 0;
        font-size: 1em;
        color: black;
    }
    .info-section {
        border: solid 1px #bebebe;
        padding: 20px 30px 0px 30px;
        vertical-align: middle;
        width: 100%;
        margin: 0px 0px 0px 20px;
    }
    /* バツボタンのスタイル */
    .close-btn {
        position: absolute;
        font-size: 30px;
        top: 5px;
        right: 15px;
        cursor: pointer;
        z-index: 1100; /* ポップアップの上に表示するための適切なz-indexを設定します */
    }
    /* ポップアップのスタイル */
    #popup {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 40px 40px 5px 40px;
        background-color: white;
        box-shadow: 3px 3px 20px 0 rgba(218, 218, 218, 0.29);
        z-index: 1000;
        max-height: 90vh; /* 画面の高さの90%に制限 */
        overflow-y: auto; /* コンテンツがはみ出た場合、スクロールバーを表示 */
        width: 1150px;
        max-height: 90vh;
    }
    .item {
        text-align: center;
        width: 28%;
    }
    .main-content {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }
    .recommendation-items {
        display: flex;
        justify-content: space-around;
    }
    .introduction {
        background-color: #f4f4f4;
        padding: 20px 20px 1px 20px;
        margin: 10px 0 40px 0;
    }

    /* 背景を覆う半透明のオーバーレイ */
    #overlay {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 500;
    }
    body {
        margin: 0;
        padding: 0;
    }
    header h1 {
        margin: 0;
        font-size: 1.8em;
    }
    .info-section h2 {
        margin: 0;
        font-size: 1.5em;
    }
    .info-section ul {
        list-style-type: none;
        padding: 0;
    }
    .info-section ul li {
        margin-bottom: 10px;
    }
    .introduction h3,
    .introduction h4 {
        margin: 0 0 10px 0;
    }
    .introduction-content p {
        margin: 0 0 10px 0;
    }
    .introduction-content {
        padding: 0 10px;
    }
    .recommendations {
        margin: 20px 0;
        margin: 10px 0 20px 0;
    }
    .item img {
        width: 100%;
    }
    .items img {
        width: 100%;
    }
    .item h4 {
        text-align: left;
    }
    .e-booksall {
        display: inline-block;
        padding: 12px 20px;
        color: white;
        background-color: #333;
        text-decoration: none;
        margin-top: 10px;
    }
    .items h4 {
        margin: 3px 0 0 2px;
        text-align: left;
    }
    .popup-content .image-section {
        width: 45%;
    }
}
/* PC */
@media screen and (min-width: 2300px) {
    .introduction-content {
        padding: 0 10px;
    }
    .recommendation-items .items-btm {
        display: inline-block;
        padding: 10px 20px 10px 0px;
        color: white;
        width: 55%;
        margin-left: 43%;
        background-color: #333;
        text-decoration: none;
        /* font-weight: 500; */
        margin-top: 20px;
    }
    .introduction_bottom_title {
        position: relative;
        font-size: 19px;
        font-weight: 500;
        padding-left: 10px;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 5px;
        border-left: 5px solid #333;
    }
    .lead {
        padding: 15px 0 30px 0;
        font-size: 1em;
        color: black;
    }
    .info-logo-image {
        width: 26%;
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding-bottom: 4%;
        padding-top: 1%;
    }

    .info-section {
        border: solid 1px #bebebe;
        padding: 20px 30px 0px 30px;
        vertical-align: middle;
        width: 100%;
        margin: 0px 0px 0px 20px;
    }
    /* バツボタンのスタイル */
    .close-btn {
        position: absolute;
        font-size: 30px;
        top: 5px;
        right: 15px;
        cursor: pointer;
        z-index: 1100; /* ポップアップの上に表示するための適切なz-indexを設定します */
    }
    /* ポップアップのスタイル */
    #popup {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 40px 40px 5px 40px;
        background-color: white;
        box-shadow: 3px 3px 20px 0 rgba(218, 218, 218, 0.29);
        z-index: 1000;
        max-height: 90vh; /* 画面の高さの90%に制限 */
        overflow-y: auto; /* コンテンツがはみ出た場合、スクロールバーを表示 */
        width: 1150px;
        max-height: 90vh;
    }
    .item {
        text-align: center;
        width: 28%;
    }
    .main-content {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }
    .recommendation-items {
        display: flex;
        justify-content: space-around;
    }
    .introduction {
        background-color: #f4f4f4;
        padding: 20px 20px 1px 20px;
        margin: 10px 0 40px 0;
    }
}

/* 背景を覆う半透明のオーバーレイ */
#overlay {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}
body {
    margin: 0;
    padding: 0;
}
header h1 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #1b1b1b;
    line-height: 1.2em;
}
.info-section h2 {
    margin: 0;
    font-size: 1.5em;
}
.info-section ul {
    list-style-type: none;
    padding: 0;
}
.info-section ul li {
    margin-bottom: 10px;
}
.introduction h3,
.introduction h4 {
    margin: 0 0 10px 0;
}
.introduction-content p {
    margin: 0 0 10px 0;
}
.recommendations {
    margin: 20px 0;
    margin: 10px 0 -35px 0;
}
.item img {
    width: 100%;
}
.items img {
    width: 100%;
}
.item h4 {
    text-align: left;
}
.e-booksall {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: black;
    text-decoration: none;
    margin-top: 10px;
}
.items h4 {
    margin: 3px 0 0 2px;
    text-align: left;
}

ul li {
    display: flex; /* フレックスボックスレイアウトを使用 */
    align-items: flex-start;
}

.title {
    flex: 1; /* title クラスを含む要素が残りのスペースを取る */
    text-align: left; /* 左揃え */
    color: #878787eb;
}

ul li span:nth-child(2) {
    flex: 3; /* 隣接する span 要素が残りのスペースを取る */
    text-align: left; /* 左揃え */
    line-height: 1.5;
}

.image-section img {
    width: 100%;
    height: auto;
    object-fit: cover !important;
}

.other_title {
    margin-top: 8%;
}

.note {
    color: #969696 !important;
    font-size: 13px !important;
    margin-top: 25px !important;
    line-height: 1.1rem !important;
}
.cese-note {
    color: #969696 !important;
    padding-top: 10px;
    font-size: 13px !important;
    line-height: 1.1rem !important;
}

.introduction-reason {
    font-weight: bold;
    line-height: 1em;
    font-size: 18px;
}

.company-font {
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    padding: 2.7px 0px;
}

.Annotation {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: baseline;
}

/* 追加 */

.case_voice_box {
    width: 100%;
    position: relative;
}
.case_voice_lead {
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 10px;
}
.case_voice_img {
    margin-bottom: 40px;
    text-align: center;
}
.case_voice_img img {
    max-width: 100%;
    height: auto;
}

.case_voice_info {
    margin-bottom: 60px;
}

.case_voice_info .info-section {
    margin-left: 0;
    padding-bottom: 15px;
}

.sp_btn_w {
    text-decoration: none !important;
    width: 220px;
    margin: 25px auto 0;
}

.case_voice_box_main_dl {
    margin-bottom: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #c8c4d2;
    border-top: 1px solid #c8c4d2;
    padding: 25px;
    background: #f8f6f7;
}
.case_voice_box_main_dl dl:not(:last-child) {
    margin-bottom: 45px;
}
.case_voice_box_main_dl dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.case_voice_box_main_dl dl dd {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}
.case_voice_box_main_dl dl dd:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 6.5px;
    margin: auto;
    background: linear-gradient(to right bottom, #e1bdc0 0%, #d9c9d7 30.5%, #c0cfdb 100%);
}
.case_voice_box_main_dl dl dd:not(:last-child) {
    margin-bottom: 10px;
}
.case_voice_box_main_dl_bottom {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.case_voice_box_main_dl_bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right bottom, #e1bdc0 0%, #d9c9d7 51.5%, #c0cfdb 100%);
    left: 0;
    bottom: 0;
}
.case_voice_box_main_section {
    position: relative;
    padding-bottom: 50px;
}
.case_voice_box_main_section:not(:last-child) {
    margin-bottom: 50px;
}
.case_voice_box_main_section:not(:last-child):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right bottom, #e1bdc0 0%, #d9c9d7 51.5%, #c0cfdb 100%);
    left: 0;
    bottom: 0;
}

.case_voice_box_main_section h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}
.case_voice_box_main_section .subtit h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #d18590;
    padding-left: 20px;
    margin-bottom: 20px;
}
.case_voice_box_main_section .subtit h3:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    background: #d18590;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case_voice_box_main_section a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.title-url {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.title-url:after {
    content: "";
    mask-image: url("images/arrow.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: black;
}
.title-urls {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.title-urls:after {
    content: "";
    mask-image: url("images/arrow.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #979797;
}

/*SP*/
@media screen and (max-width: 767px) {
    .case_voice_box_main_section:not(:last-child) {
        margin-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .case_voice_box_main_dl_bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .case_voice_box_main_section h2 {
        font-size: 20px;
        font-weight: 700;
        color: #454545;
        margin-bottom: 15px;
    }
    .case_voice_box_main_section dt {
        position: relative;
        font-size: 18px !important;
    }
}
.case_voice_box_main_section dl:not(:last-child) {
    margin-bottom: 30px;
}
.case_voice_box_main_section dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #d18590;
    margin-bottom: 15px;
}

.case_voice_box_main_introduction {
    margin-top: 40px;
    padding: 25px;
    background: #f7f5f6;
}

.case_voice_box_main_introduction h3 span {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.img_introduction .img_introduction_img {
    width: 50%;
    margin: 0 auto 25px;
}
.img_introduction .img_introduction_txt {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .popup-content .info-section {
        width: calc(55% - 20px);
    }
}

@media screen and (min-width: 1201px) and (max-width: 2999px) {
    .popup-content .info-section {
        width: calc(55% - 20px);
    }
    .case_voice_box {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .case_voice_box_top_left {
        width: 740px;
    }
    .case_voice_info {
        width: 342px;
        position: sticky;
        right: 0;
        top: 305px;
        margin-bottom: 0;
    }
    .case_voice_info .info-logo-image {
        width: 70%;
        max-height: 70px;
        object-fit: contain;
    }
    .dennys-info-logo-image {
        width: 35% !important;
        padding-bottom: 7% !important;
    }
    .case_voice_box_main {
        width: 100%;
        padding-right: calc(100% - 740px);
    }
    .sp_btn_w {
        text-decoration: none !important;
        width: 220px;
        margin: 25px 0 0 auto;
    }
    .case_voice_box_main_dl {
        position: relative;
        padding: 25px;
        background: #f8f6f7;
    }
    .case_voice_box_main_dl:before,
    .case_voice_box_main_dl:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: linear-gradient(to right bottom, #e1bdc0 0%, #d9c9d7 51.5%, #c0cfdb 100%);
        left: 0;
    }
    .case_voice_box_main_dl:before {
        top: 0;
    }
    .case_voice_box_main_dl:after {
        bottom: 0;
    }
    .case_voice_box_main_dl dl dt {
        font-size: 18px;
    }
    .case_voice_box_main_dl dl dd {
        font-size: 16px;
    }
    /*.case_voice_box_main_introduction h3{
    font-size: 20px;
  }*/
    .case_voice_box_main_introduction h3 span {
        font-size: 15px;
    }
    .img_introduction {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .img_introduction .img_introduction_img {
        width: 150px;
        margin: 0;
    }
    .img_introduction .img_introduction_img img {
        width: 100%;
        height: auto;
    }
    .img_introduction .img_introduction_txt {
        width: 515px;
    }
}

.before-line {
    font-weight: 100;
}

.bg-grad-blue {
    background: linear-gradient(270deg, #e1bdc0 0%, #d9c9d7 40%, #c0cfdb 100%);
}

/*ボタンのデザイン*/
.filter-button {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap; /* ボタン内でのテキスト折り返しを防ぐ */
    background: #fff;
    color: #7b7b7b;
    border: 1.6px solid #9a9a9a;
}

/* アクティブなボタンのスタイル */
.filter-button.active {
    background-color: #ceced0;
    color: #fff;
    font-weight: bold;
    border: none;
}
.filter-button-voice {
    color: #9cc0dc;
    border: 1.6px solid #9cc0dc;
}
/* アクティブなボタンのスタイル */
.filter-button-voice.active {
    color: #fff;
    background-color: #9cc0dc;
    border: none;
}

/*インタビュープロフィール調整*/
.case_voice_box_main_introduction h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.popup-content-slide {
    position: relative;
    overflow: hidden;
}
.popup-content-slide .swiper-wrapper {
    width: 100%;
}
.popup-content-slide .swiper-wrapper li {
    cursor: grab;
}
.popup-content-slide .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 0 0 7px !important;
    background: #333 !important;
    border-radius: 50%;
}
.popup-content-slide .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
