@charset "utf-8";

/*---------- pbl ----------*/
.pbl .fv {
  display: block;
  width: 100%;
}

.pbl .fv picture,
.pbl .fv img {
  width: 100%;
  height: 100%;
  display: block;
}

.pbl .feature {
  background-color: #E4FEF0;
  padding: 0 0 120px;
}

.pbl .experience {
  padding: 40px 20px;
  background-color: #ffffff;
  position: relative;
}

.pbl .experience_head {
  display: block;
  width: 80%;
  margin: 0 auto 0 0;
}

.pbl .experience_head img {
  width: 100%;
}

.pbl .experience_index {
  margin: -1vw 0 0;
}

.pbl .icon_arrow {
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 75%;
}

.pbl .strengths {
  padding: 40px 20px;
  background: url(../img/pbl/strengths_bg.svg) center center no-repeat;
  background-size: 100%;
}

.pbl .strengths_head {
  text-align: center;
  margin: 0 0 20px;
}

.pbl .strengths_head p {
  font-weight: 700;
  font-size: 1rem;
}

.pbl .strengths_skill {
  width: 57.875vw;
  display: block;
  margin: 0 auto;
}

.pbl .strengths_skill img {
  width: 100%;
}

.pbl .subject {
  padding: 0 20px;
  position: relative;
}

.pbl .subject_head {
  display: block;
  margin: 0 auto 20px;
}

.pbl .subject_head img {
  width: 100%;
}

.pbl .subject_student {
  display: none;
}

.pbl .subject_student img {
  width: 100%;
}

.pbl .subject_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pbl .subject_list {
  display: contents;
}

.pbl .subject_list li {
  max-width: 500px;
  margin: 0 auto;
}

.pbl .subject_list-left li:nth-child(1) {
  order: 1;
}

.pbl .subject_list-left li:nth-child(2) {
  order: 3;
}

.pbl .subject_list-left li:nth-child(3) {
  order: 5;
}

.pbl .subject_list-left li:nth-child(4) {
  order: 7;
}

.pbl .subject_list-right li:nth-child(1) {
  order: 2;
}

.pbl .subject_list-right li:nth-child(2) {
  order: 4;
}

.pbl .subject_list-right li:nth-child(3) {
  order: 6;
}

.pbl .subject_list-right li:nth-child(4) {
  order: 8;
}

.pbl .subject_bnr {
  position: relative;
}

.pbl .subject_bnr .bnr_icon {
  width: 90px;
  position: absolute;
  bottom: -4px;
  right: 14px;
}

.pbl .pblMore {
  margin: 80px 0 0;
  text-align: center;
}

@media (min-width: 600px) {
  .pbl .subject_bnr .bnr_icon {
    right: 20px;
  }
}

@media (min-width: 900px) {
  .pbl .experience {
    padding: 5.71428571429vw 8.5625vw 6.25vw 11.25vw;
  }

  .pbl .experience_head {
    width: 74.75vw;
  }

  .pbl .feature {
    padding: 0 0 236px;
  }

  .pbl .strengths {
    padding: 170px 11.25vw 194px;
    background-size: 77.5vw;
    margin: 0 0 20px;
  }

  .pbl .strengths_head {
    text-align: center;
    margin: 0 0 2.75vw;
  }

  .pbl .icon_arrow {
    width: 9.375vw;
  }

  .pbl .subject {
    padding: 0 11.25vw;
  }

  .pbl .subject_head {
    display: block;
    width: 58.3571428571vw;
    margin: 0 auto 3.4375vw;
  }

  .pbl .subject_student {
    width: 25.8125vw;
    height: 17.1875vw;
    position: absolute;
    top: -3.5vw;
    right: 1.25vw;
  }

  .pbl .subject_content {
    flex-direction: row;
    gap: 0;
  }

  .pbl .subject_list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3.25vw;
  }

  .pbl .subject_list-right {
    padding: 8.25vw 0 0;
  }

  .pbl .subject_list li {
    max-width: 100%;
    margin: 0;
  }

  .pbl .subject_list-left li:nth-child(1),
  .pbl .subject_list-left li:nth-child(2),
  .pbl .subject_list-left li:nth-child(3),
  .pbl .subject_list-left li:nth-child(4),
  .pbl .subject_list-left li:nth-child(1),
  .pbl .subject_list-left li:nth-child(2),
  .pbl .subject_list-left li:nth-child(3),
  .pbl .subject_list-left li:nth-child(4) {
    order: 0;
  }

  .pbl .subject_bnr {
    max-width: 100%;
    margin: 0;
  }

  .pbl .subject_bnr .bnr_icon {
    width: 8.9375vw;
    height: 2.8125vw;
    position: absolute;
    bottom: -0.3125vw;
    right: 1.375vw;
  }

  .pbl .pblMore {
    margin: 6.25vw 0 0;
  }
}

.btn-fe {
  justify-content: space-between;
  padding: 0 38px;
  border: 1px solid currentColor;
  margin: 0 auto;
}

.btn-fe .text {
  font-weight: 600;
  color: #FF5788;
  margin: 0 0 0 32px;
}

/*---------- cs ----------*/
.cs .fv {
  display: block;
  width: 100%;
}

.cs .fv picture,
.cs .fv img {
  width: 100%;
  height: 100%;
  display: block;
}

.cs .about {
  padding: 40px 20px;
}

.cs .about_ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 auto 32px;
}

.cs .about_ttl span {
  font-size: 40px;
  line-height: 1.35;
}

