a.page-numbers,
span.page-numbers {
  border-radius: 0;
}

.recent-posts-list {
  margin: 0;
}

.archive-meta {
  text-align: right;
  font-size: 12px;
  color: #888;
}

.archive-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.archive-nav-btn {
  border: solid 1px #EEEEEE;
  padding: 1em;
  display: flex;
  align-items: center;
  position: relative;
  width: 49%;
}

.archive-nav-btn::before {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive-nav a {
  color: inherit;
}

/* ------------------------
 */
.teacher-list li {
  background: #FFF;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .teacher-list li {
    margin-bottom: 20px;
  }
}


.teacher-list .-fig {
  width: 97%;
  margin: auto;
}

.a-teacher .teacher-list .-fig img {
  aspect-ratio: 1/1;
  object-fit: cover;
}



.teacher-list .-cnt {
  text-align: center;
  margin-top: 5px;
}

.teacher-list .-catch {
  font-size: 12px;
}

.teacher-list .-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

/* ------------------------------------------------
 */

.bg-student {
  background: var(--bg-student);
}

.student-list {
  margin-bottom: 60px;
}

.student-list-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.type-student .student-list-flex {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
  border-bottom: solid 1px #eee;
}

.student-list .-cnt {
  flex-grow: 1;
}

.student-list .-cnt> :not(:last-child) {
  margin-bottom: .5em;
}

.student-list .-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.student-list .-summary {
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .student-list .-fig {
    max-width: 140px;
    flex: 0 0 140px;
    margin-right: 20px;
  }

}

@media screen and (max-width: 767px) {

  .type-student .student-list-flex {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 5px;
    align-items: center;
  }

  .student-list li {
    padding: 0;
    border-bottom: solid 1px #eee;
  }

  .student-list li:last-child {
    margin-bottom: -2em;
  }

  .student-list .-fig {
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 15px;
  }

  .student-list .-summary {
    margin-top: 1em;
    margin-bottom: 24px;
  }
}

/* ------------------------------------------------
 */

.course-bg {
  background: var(--bg-course);
}


.course-list .entry-title {
  font-weight: bold;
  font-size: min(1.2vw, 14px);
}

@media screen and (max-width: 767px) {
  .course-list .entry-title {
    font-size: min(4vw, 14px);
  }
}

.course-list {
  display: grid;
  gap: 32px 20px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .course-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 15px;
  }
}

.course-list .-cnt {
  background: #fff;
  box-shadow: var(--box-shadow);
  padding: 8px;
  font-size: 14px;
}

.course-list .-fig {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFF;
  overflow: hidden;
}

.course-list .-fig img {
  aspect-ratio: 220/147;
  object-fit: cover;
  transition: 1s all;
}

.course-list .-fig img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.course-list a:hover {
  opacity: 1;
}

/* .course-list.-top .-cnt {
  padding: 10px;
  background: url(../images/icon-turning.png) no-repeat right 8px bottom 8px;
  background-size: 16px;
} */

.course-list.-detail dl {
  text-align: left;
  background: #fff;
  box-shadow: var(--box-shadow);
  padding: 8px;
}

.course-list.-detail dt {
  position: relative;
}

.course-list.-detail .arrow {
  position: relative;
  padding-right: 1.5em;
}


.course-list.-detail .arrow::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  background: url(../images/arrow-r.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
}

.course-list.-a dd {
  font-weight: normal;
  margin-bottom: 0;
  /* height: 3em;
  overflow-y: hidden; */
}

@media screen and (min-width: 768px) {
  .course-list.-a dt {
    font-size: 14px;
  }

  .course-list.-a dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .course-list.-a dt {
    font-size: 14px;
  }

  .course-list.-a dd {
    font-size: 12px;
  }
}

/* ------------------------------------------------
 */
.course-img-list li {
  color: #FFF;
  background-size: cover;
}

.course-img-list.img-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .course-img-list.img-list li a {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .course-img-list.img-list li a {
    height: 160px;
  }
}

/* ------------------------------------------------
 */

.entries .entry {
  margin-bottom: 0;
}

.post-list a {
  /* background: #FFF; */
}

.post-list .pctb-figcnt {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px var(--post-color);
  margin-bottom: 16px;
}

.post-list .-fig img {
  width: 100%;
  height: auto;
  aspect-ratio: 220/148;
  object-fit: cover;
}

/* .post-list .-cnt {
 margin-right: 20px;
} */

.post-list .-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-list .-meta>* {
  margin-right: 1em;
}

.post-list .-published {
  color: #BDB3A7;
  text-align: center;
  font-size: 12px;
}

.post-list .-terms {
  /* width: 7em; */
}

.post-list .-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-right: 2em;
  position: relative;
  display: flex;
}

@media screen and (max-width: 767px) {
.post-list .-title {
  font-size: 14px;
}
}

.post-list .-title::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-r03.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post-list .entry-term {
  padding: .25em 1em;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 1em;
  background: var(--sub-color);
  color: #fff;
}

