.schoolPage .underLine {
  background: linear-gradient(transparent 60%, yellow 30%);
  font-weight: bold;
}
.schoolPage .featureheaderImage {
  margin-bottom: 10px;
  width: 100%;
}
.schoolPage .featureheaderImage img {
  max-width: 100%;
}
.schoolPage .ankerLink {
  display: flex;
}
@media screen and (max-width: 767px) {
  .schoolPage .ankerLink {
    flex-wrap: wrap;
  }
}
.schoolPage .ankerLink a {
  border: 2px solid #31B5DB;
  border-width: 2px 0 2px 2px;
  color: #31B5DB;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  transition: color 0.4s, background 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schoolPage .ankerLink a {
    border-width: 2px 2px 0;
    text-align: left;
    padding: 15px 40px 15px 20px;
    width: 100%;
  }
}
.schoolPage .ankerLink a::after {
  content: "";
  background: url(../../images/anker-arrow.svg) center center/cover no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
}
.schoolPage .ankerLink a:hover {
  color: #ffffff;
  background-color: #31B5DB;
}
.schoolPage .ankerLink a:first-child {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 767px) {
  .schoolPage .ankerLink a:first-child {
    border-radius: 0;
  }
}
.schoolPage .ankerLink a:last-child {
  border-radius: 0 6px 6px 0;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .schoolPage .ankerLink a:last-child {
    border-radius: 0;
  }
}
.schoolPage .sectionTitleH2 {
  background-image: linear-gradient(90deg, #31B5DB, #6E4196 90%);
  color: #fff;
  padding: 1rem 2rem;
  transform: skew(-15deg);
  letter-spacing: 0.04em;
  font-weight: 900;
  margin-top: 100px;
}
.schoolPage .sectionTitleH3 {
  font-weight: 900;
  letter-spacing: 0.04em;
  position: relative;
  margin: 40px 0 10px;
}
.schoolPage .sectionTitleH3::before {
  content: "";
  background-color: #31B5DB;
  display: inline-block;
  margin-right: 7px;
  height: 30px;
  position: relative;
  top: -3px;
  vertical-align: bottom;
  width: 10px;
}
.schoolPage .schoolPage__row {
  margin-bottom: 50px;
}
.schoolPage .featureTopLists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .schoolPage .featureTopLists {
    gap: 50px 0;
    margin: 25px auto;
  }
}
.schoolPage .featureTopLists .featureTopLists__card {
  border-radius: 10px;
  border: 2px solid #D4D4D4;
  box-shadow: 7px 7px 0 #D4D4D4;
  text-align: center;
  padding: 45px 40px 40px;
  position: relative;
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .schoolPage .featureTopLists .featureTopLists__card {
    padding: 30px 20px;
    width: 100%;
  }
}
.schoolPage .featureTopLists .featureTopLists__number {
  border-radius: 30px;
  background-image: linear-gradient(90deg, #31B5DB, #6E4196 90%);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 20px;
}
.schoolPage .featureTopLists .featureTopLists__icon {
  margin-bottom: 10px;
}
.schoolPage .featureTopLists .featureTopLists__icon img {
  width: 92px;
}
.schoolPage .featureTopLists .featureTopLists__catch {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .schoolPage .featureTopLists .featureTopLists__catch {
    font-size: 18px;
  }
}
.schoolPage .featureLists {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .schoolPage .featureLists {
    flex-wrap: wrap;
  }
}
.schoolPage .featureLists li {
  border-radius: 10px;
  box-shadow: 0 0 7px #e3e3e3;
  border: 3px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  height: 70px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .schoolPage .featureLists li {
    height: 90px;
    width: 100%;
  }
}
.schoolPage .featureLists li br {
  display: none;
}
@media screen and (max-width: 767px) {
  .schoolPage .featureLists li br {
    display: block;
  }
}
.schoolPage .featureLists .caution {
  display: block;
  color: #8a8a8a;
  font-size: 12px;
}
.schoolPage .courseLists {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
.schoolPage .courseLists .courseLists__card {
  border-radius: 10px;
  box-shadow: 0 0 7px #e3e3e3;
  border: 3px solid #e7e7e7;
  padding: 40px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (max-width: 767px) {
  .schoolPage .courseLists .courseLists__card {
    padding: 30px 20px;
    width: 100%;
  }
}
.schoolPage .courseLists .courseLists__card h3 {
  font-weight: 900;
  margin-bottom: 10px;
}
.schoolPage .courseLists .courseLists__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.schoolPage .courseLists .courseLists__include {
  margin-top: auto;
}
.schoolPage .courseLists .courseLists__include h4 {
  background-color: #31B5DB;
  border-radius: 4px;
  color: #fff;
  padding: 5px 3px 5px 10px;
  font-weight: 900;
  margin: 25px 0 10px;
}
.schoolPage .courseLists .courseLists__include p {
  font-size: 14px;
}
.schoolPage .courseLists .courseLists__include .price {
  font-size: 32px;
  font-weight: 900;
  text-align: right;
}
.schoolPage .courseLists .courseLists__include .price span {
  font-weight: 300;
  font-size: 14px;
  margin-left: 4px;
}
.schoolPage .no-wrap::after {
  content: "/";
  display: inline-block;
  color: #b5b5b5;
  padding: 0 7px 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .schoolPage .no-wrap::after {
    padding: 0 3px 0 7px;
    font-size: 14px;
  }
}
.schoolPage .voice__row {
  display: flex;
  align-items: center;
}
.schoolPage .voice__row .voice_img {
  margin-right: 10px;
  width: 60px;
}/*# sourceMappingURL=school.css.map */