.sub-page-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 35rem;
  background-image: url(../../img/about/main-visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-wrapper {
  width: 85%;
  margin: auto;
  max-width: 100rem;
}

.news-container {
  margin-top: 3rem;
}

.news-item {
  padding: 2rem 1.5rem 4rem;
  border-bottom: 1px solid #898F9C;
}

.news-item:first-child {
  border-top: 1px solid #898F9C;
}

.news-item__title {
  margin-top: 1rem;
  line-height: 1.4;
}

.news-item__desc {
  margin-top: 1rem;
}

.news-item__desc > * {
  line-height: 1.4;
}

.news-item__desc > *:not(:first-child) {
  margin-top: 1.5rem;
}

.about-container {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 32vw 32vw 32vw 32vw 20rem;
      grid-template-rows: 32vw 32vw 32vw 32vw 20rem;
  margin: auto;
}

.about-item__img-item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.about-item--01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.about-item--02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.about-item--03 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
}

.about-item--04 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.about-item--05 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 /3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.about-item--06 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.about-item__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

.about-item__desc {
  width: 90%;
  margin: auto;
  line-height: 1.4;
}

@media print, screen and (max-width: 360px) {
  .about-item__desc {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 480px) {
  .about-container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 25rem 5rem 22rem 25rem;
        grid-template-rows: 25rem 5rem 22rem 25rem;
  }
  .about-item--01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
  }
  .about-item--02 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .about-item--03 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  .about-item--04 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .about-item--05 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  .about-item--06 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  .about-item__catch {
    width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 769px) {
  .about-container {
    max-width: 80rem;
  }
}
/*# sourceMappingURL=style.css.map */