.cs .border_pink {
  background: linear-gradient(transparent 75%, #FAC8F7 25%);
}

.cs .border_blue {
  background: linear-gradient(transparent 75%, #8FE9E3 25%);
}

.cs .que {
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}

.cs .about_txt p {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.cs .about_txt p:last-child {
  margin: 0;
}

.cs .about_txt b {
  font-size: 1.5rem;
}

.cs .pink {
  color: #EC69D6;
}

.cs .blue {
  color: #0087FF;
}

.cs .point {
  padding: 40px 20px;
  background: #FF92D1;
  background: linear-gradient(180deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
}

.cs .point_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cs .point_row img {
  max-width: 240px;
}

.cs .point_row img:nth-child(2) {
  max-width: 300px;
}

.cs .type {
  padding: 40px 0 80px;
  contain: paint;
}

.cs .type_container {
  padding: 0 20px;
  position: relative;
}

.cs .type_ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 auto 32px;
}

.cs .type_ttl span {
  font-size: 40px;
  line-height: 1.35;
}

.cs .type_series {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.cs .type_series::after {
  content: "";
  position: absolute;
  background: url(../img/cs/plus-bk.svg) center center no-repeat;
  background-size: 100%;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.cs .type_bnr {
  max-width: 350px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.cs .type_bnr img {
  width: 100%;
}

.cs .st_left {
  width: 240px !important;
  position: absolute;
  bottom: 0;
  left: -82px;
  pointer-events: none;
}

.cs .st_right {
  width: 260px !important;
  position: absolute;
  bottom: 0;
  right: -140px;
  rotate: 5.55deg;
  pointer-events: none;
}

.cs .series {
  position: relative;
}

.cs .series_item {
  padding: 30px 0 40px;
}

.cs .series_item-w3 {
  background-color: #FBD8F9;
}

.cs .series_item-w2 {
  background-color: #B1F0EB;
}

.cs .series_item_container {
  padding: 0 20px;
}

.cs .series_item_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
}

.cs .series_item_head_txt p {
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  margin: 0 0 8px;
}

.cs .series_item_ttl {
  display: block;
}

.cs .series_item_ttl img {
  width: 100%;
}

.cs .series_item_head_img img {
  width: 100%;
}

.cs .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 40px;
}

.cs .cell {
  position: relative;
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 10px;
}

.cs .cell_head {
  width: 90%;
  text-align: center;
  padding: 16px 0 12px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.cs .cell_head h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.cs .cell_head h3 small {
  font-size: 1rem;
}

.cs .cell_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cs .cell_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  margin: 0 0 16px;
}

.cs .cell_txt p {
  text-align: justify;
}

.cs .cell_point {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 0;
  position: relative;
}

.cs .cell_catch {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/cs/catch_gra.svg) center center no-repeat;
  background-size: 100%;
  border-radius: 500px;
  padding: 20px 0;
  margin: 0 auto;
}

.cs .cell_catch p {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.cs .cell_catch small {
  font-size: 1rem;
}

.cs .edu {
  position: relative;
}

.cs .edu_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
}

.cs .edu_list li {
  width: calc((100% - 20px) / 2);
}

.cs .edu_img {
  position: relative;
  margin: 0 0 24px;
}

.cs .edu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs .edu_ttl {
  width: fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EC69D6;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
}

.cs .edu_ttl h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.cs .edu_list li p {
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}

.cs .edu_photo {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.cs .teacher {
  padding: 20px;
  background-color: #FFFC99;
  margin: 40px 0 0;
}

.cs .teacher_ttl {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

.cs .teacher_ttl span {
  font-size: 24px;
  color: #EC69D6;
}

.cs .teacher_ttl small {
  font-size: 1rem;
}

.cs .teacher_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cs .teacher_list li {
  width: calc((100% - 20px) / 2);
}

.cs .teacher_img {
  width: 100%;
  display: block;
  margin: 0 0 8px;
}

.cs .teacher_txt {
  font-weight: 700;
  text-align: center;
}

.cs .teacher_edu {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1;
  color: #EC69D6;
  display: block;
}

.cs .teacher_name {
  background-color: #fff;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

.cs .teacher_name span {
  font-size: 20px;
}

.cs .plus-gra {
  width: 64px;
  height: 64px;
  display: block;
  margin: -8px auto;
}

.cs .pro {
  background-color: #fff;
  padding: 40px 20px 30px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 40px;
}

.cs .pro_head {
  width: 90%;
  text-align: center;
  padding: 16px 0 12px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.cs .pro_head_number {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: -30px;
  translate: 0 -50%;
}

.cs .pro_head h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.cs .pro_ttl {
  max-width: 250px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

.cs .pro_ttl_icon {
  width: 80px;
  position: absolute;
  top: 4px;
  left: -80px;
}

.cs .pro_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  position: relative;
}

.cs .pro_img {
  width: 100%;
  display: block;
  margin: 0 0 12px;
}

.cs .pro_txt h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #0087FF;
  display: block;
  margin: 0;
}

.cs .pro_course {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs .pro_course_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0087FF;
  display: block;
  margin: 0 0 20px;
}

.cs .pro_course_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs .support_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.cs .support_list li {
  width: calc((100% - 4px) / 2);
}

.cs .support_list li img {
  width: 100%;
  display: block;
  margin: 0 0 8px;
}

.cs .support_list li div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

.cs .pro-exa {
  background-color: #FFFED6;
  margin: 0 !important;
}

.cs .pro-exa .pro_head {
  background-color: #FFF933;
  color: #0087FF;
}

.cs .pro-exa .pro_head h3 {
  color: #0087FF;
}

.cs .exa h4 {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.cs .exa span {
  font-size: 1.75rem;
}

.cs .exa_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 16px 0 0;
}

.cs .exa_list li {
  width: calc((100% - 20px) / 2);
}

.cs .exa_list li img {
  width: 100%;
}

.cs .sv {
  display: block;
  width: 100%;
}

.cs .sv picture,
.cs .sv img {
  width: 100%;
  height: 100%;
  display: block;
}

.cs .pattern_nav {
  background: #FF92D1;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
}

.cs .pattern_nav nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
}

.cs .pattern_nav_bnr {
  width: 80%;
  max-width: 450px;
  display: block;
}

.cs .pattern_nav_bnr img {
  width: 100%;
  height: 100%;
}

.cs .pattern_item {
  padding: 120px 0 0;
}

.cs .pattern_item_container {
  padding: 0 20px;
}

.cs .pattern_item_head {
  position: relative;
}

.cs .pattern_item_ttl {
  text-align: center;
  margin: 0 0 24px;
}

.cs .pattern_item_ttl span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin: 0 auto 1rem;
  display: inline-block;
}

.cs .pattern_item_ttl small {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.cs .pattern_item_ttl h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.cs .pattern_item-01 .pattern_item_ttl span {
  color: #EC69D6;
}

.cs .pattern_item-02 .pattern_item_ttl span {
  color: #742BB1;
}

.cs .pattern_item-03 .pattern_item_ttl span {
  color: #0087FF;
}

.cs .pattern_item_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.cs .pattern_item_list li img {
  width: 100%;
}

.cs .pattern_item p {
  text-align: center;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 auto 20px;
}

.cs .high_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 40px;
}

.cs .high_catch {
  width: 100px;
  height: 100px;
}

.cs .stu_catch {
  display: none;
  position: absolute;
  top: 0;
  translate: 0 -100%;
}

.cs .stu_pat {
  width: 85px;
  position: absolute;
  top: 0;
  translate: 0 -100%;
}

.cs .stu_pat-01 {
  right: 0;
}

.cs .stu_pat-02 {
  left: 0;
  display: none;
}

.cs .stu_pat-03 {
  right: 0;
}

.cs .headline {
  margin: 100px 0 0;
}

.cs .headline_v {
  display: block;
  width: 100%;
}

.cs .headline_v picture,
.cs .headline_v img {
  width: 100%;
  height: 100%;
  display: block;
}

.cs .life {
  contain: paint;
  padding: 80px 0;
}

.cs .life_container {
  padding: 0 20px;
}

.cs .life_head {
  position: relative;
  margin: 0 0 40px;
}

.cs .life_txtArea {
  position: relative;
  z-index: 1;
}

.cs .life_ttl {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 8px;
}

.cs .life_ttl span {
  font-size: 2rem;
  line-height: 1;
  color: #EC69D6;
  display: inline-block;
}

.cs .life_img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.cs .life_catch {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 117px;
  right: 50%;
  translate: 150% 0;
  z-index: -1;
}

.cs .life_item {
  position: relative;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 40px 0 0;
}

.cs .life_item-01 {
  background-color: #B1F0EB;
}

.cs .life_item-02 {
  background-color: #FBD8F9;
}

.cs .life_item-03 {
  background-color: #EEEDFE;
  padding: 40px 20px 200px;
}

.cs .life_item_ttl {
  width: 75%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
}

.cs .life_item-03 .life_item_ttl {
  width: 37%;
}

.cs .life_item_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cs .life_item-03 .life_item_inner {
  flex-direction: column;
  gap: 0;
}

.cs .life_item_txtArea p {
  text-align: justify;
  display: block;
  margin: 0 0 20px;
}

.cs .life_item_interview img {
  width: 100%;
}

.cs .life_item_table img {
  width: 100%;
  display: block;
  margin: 0 0 12px;
}

.cs .life_item_table small {
  display: inline-block;
  line-height: 1;
}

.cs .pickUp_head {
  margin: 0 0 20px;
}

.cs .pickUp_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  color: #004F9B;
  display: block;
  margin: 0 0 1rem;
}

.cs .pickUp_catch {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

.cs .pickUp_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 30px 20px;
  margin: 0 0 20px
}

.cs .pickUp_list ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 12px;
}

.cs .pickUp_list ul li:last-child {
  margin: 0;
}

.cs .pickUp_list_head {
  font-weight: 700;
}

.cs .pickUp_list_head span {
  color: #004F9B;
}

.cs .pickUp_notes h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  color: #004F9B;
  margin: 0 0 8px;
}

.cs .pickUp_notes p {
  text-align: justify;
  line-height: 1.75;
}

.cs .pickUp_img {
  width: 245px;
  position: absolute;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
}

.cs .message {
  margin: 0 0 40px;
  background: #FF92D1;
  background: linear-gradient(180deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
}

.cs .message_inner {
  width: 100%;
  padding: 40px 20px 0;
  position: relative;
  contain: paint;
}

.cs .message_ttl {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

.cs .message_content {
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
  left: 50%;
  translate: -50% 0;
}

.cs .message_column {
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cs .message_img {
  width: 90%;
  max-width: 617px;
  display: block;
  margin: 20px auto 0;
}

.cs .nd {
  padding: 0 20px 100px;
}

.cs .nd_bnr {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cs .point {
    padding: 1.25vw 20px 1.875vw;
    background: linear-gradient(90deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
  }

  .cs .point_row {
    flex-direction: row;
    gap: 0;
  }

  .cs .point_row img {
    width: 21.875vw;
    max-width: 100%;
  }

  .cs .point_row img:nth-child(2) {
    width: 27.125vw;
    max-width: 100%;
  }

  .cs .series_item_head {
    flex-direction: row;
    gap: 0;
  }

  .cs .series_item_head_txt {
    flex: 0 1 43.125vw;
  }

  .cs .series_item_head_img {
    flex: 1 1 0;
  }

  .cs .cell_point {
    flex-direction: row;
    gap: 0.9375vw;
    margin: 2.8125vw 0 0;
  }

  .cs .cell_catch {
    width: 23.75vw;
    height: 12.5vw;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .cs .cell_catch p {
    font-size: 1.875vw;
  }

  .cs .cell_catch small {
    font-size: 1.25vw;
  }

  .cs .edu_list li {
    width: calc((100% - 40px) / 3);
  }

  .cs .edu_photo {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }

  .cs .teacher_list {
    justify-content: center;
  }

  .cs .teacher_list li {
    width: calc((100% - 40px) / 3);
  }

  .cs .pro_list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cs .pro_list li {
    width: calc((100% - 20px) / 2);
  }

  .cs .pro_course_content {
    flex-direction: row;
  }

  .cs .pro_course_content img {
    width: calc((100% - 16px) / 2);
  }

  .cs .support_list {
    gap: 2px;
  }

  .cs .support_list li {
    width: calc((100% - 6px) / 4);
  }

  .cs .exa_list {
    justify-content: center;
  }

  .cs .exa_list li {
    width: calc((100% - 40px) / 3);
  }

  .cs .pattern_item_list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cs .pattern_item_list li {
    width: calc((100% - 20px) / 2);
  }

  .cs .life_item_inner {
    flex-direction: row;
    gap: 1.875vw;
  }

  .cs .life_item_txtArea {
    flex: 0 1 34.375vw;
  }

  .cs .life_item_table {
    flex: 1 1 0;
  }
}

@media (min-width: 900px) {
  .cs .about {
    padding: 5.375vw 20px;
  }

  .cs .about_ttl {
    font-size: 3.75vw;
    margin: 0 auto 3.25vw;
  }

  .cs .about_ttl span {
    font-size: 5vw;
  }

  .cs .que {
    width: 12.5vw;
    margin: 0 auto 1.5vw;
  }

  .cs .about_txt p {
    margin: 0 0 2vw;
  }

  .cs .type {
    padding: 6.3125vw 0 11.875vw;
  }

  .cs .type_container {
    padding: 0 17.5vw;
    position: relative;
  }

  .cs .type_ttl {
    font-size: 3.75vw;
    margin: 0 auto 4vw;
  }

  .cs .type_ttl span {
    font-size: 5vw;
  }

  .cs .type_series {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin: 0;
  }

  .cs .type_series::after {
    width: 8.25vw;
    height: 8.25vw;
  }

  .cs .type_bnr {
    width: calc((100% - 6.25vw) / 2);
    max-width: 100%;
  }

  .cs .st_left {
    width: 20.75vw !important;
    left: -10.8125vw;
  }

  .cs .st_right {
    width: 23.625vw !important;
    bottom: -3.25vw;
    right: -15vw;
  }

  .cs .series_item {
    padding: 3.125vw 0 6.25vw;
  }

  .cs .series_item_container {
    padding: 0 6.25vw;
  }

  .cs .series_item_head {
    padding-left: 5.1875vw;
    margin: 0 0 2.125vw;
  }

  .cs .series_item_head_txt p {
    font-size: 1.625vw;
  }

  .cs .series_item_content .row {
    flex-direction: row;
    gap: 2.5vw;
  }

  .cs .cell {
    padding: 3.125vw 1.875vw 1.875vw 3.125vw;
  }

  .cs .cell-large {
    padding: 4.0625vw 3.4375vw 3.125vw;
  }

  .cs .row {
    margin: 0 0 5.3125vw;
  }

  .cs .row .cell {
    width: calc((100% - 2.5vw) / 2);
  }

  .cs .cell_head {
    width: 28.125vw;
    padding: 1.125vw 0 1vw;
  }

  .cs .cell-large .cell_head {
    width: 73.125vw;
  }

  .cs .cell_head h3 {
    font-size: 2.1875vw;
  }

  .cs .cell_head h3 small {
    font-size: 1.25vw;
  }

  .cs .cell_row {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.875vw;
  }

  .cs .cell_img {
    width: 20vw;
    flex: 0 1 20vw;
  }

  .cs .cell-pbl .cell_row {
    gap: 1.875vw;
  }

  .cs .cell-pbl .cell_img {
    width: 23.125vw;
    flex: 0 1 23.125vw;
  }

  .cs .cell_txt {
    flex: 1 1 0;
  }

  .cs .cell_ttl {
    font-size: 1.625vw;
    margin: 0 0 1vw;
  }

  .cs .cell-large .cell_ttl {
    text-align: center;
  }

  .cs .cell_txt p {
    display: block;
    width: 12.75vw;
    margin: 0 auto 0 0;
  }

  .cs .edu_list {
    gap: 2.5vw 1.875vw;
    margin: 3.125vw 0 0;
  }

  .cs .edu_list li {
    width: calc((100% - 5.625vw) / 4);
  }

  .cs .edu_img {
    height: 12.5vw;
    margin: 0 0 1.875vw;
  }

  .cs .edu_ttl {
    width: 12.5vw;
    height: 2.5vw;
    padding: 0;
  }

  .cs .edu_ttl h5 {
    font-size: 1.25vw;
  }

  .cs .edu_photo {
    width: 37.1875vw;
    height: 20.29vw;
  }

  .cs .teacher {
    padding: 1.875vw 5.3125vw 2.1875vw;
    background-color: #FFFC99;
    margin: 3.125vw 0 0;
  }

  .cs .teacher_ttl {
    font-size: 1.25vw;
    margin: 0 0 1.875vw;
  }

  .cs .teacher_ttl span {
    font-size: 2.5vw;
  }

  .cs .teacher_ttl small {
    font-size: 1.25vw;
  }

  .cs .teacher_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875vw;
  }

  .cs .teacher_list li {
    width: calc((100% - 7.5vw) / 5);
  }

  .cs .teacher_edu {
    font-size: 1vw;
  }

  .cs .teacher_name {
    width: 10.625vw;
    height: 1.875vw;
    padding: 4px 0;
    font-size: 1vw;
  }

  .cs .teacher_name span {
    font-size: 1.25vw;
  }

  .cs .plus-gra {
    width: 9.6875vw;
    height: 9.6875vw;
    margin: -1.5vw auto;
  }

  .cs .pro {
    padding: 4vw 4.6875vw 2.5vw;
    margin: 0 0 5.3125vw;
  }

  .cs .pro_head {
    width: 83.6%;
    padding: 1.125vw 0 1vw;
  }

  .cs .pro_head_number {
    width: 5.625vw;
    height: 5.625vw;
    left: -2.8125vw;
  }

  .cs .pro_head h3 {
    font-size: 2.1875vw;
  }

  .cs .pro_ttl {
    width: 30.625vw;
    max-width: 100%;
    margin: 0 auto 1.6875vw;
  }

  .cs .pro_ttl_icon {
    width: 8.5625vw;
    top: 1.25rem;
    left: -9.375vw;
  }

  .cs .pro_list {
    gap: 1.75vw 3.125vw;
  }

  .cs .pro_list li {
    width: calc((100% - 3.125vw) / 2);
  }

  .cs .pro_txt h5 {
    font-size: 1.5625vw;
  }

  .cs .pro_course {
    flex-direction: row;
    gap: 2vw;
  }

  .cs .pro_course_txt {
    flex: 0 1 18vw;
  }

  .cs .pro_course_ttl {
    font-size: 2.1875vw;
    margin: 0 0 2.5vw;
  }

  .cs .pro_course_content {
    flex: 1 1 0;
    flex-direction: row;
    gap: 1.875vw;
  }

  .cs .pro_course_content img {
    width: calc((100% - 1.875vw) / 2);
  }

  .cs .sub {
    width: 100%;
    display: flex;
    gap: 2.5vw;
  }

  .cs .pro-shikaku {
    flex: 0 1 37.5vw;
    padding: 4vw 2.5vw 2.5vw;
  }

  .cs .pro-shikaku .pro_head {
    width: 28.125vw;
  }

  .cs .pro-support {
    flex: 0 1 47.5vw;
    padding: 4vw 2.5vw 2.5vw;
  }

  .cs .pro-support .pro_head {
    width: 28.125vw;
  }

  .cs .support_list li img {
    margin: 0 0 1.25vw;
  }

  .cs .support_list li div {
    height: 4.375vw;
    font-size: 1.375vw;
    padding-bottom: 0;
  }

  .cs .pro-exa {
    padding: 4vw 4vw 2.5vw;
  }

  .cs .exa h4 {
    font-size: 1.625vw;
  }

  .cs .exa span {
    font-size: 2.1875vw;
  }

  .cs .exa_list {
    gap: 1.875vw;
    margin: 1.75vw 0 0;
  }

  .cs .exa_list li {
    width: calc((100% - 7.5vw) / 5);
  }

  .cs .pattern_nav {
    height: 11.625vw;
    background: linear-gradient(90deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
  }

  .cs .pattern_nav nav {
    flex-direction: row;
    gap: 1.25vw;
    position: absolute;
    bottom: 3.125vw;
    left: 50%;
    translate: -50% 0;
  }

  .cs .pattern_nav_bnr {
    width: 28.125vw;
    height: 15vw;
    max-width: 100%;
  }

  .cs .pattern_item {
    padding: 7.5vw 0 0;
  }

  .cs .pattern_item_container {
    padding: 0 10vw;
  }

  .cs .pattern_item_ttl {
    margin: 0 0 2.25vw;
  }

  .cs .pattern_item_ttl span {
    font-size: 1.875vw;
    margin: 0 0 1.5vw;
  }

  .cs .pattern_item_ttl small {
    font-size: 1vw;
  }

  .cs .pattern_item_ttl h3 {
    font-size: 2.625vw;
  }

  .cs .pattern_item_list {
    gap: 2.5vw;
  }

  .cs .pattern_item_list li {
    width: calc((100% - 2.5vw) / 2);
  }

  .cs .pattern_item p {
    margin: 0 auto 2.5vw;
  }

  .cs .high_box {
    display: contents;
  }

  .cs .high_catch {
    width: 11.875vw;
    height: 11.875vw;
    position: absolute;
  }

  .cs .high_catch-l {
    bottom: 0;
    left: 6.25vw;
  }

  .cs .high_catch-r {
    bottom: 0;
    right: 3.8125vw;
  }

  .cs .stu_catch {
    display: block;
  }

  .cs .stu_catch-01 {
    width: 16vw;
    right: 3.75vw;
  }

  .cs .stu_catch-02 {
    width: 21.4375vw;
    right: -2.25vw;
  }

  .cs .stu_pat {
    width: 10.625vw;
  }

  .cs .stu_pat-01 {
    right: 7.0625vw;
  }

  .cs .stu_pat-02 {
    left: 1.5vw;
    display: block;
  }

  .cs .stu_pat-03 {
    right: 10.875vw;
  }

  .cs .headline {
    margin: 13.875vw 0 0;
  }

  .cs .life {
    padding: 8.125vw 0 6.5625vw;
  }

  .cs .life_head {
    margin: 0 0 6.25vw;
  }

  .cs .life_container {
    padding: 0 6.25vw;
  }

  .cs .life_txtArea {
    width: 41.25vw;
    margin: 0 auto 0 25.1875vw;
  }

  .cs .life_ttl {
    font-size: 3.5625vw;
  }

  .cs .life_ttl span {
    font-size: 7.5vw;
  }

  .cs .life_img {
    width: 21.875vw;
    position: absolute;
    top: 0;
    left: 3.0625vw;
  }

  .cs .life_catch {
    width: 18.75vw;
    height: 18.75vw;
    top: -3.8125vw;
    right: 7.8125vw;
    translate: 0 0;
  }

  .cs .life_item {
    padding: 3.75vw 3.125vw 3.375vw;
    margin: 6.25vw 0 0;
  }

  .cs .life_item_ttl {
    width: 37.5vw;
  }

  .cs .life_item-03 .life_item_ttl {
    width: 15.625vw;
  }

  .cs .life_item_txtArea p {
    font-size: 1vw;
    margin: 0 0 1.25vw;
  }

  .cs .life_item_table img {
    margin: 0 0 0.75vw;
  }

  .cs .pickUp_head {
    margin: 0 0 2vw;
  }

  .cs .pickUp_ttl {
    font-size: 2.1875vw;
    margin: 0 0 1vw;
  }

  .cs .pickUp_catch {
    font-size: 1.625vw;
    text-align: center;
  }

  .cs .pickUp_list {
    width: 68.75vw;
    padding: 2vw 7.1875vw 2.5vw 6vw;
    margin: 0 auto 2vw;
  }

  .cs .pickUp_list ul {
    width: 100%;
  }

  .cs .pickUp_list ul li {
    flex-direction: row;
    align-items: center;
    gap: 1.875vw;
    margin: 0 0 0.75vw;
  }

  .cs .pickUp_list_head {
    flex: 0 1 20vw;
    font-weight: 700;
    font-size: 1.25vw;
  }

  .cs .pickUp_list_txt {
    flex: 1 1 0;
    font-size: 1.0625vw;
  }

  .cs .pickUp_notes {
    width: 59.1875vw;
  }

  .cs .pickUp_notes h5 {
    font-size: 1.25vw;
    margin: 0 0 8px;
  }

  .cs .pickUp_img {
    width: 20.5625vw;
    right: 1vw;
    translate: 0 0;
  }

  .cs .message {
    height: 43.75vw;
    margin: 0 0 6.25vw;
    background: linear-gradient(90deg, rgba(255, 146, 209, 1) 4%, rgba(255, 220, 149, 1) 36%, rgba(255, 255, 128, 1) 50%, rgba(203, 255, 138, 1) 64%, rgba(143, 233, 227, 1) 91%);
  }

  .cs .message_inner {
    height: 100%;
    padding: 6.25vw;
  }

  .cs .message_ttl {
    font-size: 3.125vw;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 10.375vw;
    left: 13.875vw;
    z-index: 1;
  }

  .cs .message_content {
    width: 53.125vw;
    height: 53.125vw;
    position: absolute;
    top: 50%;
    left: auto;
    right: 6.875vw;
    translate: 0 -50%;
  }

  .cs .message_column {
    width: 31.25vw;
    gap: 1vw;
  }

  .cs .message_column p {
    font-size: 1vw;
  }

  .cs .message_img {
    width: 38.5625vw;
    max-width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 11.3125vw;
  }

  .cs .nd {
    padding: 0 20px 6.25vw;
  }

  .cs .nd_bnr {
    width: 50vw;
    max-width: 100%;
  }
}

/* .nd  */
.nd .fv {
  display: block;
  width: 100%;
}

.nd .fv picture,
.nd .fv img {
  width: 100%;
  height: 100%;
  display: block;
}

.nd .career {
  padding: 40px 0;
}

.nd .career_container {
  padding: 0 20px;
}

.nd .career_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

.nd .career_ttl span {
  background: linear-gradient(transparent 60%, #FFF933 40%);
}

.nd .career_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.nd .career_item {
  max-width: 550px;
  margin: 0 auto;
}

.nd .career_item img {
  width: 100%;
}

.nd .step_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 30px;
  background-color: #EC258B;
  position: relative;
}

.nd .step_head::after {
  content: "";
  position: absolute;
  background: url(../img/needed/arrow.svg) center center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 30px;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.nd .step_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #fff;
}

.nd .step_about {
  padding: 80px 0;
  background-color: #DDF8F7;
}

.nd .step_about_container {
  padding: 0 20px;
}

.nd .step_about_head {
  margin: 0 auto 44px;
}

.nd .step_about_head p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

.nd .step_about_ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
}

.nd .step_about_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 30px 20px;
  position: relative;
  margin: 40px 0 0;
}

.nd .step_about_item_icon {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: #EC258B;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.nd .step_about_catch {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}

.nd .catch_scmc {
  width: 100%;
  max-width: 812px;
  display: block;
  margin: 20px auto;
}

.nd .step_about_item-last p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
}

.nd .step_about_item-last .column {
  width: 100%;
}

.nd .step_about_item-last .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0 0;
}

.nd .step_about_item-last .cell {
  width: 100%;
  max-width: 360px;
  padding: 16px 20px;
  background: #F7C3EF;
  background: linear-gradient(90deg, rgba(247, 195, 239, 1) 0%, rgba(164, 203, 251, 1) 100%);
}

.nd .step_flow {
  padding: 80px 0;
  background-color: #FBD8F9;
}

.nd .step_flow_container {
  padding: 0 20px;
  background-color: #FBD8F9;
}

.nd .step_flow_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}

.nd .step_flow_ttl span {
  color: #EC258B;
}

.nd .step_flow_step {
  width: 100%;
}

.nd .step_flow_step img {
  width: 100%;
  height: 100%;
}

.nd .arrow {
  width: 200px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.nd .step_flow_step-01 {
  margin: 0 0 30px;
}

.nd .step_flow_step-02 {
  position: relative;
}

.nd .step_flow_step-02 .arrow {
  width: 200px !important;
  height: 30px !important;
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
}

.nd .step_flow p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  margin: 20px 0;
}

.nd .step_flow p:last-child {
  margin: 20px 0 0;
}

.nd .step_flow_step-03 {
  margin: 30px 0 0;
}

.nd .step_power {
  padding: 80px 0;
  background-color: #DDF8F7;
}

.nd .step_power_container {
  padding: 0 20px;
}

.nd .step_power_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}

.nd .step_power_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nd .step_power_list_item {
  width: 100%;
  max-width: 440px;
}

.nd .step_power_list_item img {
  width: 100%;
}

.nd .step_lesson {
  padding: 80px 0;
}

.nd .step_lesson_container {
  padding: 0 20px;
}

.nd .step_lesson_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}

