.homecare {
  margin-top: 160px;
}

.homecare__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homecare__subtitle p {
  font-size: 25px;
  font-weight: bold;
  margin: 0 20px;
  letter-spacing: 2px;
}

.homecare-top__title {
  margin-bottom: 60px;
}

.homecare-top__img {
  width: 35%;
  margin: 0 auto;
}

.homecare-top__img img {
  width: 120%;
  margin-left: -10%;
}

.homecare-top__title h1 {
  display: inline;
  padding-bottom: 10px;
  color: #F47913;
  border-bottom: 4px solid #F47913;
  letter-spacing: 0.05em;
}

.homecare-top__title p {
  margin-top: 36px;
  font-size: 20px;
}

.homecare-plan {
  margin-bottom: 80px;
}

.homecare-plan__content {
  margin-top: 80px;
}

.homecare-plan__content-title {
  margin-bottom: 48px;
  text-align: center;
}

.homecare-plan__content-title p {
  display: inline;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #68A759;
  letter-spacing: 2px;
}

.homecare-plan__content-text {
  width: 60%;
  margin: 0 auto 90px;
  text-align: center;
  line-height: 40px;
}

.homecare-plan__content-text p {
  font-size: 17px;
  line-height: 35px;
}

.homecare-plan__content-note {
  width: 55%;
  margin: 0 auto;
}

.homecare-plan__content-note p {
  font-size: 14px;
  line-height: 35px;
}

.homecare-service {
  padding-bottom: 40px;
  background-color: #FEF2E8;
}

.homecare-service__item-wrap {
  width: 40%;
  margin: 100px auto 0;
}

.homecare-service__item {
  margin-bottom: 60px;
}

.homecare-service__item-title {
  margin-bottom: 16px;
}

.homecare-service__item-title p {
  font-size: 17px;
  font-weight: bold;
  color: #F47913;
  letter-spacing: 2px;
}

.homecare-service__item-text p {
  font-size: 17px;
  line-height: 35px;
}

.homecare-point__content {
  width: calc(75% - 70px * 2);
  /* paddingの差分 */
  margin: 80px auto 180px;
  padding: 60px 70px;
  border: 3px solid #000000;
  border-radius: 30px;
}

.homecare-point__content-title {
  margin-bottom: 20px;
}

.homecare-point__content-title p {
  font-size: 20px;
  font-weight: bold;
  color: #F47913;
}

.homecare-point__content-text p {
  line-height: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width:1024px) {
  .homecare {
    margin-top: 140px;
  }

  .homecare-top {
    padding-bottom: 80px;
    background-position: 0% 26%;
  }

  .homecare-top__title {
    margin-bottom: 48px;
  }

  .homecare-top__title h1 {
    font-size: 24px;
    border-bottom: 3px solid #F47913;
  }

  .homecare-top__title p {
    width: 70%;
    margin: 24px auto 0 auto;
    font-size: 14px;
  }

  .homecare-top__img {
    width: 70%;
  }

  .homecare-top__img img {
    width: 94%;
    margin-left: 0;
  }

  .homecare-plan {
    margin-bottom: 0;
  }

  .homecare__subtitle img {
    width: 14px;
  }

  .homecare__subtitle p {
    font-size: 18px;
    margin: 0 12px;
  }

  .homecare-plan__content {
    margin-top: 56px;
  }

  .homecare-plan__content-title {
    width: 70%;
    margin: 0 auto 36px auto;
    line-height: 36px;
  }

  .homecare-plan__content-title p {
    font-size: 16px;
  }

  .homecare-plan__content-text {
    width: 80%;
    margin: 0 auto 40px;
  }

  .homecare-plan__content-text p {
    font-size: 14px;
  }

  .homecare-plan__content-note {
    width: 65%;
  }

  .homecare-plan__content-note p {
    font-size: 12px;
  }

  .homecare-connect__orange {
    height: 150px;
    background-size: 150%;
    background-position-x: 60%;
    background-position-y: 100%;
    background-repeat: no-repeat;
  }

  .homecare-service {
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #FEF2E8;
  }

  .homecare-service__item-wrap {
    width: 80%;
    margin: 56px auto 0;
  }

  .homecare-service__item {
    margin-bottom: 88px;
  }

  .homecare-service__item-title {
    margin-bottom: 16px;
  }

  .homecare-service__item-title p {
    text-align: center;
    font-size: 16px;
  }

  .homecare-service__item-text p {
    font-size: 16px;
    line-height: 35px;
  }

  .homecare-connect__white {
    background-position: 70%;
  }

  .homecare-point {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .homecare-point__content {
    width: 70%;
    margin-top: 40px;
    padding: 32px 24px;
  }

  .homecare-point__content-title {
    margin-bottom: 16px;
  }

  .homecare-point__content-title p {
    font-size: 16px;
  }

}

@media screen and (max-width:768px) {
  .homecare-connect__orange {
    height: 120px;
  }
}