@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
}

img {
  vertical-align: top; /* img下の隙間を消す */
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

a, button, [role=tab] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* タップ時のハイライトを消す */
}

address {
  font-style: normal;
}

/* スクリーンリーダーオンリー */
.sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.l-w-school_inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1260px;
}
@media screen and (max-width: 767px) {
  .l-w-school_inner {
    padding: 0 22px;
  }
}
@media screen and (min-width: 768px) {
  .pcOnly { display: block;}
  .spOnly { display: none;}
}
@media screen and (max-width: 767px) {
  .pcOnly { display: none;}
  .spOnly { display: block;}
}

.c-w-school_bg__color {
  background: linear-gradient(to right, #FDD23E 50%, #54C3F1 50%);
}

.c-w-school_bg__color--revers {
  background: linear-gradient(to left, #FDD23E 50%, #54C3F1 50%);
}

.c-w-school_bg__grid {
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_grid-line.png") repeat center center/1200px;
}

.c-w-school_btn {
  display: block;
  display: grid;
  position: relative;
  place-content: center;
  border: 5px solid #000;
  background-color: #FFF;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.11;
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .c-w-school_btn {
    transition: all 0.05s ease 0s;
  }
  .c-w-school_btn:hover {
    background-color: #FF737A;
  }
}
@media (hover: none) {
  .c-w-school_btn:active {
    background-color: #FF737A;
  }
}
@media screen and (max-width: 767px) {
  .c-w-school_btn {
    min-height: clamp(40px, 0.184rem + 10.18vw, 80px);
    font-size: clamp(1.4rem, 0.064rem + 3.56vw, 2.8rem);
  }
}
.c-w-school_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: none;
  border-left: none;
  width: 16px;
  height: 16px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-w-school_btn::after {
    right: 10px;
    border-width: 4px;
    width: 11px;
    height: 11px;
  }
}

.c-w-school_btn--tall {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 118px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-w-school_btn--tall {
    min-height: clamp(59px, 0.2704rem + 15.01vw, 118px);
    font-size: clamp(1.8rem, 0.0832rem + 4.58vw, 3.6rem);
  }
}

.c-w-school_btn__dark {
  background-color: #000;
  color: #FFF;
}
.c-w-school_btn__dark::after {
  border-color: #FFF;
}
@media (hover: hover) {
  .c-w-school_btn__dark:hover {
    color: #000;
  }
  .c-w-school_btn__dark:hover::after {
    border-color: #000;
  }
}
@media (hover: none) {
  .c-w-school_btn__dark:active {
    color: #000;
  }
  .c-w-school_btn__dark:active::after {
    border-color: #000;
  }
}

/*===============================
KV
===============================*/
.kv {
  position: relative;
  overflow: hidden;
}

.kv__catch {
  position: relative;
  z-index: 10;
  margin: 90px auto 0;
  width: 55%;
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  .kv__catch {
    margin: 146px auto 0;
    width: 92%;
    max-width: 422px;
  }
  .kv__catch img {
    width: 100%;
  }
}

.kv__lead {
  position: relative;
  z-index: 10;
}

.kv__lead__img {
  margin: 34px auto 0;
  width: 41.5%;
  max-width: 581px;
}
@media screen and (max-width: 767px) {
  .kv__lead__img {
    margin: 163px auto 0;
    width: 92%;
  }
}

.kv__text1-area, .kv__text2-area {
  display: grid;
  position: absolute;
  top: -11px;
  place-content: center;
  aspect-ratio: 302/282;
  width: clamp(169px, 0.0096rem + 21.99vw, 308px);
}
@media screen and (max-width: 767px) {
  .kv__text1-area, .kv__text2-area {
    top: -155px;
    aspect-ratio: 190/195;
    width: 190px;
  }
}

.kv__text1-area {
  left: 50%;
  translate: calc(-100% - clamp(162px, 0.0384rem + 21.04vw, 295px)) 0;
  rotate: -15deg;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/img_kv_balloon01-pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .kv__text1-area {
    translate: calc(-100% - 14px) 0;
    rotate: 30deg;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/img_kv_balloon01-sp.png") no-repeat center center/cover;
  }
}

.kv__text2-area {
  right: 50%;
  translate: calc(100% + clamp(156px, -0.5616rem + 21.04vw, 289px)) 0;
  rotate: 15deg;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/img_kv_balloon02-pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .kv__text2-area {
    translate: calc(100% + 14px) 0;
    rotate: -30deg;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/img_kv_balloon02-sp.png") no-repeat center center/cover;
  }
}

.kv__text1, .kv__text2 {
  font-weight: 700;
  font-size: clamp(1.4rem, 0.4272rem + 1.27vw, 2.2rem);
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv__text1, .kv__text2 {
    line-height: 1.42;
  }
}

.kv__text1 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .kv__text1 {
    rotate: -45deg;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .kv__text2 {
    rotate: 45deg;
    margin-top: 0;
  }
}

.kv__ashirai {
  display: flex;
  position: absolute;
  top: 0;
  justify-content: center;
  z-index: 0;
  margin-top: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv__ashirai {
    margin-top: 0;
  }
}

.kv__ashirai__img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -52% 0;
  width: 105%;
  max-width: 1470px;
  height: auto;
}
/*===============================
About
===============================*/
.about {
  padding: 104px 0 129px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 51px 0 63px;
  }
}

