.about-minspo {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 100vh;
  background-size: 1474px auto, auto;
  padding-bottom: 150px;
  font-size: 16px;
}
.about-minspo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-minspo ul li {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #707070;
}
.about-minspo label {
  margin: 0;
}
.about-minspo .img-thumbnail {
  border: none !important;
}
.about-minspo__header {
  text-align: center;
  color: #ffffff;
  padding: 100px 0 78px 0;
}
.about-minspo__header-title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-minspo__header-title-second {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0;
}
.about-minspo-container {
  max-width: 980px;
  width: 90%;
  margin: auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (min-width: 1260px) {
  .about-minspo {
    background-size: 1474px auto, 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .about-minspo {
    background-size: 140% auto, 1280px auto;
  }
  .about-minspo__header {
    padding: 18vw 0 7vw 0;
  }
  .about-minspo__header-title {
    font-size: 53px;
  }
  .about-minspo__header-title-second {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .about-minspo {
    background-size: 100% auto;
    padding: 50px 0 15%;
  }
  .about-minspo ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .about-minspo__header {
    padding: 8vw 0 9vw 0;
  }
  .about-minspo__header-title {
    font-size: 11vw;
  }
  .about-minspo__header-title-second {
    font-size: 4vw;
  }
  .about-minspo-container {
    max-width: 90%;
    padding: 10% 5%;
  }
  .about-minspo-service {
    padding-bottom: 3vw;
  }
  .about-minspo-service__subject {
    font-weight: bold;
    font-size: 4vw;
  }
}

/*# sourceMappingURL=style.css.map */
