.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1250px;
  padding: 0 20px;
  margin: 7rem auto 0;
  gap: 3rem;
}
.img-flex__img {
  border-radius: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img-flex:nth-of-type(2) {
  margin-top: 12rem;
}
.img-flex__text01 {
  font-weight: 600;
  font-size: 3.2rem;
  color: #9F9F9F;
  line-height: 140%;
  letter-spacing: normal;
}
.img-flex__text01 strong {
  font-weight: 600;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
}
.img-flex__text02 {
  font-weight: 600;
  font-size: 2.8rem;
  color: #9F9F9F;
  line-height: 140%;
  letter-spacing: normal;
}
.img-flex__text02 strong {
  font-weight: 600;
  font-size: 2.8rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
}
.img-flex__2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.img-flex__2row img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
}
@media (max-width: 1024px) {
  .img-flex {
    gap: 16px;
    padding: 0 40px;
    max-width: 800px;
  }
  .img-flex__2row {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .img-flex {
    padding: 0px 40px;
  }
  .img-flex:nth-of-type(2) {
    margin-top: 7rem;
  }
}

.img-wrap__text01 {
  font-weight: 600;
  font-size: 3.2rem;
  color: #9F9F9F;
  line-height: 140%;
  letter-spacing: normal;
}
.img-wrap__text01 strong {
  font-weight: 600;
  font-size: 3.5rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
}
.img-wrap__text01 span {
  font-weight: 400;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
  padding-top: 6px;
}
.img-wrap__text02 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #9F9F9F;
  line-height: 140%;
  letter-spacing: normal;
}
.img-wrap__text02 strong {
  font-weight: 600;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
}
.img-wrap__list {
  margin-top: 6px;
  list-style: disc;
  list-style-position: inside;
}
.img-wrap__list * {
  font-weight: 500;
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: normal;
}
.img-wrap__list li {
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .img-wrap__text01 {
    font-size: 25px;
  }
  .img-wrap__text01 strong {
    font-size: inherit;
  }
  .img-wrap__text02 {
    font-size: 18px;
  }
  .img-wrap__text02 strong {
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .img-wrap__text01 {
    font-size: 17px;
  }
  .img-wrap__text01 strong {
    font-size: inherit;
  }
  .img-wrap__text02 {
    font-size: 14px;
  }
  .img-wrap__text02 strong {
    font-size: inherit;
  }
}

.img-grid01 {
  max-width: 1250px;
  padding: 0 28px;
  margin: 5rem auto 0;
  display: grid;
  grid-template-areas: "img01 img01" "img02 img02" "img03 img04";
  grid-gap: 3rem;
}
.img-grid01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
.img-grid01__01 {
  grid-area: img01;
}
.img-grid01__02 {
  grid-area: img02;
}
.img-grid01__03 {
  grid-area: img03;
}
.img-grid01__04 {
  grid-area: img04;
}
@media (max-width: 1023px) {
  .img-grid01 {
    gap: 16px;
    padding: 0 20px;
    max-width: 800px;
  }
}

.img-grid02 {
  max-width: 1250px;
  padding: 0 20px;
  margin: 5rem auto 0;
  display: grid;
  grid-template-areas: "img01 img01" "img02 img03";
  grid-gap: 3rem;
}
.img-grid02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
.img-grid02__01 {
  grid-area: img01;
}
.img-grid02__02 {
  grid-area: img02;
}
.img-grid02__03 {
  grid-area: img03;
}
@media (max-width: 1023px) {
  .img-grid02 {
    gap: 16px;
    padding: 0 20px;
    max-width: 800px;
  }
}/*# sourceMappingURL=img-grid.css.map */