.l-mv__lead-section .image {
  display: flex;
  justify-content: center;
  margin: 14px 0 -15px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
    transform: translate(-50%, -50%);
  }
  .l-mv__lead-section .image img {
    width: auto;
    height: auto;
  }
}

.lead-image {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .lead-image {
    margin-bottom: 200px;
  }
  .lead-image img {
    width: auto;
    height: auto;
  }
}

.lead-section__heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .lead-section__heading {
    margin-bottom: 50px;
    font-size: 46px;
  }
}
.lead-section .text {
  line-height: 1.92;
}
@media (min-width: 768px) {
  .lead-section .text {
    line-height: 2.25;
  }
}

.sec-year {
  margin: 50px 0 80px;
}
@media (min-width: 768px) {
  .sec-year {
    margin-bottom: 150px;
  }
}
.sec-year__heading {
  margin-bottom: 28px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-year__heading {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.sec-year .title {
  margin-bottom: 12px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec-year .title {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.sec-year .table-wrap {
  position: relative;
}
.sec-year .table-wrap::before {
  display: block;
  position: absolute;
  background: no-repeat center/contain;
}
.sec-year .table-wrap1::before {
  content: "";
  top: -49px;
  right: 4px;
  width: 86px;
  height: 52px;
  background-image: url("/assets/images/pages/pre-school/deco1.png");
}
@media (min-width: 768px) {
  .sec-year .table-wrap1::before {
    top: -90px;
    right: 36px;
    width: 171px;
    height: 104px;
    background-image: url("/assets/images/pages/pre-school/deco1_md.png");
  }
}
.sec-year .table-wrap2::before {
  content: "";
  top: -58px;
  right: 7px;
  width: 65px;
  height: 64px;
  background-image: url("/assets/images/pages/pre-school/deco2.png");
}
@media (min-width: 768px) {
  .sec-year .table-wrap2::before {
    top: -110px;
    right: 68px;
    width: 131px;
    height: 126px;
    background-image: url("/assets/images/pages/pre-school/deco2_md.png");
  }
}
.sec-year .table {
  table-layout: fixed;
  font-size: 12px;
}
@media (min-width: 768px) {
  .sec-year .table {
    font-size: 16px;
  }
}
.sec-year .table th:first-child {
  width: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .sec-year .table th:first-child {
    vertical-align: middle;
  }
}
.sec-year .table th .narrow {
  display: inline-block;
  margin: 0 -0.5em;
}
.sec-year .table th,
.sec-year .table td {
  padding: 10px 0;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-year .table th,
  .sec-year .table td {
    padding: 20px 0;
    line-height: 1.65;
  }
}
.sec-year .table .text {
  margin: 0;
  padding: 0 10px;
  line-height: inherit;
  text-align: left;
}
@media (min-width: 768px) {
  .sec-year .table .text {
    padding: 0 40px;
  }
}