@charset "UTF-8";
figure {
  margin: 0;
}
.course-enjoy {
  margin-top: -1.25em;
}
.course-enjoy__title {
  position: relative;
  top: 1.25em;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin-left: 30px;
  background: #004F9F;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.course-enjoy__body {
  padding: 50px 30px 30px;
  background: #EFF6FD;
  border: 2px solid #004F9F;
  border-radius: 10px;
}
.course-enjoy__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  background: white;
  border-radius: 2px;
}
.course-enjoy__imageItem.-graph {
  max-width: 447px;
}
.course-enjoy__imageItem.-img {
  max-width: 275px;
}

.course-pointAside {
  margin-top: 30px;
  padding: 35px 60px;
  background: #FAFAFA;
}
.course-pointAside__pickup {
  margin-top: 20px;
  padding: 15px 20px;
  background: white;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}
.course-pointAside__pickup dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #F48021;
}
.course-pointAside__pickup dd {
  font-size: 1.4rem;
}

.course-system {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #EFF6FD;
}
.course-system__inner {
  max-width: 1000px;
  margin: auto;
  padding: 60px 30px;
}
.course-system__image {
  margin-bottom: 30px;
  padding: 30px;
  background: white;
  border-radius: 5px;
  text-align: center;
}
.course-system__image img {
  max-width: 744px;
}
.course-system__price {
  padding: 35px;
  background: white;
}
.course-system__priceTitle {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.course-system__priceLead {
  margin-bottom: 15px;
  text-align: center;
}
.course-system__priceTcenter {
  text-align: center;
  margin-top: 10px;
}
.course-system__priceFee {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 18px;
  color: #004F9F;
  font-weight: bold;
}
.course-system__priceFee dt {
  margin-right: 20px;
}
.course-system__priceFee dd {
  font-size: 3.6rem;
  line-height: 1.3;
}
.course-system__priceFee dd .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FDC53B));
  background: linear-gradient(transparent 80%, #FDC53B 80%);
}
.course-system__priceNotes {
  text-align: center;
  font-size: 1.2rem;
  color: #5E6369;
}

.course-voice__header {
  text-align: center;
  margin-bottom: 30px;
}
.course-voice__title {
  margin-bottom: 5px;
  font-weight: bold;
}
.course-voice__titleShoulder {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #004F9F;
  font-size: 1.6rem;
}
.course-voice__titleShoulder::after, .course-voice__titleShoulder::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  height: 22px;
  background: url(../img/share/border_dot_line_blue.svg) center no-repeat;
}
.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 {
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FDC53B));
  background: linear-gradient(transparent 80%, #FDC53B 80%);
}
.course-voice__titleUpper {
  font-weight: normal;
  display: block;
}
.course-voice__titleLower {
  font-size: 1.75em;
  display: block;
}

.low-englishToggle {
  margin-top: 40px;
}

.middle-assurePoint {
  margin-bottom: 20px;
  padding: 23px 25px;
  background: #EFF6FD;
}
.middle-assurePoint__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.middle-assurePoint__check dt {
  margin-bottom: 5px;
  padding-left: 30px;
  background: url(../img/share/icon_check.svg) no-repeat left 0.45em;
}
.middle-assurePoint__check dt b {
  font-size: 1.8rem;
  color: #004F9F;
}
.middle-assurePoint__check dd {
  margin-bottom: 20px;
}
.middle-assurePoint__memo {
  margin: 0;
  padding: 15px;
  font-size: 1.4rem;
  background: white;
}

.kv-course {
  color: #2E2E2E;
  font-size: 1.4rem;
}

.course-kv-table {
  width: 43%;
  border-collapse: collapse;
  margin-top: 15px;
}

.course-kv-table tr *:nth-child(1) {
  background: #004F9F;
  color: #fff;
}

.course-kv-table tr *:nth-child(2) {
  background: #fff;
}

.course-kv-table th, .course-kv-table td {
  border: solid 1px #004F9F;
  padding: 2px 5px;
  background: #EFF6FD;
  color: #004F9F;
  font-weight: bold;
  font-size: 1.4rem;
}

