* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box
}

html, body, div, article, section, aside, header, footer, hgroup, nav, h1, h2, h3, ul, li, a, p, small, img {
  border: none;
  display: block
}

html {
  width: 100%;
  height: 100%;
  font-size: 11px;
  position: static;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%
}


@media screen and (max-width: calc(576px - 0.2px)) {
  html {
    font-size: 12px
  }
}

@media screen and (min-width: 575.9px) {
  html {
    font-size: 12px
  }
}


@media screen and (min-width: 767.8px) {
  html {
    font-size: 12px
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 13px
  }

}

@media screen and (min-width: 1200px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 16px
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 18px
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px
  }
}



.manrope-regular{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.manrope-medium{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.manrope-bold{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}


.bold{
	font-weight: 600!important;
}


body {
  height: 100%;
  width: 100%;
  position: relative;
  color: #002333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.8;
letter-spacing: 0.05em;
  font-style: normal;
}

body::before {
  visibility: hidden;
  opacity: 0;
  position: absolute
}


@media screen and (max-width: calc(576px - 0.2px)) {
  body::before {
    content: "sm"
  }
}

@media screen and (min-width: 768px)and (max-width: calc(992px - 0.2px)) {
  body::before {
    content: "lg"
  }
}

@media screen and (min-width: 1200px) {
  body::before {
    content: "xl"
  }
}

a {
  zoom: 1;
  outline: 0;
  color: #009DE0;
  text-decoration: none
}

li a{
    display: block;
    height: 100%;
    width: 100%
}

img {
width: 100%;
  outline: 0;
  border: 0;
  border-style: none
}

@media screen and (max-width: calc(992px - 0.2px)) {
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
  }
}

ul, li {
  list-style: none;
  list-style-image: none
}

dl, ol, ul {
  margin-bottom: 0
}

label {
  display: inline-block;
  vertical-align: middle
}

ul, li, a, small {
  display: block
}

iframe {
  border: 0
}

.hide {
  display: none !important
}

.show-block {
  display: block !important
}

.show-inline {
  display: inline !important
}

.show-inline-block {
  display: inline-block !important
}

.show-flex {
  display: flex !important
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}


@media screen and (max-width: 575.8px) {
  .xs-none {
    display: none !important
  }
    .xs-block {
    display: block !important
  }
}

    .msd-block {
    display: none !important
  }

@media screen and (max-width: 767.8px) {
  .msd-none {
    display: none !important
  }
    .msd-block {
    display: flex !important
  }
}



@media screen and (min-width: 576px) {
  .sm-hide {
    display: none !important
  }
  .sm-show-block {
    display: block !important
  }
  .sm-show-inline {
    display: inline !important
  }
  .sm-show-inline-block {
    display: inline-block !important
  }
  .sm-show-flex {
    display: flex !important
  }
  .sm-text-left {
    text-align: left !important
  }
  .sm-text-center {
    text-align: center !important
  }
  .sm-text-right {
    text-align: right !important
  }
}

@media screen and (min-width: 768px) {
  .md-hide {
    display: none !important
  }
  .md-show-block {
    display: block !important
  }
  .md-show-inline {
    display: inline !important
  }
  .md-show-inline-block {
    display: inline-block !important
  }
  .md-show-flex {
    display: flex !important
  }
  .md-text-left {
    text-align: left !important
  }
  .md-text-center {
    text-align: center !important
  }
  .md-text-right {
    text-align: right !important
  }
}

@media screen and (min-width: 992px) {
  .lg-hide {
    display: none !important
  }
  .lg-show-block {
    display: block !important
  }
  .lg-show-inline {
    display: inline !important
  }
  .lg-show-inline-block {
    display: inline-block !important
  }
  .lg-show-flex {
    display: flex !important
  }
  .lg-text-left {
    text-align: left !important
  }
  .lg-text-center {
    text-align: center !important
  }
  .lg-text-right {
    text-align: right !important
  }
}

iframe {
  max-width: 100%
}



/* 共通：ガターを内側 / 上限=内容1800px + ガター */
.hero__inner,
.section__inner,
.breadcrumb__inner {
  --gutter: clamp(16px, 5vw, 40px);
  box-sizing: border-box;
  padding-inline: var(--gutter);
  margin-inline: auto;

  /* 下限と上限（内容幅ベース） */
  min-width: calc(320px + 2 * var(--gutter));
  max-width: calc(1800px + 2 * var(--gutter)); /* ← 上限 */
}

.inner--bleed-right{
  position: relative;          /* 左マスク用 */
  box-sizing: border-box;
  width: calc(100% + var(--gutter));          /* 右へガター分広げる */
  margin-right: calc(-1 * var(--gutter));     /* 右ガターを相殺して右端までブリード */
  padding-right: 0;                            /* 右はゼロ扱い */
  /* 左側は inner の左paddingをそのまま使うので、left系は触らない */
  margin-top:3.4rem;
}

/* 左だけを隠す“マスク”：背景色はページに合わせて調整 */
.inner--bleed-right::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8.6%;
    background: var(--page-bg, #fff);
    pointer-events: none;
    z-index: 1;
}


/* 1440px時 = 1200px（= 83.333vw） */
.section__inner {
  width: calc(83.333vw + 2 * var(--gutter));
}

/* 1440px時 = 1280px（= 88.889vw） */
.hero__inner,.breadcrumb__inner {
  width: calc(88.889vw + 2 * var(--gutter));
}

.hero__left{
  position: relative;
  isolation: isolate;
  overflow: visible;
}
/*
.hero__left .hero__img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-100% - 1.2%), calc(-7.2% + 10%));
    width: clamp(320px, 49.444vw, 90%);
    height: auto;
    aspect-ratio: 178 / 149;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
}*/

/* スライダー全体のラッパ。ヒーロー左カラム想定 */
.hero__left {
  position: relative;            /* 絶対配置の参照にする */
}

/* Splide が内部で overflow hidden を付けるので、演出で画像がはみ出すなら可視化 */
.hero__left .splide__track {
  overflow: visible;
}

/* 高さの確保（絶対配置画像の土台）
   - “表示サイズ”に合わせて調整
   - 固定値/レスポンシブ値/比率維持いずれでもOK
*/
.hero__left .splide__slide {

}

div#hero-splide {
    position: relative;
    z-index: -1;
    top: 5rem;
}

/* 既存スタイル：そのまま適用（セレクタをスライド内に寄せるだけ） */
.hero__left .splide__slide .hero__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-100% - 1.2%), calc(-7.2% + 10%));
  width: clamp(320px, 49.444vw, 90%);
  height: auto;
  aspect-ratio: 178 / 149;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    max-height: 40rem;
}



.site-main-title {
    font-size: 1.75rem;
    font-weight: bold;
	    line-height: 1.5;
}

.site-subtitle-en {
    font-size: 4.25rem;
    line-height: 1.2;
	    margin-top: 0.24rem;
	    text-shadow: 0px 0px 12px #ffffff;
}

.site-subtitle-ja {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
	    margin-top: 0.57rem;
}

section.hero {
    padding-top: 8.5rem;
}

section.hero__under {
    background: #009DE0;
    color: #ffffff;
    border-radius: 0 0 2.5rem 2.5rem;
    /* width: 2.5rem; */
    padding-top: 8.8rem;
    padding-bottom: 6rem;
}

section.base-level__lower {
    padding-top: 4.5rem;
}

.section__hero-detsil {
    margin-top: 2.1rem;
    line-height: 2;
}

section.hero__under .section__title {
    color: #009DE0;
    --title-stroke-color: #ffffff;
}

section.hero__under .section__title.single-ptn {
    color: #ffffff;
    --title-stroke-color: none;
    font-size: 3rem;
	line-height: 1.5;
}

.col-blue{
	color: #009DE0!important;
}


/* 左アイコン */
.hero__button-icon{
  flex:0 0 auto;
  width:49px;
  height:auto;
  margin-right: 1rem;
}

/* 中央テキスト（上下2段） */
.hero__button-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  flex:1 1 auto;
  min-width:0;
}

/* 矢印サイズはここだけで調整（例: 16px=1rem） */
:root { --arrow-size: 1rem; }

/* 右矢印（端に寄せる） */
.hero__button-arrow{
  flex: 0 0 var(--arrow-size);
  inline-size: var(--arrow-size);
  block-size: var(--arrow-size);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.55%22%20height%3D%2219.798%22%20viewBox%3D%220%200%2011.55%2019.798%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_509%22%20data-name%3D%22%E3%83%91%E3%82%B9%20509%22%20d%3D%22M15.751%2C26.828l9.9-9.9-9.9-9.9L14.1%2C8.681l8.248%2C8.248L14.1%2C25.177Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
}



.hero__right {
    width: 45%;
    margin-left: auto;
	/*margin-top: 8rem;*/
	    margin-bottom: 8rem;
}

.hero__item {
    margin-bottom: 1.2rem;
}

.hero__item:last-of-type{
	margin-bottom: 0;
}

.hero__button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    text-decoration: none;
    background: #EBF8FF;
    padding: 1.6rem 1.5rem 1.5rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
    border: 1px solid #009DE0;
    box-shadow: 0 0 6px #BAD9E8;
	  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

/* hover時：背景・文字色・影・境界 */
.hero__button:hover{
  background:#009DE0;
  color:#fff;
  border-color:#009DE0;
  box-shadow:0 0 8px #74A3BA;
}

.info-btn:hover {
    background: #009DE0;
    border-color: #009DE0;
}

.info-btn:hover .info-btn__title{
    color: #fff;
}

/*（任意）SVG/PNGアイコンを白化したい場合 */
.hero__button:hover .hero__button-arrow{
  filter: brightness(0) invert(1);
}

.hero__button-title {
    font-size: 1.375rem;
    font-weight: bold;
}

.hero__button-desc {
    font-size: 1rem;
    color: #BEBFBF;
    font-weight: 500;
    margin-top: -0.4rem;
    line-height: 1.5;
}


.section__subtitle {
    font-size: 1.375rem;
    font-weight: 500;
}

/* 白塗り + カラー縁取り（.section__title専用） */
.section__title{
  --title-stroke-color: #009DE0; /* 縁の色 */
  --title-fill-color:   #fff;    /* 中の色 */
  --title-stroke-w:     2px;     /* 縁の太さ */

  color: var(--title-fill-color);
  font-size: 5.875rem;
  line-height: 1;
  margin-top: 0.5rem;

  /* 8方向の影でアウトラインを擬似表現 */
  text-shadow:
    calc( var(--title-stroke-w)) 0                      0 var(--title-stroke-color),
    calc(-1*var(--title-stroke-w)) 0                    0 var(--title-stroke-color),
    0                      calc( var(--title-stroke-w)) 0 var(--title-stroke-color),
    0                      calc(-1*var(--title-stroke-w)) 0 var(--title-stroke-color),
    calc( var(--title-stroke-w)) calc( var(--title-stroke-w)) 0 var(--title-stroke-color),
    calc(-1*var(--title-stroke-w)) calc( var(--title-stroke-w)) 0 var(--title-stroke-color),
    calc( var(--title-stroke-w)) calc(-1*var(--title-stroke-w)) 0 var(--title-stroke-color),
    calc(-1*var(--title-stroke-w)) calc(-1*var(--title-stroke-w)) 0 var(--title-stroke-color);
}




/* =========================
   NEWS
   ========================= */

/* =========================
   NEWS — consolidated (Grid layout, equal heights)
   ========================= */

/* セクション内だけに作用するトークン */
.news{
  --news-gap-row: 2rem;           /* 上段と下段の間 */
  --news-gap: 1.5rem;             /* カード間の間隔 */
  --news-radius: 1.25rem;
  --news-border: #e5e7eb;
  --news-muted: #002333;
  --news-ink: #0f172a;
  --news-brand: #009DE0;
    --dot-color: #9ED2E8;
  --dot-size: 4px;   /* ドットの長さ（見た目は小さな四角） */
  --dot-gap: 4px;   /* ドット間隔（広げたい値） */
      margin-top: 2.2rem;

  /* モバイル〜タブレットでのサムネ既定幅（上段/下段の固定はブレーク後に指定） */
  --thumb-w: clamp(6rem, 18vw, 11.25rem); /* 96px〜180px */
}

/* レイアウト */
.news .news__rows{ display:grid;
	 /*gap: var(--news-gap-row);*/ 
	    margin-top: 3.4rem;
	}
/* ★ 行の中で各カードを等高に（行のトラック高＝最大アイテム高） */
.news .news__row{
  display:grid;
  gap: var(--news-gap);
  align-items: stretch; /* 明示 */
}

/* 初期：1カラム */
.news .news__row--top,
.news .news__row--bottom{ grid-template-columns: 1fr; }

