/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 0;
}
/* =================================== */
/*
  section
---------------------------*/
.vision-header__lead {
  color: #06c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vision-header__lead {
    font-size: 1.25rem;
  }
}

.vision-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .vision-body {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vision-body__paragraph {
  width: 46.16%;
  margin-right: 3.83%;
}
@media screen and (max-width: 768px) {
  .vision-body__paragraph {
    width: auto;
    margin-right: 0;
  }
}
.vision-body__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .vision-body__txt {
    font-size: 0.875rem;
  }
}
.vision-body__txt:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .vision-body__txt:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.vision-body__img {
  width: 50vw;
  margin-right: -8.33vw;
}
@media screen and (max-width: 768px) {
  .vision-body__img {
    width: auto;
    margin: 20px 0 0;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.mission {
  margin-top: 4.1666666667vw;
  padding-block: 6.25vw;
  background: #e8f5fc;
}
@media screen and (max-width: 768px) {
  .mission {
    margin-top: 50px;
    padding-block: 40px;
  }
}
.mission__inner {
  padding-inline: 6.4%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mission__inner {
    padding-inline: 0;
  }
}
.mission__ttl {
  position: relative;
  margin-bottom: 10px;
  color: #06c;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 1.2px;
  z-index: 0;
}
.mission__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #06c;
  z-index: -1;
}
.mission__ttl span {
  padding-right: 5px;
  background: #e8f5fc;
}

.mission-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .mission-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.mission-box:first-of-type {
  margin-top: 30px;
}
.mission-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .mission-box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mission-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49.7%;
}
@media screen and (max-width: 768px) {
  .mission-box__body {
    width: auto;
  }
}
.mission-box__copy {
  letter-spacing: 0.26px;
  color: #06c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .mission-box__copy {
    font-size: 1.125rem;
  }
}
.mission-box__txt {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .mission-box__txt {
    margin-top: 0.6rem;
    font-size: 0.875rem;
  }
}
.mission-box__img {
  width: 44.16%;
}
@media screen and (max-width: 768px) {
  .mission-box__img {
    width: auto;
    margin-top: 20px;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.profile {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .profile {
    margin-top: 50px;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.history {
  margin-top: 10.4166666667vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .history {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.history__ttl {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 2.0833333333vw;
  padding: 0 10px 1px;
  border-radius: 30px;
  background: #06c;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .history__ttl {
    margin: 0 auto 20px;
    font-size: 0.938rem;
  }
}
.history .m-table + .history__ttl {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .history .m-table + .history__ttl {
    margin-top: 40px;
  }
}
.history__btn {
  max-width: 294px;
  width: 100%;
  margin: 4.1666666667vw auto 0;
}
@media screen and (max-width: 768px) {
  .history__btn {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=aboutus.css.map */