@charset "UTF-8";
.philosophy {
  margin: 0 0 88px;
}
.philosophy .title01 {
  width: 80%;
  max-width: 720px;
  margin: 0 auto 40px;
}
.philosophy .title02 {
  margin: 0 auto 40px;
  text-align: center;
}
.philosophy .purpose {
  margin: 0 0 64px;
}
.philosophy .purpose .text span {
  position: relative;
  display: block;
  width: 7em;
}
.philosophy .purpose .text span:after {
  content: "：";
  position: absolute;
  right: 0;
}
.philosophy .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.philosophy .text.text {
  margin: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .philosophy {
    margin: 0 0 40px;
  }
  .philosophy .title01 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 56px;
  }
  .philosophy .text {
    font-size: 18px;
  }
  .philosophy .area-text {
    max-width: 780px;
    margin: 0 auto;
  }
  .philosophy .purpose {
    margin: 0 0 120px;
  }
  .philosophy .vision {
    text-align: center;
  }
}/*# sourceMappingURL=philosophy.css.map */