@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : news.css                                  */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
/* ===== NAVIGATION PLACEHOLDER ===== */
.news.bg {
  padding: 0 0 200px;
  background: #EFF6F8;
}

#page-news {
  /* ===== MAIN WRAPPER ===== */
}
#page-news .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 104px;
}
#page-news .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 127px;
  width: 100%;
}
#page-news {
  /* ===== FILTER + ARTICLE SECTION ===== */
}
#page-news .filter-article-section {
  margin-top: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news {
  /* ===== FILTER PANEL ===== */
}
#page-news .filter-box-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .blue-top-bar {
  width: 100%;
  height: 6px;
  background-color: #3BA6EA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .filter-card {
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.16);
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .filter-groups {
  margin-top: 30px;
}
#page-news {
  /* Filter header row (絞り込み条件) */
}
#page-news .filter-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#page-news .filter-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#page-news .filter-chevron {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-news .filter-card.is-open .filter-chevron {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#page-news .filter-body {
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  will-change: height;
}
#page-news .filter-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #000000;
}
#page-news {
  /* Gradient separator line */
}
#page-news .gradient-separator {
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news {
  /* Filter section group */
}
#page-news .filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .section-label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#page-news .section-dot {
  width: 12px;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .section-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news {
  /* Tags row */
}
#page-news .tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#page-news .filter-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#page-news {
  /* Filter tag (checkbox label) */
}
#page-news .filter-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 23px 0 10px;
  border-radius: 100px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 750px) {
  #page-news .filter-tag:hover {
    border-color: #3BA6EA;
  }
  #page-news .filter-tag:hover .filter-circle {
    border-color: #3BA6EA;
  }
}
#page-news .filter-tag input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
#page-news {
  /* 円形インジケーター（非アクティブ：白地 + グレー枠） */
}
#page-news .filter-circle {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-news .filter-tag span {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #3A3A3A;
  position: relative;
  z-index: 1;
}
#page-news {
  /* 京セラのみ左右対称 padding（Figma: layout_0GQYCA） */
}
#page-news .filter-tag-company {
  padding: 0 24px;
}
#page-news {
  /* チェック状態 — アクティブタグ: border-radius 40px + グラデーション枠 */
}
#page-news .filter-tag:has(input:checked) {
  border-color: transparent;
  border-radius: 40px;
}
#page-news .filter-tag:has(input:checked)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
#page-news {
  /* アクティブ時：円をグラデーション塗りつぶし + 白チェックマーク */
}
#page-news .filter-tag:has(input:checked) .filter-circle {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(43, 156, 229)), to(rgb(27, 226, 211)));
  background: linear-gradient(0deg, rgb(43, 156, 229) 0%, rgb(27, 226, 211) 100%);
  border: none;
}
#page-news .filter-tag:has(input:checked) .filter-circle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}
#page-news .filter-tag:has(input:checked) span {
  color: #000000;
}
#page-news {
  /* Button row */
}
#page-news .button-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px;
}
#page-news .btn-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  width: 230px;
  height: 52px;
  border-radius: 40px;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 750px) {
  #page-news .btn-clear:hover {
    opacity: 0.5;
  }
}
#page-news .btn-clear::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
#page-news .btn-clear span {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #000000;
  position: relative;
  z-index: 1;
}
#page-news .btn-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  width: 230px;
  height: 52px;
  border-radius: 40px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 750px) {
  #page-news .btn-filter:hover {
    opacity: 0.5;
  }
}
#page-news .btn-filter span {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
#page-news {
  /* ===== ARTICLE SECTION ===== */
}
#page-news .article-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
#page-news .article-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .article-count-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
}
#page-news .article-count-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
}
#page-news .article-count-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news {
  /* Article list */
}
#page-news .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#page-news .article-separator {
  height: 1px;
  background-color: #3BA6EA;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 40px;
}
#page-news .article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0 12px;
  cursor: pointer;
}
#page-news .article-meta-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
#page-news .article-date-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .article-date {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #000000;
  white-space: nowrap;
}
#page-news .category-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 13px;
  border: 1px solid #3BA6EA;
  border-radius: 100px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.05em;
  color: #000000;
  white-space: nowrap;
}
#page-news .article-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-box-flex: 0.97;
      -ms-flex: 0.97;
          flex: 0.97;
  min-width: 0;
}
#page-news {
  /* 折りたたみ記事タイトル = PC_H5 (Figma: fontWeight 700, fontSize 20px) */
}
#page-news .article-title-normal {
  font-size: 20px;
  font-weight: 700;
}
#page-news .chevron {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news {
  /* ===== EXPANDED ARTICLE DETAIL ===== */
}
#page-news .article-expanded-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 52px;
  padding: 0 72px 0 238px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  will-change: height;
}
#page-news .chevron {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .article-item.is-open .chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-news .article-item.is-open .article-expanded-detail {
  padding-bottom: 40px;
}
#page-news .article-expanded-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 32px;
}
#page-news .article-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .article-content-body strong {
  font-weight: 700;
}
#page-news .article-content-body a {
  color: #428AC9;
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  #page-news .article-content-body a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
#page-news {
  /* Summary block */
}
#page-news .summary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
#page-news .summary-accent-bar {
  width: 5px;
  background-color: #3BA6EA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 110px;
}
#page-news .summary-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 5px solid #3BA6EA;
}
#page-news .summary-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news {
  /* Body text */
}
#page-news .body-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#page-news .body-text ul {
  padding-left: 1em;
  list-style: revert;
}
#page-news .body-text ul ul {
  list-style-type: disc;
}
#page-news .body-text ol {
  padding-left: 2em;
  list-style: revert;
}
#page-news {
  /* H5 section */
}
#page-news .h5-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}
#page-news h3.wp-block-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #3BA6EA;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news {
  /* Lists */
}
#page-news .body-list {
  width: 100%;
  padding-left: 24px;
}
#page-news .body-list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news {
  /* Annotation */
}
#page-news .annotation-text {
  padding-left: 1.5em;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
}
#page-news .annotation-text::before {
  content: "※";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
