#training .box__item.box__item--2 .box__group3 {
  background: #FF546E;
}

#training .box__item.box__item--2 .label {
  background: #FF546E;
}

.cta__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 40px;
}

.cta__top .cta__top-item {
  border-radius: 20px;
  overflow: hidden;
}

.cta__top dl {
  display: flex;
}

.cta__top-item.cta__top-item--1 {
  background: #FFFDE2;
}

.cta__top-item.cta__top-item--1 .title,
.cta__top-item.cta__top-item--1 .link {
  color: #5CA431;
}

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

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

.cta__top dt {
  flex-basis: 214.76px;
}

.cta__top dd {
  flex: auto;
  padding: 15px 37px;
  align-self: center;
}

.cta__top .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.cta__top-item.cta__top-item--1 .title {
  font-size: 30px;
}

.cta__top-item.cta__top-item--2 .title {
  font-size: 25px;
  margin-top: -5px;
}

.cta__top p {
  font-size: 17px;
  line-height: calc(28/17);
}

.cta__top .link {
  font-weight: bold;
  margin-top: 13.5px;
}

.cta__top .lbl {
  font-size: 14px;
  color: #fff;
  background: #FE7D90;
  border-radius: 999px;
  padding: 0px 12px;
  display: inline-block;
  line-height: 1.5;
}

.cta__top a:hover {
  opacity: .7;
}

.cta__box {
  display: block;
  padding: 15px;
  position: relative;
}

.cta__box:hover {
  opacity: .7;
}

.cta__box .inner {
  border: 2px solid #FE7D90;
  padding: 0 20px;
}

.cta__box .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}

.cta__box .inner .image {
  display: flex;
  align-items: center;
  margin-top: -12px;
  flex-shrink: 0;
}

.cta__box .inner .image .fig {
  max-width: 102px;
  position: relative;
  top: 17px;
  margin-left: 39px;
  /* z-index: -1; */
}

.cta__box .inner .image .text {
  max-width: 276.39px;
  position: relative;
  top: 12px;
}

.cta__box .lbl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 176px;
  height: 43px;
  background: #FE7D90;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.cta__box .lbl:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 43px 16px;
  border-color: transparent transparent #fe7d90 transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.cta__box .inner .content {
  flex-basis: 574px;
  flex-shrink: 0;
  margin-left: 30px;
  margin-top: -12px;
}

.cta__box .content .box {
  display: flex;
  align-items: center;
}

.cta__box .box__item.box__item--1 {
  width: 43.37%;
}

.cta__box .box__item.box__item--2 {
  width: 53.65%;
}

.cta__box .content .box>svg {
  margin: 0 -11px;
  position: relative;
}

