@charset "UTF-8";
/*----------------------------------------------

夏期講習2025：ページ全体

---------------------------------------------*/
._sm25 {
  line-height: 1.75;
}
._sm25 * {
  box-sizing: border-box;
}
._sm25 .main-contents {
  margin-top: 0;
}
._sm25 img {
  width: 100%;
  height: auto;
}
._sm25 ._marker {
  background: rgb(246, 233, 0);
  background: linear-gradient(0deg, rgb(246, 233, 0) 0%, rgb(246, 233, 0) 59%, rgba(246, 233, 0, 0) 60%, rgba(246, 233, 0, 0) 100%);
}

/*----------------------------------------------

夏期講習2025：誘導ボタン

---------------------------------------------*/
.fixed-banner {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 130px;
}
.fixed-banner a {
  display: block;
  transition: 0.4s;
  cursor: pointer;
}

/*----------------------------------------------

夏期講習2025：ヘッダー

---------------------------------------------*/
.sm25-header__visual img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------

夏期講習2025：共通セクション

---------------------------------------------*/
.sm25-section {
  padding: 0 clamp(1.2rem, 0.2272rem + 3.04vw, 4rem);
  margin-top: clamp(4rem, 2.9568rem + 3.26vw, 7rem);
}
#qa .sm25-section__inner {
  margin: auto;
}
#custom .sm25-section__inner {
  margin: auto;
}
#curriculum .sm25-section__inner {
  margin: auto;
}
#advance .sm25-section__inner {
  margin: auto;
}
#message .sm25-section__inner {
  margin: auto;
}
#passer .sm25-section__inner {
  margin: auto;
}
#present .sm25-section__inner {
  margin: auto;
}
.sm25-section#custom {
  margin-top: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
}
.sm25-section#curriculum {
  padding-inline: calc(clamp(1.2rem, 0.2272rem + 3.04vw, 4rem) * 0.25);
}
.sm25-section#advance {
  background: #ddebea;
  padding-block: calc(clamp(4rem, 2.9568rem + 3.26vw, 7rem) * 1.2) clamp(4rem, 2.9568rem + 3.26vw, 7rem);
}
.sm25-section#message {
  padding-block: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
  margin-top: 0;
}
.sm25-section#passer {
  background: #02528e url("../../images/_sm25/sm25_passer_bg.png") center/cover no-repeat;
  padding-block: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
  margin-top: 0;
}
.sm25-section#present {
  background: #219393 url("../../images/_sm25/sm25_present_bg.svg") center/182px 210px repeat;
  margin-top: 0;
  overflow: hidden;
}

/*----------------------------------------------

夏期講習2025：QUESTION / ANSWER

---------------------------------------------*/
.sm25-qa {
  border-radius: 12px;
  background: #d2e3f1;
  padding: min(40px, 4vw) min(48px, 4vw) min(48px, 5vw) min(84px, 6vw);
  color: #02528e;
}
.sm25-qa__items {
  display: grid;
  gap: 20px;
  margin: 0;
}
.sm25-qa__item {
  position: relative;
}
.sm25-qa__item._answer::after {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  width: 30%;
  background: url("../../images/_sm25/sm25_qa_photo.jpg") center/contain no-repeat;
  border-radius: 999vw;
  right: 0;
  top: -16px;
}
.sm25-qa__heading {
  font-size: clamp(3rem, 2.792rem + 0.65vw, 3.6rem);
  border-bottom: 3px solid #02528e;
  line-height: 1;
  padding-bottom: 0.25em;
}
.sm25-qa__heading img {
  width: 130px;
}
._answer .sm25-qa__heading {
  margin-right: 35%;
}
.sm25-qa__text {
  padding: 0;
  margin: 2em 0 0;
  display: grid;
  align-items: center;
}
._question .sm25-qa__text {
  font-size: clamp(1.4rem, 0.984rem + 1.3vw, 2.6rem);
  margin-top: 1em;
}
._answer .sm25-qa__text {
  color: #000;
  font-size: clamp(1.2rem, 1.0624rem + 0.43vw, 1.6rem);
}

