.voicesHome {
    display: flex;
    justify-content: center;
    margin-top: 0rem
}
@media print, screen and (min-width: 1025px) {

}
.voicesHome__container {
    position: relative;
    width: 100%;
    height: 18rem;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
    #fffffa url("../images/sub_header.webp") no-repeat center center / cover;
    background-size: cover;
}

@media print, screen and (min-width: 1025px) {
    .voicesHome__container {
        height: 30rem;
    }
    .voicesHome .bd-container{
	max-width: none ;
	margin: 0 ;
}
}
.voicesHome__container .voicesHome__title__waku {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
	
	
    background: none;
    height: auto;
    border-radius: 0;
    display: block;
    animation: none;
    -webkit-animation: none;
}
/*@-webkit-keyframes move {
    0% {
        transform: translate(-54%, -54%)
    }
    25% {
        transform: translate(-53%, -45%)
    }
    50% {
        transform: translate(-48%, -55%)
    }
    75% {
        transform: translate(-46%, -47%)
    }
    100% {
        transform: translate(-54%, -54%)
    }
}
@keyframes move {
    0% {
        transform: translate(-54%, -54%)
    }
    25% {
        transform: translate(-53%, -45%)
    }
    50% {
        transform: translate(-48%, -55%)
    }
    75% {
        transform: translate(-46%, -47%)
    }
    100% {
        transform: translate(-54%, -54%)
    }
}*/
/*
.voicesHome__container .voicesHome__title {
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif Japanese", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 5rem;
    text-shadow: 0px 0px 10px rgba(0, 128, 126, 1), 0px 0px 10px rgba(0, 128, 126, 1), 0px 0px 10px rgba(0, 128, 126, 1), 0px 0px 10px rgba(0, 128, 126, 1);
    text-align: center;
}
*/
.voicesHome__container .voicesHome__title::before {
    content: none;
}
.voicesHome__container .voicesHome__title::after {
    content: none;
}
@media screen and (min-width: 768px) {
    .voicesHome__container .voicesHome__title {
        letter-spacing: .1rem;
        font-size: 3rem; 
    }
}
@media print, screen and (min-width: 1025px) {
    .voicesHome__container .voicesHome__title {
        margin-top: 8rem;

    }
}
.voicesWrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 0
}
.voicesWrapper__container {
    width: 100%
}
@media print, screen and (min-width: 1025px) {
    .voicesWrapper__container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 1rem
    }
    .voicesWrapper .voicesMain {
        flex: 1
    }
    .voicesWrapper .voicesNav {
        width: 25rem
    }
}
.voicesMain {
    padding: 0 0 3rem
}
@media print, screen and (min-width: 1025px) {
    .voicesMain {
        padding: 0 0 4rem 0
    }
}
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem rgb(255, 255, 255);
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(255, 255, 255, .2)
}
.voicesMain__container {
    overflow: hidden
}
.swiper {
    overflow: visible;
    padding: 3rem 3.5rem 0
}
.swiper .slide__link {
    text-decoration: none
}
.swiper .slide__link:hover .slide {
    background: rgba(255, 128, 0, .15)
}
.swiper .slide__link:hover .slide__content__title {
    color: #e60000
}
.slide {
    overflow: hidden;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition)
}
.slide__img {
    position: relative;
    overflow: hidden;
    padding-top: 62.5%
}
.slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(100% + 16px);
    transform: translateY(-16px)
}
.slide__content {
    padding: 1rem
}
.slide__content__title {
    font-size: 1.6rem;
    color: #0000e6;
    text-decoration: underline;
    line-height: 1.4;
    transition: var(--transition)
}
.slide__content__cat {
    margin-top: 1rem
}
.slide__content__cat span {
    font-size: 1.2rem;
    color: #060;
    padding: .1rem .6rem .2rem;
    margin-right: .5rem;
    line-height: 2;
    border-radius: 1rem;
    background: rgba(0, 102, 0, .2)
}
.swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    transition: var(--transition);
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto
}
.swiper-button-prev {
    right: calc(100% - 5.2rem)
}
.swiper-button-next {
    left: calc(100% - 5.2rem)
}
.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    background-color: rgba(0, 0, 0, .5);
    box-shadow: var(--box-shadow-dark);
    transition: var(--transition)
}
.swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fffffa;
    border-width: 3px 3px 0 0;
    border-color: #fffffa;
    transition: var(--transition)
}
.swiper-button-prev::after {
    margin-left: .4rem;
    transform: rotate(-135deg)
}
.swiper-button-next::after {
    margin-right: .4rem;
    transform: rotate(45deg)
}
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    transform: scale(1.1)
}
.swiper-button-prev:hover::after {
    transform: rotate(-135deg) scale(1.15)
}
.swiper-button-next:hover::after {
    transform: rotate(45deg) scale(1.15)
}
.swiper:not(.swiper-initialized) {
    padding: 5rem 0 0
}
.swiper:not(.swiper-initialized) .swiper-button-prev, .swiper:not(.swiper-initialized) .swiper-button-next {
    display: none
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3rem
}
@media print, screen and (min-width: 1025px) {
    .swiper-button-prev, .swiper-button-next {
        display: none
    }
    .slide {
        border: 1px solid #ccc;
        box-shadow: none;
        padding: .5rem
    }
    .slide img {
        transition: var(--transition)
    }
    .slide:hover img {
        transform: translateY(0)
    }
    .slide__content {
        padding: .5rem
    }
}
.voicesTop {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem
}
@media screen and (min-width: 768px) {
    .voicesTop {
        padding-top: 4rem
    }
}
@media print, screen and (min-width: 1025px) {
    .voicesTop {
        padding-top: 6rem
    }
}
.voicesTop__container {
    width: 95%;
    padding: 2rem 2rem 2.5rem;
    border-radius: 2rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .2)
}
.voicesTop__container .voicesTop__title {
    font-size: 1.4rem;
    color: #060;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 2.5;
    background-image: linear-gradient(transparent 0, transparent 97%, #999 100%);
    background-size: 100% 3.5rem
}
@media screen and (min-width: 768px) {
    .voicesTop__container {
        width: 80%;
        max-width: 960px;
        padding: 2.5rem 3rem 3rem
    }
}
.voicesNav {
    padding-bottom: 4rem;
    background: #f5f1e5
}
.voicesNav__title {
    background: #fffffa;
    padding-bottom: 1rem
}
.voicesNav__title__list {
    position: relative;
    padding: 0 1rem
}
@media print, screen and (min-width: 1025px) {
    .voicesNav__title__list {
        padding: 0
    }
}
.voicesNav__title__list ::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1rem solid #3fb037;
    border-right: 1rem solid rgba(0, 0, 0, 0);
    border-left: 1rem solid rgba(0, 0, 0, 0);
}
.voicesNav__title__list .voicesNav__cancerTitle, .voicesNav__title__list .voicesNav__caseTitle {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    color: #333;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.voicesNav__title__list .voicesNav__cancerTitle i, .voicesNav__title__list .voicesNav__caseTitle i {
    font-size: 1.6rem;
    color: #060;
    text-align: left;
    width: 2rem;
    transition: all .2s ease-in-out;
}
.voicesNav__title__list .voicesNav__cancerTitle:hover, .voicesNav__title__list .voicesNav__caseTitle:hover {
    background: #e0ebe0;
}
.voicesNav__title__list .voicesNav__cancerTitle.is-current i, .voicesNav__title__list .voicesNav__caseTitle.is-current i {
    color: #ff8000;
}
.voicesNav__title__list .voicesNav__cancerTitle {
    border-bottom: none;
    border-radius: 1rem;
}
.voicesNav__title__list .voicesNav__caseTitle {
    border-radius: 0 0 1rem 1rem;
}
.voicesNav__title__list .voicesNav__tab.is-current {
    color: #ffffff;
    text-align: center;
}
.voicesNav__cancerTitle {
    pointer-events: none;
}

