@charset "UTF-8";

.feature .button {
  margin-left: auto;
  margin-right: auto;
}

section.feature h3 + p::before {
  content: "";
  display: block;
  border-radius: 2vw;
}

section.diversity h3 + p::before {
  background: url(../img/profile_diversity.svg) no-repeat 50% 50% / 12vw auto #0f61b2;
}
section.education h3 + p::before {
  background: url(../img/profile_education.svg) no-repeat 75% 50% / auto 7.5vw #67b912;
}
section.balance h3 + p::before {
  background: url(../img/profile_balance.svg) no-repeat 50% 50% / 7.5vw auto #b30e60;
}


/* PC表示 */
@media screen and (min-width: 769px) {
  .overallView figure {
    margin: 1em auto;
    width: 55vw;
  }

  section.feature h3 + p {
    padding-left: 10vw;
    position: relative;
  }
  section.feature h3 + p::before {
    width: 9vw;
    height: 9vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.f1 figure {
    margin: 1em 0 2em;
    width: 55vw;
  }
}

/* スマートフォン表示 */
@media screen and (max-width: 768px) {
  .feature {
    padding: 0 4vw 4vw;
  }

  section.feature h3 + p::before {
    margin: 0 auto 4vw;
    width: 30vw;
    height: 30vw;
  }
  section.diversity h3 + p::before {
    background-size: 40vw auto;
  }
  section.education h3 + p::before {
    background-size: auto 24vw;
  }
  section.balance h3 + p::before {
    background-size: 24vw auto;
  }

  section.f1 figure {
    margin: 1em 0 2em;
    width: 55vw;
  }

}