/*----------------------------------------------

夏期講習2025：あなただけの夏期講習

---------------------------------------------*/
.sm25-custom {
  position: relative;
}
.sm25-custom::before {
  aspect-ratio: 150/180;
  left: -110px;
  bottom: 20px;
  background: url("../../images/_sm25/sm25_custom_illst_1.svg") center/contain no-repeat;
  width: 150px;
  rotate: 15deg;
}
.sm25-custom::after {
  aspect-ratio: 150/180;
  right: -120px;
  top: 130px;
  background: url("../../images/_sm25/sm25_custom_illst_2.svg") center/contain no-repeat;
  width: 150px;
  rotate: -30deg;
}
.sm25-custom__heading {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: clamp(2rem, 1.6512rem + 1.09vw, 3rem);
  color: #02528e;
  gap: 1em;
}
.sm25-custom__heading::before, .sm25-custom__heading::after {
  content: "";
  height: 1px;
  border-top: 1px dotted #888;
}
.sm25-custom__heading > p span {
  display: block;
}
.sm25-custom__body {
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
}

.sm25-custom-list__items {
  display: grid;
  gap: 2em;
}
.sm25-custom-list__heading {
  font-size: clamp(1.4rem, 1.192rem + 0.65vw, 2rem);
  background: #02528E;
  background: linear-gradient(90deg, rgb(2, 82, 142) 0%, rgb(44, 166, 224) 100%);
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 0.1em 1em;
}
.sm25-custom-list__text {
  padding: 0 1em;
  margin: 1em 0 0;
}
.sm25-custom-list__text strong {
  color: #d95277;
}

/*----------------------------------------------

夏期講習2025：カリキュラム

---------------------------------------------*/
.sm25-curriculum__body {
  background: #fff;
  border-radius: 30px;
  padding: calc(clamp(1.2rem, 0.2272rem + 3.04vw, 4rem) * 0.8) clamp(1.2rem, 0.2272rem + 3.04vw, 4rem);
}
.sm25-curriculum__heading {
  display: none;
}
.sm25-curriculum__heading br {
  display: block;
}
.sm25-curriculum__contents {
  margin-top: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
}

.sm25-curriculum-features__items {
  list-style: none;
  padding: 0;
  margin: auto;
  display: grid;
  max-width: 20em;
  gap: 1em;
}
.sm25-curriculum-features__item {
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 2rem;
}
.sm25-curriculum-features__item:nth-of-type(1) {
  background: #137eba;
}
.sm25-curriculum-features__item:nth-of-type(2) {
  background: #13bc64;
}
.sm25-curriculum-features__item:nth-of-type(3) {
  background: #ccbd32;
}

.sm25-curriculum-contents__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
}
.sm25-curriculum-contents__heading {
  background: #02528e;
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 0.8864rem + 0.98vw, 2.1rem);
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
  padding: 0.5em 2em;
  transition-property: opacity;
  transition-duration: 0.2s;
  cursor: pointer;
}
.sm25-curriculum-contents__heading > p {
  padding: 0;
  margin: 0;
}
.sm25-curriculum-contents__heading[aria-expanded=true] ._more span {
  display: none;
}
.sm25-curriculum-contents__heading[aria-expanded=true] ._more::before {
  content: "閉じる";
  text-decoration: underline;
}
.sm25-curriculum-contents__heading[aria-expanded=true] ._more::after {
  margin-top: 0.3em;
  rotate: 225deg;
}
.sm25-curriculum-contents__heading ._title span {
  display: block;
}
.sm25-curriculum-contents__heading ._title span:first-child::after {
  content: "/";
  margin-inline: 0.5em 0;
}
.sm25-curriculum-contents__heading ._more {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 1em;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin-top: 0.25em;
}
.sm25-curriculum-contents__heading ._more span {
  text-decoration: underline;
}
.sm25-curriculum-contents__heading ._more::after {
  content: "";
  line-height: 1;
  aspect-ratio: 1;
  width: 0.5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  rotate: 45deg;
  margin-top: -0.3em;
  transition-property: rotate, margin;
  transition-duration: 0.2s;
}
.sm25-curriculum-contents__data {
  margin: 1.5em 0 0;
  padding: 0;
  display: grid;
  align-items: center;
  gap: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
}
.sm25-curriculum-contents__table {
  margin: 0;
  padding: 0;
  display: block;
  align-self: start;
}
.sm25-curriculum-contents__table picture {
  margin: 0;
  padding: 0;
}
.scroll-table .sm25-curriculum-contents__table {
  min-width: 640px;
}
.sm25-curriculum-note {
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
  letter-spacing: 0.06em;
}
.sm25-curriculum-note__item {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 1em;
}
.sm25-curriculum-note__heading {
  color: #02528e;
  text-align-last: justify;
  letter-spacing: 0;
}
.sm25-curriculum-note__data {
  padding: 0;
  margin: 0;
}

