@charset "UTF-8";
.top-anxiety__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
}
.top-anxiety__link {
  display: block;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: 1px solid #E0E0E0;
}
.top-anxiety__image {
  display: block;
  overflow: hidden;
}
.top-anxiety__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-anxiety__text {
  display: block;
  padding: 15px 40px 15px 10px;
  font-weight: bold;
  font-size: 1.8rem;
  background: url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 25px) center;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
}
.top-anxiety__text small {
  color: #2E2E2E;
  font-size: 1.8rem;
}

.top-bnrCV {
  margin-bottom: 60px;
  position: relative;
}
.top-bnrCV__link-tel {
  color: white;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 11%;
  right: 8%;
  font-size: 2.8rem;
  line-height: 1;
  display: none;
}
.top-bnrCV__link-tel:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/top/icon_call-white.png") center/cover;
  width: 1em;
  height: 1em;
  margin-right: 6px;
}
.top-hero {
  overflow: hidden;
  margin: 0 calc(-50vw + 50%) 50px;
}
.top-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible !important;
}
.top-hero__pagination {
  position: static;
  margin-top: 12px;
}
.top-pickupNews {
  margin-top: 50px;
}
.top-pickupNews__title {
  margin-bottom: 10px;
  padding: 7px 0 0 19px;
  background: url(../img/top/bg_pickup_news.svg) no-repeat left top;
  text-transform: uppercase;
  color: #004F9F;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.top-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 53px 35px;
  background: #F7F7F7 url(../img/top/bg_search_model.webp) no-repeat calc(100% - 30px);
  background-size: 245px auto;
  border-radius: 5px;
}
.top-search__header {
  margin-right: 10px;
}
.top-search__title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #00964B;
  font-weight: bold;
}
.top-search__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 77px;
  padding: 0 0 0 125px;
  background: url(../img/share/logo_mori.svg?20250908) no-repeat left bottom;
  background-size: auto 77px;
  line-height: 1.2;
  font-weight: bold;
}
.top-search__leadSub {
  font-size: 1.8rem;
}
.top-search__leadMain {
  font-size: 2rem;
}
.top-search__leadMain b {
  color: #3FBF48;
  font-size: 3.2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.top-search__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 240px;
}
.top-search__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 20px 26px;
}
.top-search__link {
  display: block;
  padding: 10px 0 10px 22px;
  background: url(../img/share/arrow_right_blue.svg) no-repeat left 1.2em;
  border-bottom: 2px solid white;
  font-weight: bold;
  text-decoration: none;
  color: #2E2E2E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 1px 1px 0 white;
}
.top-search__link:hover {
  color: #2E2E2E;
}

.top-search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-search-btn-area {
  margin-top: 40px;
}

.top-search-btn {
  margin-bottom: 15px;
  margin-right: 245px;
}

.top-search-btn-link {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 450px;
  padding: 15px 45px;
  background: #00964B url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 25px) center;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
  -webkit-transition: opacity 0.3s, background-position 0.1s;
  transition: opacity 0.3s, background-position 0.1s;
  text-decoration: none;
}

.top-search-btn-link:hover {
  opacity: 0.8;
  background-position: calc(100% - 23px) center;
  color: #fff;
}

.new-school-count {
  position: relative;
  left: 9px;
  display: inline-block;
}

.new-school-count::before,
.new-school-count::after {
  position: absolute;
  top: 0.8rem;
  height: 2rem;
  content: "";
}

.new-school-count::before {
  border-left: solid 2px;
  left: -11px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.new-school-count::after {
  border-right: solid 2px;
  right: -7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.kv-bottom-read {
    padding: 0 40px;
    position: relative;
    text-align: center;
    margin-bottom: 85px;
}

.kv-bottom-read:after,
.kv-bottom-read:before {
    border: 2px solid #00964B;
    content: "";
    display: inline-block;
    height: 210px;
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px
}

.kv-bottom-read:before {
    border-right: none;
    left: 70px
}

.kv-bottom-read:after {
    border-left: none;
    right: 70px
}
.red-b {
    color: #ff0062;
}
.schoolfeature__ttl {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    top: -7px;
    position: relative;
}

.schoolfeature__big_f {
    display: inline;
    font-size: 4rem
}
.schoolfeature__under-line {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff600 70%);
}
.schoolfeature__mb {
  margin-top: 10px;
}

.pink-balloon {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 13px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #fa1e7b;
  border-radius: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -27px;
}

.pink-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #fa1e7b;
}

