@charset "UTF-8";
/* -----------------------------------
	トップページ common
------------------------------------- */
html,
body {
  min-width: initial !important;
  overflow-x: clip;
}
ul,
ol {
  list-style-type: none;
}
/* header */
.js_toggle .bl_toggleLine {
  border-bottom: solid 3px #f69aa7;
}

.shu_go {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400; /* L400 B600 */
  font-style: normal;
}
.f_go {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600; /* semiB600 */
  font-style: normal;
}
.fw_3 {
  font-weight: 400;
}
.fw_6 {
  font-weight: 600;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.cl_pk {
  color: #f16276;
}
.cl_pk2 {
  color: #f19ca6;
}
.cl_bl {
  color: #7fc8d2;
}
.cl_bl2 {
  color: #75c5c3;
}
.cl_bl3 {
  color: #93d2da;
}
.cl_yl {
  color: #f4b85e;
}

.bg_pk {
  background-color: #fbe5e9;
}
.bg_bl {
  background-color: #ebf6f8;
}
.bg_yl {
  background-color: #fffeeb;
}
.bg_wh {
  background-color: #fff;
}
.txtbg_bl {
  background-color: #7fc8d2;
}
.bg_pk.bdr-dsh {
  border-bottom: 2px dashed #f69aa7;
}
.bg_bl.bdr-dsh {
  border-bottom: 2px dashed #7fc8d2;
}

.inner-1154 {
  width: 90%;
  max-width: 1154px;
  margin: 0 auto;
}
.sec_heading {
  font-size: clamp(20px, 3.33vw, 25px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  max-width: 387px;
  height: 2.4em;
  padding: 0 0.5em;
  margin: 0 auto;
}
.sec_heading_pk {
  border-left: 2px dashed #f69aa7;
  border-right: 2px dashed #f69aa7;
}
.sec_heading_bl {
  border-left: 2px dashed #7fc8d2;
  border-right: 2px dashed #7fc8d2;
}
.sec_heading_yl {
  border-left: 2px dashed #f8e3ab;
  border-right: 2px dashed #f8e3ab;
}
.txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 3.08;
  color: #4a4a4a;
}
.wh_blk {
  border-radius: clamp(30px, 8vw, 45px);
}
.bg_pk .wh_blk {
  border: 2px dashed #f16276;
}
.bg_bl .wh_blk {
  border: 2px dashed #7fc8d2;
}
.bg_yl .wh_blk {
  border: 2px dashed #f8e3ab;
}
.bg_wh .wh_blk {
  border: 2px dashed #93d2da;
}
.wh_blk .wh_blk__inner {
  width: 90%;
  max-width: 984px;
  margin: 0 auto;
}
.wh_blk__heading {
  font-size: clamp(17px, 3.33vw, 25px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7em 0.5em;
}
.wh_blk__heading .fs_l {
  font-size: 1.92em;
  line-height: 1.3;
}
.wh_blk__cont-head {
  font-size: clamp(18px, 2.67vw, 20px);
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.37em;
  padding: 0.4em;
  border-radius: clamp(12px, 3.2vw, 24px);
}
.morebtn {
  font-size: clamp(17px, 3.33vw, 25px);
  font-weight: 600;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 338px;
  height: 3.3em;
  margin: 0 auto;
  background-color: #f58495;
  border-radius: clamp(15px, 4vw, 22px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

/* hover */
.morebtn:hover {
  background-color: #f36f83; /* 少しだけ濃く */
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* クリック時 */
.morebtn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
/* -----------------------------------
	mainBlock
------------------------------------- */
.mainBlock {
  width: 100%;
  height: 62.5vw;
  max-height: 900px;
  min-height: 675px;
  position: relative;
}
.mainBlock_inner {
  width: 100%;
  height: 62.5vw;
  max-height: 900px;
  min-height: 675px;
  background: url(../images/202603/mv_bg.jpg) no-repeat center / cover;
  position: fixed;
  z-index: -1;
}
.mainBlock__head {
  position: absolute;
  left: 2%;
  top: 22px;
}
.mainBlock__head img {
  width: 12.19vw;
  min-width: 90px;
}
.mainBlock__head-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.25;
  color: #4a4a4a;
  width: 280px;
  padding-top: 16px;
}
.mainBlock__head-txt span {
  display: inline-block;
  border-bottom: 1px dashed #f69aa7;
}
.mainBlock__ttl {
  width: 23.47vw;
  max-width: 338px;
  min-width: 253px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-31.5%, -45%);
}
.mainBlock__imgbk {
  width: 48.9vw;
  max-width: 704px;
  min-width: 528px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-15%);
}
.mainBlock__imgbk .mv_lead {
  /* width: 17%; */
  width: 120px;
  position: absolute;
  bottom: 100%;
  right: 6%;
  transform: translateY(-16%);
}

/*スクロールダウン*/
.scrolldown1 {
  position: absolute;
  left: 3%;
  bottom: 30px;
  height: 102px;
}
.scrolldown1 span {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #4a4a4a;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.scrolldown1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 103px;
  background: #4a4a4a;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: -104px;
    opacity: 0;
  }
  30% {
    height: 68px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 40px;
    opacity: 0;
  }
}
/* -----------------------------------
	main
------------------------------------- */
#top main {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400; /* L400 B600 */
  font-style: normal;
  font-size: clamp(16px, 2.4vw, 18px);
  line-height: 1.75;
}
#container {
  position: relative;
  z-index: 1;
  background: #fff;
  /* padding: 600px 0; */
  text-align: center;
}

