img {
  width: 100%;
  height: auto;
}
a {
  cursor: pointer;
}
.scobj {}
.active {}
/*current*/
@media only screen and (min-width: 769px) {
  header .nav_wrap ul li:nth-child(2) img {
    transform: translate(-50%, 0);
  }
}
/*news*/
#news {
  width: 100%;
  background-color: #FFF;
  padding: 100px 0;
}
#news .news_wrapper {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
#news .news_inner {
  padding: 0;
}
#news .news_inner h2 {
  width: 162px;
  margin: 0 auto 100px;
  position: relative;
}
#news .news_inner h2::before {
  content: url("../img/index/news_ico01.svg");
  transition: all 0.6s cubic-bezier(.2, 1.6, .8, 1.2);
  transition-delay: 0.1s;
  width: 39%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  opacity: 0;
}
#news .news_inner h2.active::before {
  transform: translate(-100%, 0);
  opacity: 1;
}
#news .news_inner h2::after {
  content: url("../img/index/news_ico02.svg");
  transition: all 0.6s cubic-bezier(.2, 1.6, .8, 1.2);
  width: 39%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  opacity: 0;
}
#news .news_inner h2.active::after {
  transform: translate(100%, 0);
  opacity: 1;
}
#news .news_inner dl {
  width: 100%;
  display: flex;
  margin: 0 auto 30px;
}
#news .news_inner dl a {
  display: flex;
}
#news .news_inner dt {
  width: 120px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: 0 auto 0 0;
  position: relative;
}
#news .news_inner dt::after {
  content: "｜";
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  position: absolute;
  top: 0;
  right: 1em;
}
#news .news_inner dd {
  width: calc(100% - 120px);
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 0 0;
}
/*detail*/
#news .news_detail_wrapper {
  width: 90%;
  max-width: 920px;
  margin: 0 auto 80px;
}
#news .news_detail_wrapper .news_detail_txt_wrapper {
  margin-bottom: 4em;
}
#news .news_detail_wrapper .news_date {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
#news .news_detail_wrapper h1 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 500;
  color: #000;
}

/* 20250912 add */
:root {
  --kf-purple: #58267d;
  --ink: #111;
  --muted: #666;
}

#news .news_detail_wrapper h2,
#news .news_detail_wrapper h3,
#news .news_detail_wrapper h4 {
  scroll-margin-top: 96px;
}

#news .news_detail_wrapper h2 { margin: clamp(28px, 3.2vw, 48px) 0 12px; }
#news .news_detail_wrapper h3 { margin: clamp(22px, 2.4vw, 32px) 0 8px; }
#news .news_detail_wrapper h4 { margin: clamp(18px, 2vw, 24px) 0 6px; }

#news .news_detail_wrapper h2 {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  color: #111;
  margin: 2.2em 0 1em;
  line-height: 1.35;
}

#news .news_detail_wrapper h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  color: #222;
  margin: 1.8em 0 0.8em;
  line-height: 1.4;
}

#news .news_detail_wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 1.4em 0 0.6em;
  line-height: 1.4;
}

#news .news_detail_wrapper h2 + p,
#news .news_detail_wrapper h3 + p,
#news .news_detail_wrapper h4 + p {
  margin-top: .3em;
}

#news .news_detail_wrapper :is(h2,h3,h4):target {
  box-shadow: inset 0 -1.6em 0 color-mix(in oklab, var(--kf-purple) 12%, transparent);
  transition: box-shadow .9s ease-out;
}

@media (max-width: 768px) {
  #news .news_detail_wrapper h2 { border-bottom-width: 1.5px; }
  #news .news_detail_wrapper h2::before { width: 3px; }
  #news .news_detail_wrapper h3::before { width: 2.5px; }
  #news .news_detail_wrapper h4 { font-size: 15px; }
}
/* 20250912 add */

#news .news_detail_wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #contents {
    min-height: 300px;
  }
  /*news*/
  #news {
    padding: 50px 0;
  }
  #news .news_wrapper {
    width: 84%;
  }
  #news .news_inner {
    padding: 0;
  }
  #news .news_inner h2 {
    width: 95px;
    margin: 0 auto 60px;
    position: relative;
  }
  #news .news_inner h2::before {
    content: url("../img/index/news_ico01.svg");
    width: 39%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .news_inner h2::after {
    content: url("../img/index/news_ico02.svg");
    width: 39%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #news .news_inner dl {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  #news .news_inner dl a {
    display: block;
  }
  #news .news_inner dt {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    margin: 0 auto 3px;
    position: relative;
  }
  #news .news_inner dt::after {
    content: none;
  }
  #news .news_inner dd {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    margin: 0 auto;
  }
  /*detail*/
  #news .news_detail_wrapper {
    width: 90%;
    margin: 0 auto 50px;
  }
  #news .news_detail_wrapper .news_detail_txt_wrapper {
    margin-bottom: 2em;
  }
  #news .news_detail_wrapper .news_category {
    width: 90px;
    height: 19px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #news .news_detail_wrapper .news_date {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
  }
  #news .news_detail_wrapper h1 {
    font-size: 22px;
  }
  #news .news_detail_wrapper p {
    font-size: 12px;
  }
}
/*　ページャー　*/
.pnArea {
  margin-top: 80px;
  text-align: center;
}
.pnArea ul {
  display: inline-block;
}
.pnArea ul li {
  display: inline-block;
  margin: 0 20px;
}
.pnArea .btnNext, .pnArea .btnPrev {
  display: inline-block;
  padding: 0 20px;
}
.pnArea .btnNext a, .pnArea .btnPrev a {
  transform: scaleY(2);
  display: block;
  font-weight: normal;
}
.pnArea ul li p, .pnArea ul li a {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #58267d;
}
.pnArea ul li p {
  color: #fff;
  background-color: #58267d;
}
.pnArea ul li a, .pnArea .btnNext, .pnArea .btnPrev {
  color: #58267d;
}
@media only screen and (max-width: 768px) {
  .pnArea ul li {
    margin: 0 8px;
  }
  .pnArea .btnNext, .pnArea .btnPrev {
    display: inline-block;
    padding: 0 8px;
  }
  .pnArea ul li p, .pnArea ul li a {
    font-size: 13px;
    line-height: 30px;
    width: 32px;
  }
}