.cta__box .box__item {
  background: #FFF3F4;
  min-height: 113px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.cta__box .box__item.box__item--1 p {
  font-size: 17px;
  line-height: calc(28/17);
}

.cta__box .box__item.box__item--1 p strong {
  font-size: 36px;
  line-height: 1.2;
}

.cta__box .box__item.box__item--2 p {
  font-size: 20px;
  line-height: 1.3;
  /* display: flex; */
  /* flex-direction: column; */
  /* width: 100%; */
  margin-top: -20px;
}

.cta__box .box__item.box__item--2 p strong {
  font-size: 22px;
}

.cta__box .box__item.box__item--2 p small {
  font-size: 13px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  text-align: left;
  font-weight: 500;
}

.cta__box .box__item.box__item--2 p span {
  position: relative;
  /* flex-direction: column; */
}

.cta__box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #FE7D90;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

section.cta {
  padding: 120px 0;
}

@media (max-width: 1140px) {
  .cta__box .wrap {
    flex-direction: column;
  }

  .cta__box .inner .content {
    flex-basis: unset;
    margin: 0;
  }

  .cta__box .inner .image {
    margin-top: 0;
  }

  .cta__box .inner .image .fig {
    top: 0;
  }

  .cta__box .inner {
    padding: 30px 20px 45px;
  }
}

@media (max-width: 767px) {
  section.cta {
    padding: 80px 0;
  }

  .cta__top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cta__top dl {
    display: block;
  }

  .cta__top dd {
    padding: 20px 20px 30px;
  }

  .cta__top p {
    font-size: 15px;
    line-height: calc(25.5/15);
  }

  .cta__top .link {
    font-size: 16px;
  }

  .cta__top-item.cta__top-item--2 .title {
    font-size: 24px;
    margin-top: -2.5px;
  }

  .cta__top .title {
    margin-bottom: 5px;
  }

  .cta__top {
    margin-bottom: 20px;
  }

  .cta__box .content .box {
    display: block;
  }

  .cta__box .box__item {
    width: 100% !important;
    padding: 20px 15px;
  }

  .cta__box .box__item.box__item--2 p {
    font-size: 16px;
    margin-top: -10px;
    line-height: 1.4;
  }

  .cta__box .box__item.box__item--2 p strong {
    font-size: 20px;
  }

  .cta__box .box__item.box__item--2 p small {
    font-size: 10px;
    bottom: -2px;
  }

  .cta__box .content .box>svg {
    margin: -15px auto;
    width: 38px;
    height: 38px;
    display: block;
  }
}

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

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

/* 2025-09-03 */
@media (max-width: 767px) {
  .c-labelTtl {
    margin-bottom: 50px;
  }

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

  .cta__box .inner .image .text {
    width: 77.4%;
    top: 0;
  }

  .cta__box .inner .image .fig {
    width: 19.83%;
    margin-left: 0;
    margin-top: 6.4px;
  }

  .cta__box .inner .image {
    align-items: flex-start;
  }
}



.l-content.p-diff>.cta:first-child {
  padding-top: 0;
}

.cta__top .link+.link {
  margin-top: 7px;
}

.cta__banner {
  position: relative;
}

.cta__banner .cta__btn-wr {
  position: absolute;
  right: 32px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.cta__banner .cta__btn-wr__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

.cta__banner .cta__btn {
  margin-top: 0;
  width: 335px;
  height: 42px;
  font-size: 16px;
  margin-top: 0;
}

.cta__banner .cta__btn:after {
  right: 11px;
}

section#tuition .intro {
  text-align: center;
  margin-bottom: 60px;
}

section#tuition .intro__lbl {
  width: 280.42px;
  margin: 0 auto 10px;
  max-width: 100%;
}

#tuition .intro__ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

#tuition .intro__ttl span {
  color: #FF7D90;
}

#tuition .box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
  padding: 50px 15px;
}

#tuition .box__inner {
  max-width: 1100px;
  margin: 0 auto;
}

#tuition .box .p1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

#tuition .box .p2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #FF7D90;
  margin-bottom: 40px;
}

#tuition .box .image {
  width: 792px;
  max-width: 100%;
  margin: 0 auto;
}

.c-circle-title {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

h2.c-circle-title span {
  background: #fff;
  padding: 0 25px;
  display: inline-block;
}

section#training {
  padding-top: 90px;
}

section#training .intro {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
}

section#training .intro .p1 {
  font-size: 22px;
  font-weight: bold;
}

section#training .intro .p1 span {
  color: #FF7D90;
}

section#training .intro .p2 {
  margin-top: 20px;
}

section#training .intro .p3 {
  background: #FBF8F9;
  border-radius: 20px;
  display: inline-block;
  padding: 20px 25px;
  margin-top: 20px;
}

section#training .intro .p4 {
  margin-top: 20px;
}

section#training .intro a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#training .box__heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FE7D90;
  margin-bottom: 40px;
}

#training .box__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

#training .box__inner {
  padding: 80px 35px 35px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}

#training .box__ttl {
  position: relative;
  width: 395.35px;
  margin: 0 auto -65px;
  max-width: 100%;
}

#training .box__ttl h4 {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: .09em;
}

#training .box__group1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  position: relative;
}

