/*-----追加260226--------------------------------*/
.curriculum-box__label {
  color: #fff;
  background: #b51111;
  text-align: center;
  padding-block: 0.5em;
}

.curriculum-box {
  padding: 0;
  overflow: clip;
  margin-bottom: 0;
}

.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 .apply--request,
a.apply--request {
  background: #fff;
  border: solid 1px #b51111;
  color: #b51111;
}

.mv .apply--request {
  margin-top: 10px;
}

.haeder-left {
  width: 425px;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  div.haeder-left {
    width: 30px;
  }
}

.apply.menu {
  margin-top: 10px;
}

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

.banner .inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px 20px;
  justify-content: space-between;
}

@media (max-width: 834px) {
  .banner .inner {
    display: flex;
    flex-direction: column;
  }
}

/*-----追加260323--------------------------------*/
.mv.sns {
  padding-top: 20rem;
  max-height: 1000px;
}

.mv__btn-wrap.sns {
  display: flex;
  gap: 1rem;
  align-items: center;
}

a.apply--request .btn-circle {
  background-color: rgba(255, 0, 0, 0.3);
}

a.apply--request .btn-circle span {
  background-color: #b51111;
}

.haeder-left {
  width: 100%;
  max-width: 500px;
  max-width: 240px;
}

.about.sns {
  background: url("../img/sns/about-us.webp") right/cover no-repeat;
}

.about__flex.sns {
  flex-direction: row-reverse;
}

.about__flex.sns .about__cont {
  width: 100%;
  max-width: 584px;
}

.about__flex.sns .about__ttl-h4 {
  max-width: 450px;
}

.course__ttl-h4.sns {
  color: #b51111;
}

.course__ttl-h4.sns h4 {
  position: relative;
  width: fit-content;
  margin: auto;
}

.course__ttl-h4.sns h4::before {
  content: "";
  border-bottom: 5px dotted #ccc;
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  width: calc(100% - 15%);
  height: 2px;
}

.course__ttl-h4.sns span {
  color: #333;
}

.course__ttl-h4.sns span::before {
  content: none;
}

.course__detail-flex.sns {
  flex-direction: row-reverse;
}

.curriculum-box__list.sns .bg {
  background: #f7e0df;
  color: #333;
}

.banner.sns .apply {
  max-width: 400px;
  margin-left: 0;
}

.banner.sns .apply--request {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: 0;
}

.banner.sns .apply--request span.btn-circle {
  background-color: rgba(255, 255, 255, 0.3);
}

.banner.sns .apply--request span.btn-circle span {
  background-color: #fff;
}

.enja__ttl span.en {
  font-size: 24px;
}

.company.sns {
  background: #fafafa;
}

@media (max-width: 834px) {
  .mv.sns {
    padding-top: 10rem;
  }

  .mv__btn-wrap.sns {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner.sns .apply {
    margin: 0 auto;
  }

  .banner.sns .apply--request {
    margin: 0 auto;
  }
}

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

  .mv.sns .mv__flex {
    width: 76%;
  }
}

body:has(.sns__main) .haeder-left {
  width: 55%;
  max-width: none;
}

@media (max-width: 834px) {
  body:has(.sns__main) .haeder-left {
    width: 30px;
  }
}

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

/*lineページにのみ実装*/
.line-body .about {
  background: url(../img/line/about-us.webp) right / cover no-repeat;
}

.sns-body .issue__ttl,
.line-body .issue__ttl {
  position: relative;
  z-index: 2;
}

.sns-body .issue__ttl span.f42,
.line-body .issue__ttl span.f42 {
  position: relative;
  z-index: 2;
}

.sns-body .issue__ttl span.f42:after,
.line-body .issue__ttl span.f42:after {
  width: 119px;
  height: 107px;
}

@media screen and (max-width: 834px) {
  .sns-body .issue__ttl span.f42:after,
  .line-body .issue__ttl span.f42:after {
    width: 80px;
    height: 177px;
  }
}
@media screen and (max-width: 500px) {
  .sns-body .issue__ttl span.f42:after,
  .line-body .issue__ttl span.f42:after {
    width: 50px;
    height: 97px;
  }
}
.sns-body .solve__ttl span.larger,
.line-body .solve__ttl span.larger {
  color: #b51111;
  font-size: 4.8rem;
}
@media screen and (max-width: 834px) {
  .sns-body .solve__ttl span.larger,
  .line-body .solve__ttl span.larger {
    font-size: 3.3rem;
  }
}
.sns-body .course__session-flex-cont .f46 span,
.line-body .course__session-flex-cont .f46 span {
  color: #b51111;
}
