.floating_bnr {
  bottom: auto;
  top: 20%;
}

.support_content .support_inner {
  background-color: #fff;
  padding-top: 75rem;
  margin-top: 20rem;
}
.support_content .support_text {
  padding-left: 65rem;
}
.support_content .support_text p {
  position: relative;
  line-height: 1.8;
}
.support_content .support_text p + p {
  margin-top: 1em;
}
.support_content .support_text p::before {
  position: absolute;
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  top: 0.6em;
  left: -1em;
  background-color: #98bf19;
  border-radius: 50%;
}
.support_content .support_text.mt_l {
  margin-top: 100rem;
}
.support_content .support_text.mt_s {
  margin-top: 35rem;
}

.support_policy {
  margin-top: 30rem;
}
.support_policy .support_inner {
  padding-bottom: 80rem;
}
.support_policy .support_inner .circle_wrap {
  margin-top: 35rem;
}
.support_policy .support_inner .circle_wrap ul {
  display: flex;
  justify-content: center;
  gap: 0 40rem;
}
.support_policy .support_inner .circle_wrap ul li {
  width: 260rem;
  height: 260rem;
  background-color: #98bf19;
  border-radius: 50%;
  color: #fff;
  font-size: 21rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  text-align: center;
}
.support_policy .support_inner .challenge {
  margin-left: auto;
  margin-right: 0;
  width: 769rem;
  margin-top: 10rem;
  transform: translateX(50rem);
}
.support_policy .support_inner .policy_img {
  margin-top: 40rem;
  width: 918rem;
  margin-left: auto;
  margin-right: auto;
}

.support_program {
  margin-top: 100rem;
}
.support_program .support_inner {
  padding-bottom: 90rem;
}
.support_program .tit_stepup,
.support_program .tit_p_support {
  margin-left: auto;
  margin-right: 0;
  transform: translateX(20rem);
}
.support_program .tit_stepup {
  margin-top: 50rem;
  width: 632rem;
}
.support_program .tit_p_support {
  margin-top: 10rem;
  width: 659rem;
}
.support_program .img_stepup {
  margin-top: -35rem;
  width: 880rem;
  margin-left: auto;
  margin-right: auto;
}
.support_program .box_p_support {
  display: flex;
  justify-content: center;
  gap: 0 22rem;
  margin-top: 45rem;
  position: relative;
}
.support_program .box_p_support::before {
  position: absolute;
  content: "";
  display: block;
  width: 182rem;
  height: 174rem;
  top: -195rem;
  left: 50rem;
  background: url(../../img/newgraduate/pic_p_support.png) no-repeat center top/contain;
}
.support_program .box_p_support .box {
  width: 310rem;
  color: #fff;
  padding: 30rem;
}
.support_program .box_p_support .box.green {
  background-color: #98bf19;
}
.support_program .box_p_support .box.blue {
  background-color: #2d61ad;
}
.support_program .box_p_support .box dl dt {
  font-size: 17rem;
  font-weight: bold;
  padding-bottom: 20rem;
}
.support_program .box_p_support .box dl dd {
  font-size: 17rem;
}
.support_program .box_p_support .box dl dd.mt_s {
  margin-top: 20rem;
}

.support_stretch {
  margin-top: 95rem;
}
.support_stretch .support_inner {
  padding-bottom: 85rem;
}
.support_stretch .support_inner .tit_stretch {
  margin-top: 20rem;
  margin-left: auto;
  margin-right: 0;
  transform: translateX(38rem);
  width: 614rem;
}
.support_stretch .support_inner .text_stretch {
  margin-top: 40rem;
  width: 640rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #98bf19;
  color: #fff;
  padding: 30rem;
  font-size: 17rem;
  position: relative;
}
.support_stretch .support_inner .text_stretch::before {
  position: absolute;
  content: "";
  display: block;
  width: 211rem;
  height: 175rem;
  top: -175rem;
  left: -105rem;
  background: url(../../img/newgraduate/pic_stretch.png) no-repeat center top/contain;
}
.support_stretch .support_inner .text_stretch h4 {
  font-weight: bold;
}
.support_stretch .support_inner .text_stretch p {
  margin-top: 12rem;
}

@media screen and (max-width: 680px) {
  .floating_bnr {
    bottom: 0;
    top: auto;
  }
  .support_content .support_inner {
    padding-top: 30rem;
    margin-top: 30rem;
  }
  .support_content .support_text {
    padding-left: 30rem;
    padding-right: 15rem;
  }
  .support_content .support_text p {
    line-height: 1.6;
  }
  .support_content .support_text p::before {
    width: 8rem;
    height: 8rem;
    top: 0.6em;
    left: -1em;
  }
  .support_content .support_text.mt_l {
    margin-top: 32rem;
  }
  .support_content .support_text.mt_s {
    margin-top: 23rem;
  }
  .support_policy {
    margin-top: 25rem;
  }
  .support_policy .support_inner {
    padding-bottom: 25rem;
  }
  .support_policy .support_inner .circle_wrap {
    margin-top: 25rem;
  }
  .support_policy .support_inner .circle_wrap ul {
    display: block;
  }
  .support_policy .support_inner .circle_wrap ul li {
    width: 195rem;
    height: 195rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 16rem;
    margin-top: 10rem;
  }
  .support_policy .support_inner .circle_wrap ul li:first-child {
    margin-top: 0;
  }
  .support_policy .support_inner .challenge {
    margin-left: -7rem;
    margin-right: auto;
    width: 348rem;
    margin-top: 20rem;
    transform: translateX(0);
  }
  .support_policy .support_inner .policy_img {
    margin-top: 10rem;
    width: 346rem;
    margin-left: -6rem;
  }
  .support_program {
    margin-top: 35rem;
  }
  .support_program .support_inner {
    padding-bottom: 40rem;
  }
  .support_program .tit_stepup,
  .support_program .tit_p_support {
    margin-left: auto;
    margin-right: 0;
    transform: translateX(10rem);
  }
  .support_program .tit_stepup {
    margin-top: 30rem;
    width: 287rem;
  }
  .support_program .tit_p_support {
    margin-top: 17rem;
    width: 300rem;
  }
  .support_program .img_stepup {
    margin-top: 20rem;
    width: 350rem;
    margin-left: -8rem;
  }
  .support_program .box_p_support {
    gap: 0 11rem;
    margin-top: 96rem;
  }
  .support_program .box_p_support::before {
    width: 105rem;
    height: 100rem;
    top: -110rem;
    left: 5rem;
  }
  .support_program .box_p_support .box {
    width: 155rem;
    padding: 15rem 12rem;
  }
  .support_program .box_p_support .box dl dt {
    font-size: 13rem;
    padding-bottom: 8rem;
  }
  .support_program .box_p_support .box dl dd {
    font-size: 13rem;
  }
  .support_stretch {
    margin-top: 35rem;
  }
  .support_stretch .support_inner {
    padding-bottom: 43rem;
  }
  .support_stretch .support_inner .tit_stretch {
    margin-top: 10rem;
    transform: translateX(20rem);
    width: 284rem;
  }
  .support_stretch .support_inner .text_stretch {
    margin-top: 90rem;
    width: 320rem;
    padding: 15rem 12rem;
    font-size: 13rem;
  }
  .support_stretch .support_inner .text_stretch::before {
    width: 121rem;
    height: 101rem;
    top: -107rem;
    left: 15rem;
  }
  .support_stretch .support_inner .text_stretch p {
    margin-top: 10rem;
  }
  .newgraduate_info {
    margin-top: 45rem;
  }
}/*# sourceMappingURL=support.css.map */