.pink-balloon p {
  margin: 0;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}

.pink-balloon span {
  color: #fdf400;
}

.school-searchLocation__notes {
  font-size: 1rem;
}
.movie__title {
  margin-bottom: 0px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00964B;
  text-align: center;
}

.movie__title__mb {
  margin-bottom: 2.5rem;
}

.movie__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56vw;
  justify-content: center;
  margin: 0 auto 30px;
  width: 100%;
  position: relative;
}

.play-icon {
  position: absolute !important;
  top: calc(50% - 30px) !important;
  left: calc(50% - 30px) !important;
  width: 68px !important;
  height: 48px !important;
}
.methods-index {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 45px;
}

.methods-index__item {
  background: #f8fcff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0 0 30px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.methods-index__title {
  background: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  height: 40px;
  left: 0;
  line-height: 1.2;
  padding: 2px 12px 2px 15px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.methods-index__title.-class {
  background-color: #00964B;
}

.methods-index__no {
  font-family: Poppins, Noto Sans JP, Yu Gothic, YuGothic, 游ゴシック, Meiryo, メイリオ, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Verdana, Arial, sans-serif;
  font-size: 3rem;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}

.methods-index__image {
  margin: 0 auto 20px;
}

.methods-index__image img {
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
}

.methods-index__text {
  padding: 0 30px 0;
}

.methods-index__lead {
  color: #00964B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 13px;
  text-align: center;
}

.methods-index__subTitle {
  color: #00964B;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 15px;
  text-align: center;
  text-underline-offset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.methods-index__btn {
  bottom: 30px;
  left: 50%;
  min-width: 300px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.methods-index__title.-teacher {
  background-color: #3fbf48;
}

.methods-index__title.-measures {
  background-color: #fdc53b;
}

.methods-index__title.-text {
  background-color: #f48021;
}

.methods-index__title:after {
  border: 20px solid transparent;
  border-left-color: #000;
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
}

.methods-index__title.-class:after {
  border-left-color: #00964B;
}

.methods-index__title.-teacher:after {
  border-left-color: #3fbf48;
}

.methods-index__title.-measures:after {
  border-left-color: #fdc53b;
}

.methods-index__title.-text:after {
  border-left-color: #f48021;
}
.toggle_box {
  margin-top: 40px;
  border: 2px solid #00964B;
}

.toggle_contents + .toggle_contents {
  border-bottom: none;
}

.toggle_contents:first-of-type dd {
  display: block;
}

.toggle_box .toggle_contents:last-child {
  border-bottom: none;
}

.toggle_contents dd {
  border-top: 2px solid #00964B;
  border-bottom: none;
}

.toggle_contents ul {
  padding: 20px 20px 35px;
}

.toggle_contents_text {
  margin-top: 1.5rem;
}

.toggle_title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 120px;
  border-top: 2px solid #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle_title::before {
  position: absolute;
  content: "";
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #00964B;
}

.toggle_title h3 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  color: #00964B;
  font-weight: 700;
}

.toggle_box .toggle_contents:first-child .toggle_title {
  border-top: none;
}

.toggle_sub_tit {
  color: #00964B;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.toggle_sub_tit p {
  text-align: left;
  display: inline-block;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00964B;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 2px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
}

.toggle_number {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 3rem;
  padding-left: 18px;
  color: #fff;
  font-size: 3.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

.c-red {
  color: #fb0059;
  font-weight: 600;
}

.small-school-year {
  font-size: 1.7rem;
}

.toggle_number_top {
  top: 20px;
}

.toggle-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.toggle-content-flex + .toggle-content-flex {
  margin-top: 30px;
}

.toggle-content-text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
}

.toggle-content-subtit-box {
  color: #00964B;
  font-size: 2.2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fedc89));
  background: linear-gradient(transparent 65%, #fedc89 0%);
  display: inline-block;
}

.course-sub-tit {
  color: #00964B;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.course-sub-mt {
  margin-top: 30px;
  padding: 20px;
}
.tbl-r02 {
  margin: 20px auto;
}

.tbl-r02 th {
  background: #00964B;
  border: solid 1px rgb(172, 172, 172);
  color: #fff;
  width: 10%;
}

