.mb__archive {
  padding-top: 4em;
  padding-bottom: 6em;
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
}
.mb__archive .m__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-bottom: 3em;
}
.mb__archive .m__cat-list li a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #48AC5A;
  transition: box-shadow 500ms;
  color: #040924;
  background: #fff;
  border-color: #040924;
  padding: 0.35em 1.5em;
  font-size: 0.875rem;
}
.mb__archive .m__cat-list li a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.mb__archive .m__cat-list li.current-cat a {
  color: #75788A;
  background: #EDF1F2;
  border-color: #75788A;
}
.mb__archive .p__post-list {
  border-top: #B5B5B5 1px solid;
}
.mb__archive .p__post-list li {
  list-style: none;
  border-bottom: #B5B5B5 1px solid;
}
.mb__archive .p__post-list li a {
  color: #040924;
  transition: all 500ms;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  padding: 1.5em 3em 1.5em 0;
  text-decoration: none;
}
.mb__archive .p__post-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.mb__archive .p__post-list li a::after {
  transition: all 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__archive .p__post-list li a .date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #040924;
}
.mb__archive .p__post-list li a .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.25em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #040924;
  border-radius: 10em;
  width: 8em;
}
.mb__archive .p__post-list li a .title {
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  color: #040924;
}
.mb__archive .p__post-list li a:hover {
  background: rgba(237, 241, 242, 0.5);
}
.mb__archive .p__post-list li a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__archive .p__post-list li a .title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mb__archive .p__post-list li a .date {
    width: 5.5em;
  }
  .mb__archive .p__post-list li a .title {
    flex: 1;
  }
}
.mb__archive .p__card-list > li > a {
  transition: box-shadow 500ms;
  transition: all 500ms;
  display: block;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.1);
}
.mb__archive .p__card-list > li > a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.mb__archive .p__card-list > li > a figure {
  overflow: hidden;
  width: 100%;
}
.mb__archive .p__card-list > li > a figure img {
  aspect-ratio: 305/216;
  object-fit: cover;
  transition: all 500ms;
}
.mb__archive .p__card-list > li > a .cnt {
  padding: 1em;
}
.mb__archive .p__card-list > li > a .cnt .title {
  width: 100%;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  color: #040924;
}
.mb__archive .p__card-list > li > a .cnt .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.mb__archive .p__card-list > li > a .cnt .info .date {
  display: block;
}
.mb__archive .p__card-list > li > a .cnt .info .cat {
  display: flex;
  gap: 0.5em;
  padding-left: 1em;
  border-left: 1px solid #040924;
}
.mb__archive .p__card-list > li > a:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .mb__archive .p__card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .mb__archive .p__card-list > li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .mb__archive .p__card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .mb__archive .p__card-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1080px) {
  .mb__archive .p__card-list > li {
    width: calc((100% - 60px) / 4);
  }
}
.mb__archive .m__pagenate {
  margin-top: 4em;
}