#training .box__group1-item {
  background: #FCF8F9;
  border-radius: 10px;
  min-height: 201.68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: .05em;
}

#training .box__group1>svg {
  position: absolute;
  width: 57.68px;
  height: 57.68px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#training .box__group1-item .p1 {
  font-size: 18px;
  line-height: calc(29/18);
  margin-bottom: 10px;
}

#training .box__group1-item .label {
  font-size: 15px;
  background: #FF7D90;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  min-width: 79.17px;
  text-align: center;
  border-radius: 30px;
  padding: 0 25px;
}

#training .box__group1-item .p2 {
  font-size: 25px;
}

#training .box__group2 {
  background: #E6E6E6;
  border-radius: 10px;
  padding: 22px 45px;
  display: flex;
  justify-content: space-between;
  letter-spacing: .05em;
  font-weight: bold;
  align-items: center;
  margin-top: 15px;
}

#training .box__group2 dt {
  font-size: 18px;
  line-height: 1;
}

#training .box__group2 dd {
  font-size: 25px;
  line-height: 1;
}

#training .box__arrow {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

#training .box__group3 {
  background: #FF7D90;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 22px 45px;
  align-items: center;
}

#training .box__group3 dt {
  text-align: center;
  font-size: 24px;
  line-height: calc(36/24);
}

#training .box__group3 dd {
  font-size: 34px;
  line-height: 1;
}

section#support {
  padding: 120px 0;
}

section#support .intro {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
}

.c-boxLbl-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
}

.c-boxLbl__box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, .16);
  padding: 100px 15px 60px;
}

.c-boxLbl__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.c-boxLbl__heading {
  max-width: 524px;
  margin: 0 auto -65px;
  position: relative;
}

.c-boxLbl__heading h3 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
}

.c-boxLbl__cols.c-boxLbl__cols--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.c-boxLbl__ttl {
  font-size: 20px;
  border-bottom: 2px solid #FF7D90;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.c-boxLbl__item.c-boxLbl__item--1 .c-boxLbl__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

.c-boxLbl__bgTxt {
  background: #FCF8F9;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  letter-spacing: .05em;
  font-weight: bold;
}

p {}

.c-boxLbl__bgTxt p {
  font-size: 22px;
  line-height: calc(36/22);
}

.c-boxLbl__bgTxt p strong {
  font-size: 34px;
  color: #FE7D90;
  text-decoration: underline;
  text-underline-offset: 5px;
}

h4.c-boxLbl__ttl.c-boxLbl__ttl--blue {
  border-color: #11CAD5;
}

.c-boxLbl__note {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.c-boxLbl__item.c-boxLbl__item--2 {
  display: flex;
  flex-direction: column;
}

.c-boxLbl__item.c-boxLbl__item--2 .c-boxLbl__content {
  flex: auto;
}

.c-boxLbl__item.c-boxLbl__item--2 .c-boxLbl__bgTxt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn01.c-btn01--xl {
  width: 610px;
  height: 114px;
  border-radius: 999px;
  font-size: 24px;
}

.c-buttonList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 80px;
}

.c-btn01--pinkbold {
  background: #FF546E;
  color: #fff;
}

.c-btn01--pinkbold:after,
.c-btn01--pinklight:after {
  filter: none;
}

.c-btn01--pinklight {
  background: #FF7B8E;
  color: #fff;
}

.c-btn01--golden-yellow {
  background: #FEC505;
}

.c-btn01--yellow {
  background: #FEF205;
}

.c-btn01--xl:after {
  width: 30px;
  height: 30px;
  right: 44px;
}

section#support .c-buttonList {
  margin-top: 120px;
}

section#night {
  background: #F2F5FF;
  padding: 120px 0;
}

section#night .intro .label,
section#day .intro .label {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

section#night .intro .label span,
section#day .intro .label span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #FE7D90;
  color: #fff;
  padding: 4px 20px;
  border-radius: 999px;
  position: relative;
}

section#night .intro .label span:after,
section#day .intro .label span:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 7.5px 0 7.5px;
  border-color: #FE7D90 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(calc(100% - 1px));
}

