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

.cta__top> :nth-child(3) {
  grid-column: 1 / -1;
  /* chiếm hết 2 cột */
  justify-self: center;
  /* căn giữa item 3 trong hàng đó */
}

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

.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: 20px 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;
  }
}

.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;
}


@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);
  }
}

.l-campusHero {
  position: relative;
}

.l-campusHero .text__main {
  position: absolute;
  height: 100%;
  text-align: center;
  left: 0;
  top: 5.2vw;
  width: 100%;
}

.l-campusHero .text__1 {
  font-size: 2.2395vw;
  font-weight: bold;
  color: #FF7D90;
  display: block;
  line-height: 1;
  margin-bottom: 1.3vw;
  letter-spacing: 0.02em;
}

.l-campusHero .text__2 {
  font-size: 3.90625vw;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #12CAD5;
  line-height: 1.25;
  letter-spacing: .06em;
  margin-bottom: 2vw;
}

.l-campusHero .text__3 {
  font-size: 0.833vw;
  display: block;
}

.cta__top-item .title.title--25 {
  font-size: 25px;
  line-height: calc(37.5/25);
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .cta__top-item .title.title--25 {
    font-size: 24px;
  }

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

.l-campusWhat {
  background: #FFF2F4;
  padding: 120px 0;
}

.l-campusWhat .wrap {
  display: flex;
  max-width: 1010.25px;
  margin: 0 auto;
  justify-content: space-between;
}

.l-campusWhat .what-list {
  flex-basis: 453.72px;
  flex-shrink: 0;
}

.l-campusWhat .heading {
  flex: auto;
}

.l-campusWhat .heading__en {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .06em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #FF7D90;
  margin-bottom: 40px;
}

.l-campusWhat .heading__en span {
  color: #12CAD5;
}

.l-campusWhat .heading__ja small {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.l-campusWhat .heading__ja {
  font-weight: bold;
  letter-spacing: 0.13em;
}

.l-campusWhat .heading__ja strong {
  font-size: 60px;
  line-height: 1.5;
}

.l-campusWhat .heading__ja strong span {
  color: #FF7D90;
}

.l-campusWhat .heading {
  padding-right: 30px;
}

.what-list__item {
  position: relative;
}

.what-list__item .content {
  background: #FF7D90;
  margin-left: 45px;
  color: #FFF;
  min-height: 164px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 70px;
}

.what-list__item .image {
  position: absolute;
  width: 89.47px;
  height: 89.47px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.what-list__item .num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  line-height: 0.75;
  opacity: 0.2;
}

.l-campusWhat .what-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
}

.what-list__item.what-list__item--blue .content {
  background: #12CAD5;
}

.what-list__item p {
  font-size: 20px;
  line-height: 1.7;
}

.what-list__item .note {
  font-size: 16px;
  margin-top: 10px;
}

.l-campusProcess {
  padding: 120px 0 0;
}

.process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
  gap: 60px;
}

.process__content {
  background: #F1FBFC;
  position: relative;
  padding: 60px 15px 80px;
}

.process__ttl {
  position: relative;
  width: 91.94%;
  margin: 0 auto -45px;
  z-index: 1;
}

.process__ttl h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: .09em;
  font-weight: bold;
  color: #FFF;
  font-size: 33px;
  line-height: 1;
  padding-top: 23px;
}

.process__list {
  max-width: 314px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  padding-top: 40px;
}

.process__list-item:not(:last-child) {
  padding-bottom: 53px;
}

.process__list-item h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .13em;
  color: #12CAD5;
  margin-bottom: 10px;
}

.process__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-bottom: 20px;
}

.process__images .image.image--full {
  grid-column: 1 / -1;
  justify-self: center;
}

.process__list-item {
  position: relative;
}

.fig-start {
  position: absolute;
  width: calc(155px / 2);
  left: -94px;
  top: 0;
  z-index: 2;
}

/* .process__list-item:first-child {
  padding-top: 40px;
} */

.process__list-item:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #12CAD5;
  border-radius: 50%;
  background: #FFF;
  top: 7px;
  left: -70px;
  z-index: 1;
}

.process__list-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 2px;
  left: -60px;
  height: 100%;
  width: 6px;
  background-image: radial-gradient(circle, #91E2E6 3px, transparent 3px);
  background-size: 6px 18px;
}

.fig-finish {
  position: absolute;
  width: calc(164px / 2);
  left: -100px;
  top: 50px;
  z-index: 2;
}

.process__item:first-child .fig {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 60px;
}

.process__item.process__item--pink .process__content {
  background: #FFF2F4;
}

.process__item.process__item--pink h4 {
  color: #FF7D90;
}

.process__item.process__item--pink .process__list-item:before {
  border-color: #FF7D90;
}

