.about .sectionImage {
  margin-top: 5rem;
}
.about .sectionImage img {
  display: block;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .about .sectionImage img {
    width: 100%;
  }
}
.about .article02 .illustration-image {
  width: 40rem;
  aspect-ratio: auto;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .about .article02 .illustration-image {
    width: 100%;
  }
}
.about .article02 .illustration-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about .list02--reverse .article02:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .about .list02--reverse .article02:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .list02--reverse .article02:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .about .list02--reverse .article02:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .table {
  margin-top: 0;
}
.about .table td {
  text-align: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .about .table td {
    padding: 1.6rem 1.6rem;
  }
}
.about .cta {
  margin-top: 0;
}
.about .pageNavigation {
  margin-top: 0;
}
/*# sourceMappingURL=about.css.map */