.c-school__aboutWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-school__about {
  cursor: pointer;
  font-size: 18px;
  color: #8E2247;
  text-align: right;
  margin-left: auto;
  border-bottom: 1px solid #8E2247;
}
@media screen and (max-width: 1024px) {
  .c-school__about {
    font-size: 16px;
  }
}
.c-school__about:hover {
  color: #7C7C7C;
  border-bottom: 1px solid #7C7C7C;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  background: rgba(246, 230, 235, 0.7);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 540px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(124, 124, 124, 0.5);
          box-shadow: 0 0 5px rgba(124, 124, 124, 0.5);
}
@media screen and (max-width: 1024px) {
  .modal__content {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1025px) {
  .modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .modal__list {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .modal__item {
    display: table-cell;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .modal__item {
    display: block;
  }
  .modal__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.modal__head {
  position: relative;
  color: #8E2247;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.modal__text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.modal__bg {
  width: 100%;
  height: 100%;
}

.js-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.js-modal-close:before, .js-modal-close:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 7%;
  background: #8E2247;
}
.js-modal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-modal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pickup-splide .splide-wrapper {
  position: relative;
}
.pickup-splide .splide__arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .pickup-splide .splide__arrow.splide__arrow--prev {
    left: -80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pickup-splide .splide__arrow.splide__arrow--next {
    left: calc(100% + 15px);
  }
}
.pickup-splide .splide__track {
  position: relative;
  margin: 40px 0 0;
  padding: 10px 0;
}
.pickup-splide .splide__slide {
  border-radius: 10px;
  padding: 0 8px;
}

.c-pickup__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-pickup__link:hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
          filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
}

.c-pickup__imgWrap {
  border-radius: 20px;
  overflow: hidden;
}

.c-voice {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .c-voice {
    padding: 60px 0;
  }
}
.c-voice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .c-voice:before {
    width: calc(100% - 40px);
  }
}

.c-voice__list {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-voice__list {
    margin-top: 50px;
  }
}

.c-voice__item {
  padding: 20px 0;
}
.c-voice__item:nth-child(n+2) {
  border-top: 1px solid #707070;
}
.c-voice__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-voice__btn {
    text-align: right;
    margin-top: 80px;
    margin-right: 98px;
  }
}
@media screen and (max-width: 1024px) {
  .c-voice__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.c-faq {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 500px) {
  .c-faq {
    padding: 60px 0;
  }
}
.c-faq .c-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-faq .c-heading {
    margin-bottom: 40px;
  }
}

