.header-logo {
  width: auto;
}

.curriculum__intro {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .curriculum__intro {
    text-align-last: left;
  }
}

.cur-head {
  background-color: #43beb0;
}

.curriculum-box__label {
  color: #fff;
  background: #0064af;
  text-align: center;
  padding-block: 0.5em;
}
.curriculum-box {
  padding: 0;
  overflow: clip;
  margin-bottom: 0;
}

.curriculum-box__list-item .bg {
  background-color: #f2f5f8;
}
.curriculum-box__list-item .bg span {
  color: #333;
  font-weight: normal;
}

.curriculum-box__list {
  padding: 30px 20px 40px;
}
.curriculum-box__note {
  margin-bottom: 90px;
  text-align: right;
  margin-top: 0.3em;
}
@media screen and (max-width: 990px) {
  .curriculum-box__note {
    margin-bottom: 60px;
  }
}

.mv {
  padding-bottom: 0;
}

.mv .apply--request,
a.apply--request,
section.banner .apply.apply--request {
  background: #023261;
  color: #fff;
}

.mv .apply--request {
  margin-top: 10px;
}

a.apply .material-symbols-outlined {
  color: #0064af;
}

.apply.navi.apply--request .material-symbols-outlined,
a.apply.apply--request .material-symbols-outlined {
  color: #fff;
}

.apply.navi {
  padding: unset;
}

section.banner .apply {
  background-color: #fff;
  color: #0064af;
}

.haeder-left {
  width: 490px;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .haeder-left {
    width: 30px;
  }
}

#navigation .header__nav-logo {
  color: #333;
  border-bottom: 1px solid #333;
}

.menu-overlay ul li a {
  color: #333;
}

.apply.menu {
  margin-top: 10px;
}
a.menu.apply--request {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .mv .apply {
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .mv .apply {
    margin-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .ai-list {
    justify-content: center;
  }
  .mv .apply {
    margin-bottom: 10px;
  }
  .mv__flex-btn a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 835px) {
  .mv__flex-img {
    margin-left: 10%;
  }
}
.banner .inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px 30px;
  justify-content: space-between;
  max-width: 830px;
}
@media (max-width: 834px) {
  .banner .inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 835px) {
  .mv__flex-btn {
    width: 660px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}

.solve__ttl .larger {
  border-bottom: none;
}

@media (min-width: 835px) {
  .about__cont .f18 {
    width: 580px;
  }
}

.course__session-flex {
  justify-content: center;
}

.course__session {
  width: 830px;
}

.cur__tbl table th {
  vertical-align: top;
}
.footer .inner {
  flex-direction: column;
}

.solve__ttl .larger {
  color: #fff100 !important;
  border-bottom: none;
}

.about__ttl-about {
  display: flex;
  flex-direction: column;
}
.about__ttl-about .en {
  color: #9baebc !important;
  display: block;
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .about__ttl-about .en {
    font-size: 80px;
  }
}
@media screen and (max-width: 990px) {
  .about__ttl-about .en {
    font-size: 35px;
  }
}
@media screen and (max-width: 834px) {
  .about__ttl-about .en {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.about__ttl-h4 .fc-dg {
  color: #0064af !important;
}