.nd .step_lesson_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nd .step_lesson_item_head {
  padding: 8px 16px;
  background-color: #000;
}

.nd .step_lesson_item_ttl {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
}

.nd .step_lesson_item_ttl span {
  font-size: 1rem;
}

.nd .step_lesson_item_inner {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 20px;
}

.nd .plan_cell {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nd .plan_cell:last-child {
  margin: 10px 0 0;
}

.nd .plan_cell_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EC258B;
  padding: 8px;
}

.nd .plan_cell_head span {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}

.nd .plan_cell_body {
  padding: 20px;
  background: #F7C3EF;
  background: linear-gradient(90deg, rgba(247, 195, 239, 1) 0%, rgba(164, 203, 251, 1) 100%);
}

.nd .plan_cell h5 {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.35;
  display: block;
  margin: 0 0 12px;
}

.nd .plan_cell p {
  text-align: justify;
}

.nd .plan_cell span {
  font-weight: 700;
}

.nd .plan_cell b {
  color: #EC258B;
}

.nd .pbl_cell {
  position: relative;
}

.nd .pbl_catch {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -4px;
  right: 0;
}

.nd .pbl_catch img {
  width: 100%;
  height: 100%;
}

.nd .pbl_cell p {
  text-align: justify;
  letter-spacing: 0.05em;
  display: block;
  width: 70%;
  margin: 0 0 8px;
}