/* md以上：上段2 / 下段2 */
@media (min-width: 768px){
  .news .news__row--top{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .news .news__row--bottom{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
/* lg以上：下段3 */
@media (min-width: 1024px){
  .news .news__row--bottom{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}

/* カード（リンク全体が押下領域）— Gridで「左：サムネ列 / 右：テキスト列」 */
.news .news-card__link{
  display:grid;
  grid-template-columns: var(--thumb-w) 1fr; /* モバイル既定：可変（行ごとの固定は下で上書き） */
  align-items:start;
  gap:1rem;
    padding: 1.8rem 0;
  background:#fff;
  color:var(--news-ink);
  text-decoration:none;
  transition: opacity .28s ease; /* hoverは不透明度のみ */

  /* ★ これで各カードが行の高さにフィットして等高になる */
  height: 100%;
  box-sizing: border-box;
}

/* hover / focus：透過0.8 のみ（影・枠色・変形はしない） */
.news .news-card__link:hover,
.news .news-card__link:focus-visible{
  opacity:.8;
  outline:none;
  box-shadow:none;
  transform:none;
  border-color:var(--news-border);
}

.news .news__row--top .news-card{
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(
    90deg,
    var(--dot-color) 0 var(--dot-size),
    transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
  ) 1 round;
}

.news .news__row--bottom .news-card{
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(
    90deg,
    var(--dot-color) 0 var(--dot-size),
    transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
  ) 1 round;
}

/* 左：アイキャッチ（列幅にフィット） */
.news .news-card__thumb{
  width:100%;
  height:auto;
aspect-ratio: 278 / 193;
  object-fit:cover;
  border-radius:calc(var(--news-radius) - 4px);
}

/* 右：テキストブロック（高さに依存せず詰め方一定） */
.news .news-card__content{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}

/* メタ（時間＋カテゴリ）横並び */
.news .news-card__meta{
  display:flex;
  align-items:center;
  gap:.75rem;
      justify-content: space-between;
font-size: max(.875rem, 10px);
  color:var(--news-muted);
      flex-wrap: wrap;
}
.news .news-card__date{     
	font-family: "Manrope", sans-serif;
    font-weight: 400;
	white-space:nowrap; 
}

/* カテゴリ（ピル）— 色だけアニメ */
.news .news-card__category{
  white-space:nowrap;
  padding:.125rem .5rem;
  border-radius:999px;
  background:#ffffff;
  color:var(--news-brand);
  border:1px solid #009DE0;
  transition: background-color .28s ease, color .28s ease, border-color .28s ease;
}
/* hover / focusでカテゴリのみ色変更（カード全体は0.8透過） */
.news .news-card__link:hover .news-card__category,
.news .news-card__link:focus-visible .news-card__category{
  background:var(--news-brand);
  color:#fff;
  border-color:var(--news-brand);
}

/* タイトル（2行省略）— 既定は16px=1rem */
.news .news-card__title{
  font-size:1rem;
    font-weight: 500;
    color: #002333;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* ===== 上段/下段 固定サイズ（px→rem） =====
   上段：画像278px=17.375rem / タイトル18px=1.125rem
   下段：画像140px=8.75rem   / タイトル16px=1rem
*/
@media (min-width: 768px){
  /* 上段：サムネ列幅を固定、タイトルを18px */
  .news .news__row--top .news-card__link{
    grid-template-columns: 17.375rem 1fr;
  }
  .news .news__row--top .news-card__title{
    font-size: 1.125rem;
  }

  /* 下段：サムネ列幅を固定、タイトルは既定16px */
  .news .news__row--bottom .news-card__link{
    grid-template-columns: 8.75rem 1fr;
  }
  .news .news__row--bottom .news-card__title{
    font-size: 1rem;
  }
}

/* モバイル微調整 */
@media (max-width: 480px){
  .news .news-card__link{ padding:.75rem; }
}

/* 動きを控えたいユーザー配慮 */
@media (prefers-reduced-motion: reduce){
  .news .news-card__link,
  .news .news-card__category{ transition:none; }
}



/* =========================
   INFORMATION
   ========================= */

section.information {
    background: #EBF8FF;
    width: 95%;
    margin: 0 auto;
    border-radius: 40px;
	    margin-top: 6.2rem;
    padding-top: 3.3rem;
    padding-bottom: 4rem;
}



/* 行レイアウト */
.information .info__rows{ display:grid; gap:2rem; margin-top: 3.4rem; }
.information .info__row{ display:grid; gap:1.5rem; }

/* 初期：1カラム */
.information .info__row--top,
.information .info__row--bottom{ grid-template-columns: 1fr; }

/* md以上：上段2 / 下段2 */
@media (min-width: 768px){
  .information .info__row--top{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .information .info__row--bottom{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* lg以上：下段3 */
@media (min-width: 1024px){
  .information .info__row--bottom{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}

/* フォントサイズ（NEWSと同じ：上段=18px、下段=16px） */
.information .info-btn__title{
  font-size: 1rem;
  line-height: 1.5;
    font-weight: bold;
    color: #002333;
}

.info-btn {
    background: #FFFFFF;
    border-radius: 80px;
    padding: 1.8125rem 2.6rem;
	display: flex;
    align-items: center;
		  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease;
}

span.info-btn__arrow {
    margin-left: auto;
    display: block;
	  aspect-ratio: 1 / 1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-567%20-2326)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(567%202326)%22%20fill%3D%22%23fff%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2226%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(581.101%202340.101)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.515%2C23.8%2C24%2C15.413%2C15.515%2C7.03%2C14.1%2C8.428l7.072%2C6.985L14.1%2C22.4Z%22%20transform%3D%22translate(-7.153%20-3.514)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H23.8V23.8H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
      font-size: 3.2rem;
}

span.info-btn__arrow.sml{
    font-size: 2.075rem;
}



@media (min-width: 768px){
  .information .info__row--top .info-btn__title{ font-size: 1.125rem; } /* 18px */
  .information .info__row--bottom .info-btn__title{ font-size: 1rem; }  /* 16px */
}





/* =========================
   CASE STUDY slider
   ========================= */
.case-study{
  --case-gap: 0.75rem;
  --case-radius: 1.25rem;
  --case-ink: #002333;
  --case-muted: #009DE0;
  --case-brand: #009DE0;
  --case-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

.case-study .case-study__splide{
  overflow: visible; /* 影やはみ出しを見せたいとき */
}

.case-study .splide__track{
  padding-block: .25rem; /* 上下のちょい余白（任意） */
}

.case-study .splide__list{
  gap: var(--case-gap);
}

.case-study .splide__slide{
  height: auto; /* カード高さの自動伸縮 */
}

/* カード */
.case-study .case-card{
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: var(--case-ink);
  background: #fff;
  border-radius: var(--case-radius);
  box-shadow: var(--case-shadow);
  overflow: hidden;
  transition: opacity .25s ease;
}
.case-study .case-card:hover,
.case-study .case-card:focus-visible{
  opacity: .9;
  outline: none;
}

/* サムネイル */
.case-study .case-card img{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;       /* 必要に応じて変更 */
  object-fit: cover;
  display: block;
}

/* テキスト部 */
.case-study .case-card__content{
  padding: 1rem 1.3rem 1.3rem;
  display: grid;
  gap: .25rem;
}
.case-study .case-card__title{
  font-size: 1rem;
  line-height: 1.5;
  font-weight:500;
}
.case-study .case-card__category{
  font-size:max(.875rem, 10px);
  color: var(--case-muted);
  line-height: 1.6;
}

.case-study__slide{
	margin-top: 3.3rem;
}

section.case-study{
	margin-top: 6.2rem;
}

/* Splide レイアウト設定（表示枚数・間隔） */
.case-study .splide__list{ margin: 0; }
.case-study .splide__slide{ margin: 0; }



/* =========================
   USEFUL CONTENT
   ========================= */

/* 1440px時に 3カラム×(各390px) + ギャップ30px(=15px×2) = 1200px 想定 */
.useful-content { --uc-gap: 0.9375rem; }

/* 3カラム（3つで折り返し） */
.useful-content .useful-content__rows{
  display: grid;
  row-gap: calc(2 * var(--uc-gap));
  column-gap: var(--uc-gap); 
  /* 各カード幅 = (コンテナ幅 - ギャップ×2) / 3
     → 1440px時にコンテナが1200pxなら各390px */
  grid-template-columns: repeat(3, minmax(0, calc((100% - 2 * var(--uc-gap)) / 3)));
  align-items: stretch;
  margin-top: 3.3rem;
}

/* タブレット：2カラム */
@media (max-width: 1024px){
  .useful-content .useful-content__rows{
    /* 各カード幅 = (コンテナ幅 - ギャップ×1) / 2 */
    grid-template-columns: repeat(2, minmax(0, calc((100% - var(--uc-gap)) / 2)));
  }
}

/* モバイル：1カラム */
@media (max-width: 568px){
  .useful-content .useful-content__rows{
    grid-template-columns: 1fr;
  }
}

/* カード内レイアウト（カテゴリ・画像・タイトル） */
.useful-content .useful-card__link{
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.75rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity .25s ease;
  border-radius: 1.25rem;
}

/* 画像＋カテゴリ（左上オーバーレイ） */
.useful-content .useful-card__thumb{ position: relative; }
.useful-content .useful-card__thumb img{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;    /* 必要に応じて比率変更 */
  object-fit: cover;
  display: block;
    border-radius: 1.25rem;
}
.useful-content .useful-card__category{
  position: absolute;
  top: 0; left: 0;
  padding: 0.5rem 0.5rem;
  font-size:max(.875rem, 10px);
  line-height: 1;
  color: #009DE0;
  background:#ffffff; /* #009DE0 */
  border-radius:20px 18px 18px 0px;
}

/* タイトル */
.useful-content .useful-card__title{
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding:0rem 0.75rem;
  /* 2行省略にしたい場合は下を有効化
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  */
}

.useful-content .useful-card__link:hover{
	opacity: 0.8;
}


section.useful-content {
    background: #F7F7F7;
    margin-top: 6.2rem;
    padding-top: 3.3rem;
    padding-bottom: 4rem;
}

section.useful-content .section__title {
    color: #F7F7F7;
}






/* =========================
   COLUMN
   ========================= */

.column{
  --col-gap: 1.25rem;
  --col-radius: 1.25rem;
  --col-ink: #002333;
  --col-muted: #BEBFBF;
  --col-brand: #009DE0;

  /* 左画像の列幅ガード（最小/最大）とPC時の割合 */
  --col-thumb-min: 16.25rem;   /* 260px */
  --col-thumb-max: 35rem;      /* 560px */
  --col-thumb-pc: 42.935%;       /* 1200px の 39.5% = 474px（1440時） */
}

/* 記事リスト（1件ずつ縦積み） */
.column .column__rows{
  display: grid;
  gap: 2rem;
      margin-top: 3.3rem;
}

section.column {
    margin-top: 6.2rem;
}

/* カード本体（リンク全体が押下領域） */
.column .column-card__link{
  display: grid;
  /* PC：左=画像列（min～max の範囲で 39.5% を理想） / 右=テキスト列 */
  grid-template-columns:
    minmax(var(--col-thumb-min), min(var(--col-thumb-pc), var(--col-thumb-max)))
    1fr;
  align-items: stretch;
  gap: var(--col-gap);
  text-decoration: none;
  color: var(--col-ink);
    padding: 2rem 3rem;
    background: #F7F7F7;
  border-radius: var(--col-radius);
  overflow: hidden;
  transition: opacity .25s ease;
}
.column .column-card__link:hover,
.column .column-card__link:focus-visible{
  opacity: .9;
  outline: none;
}

/* 左：画像 */
.column .column-card__thumb{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;     /* 必要に応じて調整可 */
  object-fit: cover;
  display: block;
    border-radius: var(--col-radius);
}

/* 右：テキストブロック（縦積み。日付を最下部へ） */
.column .column-card__content{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: var(--col-gap);
  min-width: 0;
}

/* カテゴリ（小さなピル） */
.column .column-card__category{
    align-self: flex-start;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
  color: var(--col-brand);
}

/* タイトル */
.column .column-card__title{
    font-size: 1.125rem;
    /* line-height: 1.5; */
    font-weight: 500;
  color: inherit;
  margin: 0;
      margin-top: 1rem;
}

/* 日付（右カラムの最下部に固定） */
.column .column-card__date{
  margin-top: auto;        /* ← これで最下段へ押し下げ */
  font-size:1rem;
  color: var(--col-muted);
}

/* レスポンシブ：タブレット以下で縦積み */
@media (max-width: 568px){
  .column .column-card__link{
    grid-template-columns: 1fr;     /* 上：画像 / 下：テキスト */
  }
  .column .column-card__thumb{
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .column .column-card__title{
    font-size: 1.125rem;            /* 18px 相当 */
  }
}




/* ===== Pick Up Slider（他のSplideと衝突しないスコープ）===== */

/* 左側クリップはinner側で実施 */
.pick-up .section__inner{
  overflow: hidden; /* clipでもOK */
}

/* 絶対配置やめる → 幅100%でフローに載せる */
.pick-up__slide{
  position: relative;
  width: 100%;
}

/* 左側はインナーからはみ出さない */
.pick-up .section__inner { overflow: hidden; }
@supports (overflow: clip) {
  .pick-up .section__inner { overflow: clip; }
}

/* 可変幅とギャップをCSS変数で一元管理 */
.splide--pickup {
  --pickup-gap: 16px;
  /* 1440px想定の“4枚+右半分”を作りやすいカード幅 */
  --pickup-card-w: clamp(260px, 19.3vw, 460px);
}

/* リストのギャップはCSSのみ（JSには指定しない） */
.splide--pickup .splide__list { gap: var(--pickup-gap); }

/* autoWidth用：各スライド幅をCSSで決める */
.splide--pickup .splide__slide { width: var(--pickup-card-w) !important; }

/* 右だけ半分見切れ（= 1枚の半分 + gapの半分） */
.splide--pickup .splide__track {
  padding-left: 0;
  padding-right: calc((var(--pickup-card-w) / 2) + (var(--pickup-gap) / 2));
}

/* レスポンシブ：カード幅だけを調整すれば半見切れも自動追従 */
@media (max-width: 1024px) {
  .splide--pickup {   --pickup-card-w: clamp(260px, 19.3vw, 460px); }
}
@media (max-width: 568px) {
  .splide--pickup { --pickup-card-w: min(78vw, 360px); }
}



/* カード（画像＋下部テキスト） */
.splide--pickup .pickup-card {
  position: relative;
  margin: 0;
  aspect-ratio:70/99;
  overflow: hidden;
      border-radius: 1.25rem;
  contain: content;
}
.splide--pickup .pickup-card > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .25s linear;
}
.splide--pickup .splide__slide:hover .pickup-card > img { transform: scale(1.015); }

.splide--pickup .pickup-card__name {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1rem 1.2rem; font-weight:500; font-size: 1.125rem; line-height: 1.5; color: #fff; z-index: 1;
}
.splide--pickup .pickup-card::after {
  content:""; position:absolute; left:0; right:0; bottom:0; height:40%;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0)); pointer-events:none;
}

section.pick-up{
	margin-top: 6.2rem;
}






/* ===== FAQ ===== */

/* グリッド：2列×2段、スマホで1列 */
.faq .faq__raws {
  --faq-gap-x: 1.5rem; /* 24px相当 */
  --faq-gap-y: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--faq-gap-x);
  row-gap: var(--faq-gap-y);
  margin-top: 3.4rem;
}

/* カード：等高・角丸・薄い影 */
.faq .faq-card {
  background: #fff;
  border-radius:1.25rem; /* 16px相当 */
  padding: 2.5rem; /* 24px相当 */
  display: flex;
  flex-direction: column;
  gap: 1.2rem; /* 12px相当 */
  min-height: 100%;
}

/* タイトル（カテゴリ） */
.faq .faq-card__title {
  margin: 0;
  font-size: 1.125rem; /* 18px相当 */
  font-weight: 500;
  color:#009DE0;
}

/* リスト */
.faq .faq-card__list {
  margin: 0;
  padding-left: 1.2em; /* 箇条書き位置はemで維持 */
  display: grid;
  gap: 0.7rem; /* 6px相当 */
}

section.faq {
    background: #EBF8FF;
    margin-top: 6.2rem;
    padding-top: 3.3rem;
    padding-bottom: 4rem;
}

section.faq .section__title{
	color: #EBF8FF;
}

.faq .faq-card__list li{
    display: list-item;
    list-style: disc;
    color: #9ED2E8;
}

/* リンク */
.faq .faq-card__list a {
  color:#002333;
    text-decoration: underline;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
  text-underline-offset: 0.125rem;
      font-weight: 400;
}
.faq .faq-card__list a:hover,
.faq .faq-card__list a:focus-visible {
  text-decoration: none;
  opacity: 0.85;
}

/* スマホ時：1列に */
@media (max-width: 767.8px) {
  .faq .faq__raws {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2rem;
  }
  .faq .faq-card {
    border-radius: 0.75rem; /* 12px相当 */
    padding: 2rem; /* 16px相当 */
  }
}

/* アクセシビリティ（Tab移動時の可視フォーカス） */
.faq .faq-card__list a:focus-visible {
  outline: 0.125rem solid var(--faq-accent, #1e66ff);
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}


.breadcrumb__inner span.current-item {
    color: #002333;
}

/* ============ Breadcrumb（NavXT両対応・ライン接続） ============ */
.breadcrumb {
  --crumb-line: var(--news-sep, #BEBFBF);     /* 接続ライン色 */
  --crumb-link: var(--news-text, #002333);    /* リンク色 */
  --crumb-muted: var(--news-muted, #BEBFBF);  /* カレント等の抑え色 */
    font-size: max(.875rem, 10px);
}
.breadcrumb .breadcrumb__inner { 
	display: flex;
	padding-block: 1.5rem; 
    flex-wrap: wrap;
    gap: 0.5rem 0;
}

/* NavXTが <ol>/<ul> を出す場合 */
.breadcrumb .breadcrumb__inner > ol,
.breadcrumb .breadcrumb__inner > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* NavXTが <span typeof="BreadcrumbList"> を出す場合（bcn_display） */
.breadcrumb .breadcrumb__inner [typeof="BreadcrumbList"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

/* 各アイテム（li または itemListElement） */
.breadcrumb .breadcrumb__inner li,
.breadcrumb .breadcrumb__inner [property="itemListElement"] {
  display: inline-flex;
  align-items: center;
  color: var(--crumb-link);
}

/* 文字つなぎではなく“ライン”で接続 */
.breadcrumb .breadcrumb__inner li:not(:first-child)::before,
.breadcrumb .breadcrumb__inner [property="itemListElement"]:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1rem;         /* ライン長 */
  height: 1px;            /* ライン太さ */
  background: var(--crumb-line);
  margin-inline: .5rem;   /* テキストとの間隔 */
  opacity: .9;
}

/* 既存の区切り記号（› など）が出ている場合は非表示 */
.breadcrumb .breadcrumb__inner .separator { display: none !important; }

/* リンクの見た目 */
.breadcrumb .breadcrumb__inner a {
  color: var(--crumb-link);
  text-decoration: none;
}
.breadcrumb .breadcrumb__inner a:hover,
.breadcrumb .breadcrumb__inner a:focus-visible {
  text-decoration: underline;
  opacity: .9;
}

/* カレント（最後の要素）は抑え色に */
.breadcrumb .breadcrumb__inner li:last-child,
.breadcrumb .breadcrumb__inner [property="itemListElement"]:last-child {
  color: var(--crumb-muted);
}
.breadcrumb .breadcrumb__inner li:last-child a,
.breadcrumb .breadcrumb__inner li:last-of-type span.current-item{
  pointer-events: none;
  color: var(--crumb-muted);
  text-decoration: none;
}

/*
.breadcrumb .breadcrumb__inner [property="itemListElement"]:last-child a*/



/* 小さめ画面でも読みやすく */
@media (max-width: 48rem) {
  .breadcrumb { font-size: .8125rem; }
  .breadcrumb .breadcrumb__inner li:not(:first-child)::before,
  .breadcrumb .breadcrumb__inner [property="itemListElement"]:not(:first-child)::before {
    width: 1rem;
    margin-inline: .375rem;
  }
}


/* ===========================
   NEWS アーカイブ／カテゴリ 専用（完全スコープ）
   =========================== */
.archive-news {
  --news-gap-x: 2.15rem;        /* 行内の左右ギャップ */
  --news-gap-y: 1.55rem;        /* 行間 */
  --news-thumb-w: 13.625rem;       /* 120px相当 */
  --news-radius:1.25rem;
  --news-chip-h: 2rem;          /* フィルタチップの高さ */
  --news-chip-sm-h: 1.5rem;     /* 行内チップの高さ */
  --news-chip-bg: #ffffff;
  --news-chip-bd: #009DE0;
  --news-chip-fg: #009DE0;
  --news-sep: #9ED2E8;  /* 罫線（点線）の色 */
  --news-text: #002333;         /* 本文色 */
  --news-muted: #BEBFBF;        /* 補助テキスト */
}

/* ---------- フィルタ（カテゴリチップ） ---------- */
.archive-news .archive-news__filters {
    margin-block: 1.5rem 1.25rem;
    background: #F7F7F7;
    padding: 2.5rem 3.5rem;
	margin-top: 0;
}
.archive-news .archive-news__filters-list {
  display: flex; flex-wrap: wrap; gap: 1rem;
  margin: 0; padding: 0; list-style: none;
}
.archive-news .chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: var(--news-chip-h);    padding: 0.9376rem;
  border-radius: var(--news-chip-h);
  border: .0625rem solid var(--news-chip-bd);
  background: var(--news-chip-bg);
  color: var(--news-chip-fg);
  font-size: max(.875rem, 10px); line-height: 1; text-decoration: none;
  transition: opacity .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.archive-news .chip:hover { opacity: .85; }
.archive-news .chip.is-active { background: var(--news-chip-fg); color: #fff; border-color: var(--news-chip-fg); }
.archive-news .chip--sm {
  height: var(--news-chip-sm-h);
  border-radius: var(--news-chip-sm-h);
}

/* ---------- 一覧行（罫線で区切り） ---------- */
.archive-news .archive-news__rows {    margin-top: 5rem; }
.archive-news .news-row {  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(
    90deg,
    var(--dot-color) 0 var(--dot-size),
    transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
  ) 1 round;}

/* ★ Flex + baseline 揃え */
.archive-news .news-row__link {
  display: flex;
  align-items: baseline;                 /* ← 追加：テキスト基準線で揃える */
  gap: var(--news-gap-x);
  padding-block: var(--news-gap-y);
  text-decoration: none;
  color: inherit;
}

.archive-news .news-row:nth-child(n+2) {
	border-top: 0;
    margin: 0;
}

/* サムネ：固定幅。baselineの影響を受けないよう中央寄せ */
.archive-news .news-row__thumb {
  flex: 0 0 var(--news-thumb-w);
  width: var(--news-thumb-w);
  aspect-ratio: 218 / 153;
  border-radius: var(--news-radius);
  overflow: hidden;
  background: #e9ecef;
  align-self: center;                    /* ← baselineのズレ防止 */
}
.archive-news .news-row__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 右カラム */
.archive-news .news-row__body { flex: 1 1 auto; min-width: 0; }

/* メタ（日時＋カテゴリチップ） */
.archive-news .news-row__meta {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.archive-news .news-row__date {     font-family: "Manrope", sans-serif; font-size:max(.875rem, 10px); color: var(--news-muted); white-space: nowrap; }
.archive-news .news-row__chips { display: inline-flex; gap: 0.6rem; margin: 0; padding: 0; list-style: none; }

/* タイトル */
.archive-news .news-row__title { font-size: 1.125rem; line-height: 1.7; font-weight: 500; margin: 0; }

/* ---------- ページネーション ---------- */
.archive-news .archive-news__pagenavi { display: flex; justify-content: center; margin-top: 2.5rem; }

/* WP-PageNavi */
.archive-news .wp-pagenavi { display: inline-flex; gap: 0.8rem; align-items: center; }
.archive-news .wp-pagenavi a,
.archive-news .wp-pagenavi span {
	    font-family: "Manrope", sans-serif;
  width: 2rem; height: 2rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: .0625rem solid #BEBFBF; color: #BEBFBF; text-decoration: none; font-size: max(.875rem, 10px);
}
.archive-news .wp-pagenavi .current {     font-family: "Manrope", sans-serif; background: var(--news-chip-fg); color: #fff; border-color: var(--news-chip-fg); }

/* the_posts_pagination フォールバック */
.archive-news .navigation .nav-links { display: inline-flex; gap: 0.8rem; }
.archive-news .navigation .page-numbers {
  width: 2rem; height: 2rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: .0625rem solid #BEBFBF; color: #BEBFBF; text-decoration: none; font-size: max(.875rem, 10px);
}

.wp-pagenavi span.pages {
    display: none !important;
}

.archive-news .navigation .page-numbers.current { background: var(--news-chip-fg); color: #fff; border-color: var(--news-chip-fg); }


.wp-pagenavi a.nextpostslink {
    aspect-ratio: 1 / 1;
    margin-left: 2rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.55%22%20height%3D%2219.798%22%20viewBox%3D%220%200%2011.55%2019.798%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_509%22%20data-name%3D%22%E3%83%91%E3%82%B9%20509%22%20d%3D%22M15.751%2C26.828l9.9-9.9-9.9-9.9L14.1%2C8.681l8.248%2C8.248L14.1%2C25.177Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
    width: 1rem;
    height: 1rem;
    border: 0;
}

.wp-pagenavi a.previouspostslink
{
    aspect-ratio: 1 / 1;
    margin-right: 2rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.55%22%20height%3D%2219.798%22%20viewBox%3D%220%200%2011.55%2019.798%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_509%22%20data-name%3D%22%E3%83%91%E3%82%B9%20509%22%20d%3D%22M15.751%2C26.828l9.9-9.9-9.9-9.9L14.1%2C8.681l8.248%2C8.248L14.1%2C25.177Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
    width: 1rem;
    height: 1rem;
    border: 0;
	transform: scale(-1, 1);
}


/* ---------- レスポンシブ ---------- */
/* ===== ここだけ差し替え（768px以下・480px以下） ===== */
@media (max-width: 767.8px) { /* ≤768px */
  .archive-news {
    /* 120px〜144pxの範囲で画面幅に応じて拡大 */
    --news-thumb-w: clamp(7.5rem, 30vw, 9rem);
  }
  .archive-news .news-row__link {
    align-items: flex-start; /* モバイルは上揃え */
    gap: 1rem;
    padding-block: 2rem;
  }
}

@media (max-width: 575.8px) { /* ≤480px（さらに少し大きく） */
  .archive-news {
    /* 128px〜160pxで可変（親指でも視認しやすいサイズ） */
    --news-thumb-w: clamp(8rem, 36vw, 10rem);
  }
}

/* アクセシビリティ */
.archive-news .chip:focus-visible,
.archive-news .news-row__link:focus-visible {
  outline: .125rem solid var(--news-chip-fg);
  outline-offset: .125rem;
  border-radius: .375rem;
}






/* ===============================
   Professional cards (scoped)
   =============================== */
.page-professoinal {
  --prof-bg: #EBF8FF;
  --prof-card-bg: #fff;
  --prof-card-bd: #009DE0;
  --prof-title: #002333;
  --prof-text: #002333;
  --prof-cta-bg: #12a3e0;
  --prof-cta-icon: #fff;
  --prof-radius: 1.25rem;
  --prof-radius-lg: 1.25rem;
  --prof-border: 1px;
  --prof-gap: 2.4rem;
  --prof-pad: 2.2rem;
  --prof-cta-size: 3.75rem;
  --prof-cta-stroke: 0.2rem;

  background: var(--prof-bg);
  padding: 4rem 0;
}

.page-professoinal .professoinal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--prof-gap);
}

/* 左の大カードは2行スパン */
.page-professoinal .prof-card.is-featured { grid-row: span 2; }

/* ====== カード ====== */
.page-professoinal .prof-card {
  position: relative;
  display: block;
  background: var(--prof-card-bg);
  border: var(--prof-border) solid var(--prof-card-bd);
  border-radius: var(--prof-radius-lg);
    padding: 2.8rem 2.5rem;
  text-decoration: none;
  transition: opacity .2s ease;
}

/* hoverは透過のみ */
.page-professoinal .prof-card:hover { opacity: 0.8; }

/* 上段：アイコン＋タイトル（flex） */
.page-professoinal .prof-card__main {
  display: flex;
  gap: 1.6rem;
      align-items: center;
}

.page-professoinal .prof-card__icon img {
  display: block;
  width: 7rem;    /* 1440px基準 */
  height: auto;
}

.page-professoinal .prof-card__title {
  margin: 0;
    font-size: 1.125rem;   /* 1440px想定のベース値 */
  font-weight: 700;
  line-height: 1.6;
  color: var(--prof-title);
      margin-top: -1.5rem;
}

.page-professoinal .prof-card__icon.sub img{
    width: 3.875rem;
	    min-width: 3.875rem;
    min-height: 3.875rem;
	height: 3.875rem;
}

.prof-card__main.product-front-card figure.prof-card__icon.sub {
    min-width: 3.875rem;
    min-height: 3.875rem;
    margin-bottom: 0;
}

.prof-card__main.product-front-card .prof-card__title {
    margin: 0;
    margin-bottom: 0.5rem;
}

/* 本文はflexの外：上に余白 */
.page-professoinal .prof-card__desc {
  margin-top: 0;
  color: var(--prof-text);
  font-size: 1rem;
  line-height: 1.9;
}
.page-professoinal .prof-card__desc p { margin: 0 0 .6rem; }
.page-professoinal .prof-card__desc p.sml { font-size: max(.75rem, 10px); }
.page-professoinal .prof-card__desc p:last-child { margin-bottom: 0; width: 88%; }

/* 右下の丸CTA（枠の右下固定） */
.page-professoinal .prof-card__cta {
  position: absolute;
  right: var(--prof-pad);
  bottom: var(--prof-pad);
  width: var(--prof-cta-size);
  height: var(--prof-cta-size);
  display: inline-grid;
  place-items: center;
      margin-left: auto;
    display: block;
	  aspect-ratio: 1 / 1;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3191%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203191%22%20transform%3D%22translate(-0.385%20-984)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1611%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201611%22%20width%3D%2260%22%20height%3D%2260%22%20rx%3D%2230%22%20transform%3D%22translate(0.385%20984)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(18.257%201001.658)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.555%2C24.27l8.728-8.62L15.555%2C7.03%2C14.1%2C8.467l7.272%2C7.182L14.1%2C22.832Z%22%20transform%3D%22translate(-6.956%20-3.414)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H24.471V24.471H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
      font-size: 3.2rem;
}
.page-professoinal .prof-card__cta-icon { width: 100%; height: 100%; }
.page-professoinal .prof-card__cta-icon circle { fill: var(--prof-cta-bg); }
.page-professoinal .prof-card__cta-icon path {
  stroke: var(--prof-cta-icon);
  stroke-width: var(--prof-cta-stroke);
}

/* ====== タブレット以下 ====== */
@media (max-width: 767.8px) {
  .page-professoinal .professoinal-cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .page-professoinal .prof-card.is-featured { grid-row: auto; }
  .page-professoinal .prof-card {
    border-radius: var(--prof-radius);
    padding: 2rem;
  }
  .page-professoinal .prof-card__icon img { width: 5.2rem; }
  .page-professoinal .prof-card__cta {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}

/* ====== スマホ以下 ====== */
@media (max-width: 575.8px) {
  .page-professoinal .prof-card { padding: 1.6rem; }
  .page-professoinal .prof-card__icon img { width: 4.6rem; }
  .page-professoinal .prof-card__title { font-size: 1.375rem; line-height: 1.5; }
  .page-professoinal .prof-card__desc { font-size: 1rem; }
  .page-professoinal .prof-card__cta {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 3rem;
    height: 3rem;
  }
}



/* ===============================
   Professoinal Information (scoped)
   =============================== */
.page-professoinal-information {
  --info-bg: #ffffff;
  --info-card-bg: #F7F7F7;
  --info-card-bd: #F7F7F7;
  --info-title: #002333;
  --info-text: #002333;

  --info-radius: 1.25rem;
  --info-border: 1px;
  --info-gap: 2.4rem;
  --info-pad: 2.2rem;

  --info-cta-size: 3rem;       /* CTA丸サイズ */
  --info-cta-color: #fff;         /* → の色 */
  --info-cta-bg: #009DE0;         /* CTA背景色 */
  --info-cta-bgimg: none;         /* base64画像をここに入れる */

      --dot-color: #9ED2E8;
    --dot-size: 4px;
    --dot-gap: 4px;

  background: var(--info-bg);
  padding: 4rem 0;
  padding-bottom: 0;
}

/* ===== セクショングループ ===== */
.page-professoinal-information .info-group {
    margin-bottom: 0;
    margin-top: 1rem;
}
.page-professoinal-information .info-group__title {
  margin: 0 0 2.2rem;
  font-size: 2rem;     /* 32px */
  line-height: 1.4;
  font-weight: 700;
  color: var(--info-title);
}

/* ===== グリッド ===== */
.page-professoinal-information .info-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 4.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--info-gap);
}

/* ===== カード ===== */
.page-professoinal-information .info-card {
  position: relative;
  display: block;
  background: var(--info-card-bg);
  border: var(--info-border) solid var(--info-card-bd);
  border-radius: var(--info-radius);
  padding: var(--info-pad);
  text-decoration: none;
  color: var(--info-text);
transition: opacity .28s ease;
      padding-bottom: 5rem;
}
.page-professoinal-information .info-card:hover {
  opacity: .8;
  background-color: #EBF8FF;
  border-color: #EBF8FF;
}

/* 本文 */
.page-professoinal-information .info-card__title {
  margin: 0 0 .6rem;
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  font-weight: 700;
  color: var(--info-title);
}
.page-professoinal-information .info-card__desc {
  margin: 0;
  font-size: max(.875rem, 10px); /* 14px基準, 最小10px */
  line-height: 1.9;
}

.page-professoinal-information .info-card__title .sml {
    font-size: max(.75rem, 10px);
}

/* CTA：右下固定 */
.page-professoinal-information .info-card__cta {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: var(--info-cta-size);
  height: var(--info-cta-size);
  display: inline-flex;
  align-items: center;
      color: transparent;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.4rem;   /* 矢印「→」の大きさ */
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none; /* CTA自体はクリック不可、a全体でリンク */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3191%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203191%22%20transform%3D%22translate(0%20-984)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1611%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201611%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%2224%22%20transform%3D%22translate(0%20984)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(14.512%20998.036)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.257%2C20.734l6.938-6.852L15.257%2C7.03%2C14.1%2C8.173l5.781%2C5.709L14.1%2C19.591Z%22%20transform%3D%22translate(-8.421%20-4.156)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H19.452V19.452H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}



.page-professoinal-information .section__inner {
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(
      90deg,
      var(--dot-color) 0 var(--dot-size),
      transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
    ) 1 repeat;
  border-image-slice: 1;
}


/* ===== Responsive ===== */
@media (max-width: 767.8px) {
  .page-professoinal-information .info-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
}

@media (max-width: 575.8px) {
  .page-professoinal-information .info-grid {
    grid-template-columns: 1fr;   /* 1列 */
    gap: 1.6rem;
  }
  .page-professoinal-information .info-card {
        padding: 1.6rem 1.6rem 3rem;
  }
  .page-professoinal-information .info-card__cta {
    right: 1rem;
    bottom: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}





/* ===============================
   Professoinal Information : Other (scoped)
   =============================== */
.page-professoinal-information__other{
  --other-title: #002333;
  --other-text: #002333;
  --other-muted: #5c7380;
  --other-gap: 1.5rem;
  --other-card-pad: 1.2rem;

  /* 見出し用 */
  --other-h2: 2rem;       /* 32px */
  --other-h3: 1.375rem;   /* 22px（必要なら数値調整OK） */

  /* サムネ */
  --thumb-radius: 0.75rem;     /* 12px相当 */
  --thumb-bd: 0;               /* 必要なら 1px solid #e6eef2 等 */

  /* 会社カード */
  --logo-box-w: 14rem;         /* 224px */
  --logo-box-h: 7.5rem;        /* 120px相当 */
  --logo-box-pad: 1rem;
  --logo-box-bd: 1px solid #e6eef2;
  --logo-box-radius: 0.75rem;

  padding: 4rem 0;
  color: var(--other-text);
}

/* ===== セクション見出し ===== */
.page-professoinal-information__other .other__title{
  margin: 0 0 2rem;
  font-size: var(--other-h2);
  line-height: 1.3;
  font-weight: 700;
  color: var(--other-title);
}

/* ===== ブロックヘッダ（アイコン＋小見出し） ===== */
.page-professoinal-information__other .other-block{ margin-top: 2rem; }
.page-professoinal-information__other .other-block__head{
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.5rem;
}
.page-professoinal-information__other .other-block__icon{
  flex: 0 0 2.5rem;
  width: 2.5rem; height: 2.5rem;
  background-size: contain;
  border-radius: 50%;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3245%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203245%22%20transform%3D%22translate(-120)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3244%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203244%22%20transform%3D%22translate(120)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_34%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2034%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22%23ebf8ff%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(129.053%209.051)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_426%22%20data-name%3D%22%E3%83%91%E3%82%B9%20426%22%20d%3D%22M16.4%2C12.884a3.848%2C3.848%2C0%2C0%2C0-5.434%2C0L7.123%2C16.725a3.843%2C3.843%2C0%2C0%2C0%2C5.434%2C5.434L13.614%2C21.1m-.73-4.7a3.848%2C3.848%2C0%2C0%2C0%2C5.434%2C0l3.841-3.841a3.843%2C3.843%2C0%2C1%2C0-5.434-5.434L15.669%2C8.18%22%20transform%3D%22translate(-3.53%20-3.53)%22%20fill%3D%22none%22%20stroke%3D%22%2313a3e0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_427%22%20data-name%3D%22%E3%83%91%E3%82%B9%20427%22%20d%3D%22M0%2C0H22.223V22.223H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.page-professoinal-information__other .other-block__icon.ptn02{
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3246%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203246%22%20transform%3D%22translate(-120)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3244%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203244%22%20transform%3D%22translate(120)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_34%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2034%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22%23ebf8ff%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(128.947%208.946)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_427%22%20data-name%3D%22%E3%83%91%E3%82%B9%20427%22%20d%3D%22M0%2C0H21.965V21.965H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3249%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203249%22%20transform%3D%22translate(1.862%200.001)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_464%22%20data-name%3D%22%E3%83%91%E3%82%B9%20464%22%20d%3D%22M229.71%2C120.157h-7.715a.355.355%2C0%2C0%2C1-.355-.355V103.1a.355.355%2C0%2C0%2C1%2C.532-.307l7.715%2C4.454a.355.355%2C0%2C0%2C1%2C.177.307V119.8a.355.355%2C0%2C0%2C1-.355.355m-7.36-.709h7.006V107.755l-7.006-4.044Z%22%20transform%3D%22translate(-211.823%20-98.192)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_465%22%20data-name%3D%22%E3%83%91%E3%82%B9%20465%22%20d%3D%22M352.644%2C250.5a.355.355%2C0%2C0%2C1-.355-.355V239.481a.355.355%2C0%2C0%2C1%2C.709%2C0v10.665a.355.355%2C0%2C0%2C1-.355.355%22%20transform%3D%22translate(-336.685%20-228.536)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_466%22%20data-name%3D%22%E3%83%91%E3%82%B9%20466%22%20d%3D%22M309.075%2C226.474a.355.355%2C0%2C0%2C1-.355-.355V214.341a.355.355%2C0%2C0%2C1%2C.709%2C0v11.779a.355.355%2C0%2C0%2C1-.355.355%22%20transform%3D%22translate(-295.046%20-204.509)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_467%22%20data-name%3D%22%E3%83%91%E3%82%B9%20467%22%20d%3D%22M265.536%2C202.448a.355.355%2C0%2C0%2C1-.355-.355V189.2a.355.355%2C0%2C1%2C1%2C.709%2C0v12.892a.355.355%2C0%2C0%2C1-.355.355%22%20transform%3D%22translate(-253.436%20-180.481)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_468%22%20data-name%3D%22%E3%83%91%E3%82%B9%20468%22%20d%3D%22M10.171%2C21.967H7.894a.355.355%2C0%2C0%2C1-.355-.355V15.977H2.987v5.635a.355.355%2C0%2C0%2C1-.355.355H.355A.355.355%2C0%2C0%2C1%2C0%2C21.612V6.022a.355.355%2C0%2C0%2C1%2C.177-.307L9.994.048a.355.355%2C0%2C0%2C1%2C.532.307V21.612a.355.355%2C0%2C0%2C1-.355.355m-1.923-.709H9.817V.97L.709%2C6.227V21.257H2.278V15.623a.355.355%2C0%2C0%2C1%2C.355-.355H7.894a.355.355%2C0%2C0%2C1%2C.355.355Z%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_469%22%20data-name%3D%22%E3%83%91%E3%82%B9%20469%22%20d%3D%22M50.429%2C166.842H48.154a.355.355%2C0%2C0%2C1-.355-.355V164.07a.355.355%2C0%2C0%2C1%2C.355-.355h2.275a.355.355%2C0%2C0%2C1%2C.355.355v2.418a.355.355%2C0%2C0%2C1-.355.355m-1.92-.709h1.566v-1.709H48.509Zm-1.773.709H44.462a.355.355%2C0%2C0%2C1-.355-.355V164.07a.355.355%2C0%2C0%2C1%2C.355-.355h2.274a.355.355%2C0%2C0%2C1%2C.355.355v2.418a.355.355%2C0%2C0%2C1-.355.355m-1.919-.709h1.564v-1.709H44.816Zm5.613-3.127H48.154a.355.355%2C0%2C0%2C1-.355-.355v-2.417a.355.355%2C0%2C0%2C1%2C.355-.355h2.275a.355.355%2C0%2C0%2C1%2C.355.355v2.417a.355.355%2C0%2C0%2C1-.355.355m-1.92-.709h1.566v-1.707H48.509Zm-1.773.709H44.462a.355.355%2C0%2C0%2C1-.355-.355v-2.417a.355.355%2C0%2C0%2C1%2C.355-.355h2.274a.355.355%2C0%2C0%2C1%2C.355.355v2.417a.355.355%2C0%2C0%2C1-.355.355m-1.919-.709h1.564v-1.707H44.816Z%22%20transform%3D%22translate(-42.153%20-152.8)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_470%22%20data-name%3D%22%E3%83%91%E3%82%B9%20470%22%20d%3D%22M57.037%2C480.633H51.776a.355.355%2C0%2C1%2C1%2C0-.709h5.262a.355.355%2C0%2C1%2C1%2C0%2C.709%22%20transform%3D%22translate(-49.143%20-458.669)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_471%22%20data-name%3D%22%E3%83%91%E3%82%B9%20471%22%20d%3D%22M111.161%2C351.4a.355.355%2C0%2C0%2C1-.355-.355v-5.989a.355.355%2C0%2C0%2C1%2C.709%2C0v5.989a.355.355%2C0%2C0%2C1-.355.355%22%20transform%3D%22translate(-105.898%20-329.434)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');	
}

.page-professoinal-information__other .other-block__title{
  margin: 0;
  font-size: var(--other-h3);
  line-height: 1.5;
  font-weight: 500;
  color: var(--other-title);
}

/* ===================== */
/* 関連リンク（サムネ5枚） */
/* ===================== */
.page-professoinal-information__other .other-links__grid{
  list-style: none;
  padding: 0;
  margin: 0 0 2.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--other-gap);
}
.page-professoinal-information__other .link-card{
  display: block;
  text-decoration: none;
  color: var(--other-text);
  transition: opacity .2s ease;
}
.page-professoinal-information__other .link-card:hover{ opacity:.8; }

.page-professoinal-information__other .link-card__thumb{
  position: relative;
  border-radius: var(--thumb-radius);
  overflow: hidden;
  border: var(--thumb-bd);
  aspect-ratio: 16 / 9;
  margin: 0 0 .8rem;
}
.page-professoinal-information__other .link-card__thumb img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.page-professoinal-information__other .link-card__text{  }
.page-professoinal-information__other .link-card__title{
  margin: 0;
  font-size: max(.75rem, 10px);          /* 16px 目安。必要なら調整可 */
  line-height: 1.8;
  color: var(--other-title);
      font-weight: 400;
}

/* ============================== */
/* 関連会社・事業部（3カラム） */
/* ============================== */
.page-professoinal-information__other .other-companies__grid{
  list-style: none;
  padding: 0;
  margin: 0;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--other-gap);
}
.page-professoinal-information__other .company-card{
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  text-decoration: none;
  color: var(--other-text);
  transition: opacity .2s ease;
}
.page-professoinal-information__other .company-card:hover{ opacity:.8; }

/* ロゴボックス（左） */
.page-professoinal-information__other .company-card__logo{
  flex: 0 0 var(--logo-box-w);
  width: var(--logo-box-w);
  height: var(--logo-box-h);
  border: var(--logo-box-bd);
  border-radius: var(--logo-box-radius);
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  overflow: hidden;
}
.page-professoinal-information__other .company-card__logo img{
  max-width: calc(100% - 2*var(--logo-box-pad));
  max-height: calc(100% - 2*var(--logo-box-pad));
  object-fit: contain;
}

/* テキスト（右） */
.page-professoinal-information__other .company-card__body{ flex: 1 1 auto; }
.page-professoinal-information__other .company-card__name{
  margin: .2rem 0 .4rem;
  font-size: 1rem;     /* 小見出し相当 */
  font-weight: 700;
  color: var(--other-title);
  line-height: 1.6;
}
.page-professoinal-information__other .company-card__desc{
  margin: 0;
  font-size: max(.875rem, 10px); /* 14px基準・最小10px */
  line-height: 1.9;
  color: var(--other-text);
}

/* ===============================
   Responsive
   =============================== */
@media (max-width: 767.8px){
  /* サムネ：2列 */
  .page-professoinal-information__other .other-links__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  /* 会社：1列（ロゴ上、テキスト下に） */
  .page-professoinal-information__other .other-companies__grid{
        grid-template-columns: repeat(2, 1fr);
  }
  .page-professoinal-information__other .company-card{
    flex-direction: column;
  }
  .page-professoinal-information__other .company-card__logo{
    width: 100%;
    height: 8.5rem;
  }
}

@media (max-width: 575.8px){
  /* サムネ：1列 */
  .page-professoinal-information__other .other-links__grid{
    gap: 1.6rem;
  }
  .page-professoinal-information__other .company-card__logo{
    height: 7rem;
  }
}




/* =========================================
   Other Introduce (scoped)
   ========================================= */
.other-introduce{
  --title: #002333;
  --text: #002333;
  --muted: #5C7380;

  --blue: #009DE0;
  --orange: #F56929;

  --panel-bg: #F7F7F7;      /* 薄いグレー背景 */
  --radius-lg: 1.25rem;     /* 20px 角丸 */
  --gap:1rem;

  --pill-pad-y: 1.2rem;
  --pill-pad-x: 2.0rem;
  --pill-radius: 999rem;

  --icon-lg: 3.75rem;       /* 大きい丸アイコン */
  --icon-sm: 2.6rem;        /* 小さめ丸アイコン */

  --h2: 1.5rem;               /* 32px */
  --h3: 1.125rem;           /* 18px */

  padding: 4rem 0;
  color: var(--text);
}

/* パネル全体 */
.other-introduce .introduce-panel{
  background: var(--panel-bg);
  border-radius: var(--radius-lg);
  padding:2.8rem 5.026rem;
}

/* 見出し */
.other-introduce .introduce-title{
  margin: 0 0 2rem;
  text-align: center;
  font-size: var(--h2);
  line-height: 1.4;
  font-weight: 700;
  color: var(--title);
}

.other-introduce .introduce-chip-row .chip-link {
    border: 0;
	transition: background-color .28s ease, color .28s ease, border-color .28s ease;
}

.other-introduce .introduce-chip-row .chip-link:hover,.other-introduce .cta-pill--contact:hover {
    background: #009DE0;
    border-color: #009DE0;
}

.other-introduce .cta-pill--faq:hover{
	    background: #F56929;
    border-color: #F56929;
}

.other-introduce .introduce-chip-row .chip-link:hover .chip-link__label,.other-introduce .cta-pill--contact:hover .cta-pill__label,.other-introduce .cta-pill--faq:hover .cta-pill__label {
	color: #ffffff;
}

/* 大きいピル2つ */
.other-introduce .introduce-cta-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin-bottom: 1.8rem;
      width: 76.3465%;
    margin-left: auto;
    margin-right: auto;
}

.other-introduce .cta-pill{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: var(--pill-pad-y) var(--pill-pad-x);
  border-radius: var(--pill-radius);
  background: #fff;
  text-decoration: none;
  transition: opacity .2s ease;
  border: 1px solid var(--blue);     /* デフォは青（後で上書き） */
}
.other-introduce .cta-pill:hover{ opacity:.8; }

.other-introduce .cta-pill__label{
  font-size: var(--h3);
  font-weight: 500;
  line-height: 1.6;
  color: var(--blue);                /* デフォは青（後で上書き） */
}

/* 右端の丸い矢印（→ はテキスト、装飾はCSS） */
.other-introduce .cta-pill__icon{
    margin-left: auto;
    display: block;
	  aspect-ratio: 1 / 1;
	  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
      font-size: 2.95rem;
	      min-width: 2.95rem;
    min-height: 2.95rem;
}

/* 色違い（左：オレンジ、右：ブルー） */
.other-introduce .cta-pill--faq{
  border-color: var(--orange);
  	transition: background-color .28s ease, color .28s ease, border-color .28s ease;
  
}
.other-introduce .cta-pill--faq .cta-pill__label{ color: var(--orange); }
.other-introduce .cta-pill--faq .cta-pill__icon{ background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-0.295%200)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(0.295%200)%22%20fill%3D%22%23f56929%22%20stroke%3D%22%23f56929%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2223.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(13.096%2012.801)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.415%2C22.6%2C23.3%2C14.816%2C15.415%2C7.03%2C14.1%2C8.328l6.569%2C6.487L14.1%2C21.3Z%22%20transform%3D%22translate(-7.647%20-3.764)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H22.1V22.1H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
 }

.other-introduce .cta-pill--contact{
  border-color: var(--blue);
  	transition: background-color .28s ease, color .28s ease, border-color .28s ease;
}
.other-introduce .cta-pill--contact .cta-pill__label{ color: var(--blue); }
.other-introduce .cta-pill--contact .cta-pill__icon{ background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-0.295%20-0.295)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(0.295%200.295)%22%20fill%3D%22%2313a3e0%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2223.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(13.096%2013.096)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.415%2C22.6%2C23.3%2C14.816%2C15.415%2C7.03%2C14.1%2C8.328l6.569%2C6.487L14.1%2C21.3Z%22%20transform%3D%22translate(-7.647%20-3.764)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H22.1V22.1H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); }

/* 小さめピル4つ */
.other-introduce .introduce-chip-row{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.introduce-chip-row.r3 {
    grid-template-columns: repeat(3, 1fr);
}

.other-introduce .chip-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .9rem 1.4rem .9rem 1.4rem;
  border-radius: var(--pill-radius);
  background: #fff;
  border: 1px solid var(--blue);
  text-decoration: none;
  color: var(--text);
  transition: opacity .2s ease;
}
.other-introduce .chip-link:hover{ opacity:.8; }

.other-introduce .chip-link__label{
  font-size: 1rem; /* 14px を基準、最小10px */
  font-weight: 500;
  line-height: 1.6;
  color: var(--title);
}



/* 右の丸枠矢印 */
.other-introduce .chip-link__icon{
    margin-left: auto;
    min-width: 2.1376rem;
    min-height: 2.1376rem;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  color: transparent;
      font-size: 2.1376rem;
	  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-2.295)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(2.295)%22%20fill%3D%22%23fff%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(11.295%209)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.111%2C19.007l6.063-5.988L15.111%2C7.03l-1.011%2C1%2C5.052%2C4.99L14.1%2C18.008Z%22%20transform%3D%22translate(-9.137%20-4.518)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H17V17H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

/* 下部：トップページへ */
.other-introduce .introduce-home{
  display: flex;
  justify-content: center;
  margin-top: 6.2rem;
}
.other-introduce .home-link{
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2.25rem 1.8rem 2.25rem 2rem;
    width: min(31.5rem, 90%);
  background: #fff;
  border: 1px solid var(--blue);
  border-radius:0.5rem;
  text-decoration: none;
  color: var(--title);
  transition: opacity .2s ease;
}
.other-introduce .home-link:hover{ opacity:.8; }

.other-introduce .home-link__label{
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #009DE0;
}

.other-introduce .home-link__icon{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    background: #fff;
    display: block;
    background-repeat: no-repeat;
    font-size: 1rem;
    line-height: 1;
	    background-size: contain;
    pointer-events: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.386%2C22.03l7.714-7.5-7.714-7.5L14.1%2C8.281l6.427%2C6.249L14.1%2C20.779Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
}

.other-introduce .chip-link__label .sml {
    font-size: max(.875rem, 10px);
    display: block;
}

.introduce-panel.bk-blue {
    background: #EBF8FF;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 767.8px){
  .other-introduce .introduce-cta-row{
    grid-template-columns: 1fr;   /* 大ピル1列 */
  }
  .other-introduce .introduce-chip-row{
    grid-template-columns: repeat(2, 1fr); /* 小ピル2列 */
  }
  .introduce-chip-row.r3 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575.8px){
  .other-introduce .introduce-panel{
    padding: 2.0rem 1.6rem;
  }
  .other-introduce .introduce-chip-row{
    grid-template-columns: 1fr;   /* 小ピル1列 */
    gap: 1.2rem;
  }
  .other-introduce .home-link{
    width: 80%;
  }
  .introduce-chip-row.r3 {
    grid-template-columns: 1fr; 
}
}




/* ===============================
   Movie Filters (scoped, dot via pseudo)
   =============================== */
.page-movie-filters{
  --label-color:#009DE0;
  --text:#002333;

  /* ドット指定 */
  --dot-color:#9ED2E8;
  --dot-size:1px;  /* ドット幅 */
  --dot-gap:0px;   /* ドット間隔 */

  /* アイコン(base64背景) */
  --icon-bgimg:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2846%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202846%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_379%22%20data-name%3D%22%E3%83%91%E3%82%B9%20379%22%20d%3D%22M24%2C10V23.178%22%20transform%3D%22translate(-12.5%20-5.089)%22%20fill%3D%22none%22%20stroke%3D%22%23bebfbf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_380%22%20data-name%3D%22%E3%83%91%E3%82%B9%20380%22%20d%3D%22M23.178%2C24l-6.589%2C6.875L10%2C24%22%20transform%3D%22translate(-5.089%20-12.618)%22%20fill%3D%22none%22%20stroke%3D%22%23bebfbf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_381%22%20data-name%3D%22%E3%83%91%E3%82%B9%20381%22%20d%3D%22M0%2C0H23V23H0Z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E');
  --icon-box:1.4376rem;

  --pad-x:1.2rem;
  --pad-y:1.2254rem;
}

/* ===== コンテナ：上下のドット線（PCのみ表示） ===== */
.page-movie-filters .movie-filters{
  position:relative;
}
.page-movie-filters .movie-filters::before,
.page-movie-filters .movie-filters::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:1px;
  background:
    repeating-linear-gradient(
      90deg,
      var(--dot-color) 0 var(--dot-size),
      transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
    );
  pointer-events:none;
  z-index: 2;
}

.page-movie-filters .movie-filter:hover{
	    background: #eaf8ff;
}

.page-movie-filters .movie-filters::before{ top:0; }
.page-movie-filters .movie-filters::after { bottom:0; }

/* ===== リスト（PC: 6列） ===== */
.page-movie-filters .movie-filters__list{
  margin:0; padding:0; list-style:none;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  align-items:stretch;
}

.movie-filters.glass-simulation-filters .movie-filters__list {
    grid-template-columns: repeat(5, 1fr);
}

/* ===== アイテム（PC：右側だけ縦ドット） ===== */
.page-movie-filters .movie-filters__item{
  position:relative;
  z-index:1;
}
/* 右側の縦ドット（最終列は非表示） */
.page-movie-filters .movie-filters__item::after{
  content:"";
  position:absolute;
  top:0.5px;             /* 上下の水平線と干渉しないよう微オフセット */
  bottom:0.5px;
  right:0;
  width:1px;
  background:
    repeating-linear-gradient(
      180deg,
      var(--dot-color) 0 var(--dot-size),
      transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
    );
}
.page-movie-filters .movie-filters__item:nth-child(6n)::after{ display:none; }

/* ===== クリック領域：左=テキスト / 右=アイコン ===== */
.page-movie-filters .movie-filter{
  display:grid;
  grid-template-columns:1fr auto;  /* 左ラベル・右アイコン */
  align-items:center;
  column-gap:.6rem;
  width:100%;
  min-height:3.6rem;
  padding:var(--pad-y) var(--pad-x);
  text-decoration:none;
  color:var(--text);
  transition:opacity .2s ease,background .2s ease;
}
.page-movie-filters .movie-filter:hover{ opacity:.8; }

.page-movie-filters .movie-filter__label{
  margin:0;
  font-size:1rem;
  font-weight:500;
  line-height:1.4;
  color:var(--label-color);
  text-align:left;
}
.page-movie-filters .movie-filter__icon{
  justify-self:end;
  width:var(--icon-box);
  height:var(--icon-box);
  background:var(--icon-bgimg) center/contain no-repeat;
  font-size:0; line-height:1; /* 文字矢印は非表示 */
}

.movie-filters.glass-simulation-filters .movie-filters__item:last-of-type::after{
	content: none;
}

/* ===============================
   Responsive
   =============================== */
/* --- Tablet: 3列。上下線・縦線は消して、各ボタンの下線のみ --- */
@media (max-width: 767.8px){
  .page-movie-filters .movie-filters__list{
    grid-template-columns:repeat(3, 1fr);
	        gap: 0rem 1rem;
  }
  .movie-filters.glass-simulation-filters .movie-filters__list {
    grid-template-columns: repeat(2, 1fr);
}
  /* 親の水平線は非表示 */
  .page-movie-filters .movie-filters::before,
  .page-movie-filters .movie-filters::after{ display:none; }
  /* 縦ドットは消す */
  .page-movie-filters .movie-filters__item::after{ display:none; }
  /* 各ボタンに下線（ドット）を敷く */
  .page-movie-filters .movie-filter{
    position:relative;
  }
  .page-movie-filters .movie-filter::after{
    content:"";
    position:absolute;
    left:0; right:0;
    bottom:0;
    height:1px;
    background:
      repeating-linear-gradient(
        90deg,
        var(--dot-color) 0 var(--dot-size),
        transparent var(--dot-size) calc(var(--dot-size) + var(--dot-gap))
      );
    pointer-events:none;
  }
}

/* --- Smartphone: 2列。引き続き下線のみ --- */
@media (max-width: 575.8px){
  .page-movie-filters .movie-filters__list{
    grid-template-columns:repeat(2, 1fr);
  }
  .page-movie-filters .movie-filter__label{ font-size:.9375rem; } /* 15px */
  .page-movie-filters .movie-filter__icon{ --icon-box:1.4rem; }
}



/* =======================================
   Movie Information (scoped, consolidated)
   ======================================= */
.page-movie-information {
  /* Colors */
  --title: #002333;
  --text: #002333;
  --blue: #009DE0;
  --accent: #F56929;
  --band: #EBF8FF;

  /* Layout */
  --gap-l: 2.4rem;
  --gap-m: 1rem;
  --radius: 1.25rem;
  --bd: 1px solid #E6EEF3;
  --item-w: 21.3125rem;              /* 373px  */

  /* Chips */
  --chip-height: 3.5rem;             /* ≈56px */
  --chip-radius: 0.5rem;
  --chip-icon-size: 1rem;

  /* Base64 icons (set from outside) */
  --chip-icon-bgimg:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.386%2C22.03l7.714-7.5-7.714-7.5L14.1%2C8.281l6.427%2C6.249L14.1%2C20.779Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');           /* e.g. url('data:image/svg+xml;base64,...') */
  --play-icon-bgimg:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-2.295)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(2.295)%22%20fill%3D%22%23fff%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(11.295%209)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H17V17H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20transform%3D%22translate(15%202)%20rotate(90)%22%20fill%3D%22%23fff%22%3E%20%3Cpath%20d%3D%22M%2011.24755001068115%2010.50000190734863%20L%201.752449989318848%2010.50000190734863%20C%201.490380048751831%2010.50000190734863%201.361449956893921%2010.32363224029541%201.318179965019226%2010.24780178070068%20C%201.274909973144531%2010.17198181152344%201.188660025596619%209.971251487731934%201.321979999542236%209.745641708374023%20L%206.069530010223389%201.711311817169189%20C%206.200540065765381%201.489611864089966%206.414209842681885%201.465681910514832%206.5%201.465681910514832%20C%206.585780143737793%201.465681910514832%206.799459934234619%201.489611864089966%206.930469989776611%201.711321830749512%20L%2011.67801952362061%209.745632171630859%20C%2011.81134033203125%209.971251487731934%2011.72509002685547%2010.17198181152344%2011.68181991577148%2010.24780178070068%20C%2011.6385498046875%2010.32363224029541%2011.50961971282959%2010.50000190734863%2011.24755001068115%2010.50000190734863%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%201.965682029724121%20L%201.752442359924316%209.999998092651367%20C%201.752445220947266%2010%201.752447128295898%2010.00000190734863%201.752449989318848%2010.00000190734863%20L%2011.24755001068115%2010.00000190734863%20L%206.500010013580322%201.965691566467285%20C%206.500007629394531%201.965688705444336%206.500007629394531%201.965681076049805%206.5%201.965682029724121%20M%206.499996185302734%200.9656791687011719%20C%206.833694934844971%200.9656791687011719%207.167395114898682%201.129436492919922%207.3609299659729%201.456952095031738%20L%2012.10848045349121%209.49127197265625%20C%2012.50238990783691%2010.15788173675537%2012.02184963226318%2011.00000190734863%2011.24755001068115%2011.00000190734863%20L%201.752449989318848%2011.00000190734863%20C%200.9781503677368164%2011.00000190734863%200.4976100921630859%2010.15788173675537%200.8915195465087891%209.49127197265625%20L%205.6390700340271%201.456952095031738%20C%205.832600116729736%201.129436492919922%206.166297435760498%200.9656791687011719%206.499996185302734%200.9656791687011719%20Z%22%20stroke%3D%22none%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');}

/* ===== Group ===== */
.page-movie-information .movie-group {
    margin: 0.5rem 0 5.2rem;
  scroll-margin-top: 6rem;           /* 内部スクロールのオフセット */
}
.page-movie-information .movie-group.glass-simulation-group {
    margin: 0.5rem 0 1rem;
}
.movie-group__inner {
    padding: 0rem 1.5rem;
}
.page-movie-information .movie-group__head {
  background: var(--band);
  border-radius: .5rem;
    padding: 1.469rem 1rem;
    margin-bottom: 2.2rem;
}
.page-movie-information .movie-group__title {
  margin: 0;
  font-size: 1.375rem;               /* 22px */
  line-height: 1.5;
  font-weight: 700;
    color: #009DE0;
    border-left: 1px solid #009DE0;
    padding-left: 1rem;
    margin-left: -1rem;
}
.movie__txt-link {
    display: inline;
    text-decoration: underline;
    color: #002333;
    font-weight: 500;
}
.page-movie-information .movie-group__lead {
  font-size: 1rem;                    /* 16px */
  line-height: 1.9;
  color: var(--text);
    margin-bottom: 3.5rem;
}

/* ===== List (cards) ===== */
.page-movie-information .movie-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-w), 1fr));
  gap: var(--gap-m);
}
.page-movie-information .movie-item { width: 100%; }

/* ===== Card ===== */
.page-movie-information .movie-card {
  display: grid;
  grid-template-rows: auto 1fr;      /* thumb / body */
  gap: .8rem;
  background: #fff;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  transition: opacity .2s ease;
      background: #F7F7F7;
	      padding: 1.6rem;
}
.page-movie-information .movie-card:hover { opacity: .8; }

/* Thumb */
.page-movie-information .movie-card__thumb {
  position: relative;
  border-radius: calc(var(--radius) - .125rem) calc(var(--radius) - .125rem) 0 0;
  overflow: hidden;
  background: #EDF3F7;
  aspect-ratio: 16 / 9;
      margin-bottom: 0;
}

.non-border{
	border-radius: 0!important;
}

.page-movie-information .movie-card__thumb img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Body */
.page-movie-information .movie-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.page-movie-information .movie-card__catch {
    margin: 0.7rem 0 0.7rem;
  font-size: 1rem;                    /* 16px */
  line-height: 1.6;
  font-weight: 700;
  color: var(--accent);               /* #F56929 */
}
.page-movie-information .movie-card__title {
  margin: 0 0 .4rem;
  font-size: 1rem;                    /* 16px */
  line-height: 1.6;
  font-weight: 700;
  color: var(--title);
}
.page-movie-information .movie-card__desc {
  margin: 0 0 .8rem;
  font-size: max(.875rem, 10px);      /* 14px基準/最小10px */
  line-height: 1.9;
  color: var(--text);
}

/* Actions (stick to bottom) */
.page-movie-information .movie-card__actions {
  margin-top: auto;                   /* 下部固定 */
  padding-top: .6rem;
}
.page-movie-information .play-btn {
    display: inline-flex;
    align-items: center;
    gap: 0rem;
    padding:0.6876rem 2.7967rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
  background: var(--blue);
  border-radius: 999rem;
}
.page-movie-information .play-btn .sml {
  margin-left: .1rem;
  font-size: max(.75rem, 10px);       /* 12px基準/最小10px */
  font-weight: 400;
  opacity: .9;
}
.page-movie-information .play-btn__icon {
  display: inline-block;
    width: 2.1876rem;
    height: 2.1876rem;
  background: var(--play-icon-bgimg) center/contain no-repeat; /* base背景 */
  font-size: 0; line-height: 1;       /* 文字は非表示 */
      margin-left: 1rem;
}

/* ===== Group bottom chips ===== */
.page-movie-information .movie-group__links {
  list-style: none;
  padding: 0;
    margin: 2.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-m);
}
.page-movie-information .chip-link {
    border: 1px solid var(--blue);
    border-radius: var(--chip-radius);
    text-decoration: none;
    color: var(--title);
    transition: opacity .2s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.925rem 1.8rem 1.925rem 2rem;
    /* width: min(31.5rem, 90%); */
    background: #fff;
}
.page-movie-information .chip-link:hover { opacity: .8; }
.page-movie-information .chip-link__label {
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #009DE0;
}
.page-movie-information .chip-link__icon {
  flex: 0 0 var(--chip-icon-size);
  width: var(--chip-icon-size); height: var(--chip-icon-size);
  border-radius: 50%;
  background: var(--chip-icon-bgimg) center/cover no-repeat;  /* base背景 */
  font-size: 0; line-height: 1;       /* 文字は非表示 */
  pointer-events: none;
      background-size: contain;
}

/* ===== Responsive ===== */
@media (max-width: 767.8px) {
  .page-movie-information .movie-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-movie-information .movie-group__links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.8px) {
  .page-movie-information .movie-list {
    grid-template-columns: 1fr;
  }
  .page-movie-information .movie-group__links {
    grid-template-columns: 1fr;
  }
}



.movie-group__inner-txt-content .movie-group__lead {
    margin-bottom: 0;
	margin-top: 0.6rem;
}

.movie-group__inner-txt-content {
    margin-top: 2.5rem;
}

.movie-group__inner-txt-content.circle-inner.fst {
    margin-top: 2rem;
}

.movie-group__sub-head {
    font-size: 1.125rem;
    font-weight: bold;
}

.movie-group__inner-txt-content.circle-inner {
    background: #F7F7F7;
    padding: 2.3rem 2.5rem;
    border-radius: 1.25rem;
	    margin-top: 1.5rem;
}

span.f-medium {
    font-weight: 500;
}


/* =========================================
   Windpress（可変数対応＋開閉アニメ＋ドット安定）
   ========================================= */
/* =========================================
   Common Movie – Windpress cards + fade/collapse
   （「共通」は common- プレフィックス）
   ========================================= */



/* ===== 上段ラッパ（指定どおり） ===== */
.common-movie-group__inner-txt-content.card-type{
  padding: 2.3rem 2.5rem;   /* 指定 */
  border-radius: 1.25rem;   /* 指定 */
  background: #F3F6F8;
}

/* ===== 上段：図解カード（自動縮小＆折返し／高さ揃え） ===== */
.windpress-fig-grid{
  --gap: 1.6rem;
  --min: 280px; /* 最小幅（必要に応じて調整） */
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min), 100%), 1fr));
  gap: var(--gap);
  align-items: stretch;
}
.fig-card{
  height: 100%;
  display: flex;
  flex-direction: column;
    background: #F7F7F7;
    padding: 2.3rem 2.5rem;
    border-radius: 1.25rem;
}
.fig-card__head{ margin: 0 0 1.2rem; }
.fig-card__title{
  margin: 0;
  font-size: 1.125rem;      /* h3 指定 */
  font-weight: bold;
  line-height: 1.6;
  color: #002333;
}
.common-movie-group__inner-txt-content.card-type p{
  margin: 0;
  font-size: 1rem;          /* p 指定 */
  line-height: 1.9;
}
.fig-card__media{
  position: relative;
  aspect-ratio: 16/9;
  background: #EDF3F7;
  overflow: hidden;
  margin-top: auto;         /* タイトル量が違っても下端を揃える */
  margin-bottom: 0;
}
.fig-card__media img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ===== 見出しライン＋矢印（折りたたみトグル） ===== */
.windpress-divider{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .9rem 0;
    margin: 2.5rem 0 2.7rem;
  cursor: pointer;
  user-select: none;
      border-bottom: 1px solid #009DE0;
}

