/*===========================================================================*/
/*  インサイト 共通  */
/*===========================================================================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-insight {
  padding-top: 20px;
  padding-bottom: 120px;
}

@media screen and (max-width: 900px) {
  .p-insight {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.p-insight__inner {
  margin-top: 20px;
}

/*===========================================================================*/
/*  カテゴリナビゲーション（TOPページ用・同一ページ内スクロール）  */
/*===========================================================================*/
/* インサイトトップのカテゴリーナビアンカー用（スムーススクロールは common.js で統一） */
.p-insightCatNav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-insightCatNav__inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  padding: 0px;
}

.p-insightCatNav__head {
  text-align: center;
  margin-bottom: 25px;
}

.p-insightCatNav__subHead {
  font-size: 13px;
  color: #004896;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.p-insightCatNav__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

.p-insightCatNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
}

.p-insightCatNav__list li {
  display: block;
  width: 250px;
}

.p-insightCatNav__list a {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 5px 40px 5px 30px;
  background-color: #f5f6f7;
  border-radius: 100vh;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-insightCatNav__list a::before {
  background: url('../img/common/arrow-bottom-black.svg') no-repeat center center/contain;
  content: '';
  height: 13px;
  right: 23px;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0, -50%);
  transition: opacity .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-insightCatNav__list a::after {
  background: url('../img/common/arrow-bottom-white.svg') no-repeat center center/contain;
  content: '';
  height: 13px;
  right: 23px;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
  .p-insightCatNav__list a:hover {
    opacity: 1;
    background-color: #004896;
    color: #fff;
  }

  .p-insightCatNav__list a:hover::before {
    opacity: 0;
  }

  .p-insightCatNav__list a:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  .p-insightCatNav {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .p-insightCatNav__inner {
    padding: 25px 20px;
    border-radius: 12px;
  }

  .p-insightCatNav__head {
    margin-bottom: 18px;
  }

  .p-insightCatNav__subHead {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .p-insightCatNav__title {
    font-size: 18px;
  }

  .p-insightCatNav__list {
    gap: 11px;
    max-width: 100%;
  }

  .p-insightCatNav__list li {
    width: calc(50% - 5.5px);
  }

  .p-insightCatNav__list a {
    width: 100%;
    height: 58px;
    padding: 5px 36px 5px 24px;
    font-size: 14px;
  }

  .p-insightCatNav__list a::before {
    right: 20px;
  }

  .p-insightCatNav__list a::after {
    right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p-insightCatNav__list li {
    width: 100%;
  }

  .p-insightCatNav__list a {
    height: 54px;
    font-size: 14px;
  }
}

/*===========================================================================*/
/*  カテゴリ別新着記事見出し  */
/*===========================================================================*/
.p-insightNewPosts {
  padding-top: 80px;
  padding-bottom: 0;
}

.p-insightNewPosts__head {
  text-align: center;
  margin-bottom: 25px;
}

.p-insightNewPosts__subHead {
  font-size: 13px;
  color: #004896;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.p-insightNewPosts__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .p-insightNewPosts {
    padding-top: 30px;
  }

  .p-insightNewPosts__head {
    margin-bottom: 18px;
  }

  .p-insightNewPosts__title {
    font-size: 20px;
  }
}

/*===========================================================================*/
/*  カテゴリーナビゲーション  */
/*===========================================================================*/
.p-insight__head {
  max-width: 1200px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-top: none;
}

.p-insight__head--title {
  text-align: center;
  margin-bottom: 24px;
}

.p-insight__head--title-en {
  display: block;
  font-size: 14px;
  color: #004896;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.p-insight__head--title-ja {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.p-insight__head--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.p-insight__head--list li {
  flex: 0 0 calc(25% - 9px);
  min-width: 0;
  max-width: none;
}

.p-insight__head--list span.current,
.p-insight__head--list a {
  display: flex;
  width: 100%;
  max-width: 300px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #004896;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.3s;
  box-sizing: border-box;
}

.p-insight__head--list span.current {
  background-color: #999;
  color: #fff;
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}

.p-insight__head--list a:hover {
  background-color: #1a5daa;
  opacity: 1;
}

.p-insight__head--list span.current p,
.p-insight__head--list a p {
  margin: 0;
}

.p-insight__head--list .p-insight-arrow {
  position: relative;
  flex-shrink: 0;
  padding-left: 30px;
  margin: 0;
  display: flex;
  align-items: center;
}

.p-insight__head--list .p-insight-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 900px) {
  .p-insight__head {
    margin-top: 40px;
    padding-top: 30px;
  }

  .p-insight__head--title {
    margin-bottom: 16px;
  }

  .p-insight__head--title-en {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .p-insight__head--title-ja {
    font-size: 20px;
  }

  .p-insight__head--list {
    gap: 8px;
  }

  .p-insight__head--list li {
    flex: 0 0 calc(33.333% - 6px);
    min-width: 0;
  }

  .p-insight__head--list span.current,
  .p-insight__head--list a {
    padding: 12px 16px;
    font-size: 13px;
  }

  .p-insight__head--list .p-insight-arrow {
    padding-left: 24px;
  }

  .p-insight__head--list .p-insight-arrow::before {
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .p-insight__head--list li {
    flex: 0 0 calc(50% - 4px);
  }
}

/*===========================================================================*/
/*  カードリスト（customer-voicesスタイル）  */
/*===========================================================================*/
.p-insight__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
  margin-top: 50px;
}

.p-insight__list li {
  width: calc(100% / 3 - 80px / 3);
  position: relative;
}

.p-insight__list--link {
  display: block;
  position: relative;
}

.p-insight__list--img {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.p-insight__list--overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  z-index: 2;
  word-break: break-word;
}

/* ---------------------------------------------------------------*/
/* タイトル2行表示（title1, title2）用のスタイル */
/*---------------------------------------------------------------*/
/* 文字を読みやすくするための白フィルター */
.p-insight__list--overlay-mask {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  height: 25%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

/* タイトル1行目・2行目 共通スタイル */
.p-insight__list--overlay-title1,
.p-insight__list--overlay-title2 {
  position: absolute;
  width: 95%;
  color: #000000;
  text-shadow: 0 0 1px #333;
  text-align: left;
  font-weight: bold;
  z-index: 2;
  margin: 0;
}

/* タイトル1行目 */
.p-insight__list--overlay-title1 {
  top: 13.2%;
  left: 3%;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}

/* タイトル2行目 */
.p-insight__list--overlay-title2 {
  top: 24.8%;
  left: 3%;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
  font-weight: normal;
}

/* 記事ページ専用：画像幅が80%のためvwベースでフォントサイズを調整 */
.p-insightSingle__thumbnail .p-insight__list--overlay-title1 {
  font-size: clamp(1.2rem, 2vw, 2.8rem);
}
.p-insightSingle__thumbnail .p-insight__list--overlay-title2 {
  font-size: clamp(0.75rem, 1.2vw, 1.8rem);
}

@media screen and (min-width: 551px) and (max-width: 900px) {
  /* タブレットサイズ：タイトル文字サイズを強制上書き */
  .p-insight__list--overlay-title1 {
    font-size: 3rem ;
  }
  .p-insight__list--overlay-title2 {
    font-size: 1.9rem ;
  }
  /* 記事ページ専用 */
  .p-insightSingle__thumbnail .p-insight__list--overlay-title1 {
    font-size: clamp(1.4rem, 3.5vw, 2.6rem);
  }
  .p-insightSingle__thumbnail .p-insight__list--overlay-title2 {
    font-size: clamp(0.85rem, 2vw, 1.6rem);
  }
}
@media screen and (max-width: 550px) {
  /* スマホサイズ：タイトル文字サイズを強制上書き */
  .p-insight__list--overlay-title1 {
    font-size: 1.8rem ;
  }
  .p-insight__list--overlay-title2 {
    font-size: 1.3rem ;
  }
  /* 記事ページ専用（スマホは100%幅になるのでvwベースで調整） */
  .p-insightSingle__thumbnail .p-insight__list--overlay-title1 {
    font-size: clamp(1rem, 4vw, 1.8rem);
  }
  .p-insightSingle__thumbnail .p-insight__list--overlay-title2 {
    font-size: clamp(0.7rem, 2.5vw, 1.2rem);
  }
}


.p-insight__list--img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-insight__list--link:hover .p-insight__list--img img {
  transform: none;
}

.p-insight__list--infos {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #004896;
}

.p-insight__list--new {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.24;
  color: #fff;
  background-color: #e84343;
  padding: 3px 6px 2px;
  border-radius: 4px;
}

.p-insight__list--date {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-insight__list--dlbadge {
  margin-left: auto;
  background: #394653;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100vh;
  padding: 8px 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.p-insight__list--dlbadge::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insight__list--tags {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px 0 0;
}

.p-insight__list--tag {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  background-color: #004896;
  border-radius: 6px;
}

.p-insight__list--taglist {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #666;
}

.p-insight__list--taglabel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #666;
}

.p-insight__list--taglabel::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insight__list--head {
  margin-top: 8px;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}

.p-insight__list--txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.84;
  letter-spacing: 0.03em;
  color: #333;
}

.p-insight__list--btnWrap {
  margin-top: 15px;
  text-align: center;
}

.p-insight__list--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 45px;
  border: #dadada solid 1px;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  background-color: #fff;
  transition: all 0.3s;
}

.p-insight__list--btn:hover {
  background-color: #004896;
  border-color: #004896;
  color: #fff;
}

.p-insight__list--btn span {
  position: relative;
  padding-left: 26px;
}

.p-insight__list--btn span::before {
  background: url("../img/insight/icon-dlownload.svg") no-repeat center center/contain;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}

.p-insight__list--btn:hover span::before {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 900px) {
  .p-insight__list {
    column-gap: 0;
    row-gap: 30px;
    margin-top: 40px;
  }

  .p-insight__list li {
    width: 100%;
  }

  .p-insight__list--img {
    border-radius: 8px;
  }

  .p-insight__list--overlay-title {
    padding: 15px;
    font-size: 14px;
  }

  .p-insight__list--infos {
    margin-top: 12px;
    gap: 8px;
    font-size: 11px;
  }

  .p-insight__list--new {
    font-size: 10px;
  }

  .p-insight__list--date {
    font-size: 11px;
  }

  .p-insight__list--dlbadge {
    font-size: 10px;
    padding: 3px 10px;
    line-height: 1.5;
  }

  .p-insight__list--dlbadge::before {
    width: 12px;
    height: 12px;
  }

  .p-insight__list--tags {
    gap: 8px;
    padding: 8px 0 0;
  }

  .p-insight__list--tag {
    font-size: 12px;
    border-radius: 4px;
  }

  .p-insight__list--taglist {
    margin-top: 8px;
    gap: 8px;
    font-size: 11px;
  }

  .p-insight__list--head {
    margin-top: 5px;
    font-size: 16px;
    min-height: unset;
  }

  .p-insight__list--txt {
    -webkit-line-clamp: 2;
    margin-top: 8px;
    font-size: 12px;
  }

  .p-insight__list--btnWrap {
    margin-top: 12px;
  }

  .p-insight__list--btn {
    height: 40px;
    font-size: 13px;
  }
}

/*===========================================================================*/
/*  インサイトTOPページ  */
/*===========================================================================*/
.p-insightTop {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.p-insightTop:first-of-type {
  padding-top: 80px;
}

.p-insightTop:last-of-type {
  border-bottom: none;
  padding-bottom: 60px;
}

.p-insightTop__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.p-insightTop__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  position: relative;
  padding-bottom: 8px;
}

.p-insightTop__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #004896, #0073d1);
}

.p-insightTop .c-btn__more--txt {
  font-size: 14px;
}

.p-insightTop .c-btn__more--arrow {
  width: 28px;
  height: 28px;
}


.p-insightTop__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 10px;
  /*max-width: 1000px;*/
}

.p-insightTop .p-insight__list {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-insightTop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-insightTop:first-of-type {
    padding-top: 50px;
  }

  .p-insightTop:last-of-type {
    padding-bottom: 60px;
  }

  /* スマホ時の順序変更: タイトル → 説明 → もっと見る */
  .p-insightTop__inner {
    display: flex;
    flex-direction: column;
  }

  .p-insightTop__head {
    display: contents;
  }

  .p-insightTop__title {
    font-size: 22px;
    order: 1;
    padding-bottom: 12px;
  }

  .p-insightTop__title::after {
    width: 40px;
    height: 2px;
  }

  .p-insightTop__desc {
    order: 2;
    margin-bottom: 15px;
  }

  .p-insightTop__head .c-btn__more {
    order: 3;
  }

  .p-insightTop .p-insight__list {
    margin-top: 20px;
    order: 4;
  }
}

/*===========================================================================*/
/*  タグアーカイブページ  */
/*===========================================================================*/
.p-insight__currentTag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px 40px;
  background: linear-gradient(135deg, #f0f6fc 0%, #e8f0f8 100%);
  border-radius: 16px;
  margin-bottom: 50px;
}

.p-insight__currentTag--name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #004896;
  font-size: 28px;
  font-weight: 700;
}

