.page-title {
  background: no-repeat top center/cover;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/educational/mv-img.webp") type("image/webp"), url("../img/educational/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/educational/mv-img.webp") type("image/webp"), url("../img/educational/mv-img.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/educational/sp/mv-img.webp") type("image/webp"), url("../img/educational/sp/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/educational/sp/mv-img.webp") type("image/webp"), url("../img/educational/sp/mv-img.jpg") type("image/jpeg"));
    margin: 12rem 0 13.7rem;
  }
}

.pankuzu {
  margin: 0.7rem auto 10.5rem;
}

.educational {
  padding-bottom: 15rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .educational {
    padding-bottom: 18.4rem;
  }
}
.educational::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 162.3rem;
  background: url("../img/educational/page-bg.svg") no-repeat top right/cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .educational::before {
    background: url("../img/educational/sp/page-bg.svg") no-repeat bottom right/cover;
    height: 122.5rem;
  }
}
.educational .inner {
  margin: 0 auto 16.5rem;
}
@media print, screen and (min-width: 768px) {
  .educational .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .educational .inner {
    padding: 0 4rem 5rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .educational .inner .section-ttl {
    margin-bottom: 4.4rem;
  }
}
.educational .read {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .educational .read {
    margin-bottom: 7.6rem;
  }
}
.educational .read p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .educational .read p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .educational .read p {
    line-height: 1.7;
  }
}
.educational--content .single {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  .educational--content .single {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10.6rem;
  }
}
.educational--content .single .image {
  position: relative;
  width: 38.4rem;
  height: 38.4rem;
}
@media only screen and (max-width: 767px) {
  .educational--content .single .image {
    width: 56.4rem;
    height: 56.4rem;
    margin: 0 auto;
    order: 2;
  }
  .educational--content .single .image img {
    width: 100%;
  }
}
.educational--content .single .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: url("../img/educational/educational-img-bg.svg") no-repeat center/cover;
}
.educational--content .single .image picture {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .educational--content .single .txt {
    width: calc(100% - 45.4rem);
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .educational--content .single .txt {
    order: 1;
    margin-bottom: 4rem;
  }
}
.educational--content .single .txt h3 {
  color: #ff0014;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .educational--content .single .txt h3 {
    font-size: 3.6rem;
    margin-bottom: 2.8rem;
  }
}
.educational--content .single .txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .educational--content .single .txt p {
    font-size: 2.8rem;
  }
}
.educational--content .single:nth-of-type(even) {
  flex-direction: row-reverse;
}
.educational--content .single:nth-of-type(even) .image {
  margin-left: auto;
}