#guide #sec1 {
  padding: 60px 190px 100px;
  position: relative;
}
#guide #sec1 .sec1_illust {
  width: 300px;
  position: absolute;
  left: calc(50% + 250px);
  top: 100px;
}
#guide #sec1 h3 {
  color: #0064b6;
  text-align: center;
  margin: 60px auto;
  font-size: 30px;
}
#guide #sec1 .reform_steps {
  margin-bottom: 120px;
}
#guide #sec1 .after_service_title {
  margin-bottom: 20px;
}
#guide #sec1 .sec1_illust2 {
  width: 660px;
  margin: 0 auto 60px;
}
#guide #sec1 .after_support_wrap {
  width: 100%;
  min-width: 700px;
  max-width: 1200px;
  height: fit-content;
  border: 1px solid black;
  position: relative;
  z-index: 0;
}
#guide #sec1 .after_support_wrap h4 {
  color: #9e5618;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: -1px;
  transform: translateY(calc(-50% + 20px));
  z-index: 1;
  background-color: white;
  padding-left: 1px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#guide #sec1 .after_support_wrap p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  transform: translate(-1px, 0);
  background-color: white;
  width: 101%;
  padding-left: 1px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}
#guide #sec1 .after_support_wrap .dummy_white {
  background-color: white;
  width: 101%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media(max-width:767px){
#guide #sec1 {
  padding: 20px;
}

#guide #sec1 .sec1_illust {
  width: 60px;
  left: 50%;
  top: 40px;
  transform: translateX(85px);
}
#guide #sec1 h3 {
  margin: 30px auto;
  font-size: 24px;
}

#guide #sec1 .sec1_illust2 {
  width: 60%;
}

#guide #sec1 .after_support_wrap {
  width: 100%;
  min-width: 300px;
}

#guide #sec1 .after_support_wrap h4 {
  font-size: 18px;
  position: absolute;
  padding-bottom: 10px;
  transform: translateY(calc(-50% + 5px));
}

#guide #sec1 .after_support_wrap p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#guide #sec1 .after_support_wrap .dummy_white {
  height: 20px;
}
}
