@font-face {
  font-family: "notoSansJp400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSansJp500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSansJp700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "notoSansKr800";
  src: url("../font/NotoSansKR-ExtraBold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@font-face {
  font-family: "roboto900";
  src: url("../font/Roboto-Black.woff");
}
.top-mv {
  padding: 16px 0 80px;
  position: relative;
  background-color: #F1F1EB;
}
.top-mv .is-anime .top-mv__item {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.top-mv .is-anime .top-mv__item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-mv .is-anime .top-mv__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-mv .is-anime .top-mv__guide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-mv .is-anime .top-mv__buttonGroup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.5s;
  transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.top-mv .is-anime .top-mv__catch {
  -webkit-animation: emphasis 1.3s forwards;
          animation: emphasis 1.3s forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@-webkit-keyframes emphasis {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes emphasis {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-mv .is-anime .top-mv__text {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.top-mv__marker {
  margin: 2px 0;
  padding: 0 6px;
  display: inline-block;
}
.top-mv__marker.--black {
  color: #fff;
  background-color: #222;
}
.top-mv__marker.--white {
  background-color: #fff;
}
.top-mv__marker b {
  color: #F10000;
}

.top-mv__swiperWrap {
  position: relative;
}
.top-mv__swiperWrap .swiper.is-off .swiper-button-prev {
  display: none;
}
.top-mv__swiperWrap .swiper.is-off .swiper-button-next {
  display: none;
}
.top-mv__swiperWrap .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}
.top-mv__swiperWrap .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.top-mv__swiperWrap .swiper-slide img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}
.top-mv__swiperWrap .swiper-pagination {
  max-width: 1230px;
  width: calc(100% - 40px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: unset;
}
@media screen and (min-width: 769px) {
  .top-mv__swiperWrap .swiper-pagination {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__swiperWrap .swiper-pagination {
    margin: 15px auto 0;
  }
}
.top-mv__swiperWrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  display: inline-block;
  opacity: 1;
  border: 1px solid #222;
  background-color: #fff;
}
.top-mv__swiperWrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
.top-mv__swiperWrap .swiper-button-prev,
.top-mv__swiperWrap .swiper-button-next {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 1000px;
  background-color: #222;
}
.top-mv__swiperWrap .swiper-button-prev:after,
.top-mv__swiperWrap .swiper-button-next:after {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mv__swiperWrap .swiper-button-prev,
  .top-mv__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .top-mv__swiperWrap .swiper-button-prev:after,
  .top-mv__swiperWrap .swiper-button-next:after {
    font-size: 22px;
  }
  .top-mv__swiperWrap .swiper-button-prev:hover,
  .top-mv__swiperWrap .swiper-button-next:hover {
    background-color: #0B318F;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__swiperWrap .swiper-button-prev,
  .top-mv__swiperWrap .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .top-mv__swiperWrap .swiper-button-prev:after,
  .top-mv__swiperWrap .swiper-button-next:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .top-mv__swiperWrap .swiper-button-prev {
    left: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__swiperWrap .swiper-button-prev {
    left: -40px;
  }
  .top-mv__swiperWrap .swiper-button-prev:after {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
}
@media screen and (min-width: 769px) {
  .top-mv__swiperWrap .swiper-button-next {
    right: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__swiperWrap .swiper-button-next {
    right: -40px;
  }
  .top-mv__swiperWrap .swiper-button-next:after {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

.top-mv__description {
  max-width: 745px;
  width: calc(100% - 40px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-mv__description {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__description {
    margin: 10px auto 0;
  }
}

.top-mv__announce {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.top-mv__announce:before {
  content: "";
  display: inline-block;
  background-color: #000;
}
.top-mv__announce:after {
  content: "";
  display: inline-block;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .top-mv__announce {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 38px;
  }
  .top-mv__announce:before {
    width: 4px;
    height: 50px;
    margin-right: 20px;
    -webkit-transform: translateY(4px) rotate(-35deg);
            transform: translateY(4px) rotate(-35deg);
  }
  .top-mv__announce:after {
    width: 4px;
    height: 50px;
    margin-left: 18px;
    -webkit-transform: translateY(8px) rotate(35deg);
            transform: translateY(8px) rotate(35deg);
  }
}
@media screen and (max-width: 768px) {
  .top-mv__announce {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 25px;
    text-align: center;
  }
  .top-mv__announce:before {
    width: 3px;
    height: 30px;
    margin-right: 15px;
    -webkit-transform: translateY(2px) rotate(-35deg);
            transform: translateY(2px) rotate(-35deg);
  }
  .top-mv__announce:after {
    width: 3px;
    height: 30px;
    margin-left: 13px;
    -webkit-transform: translateY(2px) rotate(35deg);
            transform: translateY(2px) rotate(35deg);
  }
}
.top-mv__announce span {
  font-family: roboto900, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .top-mv__announce span {
    font-size: 71px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__announce span {
    font-size: 45px;
  }
}
.top-mv__announce strong {
  color: #F10000;
}

.top-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .top-mv__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-mv__item {
  width: 100%;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  border: 2px solid #888;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mv__item:nth-child(2) {
    max-width: 228px;
  }
  .top-mv__item:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__item {
    padding: 10px 3px;
    font-size: 15px;
  }
  .top-mv__item:nth-child(3) {
    letter-spacing: -0.03em;
  }
  .top-mv__item:nth-child(n+2) {
    margin-top: 5px;
  }
}

.top-mv__box {
  border-radius: 8px;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .top-mv__box {
    padding: 30px 60px;
  }
  .top-mv__box:nth-child(n+2) {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__box {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .top-mv__box:nth-child(n+2) {
    margin: 15px auto 0;
  }
}

.top-mv__boxTitle {
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-mv__boxTitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__boxTitle {
    font-size: 17px;
  }
}
.top-mv__boxTitle span {
  display: inline-block;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .top-mv__boxTitle span {
    padding: 3px 6px 6px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__boxTitle span {
    padding: 3px 4px 4px;
  }
}

@media screen and (min-width: 769px) {
  .top-mv__boxList {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__boxList {
    margin-top: 10px;
  }
}

.top-mv__boxItem {
  line-height: 1.8;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
.top-mv__boxItem strong {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}

.top-mv__boxText {
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-mv__boxText {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__boxText {
    margin-top: 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top-mv__noteGroup {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__noteGroup {
    max-width: 420px;
    margin: 15px auto 0;
  }
}

.top-mv__note {
  padding-left: 1.1em;
  font-size: 14px;
  line-height: 1.35;
  text-indent: -1.1em;
}

.top-mv__buttonGroup {
  max-width: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (min-width: 769px) {
  .top-mv__buttonGroup {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__buttonGroup {
    margin: 40px auto 0;
  }
}

.top-mv__button {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-mv__button {
    max-width: 555px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__button {
    max-width: 420px;
    font-size: 15px;
  }
  .top-mv__button:nth-child(2) {
    margin-left: 10px;
  }
}
.top-mv__button.--black svg, .top-mv__button.--white svg {
  height: auto;
  -webkit-filter: none;
          filter: none;
}

.top-mv__guide {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .top-mv__guide {
    max-width: 500px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__guide {
    max-width: 360px;
    margin: 30px auto 0;
  }
}
.top-mv__guide svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .top-newsBlog {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-newsBlog {
    padding: 60px 0;
  }
}

.top-newsBlog__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-newsBlog__row {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-newsBlog__row {
    max-width: 540px;
    margin: 50px auto 30px;
  }
}

@media screen and (min-width: 769px) {
  .top-newsBlog__col {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .top-newsBlog__swiperWrap {
    margin-bottom: 50px;
  }
}
.top-newsBlog__swiperWrap .swiper-pagination {
  margin-top: 10px;
  position: unset;
  text-align: left;
}
.top-newsBlog__swiperWrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  display: inline-block;
  opacity: 1;
  border: 1px solid #222;
  background-color: #fff;
}
.top-newsBlog__swiperWrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}

.top-newsBlog__item:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .top-newsBlog__anchor:hover .top-newsBlog__itemTitle {
    text-decoration: none;
  }
}

.top-newsBlog__date {
  font-size: 14px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #888;
}

.top-newsBlog__itemTitle {
  margin-top: 5px;
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-newsBlog__itemTitle {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .top-newsBlog__itemTitle {
    font-size: 15px;
  }
}

.top-newsBlog__tagGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-newsBlog__tag {
  margin: 10px 6px 0 0;
  font-size: 12px;
  border-radius: 4px;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .top-newsBlog__tag {
    padding: 5px 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-newsBlog__tag {
    padding: 3px 8px;
  }
}

.top-newsBlog__buttonWrap {
  max-width: 290px;
  margin: 40px auto 0;
}

.top-newsBlog__button {
  font-size: 15px;
  font-family: roboto700, sans-serif;
  font-weight: 700;
}

.top-features {
  overflow: hidden;
  background-color: #F1F1EB;
}
@media screen and (min-width: 769px) {
  .top-features {
    padding: 58px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-features {
    padding: 40px 0 50px;
  }
}

.top-features__catch {
  line-height: 1.61;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #222;
}
@media screen and (min-width: 769px) {
  .top-features__catch {
    margin-top: 40px;
    font-size: clamp(30px, 4vw, 36px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-features__catch {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(25px, 7.5vw, 30px);
    letter-spacing: -0.01em;
  }
}

.top-features__guide {
  width: calc(100% - 40px);
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-features__guide {
    margin: 35px auto 50px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-features__guide {
    margin: 25px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-features__row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 769px) {
  .top-features__boxGroup {
    margin-top: 86px;
  }
}
@media screen and (max-width: 768px) {
  .top-features__boxGroup {
    margin-top: 50px;
  }
}

.top-features__box {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  position: relative;
  background-color: #fff;
}
.top-features__box.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s;
  transition: opacity 0.5s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.5s;
  transition: transform 1s, opacity 0.5s, -webkit-transform 1s;
}
.top-features__box.is-anime:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 769px) {
  .top-features__box {
    padding: 60px 30px 40px;
  }
  .top-features__box:nth-child(2) {
    padding: 60px 30px 80px;
  }
  .top-features__box:nth-child(n+2) {
    margin: 92px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-features__box {
    margin: 0 auto;
    padding: 60px 20px 30px;
  }
  .top-features__box:nth-child(n+2) {
    margin-top: 58px;
  }
}

@media screen and (min-width: 769px) {
  .top-features__boxDesc {
    max-width: 290px;
    width: 34%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-features__boxDesc {
    width: 100%;
  }
}

.top-features__boxNumber {
  position: absolute;
  left: 0;
  font-family: roboto900, sans-serif;
  font-weight: 900;
  color: #222;
}
@media screen and (min-width: 769px) {
  .top-features__boxNumber {
    top: -135px;
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-features__boxNumber {
    top: -95px;
    font-size: 75px;
  }
}

.top-features__en {
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: clamp(50px, 2vw, 59px);
  line-height: 1;
  font-family: roboto900, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .top-features__en {
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .top-features__en {
    top: -11px;
  }
}

.top-features__boxTitle {
  line-height: 1.46;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-features__boxTitle {
    margin-top: 60px;
    font-size: clamp(22px, 2.5vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .top-features__boxTitle {
    max-width: 540px;
    margin: 10px auto 0;
    position: relative;
    z-index: 3;
    font-size: 21px;
  }
}

.top-features__text {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-features__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-features__text {
    max-width: 540px;
    margin: 20px auto 0;
  }
}

.top-features__buttonWrap {
  max-width: 290px;
}
@media screen and (min-width: 769px) {
  .top-features__buttonWrap {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-features__buttonWrap {
    margin: 20px auto 0;
  }
}

.top-features__button {
  font-family: roboto700, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .top-features__boxImage {
    max-width: 570px;
    width: 63%;
    position: absolute;
    top: 0;
    left: 36%;
  }
}
@media screen and (max-width: 768px) {
  .top-features__boxImage {
    max-width: 370px;
    margin: 25px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-features__courseImage {
    max-width: 600px;
    width: 57%;
    position: absolute;
    top: 52%;
    left: 36%;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .top-features__figcaption {
    margin-top: -110px;
    position: relative;
    z-index: 0;
  }
  .top-features__figcaption:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.65);
  }
}

.top-features__itemTitle {
  margin-top: 20px;
  line-height: 1.95;
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-features__itemTitle {
    font-size: clamp(16px, 1.8vw, 20px);
  }
}

.top-features__itemText {
  margin-top: 20px;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .top-features__itemText {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .top-features__additional {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #222;
  }
}

.top-course {
  position: relative;
  overflow: hidden;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .top-course {
    padding: 166px 0 82px;
  }
}
@media screen and (max-width: 768px) {
  .top-course {
    padding: 132px 0 50px;
  }
}

.top-course__loop {
  position: absolute;
  top: 40px;
  left: 0;
}

.top-course__content {
  max-width: 1000px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
  .top-course__content {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-course__content {
    margin: 50px auto 0;
  }
}

.top-course__category {
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-course__category {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-course__category {
    font-size: 26px;
  }
}

.top-course__announce {
  margin-top: 20px;
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-course__announce {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-course__announce {
    font-size: 26px;
  }
}
.top-course__announce span {
  padding-left: 6px;
  background-color: #fff;
}

.top-course__read {
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.87;
  text-align: center;
}

.top-course__row {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .top-course__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .top-course__listWrap.--short {
    width: 48%;
  }
  .top-course__listWrap.--short:nth-child(n+2) {
    margin-left: 4%;
  }
  .top-course__listWrap.--medium {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .top-course__listWrap {
    max-width: 430px;
    margin: 0 auto;
  }
  .top-course__listWrap:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-course__listTitle {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top-course__listTitle {
    font-size: clamp(17px, 2.3vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .top-course__listTitle {
    font-size: 21px;
    text-align: center;
  }
}

.top-course__defineList {
  margin-top: 10px;
  background-color: #fff;
}

.top-course__define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

.top-course__defineTitle {
  padding: 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.top-course__defineTitle.--short {
  width: 100px;
}
.top-course__defineTitle.--medium {
  width: 42%;
}

.top-course__defineData {
  padding: 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
  background-color: #F1F1EC;
}
.top-course__defineData.--medium {
  width: calc(100% - 100px);
}
.top-course__defineData.--medium2 {
  width: 58%;
}

.top-course__noteList {
  max-width: 495px;
}
@media screen and (min-width: 769px) {
  .top-course__noteList {
    width: 48%;
    margin: 35px 0 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-course__noteList {
    max-width: 450px;
    margin: 30px auto 0;
  }
}

.top-course__note {
  padding-left: 1.8em;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1.8em;
}
.top-course__note:nth-child(n+2) {
  margin-top: 3px;
}

.top-course__buttonWrap {
  max-width: 290px;
  margin: 40px auto 0;
}

.top-course__button {
  font-size: 15px;
  font-family: roboto700, sans-serif;
  font-weight: 700;
}

.top-voice {
  overflow: hidden;
  background-color: #F1F1EC;
}
@media screen and (min-width: 769px) {
  .top-voice {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding: 50px 0;
  }
}

.top-voice__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-voice__swiperWrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-voice__swiperWrap {
    max-width: 893px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-voice__swiperWrap {
    max-width: 520px;
    margin: 30px auto 0;
    padding: 0 30px;
  }
}
.top-voice__swiperWrap .swiper-button-prev,
.top-voice__swiperWrap .swiper-button-next {
  width: 50px;
  height: 50px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 3;
  border-radius: 1000px;
  background-color: #222;
}
.top-voice__swiperWrap .swiper-button-prev:after,
.top-voice__swiperWrap .swiper-button-next:after {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-voice__swiperWrap .swiper-button-prev,
  .top-voice__swiperWrap .swiper-button-next {
    top: 26%;
  }
  .top-voice__swiperWrap .swiper-button-prev:after,
  .top-voice__swiperWrap .swiper-button-next:after {
    font-size: 20px;
  }
  .top-voice__swiperWrap .swiper-button-prev:hover,
  .top-voice__swiperWrap .swiper-button-next:hover {
    background-color: #0B318F;
  }
}
@media screen and (max-width: 768px) {
  .top-voice__swiperWrap .swiper-button-prev,
  .top-voice__swiperWrap .swiper-button-next {
    top: 34%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-voice__swiperWrap .swiper-button-prev:after,
  .top-voice__swiperWrap .swiper-button-next:after {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .top-voice__swiperWrap .swiper-button-prev {
    left: -8%;
  }
}
@media screen and (max-width: 768px) {
  .top-voice__swiperWrap .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .top-voice__swiperWrap .swiper-button-next {
    right: -8%;
  }
}
@media screen and (max-width: 768px) {
  .top-voice__swiperWrap .swiper-button-next {
    right: 0;
  }
}

.top-voice__name {
  margin-top: 20px;
  font-size: 18px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.top-voice__name b {
  font-size: clamp(20px, 2.6vw, 25px);
}

.top-voice__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}

.top-voice__text {
  margin-top: 12px;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .top-voice__text {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top-experience {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    background-color: #A7E6E6;
  }
  .top-experience:before {
    content: "";
    width: 94%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .top-experience {
    padding: 50px 0;
  }
}

.top-experience__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-experience__heading {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-experience__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) {
  .top-experience__stepList {
    max-width: 1000px;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__stepList {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

.top-experience__step {
  position: relative;
}
.top-experience__step:nth-child(n+2) {
  margin-top: 100px;
}
.top-experience__step:nth-child(n+2):before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background-color: #000;
}
.top-experience__step:nth-child(n+2):after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-experience__step {
    min-height: 280px;
    padding-right: clamp(250px, 51vw, 470px);
  }
  .top-experience__step:before {
    top: -70px;
  }
  .top-experience__step:after {
    top: -58px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__step:before {
    top: -70px;
  }
  .top-experience__step:after {
    top: -58px;
  }
}

@media screen and (min-width: 769px) {
  .top-experience__stepDescription {
    max-width: 470px;
  }
}

.top-experience__stepHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-experience__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
  font-family: roboto900, sans-serif;
  font-weight: 900;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .top-experience__number {
    width: 94px;
    height: 94px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__number {
    width: 74px;
    height: 74px;
    font-size: 11px;
  }
}
.top-experience__number b {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top-experience__number b {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__number b {
    font-size: 35px;
  }
}

.top-experience__stepTitle {
  padding: 0 20px;
  letter-spacing: 0.06em;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-experience__stepTitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__stepTitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .top-experience__stepTitle span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__stepTitle span {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .top-experience__imageWrap {
    max-width: 470px;
    width: 52%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__imageWrap {
    margin-top: 30px;
  }
}

.top-experience__stepText {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-experience__stepText {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-experience__stepText {
    margin-top: 20px;
  }
}

.top-flow {
  overflow: hidden;
  background-color: #F1F1EB;
}
@media screen and (min-width: 769px) {
  .top-flow {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 50px 0;
  }
}

.top-flow__headingRow {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-flow__content {
  max-width: 980px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
  .top-flow__content {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__content {
    margin: 50px auto 0;
  }
}

.top-flow__buttonWrap {
  max-width: 290px;
}
@media screen and (min-width: 769px) {
  .top-flow__buttonWrap {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__buttonWrap {
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-flow__guide {
    max-width: 500px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__guide {
    max-width: 360px;
    margin: 60px auto 0;
  }
}
.top-flow__guide svg {
  width: 100%;
  height: auto;
}

.top-flow__buttonGroup {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .top-flow__buttonGroup {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__buttonGroup {
    margin: 50px auto 0;
  }
}

.top-flow__button {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-flow__button {
    max-width: 480px;
    margin: 0 auto;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__button {
    max-width: 340px;
    font-size: 15px;
  }
  .top-flow__button:nth-child(2) {
    margin-left: 10px;
  }
}
.top-flow__button.--black svg, .top-flow__button.--white svg {
  height: auto;
  -webkit-filter: none;
          filter: none;
}

@media screen and (min-width: 769px) {
  .top-counseling {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-counseling {
    padding: 50px 0 60px;
  }
}

.top-counseling__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-counseling__heading {
  line-height: 1.35;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-counseling__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-counseling__heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) {
  .top-counseling__list {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .top-counseling__list {
    max-width: 420px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-counseling__item {
    width: 32.3333333333%;
  }
  .top-counseling__item:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .top-counseling__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-counseling__thumbWrap {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.top-counseling__thumbWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-counseling__anchor {
  display: block;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .top-counseling__anchor:hover {
    position: relative;
  }
  .top-counseling__anchor:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 2px solid rgba(34, 34, 34, 0.6);
  }
  .top-counseling__anchor:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.07);
            transform: translate(-50%, -50%) scale(1.07);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

.top-counseling__description {
  padding: 20px;
  background-color: #fff;
}

.top-counseling__date {
  font-size: 14px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #888;
}

.top-counseling__itemTitle {
  margin-top: 12px;
  line-height: 1.62;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-counseling__itemTitle {
    font-size: 15px;
    letter-spacing: -0.06em;
  }
}

.top-counseling__tagGroup {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-counseling__tag {
  margin: 6px 6px 0 0;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #A7E6E6;
}

.top-counseling__buttonWrap {
  max-width: 290px;
  margin: 60px auto 0;
}

.top-counseling__announce {
  margin: 100px 0;
  text-align: center;
}

.top-topic {
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .top-topic {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-topic {
    padding: 50px 0 60px;
  }
}

.top-topic__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-topic__heading {
  line-height: 1.35;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-topic__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-topic__heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) {
  .top-topic__list {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .top-topic__list {
    max-width: 420px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-topic__item {
    width: 32.3333333333%;
  }
  .top-topic__item:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .top-topic__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-topic__thumbWrap {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.top-topic__thumbWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-topic__anchor {
  display: block;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .top-topic__anchor:hover {
    position: relative;
  }
  .top-topic__anchor:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 2px solid rgba(34, 34, 34, 0.6);
  }
  .top-topic__anchor:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.07);
            transform: translate(-50%, -50%) scale(1.07);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

.top-topic__description {
  padding: 20px;
  background-color: #fff;
}

.top-topic__itemTitle {
  line-height: 1.62;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-topic__itemTitle {
    font-size: 15px;
    letter-spacing: -0.06em;
  }
}

.top-topic__buttonWrap {
  max-width: 290px;
  margin: 60px auto 0;
}

.top-topic__announce {
  margin: 100px 0;
  text-align: center;
}

.top-about {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-about {
    padding: 166px 0 82px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 182px 0 50px;
  }
}

.top-about__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.top-about__headingWrap {
  max-width: 1000px;
  margin: 0 auto;
}

.top-about__loop {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .top-about__loop {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__loop {
    top: 60px;
  }
}

.top-about-school {
  max-width: 1200px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 769px) {
  .top-about-school {
    margin: 116px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school {
    margin: 50px auto 0;
  }
}

.top-about-school__imageWrap {
  max-width: 322px;
  margin: 0 auto;
}

.top-about-school__text {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-about-school__text {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__text {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
  }
}

.top-about-school__defineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .top-about-school__defineList {
    margin-top: 86px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__defineList {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-about-school__define {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 769px) {
  .top-about-school__define {
    width: 24.25%;
    min-height: 225px;
    padding: 25px 5px;
  }
  .top-about-school__define:nth-child(n+2) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__define {
    width: 48%;
    min-height: 75px;
    padding: 15px 5px;
  }
  .top-about-school__define:nth-child(2n) {
    margin-left: 2%;
  }
  .top-about-school__define:nth-child(n+3) {
    margin-top: 10px;
  }
}

.top-about-school__defineTitle {
  font-family: notoSansJp400, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .top-about-school__defineTitle {
    font-size: clamp(18px, 2.7vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__defineTitle {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top-about-school__defineData {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__defineData {
    margin-top: 10px;
    font-size: 23px;
  }
}

.top-about-school__number {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-about-school__number {
    font-size: clamp(30px, 4vw, 52px);
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__number {
    font-size: clamp(20px, 8vw, 30px);
  }
}

.top-about-school__time {
  min-height: 20px;
  display: block;
}
@media screen and (min-width: 769px) {
  .top-about-school__time {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-school__time {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-about-school__note {
  margin-top: 20px;
  font-size: 14px;
}

.top-about-kadokawa {
  width: calc(100% - 20px);
}
@media screen and (min-width: 769px) {
  .top-about-kadokawa {
    margin: 86px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-about-kadokawa {
    margin: 40px auto 0;
  }
}

.top-about-kadokawa__logoWrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-about-kadokawa__logoWrap {
    max-width: 476px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-kadokawa__logoWrap {
    max-width: 286px;
  }
}

.top-about-kadokawa__title {
  line-height: 1.5;
  text-align: center;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-about-kadokawa__title {
    margin-top: 40px;
    font-size: 26px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .top-about-kadokawa__title {
    margin-top: 35px;
    font-size: 18px;
    text-align: center;
  }
}

.top-about-kadokawa__text {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .top-about-kadokawa__text {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-about-kadokawa__text {
    margin-top: 20px;
    font-size: 15px;
  }
}