.morijukuStory__other-heading {
    font-weight: 700
  }
  
  .morijukuStory__other-story {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px
  }
  
  .morijukuStory__other-story a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #2e2e2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-decoration: none
  }
  
  .morijukuStory__other-item {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
  }
  
  .morijukuStory__other-item.-low .morijukuStory__other-item-tag {
    background: #3fbf48;
    color: #fff
  }
  
  .morijukuStory__other-item.-low .morijukuStory__other-item-storyTitle:before {
    background: #3fbf48
  }
  
  .morijukuStory__other-item.-middle .morijukuStory__other-item-storyTitle:before,
  .morijukuStory__other-item.-middle .morijukuStory__other-item-tag {
    background: #fdc53b
  }
  
  .morijukuStory__other-item.-high .morijukuStory__other-item-tag {
    background: #004f9f;
    color: #fff
  }
  
  .morijukuStory__other-item.-high .morijukuStory__other-item-storyTitle:before {
    background: #004f9f
  }
  
  .morijukuStory__other-item-image {
    margin-bottom: 10px
  }
  
  .morijukuStory__other-item-tag {
    font-size: 1.4rem;
    left: 0;
    line-height: 1;
    padding: 10px;
    position: absolute;
    top: 0
  }
  
  .morijukuStory__other-item-name {
    font-weight: 700;
    padding-left: 10px
  }
  
  .morijukuStory__other-item-storyTitle {
    border-bottom: 2px solid #e0e0e0;
    font-size: 1.2rem;
    height: 100%;
    line-height: 1.5;
    position: relative
  }
  
  .morijukuStory__other-item-storyTitle:after,
  .morijukuStory__other-item-storyTitle:before {
    bottom: 0;
    content: "";
    height: 60px;
    position: absolute;
    right: 0;
    width: 60px
  }
  
  .morijukuStory__other-item-storyTitle:after {
    background: url(../img/share/arrow_right_white.svg) no-repeat 50%
  }
  
  .pageHeader.-morijukustory {
    height: auto
  }
  
  .pageHeader.-morijukustory .pageHeader__image,
  .pageHeader.-morijukustory .pageHeader__inner {
    height: 310px
  }
  
  .pageHeader__title.storyDetail {
    color: #2e2e2e;
    margin-bottom: 20px
  }
  
  .pageHeader__storyName {
    display: block;
    left: -.6em;
    margin-bottom: 20px;
    position: relative
  }
  
  .pageHeader__storyDetailUnder {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
    top: -20px
  }
  
  .pageHeader__storyDetailTitle {
    background: #eff6fd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #004f9f;
    font-size: 3.2rem;
    max-width: calc(50% + 280px);
    padding: 20px 0 20px calc(50% - 500px);
    position: relative;
    top: -40px;
    width: 100%
  }
  
  .morijukuStory__ques,
  .pageHeader__storyDetailTitle {
    font-weight: 700;
    line-height: 1.5
  }
  
  .morijukuStory__ans {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 40px;
    margin-bottom: 60px
  }
  
  .morijukuStory__ans.-bold {
    font-weight: 700
  }
  
  .morijukuStory__detailImage.-large {
    display: block;
    margin: 0 auto 25px;
    width: 100%
  }
  
  .pageHeader__story-shoulder {
    display: block;
    margin-bottom: 12px
  }
  
  .morijukuStory__list-heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px
  }
  
  .morijukuStory__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
  }
  
  .morijukuStory__list-text {
    padding-left: 20px
  }
  
  .morijukuStory__list-image,
  .morijukuStory__list-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
  }
  
  .morijukuStory__list-image {
    padding-right: 20px
  }
  
  .morijukuStory__list-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
  }
  
  .morijukuStory__list-courseTag {
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    margin-right: 10px;
    padding: 7px 16px 9px
  }
  
  .morijukuStory__list-courseTag.-low {
    background: #3fbf48;
    color: #fff
  }
  
  .morijukuStory__list-courseTag.-middle {
    background: #fdc53b
  }
  
  .morijukuStory__list-courseTag.-high {
    background: #004f9f;
    color: #fff
  }
  
  .morijukuStory__list-storyTitle {
    color: #004f9f;
    font-weight: 700;
    line-height: 1.5
  }
  
  .morijukuStory__notice {
    color: #5e6369;
    font-size: 1.2rem
  }
  
  .balloon {
    background: #004f9f;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 1.5em auto 1em;
    max-width: 100%;
    min-width: 120px;
    padding: 13px 35px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .balloon:before {
    border: 10px solid transparent;
    border-top: 9px solid #004f9f;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%
  }
  
  .balloon p {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0
  }
  
  .course-voice__header {
    margin-bottom: 30px;
    text-align: center
  }
  
  .course-voice__title {
    font-weight: 700;
    margin-bottom: 5px
  }
  
  .course-voice__titleShoulder {
    color: #004f9f;
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .course-voice__titleShoulder:after,
  .course-voice__titleShoulder:before {
    background: url(../img/share/border_dot_line_blue.svg) 50% no-repeat;
    content: "";
    height: 22px;
    position: absolute;
    top: 5px;
    width: 2px
  }
  
  .course-voice__titleShoulder:before {
    left: -20px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }
  
  .course-voice__titleShoulder:after {
    right: -20px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }
  
  .course-voice__titleMarker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fdc53b));
    background: linear-gradient(transparent 80%, #fdc53b 0);
    font-size: 2.8rem
  }
  
  .course-voice__titleUpper {
    display: block;
    font-weight: 400
  }
  
  .course-voice__titleLower {
    display: block;
    font-size: 1.75em
  }
  
  .expSlider__body__school {
    margin: 0 auto 25px;
    position: relative;
    width: 32vw
  }
  
  .school-exp-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
  }
  
  .expSlider__item__school {
    background: #faf6ed;
    border: 2px solid #004f9f;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(95, 99, 104, .1);
    box-shadow: 0 0 10px rgba(95, 99, 104, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    padding: 20px 25px;
    width: 460px
  }
  
  .expSlider__item__school.-high,
  .expSlider__item__school.-low,
  .expSlider__item__school.-middle {
    border-color: #004f9f
  }
  
  .school-exp-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%
  }
  
  .school-exp-text {
    width: 70%
  }
  
  .school_expSlider__writer {
    font-size: 1.3rem;
    text-align: right
  }
  
  .school__expSlider__voice {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
    min-height: 3.2em;
    overflow: hidden
  }
  
  @media screen and (min-width:769px) {
    .morijukuStory__other-heading {
      font-size: 3.2rem;
      margin-bottom: 25px
    }
  
    .morijukuStory__other-item {
      max-width: 320px
    }
  
    .morijukuStory__other-item-name {
      font-size: 1.8rem
    }
  
    .morijukuStory__other-item-storyTitle {
      padding: 0 70px 10px 10px
    }
  
    .morijukuStory__ques {
      font-size: 2.8rem;
      margin-bottom: 25px
    }
  
    .morijukuStory__ans.-image-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }
  
    .morijukuStory__detailImage {
      max-width: 490px
    }
  
    .morijukuStory__detailImage.-large {
      max-width: 702px
    }
  
    .pageHeader__story-shoulder {
      color: #004f9f;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.4
    }
  
    .morijukuStory__list-heading {
      font-size: 2em
    }
  
    .morijukuStory__list-storyTitle {
      font-size: 2.8rem;
      margin-bottom: 30px
    }
  
    .morijukuStory__list-storyLink.btn.-style01 {
      text-align: left
    }
  }
  
  @media screen and (max-width:768px) {
    .morijukuStory__other-heading {
      font-size: 2.8rem;
      margin-bottom: 20px
    }
  
    .morijukuStory__other-story {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .morijukuStory__other-item-storyTitle {
      padding: 0 65px 10px 10px
    }
  
    .morijukuStory__other-item-storyTitle:before {
      height: 55px;
      width: 55px
    }
  
    .morijukuStory__other-item-storyTitle:after {
      background-size: 12px auto;
      height: 55px;
      width: 55px
    }
  
    .pageHeader.-morijukustory .pageHeader__image,
    .pageHeader.-morijukustory .pageHeader__inner {
      height: auto
    }
  
    .pageHeader__storyDetailTitle {
      font-size: 2.6rem;
      max-width: calc(100% - 20px);
      padding-left: 20px
    }
  
    .morijukuStory__ques {
      font-size: 2.2rem;
      margin-bottom: 15px
    }
  
    .morijukuStory__ans {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .pageHeader__story-shoulder {
      color: #004f9f;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.4
    }
  
    .morijukuStory__list-heading {
      font-size: 2.8rem
    }
  
    .morijukuStory__list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .morijukuStory__list-text {
      padding: 0;
      width: 100%
    }
  
    .morijukuStory__list-image {
      margin-bottom: 15px;
      padding: 0;
      width: 100%
    }
  
    .morijukuStory__list-name {
      margin-bottom: 15px
    }
  
    .morijukuStory__list-storyTitle {
      font-size: 2.2rem;
      margin-bottom: 15px
    }
  
    .balloon {
      margin: 1em auto;
      padding: 13px 20px
    }
  
    .balloon p {
      font-size: 1.9rem
    }
  
    .course-voice__titleMarker {
      font-size: 2.2rem
    }
  
    .expSlider__body__school {
      width: 70vw
    }
  
    .expSlider__item__school {
      padding: 15px;
      width: 280px
    }
  
    .school-exp-flex {
      gap: 7px
    }
  
    .school_expSlider__writer {
      font-size: 1rem
    }
  
    .school__expSlider__voice {
      font-size: 1.2rem;
      margin-bottom: 10px
    }
  
    .school-exp-img {
      width: 20%
    }
  
    .school-exp-text {
      width: 80%
    }
  }
  
  @media (any-hover:hover) {
    .morijukuStory__other-story a:hover {
      color: #2e2e2e
    }
  
    .morijukuStory__other-item:hover {
      color: #2e2e2e;
      -webkit-transform: scale(1.05);
      transform: scale(1.05)
    }
  }
  
  @media screen and (max-width:1160px) {
    .pageHeader__storyDetailTitle {
      padding-left: 20px
    }
  }

/********************************

	保護者様の声

********************************/
html:not([class="no-js"]) .js-animate {
    opacity: 1;
  }
  .expSlider__inner {
    margin-top: 15px;
  }
  .expSlider-mt {
    margin-top: 80px;
  }
  .expSlider__body__school {
    position: relative;
    width: 32vw;
    margin: 0 auto 25px;
  }
  
  .school-exp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  
  .expSlider__item__school {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 460px;
    padding: 20px 25px;
    border: 2px solid #004F9F;
    border-radius: 10px;
    background: #FAF6ED;
    -webkit-box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
    box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
    height: auto;
  }
  
  .expSlider__item__school.-low {
    border-color: #004F9F;
  }
  
  .expSlider__item__school.-middle {
    border-color: #004F9F;
  }
  
  .expSlider__item__school.-high {
    border-color: #004F9F;
  }
  
  .school-exp-img {
    width: 20%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .school-exp-text {
    width: 80%;
  }
  
  .school_expSlider__writer {
    text-align: right;
    font-size: 1.3rem;
  }
  
  .school__expSlider__voice {
    min-height: 3.2em;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .swiper-horizontal > .swiper-pagination-progressbar, 
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
      position: absolute;
      top: auto;
      bottom: -20px;
      height: 3px;
      background-color: #e2e2e2;
      width: 80%; /* 長さを50%に設定 */
      left: 50%; /* 水平中央揃え */
      transform: translateX(-50%); /* 中央揃えの補正 */
      display: flex; /* 分割のためフレックスボックスを使用 */
      overflow: hidden; /* 見えない部分を隠す */
  }
  .swiper-pagination-progressbar-section {
      flex: 1; /* 均等に分割 */
      height: 100%;
      background-color: transparent; /* 初期状態は透明 */
      transition: background-color 0.3s ease; /* 背景色変更をアニメーション */
  }
  /* アクティブセクション */
  .swiper-pagination-progressbar-section.active {
      background-color: #004f9f; /* アクティブなスライドに対応するセクションをオレンジに */
  }
  
  .swiper-pagination-progressbar {
      background-color: #000066;
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background-color: #004f9f;
      width: 10px;
      height: 100%;
      transform-origin: left center;
      transform: translateX(0);
      transition: transform 0.3s ease;
  }
  .swiper_thumbnail .swiper-slide {
    cursor: pointer
  }
  
  .swiper_thumbnail .swiper-slide-thumb-active {
    outline: 2px solid #004f9f;
    outline-offset: -2px
  }
  
  .swiper_thumbnail img {
    vertical-align: bottom
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px; /* 必要に応じて調整 */
    height: 50px; /* 必要に応じて調整 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .swiper-button-next {
    background-image: url("/assets/img/school/exp/swiper-right.webp"); /* 右矢印の画像パス */
  }
  
  .swiper-button-prev {
    background-image: url("/assets/img/school/exp/swiper-left.webp"); /* 左矢印の画像パス */
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  
  /* デフォルトの矢印アイコンを非表示に */
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .expSlider__body__school {
      width: 70vw;
    }
    .expSlider-mt {
      margin-top: 50px;
    }
    .expSlider__item__school {
      width: 280px;
      padding: 15px;
    }
    .school-exp-flex {
      gap: 7px;
      flex-flow: column;
    }
    .school_expSlider__writer {
      font-size: 1rem;
    }
    .school__expSlider__voice {
      margin-bottom: 10px;
      font-size: 1.2rem;
    }
    .school-exp-img {
      width: 20%;
    }
    .school-exp-text {
      width: 100%;
    }
    .swiper-button-next, .swiper-button-prev {
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: -5px;
      right: auto;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: -5px;
      left: auto;
    }
  }