.windpress-divider__label{
  margin: 0;
  font-size: 1.125rem;      /* h3 指定 */
  font-weight: bold;
  line-height: 1.6;
  color: #009DE0;
}
.windpress-divider__icon{
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2216%22%20viewBox%3D%220%200%2028%2016%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_508%22%20data-name%3D%22%E3%83%91%E3%82%B9%20508%22%20d%3D%22M16.387%2C35.03l13.713-14-13.713-14L14.1%2C9.365%2C25.526%2C21.03%2C14.1%2C32.7Z%22%20transform%3D%22translate(35.03%20-14.1)%20rotate(90)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
font-size: 0;
    line-height: 0;
    transition: transform .25s ease;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0.6rem;
    margin-right: 1rem;
}
.windpress-divider[aria-expanded="true"] .windpress-divider__icon{
  /*transform: rotate(180deg);*/
}

/* ===== 下段：資料カード（自動縮小＆折返し／高さ揃え／フェード＋高さ縮小） ===== */
.common-movie-doc-grid{
  --gap: 1.6rem;
  --min: 300px; /* 最小幅（必要に応じて調整） */
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min), 100%), 1fr));
  gap: var(--gap);
  align-items: stretch;

  /* フェード＋（閉時のみ）高さ縮小 */
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  overflow: hidden;                 /* 高さ縮小時に中身を隠す */
  height: auto;
  transition:
    opacity .42s ease,
    transform .42s ease,
    height .42s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform, height;
}
.common-movie-doc-grid.is-hidden{
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  pointer-events: none;
}
.common-movie-doc-grid.is-animating{ pointer-events: none; }
/*
.common-movie-doc-grid[hidden]{ display: none !important; } /* 完全に畳む最終状態 */

