.news-archive__inner {
  width: min(100% - 3rem, 64rem);
  margin: 0 auto;
}


/* =====================
タブ
===================== */

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 4.2rem;
}

.news-tabs__item {
    min-width: 10.25rem;
    padding: .3rem 1.2rem;
    background: #f2eee9;
    color: #999;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    transition: .3s;
}

.news-tabs__item.is-active {
  background: #ef7f2d;
  color: #fff;
}


/* =====================
一覧
===================== */

.news-item {
  border-bottom: 1px solid #e2e2e2;
}

.news-item__link {
  display: grid;
  grid-template-columns: 13.5rem 1fr 1.5rem;
  gap: 1.5rem;
  padding: 1.8rem 0;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.news-item__thumb {
  width: 13.5rem;
  height: 9rem;
  background: #ddd;
}

.news-item__cat {
  display: inline-block;
  padding: .3rem .75rem;
  background: #f5e4cc;
  color: #ef7f2d;
  font-size: .9rem;
  margin-bottom: .9rem;
}

.news-item__title {
  font-size: 1.1rem!important;
  line-height: 1.8;
  margin-bottom: .6rem;
  color: #333;
}

.news-item__date {
  font-size: .9rem;
  color: #999;
}

.news-item__arrow {
  color: #ef7f2d;
  font-size: 1.2rem;
}


/* =====================
pagination
===================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  margin-top: 3.6rem;
}

.pagination__numbers {
  display: flex;
  gap: .45rem;
}

.pagination__numbers a,
.pagination__numbers span {
  width: 2.55rem;
  height: 2.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2eee9;
  font-size: 1.05rem;
}

.pagination__numbers .is-current {
  background: #ef7f2d;
  color: #fff;
}

.pagination__prev,
.pagination__next {
  font-size: 1.05rem;
  color: #666;
  text-decoration: none;
}
.news-archive-page{
	margin-bottom: 6rem;
}
@media (max-width:768px){

.news-archive__inner{
width: calc(100% - 2rem);
}

.news-tabs{
justify-content:flex-start;
overflow-x:auto;
margin-bottom:2.4rem;
}

.news-tabs__item{
   min-width: 6.5rem;
   font-size: .9rem;
}

.news-item__link{
grid-template-columns:9rem 1fr 1rem;
gap:1.05rem;
align-items:flex-start;
}

.news-item__thumb{
width:9rem;
height:6.75rem;
}

.news-item__title{
font-size:1.05rem;
}

.news-item__date{
font-size:.9rem;
}

.pagination{
gap:.9rem;
margin-top:2.4rem;
}

.pagination__numbers a,
.pagination__numbers span{
width:2.25rem;
height:2.25rem;
font-size:.9rem;
}

}
.news-item__thumb img{
	width: 100%;
	height: auto;
}

/*ニュース詳細*/
.news-single__inner {
  width: min(100% - 3rem, 63rem);
  margin: 0 auto;
  position: relative;
}

.news-single__article {
  width: 100%;
}

.news-single__header {
  margin-bottom: 1.8rem;
}

.news-single__cat {
  display: inline-block;
  margin-bottom: 1.05rem;
  padding: 0.3rem 0.75rem;
  background: #f5e4cc;
  color: #ef7f2d;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
}

.news-single__title {
  margin: 0 0 0.9rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}

.news-single__date {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #999;
}

.news-single__content {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
}

.news-single__content > *:first-child {
  margin-top: 0;
}

.news-single__content p {
  margin: 0 0 1.35rem;
}

.news-single__content figure {
  margin: 0 0 0.3rem;
}

.news-single__content img {
  display: block;
  width: 100%;
  height: auto;
}

.news-single__content a {
  color: inherit;
  text-decoration: underline;
}

.news-single__content ul,
.news-single__content ol {
  margin: 0 0 1.5rem 1.5em;
  padding: 0;
}

.news-single__content li {
  margin-bottom: 0.45rem;
}

.news-single__contact {
  position: absolute;
  top: 12rem;
  right: -11.4rem;
  width: 8.4rem;
  height: 8.4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: #222;
  z-index: 10;
}

.news-single__contact-small {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #777;
}

.news-single__contact-main {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ef7f2d;
  margin: 0.15rem 0;
}

.news-single__contact-last {
  font-size: 1.05rem;
  line-height: 1.4;
}

.pc-only {
  display: flex;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .news-single {
    padding: 2.1rem 0 4.5rem;
  }

  .news-single__inner {
    width: calc(100% - 2rem);
  }

  .news-single__header {
    margin-bottom: 1.5rem;
  }

  .news-single__cat {
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.825rem;
  }

  .news-single__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.65;
  }

  .news-single__date {
    font-size: 0.9rem;
  }

  .news-single__content {
    font-size: 1.05rem;
    line-height: 1.95;
  }

  .news-single__content p {
    margin-bottom: 1.2rem;
  }

  .news-single__content figure {
    margin-bottom: 0.3rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: flex;
  }

  .news-single__contact--sp {
    position: fixed;
    right: 1.05rem;
    bottom: 1.05rem;
    width: 6.9rem;
    height: 6.9rem;
    z-index: 100;
  }

  .news-single__contact--sp .news-single__contact-small {
    font-size: 0.6rem;
  }

  .news-single__contact--sp .news-single__contact-main {
    font-size: 0.975rem;
  }

  .news-single__contact--sp .news-single__contact-last {
    font-size: 0.825rem;
  }
}
.page-numbers{
	color: #303030;
}
.prev.page-numbers {
  position: relative;
  padding-left: 1.2rem;
}

.prev.page-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.45rem;
  height: 0.45rem;
  border-left: 2px solid #ef7f2d;
  border-bottom: 2px solid #ef7f2d;
}
.next.page-numbers {
  position: relative;
  padding-right: 1.35rem;
}

.next.page-numbers::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 0.45rem;
  height: 0.45rem;
  border-left: 0.12rem solid #ef7f2d;
  border-bottom: 0.12rem solid #ef7f2d;
}
.news-item__arrow {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.news-item__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.45rem;
  height: 0.45rem;
  border-right: 0.12rem solid #ef7f2d;
  border-bottom: 0.12rem solid #ef7f2d;
}
@media screen and (max-width: 767px) {
  .news-item__body {
    position: relative;
    padding-right: 1.5rem;
  }

  .news-item__arrow {
   /* position: absolute;*/
    right: 0;
    top: 3.2rem;
    width: 1rem;
    height: 1rem;
  }

  .news-item__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 0.42rem;
    height: 0.42rem;
    border-right: 0.12rem solid #ef7f2d;
    border-bottom: 0.12rem solid #ef7f2d;
  }
}