.p-insight__currentTag--name::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004896' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insight__currentTag--count {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.p-insight__backBtn {
  margin-top: 60px;
  text-align: center;
}

.p-insight__backBtn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 60px;
  padding: 0 40px;
  background-color: #fff;
  color: #004896;
  border: 2px solid #004896;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.p-insight__backBtn--link:hover {
  background-color: #004896;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .p-insight__currentTag {
    padding: 20px 25px;
    gap: 10px;
    margin-bottom: 30px;
    border-radius: 12px;
  }

  .p-insight__currentTag--name {
    font-size: 22px;
    gap: 8px;
  }

  .p-insight__currentTag--name::before {
    width: 18px;
    height: 18px;
  }

  .p-insight__currentTag--count {
    font-size: 13px;
  }

  .p-insight__backBtn {
    margin-top: 40px;
  }

  .p-insight__backBtn--link {
    min-width: unset;
    width: 100%;
    max-width: 280px;
    height: 54px;
    font-size: 15px;
    padding: 0 30px;
  }
}

/*===========================================================================*/
/*  目次（Table of Contents）  */
/*===========================================================================*/
.p-insightToc {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 32px;
  overflow: hidden;
}

.p-insightToc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.p-insightToc__title {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}

.p-insightToc__title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='8' y1='18' x2='21' y2='18'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insightToc__toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
}

