.max834 {
  display: none;
}

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

body {
  color: #00468a;
}

.fc-b {
  color: #252525;
}

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

.enja__ttl {
  color: #252525;
}

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

.header-logo {
  width: 230px;
}

.header-logo:before {
  background: url(../img/common/logo-w.png) no-repeat center / contain;
  max-width: 230px;
  height: 30px;
  width: 100%;
}

.header-logo:after {
  background: url(../img/common/logo-b.png) no-repeat center / contain;
  max-width: 230px;
  height: 30px;
}

.mv-bg-wrap {
  background: linear-gradient(to bottom, #f0f9fb 0%, #accbee 100%);
}

.mv {
  background: transparent;
  margin-bottom: 50px;
}

@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: 80%;
  margin-bottom: 30px;
}

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

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

.ai-list li .f30 {
  color: #728cd6;
  background: #fff;
  box-shadow: 0 0 7px 1px #50505030;
}

.mv h1 .f28 {
  color: #3f4dbc;
}

.mv h1 {
  color: #3f4dbc;
}

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

@media screen and (max-width: 834px) {
  .subsidy__box {
    border-radius: 50px;
  }

  .subsidy__box-flex-cont .f48 {
    font-size: 31px;
  }
}

.subsidy__box a {
  color: #252525;
}

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

.subsidy__box-flex-cont__lead {
  position: relative;
  width: fit-content;
  padding: 0 1.5em;
  margin: 0 auto;
}

.subsidy__box-flex-cont__lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0) rotate(-30deg);
  height: 100%;
  width: 0;
  border-left: 3px dotted #f28e26;
}

.subsidy__box-flex-cont__lead::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0) rotate(30deg);
  height: 100%;
  width: 0;
  border-left: 3px dotted #f28e26;
}

.subsidy__box-flex-cont__mess {
  display: inline-block;
  width: fit-content;
  background-image: linear-gradient(90deg, #ffde0090, #ffde0090);
  background-position: left bottom 2px;
  background-repeat: no-repeat;
  background-size: 100% 30%;
}

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

.solve {
  background: linear-gradient(to bottom, #313c92 0%, #3f4dbc 100%);
}

.solve__ttl .fc-do:after {
  background: #f97e24;
  top: 78%;
  height: 4px;
}

.course {
  background: #f0f9fb;
}

.bg-text {
  color: #d4eefb;
}

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

.course__ttl-h4 h4:after {
  content: "";
  position: absolute;
  background: url(../img/index/line.webp) no-repeat;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 18px;
  background-size: contain;
  background-position: top center;
}


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

.course-point {
  background: linear-gradient(to bottom, #f28e26 0%, #fd644f 100%);
}

.curriculum {
  background: #dce7f4;
}

.cur-head {
  background: #323d95;
  background: linear-gradient(to bottom, #323d95 0%, #3f4dbb 100%);
  padding: 15px 5%;
}

.cur-box__dl dt {
  background: #f0f9fb;
}

section.banner {
  background: linear-gradient(to bottom, #313c92 0%, #3f4dbb 100%);
  padding: 150px 0;
  position: relative;
}

.step__ttl .item-no {
  color: #0084ff;
}

.top-segment {
  background-color: #6081ed;
}

.bottom-segment {
  background-color: #3f4dbc;
}

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

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