.sm25-curriculum-price {
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
  letter-spacing: 0.06em;
  margin-top: 1.5em;
}
.sm25-curriculum-price__note {
  margin: 0;
}
.sm25-curriculum-price__note strong {
  color: #d95277;
}
.sm25-curriculum-price__total {
  margin: 0;
  font-size: clamp(1.8rem, 1.9376rem - 0.43vw, 1.4rem);
}
.sm25-curriculum-price__total strong {
  font-size: 130%;
  color: #d95277;
}
.sm25-curriculum-price__total strong span {
  font-size: 75%;
}

/*----------------------------------------------

夏期講習2025：一味違う個別指導塾

---------------------------------------------*/
.sm25-advance__heading {
  background: #219393;
  color: #fff;
  font-size: clamp(1.8rem, 1.2432rem + 1.74vw, 3.4rem);
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  line-height: 1.5;
}
.sm25-advance__body {
  background: #fff;
  padding: clamp(2rem, 1.3056rem + 2.17vw, 4rem) clamp(2rem, 1.3056rem + 2.17vw, 4rem) 0;
}

.sm25-advance-list {
  max-width: 960px;
  margin: auto;
}
.sm25-advance-list__items {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sm25-advance-list__heading {
  font-size: clamp(1.6rem, 1.4624rem + 0.43vw, 2rem);
  color: #219393;
  padding: 0;
  margin: 0;
}
.sm25-advance-list__text {
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
  padding: 0;
  margin: 1em 0 0;
}

.sm25-advance-message {
  margin-top: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
}
.sm25-advance-message__catch {
  font-size: clamp(1.3rem, 1.0216rem + 0.87vw, 2.1rem);
  color: #219393;
  font-weight: bold;
  display: grid;
  grid-template-columns: auto 1fr auto;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  padding: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: max-content;
}
.sm25-advance-message__catch::before, .sm25-advance-message__catch::after {
  content: "";
  width: 2px;
  height: 1.2em;
  background: #219393;
}
.sm25-advance-message__catch::before {
  rotate: -15deg;
}
.sm25-advance-message__catch::after {
  rotate: 15deg;
}
.sm25-advance-message__title {
  font-size: clamp(1.8rem, 1.5216rem + 0.87vw, 2.6rem);
  color: #219393;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.sm25-advance-message__title span {
  display: block;
}
.sm25-advance-message__title span:first-child {
  margin-right: 0.25em;
}
.sm25-advance-message__text {
  font-size: clamp(1.2rem, 1.0624rem + 0.43vw, 1.6rem);
  position: relative;
  padding: 0 0 0 0;
}
.sm25-advance-message__text strong {
  color: #219393;
}
.sm25-advance-message__text::after {
  content: "";
  aspect-ratio: 410/270;
  background: url("../../images/_sm25/sm25_advance_message_photo_1.png") center bottom/contain no-repeat;
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 2em auto 0;
}

/*----------------------------------------------

夏期講習2025：メッセージ

---------------------------------------------*/
.sm25-message {
  max-width: 640px;
  margin: auto;
  position: relative;
  padding-bottom: 110px;
}
.sm25-message::before, .sm25-message::after {
  position: absolute;
  bottom: calc(clamp(2rem, 1.3056rem + 2.17vw, 4rem) * -1);
  aspect-ratio: 220/180;
  width: 140px;
  content: "";
}
.sm25-message::before {
  background: url("../../images/_sm25/sm25_message_illust_2.svg") center bottom/contain no-repeat;
  left: 46%;
}
.sm25-message::after {
  background: url("../../images/_sm25/sm25_message_illust_1.svg") center bottom/contain no-repeat;
  right: 46%;
}
.sm25-message__contents {
  width: 100%;
}
.sm25-message__contents:not(:first-child) {
  margin-top: clamp(3.2rem, 2.6432rem + 1.74vw, 4.8rem);
}
.sm25-message__heading {
  color: #d95277;
  font-size: clamp(1.8rem, 1.5216rem + 0.87vw, 2.6rem);
  padding: 0;
  margin: 0;
}
.sm25-message__heading._center {
  text-align: center;
}
.sm25-message__body {
  margin-top: 1em;
}
.sm25-message__text {
  font-size: clamp(1.2rem, 1.0624rem + 0.43vw, 1.6rem);
  padding: 0;
  margin: 0;
}

.sm25-message-strong {
  background: rgba(217, 82, 119, 0.2);
  border-radius: 12px;
  padding: 0.5em;
  margin-block: 0.5em;
}
.sm25-message-strong__items {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.sm25-message-strong__item strong {
  color: #d95277;
}

/*----------------------------------------------

夏期講習2025：合格実績

---------------------------------------------*/
.sm25-passer {
  display: grid;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  padding: calc(clamp(1.6rem, 0.7648rem + 2.61vw, 4rem) * 0.6) clamp(1.6rem, 0.7648rem + 2.61vw, 4rem);
  gap: 1em;
  max-width: 540px;
  margin: auto;
}
.sm25-passer__heading {
  font-size: 2rem;
  color: #02528e;
  text-align: center;
  padding: 0 1em;
  margin: 0;
}
.sm25-passer__heading br {
  display: none;
}
.sm25-passer-list__items {
  display: grid;
  gap: 1em;
  margin: 0;
}
.sm25-passer-list__item ._item::before {
  content: "";
  background: center/contain no-repeat;
  aspect-ratio: 1;
  width: 0.8em;
  margin-top: 0.475em;
}
.sm25-passer-list__item:nth-of-type(odd) ._item::before {
  background-image: url("../../images/_sm25/sm25_passer_bullet_1.svg");
}
.sm25-passer-list__item:nth-of-type(even) ._item::before {
  background-image: url("../../images/_sm25/sm25_passer_bullet_2.svg");
}
.sm25-passer-list__item:nth-of-type(4) {
  position: relative;
}
.sm25-passer-list__item:nth-of-type(4)::after {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  margin-top: 1em;
  background: url("../../images/_sm25/sm25_passer_illust_1.svg") center bottom/contain no-repeat;
}
.sm25-passer-list__title {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.4944rem + 0.33vw, 1.9rem);
  color: #fff;
  background: #02528e;
  text-align: center;
}
.sm25-passer-list__list {
  margin: 1em 0 0;
  padding: 0;
}
.sm25-passer-list__list ._items {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 16em;
  margin-inline: auto;
}
.sm25-passer-list__list ._item {
  font-weight: bold;
  font-size: clamp(1.35rem, 1.29888rem + 0.16vw, 1.5rem);
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
}
.sm25-passer-list__list ._item > p {
  margin: 0;
  padding: 0;
}
.sm25-passer-list__list ._item > p span {
  font-size: 80%;
  vertical-align: middle;
  margin-left: 0.5em;
}

/*----------------------------------------------

夏期講習2025：プレゼント

---------------------------------------------*/
.sm25-present {
  padding: clamp(2rem, 1.3056rem + 2.17vw, 4rem) 0;
  position: relative;
}
.sm25-present::before, .sm25-present::after {
  background: center/contain no-repeat;
  position: absolute;
}
.sm25-present::before {
  aspect-ratio: 250/160;
  left: -80px;
  top: -10px;
  width: 220px;
  background: url("../../images/_sm25/sm25_present_illst_1.svg") center/contain no-repeat;
}
.sm25-present::after {
  aspect-ratio: 130/115;
  right: -30px;
  top: 35%;
  width: 110px;
  background: url("../../images/_sm25/sm25_present_illst_2.svg") center/contain no-repeat;
}
.sm25-present__body > p {
  line-height: 2;
  font-size: clamp(1.2rem, 0.992rem + 0.65vw, 1.8rem);
  font-weight: bold;
  color: #efe528;
  text-align: center;
  margin: 0;
  padding: 0;
}
.sm25-present__body > p ._mini {
  display: initial;
}
.sm25-present__buttons {
  margin-top: 2em;
  text-align: center;
}
.sm25-present__button {
  background: #efe528;
  color: #219393;
  text-align: center;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 0.75em;
  align-items: center;
  font-weight: bold;
  padding: 1em 1.5em 0.9em;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.5296rem + 0.22vw, 1.8rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition-property: background-color, box-shadow;
  transition-duration: 0.2s;
}
.sm25-present__button::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #219393;
  border-top: 2px solid #219393;
  rotate: 45deg;
  margin-top: -0.1em;
  transition-property: translate;
  transition-duration: 0.2s;
}

