@charset "UTF-8";
/*media query*/
.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}

.inner {
  display: block;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-1230 {
  max-width: 1230px;
}

.scrollin.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-section {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section::before {
  display: none;
}

.sec-mission {
  background: #eeeeee;
  padding-bottom: 110px;
  margin: 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-mission {
    padding: 80px 0 0;
    margin: 0;
  }
}
.sec-mission:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 97px;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .sec-mission:before {
    height: 31px;
  }
}
.sec-mission .inner {
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-mission .inner {
    padding: 0 15px;
  }
}

.mission-shape {
  position: absolute;
}

.mission-shape-01 {
  width: 45.35%;
  top: 271px;
  right: calc((1230px - 100vw) / 2);
}

.mission-shape-02 {
  width: 10%;
  top: 31.05%;
  left: 15px;
}

.mission-shape-03 {
  width: 23%;
  top: 48%;
  left: 16%;
}
@media screen and (max-width: 834px) {
  .mission-shape-03 {
    position: initial;
  }
}

.mission-shape-05 {
  width: 23%;
  top: auto;
  bottom: 0;
  right: 16%;
}
@media screen and (max-width: 834px) {
  .mission-shape-05 {
    position: initial;
    width: 50%;
    max-width: 140px;
  }
}

.mission-shape-04 {
  width: 37.5%;
  bottom: -1%;
  left: 5%;
  max-width: 400px;
}
@media screen and (max-width: 834px) {
  .mission-shape-04 {
    right: -10px;
    bottom: 0;
  }
}

.mission-ttl {
  position: relative;
  color: #0057ba;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 110px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .mission-ttl {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.mission-wrap {
  position: relative;
  margin-bottom: 52px;
  margin-left: 9%;
}
@media screen and (max-width: 834px) {
  .mission-wrap {
    margin-left: 0;
    margin-bottom: 27px;
    margin-top: 85px;
  }
}

@media screen and (max-width: 834px) {
  .mission-wrap-mt0 {
    margin-top: 0;
  }
}

.mission-tm {
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .mission-tm {
    margin-bottom: 36px;
    width: 100%;
    height: 90px;
  }
  .mission-tm img {
    width: auto;
    height: calc(100% - 27px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mission-tm .txt {
  display: block;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .mission-tm .txt {
    font-size: 16px;
  }
}
.mission-tm .txt label {
  color: #0057ba;
}

@media screen and (max-width: 834px) {
  .mission-tm-h {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .mission-tm-h img {
    height: auto;
  }
}

.about_tex .mission-txt {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .about_tex .mission-txt {
    margin-top: 15px;
  }
}

.mission-txt {
  font-weight: bold;
  font-size: 17px;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .mission-txt {
    font-size: 15px;
  }
}

.mission-wrap.right {
  margin-left: 46.6%;
  margin-top: 85px;
  max-width: 550px;
}
@media screen and (max-width: 834px) {
  .mission-wrap.right {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  #tristar01 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 834px) {
  .mission-tm .sp-mb0 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .mission-tm-sp-mb {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=about.css.map */