.tbl-r02 td {
  border: solid 1px rgb(172, 172, 172);
  padding: 10px;
}

.page-schoolDetail .expSlider__titleShoulder_course {
  display: block;
  font-size: 1.6rem;
}
.column-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column-flex li {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0.8%;
  padding: 2% 1% 4%;
  width: 21.25%;
}

.column-flex li:nth-child(3), .column-flex li:nth-child(4) {
  padding-bottom: 0;
}

.column-flex li a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.5;
  text-decoration: none;
}

.column-tit {
  font-size: 14px;
  font-weight: 600;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.column-tit:before {
  background: url(/assets/img/school/exp/swiper-right.webp) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 2px;
  position: relative;
  top: 4px;
  width: 20px;
}
.price-banner {
  margin: 0;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0 1rem 0;
  background-color: #004F9F;
  background-image: repeating-linear-gradient(136deg, transparent, transparent 3px, rgb(0, 62, 138) 3px, rgb(0, 62, 138) 5px);
}

.price-banner-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 4px;
}

.f-yellow {
  color: #ffff00;
}

.price-text {
  font-size: 5.5rem;
  line-height: 0.87;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.f-small {
  font-size: 70%;
  position: relative;
  top: 13px;
}

.sizedown {
  font-size: 4rem;
  position: relative;
  top: -4px;
}
.worries-tit {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3f3f3f;
  text-align: center;
  margin: 20px auto 60px;
}

.worries-tit p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffee33));
  background: linear-gradient(transparent 60%, #ffee33 60%);
  display: inline;
}

.worries-mori {
  color: #00964B;
}

.worries-mori::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 60px; /*画像の幅*/
  height: 60px; /*画像の高さ*/
  background-image: url(/assets/img/top/worries-point.jpg);
  background-size: contain;
  position: relative;
  top: -20px;
}
.balloon {
  position: relative;
  display: block;
  margin: 1.5em auto 1em;
  padding: 13px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #00964B;
  border-radius: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #00964B;
}

.balloon p {
  margin: 0;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}

.reason-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.reason-tit {
  position: relative;
  padding: 1rem 2rem 1rem 4em;
  background: #00964B;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}

.reason-tit span {
  position: absolute;
  top: 10px;
  left: 20px;
}

.reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 30px;
  padding: 0 30px 50px;
}

.reason-box > div:first-child {
  width: 40%;
}

.reason-box > div:last-child {
  width: 60%;
}

.reason-box img {
  border-radius: 5px;
}

.c-red {
  color: #fb0059;
  font-weight: 600;
}

.reason-box-back {
  background: #f8fcff;
}

.reason-box-back + .reason-box-back {
  margin: 40px 0;
}

.reason-box-back:last-child {
  padding-bottom: 35px;
}