#page-news {
  /* Contact box */
}
#page-news .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  padding: 20px;
  width: 100%;
  background: #FFFFFF;
}
#page-news .contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#page-news .contact-icon {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .contact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #000000;
}
#page-news .contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
}
#page-news .contact-link {
  color: #428AC9;
  text-decoration: underline;
}
#page-news {
  /* Close button */
}
#page-news .btn-close-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
  width: 280px;
  height: 68px;
  border-radius: 40px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(27, 226, 211)), to(rgb(43, 156, 229)));
  background: linear-gradient(270deg, rgb(27, 226, 211) 0%, rgb(43, 156, 229) 100%);
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 750px) {
  #page-news .btn-close-detail:hover {
    opacity: 0.5;
  }
}
#page-news .btn-close-detail span {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
#page-news {
  /* ===== PAGINATION ===== */
}
#page-news .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#page-news .pagination-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #FFFFFF;
  border: 1px solid #3BA6EA;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page-news .page-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #3A3A3A;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .page-num-active {
  background: #3BA6EA;
  border-color: #3BA6EA;
  color: #FFFFFF;
}
#page-news .pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
#page-news .pagination-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-news .no-posts {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.94;
  color: #000000;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .news.bg {
    padding: 0 0 120px;
  }
  #page-news .page-ttl {
    width: 161px;
    margin-inline: auto;
  }
  #page-news .nav-placeholder {
    height: 60px;
  }
  #page-news .main-wrapper {
    gap: 48px;
  }
  #page-news .content-inner {
    gap: 48px;
  }
  #page-news .filter-article-section {
    margin-top: 68px;
    gap: 70px;
  }
  #page-news {
    /* ---- フィルターパネル ---- */
  }
  #page-news .filter-card {
    padding: 17px 20px 20px;
    gap: 20px;
  }
  #page-news .filter-title {
    font-size: 18px;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
  #page-news .gradient-separator {
    height: 1px;
  }
  #page-news .filter-groups {
    margin-top: 19px;
  }
  #page-news .filter-chevron {
    width: 32px;
  }
  #page-news .section-label {
    font-size: 15px;
    line-height: 26px;
  }
  #page-news .filter-list {
    margin-top: 24px;
    gap: 24px;
  }
  #page-news .filter-circle {
    width: 20px;
    height: 20px;
  }
  #page-news .filter-tag {
    padding: 9px 13px 9px 10px;
    gap: 5px;
  }
  #page-news .filter-tag span {
    font-size: 15px;
    line-height: 1.3;
  }
  #page-news .button-row {
    margin-top: 40px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 20px;
  }
  #page-news .btn-clear,
  #page-news .btn-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 48px;
  }
  #page-news .btn-clear span,
  #page-news .btn-filter span {
    font-size: 16px;
    line-height: 1.4;
  }
  #page-news .article-count-header {
    gap: 3px;
  }
  #page-news {
    /* ---- 記事リスト ---- */
  }
  #page-news .article-count-number {
    font-size: 20px;
  }
  #page-news .article-count-text {
    font-size: 15px;
    line-height: 28px;
  }
  #page-news .article-list {
    width: 100%;
  }
  #page-news .article-item {
    gap: 32px;
  }
  #page-news .article-row {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  #page-news {
    /* 日付・バッジ・タイトルを縦積み */
  }
  #page-news .article-meta-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  #page-news .article-date-badge {
    height: auto;
    gap: 10px;
  }
  #page-news .article-date {
    font-size: 16px;
  }
  #page-news .category-badge {
    font-size: 13px;
    padding: 1px 12px;
    line-height: 24px;
  }
  #page-news .article-title {
    width: 97%;
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.75;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #page-news .chevron {
    width: 32px;
    height: 32px;
    margin-top: 10px;
  }
  #page-news {
    /* ---- 展開コンテンツ ---- */
  }
  #page-news .article-expanded-detail {
    padding: 0;
    gap: 40px;
  }
  #page-news .article-expanded-inner {
    gap: 16px;
  }
  #page-news .article-content-body {
    gap: 20px;
  }
  #page-news .summary-text,
  #page-news .body-text {
    font-size: 15px;
    line-height: 1.75;
  }
  #page-news h3.wp-block-heading {
    font-size: 16px;
    line-height: 1.6;
  }
  #page-news .body-list li {
    font-size: 15px;
    line-height: 28px;
  }
  #page-news .annotation-text {
    font-size: 14px;
    line-height: 26px;
  }
  #page-news .contact-header {
    gap: 4px;
  }
  #page-news .contact-icon {
    width: 24px;
    height: 24px;
  }
  #page-news .contact-title {
    font-size: 15px;
    line-height: 1.75;
  }
  #page-news .contact-text {
    font-size: 13px;
    line-height: 1.75;
  }
  #page-news .btn-close-detail {
    width: 230px;
    height: 48px;
    margin-inline: auto;
    gap: 12px;
  }
  #page-news .btn-close-detail span {
    font-size: 18px;
  }
  #page-news {
    /* ---- ページネーション ---- */
  }
  #page-news .pagination {
    gap: 8px;
  }
  #page-news .pagination-arrow {
    width: 44px;
    height: 44px;
  }
  #page-news .pagination-numbers {
    gap: 6px;
  }
  #page-news .page-num {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  #page-news .body-text ul {
    padding-left: 1.4em;
  }
  #page-news .body-text ol {
    padding-left: 1.8em;
  }
  #page-news .no-posts {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.75;
  }
}
/* -------------------sp END------------------------------- */