.nd .fb_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nd .fb_item_head {
  width: 100%;
  display: flex;
  gap: 8px;
  background-color: #EC258B;
  padding: 8px 16px;
}

.nd .fb_item_head b {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #000;
}

.nd .fb_item_head h5 {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}

.nd .fb_item_txt {
  padding: 8px 16px;
}

.nd .fb_item_txt p {
  line-height: 1.5;
  text-align: justify;
}

.nd .fb_item_txt b {
  font-weight: 700;
}

.nd .fb_item_txt span {
  color: #EC69D6;
}

.nd .fb_item_txt .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.nd .fb_item_point {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EC69D6;
  padding: 16px;
  position: relative;
}

.nd .fb_item_point p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
}

.nd .fb_item img {
  width: 200px;
  margin: 0 0 -1px;
}

.nd .taiken_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nd .taiken_txtArea p {
  font-weight: 700;
  font-size: 1rem;
  text-align: justify;
}

.nd .taiken_head {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #E5EDF5;
  position: relative;
}

.nd .taiken_head img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}

.nd .taiken_head h5 {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}

.nd .taiken_txt {
  margin: 24px 0 1rem;
}

.nd .taiken_point {
  border: 1px solid #EC258B;
  padding: 20px;
}

.nd .taiken_images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nd .taiken_img img {
  display: block;
  margin: 0 0 1rem;
}

