#archive_education {
  margin-top: 160px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  #archive_education {
    margin-top: 28.8vw;
    margin-bottom: 21.6vw;
  }
}
#archive_education .page-en {
  color: #C10032;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-en {
    font-size: 4vw;
    margin-bottom: 1.6vw;
  }
}
#archive_education .page-title {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-title {
    font-size: 5.8667vw;
  }
}
#archive_education .page-content {
  display: grid;
  grid-gap: 30px;
  margin: 40px auto 0;
  max-width: 1200px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 999px) {
  #archive_education .page-content {
    display: flex;
    flex-direction: column;
    gap: 5.333vw;
    margin-top: 9.6vw;
  }
}
#archive_education .page-content .pe-content-item {
  background: #fff;
}
#archive_education .page-content .pe-content-item-img {
  height: 214px;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-content .pe-content-item-img {
    height: 47.2vw;
  }
}
#archive_education .page-content .pe-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#archive_education .page-content .pe-content-item-content {
  padding: 20px 30px 40px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-content .pe-content-item-content {
    padding: 4.8vw 7.2vw 8vw;
  }
}
#archive_education .page-content .pe-content-item-title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-content .pe-content-item-title {
    font-size: 5.333vw;
  }
}
#archive_education .page-content .pe-content-item-text {
  font-size: 15px;
  line-height: 1.85;
  margin-top: 10px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-content .pe-content-item-text {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
#archive_education .page-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 70px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi {
    margin-top: 16vw;
    gap: 3.2vw;
  }
}
#archive_education .page-navi .prev {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .prev {
    font-size: 4.2667vw;
    gap: 3.2vw;
  }
}
#archive_education .page-navi .prev:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  margin-bottom: 2px;
  background: url("/wp-includes/images/case/i-prev.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .prev:before {
    width: 2.16vw;
    height: 2.16vw;
    margin-bottom: 0.56vw;
  }
}
#archive_education .page-navi .next {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .next {
    font-size: 4.2667vw;
    gap: 3.2vw;
  }
}
#archive_education .page-navi .next:after {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  margin-bottom: 2px;
  background: url("/wp-includes/images/case/i-next.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .next:after {
    width: 2.16vw;
    height: 2.16vw;
    margin-bottom: 0.56vw;
  }
}
#archive_education .page-navi .back {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .back {
    font-size: 4.2667vw;
  }
}
#archive_education .page-navi .line {
  width: 64px;
  height: 1px;
  background: #DCDCDC;
}
@media only screen and (max-width: 999px) {
  #archive_education .page-navi .line {
    width: 13.333vw;
  }
}

.sec-case {
  margin: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .sec-case {
    margin: 24vw 0;
  }
}

/*# sourceMappingURL=archive-education.css.map */