.p-insightToc__toggle:hover {
  background-color: #f1f5f9;
  border-color: #94a3b8;
}

.p-insightToc__toggleIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.p-insightToc__toggle[aria-expanded="false"] .p-insightToc__toggleIcon {
  transform: rotate(180deg);
}

.p-insightToc__nav {
  padding: 14px 20px;
  max-height: 500px;
  overflow-y: auto;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
}

.p-insightToc__nav.is-hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
}

.p-insightToc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-insightToc__item {
  margin-bottom: 0;
}

.p-insightToc__number {
  flex-shrink: 0;
  min-width: 1em;
  font-weight: 700;
  color: #004896;
  font-size: 13px;
}

.p-insightToc__item--h2 > .p-insightToc__link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 1px dashed #e2e8f0;
  transition: color 0.2s;
}

.p-insightToc__item--h2 > .p-insightToc__link:hover {
  color: #004896;
}

.p-insightToc__item--h2:last-child > .p-insightToc__link {
  border-bottom: none;
}

.p-insightToc__item--h2:has(+ .p-insightToc__sublist) > .p-insightToc__link,
.p-insightToc__item--h2:has(.p-insightToc__sublist) > .p-insightToc__link {
  border-bottom: none;
}

.p-insightToc__sublist {
  list-style: none;
  padding: 0 0 6px 18px;
  margin: 0;
  border-bottom: 1px dashed #e2e8f0;
}

.p-insightToc__item--h2:last-child .p-insightToc__sublist {
  border-bottom: none;
}

.p-insightToc__item--h3 > .p-insightToc__link {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s;
}

.p-insightToc__item--h3 .p-insightToc__number {
  min-width: 1em;
  font-weight: 600;
  color: #64748b;
  font-size: 12px;
}

.p-insightToc__item--h3 > .p-insightToc__link:hover {
  color: #004896;
}

.p-insightToc__item--h3 > .p-insightToc__link:hover .p-insightToc__number {
  color: #004896;
}

@media screen and (max-width: 900px) {
  .p-insightToc {
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .p-insightToc__header {
    padding: 10px 14px;
  }

  .p-insightToc__title {
    font-size: 13px;
  }

  .p-insightToc__title::before {
    width: 14px;
    height: 14px;
  }

  .p-insightToc__toggle {
    padding: 4px 8px;
    font-size: 11px;
  }

  .p-insightToc__toggleIcon {
    width: 8px;
    height: 8px;
  }

  .p-insightToc__nav {
    padding: 12px 14px;
    max-height: 350px;
  }

  .p-insightToc__number {
    min-width: 1em;
    font-size: 12px;
  }

  .p-insightToc__item--h2 > .p-insightToc__link {
    padding: 6px 0;
    font-size: 13px;
    gap: 6px;
  }

  .p-insightToc__sublist {
    padding-left: 14px;
    padding-bottom: 4px;
  }

  .p-insightToc__item--h3 > .p-insightToc__link {
    padding: 3px 0;
    font-size: 12px;
  }

  .p-insightToc__item--h3 .p-insightToc__number {
    min-width: 1em;
    font-size: 11px;
  }
}

/*===========================================================================*/
/*  インサイトシングルページ  */
/*===========================================================================*/
.p-insightSingle {
  padding-top: 60px;
  padding-bottom: 120px;
  font-size: 18px;
}

.p-insightSingle__inner {
  max-width: 900px;
  margin: 40px auto;
}

.p-insightSingle__infos {
  margin-bottom: 40px;
}

.p-insightSingle__info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.p-insightSingle__date {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.p-insightSingle__cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-insightSingle__cat {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 7px 11px;
  background-color: #004896;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-insightSingle__cat:hover {
  opacity: 0.7;
}

.p-insightSingle__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-insightSingle__infos > .p-insightSingle__tags {
  margin-top: 10px;
}

.p-insightSingle__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #666;
  background-color: #f0f0f0;
  padding: 4px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}

.p-insightSingle__tag::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insightSingle__tag:hover {
  background-color: #666;
  color: #fff;
}

.p-insightSingle__tag:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
}

