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

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

.school-teachers {
  padding-bottom: 15rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers {
    padding-bottom: 18.4rem;
  }
}
.school-teachers .inner {
  width: 110rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .school-teachers .inner {
    width: 68.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers__read {
    padding-bottom: 13.6rem;
  }
}
.school-teachers__read .section-ttl {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .section-ttl {
    margin-bottom: 4.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .school-teachers__read .inner {
    width: 120rem;
    padding-left: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .school-teachers__read .content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14rem;
  }
}
.school-teachers__read .content__txt {
  width: 70rem;
}
.school-teachers__read .content__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__txt p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__txt p {
    line-height: 1.7;
  }
}
.school-teachers__read .content__txt p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__txt p + p {
    margin-top: 5rem;
  }
}
.school-teachers__read .content__txt p .search {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.14;
  margin-top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__txt p .search {
    font-size: 2.6rem;
    margin: 2.3rem 1rem 0 0;
  }
}
.school-teachers__read .content__image {
  width: 38.4rem;
  margin: 0.4em 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image {
    width: 60.7rem;
    margin: 6rem auto 0;
  }
}
.school-teachers__read .content__image .thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image .thumb {
    width: 96.5%;
  }
}
.school-teachers__read .content__image .thumb::before {
  content: "";
  background: url("../img/school-teachers/img_bg.svg") no-repeat center/cover;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100%;
  height: 100%;
}
.school-teachers__read .content__image .thumb img {
  border-radius: 38.4rem;
  width: 100%;
  position: relative;
  margin-bottom: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image .thumb img {
    margin-bottom: 5.6rem;
  }
}
.school-teachers__read .content__image figcaption {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image figcaption {
    font-size: 2.625rem;
  }
}
.school-teachers__read .content__image figcaption span {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin: 0.3rem 0 0 7.4rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image figcaption span {
    margin-left: 9.7rem;
    gap: 3.4rem;
  }
}
.school-teachers__read .content__image figcaption span strong {
  width: 12.5rem;
  position: relative;
  top: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers__read .content__image figcaption span strong {
    width: 22rem;
  }
}
.school-teachers .feature {
  background: url("../img/strengths/reason_bg.svg") center/cover no-repeat, repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 10px, #fafafa 10px, #fafafa 20px);
  padding: 9.7rem 0 17rem;
  margin-bottom: 13.7rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature {
    padding: 10.2rem 0 20.7rem;
    margin-bottom: 13.6rem;
  }
}
.school-teachers .feature .inner {
  margin-bottom: 0;
}
.school-teachers .feature .inner .section-title {
  width: 80rem;
  margin: 0 auto 7rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature .inner .section-title {
    width: 59.6rem;
  }
}
.school-teachers .feature__list {
  gap: 12.6rem 7rem;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .feature__list {
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list {
    gap: 0rem;
    width: 90.2%;
    margin: 0 auto;
  }
}
.school-teachers .feature__list .single {
  width: 51.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single {
    margin: auto;
    width: 100%;
    position: relative;
    left: 0.6rem;
  }
  .school-teachers .feature__list .single.point1 {
    margin-bottom: 20.1rem;
  }
  .school-teachers .feature__list .single.point2 {
    margin-bottom: 15.6rem;
  }
  .school-teachers .feature__list .single.point3 {
    margin-bottom: 2.5rem;
  }
  .school-teachers .feature__list .single.point4 {
    margin-bottom: 15.2rem;
  }
}
.school-teachers .feature__list .single .num {
  position: absolute;
  writing-mode: vertical-rl;
  top: 0;
  right: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ff0014;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single .num {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    color: #ff0014;
    line-height: 1;
  }
}
.school-teachers .feature__list .single .num span {
  font-size: 150%;
}
.school-teachers .feature__list .single figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure {
    padding-bottom: 10.6rem;
  }
}
.school-teachers .feature__list .single figure figcaption {
  width: 56.6rem;
  background: no-repeat top right/cover;
  background-image: -webkit-image-set(url("../img/home/feature_figure_bg.webp") type("image/webp"), url("../img/home/feature_figure_bg.png") type("image/png"));
  background-image: image-set(url("../img/home/feature_figure_bg.webp") type("image/webp"), url("../img/home/feature_figure_bg.png") type("image/png"));
  padding: 2.7rem 3.9rem 5.1rem;
  position: absolute;
  left: -2rem;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .feature__list .single figure figcaption {
    bottom: -7.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure figcaption {
    width: auto;
    bottom: auto;
    top: 33rem;
    left: -4rem;
    right: -4rem;
    background: no-repeat right bottom/cover;
    background-image: -webkit-image-set(url("../img/home/sp/feature_figure_bg.webp") type("image/webp"), url("../img/home/sp/feature_figure_bg.png") type("image/png"));
    background-image: image-set(url("../img/home/sp/feature_figure_bg.webp") type("image/webp"), url("../img/home/sp/feature_figure_bg.png") type("image/png"));
    padding: 4.7rem 2.9rem 6.3rem 4.5rem;
  }
}
.school-teachers .feature__list .single figure figcaption p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-right: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure figcaption p {
    font-size: 2.8rem;
    line-height: 1.714;
    padding-right: 9.1rem;
    letter-spacing: 0.1em;
  }
}
.school-teachers .feature__list .single figure .title {
  color: #ff0014;
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure .title {
    margin-bottom: 2.4rem;
  }
}
.school-teachers .feature__list .single figure .title h3 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure .title h3 {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    width: calc(100% - 15rem);
  }
}
.school-teachers .feature__list .single figure .title h3.other {
  position: relative;
  left: -1rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure .title h3.other {
    left: -2rem;
  }
}
.school-teachers .feature__list .single figure .title::before {
  content: "";
  width: 10.5rem;
  height: 10.5rem;
  display: block;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature__list .single figure .title::before {
    width: 12rem;
    height: 12rem;
    margin-right: 3rem;
  }
}
.school-teachers .feature__list .single.point1 figure .title::before {
  background: url("../img/strengths/point1-icon.svg") no-repeat center/100%;
}
.school-teachers .feature__list .single.point2 figure .title::before {
  background: url("../img/strengths/point2-icon.svg") no-repeat center/100%;
}
.school-teachers .feature__list .single.point3 figure .title::before {
  background: url("../img/strengths/point3-icon.svg") no-repeat center/100%;
}
.school-teachers .feature__list .single.point4 figure .title::before {
  background: url("../img/strengths/point4-icon.svg") no-repeat center/100%;
}
.school-teachers .system {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system {
    margin: 0 auto 15rem;
  }
}
.school-teachers .system h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #ff0014;
  line-height: 1;
  margin-bottom: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system h2 {
    line-height: 1.3;
    margin-bottom: 6.2rem;
    letter-spacing: 0;
  }
}
.school-teachers .system h2 span {
  font-size: 3rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system h2 span {
    font-size: 3.6rem;
  }
}
.school-teachers .system h2 mark {
  background: none;
  position: relative;
  padding: 0 1.5rem 0.5rem;
  color: inherit;
}
.school-teachers .system h2 mark::before {
  content: "";
  width: 100%;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  background: rgba(250, 242, 33, 0.3);
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1.5rem;
}
.school-teachers .system .inner {
  background: url("../img/strengths/system-bg.jpg") no-repeat top center/contain;
  padding: 8.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .inner {
    padding: 10.2rem 0 0;
    background: url("../img/tuition/sp/system-bg.jpg") no-repeat top center/100%;
    width: 68.7rem;
    margin: 0 auto;
  }
}
.school-teachers .system--title {
  width: 66rem;
  height: 12.4rem;
  border: 2px solid #fff;
  border-radius: 14.8rem;
  background: rgba(128, 128, 128, 0.85);
  position: relative;
  margin: 0 auto 5.5rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--title {
    width: 64.7rem;
    height: 17.1rem;
    margin: 0 auto 7.1rem;
  }
}
.school-teachers .system--title p {
  width: 49rem;
  background: #000;
  border: 1px solid #fff;
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 2.2rem 0 5rem;
  top: -3.7rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: right;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--title p {
    width: 60.6rem;
    top: auto;
    bottom: calc(100% - 2rem);
    font-size: 3rem;
    line-height: 1.214;
    padding: 1rem 0rem 1rem 9rem;
    text-align: left;
  }
}
.school-teachers .system--title p::before {
  content: "";
  background: url("../img/home/text-icon1.svg") no-repeat center/cover;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: -1.8rem;
  left: -3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--title p::before {
    width: 9rem;
    height: 9rem;
    top: -2.4rem;
    left: -1.9rem;
  }
}
.school-teachers .system--title h3 {
  padding-top: 1.1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--title h3 {
    padding-top: 2.7rem;
    font-size: 3rem;
  }
}
.school-teachers .system--title h3 span {
  display: block;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--title h3 span {
    font-size: 5.7rem;
    margin-bottom: 0.7rem;
  }
}
.school-teachers .system .image-title {
  width: 100%;
  margin: 0 auto;
  margin: auto;
  background: repeating-linear-gradient(-45deg, rgba(244, 244, 244, 0.7019607843), rgba(244, 244, 244, 0.7019607843) 10px, rgba(250, 250, 250, 0.7019607843) 10px, rgba(250, 250, 250, 0.7019607843) 20px);
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .image-title {
    padding: 3.6rem 0;
  }
}
.school-teachers .system .image-title picture {
  display: block;
  width: 64rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--read {
    margin-bottom: 5.4rem;
  }
}
.school-teachers .system--read h3 {
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--read h3 {
    font-size: 4.6rem;
    line-height: 1.26;
    margin-bottom: 3.1rem;
  }
}
.school-teachers .system--read p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .system--read p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--read p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
.school-teachers .system--read p small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .system--read p small {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--read p small {
    font-size: 2.4rem;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    margin-top: 1.1rem;
  }
}
.school-teachers .system .point-txt {
  background-image: repeating-linear-gradient(-45deg, #ffccd0, #ffccd0 4px, transparent 4px, transparent 8px);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 204, 208, 0.7019607843), rgba(255, 204, 208, 0.7019607843) 4px, transparent 4px, transparent 8px);
  padding: 2.3rem 0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .point-txt {
    padding: 4rem 0;
    margin-bottom: 6rem;
  }
}
.school-teachers .system .point-txt ul {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
  align-items: stretch;
  gap: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .point-txt ul {
    gap: 0;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .school-teachers .system .point-txt ul li {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .point-txt ul li:first-of-type {
    margin: 0 6.5rem 0 5rem;
  }
  .school-teachers .system .point-txt ul li:nth-of-type(2) {
    margin-right: 2.6rem;
  }
}
.school-teachers .system .point-txt ul li figure img {
  width: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .point-txt ul li figure img {
    width: 9.2rem;
    margin: 0 auto 1rem;
  }
}
.school-teachers .system .point-txt ul li figcaption {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system .point-txt ul li figcaption {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.3125;
  }
}
.school-teachers .system--pattern {
  width: 93.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--pattern {
    width: 100%;
  }
}
.school-teachers .system--pattern img {
  margin-bottom: 1.3rem;
}
.school-teachers .system--pattern small {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .system--pattern small {
    font-size: 2rem;
    margin-top: -0.3rem;
  }
}
.school-teachers .pbc-news {
  background: repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 10px, #fafafa 10px, #fafafa 20px);
  padding: 10rem 0 10.1rem;
  margin-bottom: 0;
}
.school-teachers .pbc-news .inner {
  width: 100rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .inner {
    width: 68.7rem;
  }
}
.school-teachers .pbc-news .section-title img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .section-title img {
    width: 32.6rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .content {
    margin-bottom: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .content .content-inner {
    padding: 3.5rem 3rem 4.1rem 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .content .single:not(:last-of-type) {
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .content .single .post-info {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .pbc-news .content .single .post-info time {
    margin-right: 0;
  }
}
.school-teachers .course {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course {
    margin-bottom: 7rem;
  }
}
.school-teachers .course .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .course .inner {
    max-width: 90vw;
    width: 130rem;
  }
}
.school-teachers .course .section-title {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .school-teachers .course .section-title {
    margin-bottom: 0.2rem;
  }
}
.school-teachers .course .section-title .read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .section-title .read {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .section-title .read {
    line-height: 1.7;
    margin-bottom: 5.8rem;
  }
}
.school-teachers .course .section-title img {
  width: 34.8rem;
  margin: 0 auto 4.3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .section-title img {
    width: 41.75rem;
    margin: 0 auto 6rem;
  }
}
.school-teachers .course .section-title span {
  display: block;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgba(255, 0, 20, 0.15);
  line-height: 0.7;
  letter-spacing: 0.105em;
  position: relative;
  left: 0.05em;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .section-title span {
    font-size: 8rem;
    letter-spacing: 0.1em;
  }
}
.school-teachers .course .course__single {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single {
    padding-top: 22.7rem;
  }
}
.school-teachers .course .course__single__left {
  width: 54rem;
  background: url("../img/home/content-bg1.png") repeat-x top right/100%;
  height: 100%;
  padding: 5rem 0 0 7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left {
    width: 72.4rem;
    height: auto;
    padding: 5.2rem 0 6.1rem 17.1rem;
    left: calc(50% - 50vw);
  }
  .school-teachers .course .course__single__left::before {
    content: "理容";
    background: url("../img/home/icon-bg.svg") no-repeat center/cover;
    width: 10.2rem;
    height: 10.2rem;
    position: absolute;
    top: 3.1rem;
    left: 4rem;
    text-align: center;
    line-height: 10.2rem;
    font-size: 2.5rem;
  }
}
.school-teachers .course .course__single__left .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left .title {
    margin-bottom: 2.5rem;
    font-size: 4.5rem;
    letter-spacing: -0.33rem;
  }
}
.school-teachers .course .course__single__left .title span.zenkaku {
  width: 8.4rem;
  height: 8.4rem;
  background: url("../img/home/icon-bg.svg") no-repeat center/cover;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left .title span.zenkaku {
    display: none;
  }
}
.school-teachers .course .course__single__left .title span.small {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left .title span.small {
    font-size: 3.4rem;
    position: relative;
    left: 0.8rem;
    top: -0.4rem;
  }
}
.school-teachers .course .course__single__left p {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.461;
  letter-spacing: 0.05em;
  padding-bottom: 2.5rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left p {
    padding-bottom: 3.2rem;
    font-size: 3.2rem;
  }
}
.school-teachers .course .course__single__left p::after {
  content: "";
  width: 10rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__left p::after {
    width: 12rem;
  }
}
.school-teachers .course .course__single__right {
  width: 92rem;
  height: 40rem;
  margin-left: auto;
  background: no-repeat right center/cover;
  background-image: -webkit-image-set(url("../img/home/course-img.webp") type("image/webp"), url("../img/home/course-img.png") type("image/jpeg"));
  background-image: image-set(url("../img/home/course-img.webp") type("image/webp"), url("../img/home/course-img.png") type("image/jpeg"));
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .school-teachers .course .course__single__right {
    background-position: left center;
    width: 95rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .course .course__single__right {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 45rem;
    background: no-repeat top center/cover;
    background-image: -webkit-image-set(url("../img/home/sp/course-img.webp") type("image/webp"), url("../img/home/sp/course-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/home/sp/course-img.webp") type("image/webp"), url("../img/home/sp/course-img.jpg") type("image/jpeg"));
  }
}
.school-teachers .course__link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  position: relative;
  top: -9rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link {
    width: 68.7rem;
    margin: auto;
    top: -7.6rem;
  }
}
.school-teachers .course__link li {
  width: 24.5rem;
  height: 24.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link li {
    width: 21rem;
    height: 21rem;
  }
}
.school-teachers .course__link li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url("../img/home/course-link-bg.svg") no-repeat bottom center/100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.school-teachers .course__link li a {
  border-radius: 24.5rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 5.3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link li a {
    padding-top: 2rem;
  }
}
.school-teachers .course__link li a::after {
  content: "";
  width: 0.96rem;
  height: 0.96rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 4rem;
  left: 0;
  margin: auto;
}
.school-teachers .course__link li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.school-teachers .course__link li a figure .icon {
  width: 5.3rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link li a figure .icon {
    width: 4.5rem;
    height: 4rem;
    margin-bottom: 1rem;
  }
}
.school-teachers .course__link li a figure .icon img {
  margin: auto;
  width: revert-layer;
}
.school-teachers .course__link li a figure figcaption {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link li a figure figcaption {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.school-teachers .course__link li a p {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .school-teachers .course__link li a p {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.214;
  }
}

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

@media print, screen and (min-width: 768px) {
  .pankuzu {
    margin-bottom: 11.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .school-teachers .feature {
    margin-bottom: 14.7rem;
  }
  .school-teachers .system {
    margin-bottom: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .school-teachers .feature {
    position: relative;
    padding: 10.2rem 0 2.9rem;
  }
  .school-teachers .feature::before {
    content: "";
    background: url("../img/parents/sp/reason_bg.svg") no-repeat bottom right/cover;
    width: 100%;
    height: 122.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .school-teachers .feature__list .single.point3 {
    margin-bottom: 20.5rem;
  }
}