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% - 2.75rem);
  height: 100%;
  background: #f5f3ed;
}
.pa-fv__container {
  padding: 155px 0 96px;
  padding: 9.6875rem 0 6rem;
}
.pa-fv__top {
  position: relative;
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
  margin: 0 auto;
}
.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-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 0 22px 69px;
  padding: 0 1.375rem 4.3125rem;
}
.pa-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 2.75rem);
  height: 100%;
  background: #f5f3ed;
}
.news__container {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 45px 45px 173px;
  padding: 2.8125rem 2.8125rem 10.8125rem;
  margin-bottom: 69px;
  margin-bottom: 4.3125rem;
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__more {
  margin: auto;
}
.news-c {
  margin-bottom: 57px;
  margin-bottom: 3.5625rem;
}
.news-c__img {
  width: 50%;
  margin: 0 45px 0 0;
  margin: 0 2.8125rem 0 0;
  position: relative;
}
/* .news-c__img::before {
  content: "";
  display: block;
  padding-top: 74.7252%;
} */
.news-c__img img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
}
.news-c__box {
  width: 50%;
  width: calc(50% - 45px);
}
.news-c h1 {
  margin-left: auto;
  color: #272727;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.news-c__info {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
.news-c__name {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #886900;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.news-c__date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #272727;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.news-b h2 {
  max-width: 855px;
  max-width: 53.4375rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
}
.news-b h3 {
  max-width: 855px;
  max-width: 53.4375rem;
  margin-bottom: 66px;
  margin-bottom: 4.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
}
.news-b p {
  max-width: 780px;
  max-width: 48.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.news-b p span {
  font-size: 10px;
  font-size: 0.625rem;
}
.back {
  position: relative;
  max-width: 225px;
  max-width: 14.0625rem;
  margin: 0 auto;
  padding: 0 42px;
  padding: 0 2.625rem;
}
.back .more {
  max-width: 145px;
  max-width: 9.0625rem;
  width: 100%;
  margin: 0 auto;
  background: #886900;
  color: #fff;
}
.back__arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
}
.back__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);
}
.back__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-detail .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 2.5625rem;
  }
  .pa-fv__ttl {
    margin-bottom: 0;
  }
  .pa-fv__btn {
    margin: 0 auto;
    max-width: 17.625rem;
    gap: 0.9375rem 3.9%;
  }
  .pa-news {
    padding: 0;
    padding: 0 0 5.5625rem;
    margin-bottom: 1.25rem;
  }
  .pa-news::before {
    width: calc(100% - 2.5rem);
    z-index: 0;
  }
  .news__container {
    padding: 0;
    margin: 0 0.4375rem 4.75rem;
  }
  .news__content {
    margin-top: 0;
  }
  .news-c {
    margin-bottom: 0;
  }
  .news-c__img {
    width: 100%;
    margin: 0;
  }
  .news-c__box {
    width: 100%;
    padding: 2.5625rem 1.25rem 3.5625rem;
    background: #fff;
  }
  .news-b {
    padding: 0 1.25rem 6.3125rem;
    background: #fff;
  }
}
