html {
  scroll-behavior: smooth;
}

#dcs-03 {
  background: #fffde6;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-wrap {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-wrap {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}

.section-title04{
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.support-titleSub{
  position: static;
  margin: 0 auto 0.9375rem;
  width: 16.375rem;
  height: 6.35rem;
  padding: 1.5rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ed7a94;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../../img/dcs/page04/work-fukidashi.png) no-repeat top center / 100% auto;
}
.support01-container, .support02-container{
  text-align: center;
}
.support01-container{
  margin: 0 auto 5rem;
}
.support-title{
  display: inline-block;
  padding: 0.09em 1em 0.08em 1em;
  margin-bottom: 1.0625rem;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #418fde;
}
.support01-text{
  margin-bottom: 2.1875rem;
}
.support01-img, .support02-img{
  display: inline-block;
  width: 48.75rem;
}
.support02-container{
  margin-bottom: 1.9rem;
}
.support02-img{
  margin-bottom: 2.1875rem;
}
.support02-text{
  margin-bottom: 2.1875rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #418fde;
}
.support-box{
  padding-bottom: 5rem;
}
.support-box .c-button {
  max-width: 26.25rem;
}


@media only screen and (max-width: 48em){
  .section-title04{
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
  .support-titleSub{
    width: 12.5rem;
    height: 4.9rem;
    font-size: 1rem;
    margin: 0 auto 0.6rem;
    padding: 1.3rem 0px 0 0;
  }
  .support-box{
    padding: 2.5rem 1.25rem 3.5rem;
  }
  .support-title{
    font-size: 1.1rem;
  }
  .support01-container{
    margin-bottom: 3.125rem;
  }
  .support01-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .support01-img, .support02-img{
    width: 100%;
  }
  .support02-container{
    margin-bottom: 1.5rem;
  }
  .support02-text{
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .support-box .c-button {
    width: 100%;
  }
}