.p-insightSingle__head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.p-insightSingle__thumbnail {
  position: relative;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 80%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-insightSingle__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}



.p-insightSingle__desc {
  background-color: #f5f6f7;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.p-insightSingle__desc p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.p-insightSingle__content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.p-insightSingle__content p {
  margin-bottom: .5em;
}

.p-insightSingle__content p:last-child {
  margin-bottom: 0;
}

/* 見出し h2 */
.p-insightSingle__content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: 15px 20px;
  background-color: #f5f8fc;
  border-left: 4px solid #004896;
  color: #000;
}

.p-insightSingle__content h2:first-child {
  margin-top: 0;
}

/* 見出し h3 */
.p-insightSingle__content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  border-bottom: 2px solid #004896;
  color: #333;
}

/* 見出し h4 */
.p-insightSingle__content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  padding-left: 15px;
  position: relative;
  color: #333;
}

.p-insightSingle__content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 6px;
  height: 6px;
  background-color: #004896;
  border-radius: 50%;
}

/* 順序なしリスト（箇条書き）- 目次を除外 */
.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) {
  margin: 1.5em 0;
  padding-left: 0;
  list-style: none;
}

.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) li:not(.p-insightToc__item) {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) li:not(.p-insightToc__item)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background-color: #004896;
  border-radius: 50%;
}

.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) li:not(.p-insightToc__item):last-child {
  margin-bottom: 0;
}

/* ネストしたリスト - 目次を除外 */
.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) ul {
  margin: 0.5em 0 2em 0;
}

.p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) ul li:not(.p-insightToc__item)::before {
  background-color: transparent;
  border: 2px solid #004896;
  width: 6px;
  height: 6px;
}

/* 順序ありリスト（番号付き）- 目次を除外 */
.p-insightSingle__content ol:not(.p-insightToc__list) {
  margin: 1.5em 0;
  padding-left: 0;
  list-style: none;
  counter-reset: ol-counter;
}

.p-insightSingle__content ol:not(.p-insightToc__list) > li:not(.p-insightToc__item) {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  line-height: 1.8;
  counter-increment: ol-counter;
}

.p-insightSingle__content ol:not(.p-insightToc__list) > li:not(.p-insightToc__item)::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.5em;
  height: 1.5em;
  background-color: #004896;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
}

.p-insightSingle__content ol:not(.p-insightToc__list) > li:not(.p-insightToc__item):last-child {
  margin-bottom: 0;
}

/* ネストした番号リスト - 目次を除外 */
.p-insightSingle__content ol:not(.p-insightToc__list) ol {
  margin: 0.5em 0 0.5em 0;
  counter-reset: ol-counter;
}

.p-insightSingle__content ol:not(.p-insightToc__list) ol > li:not(.p-insightToc__item)::before {
  background-color: #6b98c7;
}

/* 太字 */
.p-insightSingle__content strong,
.p-insightSingle__content b {
  font-weight: 700;
  color: #000;
}

/* マーカー（蛍光ペン） */
.p-insightSingle__content mark,
.p-insightSingle__content .marker,
.p-insightSingle__content span.marker-yellow {
  background: linear-gradient(transparent 60%, #fff59d 60%);
  padding: 0 0.2em;
}

.p-insightSingle__content span.marker-blue,
.p-insightSingle__content .marker-blue {
  background: linear-gradient(transparent 60%, #90caf9 60%);
  padding: 0 0.2em;
}

.p-insightSingle__content span.marker-pink,
.p-insightSingle__content .marker-pink {
  background: linear-gradient(transparent 60%, #f8bbd9 60%);
  padding: 0 0.2em;
}

.p-insightSingle__content span.marker-green,
.p-insightSingle__content .marker-green {
  background: linear-gradient(transparent 60%, #a5d6a7 60%);
  padding: 0 0.2em;
}

/* テーブル */
.p-insightSingle__content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 15px;
}

.p-insightSingle__content table th,
.p-insightSingle__content table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.p-insightSingle__content table th {
  background-color: #004896;
  color: #fff;
  font-weight: 700;
}

/* テーブルのヘッダー行（theadのみ） */
.p-insightSingle__content table thead th,
.p-insightSingle__content table thead td {
  background-color: #004896;
  color: #fff;
  font-weight: 700;
}

.p-insightSingle__content table thead th strong,
.p-insightSingle__content table thead th b,
.p-insightSingle__content table thead td strong,
.p-insightSingle__content table thead td b {
  color: #fff;
}

.p-insightSingle__content table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.p-insightSingle__content table tbody tr:hover {
  background-color: #f0f4f8;
}

/* 引用・ポイントボックス */
.p-insightSingle__content blockquote {
  position: relative;
  margin: 2em 0;
  padding: 25px 25px 25px 70px;
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
  border: none;
  border-radius: 12px;
  font-style: normal;
  color: #5a4a00;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.15);
}

.p-insightSingle__content blockquote::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.4);
}

.p-insightSingle__content blockquote::after {
  content: "!";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.p-insightSingle__content blockquote p {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.p-insightSingle__content blockquote p:last-child {
  margin-bottom: 0;
}

.p-insightSingle__content blockquote cite {
  display: block;
  margin-top: 0.8em;
  font-size: 0.85em;
  color: #8a7a00;
  font-style: normal;
}

/* リンク */
.p-insightSingle__content a {
  color: #004896;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.p-insightSingle__content a:hover {
  opacity: 0.7;
}

/* コード */
.p-insightSingle__content code {
  background-color: #f5f5f5;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  color: #e74c3c;
}

.p-insightSingle__content pre {
  margin: 1.5em 0;
  padding: 20px;
  background-color: #2d3748;
  border-radius: 8px;
  overflow-x: auto;
}

.p-insightSingle__content pre code {
  background-color: transparent;
  padding: 0;
  color: #e2e8f0;
  font-size: 14px;
  line-height: 1.6;
}

/* 水平線 */
.p-insightSingle__content hr {
  margin: 2em 0;
  border: none;
  height: 1px;
  background-color: #ddd;
}

/* 画像 */
.p-insightSingle__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}

.p-insightSingle__content figure {
  margin: 1.5em 0;
}

.p-insightSingle__content figure img {
  margin: 0;
}

.p-insightSingle__content figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

/* 注釈ボックス */
.p-insightSingle__content .note,
.p-insightSingle__content .info-box {
  margin: 1.5em 0;
  padding: 20px;
  background-color: #e3f2fd;
  border-radius: 8px;
  border-left: 4px solid #2196f3;
}

.p-insightSingle__content .warning,
.p-insightSingle__content .warning-box {
  background-color: #fff3e0;
  border-left-color: #ff9800;
}

.p-insightSingle__content .caution,
.p-insightSingle__content .caution-box {
  background-color: #ffebee;
  border-left-color: #f44336;
}

.p-insightSingle__content .success,
.p-insightSingle__content .success-box {
  background-color: #e8f5e9;
  border-left-color: #4caf50;
}

/* 資料ダウンロードボックス（CTA） */
/* CTAダウンロードボックス - キーフレームアニメーション */
@keyframes docBoxShine {
  0% {
    transform: translateX(-100%) skewX(-15deg);
  }
  100% {
    transform: translateX(200%) skewX(-15deg);
  }
}

@keyframes docBoxPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 199, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 199, 0, 0);
  }
}

