.ov {
  transition: opacity 0.3s;
}
.ov:hover {
  opacity: 0.7;
}

em, i {
  font-style: normal;
}

sup {
  font-size: 50%;
  top: -1em;
}

section.lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  section.lead {
    margin: 0 auto 78px;
  }
}
section.lead p.lead {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.lead p.lead {
    margin-bottom: 34px;
    line-height: 1.8;
  }
}
section.lead h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  background: linear-gradient(43deg, #0b2084 0%, #395bad 100%);
  max-width: 1200px;
  width: 95%;
  height: 80px;
  margin-bottom: 50px;
  padding: 20px 25px;
  font-size: 34px;
  color: var(--c_yellow2);
}
@media screen and (max-width: 767px) {
  section.lead h2 {
    gap: 0 12px;
    height: 60px;
    margin-bottom: 32px;
    padding: 15px 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  section.lead h2 {
    font-size: 4.8vw;
  }
}
section.lead .enrolled {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.lead .enrolled {
    margin-bottom: 32px;
  }
}
section.lead .enrolled p {
  background: linear-gradient(0deg, var(--c_yellow2) 25%, #fff 25%);
  font-size: 54px;
  font-weight: bold;
  color: var(--c_blue);
}
@media screen and (max-width: 767px) {
  section.lead .enrolled p {
    font-size: 28px;
  }
}
section.lead .enrolled p em {
  font-size: 80px;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  section.lead .enrolled p em {
    font-size: 38px;
  }
}
section.lead .enrolled span {
  font-size: 12px;
}
section.lead .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.lead .cntWrap {
    flex-direction: column;
  }
}
section.lead .cntWrap .txt {
  max-width: 500px;
  width: 46%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.lead .cntWrap .txt {
    max-width: 100%;
    width: 100%;
    line-height: 1.8;
  }
}
section.system, section.support, section.curriculum, section.results {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.system, section.support, section.curriculum, section.results {
    margin-bottom: 78px;
  }
}
section.system h2, section.support h2, section.curriculum h2, section.results h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  background: linear-gradient(43deg, #0b2084 0%, #395bad 100%);
  max-width: 1200px;
  width: 95%;
  height: 80px;
  margin-bottom: 50px;
  padding: 20px 25px;
  font-size: 34px;
  color: var(--c_yellow2);
}
@media screen and (max-width: 767px) {
  section.system h2, section.support h2, section.curriculum h2, section.results h2 {
    gap: 0 12px;
    height: 60px;
    margin-bottom: 32px;
    padding: 15px 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  section.system h2, section.support h2, section.curriculum h2, section.results h2 {
    font-size: 4.8vw;
  }
}
section.system .inner, section.support .inner, section.curriculum .inner, section.results .inner {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  width: 90%;
}
section.system .lead {
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.system .lead {
    max-width: 100%;
    margin: 0 auto 34px;
    line-height: 1.8;
  }
}
section.system .cntWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap {
    gap: 24px 0;
    margin-bottom: 42px;
  }
}
section.system .cntWrap .cntBox {
  width: calc(50% - 10px);
  padding-bottom: 50px;
  border: 1px solid var(--c_blue);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap .cntBox {
    width: 100%;
    min-height: 420px;
    height: 60vw;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  section.system .cntWrap .cntBox {
    height: auto;
  }
}
section.system .cntWrap .cntBox .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  height: 100px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #0b2084 0%, #395bad 100%);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap .cntBox .ttl {
    height: 80px;
    margin-bottom: 32px;
  }
}
section.system .cntWrap .cntBox .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 25px;
  border: 1px solid #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap .cntBox .ttl span {
    width: 74px;
    font-size: 16px;
  }
}
section.system .cntWrap .cntBox .ttl h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap .cntBox .ttl h3 {
    font-size: 22px;
  }
}
section.system .cntWrap .cntBox img {
  position: absolute;
  left: 0;
  bottom: 0;
}
section.system .cntWrap .cntBox img[width="226"], section.system .cntWrap .cntBox img[width="227"] {
  max-width: 42.65%;
}
section.system .cntWrap .cntBox img[width="326"] {
  max-width: 61.51%;
}
section.system .cntWrap .cntBox p {
  padding: 0 30px 0 45%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.system .cntWrap .cntBox p {
    padding: 0 5% 0 45%;
    line-height: 1.6;
  }
}
section.system .cntWrap .cntBox p span {
  font-size: 75%;
}
section.support {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  section.support {
    padding-top: 36px;
  }
}
section.support .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap {
    flex-direction: column;
    gap: 24px 0;
  }
}
section.support .cntWrap.lead {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.lead {
    margin-bottom: 38px;
  }
}
section.support .cntWrap.lead .txt {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
  max-width: 600px;
  width: 55.6%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.lead .txt {
    gap: 18px 0;
    max-width: 100%;
    width: 100%;
    line-height: 1.8;
  }
}
section.support .cntWrap.lead img {
  max-width: 40.4%;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.lead img {
    max-width: 100%;
  }
}
section.support .bg {
  padding: 50px;
  border: 1px solid var(--c_blue);
  background: url(/about/img/support_bg.gif) repeat center center;
}
@media screen and (max-width: 767px) {
  section.support .bg {
    padding: 24px 5%;
  }
}
section.support .bg h3 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.support .bg h3 {
    margin-bottom: 36px;
  }
}
section.support .bg h3 span {
  background: linear-gradient(0deg, var(--c_yellow2) 25%, rgba(0, 0, 0, 0) 25%);
  line-height: 1.8;
  color: var(--c_blue);
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  section.support .bg h3 span {
    line-height: 1.6;
    font-size: 26px;
  }
}
section.support .bg .cntWrap .txt {
  max-width: 500px;
  width: 51%;
}
@media screen and (max-width: 767px) {
  section.support .bg .cntWrap .txt {
    max-width: 100%;
    width: 100%;
  }
}
section.support .bg .cntWrap .txt p.ttl {
  margin-bottom: 30px;
  line-height: 1.8;
  color: var(--c_blue);
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.support .bg .cntWrap .txt p.ttl {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 18px;
  }
}
section.support .bg .cntWrap .txt p.ttl + p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.support .bg .cntWrap .txt p.ttl + p {
    line-height: 1.8;
  }
}
section.support .bg .cntWrap .pic {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  section.support .bg .cntWrap .pic {
    max-width: 100%;
  }
}
section.support .bg .cntWrap .pic p {
  padding: 10px 5% 0 0;
}
section.support p.right {
  margin-bottom: 50px;
  padding-top: 10px;
  text-align: right;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section.support p.right {
    margin-bottom: 38px;
    padding-top: 8px;
  }
}
section.support .inner > img {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.support .inner > img {
    margin-bottom: 38px;
  }
}
section.support .cntWrap.movie {
  align-items: center;
  gap: 18px 25px;
}
section.support .cntWrap.movie p span {
  background: linear-gradient(0deg, var(--c_yellow2) 25%, #fff 25%);
  line-height: 1.8;
  color: var(--c_blue);
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.movie p span {
    line-height: 1.6;
    font-size: 24px;
  }
}
section.support .cntWrap.movie .frame {
  max-width: 560px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.movie .frame {
    width: 100%;
  }
}
section.support .cntWrap.movie .frame h3 {
  display: flex;
  gap: 0 10px;
  margin-bottom: 25px;
  color: var(--c_blue);
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.support .cntWrap.movie .frame h3 {
    gap: 0 8px;
    margin-bottom: 18px;
    font-size: 20px;
  }
}
section.support .cntWrap.movie .frame h3::before {
  content: "";
  border-left: 4px solid var(--c_blue);
}
section.support .cntWrap.movie .frame .wrap {
  aspect-ratio: 16/9;
}
section.support .cntWrap.movie .frame iframe {
  width: 100%;
  height: 100%;
}
section.curriculum .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.curriculum .inner {
    flex-direction: column;
    gap: 24px 0;
  }
}
section.curriculum .inner p {
  width: 50%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.curriculum .inner p {
    width: 100%;
    line-height: 1.8;
  }
}
section.curriculum .inner img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  section.curriculum .inner img {
    width: 100%;
  }
}
section.results {
  margin-bottom: 0;
  padding: 70px 0 150px;
  background: linear-gradient(26deg, #0b2084 0%, #395bad 100%);
}
@media screen and (max-width: 767px) {
  section.results {
    padding: 48px 0 74px;
  }
}
section.results h2 {
  margin-bottom: 50px;
  background: #fff;
  color: var(--c_blue);
}
@media screen and (max-width: 767px) {
  section.results h2 {
    margin-bottom: 32px;
  }
}
section.results .update {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  section.results .update {
    gap: 0 16px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 500px) {
  section.results .update {
    gap: 0 6px;
  }
}
section.results .update::before, section.results .update::after {
  content: "";
  width: 102px;
  height: 192px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  section.results .update::before, section.results .update::after {
    width: 62px;
    height: 118px;
  }
}
@media screen and (max-width: 500px) {
  section.results .update::before, section.results .update::after {
    width: 48px;
    height: 92px;
  }
}
section.results .update::before {
  background-image: url(/about/img/results01.png);
  background-position: top right;
}
section.results .update::after {
  background-image: url(/about/img/results02.png);
  background-position: top right;
}
section.results .update p {
  padding: 0 10px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.results .update p {
    line-height: 1.4;
    font-size: 26px;
  }
}
section.results .update p::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(100%);
}
section.results .update p em {
  font-size: 40px;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  section.results .update p em {
    font-size: 22px;
  }
}
section.results p.lead {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.results p.lead {
    margin-bottom: 26px;
    font-size: 16px;
  }
}
section.results .tabWrap ul.tabNav {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap ul.tabNav {
    gap: 0 10px;
  }
}
section.results .tabWrap ul.tabNav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 3);
  height: 65px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap ul.tabNav li {
    width: calc((100% - 20px) / 3);
    height: 50px;
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  section.results .tabWrap ul.tabNav li {
    font-size: 4vw;
  }
}
section.results .tabWrap ul.tabNav li:not(.act):hover {
  text-decoration: underline;
}
section.results .tabWrap ul.tabNav li:nth-of-type(1) {
  background-color: #34b1ef;
}
section.results .tabWrap ul.tabNav li:nth-of-type(2) {
  background-color: #3ab848;
}
section.results .tabWrap ul.tabNav li:nth-of-type(3) {
  background-color: #d01d6b;
}
section.results .tabWrap ul.tabNav li.act {
  background-color: #fff;
  color: #000;
}
section.results .tabWrap .tabCntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px 0;
  width: 100%;
  padding: 100px clamp(25px, 9%, 100px) 120px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox {
    gap: 38px 10px;
    padding: 38px 5%;
  }
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox[data-tab="2"] .red {
    justify-content: space-around;
  }
  section.results .tabWrap .tabCntWrap .cntBox[data-tab="2"] .red p:not(.faclty) {
    max-width: 100%;
    width: auto;
    padding: 0 30px;
  }
}
section.results .tabWrap .tabCntWrap .cntBox[data-tab="2"] .red p:not(.faclty) {
  justify-content: center;
}
section.results .tabWrap .tabCntWrap .cntBox[data-tab="3"] .red {
  flex-direction: column;
  align-items: center;
}
section.results .tabWrap .tabCntWrap .cntBox[data-tab="3"] .red p {
  max-width: 680px !important;
  width: 90% !important;
}
section.results .tabWrap .tabCntWrap .cntBox[data-tab="3"] .red p.faclty {
  margin-top: -25px;
  padding: 0 10px;
  color: #ff2a00;
  font-size: clamp(14px, 1vw, 22px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox[data-tab="3"] .red p.faclty {
    margin-top: -8px;
    padding: 0 5px;
  }
}
section.results .tabWrap .tabCntWrap .cntBox h3 {
  margin-bottom: -1.2em;
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: bold;
}
section.results .tabWrap .tabCntWrap .cntBox .red {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox .red {
    gap: 12px 0;
  }
}
section.results .tabWrap .tabCntWrap .cntBox .red p:not(.faclty) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 48%;
  max-width: 410px;
  background: linear-gradient(0deg, var(--c_yellow2) 25%, #fff 25%);
  line-height: 1.4;
  color: #ff2a00;
  font-size: clamp(42px, 6.166vw, 74px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox .red p:not(.faclty) {
    max-width: 250px;
    width: 100%;
  }
}
section.results .tabWrap .tabCntWrap .cntBox .red p:not(.faclty) span {
  line-height: 1.2;
  color: #000;
  font-size: clamp(56px, 6.666vw, 80px);
  font-weight: inherit;
}
section.results .tabWrap .tabCntWrap .cntBox .red p:not(.faclty) span i {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: inherit;
}
section.results .tabWrap .tabCntWrap .cntBox .bold {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px 20px;
}
section.results .tabWrap .tabCntWrap .cntBox .bold p {
  line-height: 1.4;
  font-size: clamp(24px, 5vw, 60px);
  font-weight: bold;
}
section.results .tabWrap .tabCntWrap .cntBox > p {
  line-height: 1.8;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox > p {
    line-height: 1.6;
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  section.results .tabWrap .tabCntWrap .cntBox > p {
    font-size: 18px;
  }
}
section.results .tabWrap .tabCntWrap .cntBox > p em {
  font-size: 70%;
}
section.results .tabWrap .tabCntWrap .cntBox small {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.results .tabWrap .tabCntWrap .cntBox small {
    line-height: 1.5;
  }
}
section.bnr {
  display: flex;
  justify-content: center;
  padding: 70px 5% 150px;
}
@media screen and (max-width: 767px) {
  section.bnr {
    padding: 68px 5% 68px;
  }
}

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