.kv-bottom-read {
  padding: 0 40px;
  position: relative;
  text-align: center;
}

.kv-bottom-read:after, .kv-bottom-read:before {
  border: 2px solid #2c61ac;
  content: "";
  display: inline-block;
  height: 150px;
  position: absolute;
  top: 50%;
  -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;
}

.blue-b {
  color: #2c61ac;
}

.schoolfeature__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}

.tosho {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0 auto;
  max-width: 55rem;
  padding: 0 1rem 6rem;
  text-align: center;
}
.balloon {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 13px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #004F9F;
  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 #004F9F;
}

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

.price-banner {
  background-color: #004f9f;
  background-image: repeating-linear-gradient(136deg, transparent, transparent 3px, #003e8a 0, #003e8a 5px);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 1rem 0;
  text-align: center;
}

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

.f-yellow {
  color: #ff0;
}

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

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

.sizedown {
  font-size: 4rem;
  position: relative;
  top: -4px;
}

.course-prize-bt {
  margin-bottom: 20px;
}

.none-link {
  color: #2e2e2e;
  text-decoration: none;
}

a[target=_blank].none-link {
  margin-right: 0;
}

a[target=_blank].none-link:after {
  background: none !important;
  content: none !important;
  padding-right: 0 !important;
}

.methods-course__lead {
  color: #004f9f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13px;
  text-align: center;
}

.methods-course__subTitle {
  color: #004f9f;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 15px;
  text-align: center;
}

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

.course-sizedown {
  font-size: 2.7rem;
  position: relative;
  top: -1px;
}

.methods-course-index {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 20px;
}
.movie__title {
  margin-bottom: 0px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #004f9f;
  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: #004f9f;
  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;
}
.tbl-r02 {
  margin: 20px auto;
}

.tbl-r02 th {
  background: #004f9f;
  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;
}
.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: #004f9f;
}

.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: #004f9f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 13px;
  text-align: center;
}

.methods-index__subTitle {
  color: #004f9f;
  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: #004f9f;
}

.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 #004f9f;
}

.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 #004f9f;
  border-bottom: none;
}

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

.toggle_title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 120px;
  border-top: 2px solid #004f9f;
  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: #004f9f;
}

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

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

.toggle_sub_tit {
  color: #004f9f;
  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: #0052a4;
  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;
}
.new-line-number {
    padding: 1.3rem 0.6rem 1.3rem 1.5rem;
}

.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;
}

.toggle-content-subtit-box {
  color: #004f9f;
  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;
  margin-bottom: 15px;
}

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

.course-sub-mt {
  margin-top: 30px;
  padding: 20px;
}
.study-up-back {
  background: url(/assets/img/course/back01-n.webp) no-repeat bottom/cover;
  background: url(/assets/img/course/back01-n.jpg) no-repeat bottom/cover;
  padding: 2vw 5% 80px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.study-up-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.study-up-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px;
  width: 50%;
}

.study-up-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #255fac;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 4px;
}

.balloon1-left:before,
.balloon1-left:after {
  content: "";
  position: absolute;
  top: 42%;
  left: -4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-40%);
}

.balloon1-left:before {
  border: solid 8px transparent;
  border-right: solid 8px #255fac;
}

.balloon1-left:after {
  border: solid 8px transparent;
  border-right: solid 8px #fff;
  margin-left: 3px;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
  color: #255fac;
  font-weight: 700;
  text-align: left;
}

.score-up::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(/assets/img/course/img-up.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.study-up-head {
  color: #255fac;
  font-weight: 700;
  text-align: left;
}
.study-up-head-border {
  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;
}

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

.study-up-box > div:first-child {
  width: 50%;
}
.study-up-in-img img {
  position: relative;
  top: -23px;
}
.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: 40px;
}
.top-search__title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #004F9F;
  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: 245px;
}
.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: #004F9F 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);
}

.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;
}
.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 #004f9f;
}

.caption_box .caption {
  background: #005bac;
  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: #004f9f;
  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: 90px;
}
.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: #004f9f;
}

