/*  ------------------------------ homestudy.scss */
.homestudy h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 37px;
}
.homestudy h2 + p {
  margin-bottom: 120px;
}
.homestudy p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
.homestudy p + p {
  margin-top: 3rem;
}
.homestudy h3 {
  text-align: center;
  border-bottom: 2px solid #a03632;
  font-size: 2.5rem;
  padding-bottom: 24px;
  margin-bottom: 45px;
}
.homestudy h3 span {
  font-size: 4rem;
}
.homestudy__start p + p {
  margin-bottom: 100px;
}
.homestudy__start img {
  margin-bottom: 35px;
}
.homestudy__reason h4 {
  font-size: 2.6rem;
  line-height: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.homestudy__reason h4 span {
  color: #a03632;
  font-size: 5rem;
  margin-right: 2rem;
}
.homestudy__reason p {
  text-align: left;
  border-left: 3px solid #a03632;
  padding-left: 40px;
  margin-left: 14px;
}
.homestudy__reason p span {
  font-size: 1.7rem;
  color: #a03632;
}
.homestudy__reason-item {
  background: url("../img/img1.svg") no-repeat;
  background-position: right bottom;
  padding-right: 400px;
  background-size: 400px;
}
.homestudy__taisaku {
  margin-top: 100px;
  border-top: 2px solid #0093a8;
  border-bottom: 2px solid #de5621;
  padding: 60px 0 30px;
}
.homestudy__taisaku h2 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}
.homestudy__taisaku p {
  font-size: 2rem;
  text-align: center;
}
.homestudy__taisaku p.mini {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
.homestudy__taisaku p.blue {
  color: #0093a8;
  margin-bottom: 26px;
}
.homestudy__taisaku p.orange {
  color: #de5621;
  margin-bottom: 26px;
}
.homestudy__taisaku-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
.homestudy__taisaku-img img {
  display: block;
  width: calc(25% - 10px);
}

@media screen and (max-width: 834px) {
  .homestudy h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .homestudy h2 + p {
    margin-bottom: 50px;
  }
  .homestudy p {
    font-size: 0.9rem;
  }
  .homestudy h3 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 22px;
  }
  .homestudy h3 span {
    font-size: 2.3rem;
  }
  .homestudy__start img {
    margin-bottom: 17px;
  }
  .homestudy__start p {
    text-align: left;
  }
  .homestudy__start p + p {
    margin-bottom: 44px;
  }
  .homestudy__reason h4 {
    font-size: 1.4rem;
  }
  .homestudy__reason h4 span {
    font-size: 2.75rem;
    margin-right: 1rem;
  }
  .homestudy__reason p {
    border-left: 2px solid #a03632;
    padding-left: 20px;
    margin-left: 7px;
  }
  .homestudy__reason p span {
    font-size: 1.1rem;
  }
  .homestudy__reason p img {
    max-width: 250px;
    display: block;
    margin: 2rem auto 1rem;
  }
  .homestudy__reason-item {
    background: none;
    padding-right: 0;
    background-size: 0px;
  }
  .homestudy__taisaku {
    margin-top: 50px;
    padding: 20px 0;
  }
  .homestudy__taisaku h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .homestudy__taisaku p {
    font-size: 1.2rem;
  }
  .homestudy__taisaku p.mini {
    font-size: 0.9rem;
    line-height: 2.28;
  }
  .homestudy__taisaku p.blue {
    margin-bottom: 12px;
  }
  .homestudy__taisaku p.orange {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .homestudy__taisaku-img img {
    width: calc(50% - 5px);
  }
}/*# sourceMappingURL=hp_homestudy.css.map */