@keyframes docBoxFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes docBoxGlow {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.p-insightSingle__docBox {
  position: relative;
  margin-top: 60px;
  padding: 40px 48px;
  background: #ffffff;
  border: 2px solid #e1e8f0;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 72, 150, 0.08);
  overflow: hidden;
}

/* 背景のグロー効果（控えめに） */
.p-insightSingle__docBox::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 72, 150, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

/* シャイン効果（削除） */
.p-insightSingle__docBox::after {
  display: none;
}

.p-insightSingle__docBox--inner {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  z-index: 1;
}

.p-insightSingle__docBox--img {
  flex: 0 0 32%;
  max-width: 32%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0,0,0,0.05);
}

.p-insightSingle__docBox--img:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.p-insightSingle__docBox--img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.p-insightSingle__docBox--content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-insightSingle__docBox--label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: #004896;
  letter-spacing: 0.02em;
}

.p-insightSingle__docBox--label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004896' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='12' y1='18' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='9' y1='15' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-insightSingle__docBox--desc {
  font-size: 15px;
  line-height: 1.9;
  color: #333333;
  text-shadow: none;
}

.p-insightSingle__docBox--desc p {
  margin: 0;
}

.p-insightSingle__docBox--btnWrap {
  margin-top: 8px;
}

.p-insightSingle__docBox--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 64px;
  padding: 0 40px;
  background: linear-gradient(135deg, #004896 0%, #0066cc 100%);
  color: #fff;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 
    0 8px 20px rgba(0, 72, 150, 0.25),
    0 2px 0 rgba(255, 255, 255, 0.2) inset;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.p-insightSingle__docBox--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0056b3 0%, #0077ee 100%);
  border-radius: 100vh;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.p-insightSingle__docBox--btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 28px rgba(0, 72, 150, 0.35),
    0 2px 0 rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}

.p-insightSingle__docBox--btn:hover::before {
  opacity: 1;
}

.p-insightSingle__docBox--btn span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-insightSingle__docBox--btn span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.p-insightSingle__docBox--btn:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
  transform: translateY(3px);
}

/* 旧ダウンロードボタン（後方互換） */
.p-insightSingle__download {
  margin-top: 50px;
  text-align: center;
}

.p-insightSingle__download--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  background-color: #004896;
  color: #fff;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.p-insightSingle__download--btn:hover {
  opacity: 0.8;
}

.p-insightSingle__download--btn span {
  position: relative;
  padding-left: 30px;
}

.p-insightSingle__download--btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/insight/icon-dlownload.svg") no-repeat center center/contain;
  filter: brightness(0) invert(1);
}

/* 前後の記事ナビ（同一カテゴリ内） */
.p-insightSingle__prevNext {
  margin-top: 48px;
}

.p-insightSingle__prevNext--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: stretch;
}

.p-insightSingle__prevNext--link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
  max-width: calc(50% - 8px);
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #1e293b;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
}

.p-insightSingle__prevNext--link:hover {
  border-color: #004896;
  background-color: #f5f8fc;
}

.p-insightSingle__prevNext--link.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.p-insightSingle__prevNext--label {
  font-size: 12px;
  font-weight: 700;
  color: #004896;
}

.p-insightSingle__prevNext--title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-insightSingle__prevNext--prev {
  text-align: left;
}

.p-insightSingle__prevNext--next {
  text-align: right;
}

/* next のみのときは右寄せ */
.p-insightSingle__prevNext--inner .p-insightSingle__prevNext--next:only-child {
  margin-left: auto;
}

.p-insightSingle__btn--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}

.p-insightSingle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border: 2px solid #004896;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: 700;
  color: #004896;
  transition: all 0.3s;
}

