/* media query */
.aboutArea span.readSub {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.aboutArea span.readSub small {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 668px) {
  .aboutArea span.readSub {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .aboutArea span.readSub small {
    font-size: 1.4rem;
  }
}
.aboutArea .isoImg {
  margin-top: 50px;
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea .isoImg {
    display: block;
    margin-top: 20px;
  }
}
.aboutArea .isoImg p {
  width: calc(50% - 10px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea .isoImg p {
    width: 100%;
  }
  .aboutArea .isoImg p:first-child {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=index.css.map */