@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.title-education {
  font-size: 137.5%;
  font-weight: 600;
  position: relative;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
  line-height: 1.5;
}
.title-education::before {
  position: absolute;
  content: "";
  width: 215px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/education/icon-leaf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.sub-title {
  font-size: 112.5%;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
  line-height: 1.5;
}

.dots {
  position: relative;
}
.dots::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 53px;
  left: 15px;
  bottom: -90px;
  background-image: url(../images/education/icon-dots.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#education-lead {
  margin-bottom: 125px;
}
#education-lead.dots::before {
  transform: rotate(166deg);
  bottom: -82px;
  left: 47px;
}

#education-field {
  margin-bottom: 130px;
}
#education-field.dots::before {
  right: 60px;
  left: auto;
  bottom: -77px;
  transform: rotate(105deg);
}

#education-system {
  margin-bottom: 128px;
}
#education-system .system-list {
  padding: 10px 10px 20px;
  border: solid 2px #55c332;
  border-radius: 10px;
  margin: 10px auto;
}
#education-system .system-list h4 {
  font-size: 112.8%;
  font-weight: 600;
  font-family: "M PLUS 1p", sans-serif;
  color: #55c332;
  text-align: center;
  margin-bottom: 20px;
}
#education-system .system-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 758px;
  margin: auto;
  gap: 2px 20px;
}
#education-system .system-list ul li {
  font-family: "M PLUS 1p", sans-serif;
  width: 55%;
  font-weight: 500;
}
#education-system .system-list ul li:nth-child(2n+1) {
  width: 42%;
}
#education-system .system-list ul li::before {
  content: "・";
}

#education-support .text-box {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
#education-support .text-box span {
  color: #55c332;
  font-size: 112.5%;
}
#education-support .text-box li:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 751px) {
  body.education #title::after {
    background-image: url(../images/education/title-bg.jpg);
  }
  /* INDEX */
  #education-support {
    margin-bottom: 60px;
  }
  #education-support .img-wrap {
    margin-top: -17px;
    margin-right: 13px;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 750px) {
  body.education #title::after {
    background-image: url(../images/education/title-bg.jpg);
  }
  /* INDEX */
  .dots {
    position: relative;
  }
  .dots::before {
    position: absolute;
    content: "";
    width: 56px;
    height: 53px;
    left: 15px;
    bottom: -90px;
    background-image: url(../images/education/icon-dots.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  #education-lead {
    margin-bottom: 80px;
  }
  #education-lead.dots::before {
    transform: rotate(166deg);
    bottom: -82px;
    left: 47px;
  }
  #education-field {
    margin-bottom: 130px;
  }
  #education-field.dots::before {
    right: 60px;
    left: auto;
    bottom: -77px;
    transform: rotate(105deg);
  }
  #education-system {
    margin-bottom: 120px;
  }
  #education-system .system-list {
    padding: 10px 10px 20px;
    border: solid 2px #55c332;
    border-radius: 10px;
    margin: 10px auto;
  }
  #education-system .system-list h4 {
    font-size: 112.8%;
    font-weight: 600;
    font-family: "M PLUS 1p", sans-serif;
    color: #55c332;
    text-align: center;
    margin-bottom: 20px;
  }
  #education-system .system-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 758px;
    margin: auto;
    gap: 2px 20px;
  }
  #education-system .system-list ul li {
    font-family: "M PLUS 1p", sans-serif;
    width: 55%;
    font-weight: 500;
  }
  #education-system .system-list ul li:nth-child(2n+1) {
    width: 42%;
  }
  #education-system .system-list ul li::before {
    content: "・";
  }
  #education-support .text-box {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
  }
  #education-support .text-box span {
    color: #55c332;
    font-size: 112.5%;
  }
  #education-support .text-box li:not(:last-child) {
    margin-bottom: 50px;
  }
}