#night .main-image,
#day .main-image {
  max-width: 550px;
  margin: 0 auto 60px;
}

.c-boxContent {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
  padding: 50px 15px;
}

.c-boxContent__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c-boxContent .item h3 {
  background: linear-gradient(to bottom, #FF7B8E, #FF90A3);
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  padding: 7px 16.5px;
  margin-bottom: 20px;
}

.c-boxContent .list-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-boxContent .list-image .image {
  flex-basis: 380px;
  flex-shrink: 0;
  margin-left: 30px;
}

.c-boxContent li {
  position: relative;
  padding-left: 43px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.c-boxContent li:before {
  content: '';
  width: 33.5px;
  height: 33.5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy41IiBoZWlnaHQ9IjMzLjUiIHZpZXdCb3g9IjAgMCAzMy41IDMzLjUiPgogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtY2hlY2stY2lyY2xlIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1jaGVjay1jaXJjbGUiIGQ9Ik0zNC4wNjMsMTcuMzEzQTE2Ljc1LDE2Ljc1LDAsMSwxLDE3LjMxMy41NjMsMTYuNzUsMTYuNzUsMCwwLDEsMzQuMDYzLDE3LjMxM1pNMTUuMzc1LDI2LjE4MiwyNy44LDEzLjc1NGExLjA4MSwxLjA4MSwwLDAsMCwwLTEuNTI4TDI2LjI3NSwxMC43YTEuMDgxLDEuMDgxLDAsMCwwLTEuNTI4LDBMMTQuNjExLDIwLjgzMyw5Ljg3OSwxNi4xYTEuMDgxLDEuMDgxLDAsMCwwLTEuNTI4LDBMNi44MjMsMTcuNjI5YTEuMDgxLDEuMDgxLDAsMCwwLDAsMS41MjhsNy4wMjQsNy4wMjRhMS4wODEsMS4wODEsMCwwLDAsMS41MjgsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjU2MyAtMC41NjMpIiBmaWxsPSIjZmY3ZDkwIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

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

.c-boxContent ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  max-width: 791.5px;
}

.c-boxContent .list-image .note {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21/14);
  margin-top: 8px;
}

.c-boxContent__list .item:not(:first-child) h3 {
  margin-top: 50px;
}

section#day {
  background: #FFF3F4;
  padding: 120px 0;
}

a.c-btn01.c-btn01--xl.c-btn01--pinkbold:after,
a.c-btn01.c-btn01--xl.c-btn01--pinklight:after {
  filter: none;
}

.l-rinkenTop .block__item1 {
  background-image: url("../img/wae/record-bg.png");
}

.l-rinkenTop .block__item1 {
  background-size: 1549.14px 425.52px;
  background-position: 44% 75%;
  padding-bottom: 0;
}

section.l-rinkenTop .c-buttonList {
  margin-top: 80px;
}

section.l-rinkenTop {
  padding-bottom: 120px;
}

section#voices {
  background: #FAF8F9;
  padding-top: 120px;
}

.c-voice {
  background: #fff;
  border-radius: 20px;
  padding: 60px 15px 50px;
}

.c-voice__inner {
  max-width: 1195px;
  margin: 0 auto;
}

.c-voice__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}

.c-voice__item {
  display: flex;
  align-items: center;
}

.c-voice__image {
  flex-basis: 220px;
  flex-shrink: 0;
}

.c-voice__content {
  padding-left: 50px;
  flex: auto;
}

.c-voice__title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.c-voice__title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: repeating-linear-gradient(to right, #FF7D90 0, #FF7D90 20px, #12CAD5 20px, #12CAD5 40px);
  bottom: 0;
  left: 0;
}

.c-voice__role {
  font-weight: bold;
  font-size: 14px;
  color: #838383;
}

.c-voice__intro {
  margin-bottom: 30px;
}

.c-voice__content p span {
  font-weight: bold;
  background: #FFF6C6;
}