/* ==================================
	about
==================================== */
.about {
  padding: clamp(60px, 18.67vw, 125px) 0 clamp(55px, 14.67vw, 110px);
}
.about .sec_head {
  margin-bottom: 40px;
}
.about .txt {
  max-width: 600px;
  margin: 0 auto;
}
/* ==================================
	for-students
==================================== */
.for-students {
  padding: clamp(55px, 14.67vw, 110px) 0 78px;
}
.for-students .sec_head {
  margin-bottom: clamp(40px, 10.67vw, 80px);
}
/* ====== students_1 ========= */
.for-students #students_1 {
  padding: 45px 0 70px;
  margin-bottom: 50px;
}
.for-students #students_1 .wh_blk__heading {
  margin-bottom: 0.2em;
}

.for-students #students_1 .short_videoWrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 58px;
}
.for-students #students_1 .short_videoWrap__cont {
  width: 48%;
  /* max-width: 396px; */
  max-width: 408px;
}
.for-students #students_1 .short_videoWrap__cont-ttl {
  font-size: clamp(17px, 3.33vw, 25px);
  margin-bottom: 1em;
}
.for-students #students_1 .short_video__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
}
.for-students #students_1 .short_video__item {
  width: 48%;
  max-width: 182px;
}

/* ボタン全体（pも含めてクリック可能） */
.js-video-button {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 600;
  line-height: 1.75;
  color: #4b433e;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}
.short_video {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 12px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.short_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.short_video__list .short_video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.short_video__list .short_video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-40%, -50%);

  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;

  z-index: 1;
}
.js-video-button:hover .short_video {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.for-students #students_1 .short_video__item p {
  padding-top: 1em;
  min-height: 6em;
}
/* ====== students_2 ========= */
.for-students #students_2 {
  padding: 45px 0 70px;
  margin-bottom: 50px;
}
.for-students #students_2 .wh_blk__heading {
  margin-bottom: 0.6em;
}
.for-students #students_2 .wh_blk__head-txt {
  margin-bottom: 2.5em;
}
.for-students #students_2 .wh_blk__cont {
  border: 1px solid #f29e9a;
  border-radius: clamp(20px, 5.33vw, 30px);
  padding: 57px 5%;
}
.for-students #students_2 .wh_blk__cont-headbk p {
  max-width: 21em;
  margin: 0 auto 2em;
}
.for-students #students_2 .wh_blk__cont-head {
  font-size: clamp(16px, 2.4vw, 18px);
  max-width: 349px;
  margin: 0 auto;
}
.for-students #students_2 .wh_blk__cont-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
  max-width: 764px;
  margin: 0 auto;
}
.for-students #students_2 .wh_blk__cont-txt {
  font-size: 12px;
}
/* #students_2 .cont1 */
.for-students #students_2 .cont1 {
  margin-bottom: 28px;
}
.for-students #students_2 .cont1 .wh_blk__cont-head {
  margin-bottom: 2.4em;
  background: #93d2da;
}
.for-students #students_2 .cont1 .wh_blk__cont-flex {
  margin: 0 auto 14px;
  position: relative;
}
.for-students #students_2 .cont1 .wh_blk__cont-flex::before {
  content: "";
  width: 57px;
  aspect-ratio: 72 / 131;
  background: url(../images/img_chara.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(205px, 6%);
}
.for-students #students_2 .cont1 .wh_blk__cont-flex img {
  width: 48%;
  max-width: 365px;
  position: relative;
  z-index: 2;
}

