#navigation .header__nav-logo {
  color: #fff;
}

/* -------------------------------------------
 * SNS
 * -------------------------------------------*/
.sns__main .header-logo {
  width: auto;
}
.sns__main .curriculum-box__label {
  color: #fff;
  background: #00468a;
  text-align: center;
  padding-block: 0.5em;
}
.sns__main .curriculum-box {
  padding: 0;
  overflow: clip;
  margin-bottom: 0;
}
.sns__main .curriculum-box__list {
  padding: 30px 20px 40px;
}
.sns__main .curriculum-box__note {
  margin-bottom: 90px;
  text-align: right;
  margin-top: 0.3em;
}
@media screen and (max-width: 990px) {
  .sns__main .curriculum-box__note {
    margin-bottom: 60px;
  }
}
a.apply {
  background: hsl(202, 100%, 40%);
  background: linear-gradient(
    0deg,
    hsl(202, 100%, 40%) 0%,
    hsl(202, 100%, 50%) 70%,
    hsl(202, 100%, 50%) 100%
  );
  color: #fff;
}
a.apply02 {
  background: linear-gradient(
    0deg,
    hsl(340, 83%, 65%) 0%,
    hsl(340, 84%, 74%) 70%,
    hsl(340, 84%, 74%) 100%
  );
}
.sns__main .mv .apply--request {
  margin-top: 10px;
}

.sns__main .menu.apply--request,
#banner a.apply--request {
  background: hsl(195, 84%, 83%);
  background: linear-gradient(
    0deg,
    hsl(195, 84%, 83%) 0%,
    hsl(195, 84%, 93%) 70%,
    hsl(195, 84%, 93%) 100%
  );
  color: #00468a;
}

.sns__main .haeder-left {
  width: 490px;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .sns__main .haeder-left {
    width: 30px;
  }
}

.sns__main .apply.menu {
  margin-top: 10px;
}
.sns__main a.menu.apply--request {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .sns__main .mv .apply {
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .sns__main .mv .apply {
    margin-top: 10px;
  }
}

.sns__main .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) {
  .sns__main .banner .inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 835px) {
  .sns__main .mv__flex-btn {
    width: 660px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 835px) {
  .sns__main .about__cont .f18 {
    width: 580px;
  }
}

.sns__main .course__session-flex {
  justify-content: center;
}

.sns__main .course__session {
  width: 830px;
}

.sns__main .cur__tbl table th {
  vertical-align: top;
}
.line__main .course__session {
  width: 840px;
}
