@charset "UTF-8";
/* CSS Document */

.section {
  padding: 175px 0 25px;
}

.spir-widget {
  max-width: 750px;
  margin: 0 auto;
}

.section h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 900;
}

.section p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 100px;
  font-weight: 700;
}


@media (max-width: 767px) {
  .section {
    padding: 150px 0 0;
  }

  .section h2 {
    font-size: 2.6rem;
  }

  .section p {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media (max-width: 374px) {
  .section p {
    font-size: 1.2rem;
  }
}