@charset "UTF-8";

/* -----------------------------------
  特設トップ
----------------------------------- */

/* ヘッダー画像エリア調整 */

.heading.heading-about {
/*  ヘッダー画像大きく */
  min-height: 380px !important;
  background: url('../img/top/slide03.jpg') no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .heading.heading-about {
    min-height: 240px !important;
  }
/* 上に移動 */
  .heading__txt {
    margin-top: -50px; 
  }
}

/* ステートメント philosophy-lead と同じスタイルを */
.reform-top__lead {
  padding: 4rem 0 0 0 !important;
  text-align: center;
  font-size: 2.4rem !important;
  line-height: 1.7 !important;
  font-weight: bold;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .reform-top__lead {
    font-size: 2.2rem;
    line-height: 1.9;
  }
}

@media only screen and (max-width: 768px) {
  .reform-top__lead {
    padding: 4rem 0 0 0;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
    margin-bottom: 5rem;
    text-align: left !important;
  }
}

@media only screen and (max-width: 768px) {
  .reform-top__small_sp {
  font-size: 1.14rem !important;
  }
}





/* ステートメント PCは両方改行 */
.pc-only-br,
.always-br {
  display: initial;
}

/* ステートメント SPはpc-only-br非改行、always-brは改行 */
@media only screen and (max-width: 768px) {
  .pc-only-br {
    display: none;
  }
  .always-br {
    display: initial;
  }
}

@media only screen and (max-width: 768px) {
  .info-top__headline {
    margin-bottom: 2.5rem; 
  }
}


/*   更新情報等固定エリア 全体レイアウトと背景色 */
.info-top__headline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f9f9f9;
  margin: 24px 0 50px 0 !important;
  padding: 24px 24px;
  border: none;
}
/* お知らせ内リンクのレイアウトと色 */
.info-top__link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: underline;
  color: #00489d;
  font-weight: bold;
  transition: opacity 0.2s;
}

/* お知らせリンクのテキスト表示 */
.info-top__linktext {
  flex: 1 1 auto;
  min-width: 0;
  color: #00489d;
  text-align: left;
  justify-content: flex-start;
  display: block;
  font-size: 2.0rem;
}

/* お知らせリンク右端の外部リンクアイコン */
.info-top__icon-externallink {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent url('/assets/img/icon_externallink.svg') no-repeat center center;
  background-size: 1.5rem;
  margin-left: 0.5rem;
}

/* お知らせ見出し内の段落余白 */
.info-top__headline p {
  margin: 0 0 5px 0;
}

/* お知らせ見出し内の太字用クラス */
.info-top__headline .txt-b {
  font-weight: bold;
}

/* PC時のお知らせリンクhover効果 */
@media only screen and (min-width: 768px) {
  a.info-top__link:hover {
    opacity: 0.6;
  }
}

/* PC・タブレット時はテキスト中央寄せ */
@media only screen and (min-width: 769px) {
  .info-top__linktext {
    text-align: center;
    justify-content: center;
    display: block;
    width: 100%;
    font-size: 2.0rem;
  }
}

