/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.c-child-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/education/bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/education/bg.png);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro {
    background-image: none;
  }
}

.bg-area {
  padding-top: 100px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/education/bg2.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/education/bg2.png);
  background-size: contain;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #000;
  }
}

.ranking {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 317px 20px 1fr;
  grid-template-columns: 317px 1fr;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .ranking {
    -ms-grid-columns: 20% 1fr;
    grid-template-columns: 20% 1fr;
  }
}

.ranking__heading {
  font-size: 24px;
  letter-spacing: 3px;
}
@media print, screen and (max-width: 1023.9px) {
  .ranking__heading {
    font-size: 17px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.ranking__text {
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1023.9px) {
  .ranking__text {
    font-size: 12px;
    line-height: 1.8;
  }
}

.ranking__cap {
  font-size: 10px;
  margin-top: 5px;
}
@media print, screen and (max-width: 1023.9px) {
  .ranking__cap {
    font-size: 8px;
  }
}

.spot-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-row {
    gap: 20px 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot-row.-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot-row.-parent > .spot {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot-row.-parent > .spot:nth-of-type(1), .spot-row.-parent > .spot:nth-of-type(2) {
    width: 100%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot-row .spot-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}

.spot__text {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot__text {
    font-size: 12px;
  }
}

.spot-list-row {
  counter-reset: list;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list-row {
    margin-top: 30px;
    gap: 10px;
  }
}

.spot-list li {
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list li {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 11.5px;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spot-list li::before {
  content: counter(list);
  counter-increment: list;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 50%;
  background-color: #796a56;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list li::before {
    display: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list li span:first-of-type::before {
    border-radius: 0;
    position: static;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    content: "";
    background-color: #796a56;
  }
}
.spot-list li + li {
  margin-top: 15px;
}

.kosodate-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px 60px;
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .kosodate-row {
    gap: 40px 10px;
    margin-top: 40px;
  }
}

.kosodate__heading {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}
@media print, screen and (max-width: 1023.9px) {
  .kosodate__heading {
    font-size: 15px;
    padding-bottom: 5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.kosodate__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1023.9px) {
  .kosodate__text {
    font-size: 11px;
    line-height: 1.8;
  }
}

.-care {
  margin-top: 80px;
}