@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
main {
  background: url(/images/seasonal/spring2026/main_bg_pc.webp) no-repeat 50% 0 #f5fafc;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  main {
    background-image: url(/images/seasonal/spring/main_bg_sp.webp);
    background-color: #f5fafd;
  }
}
#spring2026 .video_wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 0;
  background: transparent;
  margin-top: -38px;
  padding: 100px 0 0 0;
}

#spring2026 .inner {
  max-width: 790px;
  margin: 60px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #spring2026 .inner {
    margin: 40px auto;
  }
}

#spring2026 {
  color: #553025;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 基本タグ設定 */
  /* ユーティリティ */
  /* 2カラムレイアウト */
  /* セクション見出し */
  /* 動画関連 */
  /* ボタン・CTA関連 */
  /* 装飾画像 */
  /* コンテンツコンテナ */
  /* FAQ (アコーディオン) */
}
#spring2026 p {
  line-height: 1.6;
  padding-bottom: unset;
}
#spring2026 a {
  color: inherit;
}
#spring2026 img {
  padding-top: unset;
  padding-bottom: unset;
  width: 100%;
  height: auto;
}
#spring2026 .bg_wh {
  background: #fff;
}
#spring2026 .margin_center {
  margin-right: auto;
  margin-left: auto;
}
#spring2026 .al-center {
  text-align: center;
}
#spring2026 .mt_mid {
  margin-top: 48px;
}
#spring2026 .mt_sm {
  margin-top: 24px;
}
#spring2026 .mt_xs {
  margin-top: 1em;
}
#spring2026 .fc_primary {
  color: #f75321;
}
#spring2026 .col2_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  #spring2026 .col2_container {
    gap: 10px;
  }
}
#spring2026 .section_ttl {
  text-align: center;
}
#spring2026 .section_ttl .sm {
  font-size: 1.125rem;
  display: block;
}
#spring2026 .section_ttl .lg {
  font-size: 3.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #spring2026 .section_ttl .lg {
    font-size: 2.2rem;
  }
}
#spring2026 .section_lead {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #spring2026 .section_lead {
    word-break: auto-phrase;
    font-size: 1rem;
  }
}
#spring2026 .kv_video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#spring2026 .voice_movie {
  aspect-ratio: 16/9;
}
#spring2026 .voice_movie iframe {
  width: 100%;
  height: 100%;
}
#spring2026 .free_btn {
  display: block;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-weight: bold;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 1.4;
}
#spring2026 .free_btn .arrow {
  width: 1em;
  height: 1em;
  background: url(../images/lp_btn_arrow01.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
}
#spring2026 .round-img {
  display: none;
  width: 130px;
  /* 任意のサイズ */
  height: 130px;
  /* widthと同じ値にする */
  border-radius: 50%;
  /* 50%で正円になる */
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像を中央で綺麗に収める */
  background: #ffd9d9;
}
@media screen and (max-width: 767px) {
  #spring2026 .round-img {
    width: 120px;
    /* 任意のサイズ */
    height: 120px;
    /* widthと同じ値にする */
  }
}
#spring2026 .img_deco01,
#spring2026 .img_deco02 {
  position: relative;
}
#spring2026 .img_deco01:before,
#spring2026 .img_deco02:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 5%;
}
#spring2026 .btn_secondary {
  background-color: #00afe5;
}
@media screen and (max-width: 767px) {
  #spring2026 .btn_secondary {
    -webkit-box-shadow: 0 4px 0 #18708b;
            box-shadow: 0 4px 0 #18708b;
  }
}
#spring2026 .support_container {
  display: grid;
  grid-template-columns: 42% 48%;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  #spring2026 .support_container {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  #spring2026 .support_container .support_container_ttl {
    text-align: center;
  }
}
#spring2026 .support_container h3 {
  font-size: 1.5em;
  line-height: 1.3;
}
#spring2026 .voice_movie_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #spring2026 .voice_movie_wrapper {
    grid-template-columns: 1fr;
  }
}
#spring2026 .voice_container_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #spring2026 .voice_container_wrapper {
    grid-template-columns: 1fr;
  }
}
#spring2026 .voice_container {
  border-radius: 20px;
  border: 1px solid #f75321;
  background: #fff;
  padding: 20px;
}
#spring2026 .voice_container_ttl {
  display: grid;
  grid-template-columns: 25% 70%;
  gap: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#spring2026 .faq_list_wrapper dl {
  border-radius: 20px;
  background-color: #00afe5;
  padding: 1em;
  -webkit-box-shadow: 0 4px 0 #18708b;
          box-shadow: 0 4px 0 #18708b;
  position: relative;
  margin-bottom: 16px;
}
#spring2026 .faq_list_wrapper dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  cursor: pointer;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #spring2026 .faq_list_wrapper dl dt {
    font-size: 1rem;
  }
}
#spring2026 .faq_list_wrapper dl dd {
  margin-top: 1em;
  background: #fff;
  padding: 1em 1em 1em 2em;
}
#spring2026 .faq_list_wrapper dl dt {
  display: grid;
  grid-template-columns: 1fr 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#spring2026 .faq_list_wrapper dl dt:after {
  pointer-events: none;
  content: "＋";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #fff;
  color: #f75321;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#spring2026 .faq_list_wrapper dl.is-open dt:after {
  content: "−";
  rotate: 180deg;
  background: #0d5063;
  color: #fff;
}
#spring2026 .faq_list_txt .indent {
  margin-left: -1em;
  text-indent: 1em;
}