.common-movie-item{ display: block; }
.common-movie-item > .common-movie-card{
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  text-decoration: none;
  color: #002333;
  transition: opacity .2s ease;
      padding: 1.6rem;
    background: #F7F7F7;
}
.common-movie-item > .common-movie-card:hover{ opacity: .8; }

.common-movie-card__thumb{
  position: relative;
  aspect-ratio: 16/9;
  background: #EDF3F7;
  border-radius: .625rem .625rem 0 0;
  overflow: hidden;
}
.common-movie-card__thumb img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.common-movie-card__body{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.common-movie-card__title{
  margin: .6rem 0 .6rem;
  font-size: 1rem;     /* h3相当 */
  font-weight: bold;
  line-height: 1.6;
}
.common-movie-card__desc{
  margin: 0 0 .8rem;
  font-size: max(.875rem, 10px); 
  line-height: 1.9;
}
.common-movie-card__actions{
  margin-top: auto;        /* 下部固定 */
  padding-top: .6rem;
}

/* ===== モーション軽減 ===== */
@media (prefers-reduced-motion: reduce){
  .common-movie-doc-grid{ transition: none; will-change: auto; }
  .windpress-divider__icon{ transition: none; }
}

/* ===== Responsive 最小幅の微調整例 ===== */
@media (max-width: 767.8px){
  .windpress-fig-grid,
  .common-movie-doc-grid{ --min: 260px; }
}
@media (max-width: 575.8px){
  .windpress-fig-grid,
  .common-movie-doc-grid{ --gap: 1rem; --min: 220px; }
}



.common-simulation__btn{position:relative;
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 5.8rem;
	  transition: opacity .2s ease;
	      color: transparent;
}

.common-simulation__btn.other-btn {
    margin-top: 0;
}

.btn-before__txt {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.common-simulation__btn.other-btn .simulation__btn-link {
    background: #F56929;
    border-color: #F56929;
}

.common-simulation__btn.other-btn .simulation__btn-link .simulation__btn__icon{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3072%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203072%22%20transform%3D%22translate(-0.295%20-0.295)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20transform%3D%22translate(0.295%200.295)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(13.096%2013.096)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H22.1V22.1H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3336%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203336%22%20transform%3D%22translate(-3.12%20-1.178)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_496%22%20data-name%3D%22%E3%83%91%E3%82%B9%20496%22%20d%3D%22M6.625%2C9H24.478A2.126%2C2.126%2C0%2C0%2C1%2C26.6%2C11.125V23.877A2.126%2C2.126%2C0%2C0%2C1%2C24.478%2C26H6.625A2.126%2C2.126%2C0%2C0%2C1%2C4.5%2C23.877V11.125A2.126%2C2.126%2C0%2C0%2C1%2C6.625%2C9Z%22%20transform%3D%22translate(-1.38%20-5.271)%22%20fill%3D%22none%22%20stroke%3D%22%23f56929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_497%22%20data-name%3D%22%E3%83%91%E3%82%B9%20497%22%20d%3D%22M10.5%2C15l7.651%2C5.951L25.8%2C15%22%20transform%3D%22translate(-3.979%20-7.87)%22%20fill%3D%22none%22%20stroke%3D%22%23f56929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.common-simulation__btn:hover{
	opacity: 0.8;
}

.simulation__btn-link{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  background-color:#009DE0;
  border:1px solid #009DE0;
  border-radius:80px;
  padding:1rem 2rem;
  color:#ffffff;
  text-decoration:none;
  font-size:1rem; /* base */
}

/* 左上の小ラベル（白pill） */
.simulation__btn__sub-label {
    position: absolute;
    background: #ffffff;
    color: #009DE0;
    border-radius: 80px;
    padding: 0.25rem 0.9rem;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0.4rem 1rem;
    border: 1px solid #009DE0;
    font-weight: 500;
}

/* メインラベルは中央寄せで見せる */
.simulation__btn__label{
  flex:1 1 auto;
  text-align:center;
}

/* 右端のアイコン（白丸＋青矢印SVGをbase64背景で） */
.simulation__btn__icon{
  width:2.25rem;   /* rem指定 */
  height:2.25rem;  /* rem指定 */
  border-radius:50%;
  background-color:#ffffff;
  background-repeat:no-repeat;
  color: transparent;
  background-position:center;
  background-size:contain;
  flex:0 0 auto;
  /* #009DE0 の矢印（右向きシェブロン） */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3072%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203072%22%20transform%3D%22translate(-0.295)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20transform%3D%22translate(0.295)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(13.096%2012.801)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H22.1V22.1H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.415%2C22.6%2C23.3%2C14.816%2C15.415%2C7.03%2C14.1%2C8.328l6.569%2C6.487L14.1%2C21.3Z%22%20transform%3D%22translate(-7.647%20-3.764)%22%20fill%3D%22%2313a3e0%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fig-card__txt {
    font-size: max(.875rem, 10px);
    margin-top: 0.5rem;
}

  .simulation__btn-link{font-size:1.125rem;
font-weight: 500;
}

/* <= 767.8px */
@media (max-width:767.8px){
  .simulation__btn-link{
    padding:0.95rem 1.25rem;
    gap:0.75rem;
    justify-content:center;
    text-align:center;
  }
  .simulation__btn__sub-label{top:-0.6rem;font-size:1rem;}
  .simulation__btn__label{width:100%;}
}

/* <= 575.8px */
@media (max-width:575.8px){
  .simulation__btn-link{font-size:1rem;padding:0.85rem 1rem;}
  .simulation__btn__icon{width:2rem;height:2rem;}
}



.pairs{display:grid; row-gap:0.8rem;    margin-top: 1rem;}
.pairs__row{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  column-gap:1.25rem;
}

/* 左右テキスト。サイズや色は任意（指定しない） */
.pairs__left, .pairs__right{ line-height:1.6; }

/* 中央の矢印：背景base64 SVG。大きさはremで管理 */
.pairs__arrow{
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  /* #009DE0 の右向きシェブロン（太め） */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.464%22%20height%3D%2212.582%22%20viewBox%3D%220%200%2014.464%2012.582%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_499%22%20data-name%3D%22%E3%83%91%E3%82%B9%20499%22%20d%3D%22M8.9%2C17.189H19.625l-3.281%2C3.918a.9.9%2C0%2C0%2C0%2C.118%2C1.267.908.908%2C0%2C0%2C0%2C1.275-.117l4.52-5.391a1.069%2C1.069%2C0%2C0%2C0%2C.081-.135c0-.045.045-.072.063-.117a.877.877%2C0%2C0%2C0%2C.063-.323h0a.877.877%2C0%2C0%2C0-.063-.323c0-.045-.045-.072-.063-.117a1.069%2C1.069%2C0%2C0%2C0-.081-.135l-4.52-5.391a.9.9%2C0%2C1%2C0-1.392%2C1.15l3.281%2C3.918H8.9a.9.9%2C0%2C1%2C0%2C0%2C1.8Z%22%20transform%3D%22translate(-8%20-10)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
}

.movie-group__inner-txt-content.circle-inner.condensation-point {
    background: #EBF8FF;
}

/* レスポンシブ（任意）：幅が狭い時は縦並びに */
@media (max-width: 767.8px){
  .pairs__row{ grid-template-columns: 1fr; row-gap:0.4rem; }
  .pairs__arrow{ margin:0.1rem 0; transform:rotate(90deg); }
}
@media (max-width: 575.8px){
  .pairs{ row-gap:1rem; }
  .pairs__arrow{ width:1.25rem; height:1.25rem; }
}







/* ===== list grid ===== */
.commitment-quality__list{
  list-style:none;margin:0;padding:0;
  display:grid;
  gap:2.3rem 1rem;
  grid-template-columns:repeat(3,minmax(0,1fr));
      margin-top: 4.5rem;
}
.commitment-quality__item{display:block}

/* ===== card (全体リンク) ===== */
.doc-card{
  display:flex;flex-direction:column;
  text-decoration:none;color:inherit;
  border-radius:0.75rem;
}
.doc-card:hover .doc-card__title{text-decoration:underline}

/* thumb */
.doc-card__thumb{
	    margin: 0;
    aspect-ratio: 749 / 956;
    border-radius: 0.75rem;
    overflow: hidden;
	background:#fff;
    border: 1px solid #e6eef2;
}
.doc-card__img{width:100%;height:100%;object-fit:cover;display:block}

.commitment-quality__list.common-kensho .doc-card__thumb {
    aspect-ratio: auto;
    border-radius: 0;
    border: 0;
}

/* text */
.doc-card__title{font-size:1.125rem;line-height:1.6;margin:0;    font-weight: bold;    margin-top: 1.5rem;}
.doc-card__meta{margin:1rem 0 0;display:grid;row-gap:.25rem}
.doc-card__meta > div{display:grid;grid-template-columns:4.5rem 1fr;column-gap:.75rem}
.doc-card__meta dt{font-weight: 400;
    font-size: max(.875rem, 10px);}
.doc-card__meta dd{margin:0;    font-size: max(.875rem, 10px);
    font-weight: 400;}

/* button-look (span, でも全体がリンク) */
.doc-card__btn{
    margin-top: 1.3rem;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    /* padding: 0.55rem 1.1rem .55rem 1.3rem; */
    border-radius: 9999px;
    border: 1px solid #009DE0;
    color: #009DE0;
    font-weight: 500;
    padding: 0.6876rem 2.7967rem;
    padding-right: 2rem;
    line-height: 1;
    white-space: nowrap;
}
.doc-card__btn-icon{
  width:2rem;height:2rem;border-radius:50%;
  background-color:#009DE0;
  background-repeat:no-repeat;background-position:center;background-size:contain;
  /* 背景base64（白の下向き矢印） */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202696%22%20transform%3D%22translate(-2.295)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(2.295)%22%20fill%3D%22%2313a3e0%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3337%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203337%22%20transform%3D%22translate(11.295%209)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_346%22%20data-name%3D%22%E3%83%91%E3%82%B9%20346%22%20d%3D%22M0%2C0H18V18H0Z%22%20fill%3D%22rgba(255%2C255%2C255%2C0.01)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_347%22%20data-name%3D%22%E3%83%91%E3%82%B9%20347%22%20d%3D%22M6%2C24V30.75H19.5V24%22%20transform%3D%22translate(-3.75%20-15)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_348%22%20data-name%3D%22%E3%83%91%E3%82%B9%20348%22%20d%3D%22M21.75%2C23l-3.375%2C3.375L15%2C23%22%20transform%3D%22translate(-9.375%20-14.375)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_349%22%20data-name%3D%22%E3%83%91%E3%82%B9%20349%22%20d%3D%22M23.992%2C6v9.75%22%20transform%3D%22translate(-14.995%20-3.75)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_350%22%20data-name%3D%22%E3%83%91%E3%82%B9%20350%22%20d%3D%22M0%2C0H18V18H0Z%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

/* ddの前に : を表示（擬似要素） */
.doc-card__meta dd::before{
  content: ":";          /* 全角にしたい場合は "：" に変更 */
  margin-right: .35em;   /* コロンと本文の間隔 */
      position: relative;
    top: -0.1rem;
}

/*（任意）dtとddの間を詰めたい場合 */
.doc-card__meta > div{ column-gap: .25rem; 
}  /* 既存が .75rem 等なら上書き */

/* 追加・置換：カードのホバーは透過のみ */
.doc-card{
  transition: opacity .2s ease-in-out;
}
.doc-card:hover{
  opacity: .8;
}

/* 既存のホバー装飾があれば無効化（任意） */
.doc-card:hover .doc-card__title{ text-decoration: none; }

section.base-level__lower.page-quality {
    padding-bottom: 4rem;
}

/* ===== responsive ===== */
@media (max-width: 767.8px){
  .commitment-quality__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
}
@media (max-width: 575.8px){
  .commitment-quality__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}
  .doc-card__btn-icon{width:1.8rem;height:1.8rem}
}

.page-quality .section__inner {
    border: 0;
}

.base-level__lower___txt{
	font-weight: 400;
}

.base-level__lower___txt.sml {
    font-size: max(.875rem, 10px);
    margin-top: 0.8rem;
}

.txt__under-link {
    display: inline-block;
    text-decoration: underline;
	  transition: opacity .2s ease;
	  position: relative;
}

.txt__under-link.set__pdf-icon::after{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0.1rem;
    left: 0.3rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.14%22%20height%3D%2215.139%22%20viewBox%3D%220%200%2015.14%2015.139%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_426%22%20data-name%3D%22%E3%83%91%E3%82%B9%20426%22%20d%3D%22M14.251%2C11.463a3.053%2C3.053%2C0%2C0%2C0-4.312%2C0L6.891%2C14.51A3.049%2C3.049%2C0%2C1%2C0%2C11.2%2C18.822l.838-.842m-.579-3.729a3.053%2C3.053%2C0%2C0%2C0%2C4.312%2C0L18.822%2C11.2A3.049%2C3.049%2C0%2C1%2C0%2C14.51%2C6.891l-.838.838%22%20transform%3D%22translate(-5.287%20-5.287)%22%20fill%3D%22none%22%20stroke%3D%22%2313a3e0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}

.txt__under-link:hover{
	text-decoration: none;
	opacity: 0.8;
}



/* layout */
.page-spm-report .spm-report{
    display: grid;
    grid-template-columns: 1fr 49.966%;
    gap: 2rem;
    align-items: start;
	    margin-bottom: 5rem;
}

.base-level__lower.page-spm-report {
    padding-bottom: 5rem;
}

/* left */
.page-spm-report .spm-report__title{
  margin:0 0 1.6rem; font-size:1.375rem; line-height:1.6; font-weight:bold; color:#002333;
}
.page-spm-report .spm-report__toc-title{ margin:0 0 .5rem; font-size:1rem; font-weight:bold; color:#002333; }
.page-spm-report .spm-report__toc{ list-style:none; padding:0; margin:0; counter-reset:sec; }
.page-spm-report .spm-report__toc li{
  counter-increment:sec;
      position: relative;
    padding-left: 4ch;
    margin: .4rem 0;
    line-height: 1.8;
    font-size: max(.875rem, 10px);
}
.page-spm-report .spm-report__toc li::before{
  content:counter(sec, decimal-leading-zero); position:absolute; left:0; top:0; 
    color: #BEBFBF;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    font-size: max(.875rem, 10px);
}

/* right */
.page-spm-report .spm-report__aside{
  display:flex; flex-direction:column; align-items:flex-end; /* ← 外下にリンクを寄せる */
}
.page-spm-report .spm-report__card{
    background: #F7F7F7;
    border-radius: 1.25rem;
    padding: 1.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-spm-report .spm-report:first-of-type{
	margin-top: 5.5rem;
}

.page-spm-report .spm-report__cover{ 
    display: flex;
    justify-content: center; }
.page-spm-report .spm-report__cover img{     width: 50%;
    height: auto;
    display: block;
    object-fit: cover; }

/* VIEW MORE（カード外・右下） */
.page-spm-report .spm-report__more,.product-front-card__more,.tp-more__btn .more__btn{
    margin-top: .8rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #009DE0;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .04em;
    font-size: 1.125rem;
    transition: opacity .2s ease;
    font-family: "Manrope", sans-serif;
}

.tp-more__btn .more__btn{
	margin-top: 0;
}

.tp-more__btn {
    margin-top: 2rem;
    display: flex;
    justify-content: right;
}

.product-front-card__more{
    font-size: 1rem;
}

.page-spm-report .spm-report__more:hover,.tp-more__btn .more__btn:hover{ opacity:.8; }
.page-spm-report .spm-report__more-icon,.product-front-card__more-icon,.more__btn-icon{
  width:1rem; height:1rem; display:inline-block; background-repeat:no-repeat; background-position:center; background-size:100% 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.075%22%20height%3D%2215.556%22%20viewBox%3D%220%200%209.075%2015.556%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.4%2C22.586l7.778-7.778L15.4%2C7.03l-1.3%2C1.3%2C6.481%2C6.481L14.1%2C21.289Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
}

/* responsive */
@media (max-width: 767.8px){
  .page-spm-report .spm-report{ grid-template-columns:1fr; gap:1.5rem; }
  .page-spm-report .spm-report__cover img{ width:56%; }
}
@media (max-width: 575.8px){
  .page-spm-report .spm-report__title{ font-size:1.25rem; }
  .page-spm-report .spm-report__card{ min-height:16rem; }
  .page-spm-report .spm-report__cover img{ width:64%; }
}


.page-spm-report.report-detail .spm-report {
    margin: 0;
}

.page-spm-report.report-detail {
    background: #EBF8FF;
    padding-bottom: 4rem;
}

.report-detail__item h2 {
    font-size: 1.375rem;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #13A3E0;
    padding-bottom: 0.5rem;
    margin-bottom: 2.3rem;
}

.report-detail__item h2::before{
position: absolute;
    bottom: -2px;
    width: 2rem;
    height: 3px;
    display: block;
    content: "";
    background: #13A3E0;
}

.report-detail__item h3 {
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 0 0 1.1rem;
    display: flex;
	    margin-bottom: 0.7rem;
    align-items: center;
}

.report-detail__item .left .block {
    margin-bottom: 2rem;
}


.report-detail__item .item:not(:first-child){
	margin-top: 1rem;
}


.report-detail__item p.sml {
    margin-bottom: 0;
    font-size: max(.875rem, 10px);
}

.report-detail__item .item.flex {
    display: flex;
    gap: 3rem;
}

.report-detail__item .item.flex .left {
    width: 80%;
}

.report-detail__item .item.flex .right {
    width: 36.364%;
    min-width: 11rem;
	    margin-top: 0.6rem;
}

.report-detail__item p.caption {
    font-size: max(.75rem, 10px);
    margin-bottom: 0;
    margin-top: 0.5rem;
	    letter-spacing: 0;
}

figure.spm-report-detail__cover {
    margin-bottom: 1.7rem;
}

h4.report-tbl-ttl {
    margin-bottom: 0!important;
    color: #13A3E0;
}

.report-detail__item h3::after {
    position: absolute;
    content: '';
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #13A3E0;
    /* transform: rotate(45deg); */
    border-radius: 20px;
	    top: 0.8rem;
}

.report-detail__item span.num {
    font-family: "Manrope", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    color: #13A3E0;
    margin-right: 1rem;
}

.report-detail__item .left .block ul.img-list {
    display: flex;
    gap: 2rem;
    width: 60%;
    margin-top: 1rem;
	    min-width: 31rem;
}

ul.nec-tamagawa__color-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

span.tamagawa__color-list01 {
    color: #aab3ff;
}

span.tamagawa__color-list02 {
    color: #b4e983;
}

span.tamagawa__color-list03 {
    color: #45dab7;
}

span.tamagawa__color-list04 {
    color: #6bdb31;
}

span.tamagawa__color-list05 {
    color: #d0d500;
}

span.tamagawa__color-list06 {
    color: #cdb0ff;
}


span.tamagawa__color-list07 {
    color: #fe98f4;
}

span.tamagawa__color-list08 {
    color: #dd6f00;
}

ul.nec-tamagawa__color-list li {
    display: flex
;
    gap: 0.5rem;
}

@media (max-width: 575.8px) {
	.report-detail__item .left .block ul.img-list {
        gap: 0rem;
        width: auto;
        flex-wrap: wrap;
        min-width: auto;
		        margin-top: 2rem;
}
	.report-detail__item .item.flex {
    gap: 0rem;
    flex-wrap: wrap;
}
.report-detail__item .item.flex .left {
    width: 100%;
}
.report-detail__item h3::after {
    width: 5px;
    height: 5px;
}
.report-detail__item .item.flex .right {
    width: auto;
    min-width: 21rem;
    margin-top: 0.6rem;
    display: flex;
    gap: 1rem;
}
figure.spm-report-detail__cover img {
    max-width: 16rem;
}
}


/* layout */
.link-pills__list{
  list-style:none;margin:0;padding:0;
  display:flex;gap:1.518rem;
}
.link-pills__item{flex:1 1 240px}

/* pill */
.link-pills__link{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  padding:1.388rem 1.2rem;
  border:1px solid #009DE0;
  border-radius:0.5rem;
  background:#EBF8FF;                 /* off / default */
  color:#009DE0;text-decoration:none;font-weight:bold;
  transition:background-color .2s,color .2s,border-color .2s,opacity .2s;
}

/* label */
.link-pills__label{line-height:1.6;}

/* arrow icon（背景base64） */
.link-pills__icon{
width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  /* 青いシェブロン */
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.9%22%20height%3D%2216.97%22%20viewBox%3D%220%200%209.9%2016.97%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.515%2C24%2C24%2C15.515%2C15.515%2C7.03%2C14.1%2C8.445l7.07%2C7.07-7.07%2C7.07Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
}

/* hover で色反転 */
.link-pills__link:hover{
  background:#009DE0;color:#fff;border-color:#009DE0;
}
.link-pills__link:hover .link-pills__icon{
  /* 白いシェブロン */
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.9%22%20height%3D%2216.97%22%20viewBox%3D%220%200%209.9%2016.97%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.515%2C24%2C24%2C15.515%2C15.515%2C7.03%2C14.1%2C8.445l7.07%2C7.07-7.07%2C7.07Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

/* active（色を変えたまま） */
.link-pills__link.active,
.link-pills__link.is-active,
.link-pills__link.is-primary{
  background:#009DE0;color:#fff;border-color:#009DE0;
}
.link-pills__link.active .link-pills__icon,
.link-pills__link.is-active .link-pills__icon,
.link-pills__link.is-primary .link-pills__icon{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.9%22%20height%3D%2216.97%22%20viewBox%3D%220%200%209.9%2016.97%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M15.515%2C24%2C24%2C15.515%2C15.515%2C7.03%2C14.1%2C8.445l7.07%2C7.07-7.07%2C7.07Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}



@media (max-width: 767.8px){
.link-pills__list {
	flex-wrap: wrap;
}
}




/* =================================================================
   Namespaced common components  (scope root: .common-eval)
   - Base sections / tables / pill buttons
   - Numbers alignment
   - Responsive tables with safe handling for colspan/rowspan
   - Works even if parent has overflow-x:hidden (inner scroller)
   Breakpoints: 767.8px / 575.8px
   ================================================================= */

/* --- If the parent clips horizontally, keep it; inner element scrolls --- */
.common-eval{ overflow-x:hidden; } /* 親はhiddenでもOK。中の .common-table がスクロール担当 */

/* --- Section & text --- */
.common-eval .common-section{ margin-block:5rem; }
.common-eval .common-section__title{
  margin:0 0 1rem; font-size:1.375rem; line-height:1.6; font-weight:500; color:#002333;
}
.common-eval .common-section__subtitle{
  margin:0 0 .75rem; font-size:1.375rem; line-height:1.6; font-weight:500; color:#002333;
}
.common-eval .common-lead{ margin:0 0 2rem; }
.common-eval .common-lead p{ margin:0;color:#002333; }

/* --- Figure --- */
.common-eval .common-figure{ margin:1rem 0 0; }
.common-eval .common-figure img{
  max-width:520px; width:100%; height:auto; display:inline-block; border-radius:6px;
}

.common-table.common-table--assist.common-table--grid th {
    padding: 0.8rem;
}

.common-table.common-table--assist.common-table--grid th.common-table__rowhead {
    border-bottom: 0;
}

/* =========================
   TABLE: base appearance
   ========================= */
.common-eval .common-table{
  display:block;
  overflow-x:auto;                       /* 横スクロールは内側で担当 */
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;
}
.common-eval .common-table table{
  width:100%;
  border-collapse:separate; border-spacing:0; background:#fff;overflow:hidden;
}
.common-eval .common-table thead th{
  background:#EBF8FF; color:#002333; font-weight:500; text-align:left;
  padding:1.319rem; border-bottom:1px solid #CFE7F4;
}
.common-eval .common-table tbody th,
.common-eval .common-table tbody td{
  padding:1.319rem; border-bottom:1px solid #9ED2E8; vertical-align:middle;
}
.common-eval .common-table__rowhead{
  font-weight:400; white-space:nowrap; color:#002333;
}
.common-eval .common-table__cell{
  display:flex; gap:1rem; align-items:center;
}
.common-eval .common-table__desc{ flex:1 1 auto; }
.common-eval .common-table__desc p{ margin:0; color:#002333; line-height:1.8; }

/* --- Route head (left column in routes table) --- */
.common-eval .common-routehead{ display:flex; align-items:center; gap:.6rem; }
.common-eval .common-routehead__index{
 font-weight:400; min-width:1ch; text-align:left;
  font-variant-numeric:tabular-nums; font-feature-settings:"tnum" 1,"lnum" 1;
}
.common-eval .common-routehead__label{}

/* --- Notes --- */
.common-eval .common-notes{ margin-top:.75rem; }
.common-eval .common-note {
    margin: .25rem 0;
    /* color: #4B5B63; */
    /* line-height: 1.7; */
    font-size: max(.75rem, 10px);
    font-weight: 400;
}
.common-eval .common-note__sup {
    /* font-weight: 700; */
    /* color: #009DE0; */
    /* display: block; */
    vertical-align: baseline;
    font-size: max(.75rem, 10px);
}

/* =========================
   Pill button (arrow = base64)
   ========================= */
.common-eval .common-btn-pill{
  display:inline-flex;
      align-items: center;
    gap: 0.5rem;
    padding: .6rem .9rem;
    border-radius: 9999px;
    border: 1px solid #009DE0;
    background: #EBF8FF;
    color: #009DE0;
    font-weight: 700;
    text-decoration: none;
	    font-size: max(.75rem, 10px);
    line-height: 1;line-height:1; white-space:nowrap;
  transition:opacity .2s ease;
  margin-left:auto;                      /* 右寄せ */
}
.common-eval .common-btn-pill:hover{ opacity:.8; } /* hoverは透過のみ */
.common-eval .common-btn-pill.is-primary,
.common-eval .common-btn-pill.is-active,
.common-eval .common-btn-pill.active{
  background:#009DE0; color:#fff; border-color:#009DE0;
}
.common-eval .common-btn-pill__icon{
    width: 0.6rem;
    height: 0.6rem;
    flex: 0 0 auto;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.578%22%20height%3D%227.75%22%20viewBox%3D%220%200%204.578%207.75%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M14.754%2C14.78%2C18.678%2C10.9%2C14.754%2C7.03l-.654.646L17.369%2C10.9%2C14.1%2C14.133Z%22%20transform%3D%22translate(-14.1%20-7.03)%22%20fill%3D%22%2313a3e0%22%2F%3E%3C%2Fsvg%3E');
}
.common-eval .common-btn-pill.is-primary .common-btn-pill__icon,
.common-eval .common-btn-pill.is-active .common-btn-pill__icon,
.common-eval .common-btn-pill.active .common-btn-pill__icon{
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHBhdGggZD0nTTkgNmw2IDYtNiA2Jy8+PC9zdmc+");
}

/* =========================
   Numbers: alignment & fonts
   ========================= */
.common-eval .u-num{
  font-variant-numeric:lining-nums tabular-nums;
  font-feature-settings:"lnum" 1,"tnum" 1;
  white-space:nowrap;
}

.common-eval .common-table--assist .is-num .u-num{

}

/* =======================================================
   Responsive (≤ 767.8px)
   ・スパン無し → カード化（thead非表示、data-labelを見出しに）
   ・row/colspan 有り or .no-stack → 通常テーブルのまま横スクロール
   ======================================================= */
@media (max-width:767.8px){

  /* ---------- ROUTES: スパン無しのみカード化 ---------- */
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) table,
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) thead,
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) tbody,
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) tr,
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) th,
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) td{ display:block; width:100%; }

  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) thead{
    position:absolute; width:1px; height:1px; overflow:hidden;
    clip:rect(1px,1px,1px,1px); white-space:nowrap;
  }
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) tbody tr{
    background:#fff; border:1px solid #9ED2E8; border-radius:12px;
    padding:1rem; margin-bottom:1rem;
  }
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) .common-table__rowhead{
    background:transparent; padding:0 0 .5rem; border:0; margin:0 0 .5rem;
  }
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) td.common-table__cell{
    padding:0; border:0;
  }
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) td.common-table__cell::before{
    content:attr(data-label);
    display:block; color:#002333; margin:.25rem 0 .4rem;
  }
  /* カード化時は横スクロール不要なので100%に戻す */
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) table{
    width:100%; min-width:0;
  }
  .common-eval .common-table--routes .common-btn-pill{ margin-top:.6rem; }

  /* ---------- ASSIST: スパン無しのみカード化 ---------- */
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) table,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) thead,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) tbody,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) tr,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) th,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td{ display:block; width:100%; }

  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) thead{
    position:absolute; width:1px; height:1px; overflow:hidden;
    clip:rect(1px,1px,1px,1px); white-space:nowrap;
  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) tbody tr{
    background:#fff; border:1px solid #9ED2E8; border-radius:12px;
    padding:1rem; margin-bottom:1rem;
  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) .common-table__rowhead{
    background:transparent; border:0; padding:0 0 .5rem; margin:0 0 .5rem;
    border-bottom:1px dashed #9ED2E8;
  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td{
    border:0; padding:.35rem 0; display:flex; gap:.75rem; align-items:flex-start;
  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td::before{
    content:attr(data-label);
    flex:0 0 8.5em; max-width:50%;
    color:#4B5B63; font-weight:500;
	        text-align: left;
  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td.is-num{  }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td.is-num::before{ text-align:left; }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) .u-num{display:inline-block; }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) table{
    width:100%; min-width:0;
  }

  /* ---------- スパン有り or 手動 no-stack：通常テーブル + 横スクロール維持 ---------- */
  .common-eval .common-table--routes:has([rowspan],[colspan]),
  .common-eval .common-table--assist:has([rowspan],[colspan]),
  .common-eval .common-table.no-stack{ overflow-x:auto; }
  .common-eval .common-table--routes:has([rowspan],[colspan]) table,
  .common-eval .common-table--assist:has([rowspan],[colspan]) table,
  .common-eval .common-table.no-stack table{
    display:table; width:max-content; min-width:100%;
  }
  .common-eval .common-table--routes:has([rowspan],[colspan]) thead,
  .common-eval .common-table--assist:has([rowspan],[colspan]) thead,
  .common-eval .common-table.no-stack thead{
    position:static; width:auto; height:auto; overflow:visible; clip:auto; white-space:normal;
  }
  .common-eval .common-table--routes:has([rowspan],[colspan]) tr,
  .common-eval .common-table--assist:has([rowspan],[colspan]) tr,
  .common-eval .common-table.no-stack tr{ display:table-row; }
  .common-eval .common-table--routes:has([rowspan],[colspan]) th,
  .common-eval .common-table--routes:has([rowspan],[colspan]) td,
  .common-eval .common-table--assist:has([rowspan],[colspan]) th,
  .common-eval .common-table--assist:has([rowspan],[colspan]) td,
  .common-eval .common-table.no-stack th,
  .common-eval .common-table.no-stack td{ display:table-cell; }
}