.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: #004F9F;
  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 #004F9F;
}

.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: #2660ad;
  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;
}
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 #004f9f;
  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;
}
.study-up-text {
  text-align: left;
}
.pc-grid {
  grid-template-rows: subgrid;
  display: grid;
}

.voiceList__toggle {
  padding-bottom: 20px;
}
.notice-w {
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .course-enjoy__title {
    width: auto;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
  .course-enjoy__body {
    padding: 35px 20px 20px;
  }
  .course-enjoy__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .course-pointAside {
    padding: 25px 20px;
  }
  .course-pointAside__pickup {
    padding: 15px 15px;
  }
  .course-pointAside__pickup dd {
    font-size: 1.3rem;
  }
  .course-system__inner {
    padding: 30px;
  }
  .course-system__image img {
    max-width: 100%;
  }
  .course-system__price {
    padding: 25px 20px;
  }
  .course-system__priceTitle {
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: left;
  }
  .course-system__priceLead {
    text-align: left;
  }
  .course-system__priceFee {
    display: block;
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .course-system__priceFee dt {
    margin: 0 auto 1px;
  }
  .course-voice__titleMarker {
    font-size: 2.2rem;
  }
  .low-englishToggle {
    margin-top: 20px;
  }
  .middle-assurePoint {
    padding: 20px;
  }
  .middle-assurePoint__title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .middle-assurePoint__check dt b {
    font-size: 1.6rem;
  }
  .middle-assurePoint__memo {
    font-size: 1.3rem;
  }
  　 .kv-bottom-read {
    padding: 0;
  }
  .kv-bottom-read:after, .kv-bottom-read:before {
    content: none;
  }
  .schoolfeature__ttl {
    font-size: 1.7rem;
    padding-top: 0;
  }
  .tosho {
    padding: 0 0 3rem;
  }
  .kv-bottom-read {
    padding: 0;
  }
  .blue-b {
    font-size: 1.9rem;
  }
  .kv-course {
    position: relative;
    top: -20px;
  }
  .course-kv-table {
    position: relative;
    top: -10px;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .course-kv-table th, .course-kv-table td {
    font-size: 1.2rem;
  }
  .course-kv-table th {
    position: sticky;
    left: 0;
  }
  .course-kv-table th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #004F9F;
  }
  .course-scroll {
    overflow-x: scroll;
  }
  .course-text-left {
    text-align: left;
  }
  .price-banner {
    font-size: 2.2rem;
    gap: 0;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .price-banner-text {
    top: 3px;
  }
  .price-text {
    font-size: 3.7rem;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .sizedown {
    font-size: 2.5rem;
  }
  .f-small {
    top: 10px;
  }
  .balloon {
    margin: 1em auto;
    padding: 13px 20px;
  }
  .methods-course-index {
    gap: 40px 20px;
  }
  .movie__title {
    font-size: 2.8rem;
  }
  .movie__title__mb {
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
  .new-line-number {
    padding: 1.9rem 0.6rem 1.9rem 0.8rem;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }
  .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: 15px;
  }
  .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;
  }
  .toggle-content-text-mt {
    margin-top: 15px;
  }
  .study-up-back {
    margin: 0 -20px 40px -20px;
    padding: 2vw 5% 40px;
  }
  .study-up-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .study-up-area {
    width: auto;
  }
  .balloon1-left {
    padding: 10px;
    min-width: 170px;
  }
  .balloon1-left:before, .balloon1-left:after {
    left: -6%;
  }
  .study-up-back-short {
    margin: 0;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    padding: 1vw 0 0 0;
  }
  .study-up-in-img {
    margin: 40px 40px 0;
  }
  .study-up-in-img img {
    position: relative;
    top: -6px;
  }
  .score-up:after {
    top: -2px;
  }
  .study-up-text {
    margin-top: 5px;
  }
  .st-name {
    font-size: 1.2rem;
  }
  .balloon1-left p {
    line-height: 1.3;
  }
  .study-up-box img {
    width: 100%;
  }
  .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;
  }
  .pink-balloon {
    border-radius: 40px;
    padding: 13px 45px;
  }
  .pink-balloon p {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .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: 60px;
  }
  .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;
  }
  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;
    font-size: 1.2rem;
  }
  .balloon-p {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 460px) {
  .course-enjoy__title {
    font-size: 1.7rem;
  }
  .methods-course-index {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .methods-index {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .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;
  }
}

@media screen and (max-width: 340px) {
  .course-enjoy__title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem;
    padding: 7px 2px;
  }
  .course-enjoy__body {
    padding-top: 30px;
  }
  .top-search {
    background-size: 160px auto;
  }
  .top-search__body {
    width: 75%;
  }
}

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

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

@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 67px;
  }
  .top-search__body {
    margin-right: 20px;
  }
  .top-search__list {
    gap: 14px 10px;
  }
}

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

