.p-header-nav-list__item-link.is-support {
  color: #339933;
}

.p-intro-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 11.6rem 0 10.2rem;
}
.p-intro-profile {
  margin-right: 6.9rem;
  margin-top: 6.5rem;
}
.p-intro-profile__name {
  font-size: 1.7rem;
  margin-top: 2.7rem;
}
.p-intro-profile__name strong {
  font-size: 1.53em;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .p-intro {
    text-align: center;
  }
  .p-intro-inner {
    padding: 5rem 2rem;
    display: block;
  }
  .p-intro-profile {
    margin: 0 0 2.5rem;
  }
  .p-intro-profile__img {
    padding: 0 4rem;
  }
  .p-intro-profile__name {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }
}

.p-support {
  background: #ffc235;
  text-align: center;
}
.p-support-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10rem 0 12rem;
}
.p-support__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 3.7rem;
}
.p-support__text {
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-support-inner {
    padding: 4rem 2rem;
  }
  .p-support__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-support__text {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}

.p-support-sections {
  display: flex;
  justify-content: space-between;
  margin: -1.4rem;
  margin-top: 5rem;
}
.p-support-section {
  margin: 1.4rem;
  text-align: left;
  flex: 1;
  background: #ffffff;
  padding: 9rem 5.9rem 4.3rem;
  position: relative;
}
.p-support-section__title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5rem;
  font-weight: normal;
  color: #ffffff;
  width: 24rem;
  padding: 1.8rem 1.8rem 1.8rem 9rem;
  margin: 0;
  background: #94d537;
  border-radius: 0 0 2rem 0;
}
.p-support-section__link {
  margin: 5.5rem 0 0;
}
.p-support-section-list {
  list-style: none;
  padding-left: 0;
}
.p-support-section-list__item {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.3rem;
  font-size: 1.5rem;
}
.p-support-section-list__item::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 3.4rem;
  background: url("images/support-marker.svg") center/cover no-repeat;
  position: absolute;
  top: -0.2rem;
  left: 0;
}
.p-support-section-list__item-title {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 2.3rem;
}
.p-support-section-list__item-list {
  list-style: none;
  padding-left: 0;
}
.p-support-section-list__item-list-item {
  padding-left: 1em;
  position: relative;
}
.p-support-section-list__item-list-item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-support-sections {
    display: block;
    margin: -2rem;
  }
  .p-support-section {
    padding: 7rem 2rem 2rem;
    margin: 2rem;
  }
  .p-support-section__title {
    width: 16rem;
    padding: 1.2rem 1.2rem 1.2rem 4.5rem;
    border-radius: 0 0 1.4rem 0;
    font-size: 1.8rem;
  }
  .p-support-section-list__item {
    padding-left: 2.8rem;
    font-size: 1.2rem;
  }
  .p-support-section-list__item::before {
    width: 1.8rem;
    height: 2.78rem;
  }
  .p-support-section-list__item-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-support-section__link {
    margin-top: 3.5rem;
  }
  .p-support-section__link a {
    font-size: 1.3rem !important;
  }
}
