@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .archive-knowledge {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge {
    padding: 50px 0 100px;
  }
}
.archive-knowledge ul.page-numbers {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-knowledge ul.page-numbers li {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-knowledge ul.page-numbers .prev {
  width: 6px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
  background-color: #1E8B5D;
}
.archive-knowledge ul.page-numbers .next {
  width: 6px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
  background-color: #1E8B5D;
}
.archive-knowledge ul.page-numbers .current {
  position: relative;
  z-index: 0;
  color: #fff;
}
.archive-knowledge ul.page-numbers .current:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1E8B5D;
}

.archive-knowledge__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.archive-knowledge__categoryGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-knowledge__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 1px solid #1E8B5D;
  border-radius: 2px;
}
.archive-knowledge__category.is-active {
  pointer-events: none;
  color: #fff;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .archive-knowledge__category {
    min-width: 200px;
    height: 60px;
    padding: 22px;
    margin: 0 20px 20px 0;
  }
  .archive-knowledge__category:hover {
    background-color: rgba(30, 139, 93, 0.1);
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__category {
    width: 49%;
    padding: 15px;
    font-size: 15px;
  }
  .archive-knowledge__category:nth-child(2n) {
    margin-left: 2%;
  }
  .archive-knowledge__category:nth-child(n+3) {
    margin-top: 10px;
  }
}

.archive-knowledge__tagGroup {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-knowledge__tagGroup.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .archive-knowledge__tagGroup {
    margin-top: 20px;
  }
}

.archive-knowledge__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  background-color: #F1FCE7;
}
.archive-knowledge__tag.is-active {
  pointer-events: none;
  color: #fff;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .archive-knowledge__tag {
    min-width: 104px;
    margin: 0 20px 20px 0;
    padding: 10px 20px;
  }
  .archive-knowledge__tag:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__tag {
    min-width: 74px;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    font-size: 14px;
  }
}

.archive-knowledge__result {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .archive-knowledge__result {
    margin: 30px 0 0 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__result {
    margin: 20px 0 0 10px;
    font-size: 18px;
  }
}

.archive-knowledge__list {
  margin-top: 20px;
}

.archive-knowledge__item {
  border-top: 1px solid #1E8B5D;
}
.archive-knowledge__item:last-child {
  border-bottom: 1px solid #1E8B5D;
}

.archive-knowledge__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.archive-knowledge__anchor:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .archive-knowledge__anchor {
    padding: 40px 20px 40px 40px;
  }
  .archive-knowledge__anchor:before {
    top: 46px;
  }
  .archive-knowledge__anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__anchor {
    padding: 20px 10px 20px 40px;
  }
  .archive-knowledge__anchor:before {
    top: 30px;
  }
}

@media screen and (min-width: 961px) {
  .archive-knowledge__description {
    width: calc(97% - 190px);
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__description {
    margin-top: 10px;
  }
}

.archive-knowledge__title {
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 961px) {
  .archive-knowledge__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .archive-knowledge__text {
    margin-top: 15px;
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .archive-knowledge__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }
}