@media (any-hover: hover) {
  .top-search__link:hover {
    border-bottom-color: #004F9F;
    background-position: 3px 1.2em;
  }
}
.study-up-stph,.study-up-mth,.st-up-img {
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .study-up-stph,.st-up-img {
    margin: 14px 40px;
  }
  .study-up-mth {
    margin: 0;
  }
}

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

	成績アップ写真

********************************/
.loopImage__tv {
  margin: 85px calc(-50vw + 50%) 80px;
}
.loopImage__list.-left {
  -webkit-animation: infinity-scroll-left 150s linear 0.5s infinite both;
  animation: infinity-scroll-left 150s linear 0.5s infinite both;
}
@media screen and (max-width: 768px) {
  .loopImage__tv {
    margin: 50px calc(-50vw + 50%) 30px;
  }
}
/********************************

	高校生合格体験記

********************************/
.card-container {
  display: grid;
  gap: 20px;
}

/* PC (min-width: 1024px) で2列×2段のレイアウト */
@media (min-width: 1024px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr); /* 2列表示 */
    grid-template-rows: auto auto;         /* 2段表示 */
  }
  .accordion {
    grid-column: span 2; /* アコーディオンは2列幅で表示 */
  }
  /* アコーディオン内の4枚目のカードを非表示にする */
  .accordion-content .card-4 {
    display: none;
  }
}

/* スマートフォン (max-width: 1023px) で1列表示 */
@media (max-width: 1023px) {
  .card-container {
    display: flex;
    flex-flow: column;
  }
  /* 通常の4番目のカードを非表示にしてアコーディオン内で表示する */
  .card-4 {
    display: none;
  }
  .accordion-content .card-4 {
    display: block; /* アコーディオン内で4枚目を表示 */
  }

}


.accordion-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
}

.accordion-toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 1px solid #004f9f;
  border-radius: 5px;
  color: #004f9f;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  max-width: 440px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s, opacity 0.3s, background-position 0.1s;
  transition: color 0.3s, opacity 0.3s, background-position 0.1s;
  width: 100%;
}

.accordion-toggle.active + .accordion-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

.pc-banner {
  display: block;
  position: relative;
}
.sp-banner {
  display: none;
}

.high-study-up-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px;
}
.text-left {
  text-align: left;
}
.hosho-bnr {
  margin-bottom: 5px;
}
.icon-note {
  bottom: 40px;
  right: 295px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 960px) {
  .pc-banner {
    background-color: #E62250;
  }
  .pc-banner img {
    width: 700px;
    height: auto;
  }
  .icon-note {
    bottom: 28px;
    right: 228px;
    position: absolute;
    font-size: 1.2rem;
  }

}

@media screen and (max-width: 767px) {
  .icon-note {
    top: 0;
    position: absolute;
    right: 23px;
  }
  .pc-banner {
    display: none;
  }
  
  .sp-banner {
    display: block;
    background-color: #E62250;
    position: relative;
  }
  .accordion-content {
    display: flex;
    flex-flow: column;
  }
  .icon-note {
    top: 0;
    position: absolute;
    right: 23px;
  }
}
/* 入塾金免除吹き出し */
.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;
  }
}