/* SP時のお知らせエリア調整 */
@media only screen and (max-width: 768px) {
  .info-top__headline {
    padding: 24px 12px;
  }
  .info-top__icon-externallink {
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem;
    margin-left: 0.3rem;
  }
  .info-top__linktext {
    text-align: left;
    justify-content: flex-start;
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}

/* 改革アクションプラン4枚カードの横並び・右余白 */
.sustainability-top__list li {
  width: calc((100% - 90px) / 4) !important;
  margin-right: 3rem !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

/* 改革アクションプラン4枚目の右余白リセット */
.sustainability-top__list li:nth-child(4n) {
  margin-right: 0 !important;
}

/* 改革アクションプラン内カードリンクの縦積み・背景アイコン削除 */
.sustainability-top__list li > a {
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  background-image: none !important;
}

/* 改革アクションプラン内テキストラッパー設定 */
.top-sdgs__list-txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  position: relative !important;
  height: auto !important;
  min-height: 0;
  padding-bottom: 1rem;
  padding-right: 1.8rem !important;
  box-sizing: border-box;
}

/* 改革アクションプランタイトル中央寄せ */
.top-sdgs__list-txt p:first-child {
  margin-bottom: 1rem;
  text-align: center;
}

/* 改革アクションプラン説明文・下余白 */
.top-sdgs__list-txt span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 改革アクションプラン説明文直後の詳細リンク余白なし */
.top-sdgs__list-txt span + p {
  margin-top: 0;
}

/* 改革アクションプラン詳細リンクを下端固定 */
.top-sdgs__list-txt p:last-child {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  position: static !important;
  bottom: auto !important;
}

/* 改革アクションプラン内リンクの高さ自動 */
.sustainability-top__list li a {
  height: auto !important;
  min-height: 0 !important;
}

/* 改革アクションプランカードリストの最小高さ設定 */
.top-sdgs__list {
  min-height: 300px !important;
  height: auto !important;
}

/* タブレット・小型PC時改革アクションプラン2カラムレイアウト */
@media only screen and (max-width: 1000px) {
  .sustainability-top__list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
  }
  .sustainability-top__list li {
    width: calc((100% - 30px) / 2) !important;
    margin-bottom: 2rem !important;
    margin-top: 0 !important;
    margin-right: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: auto !important;
    align-items: stretch !important;
  }
  .sustainability-top__list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .sustainability-top__list li > a {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
    align-items: stretch !important;
    background-image: none !important;
  }
  .top-sdgs__list-txt {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;
    position: relative !important;
    padding-right: 1.8rem !important;
    box-sizing: border-box;
  }
  .top-sdgs__list-txt p:first-child {
    margin-bottom: 1rem;
    text-align: center;
  }
  .top-sdgs__list-txt span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-sdgs__list-txt span + p {
    margin-top: 0;
  }
  .top-sdgs__list-txt p:last-child {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    position: static !important;
    bottom: auto !important;
  }
}

/* SP時改革アクションプランカード1カラム */
@media only screen and (max-width: 768px) {
  .sustainability-top__list {
    display: block !important;
  }
  .sustainability-top__list li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: auto !important;
  }
  .sustainability-top__list li > a {
    height: auto !important;
  }
}

/* 資料ライブラリー上部余白 */
#shiryolibrary {
  margin-top: 8rem !important;
}

/* 株主総会議案のカードやじり（右アイコン）無効 */
#kabunushisoukaigian .top-esg__links li a {
  background: none !important;
}

/* 資料ライブラリー見出し */
h3.title-sub#shiryo-library {
  margin-top: 1.5rem !important;   /* 必要に応じて調整 */
  margin-bottom: 1rem !important;
}

/* 状況見出し */
h4.title-line#taiohjyokyo,
h4.title-line#shinchokujyokyo {
  margin-top: 1.6rem !important;
  margin-bottom: 1.2rem !important;
  font-weight: bold !important;
}

@media only screen and (max-width: 1000px) {
  h4.title-line#shinchokujyokyo,
  h3.title-sub#shinchokujyokyo {
    margin-top: 4rem !important;
  }

  /* 進捗状況の直後の .content-body に上余白を追加したい場合 */
  #shinchokujyokyo + .content-body {
    padding-top: 2rem !important;
  }
}