.-post-type-post .post-list .entry-term {
  padding: .25em 1em;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 1em;
  border: solid 1px var(--accent-color);
  color: var(--accent-color);
  background: #fff;
}


.post-list .-summary p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .post-list a {
    display: flex;
  }

  .post-list .-fig {
    flex: 0 0 220px;
  }

  .post-list .-cnt {
    flex-grow: 1;
  }

  .post-list .entry-term {
    line-height: 1.5;
    /* padding: .25em; */
  }
}

@media screen and (max-width: 767px) {
  /* .post-list .-fig {
    margin-bottom: 0;
    width: 40%;
  } */

  .post-list .-cnt {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }



  .post-list .-summary p {
    margin: 0;
  }

  .post-list .entry-term {
    line-height: 1.25;
  }
}

/* ------------------------------------------------
   最新の投稿
*/
.post-list.-recent {
  margin-top: 30px;
  border-spacing: 0 .5em;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.post-list.-recent .-line {
  font-size: 16px;
  position: relative;
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.post-list.-recent .-line::after {
  position: absolute;
  content: "";
  background-color: var(--post-color);
  width: 1px;
  height: 20px;
  right: -25px;
}

.post-list.-recent li:not(:last-child) {
  margin-bottom: 15px;
}

.post-list.-recent li {
  display: flex;
  align-items: center;
  position: relative;
}

.post-list.-recent li::before {
  position: absolute;
  content: "";
  right: 0;
  width: 16px;
  height: 16px;

  background-image: url("../images/arrow-r03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.post-list.-recent .-published {
  /* width: 7em; */
}

.post-list.-recent li>a {
  width: 100%;
  border-bottom: solid 1px var(--post-color);
}

@media screen and (min-width: 768px) {


  .post-list.-recent .-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .post-list.-recent .-publised {
    padding-right: 0;
  }

  .post-list.-recent .-title {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  /* .post-list.-recent li>a {
    padding: 10px;
  } */

  .post-list.-recent .-cell {
    display: block;
  }

  .post-list.-recent .-published {
    text-align: left;
  }

  .post-list.-recent .-title {
    width: 85%;
  }
}

/* ------------------------------------------------
 */
.scroll-parent .blog-list {
  padding: 2px;
}

.blog-list {
  margin-bottom: 40px;
}

/* .blog-list li {
  border: solid 1px #eee;
} */

.blog-list a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-list .-fig img {
  width: 100%;
  height: auto;
  aspect-ratio: 262/175;
  object-fit: cover;
}

.blog-list .-cnt {
  line-height: 1.8;
}

.blog-list .-cnt> :not(:last-child) {
  margin-top: .5em;
}

.blog-list .-terms,
.blog-list .-published {
  font-size: 12px;
}

.blog-list .-published {
  color: var(--date-color);
  display: block;
}

.blog-list .-terms {
  margin-right: 0;
}

.blog-list .entry-term {
  display: inline-block;
  background: var(--sub-color);
  color: #fff;
  border-radius: .9em;
  padding: 0 .75em;
}

.blog-list .-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.blog-list .-author {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.blog-list .-author-fig {
  display: inlin-block;
  margin-right: .5em;
}

.blog-list .-author-fig img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .blog-list> :not(:last-child) {
    margin-bottom: 20px;
  }
}



.blog-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}


.blog-slider li {
  margin: 0 1em;
}



/* ------------------------------------------------
 */
.scroll-parent .column-list {
  padding: 2px;
}

.column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
.column-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
}


.column-list a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.column-list .-fig img {
  width: 100%;
  height: auto;
  aspect-ratio: 262/175;
  object-fit: cover;
}

.column-list .-cnt {
  line-height: 1.8;
}

.column-list .-cnt> :not(:last-child) {
  margin-top: .5em;
}

.column-list .-terms,
.column-list .-published {
  font-size: 12px;
}

.column-list .-published {
  color: var(--date-color);
  display: block;
}

.column-list .-terms {
  margin-right: 0;
}

.column-list .entry-term {
  display: inline-block;
  background: var(--sub-color);
  color: #fff;
  border-radius: .9em;
  padding: 0 .75em;
}

.column-list .-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.column-list .-author {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.column-list .-author-fig {
  display: inlin-block;
  margin-right: .5em;
}

.column-list .-author-fig img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  vertical-align: middle;
}





.blog-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}


.blog-slider li {
  margin: 0 1em;
}



/* ------------------------------------------------
   ページネーション
*/
ul.page-numbers {
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 20px;
  margin-top: 40px;
  justify-content: center;
}

a.page-numbers:hover {
  opacity: .7;
}

a.page-numbers,
span.page-numbers {
  color: var(--sub-color);
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #FFF;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 50%;
}

.page-numbers.current {
  background: var(--sub-color);
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  background: inherit;
  border: 0;
  border: 1px solid var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.-post-type-post a.page-numbers,
.-post-type-post span.page-numbers {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.-post-type-post .page-numbers.current {
  background: var(--accent-color);
  color: #fff;
}

.-post-type-post .page-numbers.next,
.-post-type-post .page-numbers.prev {
  border: 1px solid var(--accent-color);
}