@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 600;
}
section.top p {
  text-align: center;
}

section.reason {
  margin: 5% auto;
}

.reason {
  width: 1200px;
  max-width: 90%;
  height: -moz-min-content;
  height: min-content;
}

.reason2 {
  width: 800px;
  max-width: 90%;
  margin-top: 20px;
}
.reason2 h2 {
  font-size: 22px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-top: 30px;
}

.reason-box {
  align-items: stretch;
}

.reason-box2 .re-card {
  width: 33%;
}

.re-card {
  display: flex !important;
  flex-wrap: wrap;
  padding: 10px;
  text-align: left;
}
.re-card img {
  width: 150px;
  height: 150px;
}
.re-card .name {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  align-self: flex-end;
  font-size: 16px;
}
.re-card .name .name2 {
  font-weight: 400;
  font-family: "MS PGothic", sans-serif;
}

.introduce {
  width: 1000px;
  max-width: 90%;
  margin: 5% auto;
}

.schedule {
  width: 1500px;
  max-width: 100%;
  margin: 50px auto;
}

@media (max-width: 900px) {
  .reason-box {
    display: flex;
    flex-wrap: wrap;
  }
  .re-card img {
    width: 120px;
    height: 120px;
  }
  .re-card .name {
    font-size: 13px;
  }
  .introduce {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .reason-box {
    display: flex;
    flex-wrap: wrap;
  }
  .re-card {
    width: 50%;
    margin-bottom: 10px;
  }
  .re-card img {
    width: 120px;
    height: 120px;
  }
  .re-card .name {
    font-size: 12px;
  }
  .introduce {
    max-width: 100%;
  }
  .reason2 h2 {
    text-align: center;
    margin-left: 0;
  }
  .reason-box2 {
    margin-bottom: 100px;
    display: block;
  }
  .reason-box2 .re-card {
    width: 60%;
  }
}/*# sourceMappingURL=schedule.css.map */