.max834 {
  display: none;
}

@media (max-width: 834px) {
  .max834 {
    display: block;
  }
}

body {
  color: #111111;
}

.fc-b {
  color: #252525;
}

.fc-lb {
  /* color: #dfeff8; */
  color: #cfe1f8;
}

.enja__ttl {
  color: #252525;
}

a.apply {
  padding: 16px 0%;
}

.mv-bg-wrap {
  /* background: linear-gradient(to bottom, #f0f9fb 0%, #accbee 100%); */
  background-image: url(../img/index/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv {

}

@media screen and (max-width: 834px) {
  .mv {
    padding: 80px 0 0px;
  }
}

.mv .mv__flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.mv__flex-cont {
  width: 90%;
}

.mv__flex-img {
  width: 72%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

@media screen and (max-width: 1200px) {
  .mv__flex-cont {
    width: 100%;
  }

  .mv__flex-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mv h1 {
  color: #fff;
}

.subsidy__box {
  background: #fff;
  border-radius: 50px;
}

.subsidy__box a {
  color: #252525;
}

.subsidy__box-flex-cont {
  width: 100%;
}

.subsidy__box-flex-cont__lead {
  position: relative;
  font-weight: 500;
}

.subsidy__box-flex-cont__mess {
  display: inline-block;
  width: fit-content;
  color: #fc5857;
  font-weight: 700;
}

.subsidy__box-flex__triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid #f87a40;
  border-bottom: 0;
}

.course__ttl-h4 h4 {
  border-bottom: none;
}

.course__detail-list li {
  color: #111111;
  padding: 5px 10px 1px;
}

.curriculum {
  background: #dce7f4;
}



.footer {
  background-color: #0d0f11;
}

.footer__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}