.p-insightSingle__btn:hover {
  background-color: #004896;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .p-insightSingle {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p-insightSingle__infos {
    margin-bottom: 30px;
  }

  .p-insightSingle__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .p-insightSingle__cat {
    font-size: 10px;
    padding: 6px 8px;
  }

  .p-insightSingle__head {
    font-size: 24px;
  }

  .p-insightSingle__thumbnail {
    margin-bottom: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
  }

  .p-insightSingle__desc {
    padding: 20px;
    margin-bottom: 30px;
  }

  .p-insightSingle__desc p {
    font-size: 14px;
  }

  .p-insightSingle__content {
    font-size: 15px;
  }

  .p-insightSingle__content h2 {
    font-size: 23px;
    padding: 12px 15px;
    margin-top: 2em;
  }

  .p-insightSingle__content h3 {
    font-size: 18px;
    margin-top: 1.5em;
  }

  .p-insightSingle__content h4 {
    font-size: 16px;
    padding-left: 12px;
  }

  .p-insightSingle__content h4::before {
    width: 5px;
    height: 5px;
    top: 0.4em;
  }

  .p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) li:not(.p-insightToc__item),
  .p-insightSingle__content ol:not(.p-insightToc__list) li:not(.p-insightToc__item) {
    line-height: 1.7;
    margin-bottom: 0.4em;
  }

  .p-insightSingle__content ul:not(.p-insightToc__list):not(.p-insightToc__sublist) li:not(.p-insightToc__item)::before {
    width: 6px;
    height: 6px;
    top: 0.6em;
  }

  .p-insightSingle__content ol:not(.p-insightToc__list) li:not(.p-insightToc__item) {
    padding-left: 1.8em;
  }

  .p-insightSingle__content ol:not(.p-insightToc__list) li:not(.p-insightToc__item)::before {
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    font-size: 0.8em;
  }

  .p-insightSingle__content table {
    font-size: 13px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .p-insightSingle__content table th,
  .p-insightSingle__content table td {
    padding: 10px 12px;
  }

  .p-insightSingle__content blockquote {
    padding: 20px 15px 20px 60px;
    margin: 1.5em 0;
    border-radius: 10px;
  }

  .p-insightSingle__content blockquote::before,
  .p-insightSingle__content blockquote::after {
    left: 12px;
    width: 32px;
    height: 32px;
  }

  .p-insightSingle__content blockquote::after {
    font-size: 18px;
  }

  .p-insightSingle__content blockquote p {
    font-size: 14px;
  }

  .p-insightSingle__content pre {
    padding: 15px;
    font-size: 13px;
  }

  .p-insightSingle__content .note,
  .p-insightSingle__content .info-box,
  .p-insightSingle__content .warning,
  .p-insightSingle__content .warning-box,
  .p-insightSingle__content .caution,
  .p-insightSingle__content .caution-box,
  .p-insightSingle__content .success,
  .p-insightSingle__content .success-box {
    padding: 15px;
  }

  /* 資料ダウンロードボックス SP */
  .p-insightSingle__docBox {
    margin-top: 30px;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .p-insightSingle__docBox::before {
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
  }

  .p-insightSingle__docBox--inner {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .p-insightSingle__docBox--img {
    flex: none;
    max-width: none;
    width: 100%;
    max-width: 350px;
  }

  .p-insightSingle__docBox--content {
    width: 100%;
    gap: 12px;
    text-align: center;
    align-items: center;
  }

  .p-insightSingle__docBox--label {
    justify-content: center;
    font-size: 16px;
  }

  .p-insightSingle__docBox--label::before {
    width: 18px;
    height: 18px;
  }

  .p-insightSingle__docBox--desc {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }

  .p-insightSingle__docBox--btnWrap {
    margin-top: 4px;
    text-align: center;
  }

  .p-insightSingle__docBox--btn {
    width: 100%;
    max-width: 280px;
    min-width: unset;
    height: 56px;
    font-size: 14px;
    padding: 0 24px;
  }

  .p-insightSingle__docBox--btn span::before {
    width: 18px;
    height: 18px;
  }

  .p-insightSingle__download {
    margin-top: 40px;
  }

  .p-insightSingle__download--btn {
    width: 100%;
    max-width: 280px;
    height: 54px;
    font-size: 15px;
  }

  .p-insightSingle__prevNext {
    margin-top: 32px;
  }

  .p-insightSingle__prevNext--inner {
    flex-direction: column;
    gap: 12px;
  }

  .p-insightSingle__prevNext--link {
    max-width: none;
  }

  .p-insightSingle__prevNext--title {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .p-insightSingle__btn--wrapper {
    margin-top: 40px;
  }
}

/*===========================================================================*/
/*  インサイトTOP 全て見るボタン  */
/*===========================================================================*/
.p-insightTop__allBtn {
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: center;
}

.p-insightTop__allBtn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 320px;
  height: 70px;
  padding: 0 40px;
  background-color: #004896;
  color: #fff;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.p-insightTop__allBtn--link:hover {
  opacity: 0.8;
}

.p-insightTop__allBtn--link img {
  width: 11px;
  height: auto;
}

@media screen and (max-width: 900px) {
  .p-insightTop__allBtn {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .p-insightTop__allBtn--link {
    min-width: unset;
    width: 100%;
    max-width: 320px;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    gap: 10px;
  }
}

/*===========================================================================*/
/*  ページネーション  */
/*===========================================================================*/
.p-news__pagination--wrapper {
  margin-top: 100px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.p-news__pagination--inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-news__pagination--prev,
.p-news__pagination--next {
  width: 68px;
  height: 68px;
  background-color: #004896;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 43px;
}

.p-news__pagination--next {
  margin-left: 43px;
  margin-right: 0;
}

.p-news__pagination--prev.btn-inactive,
.p-news__pagination--next.btn-inactive {
  background-color: #ddd;
  pointer-events: none;
}

.p-news__pagination--prev figure,
.p-news__pagination--next figure {
  width: 13px;
  display: flex;
}

.p-news__pagination--prev figure {
  transform: rotate(180deg);
}

.p-news__pagination--prev figure img,
.p-news__pagination--next figure img {
  width: 100%;
  height: auto;
}

.p-news__pagination--bar {
  width: 18px;
  margin: 0 20px;
}

.p-news__pagination--bar img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .p-news__pagination--wrapper {
    margin-top: 40px;
    font-size: 15px;
  }

  .p-news__pagination--prev,
  .p-news__pagination--next {
    width: 44px;
    height: 44px;
    margin-right: 24px;
  }

  .p-news__pagination--next {
    margin-left: 24px;
    margin-right: 0;
  }

  .p-news__pagination--prev figure,
  .p-news__pagination--next figure {
    width: 11px;
  }

  .p-news__pagination--bar {
    width: 14px;
    margin: 0 13px;
  }
}

/*===========================================================================*/
/*  インサイト絞り込みボックス  */
/*===========================================================================*/
/* 絞り込みトリガーラップ（中央寄せ） */
.p-insightFilter__triggerWrap {
  text-align: center;
  margin-bottom: 20px;
}

/* 絞り込みトリガーボタン #394653 */
.p-insightFilter__trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background-color: #394653;
  color: #fff;
  border: none;
  border-radius: 100vh;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s;
}

.p-insightFilter__trigger:hover {
  background-color: #2d3640;
  opacity: 1;
}

.p-insightFilter__triggerIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.p-insightFilter__triggerIcon svg {
  width: 100%;
  height: 100%;
}

.p-insightFilter__triggerTxt {
  line-height: 1;
}

/* 絞り込みボックス（デフォルト非表示） */
.p-insightFilter__box[hidden] {
  display: none !important;
}

.p-insightFilter__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-insightFilter__midashi {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.p-insightFilter__midashi::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #004896;
  border-radius: 3px;
}

/* キーワード検索（1つ目のセクション・背景で区切り） */
.p-insightFilter__search {
  background-color: #f5f6f7;
  border-radius: 10px;
  padding: 25px 35px;
}

.p-insightFilter__search--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 0;
  gap: 10px;
}

.p-insightFilter__search--input {
  flex: 1;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 18px 20px 17px !important;
  border: none !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}

.p-insightFilter__search--input:focus {
  outline: none;
}

.p-insightFilter__search--input::placeholder {
  color: #9f9f9f;
}

.p-insightFilter__searchBtnWrapper {
  position: relative;
  width: 62px;
  height: 62px;
}

.p-insightFilter__searchBtnWrapper::before {
  background: url('../img/common/icon-search.svg') no-repeat center center/contain;
  content: '';
  height: 21px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 21px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
  filter: brightness(0) invert(1);
}

.p-insightFilter__searchBtn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #004896;
  border-radius: 10px;
  border: none;
  position: relative;
}

