@charset "UTF-8";

#news .bdr_dash::after {
  background-image: linear-gradient(to right, #bababa, #bababa 3px, transparent 3px, transparent 6px);
}
#news .sttl {
  padding-bottom: clamp(20px, 4.65vw, 40px);
}
/* ======================
archive
========================= */
#news .archive .news_list {
  margin-bottom: clamp(30px, 6.98vw, 50px);
}
#news .archive .news_list::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #bababa, #bababa 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#news .archive .news_list li a {
  display: flex;
  gap: 5px 42px;
  padding: 30px 75px 30px 0;
  position: relative;
}

#news .archive .news_list li a p {
  flex-shrink: 0;
}
#news .archive .news_list li a p,
#news .archive .news_list li a .newsttl {
  font-size: clamp(15px, 4.65vw, 20px);
  line-height: 1.47;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity 0.2s;
}
/* /// リスト矢印 /// */
#news .archive .news_list li a::after {
  content: "";
  width: 50px;
  height: 30px;
  border: 2px solid #eb6120;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../imgs/common/arrow_or.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
/* hover */
#news .archive .news_list li a:hover p,
#news .archive .news_list li a:hover .newsttl {
  opacity: 0.5;
}
#news .archive .news_list li a:hover::after {
  background-color: #eb6120;
  background-image: url(../imgs/common/arrow_wh.svg);
  background-position: right 10px center;
}

/* ======================
single
========================= */
#news .single {
}
#news .single .newsttl {
  font-size: clamp(17px, 4.65vw, 35px);
  padding-bottom: clamp(20px, 4.65vw, 40px);
}
#news .single .newscont {
  padding: clamp(10px, 2.33vw, 20px) 0 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
#news .single .newscont .date {
  font-size: clamp(15px, 3.95vw, 19px);
  line-height: 1.58;
  letter-spacing: 0.1em;
  margin-bottom: min(11.63vw, 60px);
}

#news .single .newscont p {
  line-height: 1.94;
  letter-spacing: 0.02em;
}
#news .single .newscont p:not(:last-child) {
  margin-bottom: 1.75em;
}
#news .single .newscont img {
  max-width: 478px;
  /*border-radius: 20px;*/
  border:1px solid #ccc;
}
/* ==== back ==== */
#news .back {
  justify-content: space-between;
}
#news .back::after {
  content: "";
  flex-shrink: 0;
  width: 7.81vw;
  max-width: 60px;
  min-width: 30px;
  height: 7.81vw;
  max-height: 60px;
  min-height: 30px;
  background: url(../imgs/common/arrow_gr.png) no-repeat center / contain;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
#news .back:hover::after {
  background: url(../imgs/common/arrow_nv.png) no-repeat center / contain;
}
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
  #news .sttl {
    margin-bottom: clamp(8px, 1.86vw, 40px);
  }
  /* ======================
	archive
	========================= */

  #news .archive .news_list li a {
    padding: clamp(7px, 1.63vw, 30px) 62px clamp(7px, 1.63vw, 30px) 0;
    flex-direction: column;
  }
  #news .archive .news_list li a::after {
    right: 0;
  }
  /* ======================
	single
	========================= */
  #news .single .newscont .date {
    letter-spacing: 0.03em;
  }
  #news .single .newscont p {
    line-height: 1.47;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 430px) {
}