.voicesNav__container .voicesNav__cancerList .voicesNav__cancerItem, .voicesNav__container .voicesNav__cancerList .voicesNav__caseItem, .voicesNav__container .voicesNav__caseList .voicesNav__cancerItem, .voicesNav__container .voicesNav__caseList .voicesNav__caseItem {
    border-bottom: 1px dashed #999;
}
.voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink {
    display: block;
    padding: 1.5rem 1rem 1.5rem 2.5rem;
    text-decoration: none;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    transition: all .1s ease-in-out;
    position: relative
}
.voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink::before, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink::before, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink::before, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%) rotate(-45deg);
    content: "";
    width: .5rem;
    height: .5rem;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transition: all .1s ease-in-out
}
.voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink:hover, .voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink.is-current, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink:hover, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink.is-current, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink:hover, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink.is-current, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink:hover, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink.is-current {
    background: rgba(255, 128, 0, .15)
}
.voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink:hover::before, .voicesNav__container .voicesNav__cancerList .voicesNav__cancerLink.is-current::before, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink:hover::before, .voicesNav__container .voicesNav__cancerList .voicesNav__caseLink.is-current::before, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink:hover::before, .voicesNav__container .voicesNav__caseList .voicesNav__cancerLink.is-current::before, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink:hover::before, .voicesNav__container .voicesNav__caseList .voicesNav__caseLink.is-current::before {
    border-color: inherit
}
.voices__list {
    padding: 3rem 1rem 1rem;
    width: 100%;
    background: #fffffa
}
@media print, screen and (min-width: 1025px) {
    .voices__list {
        padding: 5rem 0 0
    }
}
.voices__item {
    border-bottom: 1px dashed #333
}
.voices__item:nth-child(1) {
    border-top: 1px dashed #333
}
.voices__link {
    text-decoration: none
}
@media screen and (min-width: 768px) {
    .voices__link-inner {
        padding: 1rem
    }
}
.voices__link-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 1rem;
    transition: all .2s ease-in-out
}
.voices__link-inner .voices__link__img {
    display: none
}
@media screen and (min-width: 768px) {
    .voices__link-inner .voices__link__img {
        display: block;
        min-width: 20rem
    }
    .voices__link-inner .voices__link__img-inner {
        position: relative;
        overflow: hidden;
        padding-top: 62.5%;
        width: 100%
    }
    .voices__link-inner .voices__link__img-inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
.voices__link-inner:hover {
    background: rgba(255, 128, 0, .15)
}
.voices__link-inner:hover .voices__link__content__title {
    color: #e60000
}
.voices__link-inner .voices__link__content__title {
    font-size: 1.6rem;
    color: #0000e6;
    text-decoration: underline;
    line-height: 1.2;
    transition: all .2s ease-in-out
}
@media screen and (min-width: 768px) {
    .voices__link-inner .voices__link__content__title {
        line-height: 1.6
    }
}
.voices__link-inner .voices__link__content__cat {
    margin-top: .5rem
}
.voices__link-inner .voices__link__content__cat span {
    font-size: 1.2rem;
    color: #060;
    padding: .1rem .6rem .2rem;
    margin-right: .5rem;
    line-height: 2;
    border-radius: 1rem;
    background: rgba(0, 102, 0, .2)
}
@media screen and (min-width: 768px) {
    .voices__link-inner .voices__link__content__cat {
        margin-top: 1rem
    }
}
.voices__entry__cat {
    padding: 1rem
}
.voices__entry__cat a {
    font-size: 1.2rem;
    color: #060;
    padding: .1rem .6rem .2rem;
    margin-right: .5rem;
    line-height: 2;
    border-radius: 1rem;
    background: rgba(0, 102, 0, .2);
    text-decoration: none;
}
.voicesDetail__container {
    padding: 2rem 1rem 0
}
@media print, screen and (min-width: 1025px) {
    .voicesDetail__container {
        padding: 4rem 0 0
    }
}
.voicesDetail__container * {
    font-size: 1.6rem
}
.voicesDetail__container p {
    line-height: 2;
    padding-bottom: 1.5rem
}
.voicesDetail__container p:not(:first-child) {
    padding-top: 1.5rem
}
.voicesDetail__container h3 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding: .6rem 2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: rgba(0, 102, 0, .2);
    border-radius: 2rem;
}