.process__item.process__item--pink .process__list-item:after {
  background-image: radial-gradient(circle, #FFC4CD 3px, transparent 3px);
}

.l-campusCourse {
  padding: 120px 0;
}

.l-topDepartment {
  padding-top: 0;
}

@media only screen and (min-width: 993px) {
  .l-topDepartment .department__item--blue {
    padding-right: 8.854%;
  }

  .l-topDepartment .department__content {
    width: 74.86%;
    margin-right: -29.42%;
  }

  .l-topDepartment .department__item--pink {
    padding-left: 8.854%;
  }

  .l-topDepartment .department__inner {
    width: calc(71% - 19px);
  }

  .l-topDepartment .department__item--pink .department__content {
    margin-left: -29.42%;
  }

  div#department1 .department__content {
    border-radius: 0 60px 60px 0;
  }

  div#department2 .department__content {
    border-radius: 60px 0 0 60px;
  }

  .l-topDepartment .department__item--pink .department__image:before {
    left: auto;
    right: -20px;
  }

  .l-topDepartment .department__item--pink .department__inner {
    width: 60.8%;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 993px) {
  .l-topDepartment .department__inner {
    width: calc(69% - 18px);
  }

  .l-topDepartment .department__item--pink .department__inner {
    width: 58%;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .l-topDepartment .department__item--blue {
    padding-right: 30px;
  }

  .l-topDepartment .department__item--pink {
    padding-left: 30px;
  }

  .l-topDepartment .department__inner,
  .l-topDepartment .department__item--pink .department__inner {
    width: calc(60.69% - 20px);
  }

  .l-topDepartment .department__content {
    width: 82.11%;
  }
}

.c-movie {
  justify-content: center;
  margin-top: -10px;
}

.l-campusReason {
  background: #F1FBFC;
  padding: 120px 0;
}

.reason {
  padding: 0 115px;
}

.reason__list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 80px;
}

.reason__item {
  background: #FFF;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
  padding: 48.8px 54.5px 44.9px;
}

.reason__item.reason__item--1 .reason__fig {
  /* position: absolute; */
  width: 230px;
  top: -80px;
  right: -115px;
}

.reason__fig {
  position: absolute;
}

.l-campusReason .c-ribbonTtl {
  margin-bottom: 112px;
}

.reason__wrap {
  max-width: 609px;
}

.reason__item.reason__item--2 .reason__wrap {
  margin-left: auto;
}

.reason__item.reason__item--2 .reason__fig {
  width: 220.02px;
  left: -110px;
  top: -52px;
}

.reason__item.reason__item--3 .reason__fig {
  width: 191.3px;
  right: -91px;
  top: -40px;
}

.reason__head {
  display: flex;
  align-items: center;
}

.reason__num {
  flex-basis: 90px;
  flex-shrink: 0;
  margin-right: 10.5px;
}

.reason__ttl {
  font-size: 30px;
  line-height: 1.326;
  color: #12CAD5;
  font-weight: bold;
}

.reason__head {
  margin-bottom: 30px;
}

.reason__content {
  font-weight: bold;
}

.l-topAccess {
  padding-top: 0;
  padding-bottom: 120px;
}

.l-campusCalendar {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-campusMovie .ttl span {
  color: #FF7D90;
}

@media (max-width: 767px) {
  .l-campusHero .text__main {
    top: 22.5%;
    max-height: 81vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .l-campusHero .text__3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .l-campusHero .text__1 {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .l-campusHero .text__2 {
    font-size: 44px;
    margin-bottom: 18px;
  }

  .l-campusWhat {
    padding: 80px 0;
  }

  .l-campusWhat .wrap {
    display: block;
  }

  .l-campusWhat .heading__en {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .l-campusWhat .heading__ja small {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .l-campusWhat .heading {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .l-campusWhat .heading__ja strong {
    font-size: 35px;
  }

  .what-list__item .image {
    width: 50px;
    height: 50px;
  }

  .what-list__item .content {
    margin-left: 25px;
    padding-left: 40px;
    min-height: 140px;
  }

  .what-list__item p {
    font-size: 16px;
  }

  .what-list__item .note {
    font-size: 14px;
    margin-top: 5px;
  }

  .what-list__item .num {
    font-size: 70px;
  }

  .l-campusCalendar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-campusProcess {
    padding: 80px 0 0;
  }

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

  .process__ttl svg {
    max-width: 100%;
  }

  .process__ttl h3 {
    font-size: 26px;
    padding-top: 30px;
  }

  .process__list {
    max-width: 100%;
  }

  .fig-start {
    left: -20px;
    width: 65px;
  }

  .process__list-item:before {
    left: -11px;
    width: 20px;
    height: 20px;
    /* top: 7px; */
  }

  .process__list-item:not(:last-child):after {
    left: -2px;
    /* top: 4px; */
  }

  .process__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .process__list-item {
    padding-left: 30px;
    padding-right: 20px;
  }

  .process__list-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .process__list {
    padding-top: 35px;
  }

  .process__images {
    margin-bottom: 10px;
  }

  .process__list-item:not(:last-child) {
    padding-bottom: 40px;
  }

  .process__list-item p {
    font-size: 14px;
  }

  .fig-finish {
    width: 68px;
    left: -20px;
    top: 40px;
  }

  .process__item:first-child .fig {
    width: 40px;
    bottom: -50px;
    right: 10px;
  }

  .l-campusCourse {
    padding: 80px 0;
  }

  .l-campusReason {
    padding: 80px 0;
  }

  .reason {
    padding: 0;
  }

  .reason__list {
    gap: 75px;
  }

  .reason__item {
    padding: 58px 23px 34px;
  }

  .reason__item.reason__item--1 .reason__fig {
    width: 65.16px;
    top: -45px;
    right: 20px;
  }

  .reason__item.reason__item--2 .reason__fig {
    width: 67.9px;
    top: -45px;
    right: 22px;
    left: auto;
  }

  .reason__item.reason__item--3 .reason__fig {
    width: 61.24px;
    top: -45px;
    right: 22px;
  }

  .reason__num {
    position: absolute;
    top: -30px;
    left: 23px;
    width: 90px;
  }

  .reason__ttl {
    font-size: 20px;
    line-height: 1.5;
  }

  .reason__head {
    margin-bottom: 20px;
  }
}