section#opencampus {
  background: #FAF8F9;
  padding: 120px 0;
}

section#opencampus .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 970px;
  margin: 0 auto;
  gap: 20px;
}

section#opencampus .list__image img {
  aspect-ratio: 310 / 222.42;
  object-fit: cover;
  width: 100%;
}

section#opencampus .list__image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

section#opencampus .list__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

section#opencampus .list__content {
  padding: 20px 15px 37px;
}

section#opencampus .list__title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

section#opencampus .list__content p {
  font-weight: bold;
}

section#opencampus .list__content .c-btn01 {
  width: 253.45px;
  height: 46px;
  font-size: 14px;
  margin: 15px auto 0;
}

section#opencampus .list__content .c-btn01:after {
  width: 11.74px;
  height: 11.74px;
  right: 11px;
}

@media (max-width: 1360px) {
  .cta__banner .cta__btn {
    width: min(26.6325vw, 335px);
    font-size: min(1.1vw, 16px);
    height: min(4.5vw, 42px);
  }

  .cta__banner .cta__btn-wr {
    right: min(1.5vw, 32px);
  }

  .cta__banner .cta__btn-wr__inner {
    gap: min(.5vw, 15px);
  }

  .cta__banner .cta__btn:after {
    right: min(1vw, 11px);
    width: min(1.5vw, 16px);
    height: min(1.5vw, 16px);
  }
}

