.c-mainVisual--simple .c-mainVisual__contents .hdg__main {
  margin-right: -1em
}
.pageContent {
  position: relative
}
.pageContent__content {
  padding: 30px 0 40px
}
.pageContent__content .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 0;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "Zen Old Mincho",serif;
  font-size: 15px;
  font-weight: 500
}
.pageContent__content .categoryList__item {
  position: relative;
  padding-right: 20px
}
.pageContent__content .categoryList__item:not(:first-child) {
  padding-left: 20px
}
.pageContent__content .categoryList__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 25px;
  margin: auto;
  content: "";
  background: #b8b8b8
}
.pageContent__content .categoryList__link {
  position: relative;
  padding-bottom: 4px;
  cursor: pointer;
  transition: color .3s cubic-bezier(.39,.575,.565,1)
}
.pageContent__content .categoryList__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--color-baika-pink);
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1)
}
.pageContent__content .categoryList__link.is-active {
  color: var(--color-baika-pink)
}
.pageContent__content .categoryList__link.is-active::after {
  opacity: 1
}
.pageContent__content .categoryList:not(:has(.is-active)) .categoryList__item:first-child .categoryList__link {
  color: var(--color-baika-pink)
}
.pageContent__content .categoryList:not(:has(.is-active)) .categoryList__item:first-child .categoryList__link::after {
  opacity: 1
}
.pageContent__content .examList {
  border: 1px dotted rgba(0,0,0,.3);
  border-width: 1px 0 0
}
.pageContent__content .examList__item {
  border: inherit;
  border-width: 0 0 1px
}
.pageContent__content .examItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  align-items: center;
  padding: 15px 0
}
.pageContent__content .examItem__date {
  font-family: Roboto,sans-serif;
  font-size: 11px;
  line-height: 1;
  color: var(--color-gray)
}
.pageContent__content .examItem__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  background: var(--color-school-common);
  border-radius: 2px
}
.pageContent__content .examItem__category--highSchool {
  background-color: var(--color-high-school)
}
.pageContent__content .examItem__category--juniorHighSchool {
  background-color: var(--color-junior-high-school)
}
.pageContent__content .examItem__text {
  display: -webkit-box;
  grid-column: 1/-1;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.66;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.pageContent__content .newsList {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px 10px
}
.pageContent__content .newsItem__image {
  position: relative
}
.pageContent__content .newsItem__image .image {
  width: 100%;
  height: 102px;
  overflow: hidden;
  border-radius: 10px
}
.pageContent__content .newsItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.pageContent__content .newsItem__category {
  position: absolute;
  top: 10px;
  left: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 17px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background: var(--color-baika-pink)
}
.pageContent__content .newsItem__category::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 4px;
  height: 3px;
  clip-path: polygon(0 0,100% 0,100% 100%);
  content: "";
  background: #a40e5a
}
.pageContent__content .newsItem__category::after {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 4px;
  height: 100%;
  clip-path: polygon(0 0,100% 0,0 50%,100% 100%,0 100%);
  content: "";
  background: inherit
}
.pageContent__content .newsItem__date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 4px 1px;
  font-family: Roboto,sans-serif;
  font-size: 9px;
  line-height: 1;
  color: var(--color-gray);
  letter-spacing: 0;
  background: #fff;
  border-radius: 4px 0 0
}
.pageContent__content .newsItem__date::after,
.pageContent__content .newsItem__date::before {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%223%22%20height%3D%223%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%203H3V0C3%201.65684%201.65684%203%200%203Z%22%20fill%3D%22%23FCF1F1%22%2F%3E%3C%2Fsvg%3E") right bottom/100% 100% no-repeat
}
.pageContent__content .newsItem__date::before {
  bottom: 0;
  left: -3px
}
.pageContent__content .newsItem__date::after {
  top: -3px;
  right: 0
}
.pageContent__content .newsItem__text {
  display: -webkit-box;
  margin-top: 11px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.66;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList)) {
  position: relative;
  padding-bottom: 15px
}
.pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList))::before {
  position: absolute;
  inset: auto 25px 0;
  display: block;
  content: "";
  border-bottom: 1px dotted rgba(0,0,0,.3)
}
.pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList)) .categoryList {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(0,0,0,.3)
}
.pageContent__archive {
  padding: 30px 0;
  font-family: "Zen Old Mincho",serif;
  background: var(--color-bg)
}
.pageContent__archive .archive {
  display: flex;
  gap: 25px;
  align-items: center
}
.pageContent__archive .archive__title {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0
}
.pageContent__archive .archive__select {
  flex: 1 1 auto;
  font-size: 12px
}
@media (min-width:768px) {
  .pageContent__content {
    padding: 80px 0 50px
  }
  .pageContent__content .categoryList {
    margin-bottom: 30px;
    font-size: 18px
  }
  .pageContent__content .categoryList__item {
    padding-right: 30px
  }
  .pageContent__content .categoryList__item:not(:first-child) {
    padding-left: 30px
  }
  .pageContent__content .categoryList__link {
    padding-bottom: 3px
  }
  .pageContent__content .categoryList__link:hover {
    color: var(--color-baika-pink)
  }
  .pageContent__content .examItem {
    gap: 8px 20px;
    padding: 30px 0
  }
  .pageContent__content .examItem:hover .examItem__text {
    color: var(--color-baika-pink)
  }
  .pageContent__content .examItem__date {
    font-size: 14px
  }
  .pageContent__content .examItem__category {
    font-size: 13px
  }
  .pageContent__content .examItem__text {
    font-size: 16px;
    transition: color .3s cubic-bezier(.39,.575,.565,1);
    -webkit-line-clamp: 1
  }
  .pageContent__content .newsList {
    grid-template-columns: repeat(4,1fr);
    gap: 60px 27px
  }
  .pageContent__content .newsItem:hover .newsItem__image img {
    transform: scale(1.05)
  }
  .pageContent__content .newsItem:hover .newsItem__text {
    color: var(--color-baika-pink)
  }
  .pageContent__content .newsItem__image .image {
    height: 180px
  }
  .pageContent__content .newsItem__image img {
    transition: transform .8s cubic-bezier(.23,1,.32,1)
  }
  .pageContent__content .newsItem__category {
    top: 15px;
    min-width: 72px;
    height: 23px;
    font-size: 14px
  }
  .pageContent__content .newsItem__category::before {
    bottom: -4px;
    width: 5px;
    height: 4px
  }
  .pageContent__content .newsItem__category::after {
    right: -5px;
    width: 5px
  }
  .pageContent__content .newsItem__date {
    padding: 5px 2px 0 6px;
    font-size: 13px
  }
  .pageContent__content .newsItem__date::after,
  .pageContent__content .newsItem__date::before {
    width: 5px;
    height: 5px
  }
  .pageContent__content .newsItem__date::before {
    left: -5px
  }
  .pageContent__content .newsItem__date::after {
    top: -5px
  }
  .pageContent__content .newsItem__text {
    margin-top: 14px;
    font-size: 16px;
    transition: color .4s cubic-bezier(.23,1,.32,1)
  }
  .pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList)) {
    padding-bottom: 30px
  }
  .pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList))::before {
    inset: auto 0 0
  }
  .pageContent__content .l-container:not(:has(.newsList)):not(:has(.examList)) .categoryList {
    padding-bottom: 30px;
    margin-bottom: 30px
  }
  .pageContent__archive {
    position: absolute;
    top: 67px;
    right: 0;
    left: 0;
    padding: 0;
    pointer-events: none;
    background: 0 0
  }
  .pageContent__archive .archive {
    width: 235px;
    margin-left: auto;
    pointer-events: auto
  }
  .pageContent__archive .archive__title {
    font-size: 18px
  }
  .pageContent__archive .archive__select {
    font-size: 14px
  }
}