body {
  font-family: Roboto, sans-serif;
  color: #272727;
  font-weight: 300;
}
.pa-section-ttl {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #886900;
  text-transform: uppercase;
}
.pa-inner {
  max-width: calc(62.5rem + 40px);
  padding: 0 20px;
  margin: auto;
}
.pa-fv {
  position: relative;
  background: 0 0;
}
.pa-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 3.5rem);
  height: 100%;
  background: #f5f3ed;
}
.pa-fv__container {
  position: relative;
}
.pa-fv__top {
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
}
.pa-fv__ttl {
  margin-bottom: 0;
}
.pa-fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
  gap: 1.0625rem;
}
.pa-news {
  position: relative;
  margin-top: -190px;
  margin-top: -11.875rem;
  margin-bottom: 183px;
  margin-bottom: 11.4375rem;
}
.news__container {
  position: relative;
  z-index: 2;
}
.news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 21px 9.4%;
  margin-bottom: 93px;
  margin-bottom: 5.8125rem;
}
.news__content {
  margin-top: 26px;
  margin-top: 1.625rem;
}
.news__content:first-child {
  margin-top: 0;
}
.news__content:nth-child(3n) {
  margin-top: 52px;
  margin-top: 3.25rem;
}
.news__content:nth-child(3n + 4) {
  margin-top: 0;
}
.news__more {
  margin: auto;
}
.news-c {
  width: 27%;
}
.news-c__img {
  aspect-ratio: 1;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.news-c__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover; 
    object-fit: cover; 
    -webkit-object-fit: cover; 
    -moz-object-fit: cover; 
    -ms-object-fit: cover; 
  }
.news-c__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.news-c__date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #272727;
  font-weight: 300;
}
.news-c__ttl {
  margin-left: auto;
  color: #886900;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.news-c__text {
  font-size: 16px;
  font-size: 1rem;
  color: #272727;
}
.pesher {
  margin: 0 auto;
  text-align: center;
}
.pesher__content {
  display: inline-block;
  position: relative;
  padding: 0 39px;
  padding: 0 2.4375rem;
}
.pesher__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  gap: 0.625rem 1.25rem;
  margin: 0 auto;
}
.pesher__item {
  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;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  border-radius: 2.25rem;
  border: 1px solid #886900;
  color: #886900;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pesher__item span {
  display: block;
  line-height: 1;
}
.pesher__item:hover {
  background: #886900;
  color: #fff;
}
.pesher__item.active {
  background: #886900;
  color: #fff;
}
.pesher__arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
}
.pesher__arrow.left {
  left: 0;
  border-top: 1px solid #886900;
  border-left: 1px solid #886900;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.pesher__arrow.right {
  right: 0;
  border-top: 1px solid #886900;
  border-right: 1px solid #886900;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.page-news .footer__cover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pa-section-ttl {
    font-size: 2.625rem;
  }
  .pa-fv {
    background: 0 0;
  }
  .pa-fv::before {
    width: calc(100% - 2.5rem);
  }
  .pa-fv__container {
    padding: 4.6875rem 0 12.5rem;
  }
  .pa-fv__ttl {
    margin-bottom: 1.25rem;
  }
  .pa-fv__btn {
    margin: 0 auto;
    max-width: 17.625rem;
    gap: 0.9375rem 3.9%;
  }
  .pa-news {
    margin-top: -11.1875rem;
    margin-bottom: 6.1875rem;
  }
  .news__container {
    max-width: 16.9375rem;
    margin: 0 auto;
  }
  .news__contents {
    gap: 3.75rem 0;
    max-width: 16.9375rem;
    margin: 0 auto 5.625rem;
  }
  .news-c__img {
    margin-bottom: 0.625rem;
  }
  .pesher__content {
    max-width: 17.6875rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .news__content {
    margin-top: 0;
  }
  .news__content:nth-child(3n) {
    margin-top: 0;
  }
  .news-c {
    width: 100%;
  }
}
