
.c-headline-lv3{
  background-color: #FFA500!important;
}

.rightFront {
  text-align: center;
  padding-bottom: 4rem;
}

.rightFront__copy {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  line-height: 1.89473684;
  font-size: 1.9rem;
  margin-top: 2rem;
}

.rightIntroduction__inner {
  padding-bottom: 2rem;
}

.rightIntroduction__photo {
  width: 47rem;
  margin: 1rem auto 4rem;
}

.rightIntroduction__photo img {
  width: 100%;
  display: block;
}

.rightIntroduction__copy {
  margin-bottom: 1.9em;
}

.rightIntroduction__goals {
  width: 63rem;
  margin: 4rem auto 3rem;
}

.rightIntroduction__goals img {
  display: block;
  width: 100%;
}

.rightIntroduction__goals__ttl {
  text-align: center;
}

.rightIntroduction__goals__ttl img {
  max-width: 51.2rem;
  margin: 0 auto;
}

.rightIntroduction__goals__list {
  padding-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.rightIntroduction__goals__list li {
  width: 16.666666%;
  padding: 0.4rem;
}

.rightIntroduction__spe {
  border: 2px solid #FF6000;
  padding: 3rem;
  -moz-border-radius: 1.2rem;
       border-radius: 1.2rem;
  margin-bottom: 1.9em;
}

@media (max-width: 768px) {
  .rightFront {
    padding-bottom: 2rem;
  }
  .rightFront__copy {
    line-height: 1.75;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .rightIntroduction__inner {
    display: block;
    padding-bottom: 1rem;
  }
  .rightIntroduction__photo {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .rightIntroduction__goals {
    width: 100%;
    margin: 3rem auto;
  }
  .rightIntroduction__goals img {
    display: block;
    width: 100%;
  }
  .rightIntroduction__goals__ttl {
    text-align: center;
  }
  .rightIntroduction__goals__ttl img {
    max-width: 100%;
    margin: 0 auto;
  }
  .rightIntroduction__goals__list {
    padding-top: 1.5rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .rightIntroduction__goals__list li {
    width: 33.33333%;
    padding: 0.3rem;
  }
  .rightIntroduction__spe {
    border-width: 1px;
    padding: 1.5rem;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
  }
}
