body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #232221 !important;
}

.ec-breadcrumb {
  margin: 15px 0 0;
}
.ec-breadcrumb__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.ec-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.35em;
}
.ec-breadcrumb__item a {
  text-decoration: none;
  color: #787a7a;
}
.ec-breadcrumb__item span {
  margin: 0 5px;
  color: #232221;
}
.ec-breadcrumb__item p {
  color: #232221;
}

.ec-banner {
  padding: 80px 0;
  background: url("../img/top/policy-banner.jpg") no-repeat center center/cover;
  position: relative;
}
.ec-banner__inner {
  position: relative;
  z-index: 1;
}
.ec-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 135, 145, 0.1);
  z-index: 0;
}
.ec-banner__title {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.35em;
  font-family: "ElzaText", sans-serif;
}

.page-policy__desc {
  margin: 40px 0 95px;
}
.page-policy__desc-text {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.page-policy__desc-text.desc-top {
  margin-bottom: 30px;
}

.achievement-menu {
  padding: 45px 0 100px;
}
.achievement-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 50px 30px;
}
.achievement-card {
  display: flex;
  flex-direction: column;
}
.achievement-card__img {
  width: 100%;
  max-height: 190px;
}
.achievement-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievement-card__time {
  margin: 12px 0 10px;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 2;
}
.achievement-card__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 25px;
}
.pagination .page {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pagination .page .active {
  color: #afb4b6;
  position: relative;
}
.pagination .page .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #afb4b6;
}
.pagination .next i,
.pagination .previous i {
  color: #afb4b6;
  font-size: 12px;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .previous {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .achievement-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .achievement-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=quan.css.map */
