.max834 {
  display: none;
}

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

.enja__ttl {
  color: #202050;
}

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

.mv-bg-wrap {
  background-color: #fff;
  background-image: url(../img/index/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
/* 
@media (max-width: 834px) {
  .mv-bg-wrap {
    background-size: 50%;
  }
} */

  

@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: start;
  position: relative;
  z-index: 2;
}

.mv__flex-cont {
  width: 90%;
}


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

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

.mv h1 {
  color: #fff;
} */

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

.subsidy__box a {
  color: #202050;
}
.subsidy__box-flex-cont__lead {
  position: relative;
  font-weight: 500;
}

.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;
}