/* =======================================
   Responsive (≤ 575.8px): fine adjustments
   ======================================= */
@media (max-width:575.8px){
  .common-eval .common-section{ margin-block:1.75rem; }
  .common-eval .common-figure img{ max-width:100%; }
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) td::before{ flex-basis:7.5em; }
  .common-eval .common-table--routes:not(:has([rowspan],[colspan])) tbody tr,
  .common-eval .common-table--assist:not(:has([rowspan],[colspan])) tbody tr{ padding:1.2rem; }
}




/* ====== Grid border for whole table (outer + all cells) ====== */
/* 使い方：<div class="common-table common-table--grid ..."> */
.common-eval .common-table--grid{
  border:1px solid #9ED2E8;           /* 外枠 */
  overflow-x:auto;                     /* 横スクロール担当（親がhiddenでもOK） */
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;
}

/* セル罫線（重複を避けるため “右＋下” のみ描画） */
.common-eval .common-table--grid table{
  border-collapse:separate; border-spacing:0;
  width:max-content; min-width:100%;
 overflow:hidden; /* 角丸維持 */
}
.common-eval .common-table--grid thead th,
.common-eval .common-table--grid tbody th,
.common-eval .common-table--grid tbody td{
  border-color: #9ED2E8;                           /* 既存の下線などをリセット */
  text-align: center;
}
.common-eval .common-table--grid tr > *{
  border-right:1px solid #9ED2E8;
  border-bottom:1px solid #9ED2E8;
}
.common-eval .common-table--grid tr > *:last-child{ border-right:0; }
.common-eval .common-table--grid tbody tr:last-child > *{ border-bottom:0; }