/* #students_2 .cont2 */
.for-students #students_2 .cont2 {
  margin-bottom: 58px;
}
.for-students #students_2 .cont2 .wh_blk__cont-head {
  margin-bottom: 2em;
  background: #f4b85e;
}
.for-students #students_2 .cont2 .wh_blk__cont-flex.flex1 {
  margin: 0 auto 22px;
}
.for-students #students_2 .cont2 .wh_blk__cont-img {
  width: 48%;
  max-width: 368px;
}
.for-students #students_2 .cont2 .wh_blk__cont-img img {
  margin-bottom: 0.5em;
}
.for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 {
  justify-content: center;
  gap: 20px 3%;
  margin-bottom: 14px;
}
.for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 img {
  width: 46%;
  max-width: 345px;
}
/* .for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 img:first-child {
  width: 46%;
  max-width: 345px;
} */
/* .for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 img:last-child {
  width: 49%;
  max-width: 369px;
} */
/* ====== students_3 ========= */
.for-students #students_3 {
  position: relative;
}
.for-students #students_3::before {
  content: "";
  width: 12%;
  max-width: 108px;
  min-width: 54px;
  aspect-ratio: 72 / 131;
  background: url(../images/img_chara.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(338px, 0);
}
.for-students #students_3 {
  padding: clamp(45px, 12vw, 55px) 0 62px;
}
.for-students #students_3 .wh_blk__heading {
  margin-bottom: 0.6em;
}
.for-students #students_3 .txt {
  line-height: 2.28;
  max-width: 500px;
  margin: 0 auto 42px;
}

/* ==================================
	for-parents-teachers
==================================== */
.for-parents-teachers {
  padding: clamp(55px, 14.67vw, 65px) 0 clamp(70px, 18.67vw, 95px);
}
.for-parents-teachers .sec_head {
  margin-bottom: clamp(40px, 10.67vw, 60px);
}
/* ====== parents_1 ========= */
.for-parents-teachers #parents_1 {
  padding: 45px 0 60px;
  margin-bottom: 57px;
}
.for-parents-teachers #parents_1 .wh_blk__heading {
  margin-bottom: 0.6em;
}
.for-parents-teachers #parents_1 .wh_blk__head-txt {
  margin-bottom: 2.4em;
}
/* #parents_1 .cont1*/
.for-parents-teachers #parents_1 .cont1 {
  margin-bottom: 70px;
}
.for-parents-teachers #parents_1 .cont1 .wh_blk__cont-head {
  margin-bottom: 2.4em;
}
.for-parents-teachers #parents_1 .cont1 .wh_blk__contIn {
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.for-parents-teachers #parents_1 .cont1 .wh_blk__contIn img {
  width: 100%;
  min-width: 600px;
}

