@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
body {
  color: #fff;
}

.lower-mv {
  background: linear-gradient(rgba(5, 42, 110, 0.6), rgba(5, 42, 110, 0.6)), url("../img/mission/header.jpg");
  background-position: center;
  background-size: cover;
}
.lower-mv__ttl {
  color: #fff;
}

.mission__sub-ttl {
  margin-top: 64px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mission__sub-ttl {
    font-size: 2rem;
  }
}
.mission__txt {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mission__txt {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.mission-list {
  margin-top: 50px;
}
.mission-list__item {
  margin-top: 20px;
  padding-block: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mission-list__item {
    font-size: 1.8rem;
  }
}
.mission__illustration {
  margin-top: 74px;
}
.mission__representative {
  margin-top: 100px;
}/*# sourceMappingURL=mission.css.map */