/* theadの下にも同じ線（必要なら） */
.common-eval .common-table--grid thead tr > *{ border-bottom:1px solid #9ED2E8; }

/* ===== SP修正版：横スクロール時もセル罫線を維持 ===== */
@media (max-width:767.8px){

  /* カード化（= スパンなし かつ no-stackなし）の時だけセル罫線を消す */
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) tr > *{
    border:0; text-align:left;
  }
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) thead th,
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) tbody th,
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) tbody td{
    border:0; text-align:left;
  }
  /* カード化時は横スクロール不要なので幅を100%に */
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) table{
    width:100%; min-width:0;
  }

  /* 横スクロール（= スパン有り or no-stack 指定）は表レイアウトのまま罫線を出す */
  .common-eval .common-table--grid.no-stack,
  .common-eval .common-table--grid:has([rowspan],[colspan]){
    overflow-x:auto;
  }
  .common-eval .common-table--grid.no-stack table,
  .common-eval .common-table--grid:has([rowspan],[colspan]) table{
    display:table;
    width:max-content; min-width:100%;
    border:1px solid #9ED2E8;            /* 外枠 */
  }
  /* セル罫線（重複を避けるため 右＋下） */
  .common-eval .common-table--grid.no-stack tr > *,
  .common-eval .common-table--grid:has([rowspan],[colspan]) tr > *{
    border-right:1px solid #9ED2E8;
    border-bottom:1px solid #9ED2E8;
    text-align:left;
  }
  .common-eval .common-table--grid.no-stack tr > *:last-child,
  .common-eval .common-table--grid:has([rowspan],[colspan]) tr > *:last-child{
    border-right:0;
  }
  .common-eval .common-table--grid.no-stack tbody tr:last-child > *,
  .common-eval .common-table--grid:has([rowspan],[colspan]) tbody tr:last-child > *{
    border-bottom:0;
  }
  .common-eval .common-table--grid{
  border:0;
}
}

/* =========================================
   GRID専用: 枠線は table / th / td だけに限定
   ========================================= */

/* ラッパーは枠線を持たない（外枠は table が担当） */
.common-eval .common-table--grid{
  border: 0;
}

/* table 本体に外枠。collapseで二重線を防ぐ */
.common-eval .common-table--grid table{
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
  border: 1px solid #9ED2E8;
}

