@charset "UTF-8";

.pageHeader--freeSchool .pageHeader__bg img {
  object-position: center 25%;
}

.freeSchool-intro .shape.--bottom {
  bottom: -180px;
}

.freeSchool-intro .sec__ttl--ja {
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
}

.freeSchool-intro__content {
  margin: 48px auto 0;
  max-width: 950px;
  display: grid;
  grid-template-columns: 48% 1fr;
  align-items: center;
  gap: 48px;
}

.freeSchool-intro__img img {
  width: 100%;
  border-radius: 12px;
}

.freeSchool-intro__body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.freeSchool-intro__lead {
  color: #5B3218;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}

.freeSchool-intro__txt {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.freeSchool-intro__points {
  margin: 52px auto 0;
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.freeSchool-intro__point {
  padding: 26px 22px 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(91, 50, 24, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freeSchool-intro__point-num {
  color: #F49E1A;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.freeSchool-intro__point:nth-child(2) .freeSchool-intro__point-num {
  color: #8EB92B;
}

.freeSchool-intro__point:nth-child(3) .freeSchool-intro__point-num {
  color: #55C1D5;
}

.freeSchool-intro__point strong {
  margin-top: 7px;
  color: #5B3218;
  font-size: 2rem;
}

.freeSchool-intro__point > span:last-child {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

.freeSchool-recommend {
  padding: 105px 0 115px;
  background: rgba(244, 158, 26, 0.08);
}

.freeSchool-recommend__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.freeSchool-recommend__item {
  min-height: 210px;
  padding: 28px 18px;
  background: #fff;
  border: 2px solid rgba(91, 50, 24, 0.08);
  border-radius: 50% 50% 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.freeSchool-recommend__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #F49E1A;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freeSchool-recommend__item:nth-child(2) .freeSchool-recommend__icon {
  background: #8EB92B;
}

.freeSchool-recommend__item:nth-child(3) .freeSchool-recommend__icon {
  background: #55C1D5;
}

.freeSchool-recommend__item:nth-child(4) .freeSchool-recommend__icon {
  background: #FD81E9;
}

.freeSchool-recommend__item p {
  margin-top: 18px;
  color: #5B3218;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}

.freeSchool-use__lead,
.freeSchool-study__lead,
.freeSchool-free__lead {
  margin-top: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.freeSchool-study__content,
.freeSchool-free__content {
  margin: 48px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 46px;
  align-items: center;
}

.freeSchool-free__content {
  grid-template-columns: 42% 1fr;
}

.freeSchool-study__body,
.freeSchool-free__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

.freeSchool-study__body p + p {
  margin-top: 16px;
}

.freeSchool-study__img img,
.freeSchool-free__img img {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  object-fit: cover;
}

.freeSchool-study__cards {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.freeSchool-study__cards li {
  padding: 28px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(91, 50, 24, 0.08);
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-study__cards span {
  color: #55C1D5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.freeSchool-study__cards li:nth-child(2) span {
  color: #8EB92B;
}

.freeSchool-study__cards li:nth-child(3) span {
  color: #F49E1A;
}

.freeSchool-study__cards li:nth-child(4) span {
  color: #FD81E9;
}

.freeSchool-study__cards h3 {
  margin-top: 8px;
  color: #5B3218;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.freeSchool-study__cards p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.freeSchool-study__price {
  margin: 42px auto 0;
  padding: 30px 34px;
  max-width: 880px;
  background: #FFF8DE;
  border-radius: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-study__price h3 {
  color: #5B3218;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.freeSchool-study__price dl {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.freeSchool-study__price dl > div {
  padding: 20px 16px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.freeSchool-study__price dt {
  font-size: 1.4rem;
  font-weight: 700;
}

.freeSchool-study__price dd {
  margin-top: 8px;
  color: #5B3218;
  font-size: 2rem;
  font-weight: 700;
}

.freeSchool-study__price p {
  margin-top: 16px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.freeSchool-study__price .freeSchool-studyPrice__lead {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: 1.5rem;
  text-align: center;
}

.freeSchool-studyPrice__item dt {
  display: grid;
  gap: 8px;
}

.freeSchool-studyPrice__count {
  color: #F49E1A;
  font-size: 1.6rem;
}

.freeSchool-studyPrice__time {
  color: #5B3218;
  font-size: 2rem;
  line-height: 1.2;
}

.freeSchool-studyPrice__item dd {
  padding-top: 14px;
  border-top: 1px solid rgba(91, 50, 24, 0.16);
}

.freeSchool-use__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.freeSchool-use__item {
  padding: 38px 40px 42px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(91, 50, 24, 0.08);
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-use__item:first-child {
  border-top: 8px solid #55C1D5;
}

.freeSchool-use__item:last-child {
  border-top: 8px solid #8EB92B;
}

.freeSchool-use__item-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.freeSchool-use__item-head span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #55C1D5;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.freeSchool-use__item:last-child .freeSchool-use__item-head span {
  background: #8EB92B;
}

.freeSchool-use__item h3 {
  color: #5B3218;
  font-size: 2.6rem;
  font-weight: 700;
}

.freeSchool-use__item > p {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.freeSchool-use__item ul {
  margin-top: 24px;
  padding: 20px 24px;
  background: #FFF8DE;
  border-radius: 8px;
}

.freeSchool-use__item li {
  padding-left: 25px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.freeSchool-use__item li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../img/common/icon-check.svg) no-repeat center/contain;
}

.freeSchool-use__note {
  margin: 36px auto 0;
  padding: 18px 24px;
  max-width: 850px;
  background: rgba(91, 50, 24, 0.06);
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.freeSchool-flow,
.freeSchool-free {
  padding: 105px 0 115px;
  background: rgba(85, 193, 213, 0.1);
}

.freeSchool-free .shape.--top {
  top: -80px;
}

.freeSchool-free__body ul {
  margin-top: 22px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 10px;
}

.freeSchool-free__body li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.freeSchool-free__body li::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url(../img/common/icon-check.svg) no-repeat center/contain;
}

.freeSchool-free__note {
  margin-top: 22px;
  padding: 18px 20px;
  color: #5B3218;
  background: #fff;
  border-left: 6px solid #8EB92B;
  border-radius: 8px;
  font-weight: 700;
}

.freeSchool-flow__list {
  margin: 52px auto 0;
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.freeSchool-flow__item {
  padding: 0 18px;
  position: relative;
  text-align: center;
}

.freeSchool-flow__item:not(:last-child)::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 29px;
  right: -11px;
  border-top: 4px solid #5B3218;
  border-right: 4px solid #5B3218;
  transform: rotate(45deg);
}

.freeSchool-flow__num {
  margin: 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  background: #F49E1A;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freeSchool-flow__item:nth-child(2) .freeSchool-flow__num {
  background: #8EB92B;
}

.freeSchool-flow__item:nth-child(3) .freeSchool-flow__num {
  background: #55C1D5;
}

.freeSchool-flow__item:nth-child(4) .freeSchool-flow__num {
  background: #FD81E9;
}

.freeSchool-flow__item h3 {
  margin-top: 20px;
  color: #5B3218;
  font-size: 1.9rem;
  font-weight: 700;
}

.freeSchool-flow__item p {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.freeSchool-flow__note {
  margin-top: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.freeSchool-guide__lead {
  margin-top: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.freeSchool-guide__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.freeSchool-guide__card {
  padding: 34px 36px 38px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(91, 50, 24, 0.08);
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-guide__card-title {
  padding-bottom: 16px;
  color: #5B3218;
  border-bottom: 2px solid #FFF8DE;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.freeSchool-guide__card-title span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #F49E1A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.freeSchool-guide__card:nth-child(2) .freeSchool-guide__card-title span {
  background: #8EB92B;
}

.freeSchool-guide__card:nth-child(3) .freeSchool-guide__card-title span {
  background: #55C1D5;
}

.freeSchool-guide__card:nth-child(4) .freeSchool-guide__card-title span {
  background: #FD81E9;
}

.freeSchool-guide__list {
  margin-top: 20px;
}

.freeSchool-guide__list li {
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.freeSchool-guide__list li::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url(../img/common/icon-check.svg) no-repeat center/contain;
}

.freeSchool-guide__price {
  margin-top: 20px;
}

.freeSchool-guide__price > div {
  padding: 10px 14px;
  border-bottom: 2px solid #FFF8DE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.freeSchool-guide__price dt {
  font-size: 1.5rem;
  font-weight: 500;
}

.freeSchool-guide__price dd {
  color: #5B3218;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.freeSchool-guide__price-note {
  margin-top: 16px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}

.freeSchool-guide__trialNote {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #FFF8DE;
  color: #5B3218;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}

.freeSchool-guide__trialNote span {
  font-weight: 700;
}

.freeSchool-fabrico {
  padding: 105px 0 115px;
  background: rgba(142, 185, 43, 0.08);
}

.freeSchool-fabrico .shape.--bottom {
  bottom: -160px;
}

.freeSchool-fabrico__card {
  margin: 50px auto 0;
  max-width: 900px;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(91, 50, 24, 0.09);
  display: grid;
  grid-template-columns: 34% 1fr;
}

.freeSchool-fabrico__heading {
  padding: 45px 28px;
  color: #fff;
  background: #5B3218;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.freeSchool-fabrico__name {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.freeSchool-fabrico__category {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.freeSchool-fabrico__body {
  padding: 42px 44px;
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-fabrico__body p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.freeSchool-fabrico__btn {
  margin-top: 28px;
}

.freeSchool-faq__list {
  margin: 55px auto 0;
  max-width: 950px;
}

.freeSchool-faq__item {
  padding: 34px 38px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(91, 50, 24, 0.07);
  font-family: "Noto Sans JP", sans-serif;
}

.freeSchool-faq__item + .freeSchool-faq__item {
  margin-top: 24px;
}

.freeSchool-faq__item dt,
.freeSchool-faq__item dd {
  min-height: 55px;
  position: relative;
  padding-left: 76px;
}

.freeSchool-faq__item dt {
  color: #5B3218;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  align-items: center;
}

.freeSchool-faq__item dd {
  margin-top: 22px;
  padding: 16px 20px 16px 76px;
  background: rgba(85, 193, 213, 0.1);
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.freeSchool-faq__item dt::before,
.freeSchool-faq__item dd::before {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freeSchool-faq__item dt::before {
  content: "Q";
  background: #55C1D5;
}

.freeSchool-faq__item dd::before {
  content: "A";
  top: 10px;
  left: 10px;
  background: #8EB92B;
}

.freeSchool-cta__box {
  padding: 60px 8%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(91, 50, 24, 0.1);
}

.freeSchool-cta__box::before,
.freeSchool-cta__box::after {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.freeSchool-cta__box::before {
  top: -80px;
  left: -60px;
  background: #F49E1A;
}

.freeSchool-cta__box::after {
  right: -60px;
  bottom: -90px;
  background: #55C1D5;
}

.freeSchool-cta__lead {
  margin-top: 28px;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.freeSchool-cta__buttons {
  margin-top: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.freeSchool-cta__line {
  padding: 0 26px;
  min-width: 285px;
  height: 63px;
  border-radius: 63px;
  color: #fff;
  background: #4CC764;
  box-shadow: 0 3px 0 #288f3d;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}

.freeSchool-cta__line:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.freeSchool-cta__line img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1024px) {
  .freeSchool-intro .sec__ttl--ja {
    font-size: 2.3rem;
  }

  .freeSchool-intro__content {
    margin-top: 32px;
    display: block;
  }

  .freeSchool-intro__img {
    margin: 0 auto;
    max-width: 540px;
  }

  .freeSchool-intro__body {
    margin-top: 24px;
  }

  .freeSchool-intro__lead {
    font-size: 1.7rem;
    text-align: center;
  }

  .freeSchool-intro__txt {
    font-size: 1.4rem;
  }

  .freeSchool-intro__points {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .freeSchool-intro__point {
    padding: 20px;
  }

  .freeSchool-intro__point strong {
    font-size: 1.8rem;
  }

  .freeSchool-recommend,
  .freeSchool-flow,
  .freeSchool-free,
  .freeSchool-fabrico {
    padding: 64px 0;
  }

  .freeSchool-recommend__list {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .freeSchool-recommend__item {
    min-height: 180px;
    padding: 22px 10px;
  }

  .freeSchool-recommend__item p {
    font-size: 1.4rem;
  }

  .freeSchool-use__lead,
  .freeSchool-study__lead,
  .freeSchool-free__lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .freeSchool-study__content,
  .freeSchool-free__content {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .freeSchool-study__body,
  .freeSchool-free__body {
    font-size: 1.4rem;
  }

  .freeSchool-study__img {
    order: -1;
  }

  .freeSchool-study__img img,
  .freeSchool-free__img img {
    height: 240px;
  }

  .freeSchool-study__cards {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .freeSchool-study__cards li {
    padding: 24px 18px;
  }

  .freeSchool-study__cards h3 {
    font-size: 1.7rem;
  }

  .freeSchool-study__price {
    margin-top: 30px;
    padding: 26px 6%;
  }

  .freeSchool-study__price h3 {
    font-size: 1.9rem;
  }

  .freeSchool-study__price .freeSchool-studyPrice__lead {
    font-size: 1.4rem;
    text-align: left;
  }

  .freeSchool-study__price dl {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .freeSchool-studyPrice__time {
    font-size: 1.8rem;
  }

  .freeSchool-study__price dd {
    font-size: 1.7rem;
  }

  .freeSchool-free__body ul {
    padding: 16px 18px;
  }

  .freeSchool-free__body li {
    font-size: 1.4rem;
  }

  .freeSchool-use__list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .freeSchool-use__item {
    padding: 28px 6% 30px;
  }

  .freeSchool-use__item h3 {
    font-size: 2.1rem;
  }

  .freeSchool-use__item > p {
    margin-top: 18px;
    font-size: 1.4rem;
  }

  .freeSchool-use__item ul {
    margin-top: 18px;
  }

  .freeSchool-use__note {
    font-size: 1.3rem;
    text-align: left;
  }

  .freeSchool-flow__list {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .freeSchool-flow__item {
    padding: 0;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0 18px;
    align-items: center;
    text-align: left;
  }

  .freeSchool-flow__item:not(:last-child)::after {
    width: 16px;
    height: 16px;
    top: auto;
    right: auto;
    bottom: -23px;
    left: 21px;
    transform: rotate(135deg);
  }

  .freeSchool-flow__num {
    width: 58px;
    height: 58px;
    font-size: 2.2rem;
    grid-row: 1;
  }

  .freeSchool-flow__item h3 {
    margin-top: 0;
    font-size: 1.7rem;
  }

  .freeSchool-flow__item p {
    margin-top: 5px;
    font-size: 1.3rem;
  }

  .freeSchool-flow__note {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .freeSchool-guide__lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .freeSchool-guide__grid {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .freeSchool-guide__card {
    padding: 26px 6% 30px;
  }

  .freeSchool-guide__card-title {
    font-size: 1.9rem;
  }

  .freeSchool-guide__list li,
  .freeSchool-guide__price dt {
    font-size: 1.4rem;
  }

  .freeSchool-guide__price dd {
    font-size: 1.6rem;
  }

  .freeSchool-fabrico__card {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .freeSchool-fabrico__heading {
    padding: 30px 6%;
  }

  .freeSchool-fabrico__name {
    font-size: 3rem;
  }

  .freeSchool-fabrico__body {
    padding: 28px 6% 32px;
  }

  .freeSchool-fabrico__body p {
    font-size: 1.4rem;
  }

  .freeSchool-fabrico__btn {
    margin: 24px auto 0;
  }

  .freeSchool-faq__list {
    margin-top: 36px;
  }

  .freeSchool-faq__item {
    padding: 24px 5%;
  }

  .freeSchool-faq__item + .freeSchool-faq__item {
    margin-top: 16px;
  }

  .freeSchool-faq__item dt,
  .freeSchool-faq__item dd {
    min-height: 46px;
    padding-left: 60px;
  }

  .freeSchool-faq__item dt {
    font-size: 1.6rem;
  }

  .freeSchool-faq__item dd {
    margin-top: 18px;
    padding: 14px 12px 14px 68px;
    font-size: 1.4rem;
  }

  .freeSchool-faq__item dt::before,
  .freeSchool-faq__item dd::before {
    width: 46px;
    height: 46px;
    font-size: 2.1rem;
  }

  .freeSchool-cta__box {
    padding: 42px 6%;
  }

  .freeSchool-cta__box .sec__ttl--ja {
    font-size: 2.3rem;
  }

  .freeSchool-cta__lead {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }

  .freeSchool-cta__buttons {
    margin-top: 28px;
    flex-direction: column;
    gap: 16px;
  }

  .freeSchool-cta__line,
  .freeSchool-cta__btn {
    width: 100%;
    max-width: 330px;
  }

  .freeSchool-cta__line {
    min-width: 0;
    height: 55px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599.98px) {
  .pageHeader__ttl--ja {
    font-size: 2.2rem;
  }

  .freeSchool-recommend__icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .freeSchool-recommend__item {
    min-height: 165px;
    border-radius: 45% 45% 14px 14px;
  }

  .freeSchool-recommend__list,
  .freeSchool-study__cards,
  .freeSchool-study__price dl {
    grid-template-columns: 1fr;
  }

  .freeSchool-study__img img,
  .freeSchool-free__img img {
    height: 210px;
  }

  .freeSchool-guide__price > div {
    padding-inline: 4px;
  }

  .freeSchool-faq__item {
    padding-inline: 4%;
  }
}
