.news-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87.5vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 62px;
}
.news-index > li {
  width: 23.59%;
  margin: 0 0 97px 0;
}
.news-index > li.-noitem {
  margin-bottom: 0;
}
@media screen and (min-width: 1901px) {
  .news-index > li {
    width: 18.59%;
  }
}
@media screen and (max-width: 1340px) {
  .news-index > li {
    width: 31.5%;
  }
}
@media screen and (max-width: 1040px) {
  .news-index > li {
    width: 47.8%;
  }
}
@media screen and (min-width: 751px) {
  .news-index > li:hover .news-index__thumb img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.news-index__thumb {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.news-index__thumb::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.news-index__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.news-index__article {
  position: relative;
}
.news-index__date {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  color: #916774;
  margin-bottom: 15px;
}
.news-index__tag {
  position: absolute;
  right: 0;
  top: 2px;
  width: 100px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #b28d99;
  border-radius: 8px 8px;
}
.news-index__tag span {
  display: inline-block;
  padding-top: 1px;
}
.news-index__tag.tag-item {
  background: #f0d489;
}
.news-index__title {
  font-size: 1.8rem;
  line-height: 39px;
  letter-spacing: 0.12em;
  color: #916774;
}
.news-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 136px;
}
.news-pager__item {
  width: 75px;
  height: 75px;
  position: relative;
  font-size: 2.6rem;
  line-height: 75px;
  text-align: center;
  margin: 0 8px;
}
.news-pager__item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #f0d489;
}
.news-pager__item > a::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f0d489;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (min-width: 751px) {
  .news-pager__item > a:hover::after {
    width: 20%;
  }
}
.news-pager__item.-arrow {
  font-size: 0;
  line-height: 0;
}
.news-pager__item.-arrow > a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  background: #f0d489;
  display: block;
}
.news-pager__item.-arrow > a img {
  position: relative;
  left: 0;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (min-width: 751px) {
  .news-pager__item.-arrow > a:hover img {
    left: 5px;
  }
}
.news-pager__item.-current > a {
  color: #fff;
}
.news-pager__item.-current > a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  background: #f0d489;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news-pager__item.-next {
  margin-right: 125px;
}
.news-pager__item.-next > a {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news-pager__item.-prev {
  margin-left: 125px;
}
.news-pager__icon {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(2px);
      -ms-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
}
.news-pager__icon.-icon2 {
  -webkit-transform: translateY(-50%) translateX(-8px);
      -ms-transform: translateY(-50%) translateX(-8px);
          transform: translateY(-50%) translateX(-8px);
}
.news-pager__no {
  position: relative;
}
.news-single {
  width: 75vw;
  margin: 0 auto 116px;
  padding-top: 13px;
}
.news-single__head {
  margin-bottom: 68px;
}
.news-single__main {
  padding-bottom: 106px;
}
.news-single__cat {
  width: 100px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #b28d99;
  border-radius: 8px 8px;
  margin-bottom: 50px;
}
.news-single__cat span {
  display: inline-block;
  padding-top: 1px;
}
.news-single__cat.tag-item {
  background: #f0d489;
}
.news-single__title {
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 3.9rem;
  border-bottom: 2px solid #f8f7f1;
  padding-bottom: 64px;
  margin-bottom: 21px;
}
.news-single__date {
  font-size: 1.8rem;
  line-height: 50px;
  letter-spacing: 0.04em;
}
.news-single__main {
  font-size: 1.8rem;
  line-height: 3.9rem;
}
.news-single__main p {
  margin-bottom: 39px;
}
.news-single__main a {
  color: #e9c350;
  display: inline;
  word-break: break-all;
}
.news-single__main img {
  width: auto;
}
.news-single__foot {
  width: 66.25vw;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.news-single__recent {
  background: #f8f7f1;
  position: relative;
  padding: 116px 0 28px;
}
.news-single__recent > h3 {
  text-align: center;
  color: #be9066;
  margin-bottom: 96px;
}
.news-single__recent > h3 > .en {
  font-size: 6.3rem;
  line-height: 7rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.news-single__recent > h3 > .jp {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1340px) {
  .news-single__recent .news-index > li:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .news-single__recent .news-index > li:nth-of-type(3) {
    display: none;
  }
}
.news-foot__list {
  display: inline-block;
  margin: 0 auto;
}
.news-foot__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-foot__list a > .icon {
  width: 75px;
  height: 75px;
  position: relative;
  font-size: 0;
  margin-right: 30px;
}
.news-foot__list a > .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0d489;
  border-radius: 50% 50%;
}
.news-foot__list a > .icon img {
  width: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-foot__list a > .txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #f0d489;
  position: relative;
}
.news-foot__list a > .txt::after {
  content: "";
  width: 0;
  height: 3px;
  background: #f0d489;
  position: absolute;
  right: 0;
  bottom: 4px;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (min-width: 751px) {
  .news-foot__list a:hover > .txt::after {
    left: 0;
    width: 100%;
  }
}
.news-foot__pager {
  position: absolute;
  top: 0;
}
.news-foot__pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-foot__pager a > .arrow {
  width: 75px;
  height: 75px;
  position: relative;
  font-size: 0;
}
.news-foot__pager a > .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bc8991;
  border-radius: 50% 50%;
}
.news-foot__pager a > .arrow > .icon {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(2px);
      -ms-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
}
.news-foot__pager a > .arrow > .icon.-icon2 {
  -webkit-transform: translateY(-50%) translateX(-8px);
      -ms-transform: translateY(-50%) translateX(-8px);
          transform: translateY(-50%) translateX(-8px);
}
.news-foot__pager a > .txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #bc8991;
}
.news-foot__pager a img {
  position: relative;
  left: 0;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (min-width: 751px) {
  .news-foot__pager a:hover img {
    left: 5px;
  }
}
.news-foot__pager.-prev {
  left: 0;
}
.news-foot__pager.-prev a > .arrow {
  margin-right: 30px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news-foot__pager.-next {
  right: 0;
}
.news-foot__pager.-next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news-foot__pager.-next a > .arrow {
  margin-left: 30px;
}
@media screen and (max-width: 1160px) {
  .news-single__foot {
    width: 75vw;
  }
}
@media screen and (max-width: 950px) {
  .news-pager__item.-next {
    margin-right: 25px;
  }
  .news-pager__item.-prev {
    margin-left: 25px;
  }
  .news-foot__list {
    display: inline-block;
    margin: 0 auto;
  }
  .news-foot__list a {
    display: block;
  }
  .news-foot__list a > .icon {
    margin: 0 auto;
  }
  .news-foot__pager a {
    display: block;
  }
  .news-foot__pager a > .arrow {
    margin: 0 auto;
  }
  .news-foot__pager.-prev a > .arrow {
    margin-right: 0;
  }
  .news-foot__pager.-next a > .arrow {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .news-index {
    width: 89.3vw;
    padding-bottom: 9px;
  }
  .news-index > li {
    width: 100%;
    margin: 0 0 93px 0;
  }
  .news-index__thumb {
    margin-bottom: 25px;
  }
  .news-index__thumb::before {
    padding-top: 69.4%;
  }
  .news-index__article {
    width: 78.6vw;
    margin: 0 auto;
  }
  .news-index__date {
    font-size: 1.7rem;
  }
  .news-index__tag {
    right: -10px;
    top: 0px;
    width: 86px;
    height: 39px;
    font-size: 1.4rem;
  }
  .news-index__tag > span {
    padding-top: 3px;
    padding-left: 2px;
  }
  .news-index__title {
    font-size: 1.6rem;
    line-height: 31px;
  }
  .news-pager {
    margin-bottom: 52px;
  }
  .news-pager:nth-of-type(2) {
    margin: 0 auto 80px;
  }
  .news-pager__item {
    width: 53px;
    height: 53px;
    font-size: 2.2rem;
    line-height: 53px;
    margin: 0 3px;
  }
  .news-pager__item.-arrow > a::before {
    background: #b28d99;
  }
  .news-pager__item.-next {
    margin-right: 20px;
  }
  .news-pager__item.-prev {
    margin-left: 20px;
  }
  .news-pager__icon {
    width: 8px;
    -webkit-transform: translateY(-50%) translateX(1px);
        -ms-transform: translateY(-50%) translateX(1px);
            transform: translateY(-50%) translateX(1px);
  }
  .news-pager__icon.-icon2 {
    -webkit-transform: translateY(-50%) translateX(-7px);
        -ms-transform: translateY(-50%) translateX(-7px);
            transform: translateY(-50%) translateX(-7px);
  }
  .news-single {
    width: 78.66vw;
    margin: 0 auto 65px;
    padding-top: 5px;
  }
  .news-single__head {
    margin-bottom: 76px;
  }
  .news-single__main {
    padding-bottom: 71px;
  }
  .news-single__cat {
    width: 86px;
    height: 39px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
    position: relative;
    left: -10px;
  }
  .news-single__cat span {
    padding-top: 3px;
    padding-left: 2px;
  }
  .news-single__title {
    font-size: 2.3rem;
    line-height: 3.7rem;
    padding-bottom: 38px;
    margin-bottom: 21px;
  }
  .news-single__date {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .news-single__main {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .news-single__main p {
    margin-bottom: 32px;
  }
  .news-single__foot {
    width: 78.66vw;
  }
  .news-single__recent {
    padding: 81px 0 28px;
  }
  .news-single__recent > h3 {
    margin-bottom: 65px;
  }
  .news-single__recent > h3 > .en {
    font-size: 4.3rem;
    line-height: 5rem;
    margin-bottom: 1px;
  }
  .news-single__recent > h3 > .jp {
    font-size: 1.5rem;
  }
  .news-single__recent .news-index > li:nth-of-type(4) {
    display: block;
  }
  .news-single__recent .news-index > li:nth-of-type(3) {
    display: block;
  }
  .news-foot__list a > .icon {
    width: 53px;
    height: 53px;
    margin-bottom: 7px;
  }
  .news-foot__list a > .icon img {
    width: 18px;
  }
  .news-foot__list a > .txt {
    font-size: 1.6rem;
  }
  .news-foot__pager a > .arrow {
    width: 53px;
    height: 53px;
    margin-bottom: 7px;
  }
  .news-foot__pager a > .arrow > .icon {
    width: 8px;
    -webkit-transform: translateY(-50%) translateX(1px);
        -ms-transform: translateY(-50%) translateX(1px);
            transform: translateY(-50%) translateX(1px);
  }
  .news-foot__pager a > .arrow > .icon.-icon2 {
    -webkit-transform: translateY(-50%) translateX(-7px);
        -ms-transform: translateY(-50%) translateX(-7px);
            transform: translateY(-50%) translateX(-7px);
  }
  .news-foot__pager a > .txt {
    font-size: 1.6rem;
  }
}