/* 既存の「tr > *」「thead tr > *」などのセル外の境界指定を無効化 */
.common-eval .common-table--grid tr > *,
.common-eval .common-table--grid thead tr > *{
  border: 0 !important;
}

/* 罫線は th / td のみで描画（均一1px） */
.common-eval .common-table--grid th,
.common-eval .common-table--grid td{
  border: 1px solid #9ED2E8 !important;
}

/* 既存の “右端0/最下段0” などを使っている場合の打ち消し */
.common-eval .common-table--grid tr > *:last-child{ border-right: 1px solid #9ED2E8 !important; }
.common-eval .common-table--grid tbody tr:last-child > *{ border-bottom: 1px solid #9ED2E8 !important; }

.common-eval .common-table--grid table thead th.common-table__th {
    border-right: 1px solid #9ED2E8 !important;
}

/* SPカード化（= スパン無し & no-stack無し）のときはセル罫線を消して外枠だけに */
@media (max-width: 767.8px){
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) th,
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) td{
    border: 0 !important;
  }
  /* カード化時の table は幅100%（横スクロール不要） */
  .common-eval .common-table--grid:not(.no-stack):not(:has([rowspan],[colspan])) table{
    width: 100%;
    min-width: 0;
  }
}






.info-common__title {
    margin: 1.1rem 0 2.2rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
}


.common-item__block__title {
    font-size: 1rem;
    font-weight: 500;
	    margin-bottom: 0.8rem;
}

.common-item__block {
    margin-top: 2rem;
}

.common-item__number-list li {
    display: list-item;
    list-style: decimal;
    margin-left: 1.2rem;
    padding-left: 0.5rem;
    margin-bottom: 0.3rem;
}

.commitment-quality__list.common-kensho {
    margin-top: 2rem;
}

.base-level__lower___txt.weight-regular {
    font-weight: 400;
}

.common-item__classification {
    padding: 1.3rem 2.2rem 1.5rem;
    background: #F7F7F7;
    border-radius: 1.25rem;
	    margin-top: 2.3rem;
}

.page-common__kensho-first.common-eval {
    margin-top: 1.2rem;
    margin-bottom: 4.5rem;
}


.non-margin__top {
    margin-block: 0 !important;
}



.common-info__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:2rem;
}

/* full-card link */
.common-info__card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:#F7F7F7;
  border-radius:1.25rem;
  padding:1.6rem;
  transition:opacity .2s ease;
}
.common-info__card:hover{ opacity:.8; }          /* 指定どおり hover は透過のみ */


/* thumbnail */
.common-info__thumb{
  margin:0 0 .9rem;
  border-radius:0.5rem;
  overflow:hidden;
  background:#F2F6FA;
  aspect-ratio:16/9;
}
.common-info__thumb img{
  width:100%; height:100%;
  object-fit:cover; display:block;
}

/* body */
.common-info__body{ display:flex; flex-direction:column; gap:.35rem; }
.common-info__title{
  margin:0;
  font-weight:bold;
  font-size:1.125rem;
  line-height:1.6;
}
.common-info__text{
  margin:0;
}

/* ====== responsive ====== */
@media (max-width: 767.8px){
  .common-info__grid{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:1.5rem; }
}

@media (max-width: 575.8px){
  .common-info__grid{ grid-template-columns:1fr; }
  .common-info__card{ }
  .common-info__thumb{ }
}

.common-products__grid{
  list-style:none; margin:0; padding:0;
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:1.893rem;
}

.common-products__item{ display:block; }

/* full-card link */
.common-products__card{
  position:relative;
  display:block;
        border-radius: 1.25rem;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  transition:opacity .2s ease;
}
.common-products__card:hover{ opacity:.8; }


/* image */
.common-products__thumb{ margin:0; }
.common-products__thumb::before{
  content:""; display:block;
  /* 高さ比率（画像の縦長感）：必要なら調整  */
    aspect-ratio: 70 / 99;
}
.common-products__thumb img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; display:block;
}

/* bottom gradient overlay */
.common-products__card::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:40%;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0)); pointer-events:none;
      border-radius: 1.25rem;
}

/* caption */
.common-products__caption{
  position:absolute; left:0; right:0; bottom:0;
  padding:1rem 1.1rem 1.1rem;
  color:#fff;
}
.common-products__title{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.2rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #fff;
    z-index: 1;
}

/* ====== responsive ====== */
@media (max-width: 767.8px){
  .common-products__grid{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:1.5rem; }
}

.other-introduce.common-under__btn .introduce-home {
    margin-top: 1.5rem;
}


.common-products {
    margin-top: 5.5rem;
}

.other-introduce.common-under__btn {
    padding-bottom: 0;
}

.base-level__lower.page-kensho.page-individuals {
    padding-bottom: 6rem;
}







/* ===============================
   Common UI Core (zeisei page)
   scope: .common-eval
   └ names: common-zeisei*
   =============================== */


   .single-news__content .zeisei__info-tbl {
    overflow: auto;
	scrollbar-gutter: stable;
}

.simplified-chart tr:nth-child(2) td.color:nth-child(1) {
    background-color: #6495ed;
}

.simplified-chart tr:nth-child(2) td.color:nth-child(2) {
    background-color: #add8e6;
}

.simplified-chart tr:nth-child(2) td.color:nth-child(3) {
    background-color: #7fff7f;
}
.simplified-chart tr:nth-child(2) td.color:nth-child(4) {
    background-color: #ffff7f;
}
.simplified-chart tr:nth-child(2) td.color:nth-child(5) {
    background-color: orange;
}
.simplified-chart tr:nth-child(2) td.color:nth-child(6) {
    background-color: #ffb6c1;
}
.simplified-chart tr:nth-child(2) td.color:nth-child(7) {
    background-color: #e074a8;
}


.tbl-y07-color01{
    background-color: #060;
color: #fff !important;
}

.tbl-y07-color02{
    background-color: #6495ed;
}

.tbl-y07-color03{
	    background-color: #add8e6;
}

.tbl-y07-color04{
	    background-color: #7fff7f;
}

.tbl-y07-color05{
	    background-color: #ffff7f;
}

.tbl-y07-color06{
	    background-color: orange;
}

.tbl-y07-color07{
	    background-color: #ffb6c1;
}

.tbl-y07-color08{
	    background-color: #e074a8;
}

.tbl-y07-color09{
	    background-color: #982863;
}



.kono-tabs{ color:var(--c-text); margin-top: 2.5rem; padding-top: 0.5rem;}
.kono-tabs__list{
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: .5rem;
    align-items: end;
    background: #F2F3F4;
    overflow: hidden;
    border-radius: 2.5rem;
}

a.other-link-tel {
    font-size: 1.125rem;
}

