@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.picc-module1 {
  background-color: rgb(248, 249, 250);
}

.picc-module1 .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  padding: 10rem 0 7.5rem;
  align-items: center;
}

.picc-module1 .top .image img {
  display: block;
  max-width: 28.125rem;
  width: 90%;
  margin: auto;
}

.picc-module1 .top .text .t1 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: AcuminProSemibold;
}

.picc-module1 .top .text .t2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  font-family: AcuminProBook-M;
}

.picc-module1 .list-swiper {
  --swiper-pagination-bottom: 6.25rem;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-opacity: .5;
  padding-bottom: 12.5rem;
}

@media (max-width: 800px) {
  .picc-module1 .top {
    grid-template-columns: repeat(1, 1fr);
    padding: 5rem 0 3.75rem;
    gap: 2.5rem;
  }

  .picc-module1 .top .text .t1 {
    font-size: 1.375rem;
  }

  .picc-module1 .top .text .t2 {
    font-size: 1rem;
    margin-top: 1.875rem;
  }

  .picc-module1 .list-swiper {
    --swiper-pagination-bottom: 3.125rem;
    padding-bottom: 6.25rem;
  }
}

.picc-module2 {
  padding: 6.875rem 0;
}

.picc-module2 .title {
  font-weight: bold;
  font-size: 2.25rem;
  color: #000000;
  text-align: center;
  margin-bottom: 5.625rem;
  font-family: AcuminProSemibold;
}

@media (max-width: 800px) {
  .picc-module2 {
    padding: 3.125rem 0;
  }

  .picc-module2 .title {
    font-size: 1.3125rem;
    margin-bottom: 2.5rem;
  }

  .picc-module2 .list {
    width: 80%;
    margin: auto;
  }
}