.fv-school {
  --header_height:2.3125rem;
  padding-top: var(--header_height);
  background: url(../img/fv_renewal_ver01/bg_fv.webp) no-repeat 50% var(--header_height)/23.4375rem 31.9375rem;
}
@media screen and (min-width: 768px) {
  .fv-school {
    --header_height: 0;
  }
}
.fv-school__body {
  padding-top: 1.75rem;
}
.fv-school__body:is(.lp_school_2 *) {
  padding-top: 0.75rem;
}
.fv-school__copy {
  max-width: 19.0625rem;
  width: 100%;
  margin-inline: auto;
}
.fv-school__copy img {
  display: block;
  width: 100%;
}
.fv-school__copy:is(.lp_school_2 *) {
  max-width: 18.625rem;
}
.fv-school__badge {
  max-width: 14.625rem;
  width: 100%;
  margin-top: 2.125rem;
}
.fv-school__badge:is(.lp_school_2 *) {
  max-width: 13.125rem;
  margin-inline: auto 1.3125rem;
  margin-top: 0;
}
.fv-school__bg-blue {
  position: relative;
}
.fv-school__bg-blue::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.56%, rgba(1, 74, 173, 0)), color-stop(45.86%, #014AAD));
  background: linear-gradient(180deg, rgba(1, 74, 173, 0) 5.56%, #014AAD 45.86%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23.125rem;
  z-index: 1;
}
.fv-school__personImg {
  width: 14.9375rem;
  position: absolute;
  right: 0;
  bottom: 3.875rem;
}
.fv-school__personImg:is(.lp_school_2 *) {
  right: unset;
  left: 0;
  bottom: 3.875rem;
}
.fv-school__personProfile {
  width: 2.8125rem;
  position: absolute;
  right: 1rem;
  top: -6.5rem;
  z-index: 2;
}
.fv-school__personProfile:is(.lp_school_2 *) {
  width: 7.75rem;
  right: unset;
  left: 0.75rem;
  top: -3.5rem;
}
.fv-school__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 1.25rem;
  margin-top: 1.75rem;
  z-index: 2;
  position: relative;
}
.fv-school__results:is(.lp_school_2 *) {
  margin-top: 3.75rem;
}
.fv-school__result {
  position: relative;
  left: -0.5rem;
}
.fv-school__result img {
  width: 114%;
  max-width: unset;
}
.fv-school__book {
  max-width: 3.375rem;
  position: absolute;
  bottom: -1rem;
  right: -0.875rem;
  margin: 0;
}
.fv-school__ctaWrap {
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 21.625rem;
  height: 3.9375rem;
  margin-inline: auto;
  z-index: 999;
}
.fv-school__cta {
  width: 100%;
  max-width: 21.625rem;
  height: 3.9375rem;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F59C18), color-stop(49.99%, #F59C18), color-stop(50%, #F57F18), to(#F57F18));
  background: linear-gradient(180deg, #F59C18 0%, #F59C18 49.99%, #F57F18 50%, #F57F18 100%);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.fv-school__cta:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fv-school__cta:is(.is-cta-fixed *) {
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    z-index: 999;
    translate: -50% 0;
  }
}
.fv-school__ctaText {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fv-school__ctaIcon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  translate: 0 -50%;
  background: url(../img/fv_renewal_ver01/icon_cta-arrow.svg) no-repeat 50% 50%/contain;
  width: 1.25rem;
  height: 1.25rem;
}
.fv-school__notes {
  margin-top: 1rem;
  z-index: 2;
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 21.625rem;
  padding-bottom: 1rem;
}
.fv-school__notes p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}