.mv_under .ttl_v1 {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .mv_under .ttl_v1 {
    padding-top: 110px;
  }
  .mv_under .ttl_v1 .eg {
    line-height: 0.8;
  }
}

.cp1_under {
  line-height: 1;
  font-weight: bold;
  margin-top: 90px;
  font-size: 4.2rem;
}
@media all and (max-width: 1000px) {
  .cp1_under {
    line-height: 1.3;
  }
}
@media all and (max-width: 767px) {
  .cp1_under {
    margin-top: 60px;
    font-size: 3.4rem;
  }
}

.edu1 .img, .edu2 .img {
  margin: 20px 0 40px 0;
  border-radius: 30px;
  overflow: hidden;
}
.edu1 ul, .edu2 ul {
  padding: 0;
  margin: 20px 0 0 10px;
}
.edu1 li, .edu2 li {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.edu1 li i, .edu2 li i {
  display: block;
  font-size: 1.2rem;
}
.edu1 li:before, .edu2 li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .edu1 .img, .edu2 .img {
    margin: 20px 0;
  }
  .edu1 li i, .edu2 li i {
    font-size: 1.1rem;
  }
  .edu1 li:before, .edu2 li:before {
    top: 11px;
  }
}

.edu1 .img {
  margin-top: 30px;
}

.edu2 {
  margin-top: 130px;
}
.edu2 .lead2 {
  margin-top: 30px;
}
.edu2 .lead2 .line {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 20px;
}
.edu2 .lead2 .tt {
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .edu2 {
    margin-top: 90px;
  }
  .edu2 .lead2 {
    margin-top: 30px;
  }
  .edu2 .lead2 .line {
    display: block;
  }
}

.step_wrap1 {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  align-items: end;
}
.step_wrap1 .tl {
  background: #F1EEDA;
  position: relative;
  text-align: center;
  place-content: center;
}
.step_wrap1 .tl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #EBE6C5;
  width: 40px;
  height: 100%;
}
.step_wrap1 .tl i {
  position: relative;
  z-index: 3;
}
.step_wrap1 .tl em {
  display: block;
  font-size: 1.4rem;
}
.step_wrap1 .bx {
  position: relative;
}
.step_wrap1 .arw {
  padding: 0 5px;
  position: relative;
  bottom: 0;
  place-content: center;
}
.step_wrap1 .bird1 {
  position: absolute;
  width: 110px;
  top: -60px;
  right: 0;
}
.step_wrap1 .bird2 {
  position: absolute;
  width: 110px;
  top: -64px;
  right: 20px;
}
.step_wrap1 .tl1 {
  height: 70px;
}
.step_wrap1 .tl2 {
  height: 94px;
}
.step_wrap1 .tl3 {
  height: 122px;
}
.step_wrap1 .tl4 {
  height: 145px;
}
.step_wrap1 .tl5 {
  height: 171px;
}
.step_wrap1 .tl6 {
  height: 186px;
}
.step_wrap1 .tx {
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 19px;
  min-height: 140px;
  font-size: 1.4rem;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  .step_wrap1 {
    grid-template-columns: 1fr;
  }
  .step_wrap1 .bird1, .step_wrap1 .bird2 {
    display: none;
  }
}

.sw0 .arw {
  opacity: 0;
}
@media all and (max-width: 1000px) {
  .sw0 {
    display: none;
  }
}