.nd .taiken_img span {
  color: #EC258B;
  font-weight: 700;
}

@media (min-width: 768px) {
  .nd .step_about_item-last .row {
    width: 100%;
    flex-direction: row;
  }

  .nd .step_about_item-last .cell {
    width: calc((100% - 2rem) / 3);
    max-width: 100%;
  }

  .nd .step_power_list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nd .step_power_list_item {
    width: calc((100% - 40px) / 3);
    max-width: 100%;
  }

  .nd .step_power_list_item-l {
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 900px) {
  .nd .career {
    padding: 6.375vw 0 3.25vw;
  }

  .nd .career_ttl {
    font-size: 2.1875vw;
    margin: 0 auto 5vw;
  }

  .nd .career_column {
    flex-direction: row;
    gap: 2.5vw;
  }

  .nd .career_item {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .nd .career_item-com {
    width: 32.0625vw;
    margin-left: 4vw;
  }

  .nd .career_item-life {
    width: 37.4375vw;
  }

  .nd .step_head {
    height: 12.5vw;
    padding: 2.9375vw 20px 3.875vw;
  }

  .nd .step_head::after {
    width: 25vw;
    height: 3.75vw;
  }

  .nd .step_ttl {
    font-size: 2.1875vw;
  }

  .nd .step_ttl span {
    font-size: 2.375vw;
  }

  .nd .step_about {
    padding: 6.25vw 0;
  }

  .nd .step_about_container {
    padding: 0 12.5vw;
  }

  .nd .step_about_head {
    margin: 0 auto 5.25vw;
  }

  .nd .step_about_head p {
    font-size: 1.875vw;
    margin: 0 0 1.5vw;
  }

  .nd .step_about_ttl {
    font-size: 3.125vw;
  }

  .nd .step_about_item {
    padding: 3.4375vw 2.5vw 2.5vw;
    margin: 5vw 0 0;
  }

  .nd .step_about_item_icon {
    width: 18.75vw;
    height: 3.125vw;
    padding: 0 1.25vw;
    font-size: 1.25vw;
  }

  .nd .step_about_catch {
    font-size: 1.625rem;
  }

  .nd .catch_scmc {
    width: 50.75vw;
    max-width: 100%;
    margin: 1.5vw auto;
  }

  .nd .step_about_item-last p {
    font-size: 1.25vw;
  }

  .nd .step_about_item-last .row {
    gap: 1.25vw;
    margin: 1.25vw 0 0;
  }

  .nd .step_about_item-last .cell {
    width: calc((100% - 2.5vw) / 3);
    padding: 1.75vw;
  }

  .nd .step_flow {
    padding: 6.25vw 0;
  }

  .nd .step_flow_container {
    padding: 0 6.25vw;
  }

  .nd .step_flow_ttl {
    font-size: 2.1875vw;
    margin: 0 auto 3.625vw;
  }

  .nd .step_flow_ttl span {
    font-size: 2.8125vw;
  }

  .nd .arrow {
    width: 25vw;
    height: 3.75vw;
  }

  .nd .step_flow_step-01 {
    margin: 0 0 3.75vw;
  }

  .nd .step_flow_step-02 .arrow {
    width: 25vw !important;
    height: 3.75vw !important;
    top: -2.5vw;
  }

  .nd .step_flow p {
    font-weight: 700;
    font-size: 1.875vw;
    margin: 2.5vw 0;
  }

  .nd .step_flow p:last-child {
    margin: 2.5vw 0 0;
  }

  .nd .step_flow_step-03 {
    margin: 3.75vw 0 0;
  }

  .nd .step_power {
    padding: 6.25vw 0;
  }

  .nd .step_power_container {
    padding: 0 6.25vw;
  }

  .nd .step_power_ttl {
    font-size: 2.1875vw;
    margin: 0 auto 3.125vw;
  }

  .nd .step_power_list {
    gap: 2.5vw;
  }

  .nd .step_power_list_item {
    width: calc((100% - 5vw) / 3);
    max-width: 100%;
  }

  .nd .step_power_list_item-l {
    width: calc((100% - 2.5vw) / 2);
  }

  .nd .step_lesson {
    padding: 6.25vw 0;
  }

  .nd .step_lesson_container {
    padding: 0 6.25vw;
  }

  .nd .step_lesson_ttl {
    font-size: 2.1875vw;
    margin: 0 auto 3.5vw;
  }

  .nd .step_lesson_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5vw;
  }

  .nd .step_lesson_item {
    width: calc((100% - 2.5vw) / 2);
  }

  .nd .step_lesson_item-l {
    width: 100%;
  }

  .nd .step_lesson_item_head {
    padding: 1vw 1.5vw;
  }

  .nd .step_lesson_item_ttl {
    font-size: 2.1875vw;
  }

  .nd .step_lesson_item_ttl span {
    font-size: 1.625vw;
  }

  .nd .step_lesson_item_inner {
    padding: 2.5vw;
  }

  .nd .plan_cell {
    height: 13.75vw;
    flex-direction: row;
  }

  .nd .plan_cell_head {
    flex: 0 1 3.125vw;
    padding: 0;
  }

  .nd .plan_cell_head span {
    font-size: 1.625vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .nd .plan_cell_body {
    flex: 1 1 0;
    height: 100%;
    padding: 2vw;
  }

  .nd .plan_cell h5 {
    font-size: 1.625vw;
    margin: 0 0 0.5vw;
  }

  .nd .plan_cell p {
    font-size: 1vw;
  }

  .nd .plan_cell span {
    font-size: 1.25vw;
  }

  .nd .pbl_catch {
    width: 11.25vw;
    height: 11.25vw;
  }

  .nd .pbl_cell p {
    font-size: 1.0625vw;
    width: 24.875vw;
    margin: 0 0 1.5vw;
  }

  .nd .fb_column {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875vw 2.5vw;
  }

  .nd .fb_item {
    width: calc((100% - 2.5vw) / 2);
  }

  .nd .fb_item_head {
    gap: 0.75vw;
    background-color: #EC258B;
    padding: 0.75vw 1.25vw;
  }

  .nd .fb_item_head b {
    font-size: 1.5vw;
  }

  .nd .fb_item_head h5 {
    font-size: 1.5vw;
  }

  .nd .fb_item_txt {
    padding: 0.75vw 1.5vw;
  }

  .nd .fb_item_txt p {
    font-size: 1.0625vw;
  }

  .nd .fb_item_txt .row {
    flex-direction: row;
    gap: 2.75vw;
  }

  .nd .fb_item_txt .row div {
    flex: 0 1 9.375vw;
    font-size: 1vw;
  }

  .nd .fb_item_txt .row p {
    flex: 1 1 0;
  }

  .nd .fb_item_point {
    padding: 1.25vw;
  }

  .nd .fb_item_point p {
    font-size: 1.25vw;
  }

  .nd .fb_item img {
    width: 18.75vw;
  }

  .nd .taiken_column {
    flex-direction: row;
    gap: 1.875vw;
  }

  .nd .taiken_txtArea {
    flex: 0 1 28.125vw;
  }

  .nd .taiken_txtArea p {
    font-size: 1.25vw;
  }

  .nd .taiken_head {
    height: 3.75vw;
    padding: 1vw;
  }

  .nd .taiken_head img {
    width: 3.75vw;
    height: 3.75vw;
  }

  .nd .taiken_head h5 {
    font-size: 1.25vw;
  }

  .nd .taiken_txt {
    margin: 1.875vw 0 1vw;
  }

  .nd .taiken_point {
    padding: 1.25vw;
  }

  .nd .taiken_images {
    flex: 1 1 0;
    flex-direction: row;
    gap: 2.5vw;
  }

  .nd .taiken_img {
    width: calc((100% - 2.5vw) / 2);
  }

  .nd .taiken_img img {
    margin: 0 0 1vw;
  }

  .nd .taiken_img span,
  .nd .taiken_img p {
    font-size: 1.0625vw;
  }
}


/*---------- features-nav ----------*/
.features-nav {
  border-top: 1px solid #EF2A96;
  padding: 80px 0;
}

.features-nav_inner {
  padding: 0 20px;
}

.features-nav_list {
  width: 100%;
  max-width: 545px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.features-nav_btn {
  width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 26px 0 30px;
  background: #FF008D;
  border-radius: 50px;
  font-size: 1rem;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

@media (min-width: 900px) {
  .features-nav_list {
    max-width: 1110px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .features-nav_list li {
    width: calc((100% - 20px) / 2);
  }

  .features-nav_btn {
    max-width: 100%;
    padding: 0 24px 0 50px;
  }
}

@media (min-width: 1280px) {
  .features-nav_btn {
    height: 100px;
  }
}

.cs .br_sp,
.nd .br_sp {
  display: block;
}

.cs .br_pc,
.nd .br_pc {
  display: none;
}

@media (min-width: 900px) {

  .cs .br_sp,
  .nd .br_sp {
    display: none;
  }

  .cs .br_pc,
  .nd .br_pc {
    display: block;
  }
}



/* -------------------------------------------------------- */
/* 学費・奨学金［新入生］ */
.tuition h4::before {
  display: none;
}

.tuitionAccordion {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.tuitionAccordion_item {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_item {
    margin-bottom: 24px;
  }
}

.tuitionAccordion {
}

.tuitionAccordion_preTitle {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.tuitionAccordion_preTitle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff80b4;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_preTitle {
    font-size: 18px;
    gap: 8px;
    margin-bottom: 4px;
  }

  .tuitionAccordion_preTitle::before {
    width: 12px;
    height: 12px;
  }
}

.tuitionAccordion {
}

.tuitionAccordion_toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px;
  gap: 4px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease;
}

.tuitionAccordion_title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_title {
    font-size: 18px;
  }
}

.tuitionAccordion {
}

.tuitionAccordion_title_alt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_title_alt {
    font-size: 16px;
  }
}

.tuitionAccordion_title_alt .em-pink {
  color: #ff5198;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_title_alt .em-pink {
  font-size: 18px;
}
}

.tuitionAccordion {
}

.tuitionAccordion_icon {
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tuitionAccordion_icon::before,
.tuitionAccordion_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 10px;
}

.tuitionAccordion_icon {
}

.tuitionAccordion_icon::before {
  width: 19px;
  height: 3px;
}

.tuitionAccordion_icon {
}

.tuitionAccordion_icon::after {
  width: 3px;
  height: 19px;
}

.tuitionAccordion {
}

.tuitionAccordion_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.tuitionAccordion_inner {
  overflow: hidden;
  transition: padding 0.3s ease;
}

.tuitionAccordion {
}

.tuitionAccordion_item.is-open .tuitionAccordion_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.tuitionAccordion_item.is-open .tuitionAccordion_inner {
  padding-top: 42px;
}

.tuitionAccordion_item.is-open .tuitionAccordion_content {
  grid-template-rows: 1fr;
  overflow: visible;
}

.tuitionAccordion_inner .tuitionBlock {
  margin-bottom: 28px;
  width: fit-content;
  max-width: 100%;
}

.tuitionAccordion_inner .tuitionBlock_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
}

.tuitionAccordion_inner .tuitionBlock_title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.tuitionAccordion_inner .tuitionBlock_unit {
  font-size: 14px;
}

.tuitionAccordion_inner .tuitionTable_wrap {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.tuitionAccordion_inner .tuitionTable {
  width: max-content;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #ffc6e1;
}

.tuitionAccordion_inner .tuitionTable th:first-child,
.tuitionAccordion_inner .tuitionTable td:first-child {
  width: 200px;
  min-width: 200px;
}

.tuitionAccordion_inner .tuitionTable th:not(:first-child),
.tuitionAccordion_inner .tuitionTable td:not(:first-child) {
  width: 150px;
  min-width: 150px;
}

.tuitionAccordion_inner .tuitionTable th,
.tuitionAccordion_inner .tuitionTable td {
  padding: 16px 12px;
  border: none;
  border-bottom: 1px solid #ffc6e1;
  vertical-align: middle;
}

.tuitionAccordion_inner .tuitionTable th {
  padding: 8px 12px;
}

.tuitionAccordion_inner .tuitionTable thead th {
  background-color: #fcf0f5;
  font-weight: normal;
}

.tuitionAccordion_inner .tuitionTable tbody th {
  background-color: #fae5ee;
  font-weight: 600;
}

.tuitionAccordion_inner .tuitionTable tbody td {
  background-color: #ffffff;
}

.tuitionAccordion_inner .tuitionTable tr.is-total th {
  background-color: #f4cbdf;
  font-weight: 600;
}

.tuitionAccordion_inner .tuitionTable tr.is-total td {
  background-color: #ffffff;
}

.tuitionAccordion_inner .tuitionOthers {
  margin-bottom: 40px;
}

.tuitionAccordion_inner .tuitionOthers_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.tuitionAccordion_inner .tuitionOthers_list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.tuitionAccordion_inner .tuitionOthers_list li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.tuitionAccordion_inner .tuitionOthers_note {
  font-size: 18px;
}

.tuitionAccordion_inner .tuitionTotal {
  margin-bottom: 40px;
}

.tuitionAccordion_inner .tuitionTotal_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.tuitionAccordion_inner .tuitionTotal_box {
  border: 1px solid #ff80b4;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tuitionAccordion_inner .tuitionTotal_box {
  padding: 20px 20px;
}
}

.tuitionAccordion_inner .tuitionTotal_box .price {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.tuitionAccordion_inner .tuitionTotal_box .yen {
  font-size: 24px;
  font-weight: 600;
  margin-left: 4px;
}

.tuitionAccordion_inner {
}

.tuitionAccordion_inner .tuitionClose {
  text-align: center;
  margin-top: 40px;
}

.tuitionAccordion_inner .tuitionClose_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  border-radius: 30px;
  padding: 6px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tuitionAccordion_inner .tuitionClose_btn .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #ccc;
}

.scholarshipContent_linkWrap {
  margin-bottom: 20px;
}

.scholarshipContent_linkWrap.no_space {
  margin-top: 0;
}

.scholarshipContent {
}

.scholarshipContent .arrowLink {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.3s;
}

.scholarshipContent .arrowLink::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.scholarshipContent .arrowLink.no_space {
  margin-top: 0;
}

.scholarshipContent_text {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0;
}

.scholarshipContent_boldText {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.scholarshipContent {
}

.scholarshipContent .scholarshipCondition_list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.scholarshipContent .scholarshipCondition_list li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipCondition_list li {
    font-size: 15px;
  }
}

.scholarshipContent .scholarshipCondition_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}