/* がんの分類 */
.voicesNav__title__list .voicesNav__cancerTitle.cancer {
    background: #f49e00; /* がん用の色 */
}
.voicesNav__cancerTitle.cancer::after {
    border-color: #f49e00 transparent transparent transparent;
}

.area__title-cmn__txt.cancer::before {
    background-color: #cc6715 !important;
}
.area__title-cmn__txt.cancer::after {
    background-color: rgba(226, 166, 65, 1) !important;
}
/* その他の疾患 */
.voicesNav__title__list .voicesNav__cancerTitle.etc {
    background: #3fb037; /* その他用の色 */
}
body .etc .area__title-cmn__txt::before {
    background-color: #3fb037 !important;;
}
body .etc .area__title-cmn__txt::after {
    background-color: rgba(41, 128, 185, 0.5)!important;
}

/* ケーススタディ */
.voicesNav__title__list .voicesNav__cancerTitle.case {
    background: #119dd2; /* ケーススタディ用の色 */
}
.voicesNav__cancerTitle.case::after {
    border-color: #119dd2 transparent transparent transparent;
}
 .area__title-cmn__txt.case::before {
    background-color: #324073 !important;
}
 .area__title-cmn__txt.case::after {
    background-color: rgba(0, 121, 191, 1) !important;
}
/*# sourceMappingURL=style.min.css.map */

