@charset "UTF-8";
.kv {
  padding-bottom: 118px;
}
@media screen and (max-width: 999px) {
  .kv {
    padding-bottom: 56px;
  }
}
.kv__img {
  width: 210px;
  margin-top: -40px;
}
@media screen and (max-width: 999px) {
  .kv__img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
  }
}
.kv__lead {
  width: 560px;
}
@media screen and (max-width: 999px) {
  .kv__lead {
    width: 100%;
  }
}
.kv__pre-heading {
  color: #0aceec;
}

.section--approach {
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  overflow: hidden;
  margin-top: -40px;
  padding-bottom: 184px;
}
@media screen and (max-width: 999px) {
  .section--approach {
    padding-bottom: 104px;
  }
}
.section--approach::before {
  content: "自由研究の進め方";
  border-color: #0aceec;
  color: #0aceec;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .section--approach::before {
    content: "自由研究\aの\a進め方";
    white-space: pre;
    padding-top: 58px;
    height: 195px;
  }
}
.section--approach .section__head {
  align-items: flex-start;
  border-color: #0aceec;
}
.section--approach .section__lead {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .section--approach .section__lead {
    font-size: 16px;
    margin-top: 8px;
  }
}
.section__body {
  margin-top: 0;
}

.approach-step {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 999px) {
  .approach-step {
    flex-direction: column;
    gap: 32px;
  }
}
.approach-step > li {
  width: 33.3333333333%;
  padding: 0 24px;
}
@media screen and (max-width: 999px) {
  .approach-step > li {
    width: 100%;
  }
}
.approach-step__img {
  display: block;
  margin: 0 auto;
}
.approach-step__step {
  display: block;
  color: #017b63;
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
}
.approach-step__heading {
  margin-top: 8px;
}
.approach-step__link {
  margin-top: 8px;
}
.approach-step + .badge {
  margin: 96px auto 0;
}

.approach__banner {
  display: block;
  margin-top: 48px;
}

.badge {
  position: relative;
  background-color: #017b63;
  min-width: 120px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  padding: 16px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .badge {
    font-size: 18px;
    font-weight: 400;
  }
}
.badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #017b63;
  width: 0;
  height: 0;
}

/*# sourceMappingURL=natsuyasumi.css.map */