.scholarshipContent {
}

.scholarshipContent_linkList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.scholarshipContent {
}

.scholarshipContent .scholarshipInfoBox {
  border: 1px solid #ccc;
  padding: 32px 40px;
  margin-top: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipInfoBox {
    padding: 24px 16px;
  }
}

.scholarshipContent .scholarshipInfoBox_row {
  display: flex;
  margin-bottom: 24px;
  font-size: 15px;
}

.scholarshipContent .scholarshipInfoBox_row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipInfoBox_row {
    flex-direction: column;
    gap: 8px;
  }
}

.scholarshipContent .scholarshipInfoBox_row .label {
  width: 140px;
  flex-shrink: 0;
  font-weight: 600;
  color: #333;
}

.scholarshipContent .scholarshipInfoBox_row .value {
  flex-grow: 1;
  line-height: 1.6;
}

.scholarshipContent .scholarshipInfoBox_row {
}

.scholarshipContent .scholarshipInfoBox_row .em-pink {
  color: #e88ba8;
}

.scholarshipContent {
}

.scholarshipContent .scholarshipFlow {
  margin-top: 32px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 52px 24px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipFlow {
    padding: 24px 16px;
  }
}

.scholarshipContent .scholarshipFlow_title {
  color: #ff80b4;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipFlow_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.scholarshipContent .scholarshipFlow_scroll {
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipFlow_scroll {
    overflow-x: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .scholarshipContent .scholarshipFlow_scroll::-webkit-scrollbar {
    height: 8px;
  }

  .scholarshipContent .scholarshipFlow_scroll::-webkit-scrollbar-track {
    background: #fdf0f4;
    border-radius: 8px;
  }

  .scholarshipContent .scholarshipFlow_scroll::-webkit-scrollbar-thumb {
    background: #fc8bb4;
    border-radius: 8px;
  }
}

.scholarshipContent .scholarshipFlow_scroll img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .scholarshipContent .scholarshipFlow_scroll img {
    max-width: none;
    width: 700px;
  }
}