.zeisei-fst_item {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.zeisei-fst_item .left .title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.zeisei-fst_item .left .text {
    margin-bottom: 1rem;
}

.zeisei-fst_item .left {
    width: 84%;
}

.base-level__lower.page-contact.other-introduce.other-link_ptn {
    padding-top: 4.5rem;
}

.contact__internet-ttl {
    margin: 1rem 0 1.5rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
	    position: relative;
		    display: inline-block;
			    left: 1.5rem;
}

.contact__internet p {
    margin-bottom: 2rem;
}

.contact__internet .introduce-cta-row.content-flex.is-single {
    margin-bottom: 0;
}

.contact__internet {
    text-align: center;
}

.contact__internet-ttl::before{
	content: "";
	display: block;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2229%22%20viewBox%3D%220%200%2046%2029%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M6%2C36H42V15h0a2.006%2C2.006%2C0%2C0%2C0-2-2H8a2.006%2C2.006%2C0%2C0%2C0-2%2C2ZM4%2C40H44a1.959%2C1.959%2C0%2C0%2C0%2C2-2H2A1.959%2C1.959%2C0%2C0%2C0%2C4%2C40Z%22%20transform%3D%22translate(-1%20-12)%22%20fill%3D%22none%22%20stroke%3D%22%2313a3e0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    width: 3rem;
    height: 2rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 57%;
    left: -7%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.zeisei-fst_item .right {
    width: 13.334%;
    min-width: 80px;
}

.kono-tab{
    appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    padding: 1.2817rem 1rem;
    border-radius: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #BEBFBF;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.kono-tab:hover{ opacity:.9; }
.kono-tab.is-active{ color:#fff; } /* 文字色はインジケータ上で白に */

.kono-indicator{
    position: absolute;
    inset: 0rem auto 0rem 0rem;
    width: 0;
    background: #13A3E0;
    border-radius: 2.5rem;
  transition:
    left .28s ease,
    width .28s ease,
    transform .28s ease,
    background-color .2s ease;
  will-change: left, width;
}

/* パネル領域 */
.kono-panels{
  border: 1px solid var(--c-blue);
  border-radius: var(--radius);
  margin-top: .75rem;
  background: #fff;
  padding: 1rem 0;
}
.kono-panel[hidden]{ display:none; }

/* レスポンシブ */
@media (max-width: 767.8px){
  .kono-tabs__list{
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .5rem;
    padding: .35rem;
  }
  .kono-tab{ padding: .6rem .8rem; }
  /* 行折返し時はインジケータを「行内スライド」にするため、JSがleft/widthを都度再計算 */
}
@media (max-width: 575.8px){
  .kono-tabs__list{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}


@media (max-width: 767.8px) {
	.single-news__content .zeisei__info-tbl table{
        width: 100%;
        border: 0;
        display: table;
	}
	    .single-news__content .zeisei__info-tbl thead, .single-news__content .zeisei__info-tbl tbody, .single-news__content .zeisei__info-tbl tfoot, .single-news__content .zeisei__info-tbl tr {
        display: revert-layer;
        table-layout: fixed;
    }
}

/* 数値の揃え */
.common-eval .u-num{
  font-variant-numeric:tabular-nums lining-nums;
  font-feature-settings:"tnum" 1, "lnum" 1;
  white-space:nowrap;
}


.other-introduce.common-products__more.zeisei {
    padding: 0;
    margin-bottom: 2rem;
}

.other-link_ptn-txt {
    text-align: center;
    margin-bottom: 1.8rem;
    font-weight: 500;
    font-size: 1.125rem;
}

.base-level__lower.other-introduce.other-link_ptn {
    padding-bottom: 0;
}

a.cta-pill.cta-pill--faq.other span.cta-pill__icon{
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3072%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203072%22%20transform%3D%22translate(-0.295%20-0.295)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20transform%3D%22translate(0.295%200.295)%22%20fill%3D%22%23f56929%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2695%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202695%22%20transform%3D%22translate(13.096%2013.096)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M0%2C0H22.1V22.1H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2886%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202886%22%20transform%3D%22translate(-133%20-130.012)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1571%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201571%22%20transform%3D%22translate(136.199%20133.212)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2212%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2216.5%22%20height%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_384%22%20data-name%3D%22%E3%83%91%E3%82%B9%20384%22%20d%3D%22M139.693%2C133.264v11.525h16.464%22%20transform%3D%22translate(-6.693%204.634)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* -------------------------------
   補助制度カード一覧
   ------------------------------- */
.common-eval .common-zeisei{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1.4999rem;
  margin-block: 1.25rem 5rem;
}


.common-eval .common-zeisei__card {
  display: flex;                 /* ← flex化 */
  flex-direction: column;        /* 縦並び */
  text-decoration: none;
  color: #002333;
  border: 1px solid #BEBFBF;
  border-radius: 1.25rem;
  background: #fff;
  transition: opacity .2s,background-color .2s,border-color .2s,color .2s ;
  overflow: hidden;
      padding: 1.7rem 1rem;
}

.common-eval .common-zeisei__card:hover {
opacity: .8;
    background: #EBF8FF;
    border-color: #9ED2E8;
    color: #13A3E0;
}

.common-eval .common-zeisei__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 8.125rem;
    margin: 0 auto;
}

.common-eval .common-zeisei__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.common-eval .common-zeisei__body {
  flex: 1;                       /* 本文部分を伸縮可能に */
  display: flex;
  flex-direction: column;
text-align: center;
}

.common-eval .common-zeisei__title {
    font-size: 1rem;
    margin: 1rem 0 .5rem;
    font-weight:600;
}

.common-eval .common-zeisei__text {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
	    color: #002333;
		margin-bottom: 1rem;
}

.common-eval .common-zeisei__arrow {
    margin-top: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    transform: rotate(90deg);
    width: 9px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.198%22%20height%3D%2215.469%22%20viewBox%3D%220%200%209.198%2015.469%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_321%22%20data-name%3D%22%E3%83%91%E3%82%B9%20321%22%20d%3D%22M1.315%2C15.469%2C9.2%2C7.734%2C1.315%2C0%2C0%2C1.29%2C6.569%2C7.734%2C0%2C14.179Z%22%20fill%3D%22%23bebfbf%22%2F%3E%3C%2Fsvg%3E');
}


/* -------------------------------
   詳細ブロック（アコーディオン見出し）
   ------------------------------- */
.common-eval .common-zeisei__detail{
  display:grid;
  grid-template-columns:1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.common-eval .common-zeisei__block{
}

/* h3 行（画像＋ラベル＋矢印） */
.common-eval .common-zeisei__block-title{ margin:0;border-bottom: 1px dashed #9ED2E8; }

.common-eval .common-zeisei__block-toggle{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    text-decoration: none;
    padding:.9rem 1rem 1.8rem;
  transition:opacity .2s, background-color .2s;
}
.common-eval .common-zeisei__block-toggle:hover{ opacity:.8; }

.common-eval .common-zeisei__block-icon{
  flex:0 0 auto;     width: 4rem;
    height: 4rem; display:grid; place-items:center;
  overflow:hidden;
}
.common-eval .common-zeisei__block-icon img{
  width:100%; height:100%; object-fit:contain; display:block;
}

.common-eval .common-zeisei__block-label{
  flex:1 1 auto; font-weight:600; font-size:1.125rem; line-height:1.35;
  color: #002333;
}

/* 矢印（青SVG） */
.common-eval .common-zeisei__block-arrow{
  flex:0 0 auto; width:1.2rem; height:1.2rem;
  background-repeat:no-repeat; background-position:center; background-size:contain;
  transform:rotate(0deg);
  transition:transform .2s ease;
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4.578" height="7.75" viewBox="0 0 4.578 7.75"><path d="M14.754,14.78,18.678,10.9,14.754,7.03l-.654.646L17.369,10.9,14.1,14.133Z" transform="translate(-14.1 -7.03)" fill="%2313a3e0"/></svg>');
}
.common-eval .common-zeisei__block-toggle[aria-expanded="true"] .common-zeisei__block-arrow{
  transform:rotate(90deg);
}

/* -------------------------------
   詳細：DL（テーブル風）
   ------------------------------- */
.common-eval .common-zeisei__table{
  padding: 1rem 1rem 1.1rem;
}

/* デフォルト: 非表示 */
.div-toggle {
    display: revert-layer;
}

.common-eval strong {
    font-weight: 600;
}
.common-eval span.sml {
    font-size: max(.875rem, 10px);
}

.common-eval .common-zeisei__table {
  display: grid;
  grid-template-columns: 20% 80%; /* 左30% / 右70% */
  gap: 2.5rem 1rem;
  margin-block: 1.25rem 2rem;
  width: 100%;
}

.common-eval .common-zeisei__table dt {
  font-weight: 600;
}

.common-eval .common-zeisei__table dd {
  margin: 0;
}

.common-eval .common-zeisei__list,
.common-eval .common-zeisei__list-num {
  margin: 0;
  padding-left: 1.2rem; /* インデント */
}


.common-eval .common-zeisei__list li:first-of-type,.common-eval .common-zeisei__list-num li:first-of-type{
	margin-top: 0;
}

.common-eval .common-zeisei__list > li {
    position: relative;
    margin: .35rem 0;
    padding-left: .3rem;
}

.common-eval .common-zeisei__list > li::before {
    content: "";
    position: absolute;
    left: -.8rem;
    top: .75em;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    background: #009DE0;
}

.common-eval .common-zeisei__list-num {
    list-style: none;
    counter-reset: snum;
    margin: .5rem 0 1rem;
    padding-left: 1.6rem;
	    margin-top: 0;
}

.common-eval .common-zeisei__list-num > li {
    position: relative;
    counter-increment: snum;
    margin: .35rem 0;
    padding-left:0;
}

.common-eval .common-zeisei__list-num > li::before{
  content: counter(snum) ".";
  position:absolute; left:-1.6rem; top:0;
  min-width:1.2rem; text-align:right;
  color:#009DE0; font-weight:700;
}

.red{
	color: #da0000;
}

.div-toggle {
  display: none; /* 初期状態は非表示 */
}
.div-toggle.is-open {
  display: block;
}


/* SP時は縦並びに切り替え */
@media (max-width: 767.8px) {
  .common-eval .common-zeisei__table {
    grid-template-columns: 1fr;
	gap: 1rem;
  }
  .common-eval .common-zeisei__table dt {
    margin-top: .8rem;
  }
}


.common-eval .common-zeisei__more{ padding: 0 1rem 1rem; }

/* -------------------------------
   ピルボタン
   ------------------------------- */
.common-eval .common-btn-pill{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.6rem .9rem; border-radius:9999px;
  border:1px solid #009DE0;
  background:#EBF8FF; color:#009DE0;
  font-weight:700; text-decoration:none;
  font-size:max(.75rem,10px); line-height:1; white-space:nowrap;
  transition:opacity .2s;
}
.common-eval .common-btn-pill:hover{ opacity:.8; }
.common-eval .common-btn-pill.is-primary{
  background:#009DE0; color:#fff; border-color:#009DE0;
}
.common-eval .common-btn-pill__icon{
  width:.6rem; height:.6rem; background-repeat:no-repeat; background-position:center; background-size:contain;
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4.578" height="7.75" viewBox="0 0 4.578 7.75"><path d="M14.754,14.78,18.678,10.9,14.754,7.03l-.654.646L17.369,10.9,14.1,14.133Z" transform="translate(-14.1 -7.03)" fill="%2313a3e0"/></svg>');
}

/* -------------------------------
   レスポンシブ
   ------------------------------- */
@media (max-width: 767.8px){
  .common-eval .common-zeisei{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap:.75rem;
  }
  .common-eval .common-zeisei__body{ padding:.75rem .8rem .9rem; }
  .common-eval .common-zeisei__block-toggle{ padding:.8rem .9rem; }
  .common-eval .common-zeisei__block-icon{ width:30px; height:30px; border-radius:10px; }
  .common-eval .common-zeisei__text {
    margin-top: auto;
}
}

@media (max-width: 575.8px){

}





/* ========= NSG Header (scoped & fixed, no-jank) ========= */
.nsg-hdr{
  --hdr-bg:#fff; --text:#002333; --muted:#002333; --bd:#C7CDD3;
  --accent:#009DE0; --brand:#F56929; --chip:#9ED2E8; --chip-active:#CFEAFA;
  --hdr-h:72px;               

  position:fixed; top:0; left:0; right:0; z-index:1000;
}

/* 高さは常に同じ。背景と影だけをアニメーション */
.nsg-hdr .header-inner{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:1.7255rem 2.4rem;                       /* ← 固定（スクロールで変えない） */
  background:transparent;
  position:relative; z-index:1001;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.nsg-hdr.is-scrolled .header-inner{
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  backdrop-filter: saturate(180%) blur(6px);
}

.nsg-hdr .site-logo img{ display:block; height:auto }

.nsg-hdr .site-logo .logo__svg{
	    width: 6.5rem;
    height: 3.5rem;
	    color: #ffffff;
}

.nsg-hdr.is-scrolled .site-logo .logo__svg,.site-top .logo__svg{
	color: #009DE0!important;
}


.nsg-hdr .aud-search form.freeword-form {
    margin: 0;
}

/* 上段ユーティリティ */
.nsg-hdr .header-utility{ display:flex; align-items:center; gap:1.2rem;     margin-bottom: 0.8rem;justify-content: right; }
.nsg-hdr .util-nav{ color:var(--muted); font-size:max(.875rem, 10px);    display: flex; }
.nsg-hdr .util-nav a{ color:var(--muted); text-decoration:none;    font-size: max(.875rem, 10px);
    font-weight: 500; }
.nsg-hdr .util-nav a:hover{ text-decoration:underline }
.nsg-hdr .util-sep{ margin:0 .4rem; color:#BEBFBF; }
.nsg-hdr .aud-search{ display:flex; align-items:center; gap:1rem }
.nsg-hdr .audience{ display:flex; gap:.6rem }
.nsg-hdr .aud-chip{
border: 0;
    height: 2rem;
    background: var(--chip);
    color: var(--text);
    font-weight: 500;
    padding: .45rem .8rem;
    border-radius: 1.125rem;
    line-height: 1;
    cursor: pointer;
    font-size: max(.875rem, 10px);
  transition:background .25s ease, box-shadow .25s ease;
}

.nsg-hdr .aud-chip:hover{
	opacity: 0.8;
}

.nsg-hdr .aud-chip.is-active{ }

/* グローバルナビ */
.nsg-hdr .global-nav{ display:flex; align-items:center; justify-content:right; gap:1rem }
.nsg-hdr .g-nav__list{ display:flex; gap:1.5rem; list-style:none; margin:0; padding:0 }
.nsg-hdr .g-nav__list a{ text-decoration:none; color:var(--text); font-weight:500 }
.nsg-hdr .g-nav__list a:hover{ text-decoration:underline }
.nsg-hdr .btn-catalog{
    margin-left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .3502rem 1rem;
    background: var(--brand);
    color: #fff;
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    height: 2.5rem; transition:filter .2s ease;
}
.nsg-hdr .btn-catalog:hover{ filter:brightness(1.05) }
.nsg-hdr .btn-catalog--lg{ padding:.9rem 1.4rem; font-size:16px }

/* 検索（角丸＋虫眼鏡） */
.nsg-hdr .sr-only{ position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0 }
.nsg-hdr .freeword-form{ position:relative; min-width:280px }
.nsg-hdr .freeword-form::before{
  content:""; position:absolute; left:0.7rem; top:50%; transform:translateY(-50%);
  width:1rem; height:1rem; pointer-events:none;
  background:no-repeat center/contain url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2236%22%20viewBox%3D%220%200%2035%2036%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1526%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201526%22%20width%3D%2235%22%20height%3D%2236%22%20transform%3D%22translate(-0.625%200)%22%20fill%3D%22%23002333%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2657%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202657%22%20transform%3D%22translate(0.625%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_344%22%20data-name%3D%22%E3%83%91%E3%82%B9%20344%22%20d%3D%22M229.619%2C229.937l-4.032-4.318-4.8%2C4.887%2C4.032%2C4.318a3.231%2C3.231%2C0%2C0%2C0%2C4.726.076%2C3.635%2C3.635%2C0%2C0%2C0%2C.072-4.963%22%20transform%3D%22translate(-196.812%20-199.891)%22%20fill%3D%22%23002333%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_345%22%20data-name%3D%22%E3%83%91%E3%82%B9%20345%22%20d%3D%22M25.783%2C22.489a3.249%2C3.249%2C0%2C0%2C0-2.61-1.058l-1.732-1.875A12.893%2C12.893%2C0%2C0%2C0%2C20.278%2C3.761a11.426%2C11.426%2C0%2C0%2C0-16.7-.268%2C12.857%2C12.857%2C0%2C0%2C0-.255%2C17.533%2C11.412%2C11.412%2C0%2C0%2C0%2C15%2C1.7L20.057%2C24.6a3.608%2C3.608%2C0%2C0%2C0%2C.928%2C2.772l1.481%2C1.6%2C4.8-4.888ZM19.811%2C11.757a8.3%2C8.3%2C0%2C0%2C1-7.428%2C9.013%2C8.165%2C8.165%2C0%2C0%2C1-8.583-7.8%2C8.3%2C8.3%2C0%2C0%2C1%2C7.428-9.013%2C8.165%2C8.165%2C0%2C0%2C1%2C8.583%2C7.8%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23002333%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.nsg-hdr .freeword-form input[type="search"]{
    width: 100%;
    height: 2rem;
    padding: .45rem 2.2rem;
    padding-right: 1rem;
    border-radius: 1.125rem;
    border: 1px solid #F7F7F7;
    background: #fff;
    color: var(--text);
    font-size: max(.875rem, 10px);outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.nsg-hdr .freeword-form input::placeholder{ color:#BEBFBF }

/* レイアウト */
.nsg-hdr .header-right{ flex:1; display:flex; flex-direction:column; min-width:0 }

/* ハンバーガー：上下2本ライン→X 変形（ラインアニメ） */
.nsg-hdr .nav-toggle{
  display:none; width:42px; height:42px;     border: none;
    background: transparent; position:relative; cursor:pointer; overflow:hidden; z-index:1002;
}
.nsg-hdr .nav-toggle__bar{ position:absolute; inset:0; background:transparent }
.nsg-hdr .nav-toggle__bar::before,
.nsg-hdr .nav-toggle__bar::after{
  content:""; position:absolute; left:10px; right:10px; height:1px; background:#002333; border-radius:2px;
  transition:transform .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease;
  transform-origin:center;
}
.nsg-hdr .nav-toggle__bar::before{ top:16px; }   /* 上ライン */
.nsg-hdr .nav-toggle__bar::after { bottom:15px; }/* 下ライン */
.nsg-hdr .nav-toggle::after{
  content:""; position:absolute; inset:0; border-radius:inherit;
  transform:scale(0); opacity:0; transition:transform .4s ease, opacity .3s ease; pointer-events:none;
}
.nsg-hdr.is-open .nav-toggle{  }
.nsg-hdr.is-open .nav-toggle::after{ transform:scale(1.6); opacity:1 }
.nsg-hdr.is-open .nav-toggle__bar::before{ transform:translateY(5px) rotate(20deg); }
.nsg-hdr.is-open .nav-toggle__bar::after { transform:translateY(-5px) rotate(-20deg); }

/* SPドロワー（ヘッダー下から） */
.nsg-hdr .sp-drawer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 999;
    padding-top: 5rem;
    background: #ffffff;
}
.nsg-hdr .sp-drawer[hidden]{ display:none!important }
.nsg-hdr .sp-drawer__backdrop{ position:absolute; inset:0;  opacity:0; transition:opacity .25s ease }
.nsg-hdr .sp-drawer__inner{
  position:relative; margin-left:auto; width:min(100%,100%); max-width:100%;
  background:#fff; height:100%; overflow:auto; padding:20px 20px 40px;
      z-index: 999;
  transform:translateY(-10px) scale(.98); opacity:0; transition:transform .35s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
}
.nsg-hdr.is-open .sp-drawer__backdrop{ opacity:1 }
.nsg-hdr.is-open .sp-drawer__inner{ transform:translateY(0) scale(1); opacity:1 }

/* SPメニュー項目：階段フェードイン */
.nsg-hdr .sp-nav__list{ list-style:none; padding:0; margin:20px 0; display:flex; flex-direction:column; gap:18px; text-align:center }
.nsg-hdr .sp-nav__list a{
  color:var(--text); text-decoration:none; font-size:18px; font-weight:800;
  opacity:0; transform:translateY(8px); transition:opacity .35s ease, transform .35s ease;
}
.nsg-hdr.is-open .sp-nav__list a{ opacity:1; transform:none }
.nsg-hdr.is-open .sp-nav__list li:nth-child(1) a{ transition-delay:.05s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(2) a{ transition-delay:.10s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(3) a{ transition-delay:.15s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(4) a{ transition-delay:.20s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(5) a{ transition-delay:.25s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(6) a{ transition-delay:.30s }
.nsg-hdr.is-open .sp-nav__list li:nth-child(7) a{ transition-delay:.35s }

.nsg-hdr .sp-audience{ display:flex; gap:.6rem; justify-content:center; margin:20px 0 }
.nsg-hdr .sp-util{ text-align:center; color:var(--muted); margin:8px 0 12px }
.nsg-hdr .sp-util a{ color:var(--muted); text-decoration:none }
.nsg-hdr .sp-util .util-sep{ margin:0 .4rem; color:#C5CFD6 }
.nsg-hdr .sp-drawer .freeword-form{ margin:12px auto 0; width:min(560px,92%) }

/* ブレークポイント */
@media (max-width:991.8px){
  .nsg-hdr .global-nav, .nsg-hdr .header-utility{ display:none }
  .nsg-hdr .nav-toggle{ display:grid }

  header.site-header.nsg-hdr.is-open.is-scrolled .header-inner {
    box-shadow: none;
}
.nsg-hdr .btn-catalog--lg {
    display: flex
;
    padding: 2rem;
    width: 50%;
    margin: 0 auto;
}

    .nsg-hdr .btn-catalog--lg {
        padding: 2rem;
        width: 90%;
        margin: 0 auto;
        border-radius: 3rem;
		        max-width: 24rem;
    }
	.nsg-hdr .aud-chip {
    border: 0;
    height: auto;
    padding: 1rem 1.8rem 1rem 1.8rem;
    border-radius: 2.125rem;
    line-height: 1;
    cursor: pointer;
    font-size: 1.25rem;
}
.nsg-hdr .sp-util {
    display: flex
;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.nsg-hdr .sp-util a {
    font-size: 1.25rem;
}
nav.sp-nav {
    padding-bottom: 4rem;
}

.nsg-hdr .freeword-form input[type="search"] {
    width: 100%;
    height: auto;
    padding: 1.5rem 3rem;
    padding-right: 1rem;
    border-radius: 21.125rem;
    border: 1px solid #F7F7F7;
    background: #fff;
    font-size: 1.25rem;
    outline: none;
}

.nsg-hdr .sp-nav__list {
    margin-bottom: 2rem;
}

.nsg-hdr .sp-audience {
    margin: 20px 0;
    margin-top: 2rem;
}

.nsg-hdr .freeword-form::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}

}





/* ========== NSG Footer (scoped, content-sized columns) ========== */
.nsg-ftr{
  --text:#002333; --muted:#8FA3AF; --accent:#009DE0; --brand:#F56929;
  --bd:#E0EDF3; --chip:#F5FAFD;
  background:#fff; color:var(--text); position:relative; z-index:2;
  font-size:16px;
}
.nsg-ftr *{ box-sizing:border-box; }

/* clearfix（ブランドをfloatにしても親が潰れないように） */
.nsg-ftr .ftr-inner::after{ content:""; display:block; clear:both; }

/* 左：ロゴ固定幅 */
.nsg-ftr .ftr-brand{
    float: left;
    width: auto;
    min-width: auto;
}
.nsg-ftr .ftr-logo img{ display:block; width:120px; height:auto; }

/* 右：カラム群（中身サイズに依存） */
.nsg-ftr .ftr-cols{
    margin-left: 12rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 3rem;
}
.nsg-ftr .ftr-col{
  flex:0 0 auto;                         /* 伸縮しない */
  width:max-content;                     /* 中身サイズに依存 */
  width:-webkit-max-content;             /* Safari 古め対策 */
  width:-moz-max-content;                /* Firefox 古め対策 */
}

/* リスト */
.nsg-ftr .ftr-list{ list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.nsg-ftr .ftr-list--primary > li > a,
.nsg-ftr .ftr-ttl > a,
.nsg-ftr .ftr-ttl > span{
  font-weight:500; color:var(--text); text-decoration:none;
}
.nsg-ftr .ftr-list--child {
    margin: -0.3rem 0 0rem 0;
    gap: 0.2rem;
	    padding-left: 1.5rem;
}
.nsg-ftr .ftr-list--child a{ color:#BEBFBF;     font-size: max(.875rem, 10px); text-decoration:none; font-weight:500; }
/* hover */
.nsg-ftr .ftr-list a:hover{ text-decoration:underline; }

/* 見出し行の > マーク（画像トーン） */
.nsg-ftr .ftr-list--primary > li,
.nsg-ftr .ftr-ttl{
  position:relative;     padding-left: 1.5rem;
}
.nsg-ftr .ftr-list--primary > li::before,
.nsg-ftr .ftr-ttl::before{
  content:""; position:absolute; left:0; top:.6em; width:8px; height:8px;
  border-right:2px solid var(--accent); border-top:2px solid var(--accent);
  transform:rotate(45deg);
}

/* 幅が広がりすぎる時の安全弁（必要ならON）
.nsg-ftr .ftr-col{ max-width:28ch; }    /* おおよそ28文字で折り返し */
.nsg-ftr .ftr-list a{ white-space:normal; }
*/

/* ボタン */
.nsg-ftr .ftr-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.8rem 1.2rem; border-radius:999px; font-weight:800; text-decoration:none;
  transition:filter .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.nsg-ftr .ftr-btn--catalog{ margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: var(--brand);
    color: #fff;
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    height: 2.5rem;
    transition: filter .2s ease;
    width: auto; }
.nsg-ftr .ftr-btn--catalog:hover{ filter:brightness(1.05); }
.nsg-ftr .ftr-btn--corp{
	color: #009DE0;
    border: 1px solid #009DE0;
    border-radius: 1.25rem;
    background: #ffffff;
    font-size: max(.875rem, 10px);
    font-weight: 500;
    gap: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
}
.nsg-ftr .ftr-btn--corp:hover{opacity: 0.8; }

/* 下段 */
.nsg-ftr .ftr-bottom {
    display: block;
    margin-left: auto;
    width: max-content;
    margin-top: -2rem;
}
.nsg-ftr .ftr-copy {
    color: #BEBFBF;
    font-size: max(.75rem, 10px);
	    margin-top: 1rem;
}

footer.nsg-ftr {
    padding-top: 5rem;
	    padding-bottom: 2rem;
}


li.purpose-approach__item.product-card.product-card--text.all-ptn {
    display: flex;
    gap: 2rem;
    border-bottom: 1px dashed #9ED2E8;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

li.purpose-approach__item.product-card.product-card--text.all-ptn .left {
    width: 30%;
    min-width: 12rem;
}

li.purpose-approach__item.product-card.product-card--text.all-ptn.no-img .right {
    width: 100%;
}

li.purpose-approach__item.product-card.product-card--text.all-ptn .right {
    width: 70%;
}

li.purpose-approach__item.product-card.product-card--text.all-ptn .purpose-approach__thumb {
    margin: 0 0 .8rem;
    border-radius: 1.25rem;
    overflow: hidden;
}

li.purpose-approach__item.product-card.product-card--text.all-ptn .purpose-approach__thumb img {
    display: block;
    width: 100%;
	height: auto;
    max-height: 19rem;
    object-fit: cover;
    border-radius: 1rem;
}


/* レスポンシブ */
@media (max-width:1024px){
  .nsg-ftr .ftr-brand{ float:none; width:auto; margin-bottom:16px; }
  .nsg-ftr .ftr-cols{
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2rem;
        margin-top: 3rem;
  }
  .nsg-ftr .ftr-col{
    width:auto;                        /* 自然幅に */
    min-width:240px;                   /* 見やすさのための下限（必要なければ外してOK） */
  }
}
@media screen and (max-width: calc(576px - 0.2px)) {
  .nsg-ftr .ftr-col{ min-width:unset; width:100%; } /* SPは1列 */
  .nsg-ftr .ftr-bottom{ flex-direction:column; align-items:flex-start; gap:10px; }
  .nsg-ftr .ftr-btn--catalog{
	  height: auto;
  }
  .nsg-ftr .ftr-bottom {
    width: max-content;
    margin-top: 3rem;
}
.nsg-ftr .ftr-btn--corp {
    height: auto;
    padding: 0.8rem 0rem;
}
}


@media screen and (max-width: 767.8px) {
.hero__left .splide__slide .hero__img {
    left: 0%;
    top: 52%;
    transform: translate(calc(-10% - -3.8%), calc(-9.2% + 10%));
    width: 100%;
    aspect-ratio: 296 / 247;
}

.hero__right {
    width: 100%;
    margin-left: auto;
margin-bottom: 3rem;
        margin-top: 13rem;
        z-index: 99;
        position: relative;
}
.news .news__row--top .news-card{
	border: none;
}
}


@media screen and (max-width: calc(576px - 0.2px)) {
	div#hero-splide {
    position: relative;
    z-index: 0;
    top: 3rem;
}
.section__title {
    --title-stroke-w: 1px;
    font-size: 3.66667rem;
}
.case-study .splide__list{
	gap: 0;
}
.column .column-card__link{
	padding: 2rem 2rem;
}
.column .column-card__title {
    font-size: 1.125rem;
    margin-top: 0rem;
}


.column .column-card__content {
    gap: .5rem;
    padding: 1rem 0;
}

    .news .news-card__link {
        padding-left: 0;
        padding-right: 0;
    }
.news .news__row {
    gap: 1rem;
    margin-bottom: 2rem;
}
.news__row.news__row--bottom {
    margin-bottom: 0;
}
    .nsg-hdr .header-inner {
        gap: 1rem;
        padding: 0;
        padding-inline: clamp(16px, 5vw, 40px);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
.hero__inner, .section__inner, .breadcrumb__inner{
	width: 100%;
	    overflow: hidden;
}

section.hero {
    padding-top: 5.5rem;
}

.site-main-title {
    font-size: 1rem;
	position: relative;
	z-index: 9;
}
.site-logo {
    width: 5rem;
}
.nsg-hdr .site-logo .logo__svg {
    width: 5rem;
    height: 3.5rem;
}
.site-subtitle-ja {
    font-size: 1rem;
}
.site-subtitle-en {
    font-size: 2.41667rem;
    line-height: 1.2;
	position: relative;
	z-index: 9;
}

    .faq .faq__raws {
        grid-template-columns:1fr;
        row-gap: 2rem;
    }

	section.hero__under {
    border-radius: 0 0 1.5rem 1.5rem;
    padding-top: 4.8rem;
    padding-bottom: 4rem;
	        overflow: hidden;
}

.other-introduce .introduce-title {
    font-size: 1.25rem;
}

.other-introduce .cta-pill {
    padding: 0.8rem 1.5rem;
}

.other-introduce .cta-pill__icon {
    background-size: 75% 75%;
}

.other-introduce .home-link {

    padding: 1.5rem 1rem 1.5rem 1rem;

}

.nsg-ftr .ftr-logo img {
    width: 5rem;
}

.nsg-ftr .ftr-list--primary > li > a, .nsg-ftr .ftr-ttl > a, .nsg-ftr .ftr-ttl > span {
    font-size: 1rem;
}

.nsg-ftr .ftr-list--primary > li::before, .nsg-ftr .ftr-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--accent);
    border-top: 1px solid var(--accent);
    transform: rotate(45deg);
}

.nsg-ftr .ftr-list--primary > li, .nsg-ftr .ftr-ttl {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
}

.nsg-ftr .ftr-list--child {
    gap: 0.5rem;
}

.nsg-ftr .ftr-btn--catalog {

    padding: 1rem 2rem 1.3rem;

}

    #purpose01 .need-bg__grid:has(.need-bg__media) {
        display: flex;
        flex-wrap: wrap-reverse;
    }


.section__hero-detsil {
    margin-top: 1rem;
}

.archive-news .archive-news__filters {
    padding: 2rem 2rem;
}

.news .news__row--bottom .news-card {
    border: 0;
}

.contact__internet-ttl {
    font-size: 1.5rem;
    left: 1.5rem;
}

.page-professoinal-information .info-group__title {
    font-size: 1.5rem;
}

.base-level__lower.other-introduce {
    padding-top: 4rem;
}

.breadcrumb .breadcrumb__inner {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.case-search__all {
    cursor: pointer;
    margin-bottom: 1.5rem;
}
.case-search__label {
    font-size: 1.125rem;
}

.case-search__pref-grid {
    gap: 1rem 1.9rem;
    flex-wrap: wrap;
}

h2.product-group__heading.info-common__title.all-ptn.has-icon span.prod-card__icon img {
    width: 3.625rem;
    height: 3.625rem;
}

}






ul.case-card__related {
    margin-top: 0.5rem;
}

li.case-card__related-item {
    color: #009DE0;
    font-size: max(.875rem, 10px);
}