.cta__top-item.cta__top-item--2 {
  background: #F1FBFC;
}

.cta__top-item.cta__top-item--2 .lbl {
  background: #12CAD5;
}

.cta__top-item.cta__top-item--2 .title,
.cta__top-item.cta__top-item--2 .link {
  color: #12CAD5;
}

.cta__banner .cta__btn {
  color: #12CAD5;
}

@media (min-width: 1361px) {
  .cta__banner .cta__btn {
    width: 345px;
  }
}

.cta__banner .cta__btn:after {
  filter: brightness(0) saturate(100%) invert(68%) sepia(61%) saturate(3820%) hue-rotate(140deg) brightness(105%) contrast(86%);
}

#tuition .intro__ttl span {
  color: #12CAD5;
}

#tuition .box .p2 {
  color: #12CAD5;
}

h2.c-circle-title span {
  display: inline-block;
}

h2.c-circle-title span strong {
  color: #12CAD5;
}

.c-boxContent .item h3 {
  background: linear-gradient(to bottom, #0BC9D3, #77DCF4);
}

.c-boxContent .item p span {
  background: #FFF6C6;
}

.c-boxContent .item p {
  font-weight: bold;
}

.list-cols.list-cols--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.c-boxContent .list-cols {
  margin-top: 30px;
}

.list-cols__item p {
  margin-top: 15px;
}

.list-cols__item .note {
  margin-top: 10px;
}

.c-ribbonTtl {
  margin-bottom: 60px;
}

section#night .intro .label span,
section#day .intro .label span {
  background: #11CAD5;
}

section#night .intro .label span:after,
section#day .intro .label span:after {
  border-color: #11CAD5 transparent transparent transparent;
}

.flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.flow dl {
  background: linear-gradient(to bottom, #0BC9D3, #77DCF4);
  color: #fff;
  padding: 14px 10px 16px;
  border-radius: 20px;
  position: relative;
}

.flow dl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  height: 2px;
  width: 20px;
  background: #12CAD5;
}

.flow dt {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #fff;
  color: #12CAD5;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.flow dd {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: calc(26/17);
}

.c-boxContent li:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy41IiBoZWlnaHQ9IjMzLjUiIHZpZXdCb3g9IjAgMCAzMy41IDMzLjUiPgogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtY2hlY2stY2lyY2xlIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1jaGVjay1jaXJjbGUiIGQ9Ik0zNC4wNjMsMTcuMzEzQTE2Ljc1LDE2Ljc1LDAsMSwxLDE3LjMxMy41NjMsMTYuNzUsMTYuNzUsMCwwLDEsMzQuMDYzLDE3LjMxM1pNMTUuMzc1LDI2LjE4MiwyNy44LDEzLjc1NGExLjA4MSwxLjA4MSwwLDAsMCwwLTEuNTI4TDI2LjI3NSwxMC43YTEuMDgxLDEuMDgxLDAsMCwwLTEuNTI4LDBMMTQuNjExLDIwLjgzMyw5Ljg3OSwxNi4xYTEuMDgxLDEuMDgxLDAsMCwwLTEuNTI4LDBMNi44MjMsMTcuNjI5YTEuMDgxLDEuMDgxLDAsMCwwLDAsMS41MjhsNy4wMjQsNy4wMjRhMS4wODEsMS4wODEsMCwwLDAsMS41MjgsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjU2MyAtMC41NjMpIiBmaWxsPSIjMTJjYWQ1Ii8+Cjwvc3ZnPgo=");
}

.c-boxContent li span {
  color: #12CAD5;
}

#voices1 {
  background: #FAF8F9;
  padding: 120px 0;
}

#voices2 {
  background: #FAF8F9;
  padding: 120px 0;
}

#night .c-keyPointTtl .txt {
  font-size: 48px;
  line-height: calc(81/48);
  margin-top: 10px;
}

section#night {
  background: #E3F5FF;
}

section#day {
  background: #F1FBFC;
}

#day .c-keyPointTtl .txt {
  font-size: 26px;
  margin-top: 10px;
}

#day .intro .note {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

#day .c-keyPointTtl {
  margin-bottom: 15px;
}

#day .intro .main-image {
  margin-top: 40px;
}

.flow dl:nth-child(5n):after {
  display: none;
}

.c-labelTtl {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .c-labelTtl {
    margin-bottom: 50px;
  }

  .list-cols.list-cols--2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }

  #night .c-keyPointTtl .txt {
    font-size: 2.4rem;
  }

  .c-ribbonTtl {
    margin-bottom: 50px;
  }

  .flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 40px;
  }

  .flow dl:after {
    top: auto;
    bottom: 0;
    width: 2px;
    height: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(100%);
  }

  .flow dl {
    padding: 15px;
  }

  .flow dt {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 7px;
  }

  .flow dd {
    font-size: 15px;
  }

  section#voices1 {
    padding: 80px 0;
  }

  #day .c-keyPointTtl .txt {
    font-size: 18px;
  }

  #day .intro .main-image {
    margin-top: 35px;
  }

  section#voices2 {
    padding: 80px 0;
  }
}

/* 2025-10-14 */
@media (max-width: 767px) {
  .cta__top {
    flex-direction: column;
  }
}