.scholarshipContent_image {
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 24px;
  background-color: #fff;
}

.scholarshipContent_image.is-borderless {
  border: none;
  padding: 0;
  background-color: transparent;
}

.scholarshipContent_image img {
  max-width: 100%;
  height: auto;
}

.scholarshipNote {
  background-color: rgba(240, 239, 253, 0.6);
  padding: 40px 30px;
  margin-top: 40px;
}

.scholarshipNote_lead {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.6;
}

.scholarshipNote_box {
  background-color: #fff;
  padding: 30px 40px;
}

.scholarshipNote_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.scholarshipNote_text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .scholarshipNote {
    padding: 24px 15px;
  }

  .scholarshipNote_lead {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .scholarshipNote_box {
    padding: 20px;
  }

  .scholarshipNote_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .scholarshipNote_text {
    font-size: 14px;
  }
}

.tuitionAccordion_item.is-pink .tuitionAccordion_toggle {
  border-bottom-color: #ff80b4;
}

.tuitionAccordion_item.is-pink .tuitionAccordion_icon {
  background-color: #ffd6e9;
}

.tuitionAccordion_item.is-pink .tuitionAccordion_icon::before,
.tuitionAccordion_item.is-pink .tuitionAccordion_icon::after {
  background-color: #ff5198;
}