.reason-position {
  position: relative;
  z-index: -1;
}
.study-up-back {
  background: url(/assets/img/top/back01.webp) no-repeat bottom/cover;
  padding: 2vw 5% 290px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.study-up-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.study-up-flex-col2-txt {
  margin-bottom: 10px;
  color: #fff;
}

.study-up-stph {
  margin-bottom: 80px;
}

.study-up-mth {
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.study-up-flex-01 {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 40% 60%;
  margin-top: 50px;
}

.study-up-A-01 {
  grid-row: 1/3;
  grid-column: 1/2;
  text-align: center;
}

.study-up-B-01 {
  grid-row: 1/2;
  grid-column: 2/3;
}

.study-up-C-01 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.study-up-flex-02 {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 60% 40%;
  margin-top: 50px;
}

.study-up-A-02 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.study-up-B-02 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.study-up-C-02 {
  grid-row: 1/3;
  grid-column: 2/3;
  text-align: center;
}
.tv-tit-block {
  display: flex;
  justify-content: center;
  position: relative;
  top: -30px;
}
.caption_box {
  position: relative;
  margin-top: 1em;
  padding: 0 2em 2em 2em;
  border: 2px solid #00964B;
}

.caption_box .caption {
  background: #00964B;
  padding: 0.7em 4.0em;
  text-align: center;
  position: relative;
  display: inline-block;
}
.tv-tit {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 1.0em;
  font-size: 3.2rem;
}
.tv-tit::after {
  background-image: url(/assets/img/top/icon-cm.png);
  background-size: contain;
  content: "";
  position: absolute;
  top: 70%;
  right: -30px;
  transform: translateY(-50%);
  width: clamp(16px, 2vw, 28px);
  height: clamp(16px, 2vw, 28px);
  width: 50px;
  height: 50px;
}


.movie__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56vw;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.play-icon {
  position: absolute !important;
  top: calc(50% - 30px) !important;
  left: calc(50% - 30px) !important;
  width: 68px !important;
  height: 48px !important;
}

.cm-text {
  margin-bottom: 1.5em;
}

.tv-movie {
  margin-top: 110px;
}


.expSlider__item__school.-low {
  border-color: #004F9F;
}

.expSlider__item__school.-middle {
  border-color: #004F9F;
}

.expSlider__item__school.-high {
  border-color: #004F9F;
}


.school-exp-text {
  width: 70%;
}

dialog {
  overscroll-behavior-y: none;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  padding: 40px;
  border: none;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.5;
}

dialog::-webkit-backdrop {
  background: rgba(17, 17, 17, 0.6);
}

dialog::backdrop {
  background: rgba(17, 17, 17, 0.6);
}

dialog .cloase-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 36px;
  color: #004F9F;
  outline: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.txt-left {
  text-align: left;
}

.modal-note-box {
  border: 2px dotted #00964B;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.modal-note-tit {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 10px;
}

.modal-pl15 {
  padding-left: 15px;
}

.balloon-p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}

.dialog-open {
  color: #fff;
  position: relative;
  bottom: 16px;
  font-size: 1.4rem;
}

dialog p {
  color: #2e2e2e;
}

.modal-note-text {
  color: #2e2e2e;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-anxiety__list {
    gap: 20px;
  }
  .top-anxiety__text {
    font-size: 1.6rem;
    background-position: calc(100% - 20px) center;
    background-size: 12px auto;
  }
  .top-anxiety__text small {
    display: block;
    font-size: 1.4rem;
  }
  .top-bnrCV {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .top-bnrCV__link-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-hero {
    margin: 0 -20px 5px;
  }
  .top-hero__pagination {
    margin-top: 4px;
  }
  .top-hero__item {
    width: 100%;
    height: 106.6666666667%;
  }
  .top-pickupNews {
    margin-top: 30px;
  }
  .top-search {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    background-position: 100% 34%;
    background-size: 160px auto;
  }
  .top-search__header {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-search__body {
    margin-right: 0;
    width: 70%;
  }
  .top-search__link {
    padding-left: 18px;
    background-size: 12px auto;
    background-position: left 1.25em;
  }
  .new-school-count {
    left: 8px;
  }
  .new-school-count::after {
    right: -8px;
  }
  .top-search__flex {
    display: block;
  }
  .top-search-btn {
    margin-right: 0;
  }
  .top-search-btn-link {
    max-width: initial;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kv-bottom-read {
    padding: 0;
    margin-bottom: 50px;
}
.kv-bottom-read:before {
    height: 120px;
    left: -14px;
    top: 45%;
}
.schoolfeature__ttl {
    font-size: 1.5rem;
    padding: 0;
    top: -5px;
}
.schoolfeature__big_f {
    display: inline;
    font-size: 2.1rem;
}
.kv-bottom-read:after {
    height: 120px;
    right: -14px;
    top: 45%;
}
  .pink-balloon {
    border-radius: 40px;
    padding: 13px 45px;
  }
  .pink-balloon p {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .movie__title {
    font-size: 2.8rem;
  }
  .movie__title__mb {
    margin-bottom: 0;
  }
  .methods-index {
    gap: 40px 20px;
  }
  .methods-index__title {
    font-size: 1.5rem;
    height: 30px;
  }
  .methods-index__no {
    font-size: 2rem;
  }
  .methods-index__title:after {
    border-width: 15px;
    right: -30px;
  }
  .methods-index__lead {
    font-size: 1.6rem;
  }
  .methods-index__text {
    padding: 0 30px 0;
  }
  .toggle_number {
    width: 45px;
    height: 45px;
    font-size: 2rem;
    left: -5px;
    top: 10px;
    padding-left: 13px;
  }
  .toggle_title {
    padding: 1.5rem 2rem 1.5rem 40px;
  }
  .toggle_title::before {
    left: -140px;
    width: 194px;
  }
  .toggle_sub_tit {
    line-height: 1.3;
    font-size: 1.9rem;
    text-align: left;
  }
  .small-school-year {
    font-size: 1.3rem;
  }
  .toggle_title h3 {
    font-size: 1.9rem;
  }
  .toggle_btn {
    right: 8px;
  }
  .toggle-content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  .toggle-content-text {
    width: auto;
  }
  .toggle_contents_text {
    margin-top: 0;
  }
  .course-sub-tit {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .toggle_box {
    margin-top: 20px;
  }
  .toggle-content-subtit-box {
    font-size: 1.6rem;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 th,
.tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .column-flex {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 14px 10px;
  }
  .column-flex li {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .column-tit {
    font-size: 12px;
    letter-spacing: -0.03em;
    width: calc(52% - 10px);
  }
  .column-tit:before {
    height: 17px;
    width: 17px;
  }
  .column-flex li:first-child, .column-flex li:nth-child(2), .column-flex li:nth-child(3) {
    padding-bottom: 20px;
  }
  .column-flex li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 6px;
    justify-content: center;
    text-decoration: none;
  }
  .price-banner {
    font-size: 2.2rem;
    margin-left: -20px;
    margin-right: -20px;
    gap: 0;
    background-image: repeating-linear-gradient(136deg, transparent, transparent 3px, rgb(0, 62, 138) 3px, rgb(0, 62, 138) 5px);
    margin-bottom: 2rem;
  }
  .price-text {
    font-size: 3.7rem;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .f-small {
    top: 10px;
  }
  .sizedown {
    font-size: 2.5rem;
  }
  .price-banner-text {
    top: 3px;
  }
  .width-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .worries-tit {
    font-size: 2.8rem;
    margin: 20px auto 40px;
  }
  .worries-mori::before {
    width: 30px; /*画像の幅*/
    height: 30px; /*画像の高さ*/
  }
  .balloon {
    margin: 1em auto;
    padding: 13px 20px;
  }
  .balloon p {
    font-size: 1.9rem;
  }
  .reason-tit {
    font-size: 2rem;
    margin-left: -30px;
    margin-right: -30px;
  }
  .reason-tit span {
    width: 45px;
    height: 37px;
  }
  .reason-tit span:after {
    top: 7%;
    width: 10%;
  }
  .reason-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 15px;
    padding: 0 0 35px;
  }
  .reason-box-back {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .reason-block {
    gap: 10px;
  }
  .reason-box-back + .reason-box-back {
    margin: 0 -20px 0 -20px;
  }
  .reason-box-back:last-child {
    padding: 0 20px 35px;
  }
  .reason-box > div:first-child {
    width: auto;
  }
  .reason-box > div:last-child {
    width: auto;
  }
  .study-up-flex-01 {
    margin-top: 30px;
    grid-template-rows: auto;
    row-gap: 5px;
  }
  .study-up-back {
    margin: 0 -20px 40px -20px;
    padding: 2vw 5% 125px;
  }
  .study-up-A-01 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .study-up-B-01 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .study-up-C-01 {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 10px;
  }
  .study-up-flex-02 {
    margin-top: 15px;
    grid-template-rows: auto;
    row-gap: 10px;
  }
  .study-up-B-02 {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 10px;
  }
  .study-up-mth {
    bottom: -10px;
  }
  .st-up-img {
    margin-top: 40px;
  }
  .caption_box .caption {
    font-size: 2.8rem;
    padding: 0 .6em;
    width: calc(100% - 18rem);
  }
  .tv-tit {
    font-size: 2.2rem;
}
.tv-tit::after {
  width: 40px;
  height: 40px;
}
  .caption::after {
    width: 35px;
    height: 35px;
    right: 5px;
    bottom: -15px;
  }
  .caption_box {
    padding: 0 1em 1em 1em;
  }
  .tv-tit-block {
    top: -20px;
  }
  .cm-text {
    margin-bottom: 0;
  }
  .tv-movie {
    margin-top: 80px;
  }
  .expSlider__body__school {
    width: 70vw;
  }
  .expSlider__item__school {
    width: 280px;
    padding: 15px;
  }
  .school-exp-flex {
    gap: 7px;
  }
  .school_expSlider__writer {
    font-size: 1rem;
  }
  .school__expSlider__voice {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .school-exp-img {
    width: 20%;
  }
  dialog {
    height: 80%;
    width: 90%;
    padding: 40px 10px;
    font-size: 1.5rem;
  }
  .dialog-90 {
    height: 10vh;
  }
  dialog .cloase-btn {
    top: -14px;
  }
  .dialog-open {
    bottom: 6px;
  }
  .balloon-p {
    font-size: 1.9rem;
  }
  .schoolfeature__mb {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 600px) {
  .top-anxiety__list {
    gap: 30px;
  }
  .top-anxiety__text small {
    font-size: 1.1rem;
  }
}

@media (any-hover: hover) {
  .top-anxiety__link:hover .top-anxiety__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .top-anxiety__link:hover .top-anxiety__text {
    background-position: calc(100% - 23px) center;
  }
  .top-search__link:hover {
    border-bottom-color: #004F9F;
    background-position: 3px 1.2em;
  }
}

@media screen and (max-width: 460px) {
  .top-bnrCV__link-tel {
    font-size: 2rem;
    bottom: 10%;
    right: 7%;
  }
  .top-search {
    margin-left: -20px;
    margin-right: -20px;
    background-size: 200px auto;
  }
  .top-search__lead {
    padding-left: 90px;
    min-height: 60px;
    background-size: auto 60px;
  }
  .top-search__leadSub {
    font-size: 1.5rem;
  }
  .top-search__leadMain {
    font-size: 1.5rem;
  }
  .top-search__leadMain b {
    font-size: 2.8rem;
  }
  .top-search__body {
    width: 56%;
  }
  .top-search__list {
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  }
  .top-search__link {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .methods-index {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .top-hero {
    margin: 0 -30px 18px;
  }
  .top-search {
    padding-left: 45px;
    background-position: calc(100% - 10px) bottom;
  }
  .top-search__body {
    margin-right: 110px;
  }
  .methods-index {
    gap: 40px 30px;
  }
}

@media screen and (max-width: 940px) {
  .top-search {
    padding-left: 30px;
    background-image: url(../img/top/sp-bg_search_model.webp?20230529);
    background-size: 200px auto;
    background-position: right 130px;
    margin-top: 60px;
  }
  .top-search__header {
    margin-right: 30px;
  }
  .top-search__lead {
    padding-left: 100px;
    min-height: 67px;
    background-size: auto 60px;
    background-position: 0px 4px;
  }
  .top-search__body {
    margin-right: 20px;
  }
  .top-search__list {
    gap: 14px 10px;
  }
}

@media screen and (max-width: 340px) {
  .top-search {
    background-size: 160px auto;
  }
  .top-search__body {
    width: 75%;
  }
}

@media screen and (max-width: 1160px) {
  .top-search__header {
    margin-right: 40px;
  }
  .top-search__body {
    margin-right: 200px;
  }
}

@media screen and (min-width: 769px) {
  .movie__frame {
    height: 342px;
    width: 609px;
  }
  .movie__frame {
    height: 342px;
    width: 609px;
  }
}

/* 入塾金免除吹き出し */
.waiver-balloon {
  background: #E62250;
  border-radius: 40px;
  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
}
.waiver-balloon:before {
  border: 10px solid transparent;
  border-top: 9px solid #E62250;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%
}
.waiver-balloon-fuwafuwa {
  animation: waiver-balloon-fuwafuwa-anim 1s ease-in-out infinite alternate;
}

@keyframes waiver-balloon-fuwafuwa-anim {
  0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
}
.waiver-balloon p {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0
}
.waiver-balloon-price {
  font-size: 4.4rem;
}
.waiver-balloon-emp {
  font-size: 3.8rem;
}

@media screen and (max-width:768px) {
  .waiver-balloon {
    margin: 1em auto 0.5em;
    padding: 10px 12px 13px;
  }
  .waiver-balloon p {
    font-size: 1.6rem
  }
  .waiver-balloon-price {
    font-size: 2.8rem;
  }
  .waiver-balloon-emp {
    font-size: 2.3rem;
  }
}
/********************************

	保護者様の声

********************************/
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 #00964B;
  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: #00964B; /* アクティブなスライドに対応するセクションをオレンジに */
}

.swiper-pagination-progressbar {
    background-color: #000066;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #00964B;
    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 #00964B;
  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;
  }
}