@media screen and (max-width: 960px) {
  .visionSec01 {
    background-position: 0 435px;
  }
}
@media screen and (min-width: 961px) {
  .visionSec01 .titleArea {
    align-items: flex-start;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .visionSec01 .titleArea .detail {
    width: 20%;
  }
}
.visionSec01 .titleArea .detail .titleStyle01 {
  white-space: nowrap;
}
.visionSec01 .titleArea .fig {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .visionSec01 .titleArea .fig {
    padding-top: 35px;
    width: 80%;
  }
}

.circleList.--new {
  max-width: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .circleList.--new {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