.tuitionAccordion_item.is-pink .tuitionTable th,
.tuitionAccordion_item.is-pink .tuitionTable td {
  border-bottom-color: #ffb3d1;
}

.tuitionAccordion_item.is-pink .tuitionTable tr.is-total th,
.tuitionAccordion_item.is-pink .tuitionTable tr.is-total td {
  border-top-color: #ffffff;
}

.tuitionAccordion_item.is-pink .tuitionTable thead th {
  background-color: rgba(255, 214, 233, 0.4);
}

.tuitionAccordion_item.is-pink .tuitionTable tbody th {
  background-color: #fae5ee;
}

.tuitionAccordion_item.is-pink .tuitionTable tbody td {
  background-color: #ffffff;
}

.tuitionAccordion_item.is-pink .tuitionTable tr.is-total th {
  background-color: #f4cbdf;
}

.tuitionAccordion_item.is-pink .tuitionTable tr.is-total td {
  background-color: #ffffff;
}

.tuitionAccordion_item.is-pink .tuitionTotal_box {
  border-color: #ff80b4;
}

.tuitionAccordion_item.is-pink .tuitionClose_btn {
  background-color: #ffd6e9;
}

.tuitionAccordion_item.is-pink .tuitionClose_btn .arrow {
  border-bottom-color: #ff80b4;
}

.tuitionAccordion_item.is-blue .tuitionAccordion_toggle {
  border-bottom-color: #a8d4f0;
}

.tuitionAccordion_item.is-blue .tuitionAccordion_icon {
  background-color: #b4edf8;
}

.tuitionAccordion_item.is-blue .tuitionAccordion_icon::before,
.tuitionAccordion_item.is-blue .tuitionAccordion_icon::after {
  background-color: #00a2f9;
}

.tuitionAccordion_item.is-blue .tuitionTable th,
.tuitionAccordion_item.is-blue .tuitionTable td {
  border-bottom-color: #57c4ff;
}

.tuitionAccordion_item.is-blue .tuitionTable tr.is-total th,
.tuitionAccordion_item.is-blue .tuitionTable tr.is-total td {
  border-top-color: #57c4ff;
}

.tuitionAccordion_item.is-blue .tuitionTable thead th {
  background-color: #f0f8fc;
}

.tuitionAccordion_item.is-blue .tuitionTable tbody th {
  background-color: rgba(221, 249, 251, 0.6);
}

.tuitionAccordion_item.is-blue .tuitionTable tbody td {
  background-color: #ffffff;
}

.tuitionAccordion_item.is-blue .tuitionTable tr.is-total th {
  background-color: #8cd0f8;
}

.tuitionAccordion_item.is-blue .tuitionTable tr.is-total td {
  background-color: #ffffff;
}

.tuitionAccordion_item.is-blue .tuitionTotal_box {
  border-color: #b3def5;
}

.tuitionAccordion_item.is-blue .tuitionClose_btn {
  background-color: #c7e8fa;
}

.tuitionAccordion_item.is-blue .tuitionClose_btn .arrow {
  border-bottom-color: #4ea5e6;
}

.tuitionTable.is-blue {
  border-top-color: #57c4ff;
}

/*# sourceMappingURL=features.css.map */


.examSchedule_content {
  margin: 30px auto 0;
  max-width: 800px;
}

.examSchedule_block {
  margin-bottom: 60px;
}

.examSchedule_block:last-child {
  margin-bottom: 0;
}

.examSchedule_subTitle {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.scholarshipFlow_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap; 
}

.scholarshipFlow_scroll::-webkit-scrollbar {
  height: 8px;
}

/* .scholarshipFlow_scroll::-webkit-scrollbar-track {
  background: #fdf0f4;
  border-radius: 8px;
}

.scholarshipFlow_scroll::-webkit-scrollbar-thumb {
  background: #fc8bb4;
  border-radius: 8px;
} 
*/

.scholarshipFlow_scroll img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
  .examSchedule_content {
    margin-top: 20px;
    max-width: 100%; 
  }

  .examSchedule_block {
    margin-bottom: 40px;
  }

  .examSchedule_subTitle {
    font-size: 18px;
    margin-bottom: 15px;
    gap: 8px;
  }

  .scholarshipFlow_scroll img {
    width: 800px; 
    max-width: none !important;
  }
}