.sns__main .header-logo {
  width: auto;
}
.sns__main .curriculum-box__label {
  color: #fff;
  background: #0068af;
  text-align: center;
  padding-block: 0.5em;
}
.sns__main .curriculum-box {
  padding: 0;
  overflow: clip;
  margin-bottom: 0;
}

.sns__main .curriculum-box__list-item .bg {
  background-color: #f3f3f3;
}

.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;
  }
}
.sns__main .mv .apply--request,
a.apply--request {
  background: #00adfb;
  color: #fff;
}

.sns__main .mv .apply--request {
  margin-top: 10px;
}

/* .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) {
  .haeder-left {
    width: 30px;
  }
}

#navigation .header__nav-logo {
  color: #fff;
}

.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 .ai-list li .en {
  background-color: transparent;
  border: 1px solid #00adfb;
  color: #00adfb;
}

.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;
    margin-left: auto;
    margin-right: auto;
  }
}
@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;
}
body:has(main.sns__main) .haeder-left {
  width: 490px;
  gap: 10px;
}

body:has(main.sns__main) .header-logo {
  width: fit-content;
}

.sns__main .mv {
  background-image: url(../img/sns/bg-mv.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.sns__main .about:after {
  content: "";
  background: url(../img/sns/about-01.webp) no-repeat;
}

.sns__main .about:after {
  content: "";
  background: url(../img/sns/about-01.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 44.5%;
  height: auto;
  aspect-ratio: 927 / 621;
  right: 4.7%;
}
.sns__main .about__ttl-about {
  width: fit-content;
}
.sns__main .about__ttl-h4 {
  width: fit-content;
}

.sns__main .about .about__cont {
  width: 46.8%;
}
@media (max-width: 834px) {
  .sns__main .about .about__cont {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .sns__main .about:after {
    top: unset;
    bottom: 5%;
    transform: none;
    width: 65%;
    opacity: 0.5;
  }
}
.solve__ttl .larger {
  font-size: 150%;
  color: #8ef5cc;
}
.line__main .course__session {
  width: 850px;
}
.course__session-flex-cont span {
  position: relative;
}
.course__session-flex-cont span:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #c3f0de;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