/* #parents_1 .cont2*/
.for-parents-teachers #parents_1 .cont2 .wh_blk__cont-headbk {
  margin-bottom: 45px;
}
.for-parents-teachers #parents_1 .cont2 .wh_blk__cont-head {
  margin-bottom: 1.5em;
}
.for-parents-teachers #parents_1 .cont2 .wh_blk__cont-head-txt {
  font-size: 14px;
  line-height: 1.4;
  max-width: 560px;
  margin: 0 auto;
}
.for-parents-teachers #parents_1 .cont2 .wh_blk__cont-bdr {
  padding: 60px 5%;
  border: 1px solid #7fc8d2;
  border-radius: 30px;
  margin-bottom: 53px;
}
.for-parents-teachers #parents_1 .cont2 .wh_blk__cont-bdrIn {
  max-width: 644px;
  margin: 0 auto 33px;
}
.for-parents-teachers #parents_1 .cont2 .txt {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  gap: 0 2em;
}
.for-parents-teachers #parents_1 .cont2 .txt .cl_pk2 {
  line-height: 1.5;
  display: flex;
  align-items: first baseline;
  gap: 0 0.2em;
  flex-shrink: 0;
}
.for-parents-teachers #parents_1 .cont2 .txt .cl_pk2::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/202603/parents_cont2_txtmark.svg) no-repeat center / contain;
  position: relative;
  bottom: -2px;
}
/* ====== parents_2 ========= */
.for-parents-teachers #parents_2 {
  padding: 45px 0 60px;
}
.for-parents-teachers #parents_2 .wh_blk__heading {
  margin-bottom: 0.8em;
}
.for-parents-teachers #parents_2 .wh_blk__head-txt {
  margin-bottom: 2.4em;
}
.for-parents-teachers #parents_2 .wh_blk__cont {
  margin-bottom: 33px;
}
.for-parents-teachers #parents_2 .support__list {
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
}
.for-parents-teachers #parents_2 .support__item {
  width: 32%;
  max-width: 298px;
}
/* バナー */
.osigoto_bnr {
  display: block;
  max-width: 693px;
  margin: 0 auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.osigoto_bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.osigoto_bnr:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.osigoto_bnr:hover img {
  transform: scale(1.03);
  opacity: 1;
}
.osigoto_bnr:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

/* ==================================
	video-library
==================================== */
.video-library {
  padding: clamp(55px, 14.67vw, 82px) 0 clamp(70px, 18.67vw, 100px);
}
.video-library .sec_head {
  margin-bottom: clamp(40px, 10.67vw, 66px);
}
.video-library .wh_blk {
  padding: clamp(45px, 12vw, 86px) 0 62px;
}
.video-library .wh_blk__heading {
  margin-bottom: 1.6em;
}
.video-slider {
  margin: 0 auto;
}
.video-slider .slick-slide {
  aspect-ratio: 16 / 9;
  padding: 10px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  /* デフォルト（小さく） */
  transform: scale(0.8);
  opacity: 0.6;
}

/* 中央だけ大きく */
.video-slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.video-slider button {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  width: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.video-slider button.short_video {
  height: 100%;
  width: auto;
}
.video-slider button:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.video-slider img {
  width: 100%;
  display: block;
  transition: filter 0.25s ease;
}

.video-slider button:hover img {
  filter: brightness(1.08);
}
.video-slider .slick-dots {
  top: calc(100% + 5px);
  bottom: auto;
}
.video-slider .slick-dots li {
  height: 13px;
  width: 13px;
  margin: 0 4px;
}
.video-slider .slick-dots li button {
  height: 13px;
  width: 13px;
  padding: 0;
}
.video-slider .slick-dots li button:before {
  font-size: 13px;
  color: #e6d2ab;
  opacity: 1;
}

.video-slider .slick-dots li.slick-active button:before {
  color: #f4b85e;
  opacity: 1;
}
.video-slider:not(.slick-initialized) {
  visibility: hidden;
}

/* ==================================
	sec_btm
==================================== */
.sec_btm {
  padding: clamp(55px, 14.67vw, 78px) 0 65px;
}
.sec_btm .wh_blk {
  padding: clamp(45px, 12vw, 66px) 0 51px;
  margin-bottom: clamp(70px, 18.67vw, 88px);
}
.sec_btm .wh_blk__heading {
  margin-bottom: 1.2em;
}
.sec_btm .wh_blk__head-txt {
  max-width: 600px;
  margin: 0 auto 1.7em;
}
/* バナー */
.sapoemi_bnr {
  display: block;
  max-width: 451px;
  margin: 0 auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.sapoemi_bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.sapoemi_bnr:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.sapoemi_bnr:hover img {
  transform: scale(1.03);
  opacity: 1;
}
.sapoemi_bnr:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
/* ====== sec_btm__links ========= */
.sec_btm__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.4em 0;
  max-width: 868px;
  margin: 0 auto clamp(45px, 12vw, 50px);
}
.sec_btm__links-item {
  width: 49%;
  max-width: 420px;
}
.sec_btm__links-item a {
  color: #fff;
  font-size: clamp(14px, 2.13vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.4em;
  padding: 0.4em;
  border-radius: 7.5px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}
.item_1 a {
  background-color: #0071bc;
}
.item_2 a {
  background-color: #8dc21e;
}
.item_3 a {
  background-color: #ea616c;
}
.item_4 a {
  background-color: #22b573;
}
.item_5 a {
  background-color: #f29e9a;
}
.sec_btm__links-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  filter: brightness(0.97);
}
.sec_btm__links-item a:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

/* ほいくん */
.hoikun {
  max-width: 331px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  /* -----------------------------------
		mainBlock
	------------------------------------- */
  .mainBlock__ttl {
    width: 40%;
    max-width: 253px;
    min-width: 160px;
    top: 50%;
  }
  .mainBlock__imgbk {
    width: 80%;
    max-width: 528px;
    min-width: 320px;
    left: auto;
    right: 8.5%;
    transform: initial;
  }
  /* ==================================
		for-students
	==================================== */
  .for-students #students_3::before {
    left: auto;
    right: 4%;
    transform: initial;
  }
}
@media screen and (max-width: 980px) {
  /* ==================================
		for-parents-teachers
	==================================== */
  .for-parents-teachers #parents_2 .support__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2%;
  }
  .for-parents-teachers #parents_2 .support__item {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .wh_blk__heading .fs_l {
    font-size: 1.5em;
  }
  /* -----------------------------------
		mainBlock
	------------------------------------- */
  .mainBlock,
  .mainBlock_inner {
    height: 117.19vw;
    max-height: 750px;
    min-height: 675px;
  }
  .mainBlock__ttl {
    top: 40%;
    right: auto;
    left: 5%;
    transform: translate(0, -50%);
  }

  .mainBlock__imgbk {
    left: 50%;
    transform: translateX(-50%);
  }
  /* ==================================
		for-students
	==================================== */
  /* ====== students_1 ========= */
  .for-students #students_1 .short_videoWrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .for-students #students_1 .short_videoWrap__cont {
    width: 100%;
  }
  /* ====== students_2 ========= */
  .for-students #students_2 .wh_blk__cont-flex {
    flex-direction: column;
  }
  .for-students #students_2 .cont1 .wh_blk__cont-flex img,
  .for-students #students_2 .cont2 .wh_blk__cont-img,
  .for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 img:first-child,
  .for-students #students_2 .cont2 .wh_blk__cont-flex.flex2 img:last-child {
    width: 100%;
  }
  .for-students #students_2 .cont1 .wh_blk__cont-flex::before {
    content: none;
  }
  /* ====== students_3 ========= */
  .for-students #students_3 {
    padding-bottom: 100px;
  }
  /* ==================================
		for-parents
	==================================== */
  .for-parents-teachers #parents_2 .support__item {
    width: 100%;
  }
  .for-parents-teachers #parents_1 .cont2 .txt {
    flex-direction: column;
  }
  /* ==================================
	sec_btm
==================================== */
  /* ====== sec_btm__links ========= */
  .sec_btm__links {
    flex-direction: column;
    align-items: center;
  }
  .sec_btm__links-item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .wh_blk__heading .fs_l {
    font-size: clamp(21px, 6.5vw, 26px);
  }
  /* -----------------------------------
		mainBlock
	------------------------------------- */
  .mainBlock__ttl {
    top: 35%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainBlock__imgbk .mv_lead {
    /* width: 17%; */
    right: 50%;
    transform: translateY(46%);
  }
}