@media (max-width: 992px) {
  #training .box__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .c-buttonList {
    gap: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .cta__top {
    display: flex;
    flex-direction: column-reverse;
  }

  .cta__banner .cta__btn-wr {
    top: auto;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .cta__banner .cta__btn-wr__inner {
    gap: 9.5px;
  }

  .cta__banner .cta__btn {
    width: 311.68px;
    height: 48px;
    font-size: 13px;
  }

  .cta__banner .cta__btn:after {
    right: 10px;
    width: 17.18px;
    height: 17.18px;
  }

  #tuition .intro__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  section#tuition .intro__lbl {
    width: 250px;
    margin-bottom: 5px;
  }

  section#tuition .intro {
    margin-bottom: 35px;
  }

  #tuition .box {
    padding: 35px 15px;
  }

  #tuition .box .p1 {
    margin-bottom: 30px;
  }

  #tuition .box .c-ttl01 {
    margin-bottom: 25px;
  }

  #tuition .box .p2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  section#training {
    padding-top: 70px;
  }

  .c-circle-title {
    font-size: 24px;
    margin-bottom: 35px;
  }

  h2.c-circle-title span {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }

  section#training .intro .p1 {
    font-size: 18px;
  }

  section#training .intro .p2 {
    margin-top: 15px;
  }

  section#training .intro .p3 {
    margin-top: 15px;
    padding: 15px;
    border-radius: 20px;
  }

  section#training .intro .p4 {
    margin-top: 15px;
  }

  section#training .intro {
    margin-bottom: 45px;
  }

  #training .box__heading {
    font-size: 22px;
    margin-bottom: 25px;
  }

  #training .box__ttl {
    max-width: 280px;
    margin-bottom: -50px;
  }

  #training .box__ttl svg {
    max-width: 100%;
    height: 73.655px;
    width: 280px;
  }

  #training .box__ttl h4 {
    font-size: 20px;
  }

  #training .box__inner {
    padding: 60px 15px 30px;
  }

  #training .box__group1-item .p1 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #training .box__group1-item .label {
    font-size: 12px;
    min-width: 45px;
    padding: 2px 20px;
  }

  #training .box__group1-item .p2 {
    font-size: 18px;
  }

  #training .box__group1-item {
    min-height: 160px;
  }

  #training .box__group1>svg {
    width: 40px;
    height: 40px;
  }

  #training .box__group2 {
    padding: 15px;
  }

  #training .box__group2 dt {
    font-size: 14px;
  }

  #training .box__group2 dd {
    font-size: 18px;
  }

  #training .box__arrow svg {
    width: 90px;
    height: 37.05px;
  }

  #training .box__group3 {
    padding: 15px;
    flex-direction: column;
  }

  #training .box__group3 dt {
    font-size: 17px;
    margin-bottom: 8px;
  }

  #training .box__group3 dd {
    font-size: 26px;
  }

  #training .box__list {
    gap: 50px;
  }

  section#support {
    padding: 80px 0;
  }

  section#support .intro {
    margin-bottom: 35px;
  }

  .c-boxLbl__heading {
    max-width: 280px;
    margin-bottom: -40px;
  }

  .c-boxLbl__heading svg {
    width: 280px;
    height: 56px;
  }

  .c-boxLbl__heading h3 {
    font-size: 20px;
    top: 3px;
  }

  .c-boxLbl__box {
    padding: 60px 15px 35px;
  }

  .c-boxLbl__cols.c-boxLbl__cols--2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 35px;
  }

  .c-boxLbl__ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .c-boxLbl__bgTxt {
    padding: 15px;
  }

  .c-boxLbl__bgTxt p {
    font-size: 16px;
  }

  .c-boxLbl__bgTxt p strong {
    font-size: 26px;
  }

  .c-boxLbl-list {
    gap: 50px;
  }

  .c-boxLbl__note {
    margin-top: 10px;
  }

  section#support .c-buttonList {
    margin-top: 60px;
  }

  .c-btn01.c-btn01--xl {
    font-size: 16px;
    height: 60px;
  }

  .c-btn01--xl:after {
    width: 15px;
    height: 16px;
    right: 15px;
  }

  .c-buttonList {
    gap: 15px;
  }

  section#night {
    padding: 80px 0;
  }

  section#night .intro .label span,
  section#day .intro .label span {
    font-size: 13px;
    line-height: 1.5;
  }

  section#night .intro .label,
  section#day .intro .label {
    margin-bottom: 20px;
  }

  #night .main-image,
  #day .main-image {
    margin-bottom: 35px;
  }

  .c-boxContent {
    padding: 35px 15px;
  }

  .c-boxContent .list-image {
    flex-direction: column-reverse;
  }

  .c-boxContent .item h3 {
    font-size: 16px;
    padding: 5px 12px;
    margin-bottom: 15px;
  }

  .c-boxContent .list-image .image {
    flex-basis: unset;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .c-boxContent li {
    font-size: 16px;
    padding-left: 35px;
  }

  .c-boxContent li:before {
    width: 26px;
    height: 26px;
  }

  .c-boxContent .list-image .note {
    font-size: 13px;
    margin-top: 5px;
  }

  .c-boxContent ul {
    gap: 15px;
  }

  .c-boxContent__list .item:not(:first-child) h3 {
    margin-top: 40px;
  }

  section#day {
    padding: 80px 0;
  }

  section.l-rinkenTop {
    padding-bottom: 80px;
  }

  section#voices {
    padding-top: 80px;
  }

  .c-voice {
    padding: 35px 15px;
  }

  .c-voice__list {
    gap: 35px;
  }

  .c-voice__item {
    display: block;
  }

  .c-voice__content {
    padding-left: 0;
  }

  .c-voice__image {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .c-voice__title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .c-voice__role {
    font-size: 13px;
  }

  .c-voice__intro {
    margin-bottom: 20px;
  }

  .c-voice__content p {}

  section#opencampus {
    padding: 80px 0;
  }

  section#opencampus .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  section#opencampus .list__content p {
    text-align: center;
  }

  section#opencampus .list__content {
    padding: 20px 15px 35px;
  }
}

/* 2025-09-24 */
.c-boxLbl__note {
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (min-width: 1360px) {
  .cta__top dl {
    position: relative;
    height: 100%;
  }

  .cta__top dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 100%;
  }

  .cta__top dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cta__top dd {
    padding-left: calc(215px + 37px);
  }
}

@media (max-width: 767px) {
  section#tuition .intro p {
    text-align: left;
  }

  #tuition .box .p1 {
    text-align: left;
  }
}

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