.sw1 {
  margin-top: 10px;
  align-items: unset;
}
.sw1 .tl, .sw1 .bird1, .sw1 .bird2 {
  display: none;
}
.sw1 .bx {
  background: white;
}
@media all and (max-width: 1000px) {
  .sw1 {
    margin-top: 50px;
  }
  .sw1 .arw {
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 1;
  }
  .sw1 .arw img {
    width: 10px;
    display: inline-block;
    transform: rotate(90deg);
  }
  .sw1 .bx {
    background: none;
  }
  .sw1 .tl {
    display: block;
    background: unset;
    height: auto;
    text-align: left;
    font-weight: bold;
  }
  .sw1 .tl em {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .sw1 .tl i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
  }
  .sw1 .tl:before {
    content: none;
  }
  .sw1 .tx {
    background: white;
    min-height: unset;
  }
}
@media all and (max-width: 767px) {
  .sw1 .tl {
    font-size: 1.4rem;
  }
  .sw1 .tl em {
    font-size: 1.2rem;
  }
  .sw1 .tx {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.edu3 {
  margin-top: 110px;
}
.edu3 .fb2 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.edu3 .img {
  border-radius: 30px;
  overflow: hidden;
}
.edu3 .img2 {
  border-radius: 30px;
  overflow: hidden;
  display: none;
}
.edu3 .inb1 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 54%;
  gap: 0 40px;
  align-items: flex-start;
}
.edu3 .nums {
  font-size: 2rem;
  font-weight: bold;
}
.edu3 .nums i {
  margin-right: 5px;
  display: inline-block;
  line-height: 1.1;
  background: #F9B900;
  border-radius: 100%;
  aspect-ratio: 1/1;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  place-content: center;
}
.edu3 ul {
  margin: 10px 0 20px 10px;
  padding: 0;
  max-width: 420px;
}
.edu3 ul li {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.edu3 ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #222;
}
.edu3 .inb2 {
  margin-top: 90px;
}
.edu3 h4 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
.edu3 .stp_in {
  padding: 20px 40px 0 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 0 60px;
  position: relative;
}
.edu3 .stp_in .txt {
  margin-top: 10px;
}
.edu3 .squ {
  text-align: center;
  background: white;
  border: 2px solid #F9B900;
  border-radius: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
  height: 60px;
  place-content: center;
  position: relative;
}
.edu3 .squ:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -34px;
  width: 34px;
  height: 2px;
  background: #F9B900;
  border-radius: 100px 0;
}
.edu3 .squ .txt {
  margin-top: 10px;
}
.edu3 .sq1:before {
  left: unset;
  width: 40px;
  right: -40px;
}
.edu3 .ins {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 0 20px;
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.edu3 .ins:before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  background: #F9B900;
  width: 2px;
  height: 100%;
}
.edu3 .ins:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: -1px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: #F8F7F3;
}
.edu3 .ins:last-of-type {
  padding-bottom: 0;
}
.edu3 .ins:last-of-type:after {
  content: "";
  position: absolute;
  top: 31px;
  left: -40px;
  width: 30px;
  height: 100%;
  background: #F8F7F3;
}
.edu3 .ins .txt {
  margin-top: 0;
}
.edu3 .ins .ar {
  position: absolute;
  left: -11px;
  top: 30px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F9B900;
  border-right: 2px solid #F9B900;
  transform: rotate(45deg);
}
.edu3 .under_h32 {
  font-size: 3.5rem;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  .edu3 .stp_in {
    padding: 20px 0 0 20px;
  }
  .edu3 .cp1_under {
    line-height: 1.3;
  }
}
@media all and (max-width: 1000px) {
  .edu3 .stp_in {
    padding: 20px 0;
    display: block;
  }
  .edu3 .sq1:before {
    content: none;
  }
  .edu3 .ins {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding-bottom: 0;
  }
  .edu3 .ins:before {
    content: none;
  }
  .edu3 .ins:nth-of-type(1):after {
    content: none;
  }
  .edu3 .ins:last-of-type {
    padding-bottom: 0;
  }
  .edu3 .ins:last-of-type:after {
    content: none;
  }
  .edu3 .ins .ar {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    margin-top: -7px;
    transform: rotate(135deg);
  }
  .edu3 .bxx1, .edu3 .bxx2 {
    margin-top: 32px;
    display: grid;
    gap: 0 40px;
    align-items: flex-start;
  }
  .edu3 .bxx1 {
    grid-template-columns: 1fr 1fr;
  }
  .edu3 .bxx2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .edu3 .squ:before {
    top: -34px;
    margin-top: unset;
    left: 50%;
    width: 2px;
    height: 33px;
    margin-left: -1px;
  }
  .edu3 .squ .txt {
    margin-top: 10px;
  }
  .edu3 .img {
    display: none;
  }
  .edu3 .img2 {
    display: block;
    margin: 20px 0;
  }
  .edu3 .inb1 {
    grid-template-columns: 1fr;
  }
  .edu3 ul {
    max-width: unset;
  }
}
@media all and (max-width: 767px) {
  .edu3 {
    margin-top: 70px;
  }
  .edu3 .inb1 {
    margin-top: 30px;
  }
  .edu3 .fb2 {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .edu3 .img2 {
    margin: 10px 0 20px 0;
  }
  .edu3 .nums {
    font-size: 1.8rem;
  }
  .edu3 .nums i {
    margin-right: 8px;
    font-size: 1.4rem;
    width: 22px;
    height: 22px;
    top: -1px;
    position: relative;
  }
  .edu3 ul {
    margin: 10px 0 20px 10px;
    padding: 0;
    max-width: 420px;
  }
  .edu3 ul li:before {
    top: 10px;
  }
  .edu3 .inb2 {
    margin-top: 70px;
  }
  .edu3 h4 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .edu3 .bxx1, .edu3 .bxx2 {
    gap: 0 10px;
  }
  .edu3 .squ {
    padding: 0;
    line-height: 1.3;
  }
  .edu3 .stp_in {
    padding: 10px 0;
  }
}

.under_h3 {
  margin-top: 60px;
  font-weight: bold;
  font-size: 2.6rem;
}
@media all and (max-width: 767px) {
  .under_h3 {
    font-size: 2.4rem;
  }
  .under_h3 i {
    font-size: 1.6rem;
  }
}

.edu4 {
  margin-top: 130px;
}
.edu4 .cp1_under {
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.edu4 .inner {
  display: grid;
  grid-template-columns: 1fr 57%;
  gap: 0 40px;
}
.edu4 .inner .img {
  border-radius: 30px;
  overflow: hidden;
}
.edu4 .img2 {
  display: none;
  border-radius: 30px;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .edu4 .inner {
    grid-template-columns: 1fr;
  }
  .edu4 .inner .img2 {
    display: block;
    margin-bottom: 20px;
  }
  .edu4 .inner .img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .edu4 {
    margin-top: 90px;
  }
  .edu4 .cp1_under {
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0 0 30px 0;
  }
}

.edu5 {
  margin-top: 130px;
  padding-bottom: 210px;
  box-sizing: border-box;
}
.edu5 .c4 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.edu5 .bx {
  background: white;
  border-radius: 30px;
  padding: 30px 12px;
  box-sizing: border-box;
}
.edu5 .fb {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.edu5 .txt {
  padding: 0 12px;
  box-sizing: border-box;
}
.edu5 .img {
  max-width: 96px;
  margin: 16px auto;
}
@media all and (max-width: 1280px) {
  .edu5 .c4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 1000px) {
  .edu5 .c4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .edu5 {
    margin-top: 90px;
    padding-bottom: 180px;
  }
  .edu5 .c4 {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .edu5 .bx {
    border-radius: 20px;
    padding: 20px 8px;
  }
  .edu5 .fb {
    font-size: 1.4rem;
  }
  .edu5 .txt {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .edu5 .img {
    max-width: 96px;
    margin: 16px auto;
  }
}

/*# sourceMappingURL=edu.css.map */