.about__inner {
  max-width: 1060px;
}

.about__content:not(:first-child) {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .about__content:not(:first-child) {
    margin-top: 42px;
  }
}

.about__title {
  border-bottom: 8px solid #000;
  padding-bottom: 23px;
  font-weight: 700;
  font-size: clamp(2rem, 1.2688rem + 1.95vw, 4rem);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__title {
    border-bottom: 6px solid #000;
    padding-bottom: 12px;
  }
}

.about__text {
  margin-top: 21px;
  font-size: clamp(1.4rem, 1.2544rem + 0.39vw, 1.8rem);
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 11px;
    line-height: 1.43;
  }
}

/*===============================
message
===============================*/
.message {
  position: relative;
  padding-top: 110px;
  padding-bottom: 119px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 51px;
    padding-bottom: 71px;
  }
}
.message::before, .message::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  content: "";
}
.message::before {
  top: 0;
  translate: -50% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_message01-pc.webp") no-repeat center 30px/contain;
  width: 111%;
  max-width: 1370px;
}
@media screen and (max-width: 767px) {
  .message::before {
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_message01-sp.webp") no-repeat center 30px/contain;
    width: 333px;
  }
}
.message::after {
  top: -10px;
  translate: -44% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_message02-pc.webp") no-repeat center bottom 21px/contain;
  width: 70%;
  max-width: 885px;
}
@media screen and (max-width: 767px) {
  .message::after {
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_message02-sp.webp") no-repeat center bottom 21px/contain;
    width: 235px;
  }
}

.message-title {
  margin: 0 auto;
  width: 100%;
  max-width: 577px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message-title {
    max-width: 223px;
  }
}

.message__list {
  margin-top: 40px;
}

.message__item {
  position: relative;
  border: 5px solid #000;
  background-color: #FFF;
  padding: 59px 0 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__item {
    padding: 116px 0 34px;
  }
}

.message__item__title {
  position: relative;
  margin: 0 auto;
  padding: 0 0.5em 9px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__item__title {
    padding: 0 0 18px;
    font-size: 1.8rem;
  }
}
.message__item__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(to right, #FDD23E 50%, #54C3F1 50%);
  background-size: 33.3333% 100%;
  width: 100%;
  height: 5px;
  content: "";
}
@media screen and (max-width: 767px) {
  .message__item__title::after {
    background-size: 50% 100%;
    width: min(100%, 65vw);
  }
}