/* PC/SP 切り替え表示 */
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

/* CTA ----------------------------------------*/
.cta_2col .first,
.cta_2col .common {
  display: inline-block;
  /* transformを有効にするために必要 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* 動きを滑らかにする（0.3秒間） */
  text-decoration: none;
  /* 下線を消す（任意） */
}

.cta_2col .first:hover,
.cta_2col .common:hover {
  /* 上方向に10px移動させる */
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.cta_2col .first {
  position: relative;
}

.cta_2col .first:before {
  content: "";
  position: absolute;
  top: -140px;
  background: url(/images/seasonal/spring2026/lp_cta_pic01.webp) center center no-repeat;
  background-size: cover;
  width: 160px;
  height: 140px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cta_2col .first:before {
    top: -95px;
    width: 110px;
    height: 95px;
  }
}

.cta_2col .first.teacher-man:before {
  background: url(/images/seasonal/spring2026/lp_cta_pic02.webp) center center no-repeat;
  background-size: cover;
}

.cta_2col .first .tag {
  color: #fe3600;
  border: 4px solid #fe3600;
}

.cta_2col .common .tag {
  color: #49ae2b;
  border: 4px solid #49ae2b;
}

.cta_2col .first:after,
.cta_2col .common:after {
  content: "";
  width: 2em;
  height: 2em;
  background: url(https://www.ivykids.jp/wp-content/uploads/2025/11/ivy_251104_christmas_arrow01.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 0 -40%;
}
@media screen and (max-width: 767px) {
  .cta_2col .first:after,
  .cta_2col .common:after {
    width: 1.5em;
    height: 1.5em;
  }
}

.cta-grid {
  margin: 40px auto;
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
}
.cta-grid h2 {
  grid-area: 1/2/2/3;
}
.cta-grid p {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .cta-grid {
    grid-template-columns: 120px 1fr;
    grid-template-rows: repeat(2, auto);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .cta-grid h2 {
    grid-area: 1/1/2/3;
  }
  .cta-grid p {
    grid-area: 2/2/3/3;
  }
}

.cta_2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin: 30px auto;
  max-width: 640px;
}

.cta_2col .first {
  background: #fe3600;
  -webkit-box-shadow: 0px 3px 0px #862600;
          box-shadow: 0px 3px 0px #862600;
}

.cta_2col .common {
  background: #49ae2b;
  -webkit-box-shadow: 0px 3px 0px #235910;
          box-shadow: 0px 3px 0px #235910;
}

.cta_2col .first,
.cta_2col .common {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 25px 2% 15px;
  border-radius: 10px;
  font-weight: bold;
}

.cta_2col .tag {
  position: absolute;
  top: -0.5em;
  left: 50%;
  translate: -50%;
  border: 4px solid transparent;
  border-radius: 50px;
  width: 80%;
  max-width: 20em;
  background: #ffefd8;
  display: block;
}

.cta_2col .lg {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3;
  display: block;
  padding-right: 100px;
  height: 60px !important;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cta_2col .lg {
    padding-right: 30px;
    font-size: 1.2em;
  }
}

.grid-img {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 30px;
}
.grid-img img {
  width: 120px;
  height: 60px !important;
}
@media screen and (max-width: 767px) {
  .grid-img {
    gap: 10px;
  }
  .grid-img img {
    width: 60px;
    height: 60px !important;
  }
}

.cta_txt_wrapper p {
  font-size: 1.125rem;
  margin-top: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .cta_txt_wrapper p {
    margin-left: 100px;
    font-size: 0.875rem;
  }
}

/* CTA ----------------------------------------*/
#spring2026 .dot-3 {
  width: initial !important;
  margin: 30px auto !important;
  display: block;
}

/*slider ----------------------*/
/* 親コンテナを相対位置に設定し、左右に余白を作る */
.swiper-outer {
  position: relative;
  max-width: 1000px;
  /* スライダーの最大幅に合わせて調整 */
  margin: 0 auto;
  padding: 0 60px;
  /* ボタンを置くための左右スペース */
}

/* スライダー全体の幅を調整 */
.mySwiper {
  width: 100%;
  /* ページネーション用の余白 */
}

/* 矢印ボタンの位置調整 */
.swiper-button-prev,
.swiper-button-next {
  color: #7ac24a;
  /* 先ほどの緑色など、お好みの色に */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  /* デフォルトの余白をリセット */
}

/* 左ボタンをコンテナの左端に */
.swiper-button-prev {
  left: 0;
}

/* 右ボタンをコンテナの右端に */
.swiper-button-next {
  right: 0;
}

/* 各スライド内の画像をレスポンシブに */
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* もともとの装飾要素(span)の配置が崩れないように親を相対パスに */
.program_figure {
  position: relative;
}

/* スマホ時：画面が狭い場合は余白を消してボタンを重ねるか消す調整 */
@media (max-width: 768px) {
  .swiper-outer {
    padding: 0 10px;
    /* スマホでは余白を狭く */
  }
  /* スマホでは矢印を非表示にする場合 */
  /* .swiper-button-prev, .swiper-button-next { display: none; } */
}
/* Swiperコンテナに対して設定します */
.mySwiper {
  /* アクティブなドットの色 */
  --swiper-pagination-color: #7ac24a;
  /* 非アクティブなドットの色（必要に応じて） */
  --swiper-theme-color: #aaa;
}

/* ドット自体の不透明度やサイズを細かく調整したい場合 */
.swiper-pagination-bullet {
  background: #ccc;
  /* 非アクティブ時の色 */
  opacity: 1;
  /* 非アクティブ時もはっきり見せたい場合 */
}

.swiper-pagination-bullet-active {
  background: #7ac24a;
  /* アクティブ時の色 */
}

.schedule_table {
  border-collapse: collapse;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 40px auto;
}
.schedule_table .tag {
  font-size: 1rem;
  color: #f7422b;
  background: #ffdcd8;
  display: inline-block;
  padding: 0 1em;
  border-radius: 3px;
  font-weight: bold;
}

.schedule_table th {
  background: #efeff5;
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px;
}
.schedule_table td {
  border: 1px solid #ccc;
  padding: 7px;
  background: #fff;
}
.schedule_table .lg {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}
.schedule_table .caution {
  font-size: 0.9em;
  display: block;
}

.table-note-box {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.table-note {
  text-indent: -1em;
  padding-left: 1em;
}

.season_program {
  padding: 30px 20px;
  margin: 40px 0 0 0;
  background: #ffefef;
  background: url(../img/spring2025/main_bg_pink.webp) repeat-y;
  --mask: radial-gradient(33.54px at 50% 45px, #000 99%, #0000 101%) calc(50% - 30px) 0/60px 100%, radial-gradient(33.54px at 50% -30px, #0000 99%, #000 101%) 50% 15px/60px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.season_program_footer {
  display: block;
  content: "";
  height: 30px;
  width: 100%;
  background: #ffefef;
  background: url(../img/spring2025/main_bg_pink.webp) repeat-y;
  display: block;
  --mask: radial-gradient(33.54px at 50% calc(100% - 45px), #000 99%, #0000 101%) calc(50% - 30px) 0/60px 100%, radial-gradient(33.54px at 50% calc(100% + 30px), #0000 99%, #000 101%) 50% calc(100% - 15px) / 60px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.passed_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
  max-width: 400px;
  margin: 40px auto;
}

.text_lg {
  font-size: 24px;
  font-weight: bold;
}

h2.program_title {
  padding-top: 40px;
}
h2.program_title img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.congratulations_ttl {
  max-width: 400px;
  margin: 0 auto;
}

.passed_container {
  margin: 40px auto;
}

#spring2026 .note_area {
  color: #2d3a51;
}
#spring2026 .note_area .text_lg {
  text-align: center;
  font-size: 1.5em;
}
#spring2026 .note_area ul {
  font-size: 0.9em;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.q_a {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* access
--------------------- */
#access {
  width: 100%;
  padding: 50px 0 180px 0;
  background: url(../img/spring/main_bg02_pc.png) no-repeat 50% 100%;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  #access {
    background-size: 200% auto;
    padding: 50px 0 150px 0;
  }
}
.ret-btn {
  width: 320px;
  margin: 60px auto;
  padding-top: 30px;
}/*# sourceMappingURL=spring2026.css.map */