/* 各セクション中央寄せ・最大幅制限 */
.sustainability-top__esg,
.content-body {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* 資料ライブラリー・株主総会議案のグリッドレイアウト */
.top-esg__links {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-auto-rows: 1fr !important;
  gap: 2rem !important;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  align-items: stretch !important;
}

/* グリッドの各カードリスト要素全幅・全高 */
.top-esg__links li {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

/* カードリンクの縦積み・中央寄せ */
.top-esg__links li a {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  padding-top: 1.6rem;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

/* カードのメインテキスト中央寄せ・太字 */
.reform-top__card-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* カード下部の補足エリア */
.reform-top__card-bottom {
  margin-top: 1rem;
  align-self: center;

  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;

  width: 100% !important;
  justify-content: center !important;
}

@media only screen and (max-width: 768px) {
/* カード下部余白 */
  .reform-top__card-bottom {
    margin-bottom: 1.5rem; 
  }
}

/* カード内new */
.reform-top__new-label {
  color: #da1f1f !important;
  font-weight: bold !important;
  margin-left: 0.5rem !important;
  Padding-bottom: 0.5rem !important;
  font-size: 1.3rem !important;
  white-space: nowrap !important;
}

/* カード内要素全幅 */
.top-esg__links li a > * {
  width: 100% !important;
  box-sizing: border-box;
}

/* レスポンシブ2カラム */
@media screen and (max-width: 900px) {
  .top-esg__links {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* レスポンシブ1カラム */
@media screen and (max-width: 600px) {
  .top-esg__links {
    grid-template-columns: 1fr !important;
  }
}

/* 各カードリストの下余白 */
#kabunushisoukaigian .top-esg__links,
#shiryolibrary .top-esg__links {
  margin-bottom: 8rem !important;
}

/* カード内画像の上部余白 */
.top-esg__links li a img {
  margin-top: 2rem;  
}

/* 左右に余白 */
.content-body,
.content-body__small,
.sustainability-top__esg,
.heading__txt {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .content-body,
  .content-body__small,
  .sustainability-top__esg,
  .heading__txt {
    width: 92% !important;
  }
}

/* 上の余白を縮める */
.top-sdgs__link {
  margin-top: 20px !important;
  Margin-bottom: 70px !important;
}


/* section.content内の philosophy.boxだけに限定して余白を詰める */
section.content > .content-body__small > .philosophy.box {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 近親のcontent-body__smallの上下余白をリセット */
section.content > .content-body__small {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* section.content の下余白もリセット */
section.content {
  padding-bottom: 0 !important;
}

/* -----------------------------------
  改革アクションプランページ用
----------------------------------- */

/* ページ上部ビジュアル背景 */
.heading-reform {
    background: url(/assets/img/heading/heading_reform.jpg) no-repeat center bottom -40px;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
  .heading-reform {
      background: url(/assets/img/heading/heading_reform.jpg) no-repeat center bottom 0;
      background-size: cover;
  }
}

/* リード文（philosophy-txt）のデザイン */
.philosophy-txt {
  font-size: 1.9rem !important;
  background: #fafbfc !important;
  border: 1px solid #bbb !important;
}
@media screen and (max-width: 768px) {
  .philosophy-txt {
    font-size: 1.7rem !important;
    background: #fafbfc !important;
    border: 1px solid #bbb !important;
  }
}

/* 見出しタイトルデザイン */
.reform-ap__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.6em 2em;
    background: #7ba9e6;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 8rem;
    border-radius: 0.1em;
    box-sizing: border-box;
}
.reform-ap__title .icon-wrap {
    display: inline-block;
    position: relative;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: 0.5em;
    flex-shrink: 0;
}
.reform-ap__title .icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.reform-ap__title .icon-left {
    position: absolute;
    top: 0.12em;
    left: 0.12em;
    width: 1.01em;
    height: 1.01em;
    z-index: 2;
    display: block;
}
@media screen and (max-width:768px) {
  .reform-ap__title {
      font-size: 1.7rem;
      margin-top: 4rem;
      padding: 0.4em 1.2em;
      border-radius: 0.1em;
      width: 100%;
      background: #7ba9e6;
      line-height: 1.5;
  }
  .reform-ap__title .icon-wrap, .reform-ap__title .icon-circle {
      width: 1em;
      height: 1em;
  }
  .reform-ap__title .icon-left {
      width: 0.8em;
      height: 0.8em;
      top: 0.1em;
      left: 0.1em;
  }
}

/* .reform-ap__list 配下のリスト表示用 */
.reform-ap__list ul, .reform-ap__list ol {
    list-style: initial !important;
    padding-left: 4em !important;
    margin-top: 0em !important;
}
.reform-ap__list li {
    list-style: inherit !important;
}
.reform-ap__indent2 {
    padding-left: 1.5em !important;
}

/* 小さな丸記号（●）用 */
.bullet-dot {
  font-size: 0.8em;
  margin-right: 1.0em;
  vertical-align: middle;
}

/* プライバシーナビゲーション下の余白 */
.privacy-nav {
    margin-bottom: 80px !important;
}
/* アクションプラン1リード文を強制的に調整 */
.philosophy-txt {
  font-size: 2.2rem !important;
  padding: 1.2em 1.5em !important;
  background: #fafbfc !important;
  border: 1px solid #bbb !important;
  color: #222 !important;
  font-weight: 500 !important;
  border-radius: 0.5em !important;
  margin-top: 2em !important;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .philosophy-txt {
    font-size: 1.5rem !important; 
    padding: 1em 0.5em !important;
  }
}

.reform-ap__list ul, .reform-ap__list ol {
    list-style: initial !important;
    padding-left: 4em !important;
    margin-top: 0em !important;
}
.reform-ap__list li {
    list-style: inherit !important;
}
.reform-ap__indent2 {
    padding-left: 1.5em !important;
}
.privacy-nav {
    margin-bottom: 80px !important;
}
.heading-reform {
    background: url(/assets/img/heading/heading_reform.jpg) no-repeat center bottom -40px;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
.heading-reform {
    background: url(/assets/img/heading/heading_reform.jpg) no-repeat center bottom 0;
    background-size: cover;
}
}
.reform-ap__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.6em 2em;
    background: #7ba9e6;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 8rem;
    border-radius: 0.1em;
    box-sizing: border-box;
}
.reform-ap__title .icon-wrap {
    display: inline-block;
    position: relative;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: 0.5em;
    flex-shrink: 0;
}
.reform-ap__title .icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.reform-ap__title .icon-left {
    position: absolute;
    top: 0.12em;
    left: 0.12em;
    width: 1.01em;
    height: 1.01em;
    z-index: 2;
    display: block;
}
@media screen and (max-width:768px) {
.reform-ap__title {
    font-size: 1.7rem;           /* SPも少し小さめ */
    margin-top: 4rem;
    padding: 0.4em 1.2em;
    border-radius: 0.1em;
    width: 100%;
    background: #7ba9e6;
    line-height: 1.5;
}
.reform-ap__title .icon-wrap, .reform-ap__title .icon-circle {
    width: 1em;
    height: 1em;
}
.reform-ap__title .icon-left {
    width: 0.8em;
    height: 0.8em;
    top: 0.1em;
    left: 0.1em;
}
}

.philosophy-txt {
  font-size: 1.9rem !important;
  background: #fafbfc !important;
  border: 1px solid #bbb !important;
}
@media screen and (max-width: 768px) {
  .philosophy-txt {
    font-size: 1.7rem !important;
    background: #fafbfc !important;
    border: 1px solid #bbb !important;
  }
}

.bullet-dot {
  font-size: 0.8em;
  margin-right: 1.0em;
  vertical-align: middle;
}




/* ▼ アクションプラン3 */

/* 下向き矢印のエリア */
.reform-ap__goal {
    font-size: 2.8rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px !important;
}

@media only screen and (max-width: 768px) {
.reform-ap__goal {
    font-size: 2.0rem;
}
}
.title-blue {
    font-size: 3.2rem !important;
    text-align: center !important;
    margin-top: 10rem !important;
}

@media only screen and (max-width: 768px) {
.action-plan3 .title-blue {
    font-size: 1.8rem !important;
    margin-top: 2rem !important;
}
}
/* キャピタルアロケーションの考え方 左右レイアウト */
.reform-ap__asset-layout {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    margin-top: 2rem;
    width: 100%;
    box-sizing: border-box;
}
.reform-ap__asset-title {
    flex: 1 1 0;
    max-width: 50%;
    border: 1px solid #d8d8d8;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    min-width: 0;
}
/* 保有資産の活用：キャッシュの創出と同じ水色・角丸・ボールド・下線なし */
.reform-ap__asset-title .title-line {
    display: block;
    background: #f4f8fd;
    color: #222;
    padding: 0.3em 2em;
    border-radius: 0.2em;
    text-align: center;
    width: 100%;
    margin: 1.5rem auto 1.2rem auto;
    font-weight: 700;
    box-sizing: border-box;
    border-bottom: none !important;
}
.reform-ap__asset-content {
    flex: 1 1 0;
    max-width: 50%;
    margin-top: 20px;
    padding-left: 0;
    box-sizing: border-box;
    min-width: 0;
}

.reform-ap__asset-block li {
    margin-bottom: 0.2em;
    font-size: inherit !important;
    margin-left: 0 !important;
}

@media (max-width: 768px) {
.reform-ap__asset-layout {
    flex-direction: column;
    gap: 1.5rem;
}
.reform-ap__asset-title, .reform-ap__asset-content {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding: 0;
    min-width: 0;
}
.reform-ap__asset-title {
    border: 1px solid #d8d8d8;
    padding: 25px;
    background: #fff;
    box-sizing: border-box;
}
.reform-ap__asset-title .title-line {
    width: 100%;
    margin: 1.5rem auto 1rem auto;
}
}


/* ▼ アクションプラン4 */

/* 指名・報酬委員会 */

.reform-ap__sp { display: none; }
.reform-ap__pc { display: block; }

.reform-ap__wrapper {
  position: relative;
  width: 850px;
  margin: 5rem auto 2rem auto;
}

.reform-ap__label {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #d4d7e1;
  padding: 0.4em 4.5em;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #191c3b;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  border: none;
  text-align: center;
  white-space: nowrap;
}

.reform-ap__label-small {
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 0.5em;
  vertical-align: middle;
}

.reform-ap__columns {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 850px;
  max-width: 100%;
  box-sizing: border-box;
  border: 2px solid #191c3b;
  border-radius: 14px;
  padding: 2rem 60px;
  background: none;
  margin: 0;
}

.reform-ap__col1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  margin-right: 10px;
  width: 100px;
}

.reform-ap__col1 img {
  max-width: 100px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reform-ap__col2,
.reform-ap__col3 {
  flex: 1 1 0;
}

.reform-ap__col2 ul,
.reform-ap__col3 ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.reform-ap__col2 li,
.reform-ap__col3 li {
  margin-bottom: 0.3em;
  font-size: 1.05em;
  position: relative;
  padding-left: 1.7em;
  line-height: 1.4;
}

.reform-ap__col2 li::before,
.reform-ap__col3 li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .reform-ap__sp { display: block; }
  .reform-ap__pc { display: none; }

  .reform-ap__wrapper,
  .reform-ap__columns {
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .reform-ap__columns {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem 1rem;
    align-items: flex-start;
  }

  .reform-ap__col1 {
    justify-content: center;
    margin-bottom: 0.5rem;
    align-items: center;
    margin-right: 0;
    width: 100%;
  }

  .reform-ap__col1 img {
    margin-top: 2.0rem;
  }

  .reform-ap__col2.reform-ap__sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reform-ap__col2.reform-ap__sp ul {
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .reform-ap__col2.reform-ap__sp li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.8em;
    padding-left: 1.7em;
    position: relative;
    line-height: 1.6;
    text-align: left;
    word-break: break-all;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
  .reform-ap__col2.reform-ap__sp li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    line-height: 1;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .reform-ap__label {
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    font-size: 1.2rem;
    padding: 0.3em 2em;
    white-space: normal;
  }

  .reform-ap__label-small {
    font-size: 0.95em;
    margin-left: 0.4em;
  }
}

    
/* -----------------------------------
 ヘッダー 用
----------------------------------- */

/* ▼ ナビの相対配置（右寄せ制御に必須） */
@media only screen and (min-width: 769px) {
  .header .navigation,
  .header .navigation > ul,
  .header .nav-link {
    position: relative !important;
  }
}

/* ▼ ドロップダウン本体（カード型／絶対配置） */
/* PC用（769px以上）ドロップダウン本体スタイル */
@media only screen and (min-width: 769px) {
  .header-nav-expand {
    position: absolute !important;
    top: 41px !important;
    right: 0 !important;
    left: auto !important;
    width: 410px !important;
    max-width: 94vw !important;
    background: #f3f7fb;
    border: 1px solid #e0e6eb;
    border-radius: 0 !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.07);
    z-index: 99;
    margin-top: 1.2rem;
    padding: 2rem 2rem 1.4rem 2rem;
  }
}

/* ▼ ドロップダウン1カラム化・横幅最大化 */
.header-contents {
  display: block !important;
}
.company-info__company {
  width: 100% !important;
}

/* ▼ h3＋やじり画像の中央揃え */
.header .navigation h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  font-weight: bold;
  line-height: 1.08;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.header .navigation h3 img {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}

/* ▼ ドロップダウン内liの折り返し禁止 */
.header-company-info ul li {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* ▼ SPメニューアイコン位置調整 */

.header .navigation > ul > li > h3 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-right: 2.2em; 
}

/* ▼ SPナビメニュー幅位置調整 */

/* ▼ SPでul非表示回避 */

@media only screen and (max-width: 768px) {
  .header .header-contents .company-info__company ul {
    display: block !important;
  }

  /* ナビのul制限解除とスクロール解除 */
  .header .navigation > ul {
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

    
  /* 主要要素の余白・幅調整 */
  .wrapper,
  .header,
  .navigation,
  body,
  html {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ドロップダウンメニューの固定位置・幅調整 */
  .header-nav-expand {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }

.header .navigation > ul > li .header-nav-expand {
  position: relative !important; /* 押し出し展開のため絶対配置解除 */
  display: block !important; /* 展開時は常に表示 */
  background-color: #fff; /* 背景色を白に */

  box-shadow: none; /* 絶対配置の影は不要 */
  width: 100%; /* 親要素に合わせる */
  margin-top: 1rem; /* メニューと展開部の間 */
  z-index: auto;
}

/* 親liの高さが伸びるので、overflow制限は外す */
.header .navigation > ul {
  overflow: visible !important;
}

/* h4の下のマージン */
@media only screen and (max-width: 768px) {
  .header-company-info h4 > a {
    display: inline-block;
    margin-bottom: 16px;
  }
}


/* グローバルメニュー拡大 */
.header .navigation > ul > li h3 {
  font-size: 19px !important; 
}