.section-lead{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.2rem;
	text-align:justify;
	margin-top:40px;
}
@media print, screen and (min-width: 768px) {
    .section-lead {
     font-size: 1.6rem;
    }
}
/* ボタンを包むコンテナのスタイル */
.voices-category-btns {
  display: flex;
  justify-content: center; /* 画面の中央に配置 */
  align-items: center;
  gap: 20px;               /* ボタン同士の間隔 */
  flex-wrap: wrap;         /* 画面が狭い時は折り返す */
  margin: 20px auto;       /* 上下の余白と中央寄せ */
  padding: 0 20px;
  max-width: 1000px;       /* コンテナの最大幅 */
}

/* ボタンの共通スタイル */
.voices-cat-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;            /* ボタンの幅 */
  text-decoration: none;   /* 下線を消す */
  font-size: 16px;
  border-radius:12px;      /* 角丸 */
  color: #ffffff;          /* 文字色は白 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影で立体感を出す */
  transition: all 0.3s ease; /* ホバー時のアニメーションを滑らかに */
  padding: 10px 20px;
}

/* 各ボタン固有のカラー設定 */
/* 1. がんの分類（オレンジ） */
.voices-cat-btn.cancer {
  background-color: #f49e00;
}

/* 2. その他の病気（緑） */
.voices-cat-btn.etc {
  background-color: #3fb037;
}

/* 3. ケーススタディ（青） */
.voices-cat-btn.case {
  background-color: #119dd2;
}

/* ホバー（マウスを乗せた時）のエフェクト */
.voices-cat-btn:hover {
  transform: translateY(-3px); /* 少し上に浮き上がる */
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15); /* 影を強くする */
  opacity: 0.9; /* ほんのり明るく（透過）する */
  color: #fff;
}

/* スマートフォン等（画面幅が狭い時）の調整 */
@media (max-width: 768px) {
  .voices-category-btns {
    gap: 10px;
  }
  .voices-cat-btn {
    width: 100%;
    max-width: 140px;
    font-size: 12px;
  }
.voices-category-btns{
    margin: 20px auto 0px;
	}
}
.voicesNav__accordion__list {
    display: none;
}
.voicesNav__accordion__list.is-open {
    display: block;
}


.voicesNav__accordion__title {
    cursor: pointer;
    display: block;
    padding: 8px 16px;
    position: relative;
}

.voicesNav__accordion__title::after {
    content: "\f107"; /* Font Awesomeの下矢印 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.voicesNav__accordion__title.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}

.voicesNav__accordion__title.voicesNav__cancerLink::before {
    content: none !important;
}
.voicesNav__cancerLink.is-current {
    background: rgba(255, 128, 0, .15) !important;
}

/* がんの分類タイトル */
.voicesNav__accordion:nth-child(1) .voicesNav__accordion__title {
    background:#cc6715;
    color:#fff;
}

/* その他の疾患タイトル */
.voicesNav__accordion:nth-child(2) .voicesNav__accordion__title {
    background:#060;
    color:#fff;
}

/* ケーススタディタイトル */
.voicesNav__accordion:nth-child(3) .voicesNav__accordion__title {
    background:#324073;
    color:#fff;
}