.p-growth {
  background: url(../img/growth/bg_growth.png) 0 0/cover no-repeat #d7eaf8;
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-growth {
    background: url(../img/growth/bg_growth_sp.png) 0 0/cover no-repeat #d7eaf8;
    padding: 3.4rem 1.9rem 6.7rem;
  }
}
.p-growth__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-growth-head {
  position: relative;
}
.p-growth-head__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #308ddb;
  line-height: 1;
  margin: 0 0 3rem;
}
.p-growth-head-catch {
  width: 65.6rem;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-growth-head-catch {
    width: calc(100% + 1rem);
    margin: 0 -1rem 3.5rem 0;
  }
}
.p-growth-head-catch__img {
  display: block;
  width: 100%;
}
.p-growth-head__sub {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-growth-head__sub {
    line-height: 1.48;
    letter-spacing: 0.03em;
  }
}
.p-growth-head__txt {
  letter-spacing: 0.15em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-growth-head__txt {
    letter-spacing: 0.02em;
  }
}
.p-growth-head__img {
  position: absolute;
  top: 1rem;
  right: 12rem;
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  .p-growth-head__img {
    display: none;
  }
}
.p-growth-block {
  position: relative;
  height: 31rem;
  background: #fff;
  padding: 4.8rem 25rem 0 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-growth-block {
    height: auto;
    margin-top: 3rem;
    padding: 2.4rem;
  }
}
.p-growth-block + .p-growth-block {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-growth-block + .p-growth-block {
    margin-top: 3rem;
  }
}
.p-growth-block__ttl {
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #308ddb;
  line-height: 1;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-growth-block__ttl {
    margin: 0 -1rem 2rem 0;
  }
}
.p-growth-block__small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-growth-block__small {
    display: block;
    margin: 1.5rem 0 0;
  }
}
.p-growth-block__txt {
  letter-spacing: 0.2em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-growth-block__txt {
    letter-spacing: 0.1em;
  }
}
.p-growth-block__img {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 18.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-growth-block__img {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 12.7rem;
    margin: 0 auto 1rem;
  }
}

.p-support {
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 3.5rem 1.9rem 6rem;
  }
}
.p-support::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  width: 10rem;
  height: 5rem;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-support::before {
    top: -3rem;
    width: 8rem;
    height: 4rem;
  }
}
.p-support__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-support-head {
  position: relative;
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-head {
    padding: 0;
  }
}
.p-support-head__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #308ddb;
  line-height: 1;
  margin: 0 0 2.4rem;
}
.p-support-head__catch {
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #308ddb;
}
@media screen and (max-width: 767px) {
  .p-support-head__catch {
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-right: -0.5em;
  }
}
.p-support-head__large {
  font-size: 9.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-support-head__large {
    font-size: 5.8rem;
  }
}
.p-support-head__small {
  font-size: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-head__small {
    font-size: 4.1rem;
    line-height: 1.3;
  }
}
.p-support-head__img {
  display: block;
  position: absolute;
  top: -2rem;
  right: 3.2rem;
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-head__img {
    top: -4.2rem;
    right: 0;
    width: 10.1rem;
  }
}
.p-support-mentor {
  position: relative;
  padding: 0 0 0 27.5rem;
  margin: 7.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-mentor {
    padding: 0;
    margin: 6rem 0 0;
  }
}
.p-support-mentor__img {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  display: block;
  width: 19.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-support-mentor__img {
    top: -4rem;
    left: auto;
    right: 2rem;
    width: 11.1rem;
    transform: none;
  }
}
.p-support-mentor__ttl {
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #308ddb;
  line-height: 1;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-support-mentor__ttl {
    font-size: 3.6rem;
    margin: 0 0 1rem;
  }
}
.p-support-mentor__small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-support-mentor__small {
    display: block;
    font-size: 2.2rem;
    margin: 1.4rem 0 0 -0.5em;
  }
}
.p-support-mentor__txt {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-support-mentor__txt {
    letter-spacing: 0.1em;
  }
}
.p-support-mentor__mark {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-support-mentor__notes {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-mentor__notes {
    margin: 3rem 0 0;
  }
}
.p-support-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem calc((100% - 96rem) / 2);
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-support-list {
    gap: 1.5rem 0;
    padding: 0 0.8rem;
  }
}
.p-support-list__item {
  width: 32rem;
  min-height: 40rem;
  border-right: 1px solid #308ddb;
  border-bottom: 1px solid #308ddb;
  border-bottom-right-radius: 5rem;
  padding: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-support-list__item {
    width: 100%;
    min-height: 43rem;
    padding: 3.6rem 0 0;
  }
}
.p-support-list__img {
  width: 14rem;
  margin: 1.6rem auto 2.4rem;
}
.p-support-list__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #308ddb;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-support-list__txt {
  line-height: 1.875;
  padding: 0 4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-follow__item {
    width: 100%;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, rgb(234, 97, 124) 0%, rgb(234, 70, 120) 100%);
  }
}
.c-follow__item--growth {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-follow__img img {
    width: auto;
  }
}