.archive {
  background: #F9FAFB;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .archive {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.archive .leftbar_title {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .archive .leftbar_title {
    padding-right: 0;
    padding-left: 0;
  }
}
.archive__list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

.pager {
  padding: 24px 16px 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .pager {
    padding: 56px 0 0;
  }
}
.pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .pager__list {
    gap: 16px;
  }
}
.pager__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #455454;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #E6E7E7;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .pager__content {
    font-size: 16px;
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .pager__content:hover:not(.pager__content--current) {
    background: #E6F3E9;
  }
}
.pager__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager__content--current {
  color: #ffffff;
  background: #008223;
  border-color: #008223;
  cursor: default;
}
.pager__content--next a:before, .pager__content--prev a:before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 16px;
  height: 16px;
  background: #455454;
}
@media screen and (min-width: 768px) {
  .pager__content--next a:before, .pager__content--prev a:before {
    width: 22px;
    height: 22px;
  }
}
.pager__content--next a:before {
  transform: rotate(-90deg);
}
.pager__content--prev a:before {
  transform: rotate(90deg);
}

.narrowing {
  padding-top: 24px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .narrowing {
    padding-top: 40px;
  }
}
.narrowing__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .narrowing__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.narrowing__content {
  width: 100%;
  border-top: 1px solid #E6E7E7;
}
@media screen and (min-width: 768px) {
  .narrowing__content {
    width: unset;
    border: none;
  }
}
.narrowing__link {
  padding: 12px 8px;
  font-size: 14px;
  color: #008223;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .narrowing__link:hover {
    color: #4DA865;
  }
}
@media screen and (min-width: 768px) {
  .narrowing__link {
    padding: 0;
    font-size: 16px;
    line-height: 2;
  }
}
@media (hover: hover) {
  .narrowing__link:hover:after {
    background: #4DA865;
  }
}
.narrowing__link:after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 20px;
  background: #008223;
  transform: rotate(-90deg);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .narrowing__link:after {
    width: 24px;
    height: 24px;
  }
}
.narrowing__link--current {
  color: #001A07;
}
.narrowing__link--current:after {
  background: #001A07;
}

.error {
  padding-top: 32px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .error {
    padding-top: 46px;
  }
}
.error .english_title:before {
  content: "error";
}
.error__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 742px;
}
.error__title {
  font-size: 16px;
  color: #008223;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .error__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.error__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .error__text {
    font-size: 16px;
    text-align: center;
  }
}
.error__text:nth-last-child(2) {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .error__text:nth-last-child(2) {
    margin-bottom: 56px;
  }
}