@media screen and (width <= 767px) {
  .section__block__title .-pc {
    display: none;
  }
}

.tab__wrap {
  border-color: var(--color-light);
}

@media screen and (width <= 767px) {
  .tab__list {
    padding: 0 0.8rem;
    gap: 0.8rem;
  }
}

.tab__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 9rem;
  margin-bottom: 0;
  padding: 2.2rem 0 1.4rem;
  border-color: var(--color-light);
  border-bottom: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-primary);
  text-decoration: none;
}
@media screen and (767px < width <= 820px) {
  .tab__item {
    font-size: 1.8rem;
  }
}
@media screen and (width <= 767px) {
  .tab__item {
    width: calc((100% - 2.4rem) / 4);
    height: 7.2rem;
    padding: 1rem 0 0.5rem;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
.tab__item::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: var(--img--arrow--link) no-repeat 0 0;
  background-size: contain;
  rotate: 90deg;
}
.tab__item.-active {
  height: 11rem;
  padding-top: 3rem;
  background-color: var(--color-light);
}
.tab__item.-active.-preschool, .tab__item.-active.-kindergarten, .tab__item.-active.-baby {
  color: #fff;
}
.tab__item.-active.-preschool::after, .tab__item.-active.-kindergarten::after, .tab__item.-active.-baby::after {
  background-image: var(--img--arrow--link-active);
  rotate: 0deg;
}
@media screen and (width <= 767px) {
  .tab__item.-active {
    height: 8rem;
    padding-top: 1.5rem;
  }
}
.tab__item .-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .tab__item .-sp {
    display: block;
  }
}

.top__block {
  padding-top: 6rem;
}

.section__title span {
  display: inline-block;
}

.class__title {
  margin-bottom: 7rem;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (width <= 767px) {
  .class__title {
    font-size: 3.6rem;
  }
}

.reason__list {
  margin-bottom: 7rem;
}
.reason__list:first-of-type {
  margin-top: 7rem;
}

.reason__heading {
  margin-bottom: 2rem;
  color: #C7AA76;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #EDD7B0;
}
@media screen and (width <= 767px) {
  .reason__heading {
    margin-bottom: 1rem;
  }
}
.reason__heading span {
  display: inline-block;
  padding-left: 0.6rem;
  font-size: 2.6rem;
}

.reason__title {
  margin-bottom: 3rem;
  color: var(--color-primary);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .reason__title {
    font-size: 2.4rem;
  }
}
.reason__title br.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .reason__title br.-sp {
    display: block;
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (width <= 767px) {
  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.reason__item:has(+ .reason__item) {
  margin-bottom: 7rem;
}
.reason__item__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reason__item__body dt {
  margin-bottom: 2.5rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.reason__item__body .btn__link {
  margin-top: 3rem;
}
.reason__item__img {
  width: 36.6%;
  aspect-ratio: 41/25;
  border-radius: 4rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .reason__item__img {
    width: 100%;
  }
}
.reason__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#other .btn__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}