#heading .sec-title{
  margin-bottom: 70px;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #heading .sec-title{
    margin-bottom: 50px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #heading .sec-title{
    margin-bottom: 35px;
  }
  #heading .sec-inner .bg{
    top: 60px;
  }
}

/* ARCHIVE */
#news{
  padding-top: 100px;
  padding-bottom: 100px;
}
#news .sec-box {
  align-items: start;
}
#news .sec-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .sec-nav .page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 500;
}
#news .sec-nav .page-numbers.prev,
#news .sec-nav .page-numbers.next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #393939;
  font-size: 0;
}
#news .sec-nav .page-numbers.prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
#news .sec-nav .page-numbers.next {
  margin-left: 10px;
}
#news .sec-nav .page-numbers.prev::before,
#news .sec-nav .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow-black.svg") center / 50% no-repeat;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #news{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #news{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news .sec-nav .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

/* SINGLE */
#single-news .sec-inner{
  padding-top: 100px;
  padding-bottom: 130px;
}
#single-news .sec-title{
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 24px;
}
#single-news .sec-title::before{
  position: absolute;
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background: var(--c-sub);
  border-radius: 50%;
  top: .6em;
  left: 0;
}
#single-news .sec-info{
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 80px;
}
#single-news .sec-info .date {
  font-family: var(--ff-en);
  font-size: 17px;
  line-height: 1;
}
#single-news .sec-box{
  font-size: 18px;
  margin-bottom: 80px;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #single-news .sec-inner{
    padding-top: 75px;
    padding-bottom: 95px;
  }
  #single-news .sec-title{
    font-size: 33px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  #single-news .sec-title::before{
    width: 15px;
  }
  #single-news .sec-info{
    margin-bottom: 50px;
  }
  #single-news .sec-info .date {
    font-size: 16px;
  }
  #single-news .sec-box{
    margin-bottom: 50px;
  }
  #single-news .sec-text{
    font-size: 17x;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #single-news .sec-inner{
    padding-top: 50px;
    padding-bottom: 65px;
  }
  #single-news .sec-title{
    font-size: 29px;
    padding-left: 26px;
    margin-bottom: 16px;
  }
  #single-news .sec-title::before{
    width: 13px;
  }
  #single-news .sec-info .date {
    font-size: 15px;
  }
  #single-news .sec-text{
    font-size: 16px;
  }
}