.c-faq__item {
  padding: 20px 0;
}
.c-faq__item:nth-child(n+2) {
  border-top: 1px solid #707070;
}
.c-faq__term,
.c-faq__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-faq__term:before,
.c-faq__detail:before {
  margin-top: 4px;
  margin-right: 10px;
  line-height: 1;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  font-size: 20px;
  color: #8E2247;
}
.c-faq__term .c-faq__text,
.c-faq__detail .c-faq__text {
  margin: 0;
  line-height: 1.875;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.c-faq__term:before {
  content: "Q";
}

.c-faq__detail {
  padding-top: 12px;
}
.c-faq__detail::before {
  content: "A";
}

.single-school {
  padding: 0 0 60px;
}

.single-school__title {
  margin: 0 auto;
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.single-school__sub {
  font-size: 21px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .single-school__sub {
    display: block;
    font-size: 18px;
  }
}

.mv-school {
  margin: 40px auto 0;
  background: linear-gradient(45deg, #fbf3f5 0%, #fbf3f5 50%, #fbfaf3 100%);
}

.school-splide .splide__track {
  margin: 0 auto;
  max-width: 840px;
  max-height: 540px;
}
@media screen and (max-width: 500px) {
  .school-splide .splide__track {
    max-height: 472.5px;
  }
}
.school-splide .splide__slideImg {
  height: 100%;
}
.school-splide .splide__slideImg > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.school-splide .splide__slideImg > img.mv-school__initial {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-splide .your-class-page {
  background-color: #B1B1B1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
}
@media screen and (max-width: 500px) {
  .school-splide .your-class-page {
    width: 10px;
    height: 10px;
  }
}
.school-splide .your-class-page.is-active {
  background-color: #8E2247;
  opacity: 1;
}
.school-splide .your-class-page.is-active.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.school-splide .your-class-pagination {
  bottom: -30px;
}

.edit-school__info {
  margin: 40px auto;
}

.edit-school__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .edit-school__wrap {
    display: block;
  }
}

.edit-school__title {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
}
@media screen and (max-width: 500px) {
  .edit-school__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.edit-school__sub {
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 500px) {
  .edit-school__sub {
    font-size: 18px;
  }
}

.edit-school__telWrap {
  display: block;
}
@media screen and (max-width: 1024px) {
  .edit-school__telWrap {
    margin-top: 20px;
  }
}

.edit-school__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .edit-school__tel {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .edit-school__tel {
    font-size: 28px;
  }
}
.edit-school__tel:before {
  content: "";
  background: url("../img/school/icon-tel.svg") no-repeat center/contain;
  width: 31px;
  height: 27px;
  display: block;
  margin-right: 20px;
}
.edit-school__tel .edit-school__telLink {
  border-bottom: 2px solid #8E2247;
}
.edit-school__tel .edit-school__telLink:hover {
  color: #8E2247;
}

.edit-school__telInfo {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .edit-school__telInfo {
    font-size: 18px;
  }
}

.edit-school__culList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.edit-school__culItem {
  border: 1px solid #795D01;
  color: #795D01;
  border-radius: 50px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 15px;
}

.edit-school__detail {
  margin: 30px 0;
}
.edit-school__detail .dl-row {
  font-size: 16px;
  color: #2C2C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(142, 34, 71, 0.5);
}
.edit-school__detail .dl-row dt {
  width: 120px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.edit-school__detail .dl-row dd {
  width: calc(100% - 120px);
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.edit-school__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.edit-school__snsItem:nth-child(n+2) {
  margin-left: 15px;
}

.edit-school__other {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(142, 34, 71, 0.5);
}

.edit-school__anchor {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin: 40px auto 0;
}

.edit-school__anchor > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.edit-school__anchor > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.edit-school__anchor > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.edit-school__anchor > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .edit-school__anchor {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .edit-school__anchor {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.edit-school__anchorLink {
  position: relative;
  display: block;
  background-color: #8E2247;
  color: #fff;
  border-radius: 10px;
  padding: 20px 10px 36px;
  font-size: 22px;
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .edit-school__anchorLink {
    padding: 16px 10px 36px;
    font-size: 18px;
  }
}
.edit-school__anchorLink:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/school/icon-arrow.svg") no-repeat center/contain;
  display: block;
  width: 18px;
  height: 11px;
}

.edit-school__anchorText {
  vertical-align: middle;
  height: 48px;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 500px) {
  .edit-school__anchorText {
    height: 34px;
    font-size: 18px;
    line-height: 1;
  }
}

.news-school {
  margin: 100px auto 0;
  padding: 100px 0;
  background-color: #F6E6EB;
  background-image: url("../img/common/bg01.png");
  background-repeat: repeat;
  background-size: 60px 60px;
}
@media screen and (max-width: 1024px) {
  .news-school {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .news-school {
    margin-top: 60px;
  }
}
.news-school .inner {
  position: relative;
}

.news-school__heading {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  background-color: #F8F8F8;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .news-school__heading {
    position: absolute;
    top: -130px;
    right: -20px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .news-school__heading {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
  }
}

.news-school__wrap {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .news-school__wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .news-school__wrap {
    margin: 0 auto;
    padding: 20px;
  }
}
.news-school__wrap a {
  text-decoration: underline;
}
.news-school__wrap p {
  line-height: 1.66;
}
.news-school__wrap img {
  width: auto;
  margin: 20px auto 0;
}

.news-school__text {
  text-align: center;
}

.photo-school {
  margin-top: 120px;
}
@media screen and (max-width: 500px) {
  .photo-school {
    margin-top: 60px;
  }
}

.photo-school__main {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .photo-school__main {
    margin: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .photo-school__main {
    display: block;
  }
}
.photo-school__main > img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .photo-school__main > img {
    max-width: 900px;
    max-height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-school__main > img {
    max-height: 450px;
  }
}
.photo-school__main > img {
  border-radius: 20px;
  overflow: hidden;
}

.photo-school__box {
  position: relative;
  padding: 148px 80px 120px;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .photo-school__box {
    padding: 40px 20px;
    margin-top: -20px;
  }
}

.photo-school__boxWrap {
  background-color: #F6E6EB;
  background-image: url("../img/common/bg01.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  height: 100%;
  position: absolute;
  right: 0;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .photo-school__boxWrap {
    bottom: -60px;
    height: calc(100% - 65px);
    min-height: 430px;
    border-radius: 0 0 0 40px;
    width: 110%;
  }
}
@media screen and (max-width: 1024px) {
  .photo-school__boxWrap {
    bottom: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}

.photo-school__ttl {
  font-size: 30px;
  line-height: 1.466;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #8E2247;
  margin-bottom: 20px;
}

.photo-school__text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.photo-school__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 120px;
  margin-top: 120px;
}

.photo-school__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.photo-school__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1024px) {
  .photo-school__list {
    margin-top: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .photo-school__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.photo-school__item > img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .photo-school__item > img {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-school__item > img {
    height: 250px;
  }
}
.photo-school__item .photo-school__text {
  margin-top: 20px;
}

.access-school {
  padding: 120px 0;
}
@media screen and (max-width: 500px) {
  .access-school {
    padding: 60px 0;
  }
}

.access-school__gmap {
  width: 100%;
  margin: 50px auto 25px;
}
@media screen and (max-width: 500px) {
  .access-school__gmap {
    margin: 50px auto 0;
  }
}
.access-school__gmap iframe {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .access-school__gmap iframe {
    height: 300px;
  }
}

.access-school__station {
  margin-top: 20px;
}
@media screen and (min-width: 501px) {
  .access-school__station {
    text-align: center;
  }
}

.blog-school {
  padding: 120px 0;
  border-top: 1px solid #B1B1B1;
}
@media screen and (max-width: 500px) {
  .blog-school {
    padding: 60px 0;
  }
}

.blog-school__list {
  display: -ms-grid;
  display: grid;
  gap: 60px 42px;
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .blog-school__list {
    max-width: 1128px;
    margin: 60px auto 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .blog-school__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .blog-school__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-school__item.--not {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
}

.blog-school__text {
  text-align: center;
}

.blog-school__anchor {
  display: block;
  position: relative;
  line-height: 1.75;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 501px) {
  .blog-school__anchor {
    font-size: 18px;
  }
}
.blog-school__anchor:hover {
  color: #8E2247;
}
.blog-school__anchor:hover .blog-school__imgWrap > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-school__imgWrap {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .blog-school__imgWrap {
    height: 290px;
  }
}
@media screen and (max-width: 500px) {
  .blog-school__imgWrap {
    height: 220px;
  }
}
.blog-school__imgWrap > img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-school__title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin: 20px 0 15px;
}
.blog-school__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-school__tagItem {
  margin-right: 20px;
}

.blog-school__tagLink {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .blog-school__tagLink {
    font-size: 16px;
  }
}
.blog-school__tagLink:before {
  content: "";
  background: url("../img/common/icon-tag.svg") no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.blog-school__tagLink:hover {
  color: #8E2247;
}

@media screen and (min-width: 501px) {
  .blog-school__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .blog-school__btn {
    display: block;
    margin-top: 40px;
  }
}
.blog-school__btn .c-button__wrap:nth-child(n+2) {
  margin-left: 40px;
}

.blog-curriculum {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 500px) {
  .blog-curriculum {
    padding: 60px 0;
  }
}
.blog-curriculum:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .blog-curriculum:before {
    width: calc(100% - 40px);
  }
}

.blog-curriculum__list {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .blog-curriculum__list {
    margin-top: 40px;
  }
}

.blog-curriculum__item {
  border-bottom: 1px solid rgba(142, 34, 71, 0.5);
}

.blog-curriculum__link {
  padding: 15px 0;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .blog-curriculum__link {
    font-size: 16px;
  }
}
.blog-curriculum__link:hover {
  background-color: #FBF3F5;
  color: #8E2247;
}

.blog-trial {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 500px) {
  .blog-trial {
    padding: 60px 0;
  }
}
.blog-trial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .blog-trial:before {
    width: calc(100% - 40px);
  }
}
.blog-trial__head {
  font-size: 25px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  margin: 40px 0;
}

@media screen and (min-width: 1025px) {
  .blog-trial__list {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 40px;
    height: 180px;
    margin: 60px 0 80px;
  }
  .blog-trial__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .blog-trial__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .blog-trial__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .blog-trial__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media screen and (max-width: 1024px) {
  .blog-trial__list {
    max-width: 520px;
    display: block;
    margin: 40px auto 50px;
  }
}

.blog-trial__item {
  position: relative;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #8E2247;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 1025px) {
  .blog-trial__item {
    padding: 45px 40px;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .blog-trial__item {
    padding: 26px;
  }
  .blog-trial__item:nth-child(n+2) {
    margin-top: 36px;
  }
}
.blog-trial__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .blog-trial__item:not(:last-child):after {
    top: 0;
    right: -30px;
    margin: auto 0;
    bottom: 0;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #795D01;
  }
}
@media screen and (max-width: 1024px) {
  .blog-trial__item:not(:last-child):after {
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 11.5px 0 11.5px;
    border-color: #795D01 transparent transparent transparent;
  }
}

.blog-trial__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .blog-trial__btn {
    margin-top: 80px;
    margin-right: 178px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .blog-trial__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.school-pickup {
  background-color: #F6E6EB;
  background-image: url("../img/common/bg01.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
  padding: 60px 0 80px;
}
@media screen and (min-width: 1025px) {
  .school-pickup .inner2 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .school-pickup .inner2 {
    width: 100%;
  }
}