.message__item__content {
  display: flex;
  margin-top: 23px;
  padding-right: clamp(36px, -1.6256rem + 6.8vw, 79px);
  padding-left: clamp(34px, -2.7968rem + 8.07vw, 85px);
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media screen and (max-width: 767px) {
  .message__item__content {
    display: block;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 31px;
  }
}

.message__item__text {
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .message__item__text {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.message__item__text_sub {
  font-size: 1.6rem;
  line-height: 1.78;
  text-align: right;
  margin-top: 2.0rem;
}

.message__item__img {
  flex-shrink: 0;
  margin-top: 8px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .message__item__img {
    display: flex;
    align-items: start;
    gap: 13px;
    margin-top: 20px;
    width: 100%;
  }
  .message__item__img img {
    width: 47%;
  }
}

.message__item__img__caption {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .message__item__img__caption {
    margin-top: -4px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.message__item__img__caption span {
  font-size: 0.96rem;
}

.message__item:not(:first-child) {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .message__item:not(:first-child) {
    margin-top: 42px;
  }
}
.message__item:nth-child(1) .message__item__img__caption {
  margin-left: -110px;
  width: 320px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .message__item:nth-child(1) .message__item__img__caption {
    text-align: left;
  }
}
@media screen and (max-width: 1279px) {
  .message__item:nth-child(1) .message__item__img__caption {
    margin-left: 0;
    width: 100%;
  }
}
.message__item:nth-child(2) .message__item__content {
  flex-direction: row-reverse;
}

.message__item__footer {
  margin-top: 31px;
  padding-right: clamp(36px, -1.6256rem + 6.8vw, 79px);
  padding-left: clamp(34px, -2.7968rem + 8.07vw, 85px);
}
@media screen and (max-width: 767px) {
  .message__item__footer {
    margin-top: 24px;
    padding-right: 30px;
    padding-left: 31px;
  }
}

.message__item__footer__content {
  display: flex;
  border-top: 3px solid #000;
  padding-top: 21px;
  padding-bottom: 39px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 767px) {
  .message__item__footer__content {
    display: block;
    padding-bottom: 3px;
  }
}

.message__item__footer__img {
  flex-shrink: 0;
  width: 177px;
}
@media screen and (max-width: 767px) {
  .message__item__footer__img {
    margin: 0 auto;
    width: 141px;
  }
}

@media screen and (max-width: 767px) {
  .message__item__footer__text {
    margin-top: 15px;
  }
}

.message__item__footer__title {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .message__item__footer__title {
    font-size: 1.4rem;
  }
}

.message__item__footer__note {
  margin-top: 7px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .message__item__footer__note {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.message__item__ashirai-1 {
  position: absolute;
  top: calc(0px - clamp(35px, -9.2rem + 17.19vw, 128px));
  left: -50px;
  width: 21.83%;
  min-width: 175px;
  max-width: 262px;
}
@media screen and (max-width: 767px) {
  .message__item__ashirai-1 {
    top: -38px;
    left: 50%;
    translate: -50% 0;
    rotate: 5deg;
  }
}

.message__item__ashirai-2 {
  position: absolute;
  top: calc(0px - clamp(50px, 3.5008rem + 1.95vw, 60px));
  right: calc(0px - clamp(35px, 0.5008rem + 3.91vw, 55px));
  rotate: 15deg;
  width: 21.83%;
  min-width: 167px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .message__item__ashirai-2 {
    top: -15px;
    left: 50%;
    translate: -50% 0;
    rotate: 10deg;
  }
}

/*===============================
CTA
===============================*/
.cta {
  padding-top: 129px;
  padding-bottom: 119px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cta {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}

.cta__title {
  position: absolute;
  top: -60px;
  left: 12px;
  translate: -100% 0;
}
@media screen and (max-width: 1279px) {
  .cta__title {
    position: static;
    translate: 0 0;
    width: 100%;
  }
}

.cta__title--right {
  position: absolute;
  top: -60px;
  right: 5px;
  translate: 100% 0;
}
@media screen and (max-width: 1279px) {
  .cta__title--right {
    position: static;
    translate: 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .cta__title__img {
    display: block;
    margin: 0 auto;
    padding-bottom: 9px;
    width: 73.5714%;
  }
  .cta__title__img img {
    width: 100%;
  }
}

.cta__inner {
  position: relative;
  max-width: 642px;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    width: 84%;
  }
}

.cta__btn__itme {
  margin: 0;
}
.cta__btn__itme:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cta__btn__itme:not(:first-child) {
    margin-top: clamp(13px, -0.3216rem + 4.33vw, 30px);
    margin-top: 15px;
  }
}

/*===============================
faq
===============================*/
.faq {
  position: relative;
  padding-top: 102px;
  padding-bottom: 128px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 63px;
    padding-bottom: 68px;
  }
}
.faq::before, .faq::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  content: "";
}
.faq::before {
  top: 34px;
  translate: -48.5% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_faq01-pc.webp") no-repeat center 30px/contain;
  width: 100%;
  max-width: 1318px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faq::before {
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_faq01-tab.webp") no-repeat center 30px/contain;
  }
}
@media screen and (max-width: 767px) {
  .faq::before {
    top: -8px;
    translate: -50% 0;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_faq01-sp.webp") no-repeat center 30px/contain;
    width: 348px;
  }
}
.faq::after {
  top: -24px;
  translate: -42.4% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_faq02-pc.webp") no-repeat center bottom 21px/contain;
  width: 100%;
  max-width: 1203px;
}
@media screen and (max-width: 767px) {
  .faq::after {
    top: 7px;
    translate: -60% 0;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_faq02-sp.webp") no-repeat center bottom 21px/contain;
    width: 187px;
  }
}

.faq__content {
  position: relative;
  z-index: 0;
}

.faq-title {
  margin: 0 auto;
  width: 100%;
  max-width: 898px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-title {
    max-width: 284px;
  }
}

.faq__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px 41px;
  margin-top: 92px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    flex-direction: column;
    align-items: center;
    gap: 75px 41px;
    margin-top: 60px;
  }
}

.faq__item {
  position: relative;
  width: 100%;
  max-width: 371px;
  max-width: clamp(326px, 25.8496rem + 8.79vw, 371px);
}
.faq__item::before {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
  border: 5px solid #000;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: "";
}
@media screen and (max-width: 767px) {
  .faq__item::before {
    top: -4px;
    left: -4px;
    border: 4px solid #000;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
}
.faq__item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -43%;
  z-index: 10;
  border: 5px solid #000;
  border-radius: 50%;
  background-color: #FFF;
  width: 100px;
  height: 100px;
  content: "";
}
@media screen and (max-width: 767px) {
  .faq__item::after {
    border: 4px solid #000;
    width: 89px;
    height: 89px;
  }
}

.faq__item__text-area {
  position: relative;
  z-index: 20;
  background-color: #FFF;
  padding: 37px 0 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .faq__item__text-area {
    padding: 31px 0 43px;
  }
}

.faq__item__title {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faq__item__title {
    font-size: clamp(1.8rem, 0.9008rem + 1.17vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .faq__item__title {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}

.faq__item__no {
  display: block;
  position: absolute;
  top: -47px;
  left: 50%;
  translate: -50% 0;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__item__note {
  position: relative;
  margin-top: 17px;
  padding: 17px 43px 0;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faq__item__note {
    font-size: clamp(1.4rem, 1.1008rem + 0.39vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .faq__item__note {
    margin-top: 23px;
    padding: 19px 40px 0;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.faq__item__note::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(to left, #FDD23E 50%, #54C3F1 50%);
  width: calc(100% - 86px);
  height: 5px;
  content: "";
}

.faq__item__link {
  display: inline;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}
@media (hover: hover) {
  .faq__item__link {
    transition: all 0.3s ease 0s;
  }
  .faq__item__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .faq__item__link:active {
    opacity: 0.7;
  }
}

/*===============================
cta2
===============================*/
.cta2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 104px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta2 {
    padding-top: 46px;
    padding-bottom: 61px;
  }
}
.cta2::before, .cta2::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  content: "";
}
.cta2::before {
  top: -6px;
  translate: -56.3% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_cta2-01-pc.webp") no-repeat center 30px/contain;
  width: 78%;
  max-width: 1072px;
}
@media screen and (max-width: 767px) {
  .cta2::before {
    top: -15px;
    translate: -51% 0;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_cta2-01-sp.webp") no-repeat center 30px/contain;
    width: 336px;
  }
}
.cta2::after {
  bottom: 27px;
  translate: -49.2% 0;
  background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_cta2-02-pc.webp") no-repeat bottom/contain;
  width: 100%;
  max-width: 1251.6px;
}
@media screen and (max-width: 767px) {
  .cta2::after {
    top: -22px;
    translate: -63% 0;
    background: url("https://syusei.ac.jp/wp-content/themes/syusei/assets/img/w-school/bg_cta2-02-sp.webp") no-repeat center bottom/contain;
    width: 247.65px;
  }
}

.cta2__title {
  margin: 0 auto;
  width: 92%;
  max-width: 1104px;
}
@media screen and (max-width: 767px) {
  .cta2__title {
    max-width: 395px;
  }
}

.cta2__btn {
  margin: 20px auto 0;
  max-width: 860px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .cta2__btn {
    max-width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .cta2__btn {
    margin: 12px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cta2__btn .c-w-school_btn--tall {
    font-size: clamp(3.2rem, 2.4896rem + 0.93vw, 3.6rem);
  }
}
@media screen and (max-width: 767px) {
  .cta2__btn .c-w-school_btn--tall {
    font-size: clamp(1.8rem, 0.464rem + 3.56vw, 3.2rem);
  }
}

.u-w-school_sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-w-school_sp-only {
    display: block;
  }
}

.u-w-school_sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-w-school_sp-hidden {
    display: none;
  }
}

.u-w-school_w-school_pc-only {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-w-school_w-school_pc-only {
    display: block;
  }
}

.u-w-school_pc-hidden {
  display: block;
}
@media screen and (min-width: 1280px) {
  .u-w-school_pc-hidden {
    display: none;
  }
}

.u-w-school_inline-block {
  display: inline-block;
}