.sm25-flow {
  background: #d2e3f1;
  padding: clamp(2rem, 1.3056rem + 2.17vw, 4rem) clamp(1.2rem, 0.2272rem + 3.04vw, 4rem);
}
.sm25-flow__inner {
  background: #fff;
  border-radius: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
  position: relative;
  padding: clamp(1.2rem, 0.2272rem + 3.04vw, 4rem) clamp(1.6rem, 0.416rem + 3.7vw, 5rem);
  border: 1px solid #02528e;
  max-width: 820px;
  box-sizing: border-box;
  margin: auto;
}
.sm25-flow__catch {
  font-weight: bold;
  text-align: center;
  color: #02528e;
  letter-spacing: 0.08em;
  margin: 0;
}
.sm25-flow__buttons {
  text-align: center;
  border-bottom: 1px solid #02528e;
  padding: 1em 0 1.5em;
}
.sm25-flow__buttons .button {
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  margin: 0;
  font-weight: bold;
  padding: 1em;
  background: #137eba;
}
.sm25-flow__contents {
  padding: 0 clamp(0rem, -1.7376rem + 5.43vw, 5rem);
}
.sm25-flow__heading {
  font-size: clamp(2.1rem, 1.9944rem + 0.33vw, 2.4rem);
  letter-spacing: 0.14em;
  color: #137eba;
  text-align: center;
}
.sm25-flow__items {
  list-style: none;
  padding: 0;
  counter-reset: li;
}
.sm25-flow__item {
  position: relative;
  padding-left: 4em;
}
.sm25-flow__item::before {
  position: absolute;
  counter-increment: li;
  content: "step" counter(li);
  font-weight: bold;
  color: #137eba;
  left: 0;
}
.sm25-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ccbd32;
  margin: 0.5em 0;
}
.sm25-flow__sub-title {
  color: #137eba;
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  margin: 0;
}
.sm25-flow__contact {
  max-width: 300px;
}
.sm25-flow__contact a {
  display: block;
}
.sm25-flow__text {
  margin: 0;
}
@media only screen and (min-width: 640px){
  .sm25-present__body > p ._mini {
    display: none;
  }
}
@media only screen and (any-hover: hover) and (min-width: 768px){
  .sm25-curriculum-contents__heading:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px){
  ._sm25 .main-contents {
    margin-top: 0;
  }
  .fixed-banner {
    right: -5px;
    top: 55px;
    left: initial;
    bottom: initial;
    width: 14vw;
    max-width: 180px;
  }
  #qa .sm25-section__inner {
    max-width: 1280px;
  }
  #custom .sm25-section__inner {
    max-width: 1280px;
  }
  #curriculum .sm25-section__inner {
    max-width: 1280px;
  }
  #advance .sm25-section__inner {
    max-width: 1280px;
  }
  #message .sm25-section__inner {
    max-width: 1280px;
  }
  #passer .sm25-section__inner {
    max-width: 1280px;
  }
  #present .sm25-section__inner {
    max-width: 1280px;
  }
  .sm25-section#curriculum {
    background: url("../../images/_sm25/sm25_curriculum_bg.jpg") center top/100% repeat;
    padding-inline: calc(clamp(1.2rem, 0.2272rem + 3.04vw, 4rem) * 0.5);
    padding-block: clamp(4rem, 2.9568rem + 3.26vw, 7rem);
  }
  .sm25-section#advance {
    margin-top: 0;
  }
  .sm25-qa__items {
    grid-template-columns: 1fr 1.4fr auto;
    gap: min(64px, 4vw);
  }
  .sm25-qa__items::after {
    content: "";
    aspect-ratio: 1;
    width: 216px;
    background: url("../../images/_sm25/sm25_qa_photo.jpg") center/contain no-repeat;
    border-radius: 999vw;
  }
  .sm25-qa__item {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .sm25-qa__item._answer::after {
    content: none;
  }
  .sm25-qa__heading img {
    width: 16vw;
    max-width: 150px;
  }
  ._answer .sm25-qa__heading {
    margin-right: 0;
  }
  .sm25-qa__text {
    margin-top: 1em;
  }
  ._question .sm25-qa__text {
    margin-top: 0;
  }
  .sm25-custom__heading {
    gap: 0.5em;
  }
  .sm25-custom__heading > p {
    display: grid;
    grid-template-columns: auto auto;
  }
  .sm25-custom__heading > p span:first-child::after {
    content: "ー";
    margin-inline: 0.25em;
  }
  .sm25-custom-list__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 5em;
  }
  .sm25-custom-list__text {
    line-height: 2;
    margin: 1.5em 0 0;
    padding: 0 3em;
  }
  .sm25-curriculum__body {
    margin-top: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
  }
  .sm25-curriculum__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: clamp(2rem, 1.3056rem + 2.17vw, 4rem);
    color: #02528e;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }
  .sm25-curriculum-features__items {
    max-width: 960px;
    grid-template-columns: repeat(3, 1fr);
  }
  .sm25-curriculum-features__item {
    font-size: 1.8rem;
  }
  .sm25-curriculum-contents__heading {
    cursor: default;
  }
  .sm25-curriculum-contents__heading ._title span {
    display: inline;
  }
  .sm25-curriculum-contents__heading ._title span:first-child::after {
    margin-inline: 0.5em;
  }
  .sm25-curriculum-contents__heading ._more {
    display: none;
  }
  .sm25-advance__heading {
    padding: 0.25em 1em 0.25em 1em;
  }
  .sm25-advance__heading br {
    display: none;
  }
  .sm25-advance-list__items {
    grid-template-columns: 1.3fr 1fr;
    gap: 1.5em 4em;
  }
  .sm25-advance-message__catch {
    display: inline-grid;
  }
  .sm25-advance-message__title {
    display: grid;
    justify-content: start;
    grid-template-columns: repeat(2, auto);
  }
  .sm25-advance-message__text {
    padding: 0 45% clamp(2rem, 1.3056rem + 2.17vw, 4rem) 0;
  }
  .sm25-advance-message__text::after {
    width: 45%;
    position: absolute;
    right: -3%;
    bottom: 0;
    translate: 0 12.5%;
  }
  .sm25-passer {
    max-width: 800px;
  }
  .sm25-passer-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm25-passer-list__item:nth-of-type(4)::after {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60%;
  }
  .sm25-present::before, .sm25-present::after {
    content: "";
  }
  .sm25-present__button {
    padding: 1em 2em;
    gap: 1em;
  }
  .sm25-flow {
    padding: clamp(4rem, 2.9568rem + 3.26vw, 7rem) clamp(1.2rem, 0.2272rem + 3.04vw, 4rem);
  }
  .sm25-flow__contact {
    display: flex;
    gap: 1em;
    max-width: initial;
  }
  .sm25-flow__contact a {
    flex-grow: 1;
  }
  .sm25-flow__contact a._mail {
    flex-basis: 55%;
  }
  .sm25-flow__contact a._tel {
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 960px){
  .fixed-banner {
    top: 70px;
    right: -10px;
  }
  .sm25-curriculum-features__items {
    gap: 3em;
    grid-template-columns: repeat(3, 1fr);
  }
  .sm25-curriculum-features__item {
    font-size: 2rem;
  }
  .sm25-advance__heading::before {
    content: "";
    aspect-ratio: 160/120;
    width: 160px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: url("../../images/_sm25/sm25_advance_illust_1.svg") center bottom/contain no-repeat;
  }
  .sm25-message {
    padding-bottom: 0;
    width: 60%;
  }
  .sm25-message::before, .sm25-message::after {
    width: 160px;
  }
  .sm25-message::before {
    left: initial;
    right: -200px;
  }
  .sm25-message::after {
    right: initial;
    left: -200px;
  }
  .sm25-passer {
    max-width: initial;
    gap: 2em;
    grid-template-columns: auto 1fr;
  }
  .sm25-passer__heading br {
    display: block;
  }
  .sm25-present::before {
    width: 250px;
    left: -40px;
  }
  .sm25-present::after {
    width: 130px;
    right: 40px;
  }
}
@media only screen and (min-width: 1024px){
  .sm25-curriculum__heading br {
    display: none;
  }
  .sm25-curriculum-contents__data {
    grid-template-columns: 1.65fr 1fr;
  }
}
@media only screen and (min-width: 1200px){
  .sm25-custom::before, .sm25-custom::after {
    content: "";
    position: absolute;
  }
  .sm25-message::before, .sm25-message::after {
    width: 220px;
  }
  .sm25-message::before {
    right: -260px;
  }
  .sm25-message::after {
    left: -260px;
  }
  .sm25-passer-list__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (any-hover: hover){
  .fixed-banner a:hover {
    opacity: 0.7;
  }
  [data-is-disabled=false] .sm25-curriculum-contents__heading:hover {
    opacity: 0.7;
  }
  .sm25-present__button:hover {
    background: #f6f087;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  .sm25-present__button:hover::after {
    translate: 50%;
  }
}