.p-insightFilter__searchBtn:hover {
  opacity: 0.8;
}

/* タグ・公開年月セクション（2つ目のセクション・背景で区切り） */
.p-insightFilter__section--tagYear {
  background-color: #ebedef;
  border-radius: 10px;
  padding: 25px 35px;
}

/* 条件で探す ヘッダー（タイトル＋検索ボタン横並び） */
.p-insightFilter__sectionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* 条件で探す（セクション見出し） */
.p-insightFilter__sectionTitle {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.p-insightFilter__sectionTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #004896;
  border-radius: 3px;
}

/* 条件で探す 虫メガネ検索ボタン */
.p-insightFilter__sectionSearchBtnWrapper {
  position: relative;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.p-insightFilter__sectionSearchBtnWrapper::before {
  background: url('../img/common/icon-search.svg') no-repeat center center/contain;
  content: '';
  height: 21px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 21px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
  filter: brightness(0) invert(1);
}

.p-insightFilter__sectionSearchBtn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #004896;
  border-radius: 10px;
  border: none;
  position: relative;
}

.p-insightFilter__sectionSearchBtn:hover {
  opacity: 0.8;
}

/* 左右グリッドレイアウト */
.p-insightFilter__grid {
  display: flex;
  gap: 40px;
}

.p-insightFilter__gridLeft {
  flex: 1;
}

.p-insightFilter__gridRight {
  flex: 0 0 280px;
}

/* 条件セクション内の列見出し（アイコン＋テキスト） */
.p-insightFilter__colHead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  color: #333;
}

.p-insightFilter__colIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #004896;
  flex-shrink: 0;
}

.p-insightFilter__colIcon svg {
  width: 100%;
  height: 100%;
}

.p-insightFilter__colHeadTxt {
  line-height: 1;
}

