.dayservice {
  margin-top: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dayservice-service__item-wrap {
  width: 60%;
  margin: 100px auto 0;
}

.dayservice-service__item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.dayservice-service__item-img {
  margin: auto 56px;
  order: 1;
}

.dayservice-service__item-text-wrap {
  order: 2;
}

.dayservice-service__item-img img {
  width: 186px;
}

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

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

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

.dayservice-point__content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto 120px;
}

.dayservice-point__content-head {
  width: 33%;
  margin-top: 80px;
  padding: 30px 60px;
  border: 3px solid #000000;
  border-radius: 30px;
}

.dayservice-point__content-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

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

.dayservice__circle-num {
  font-size: 30px;
  color: #F47913;
  margin-right: 16px;
}

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

.dayservice-schedule {
  border: 3px solid #FEF2E8;
  background-color: #FEF2E8;
  border-radius: 100px;
  width: 70%;
  margin: 0 auto 180px;
  padding: 100px 50px 50px;
}

.dayservice-schedule__note {
  margin-top: 16px;
  text-align: center;
}

.dayservice-schedule-time-line {
  width: 435px;
  margin: 80px auto 240px auto;
}

.dayservice-schedule-time-line img {
  width: 100%;
}

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

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

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

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

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

  .dayservice-top__img {
    width: 70%;
  }

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

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

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

  .dayservice__subtitle img {
    width: 14px;
  }

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

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

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

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

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

  .dayservice-service {
    padding-top: 24px;
  }

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

  .dayservice-service__item {
    display: block;
  }

  .dayservice-service__item:not(:last-child) {
    margin-bottom: 88px;
  }

  .dayservice-service__item:last-child {
    margin-bottom: 0;
  }

  .dayservice-service__item-text-wrap {
    margin-bottom: 32px;
  }

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

  .dayservice-service__item-text p {
    font-size: 16px;
  }

  .dayservice-service__item-img {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

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

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

  .dayservice-point__content-wrapper {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .dayservice-point__content-head {
    width: calc(100% - 24px * 2 - 3px * 2);
    margin-top: 40px;
    padding: 32px 24px;
    border: 3px solid #000000;
    border-radius: 30px;
  }

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

  .dayservice__circle-num {
    font-size: 24px;
    margin-right: 16px;
  }

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

  .dayservice-schedule {
    border: unset;
    border-radius: 42px;
    width: calc(100% - 10% * 2);
    padding: 80px 10% 160px;
  }

  .dayservice-schedule__note {
    margin: 10px 0 40px;
    font-size: 12px;
  }

  .dayservice-schedule-time-line {
    width: 100%;
    margin: 0;
  }

}

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