/* タグ一覧 */
.p-insightFilter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.p-insightFilter__tag {
  display: inline-block;
  padding: 8px 18px;
  background-color: #b1bdcb;
  border-radius: 100vh;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.p-insightFilter__tag input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.p-insightFilter__tag:hover {
  background-color: #8a9aab;
}

.p-insightFilter__tag:has(input[type="checkbox"]:checked) {
  background-color: #004896;
}

/* 年月セレクトボックス */
.p-insightFilter__yearMonth {
  padding:  0;
}

.p-insightFilter__select {
  width: 100%;
  max-width: 300px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  transition: border-color 0.3s;
}

.p-insightFilter__select:focus {
  outline: none;
  border-color: #004896;
}

.p-insightFilter__select:hover {
  border-color: #999;
}

.p-insightFilter__cats dl {
  padding: 20px 0;
  border-bottom: #ddd solid 1px;
  display: flex;
  justify-content: space-between;
}

.p-insightFilter__cats dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.p-insightFilter__cats dl dt {
  display: none;
}

.p-insightFilter__cats dl dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-insightFilter__cat {
  display: inline-block;
  padding: 8px 18px;
  background-color: #b1bdcb;
  border-radius: 100vh;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.p-insightFilter__cat input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.p-insightFilter__cat:hover {
  background-color: #8a9aab;
}

.p-insightFilter__cat:has(input[type="checkbox"]:checked) {
  background-color: #004896;
}

.p-insightFilter__btns {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
}

.p-insightFilter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 50px;
  padding: 0 30px;
  background-color: #004896;
  color: #fff;
  border: none;
  border-radius: 100vh;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-insightFilter__btn:hover {
  opacity: 0.8;
}

.p-insightFilter__clearBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 50px;
  padding: 0 25px;
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}

.p-insightFilter__clearBtn:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

/* 絞り込み結果表示 */
.p-insightFilter__result {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 15px 20px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 1000px;
}

.p-insightFilter__result--conditions {
  flex: 1;
  min-width: 0;
}

.p-insightFilter__result p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.p-insightFilter__result p + p {
  margin-top: 5px;
}

.p-insightFilter__result--label {
  display: inline-block;
  background-color: #004896;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.p-insightFilter__result .p-insightFilter__clearBtn {
  flex-shrink: 0;
  min-width: unset;
  padding: 0 20px;
  height: 40px;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .p-insightFilter__triggerWrap {
    margin-bottom: 15px;
  }

  .p-insightFilter__trigger {
    padding: 12px 20px;
    font-size: 14px;
  }

  .p-insightFilter__triggerIcon {
    width: 22px;
    height: 22px;
  }

  .p-insightFilter__box {
    gap: 15px;
    margin-bottom: 30px;
  }

  .p-insightFilter__midashi {
    font-size: 1.1em;
    margin-bottom: 10px;
    padding-left: 18px;
  }

  .p-insightFilter__midashi::before {
    width: 10px;
    height: 10px;
  }

  .p-insightFilter__search {
    padding: 20px 15px;
  }

  .p-insightFilter__sectionHeader {
    margin-bottom: 12px;
  }

  .p-insightFilter__sectionTitle {
    font-size: 1.05em;
    margin-bottom: 0;
    padding-left: 18px;
  }

  .p-insightFilter__sectionTitle::before {
    width: 10px;
    height: 10px;
  }

  .p-insightFilter__sectionSearchBtnWrapper {
    width: 52px;
    height: 52px;
  }

  .p-insightFilter__sectionSearchBtn {
    border-radius: 5px;
  }

  .p-insightFilter__section--tagYear {
    padding: 20px 15px;
  }

  .p-insightFilter__search--content {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    gap: 8px;
  }

  .p-insightFilter__search--input {
    flex: 1;
    min-width: 0;
    border-radius: 5px !important;
    padding: 14px 13px !important;
    font-size: 16px !important;
  }

  .p-insightFilter__searchBtnWrapper {
    width: 52px;
    height: 52px;
  }

  .p-insightFilter__searchBtn {
    border-radius: 5px;
  }

  .p-insightFilter__grid {
    flex-direction: column;
    gap: 20px;
  }

  .p-insightFilter__gridRight {
    flex: none;
  }

  .p-insightFilter__colHead {
    gap: 6px;
    margin-bottom: 8px;
    font-size: 0.95em;
  }

  .p-insightFilter__colIcon {
    width: 16px;
    height: 16px;
  }

  .p-insightFilter__tags {
    gap: 8px;
  }

  .p-insightFilter__tag {
    padding: 6px 14px;
    font-size: 13px;
  }

  .p-insightFilter__yearMonth {
    padding: 10px 0 0;
  }

  .p-insightFilter__select {
    max-width: 100%;
    padding: 10px 36px 10px 14px;
    font-size: 14px;
    border-radius: 6px;
  }

  .p-insightFilter__cats dl {
    padding: 15px 0;
  }

  .p-insightFilter__cats dl dd {
    gap: 8px;
  }

  .p-insightFilter__cat {
    padding: 6px 14px;
    font-size: 13px;
  }

  .p-insightFilter__btns {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .p-insightFilter__btn {
    width: 100%;
    min-width: unset;
    height: 48px;
    font-size: 14px;
  }

  .p-insightFilter__clearBtn {
    width: 100%;
    min-width: unset;
    height: 44px;
    font-size: 13px;
  }

  .p-insightFilter__result {
    flex-wrap: wrap;
    padding: 12px 15px;
    margin-bottom: 20px;
    gap: 10px;
  }

  .p-insightFilter__result p {
    font-size: 13px;
  }

  .p-insightFilter__result--label {
    font-size: 11px;
    padding: 3px 8px;
    margin-right: 8px;
  }

  .p-insightFilter__result .p-insightFilter__clearBtn {
    width: 100%;
    height: 38px;
    font-size: 13px;
  }
}

/* =============================================
   レコメンドセクション
============================================= */
.p-insightSingle__recommend {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #f5f6f7;
}

.p-insightSingle__recommend--inner {
  max-width: 1200px;
}

.p-insightSingle__recommend--head {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 34px;
}

.p-insightSingle__recommend--head::before {
  background-color: #004896;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  bottom: 0;
  width: 72px;
  transform: translate(-50%, 0);
}

.p-insightSingle__recommend--list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

.p-insightSingle__recommend--item {
  width: calc(100% / 3 - 80px / 3);
}

.p-insightSingle__recommend--link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}

.p-insightSingle__recommend--link:hover {
  opacity: 0.8;
}

.p-insightSingle__recommend--img {
  border-radius: 12px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.p-insightSingle__recommend--img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-insightSingle__recommend--overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-insightSingle__recommend--info {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-insightSingle__recommend--date {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-insightSingle__recommend--dlbadge {
  margin-left: auto;
  background: #394653;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100vh;
  padding: 6px 12px;
  line-height: 1;
}

.p-insightSingle__recommend--cats {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-insightSingle__recommend--cat {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 3px 8px;
  background-color: #004896;
  border-radius: 6px;
}

.p-insightSingle__recommend--tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
}

.p-insightSingle__recommend--taglabel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #666;
}

.p-insightSingle__recommend--taglabel::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-insightSingle__recommend--title {
  margin-top: 8px;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 60px;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .p-insightSingle__recommend {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-insightSingle__recommend--head {
    font-size: 28px;
    padding-bottom: 22px;
  }

  .p-insightSingle__recommend--head::before {
    height: 2px;
    width: 52px;
  }

  .p-insightSingle__recommend--list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 25px;
  }

  .p-insightSingle__recommend--item {
    width: 100%;
  }

  .p-insightSingle__recommend--img {
    border-radius: 8px;
  }

  .p-insightSingle__recommend--overlay-title {
    padding: 15px 15px 40px;
    font-size: 14px;
  }

  .p-insightSingle__recommend--info {
    margin-top: 12px;
  }

  .p-insightSingle__recommend--date {
    font-size: 12px;
  }

  .p-insightSingle__recommend--dlbadge {
    font-size: 10px;
    padding: 4px 10px;
  }

  .p-insightSingle__recommend--cats {
    margin-top: 8px;
    gap: 6px;
  }

  .p-insightSingle__recommend--cat {
    font-size: 12px;
    padding: 2px 6px;
  }

  .p-insightSingle__recommend--tags {
    margin-top: 6px;
    gap: 4px 10px;
    font-size: 12px;
  }

  .p-insightSingle__recommend--taglabel::before {
    width: 10px;
    height: 10px;
  }

  .p-insightSingle__recommend--title {
    font-size: 16px;
    min-height: 48px;
  }
}



.p-insight__list--img {
  container-type:inline-size;
}
.p-insightSingle__thumbnail{
  container-type:inline-size;
}

.p-insight__list--overlay-title1 {
  font-size: 4.5cqi; 
}
.p-insight__list--overlay-title2 {
  font-size: 3.5cqi; 
}

/* 記事ページ専用 */
.p-insightSingle__thumbnail .p-insight__list--overlay-title1 {
  font-size: 4.5cqi; 
}
.p-insightSingle__thumbnail .p-insight__list--overlay-title2 {
  font-size: 3.5cqi; 
}
