/* ========================================
   カスタムCSS
   ここにスタイルを追記してください
======================================== */

body {
/*   font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  color: #080808 !important;
  background: #fff;
  font-size: 16px!important;
  line-height: 1.9 !important;
  letter-spacing: 0.1em !important;	
}

@media (max-width: 991.98px) {
  body,
  html {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}

h1,
h2,
h3 {
  letter-spacing: 0.1em!important;
  font-feature-settings: "palt";	
}

h2 {
  font-size: 2em !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 1.7em !important;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.5em !important;
  }
}

.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  border-top: none!important;
  border-bottom: none!important;
}

h3 {
  font-size: 1.5em !important;
  padding: 0!important;	
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.3em !important;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 1.2em !important;
  }
}

.title-bg {
  position: relative;
  margin-bottom: 0!important;
}

.title-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  height: 1px;
  width: 0;
  background: linear-gradient(135deg, #1e3393 0%, #29a1ec 100%);
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.title-bg.in-view::before {
  width: calc(13% + 200px);
}

p,
a {
  letter-spacing: 0.1em !important;	
}

a {
  text-decoration: none!important;
}

p{
  margin-bottom: 1em !important;
}

:root {
  --vk-color-text-link: #080808 !important;
}

.site-body a:not(.custom-btn):not(.page-numbers):not(.custom-news-link),
.footer-col a,
.footer-links a {
/*   color: #080808 !important; */
  background-image: linear-gradient(#1e3393, #1e3393);
  background-size: 0%  1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease, color 0.35s ease;
}

.site-body a:not(.custom-btn):hover,
.footer-col a:hover,
.footer-links a:hover {
  color: #1e3393;
  background-size: 100% 1px;
}

a:hover:hover .arrow {
  transform: translateX(6px);
}

/* サブリード等　共通フォントサイズ*/
.f-size-24 {
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";	
}

@media (max-width: 768px) {
  .f-size-24 {
    font-size: 1.2em !important;
  }
}

@media (max-width: 480px) {
  .f-size-24 {
    font-size: 1.2em !important;
  }
}

/* タイトル　あしらい*/
.section-heading {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .section-heading {
      margin-bottom: 1.5em;
	}
}

.en-subtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875em;
  font-weight: 600;
  color: #29a1ec;
  letter-spacing: 0.1em;
  margin-top: 2px;
  padding-left: 0.1em;	
}

.site-footer-title, .sub-section-title, h3:where(:not(.wp-block-post-title)) {
    position: unset!important;
	border-bottom: none !important;
}
.site-footer-title:after, .sub-section-title:after, h3:where(:not(.wp-block-post-title)):after {
    position: unset!important;
    border-bottom: none!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	max-width:1440px !important;
    width: 90% !important;
    padding-right: 0 !important;
    padding-left: 0!important;
	margin: 0 auto;
}


.main-section {
    margin-bottom: 0!important;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 40px;
}

@media (max-width: 768px) {
  .inner {
      padding: 30px 0 30px;
	}
}

/* @media (max-width: 480px) {
  .inner {
      padding: 20px 0 20px;
  }
}
 */
.inner-narrow {
  max-width: 945px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 40px;
}

@media (max-width: 768px) {
  .inner-narrow {
      padding: 30px 0 30px;
	}
}

/* @media (max-width: 480px) {
  .inner-narrow {
      padding: 20px 0 20px;
  }
} */

/* 背景グレー*/
.bg-color {
    background-color: #f4f4f4;
 }

/* テキスト右寄せ*/
.txt-right {
  text-align: right;
}

/* レスポンシブ*/
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-480 {
   display: none;
}

@media (max-width: 480px) {
   .sp-480 {
      display: block;
   }
}

/* ボタン右寄せ */
.section-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .section-footer{
       justify-content: center;
  }
}

.site-body {
  padding: 0 !important;
}

/***──────────────────────────────────────
ページ デザイン　左右縦グレーのライン
──────────────────────────────────────***/
.site-body,
.page-header,
.breadcrumb{
  position: relative;
  overflow: hidden;	
}

.site-body::before,
.site-body::after,
.page-header::before,
.page-header::after,
.breadcrumb::before,
.breadcrumb::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #aeaeae;
  z-index: 10;
}

/* --- 左側の線 (left) --- */
.site-body::before,
.page-header::before,
.breadcrumb::before {
  left: 54px; /* デフォルト（1401px〜1479px） */
}

@media (max-width: 1400px) {
  .site-body::before, .page-header::before, .breadcrumb::before {
    left: 16px;
  }
}

@media (max-width: 767px) {
  .site-body::before, .page-header::before, .breadcrumb::before {
    left: 8px;
  }
}

@media (min-width: 1600px) {
  .site-body::before, .page-header::before, .breadcrumb::before {
    left: 96px; /* Mac Pro 14 など */
  }
}

/* --- 右側の線 (right) --- */
.site-body::after,
.page-header::after,
.breadcrumb::after {
  right: 54px; /* デフォルト（1401px〜1479px） */
}

@media (max-width: 1400px) {
  .site-body::after, 
  .page-header::after, 
  .breadcrumb::after {
    right: 16px;
  }
}

@media (max-width: 767px) {
  .site-body::after, 
  .page-header::after,
  .breadcrumb::after {
    right: 8px;
  }
}

@media (min-width: 1600px) {
  .site-body::after, 
	.page-header::after, 
	.breadcrumb::after {
    right: 96px; /* Mac Pro 14 など */
  }
}

/***──────────────────────────────────────
クッキー同意
──────────────────────────────────────***/

#cookie-notice {
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  right: 10px;
  bottom: 20px;
  min-width: inherit!important;
  left: inherit!important;
}
 
.cookie-notice-container {
  padding-top: 30px!important;
  text-align: left!important;
}

.cn-text-container {
  margin-bottom: 15px;
}

#cn-notice-buttons {
  display: block;
  text-align: right;
}

.cn-buttons-container {
  color: #ffffff!important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  border-radius: 0!important;
  padding: 10px 15px;
}

.cn-close-icon {
  top: 10px!important;
  margin-top: 0!important;
}

@media screen and (max-width: 767px) {
  #cookie-notice {
    max-width: 100%;
		left: revert !important;
		right: revert !important;
	}
	
	#cn-notice-buttons {
		text-align: center !important;
  }

  #cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0px 5px 10px 5px!important;
	}
}

/***──────────────────────────────────────
ヘッダーロゴ
──────────────────────────────────────***/
@media (max-width: 991.98px) {
    .site-header-logo {
        padding: 1em 0 !important;
    }
}

/***──────────────────────────────────────
グローバルナビ
──────────────────────────────────────***/

.vk-menu-acc .acc-btn{
	border: none !important;
}

.global-nav-list li {
    font-size: 15px !important;
}

.global-nav-list>li .global-nav-name {
    font-size: 15px !important;
}

.vk-mobile-nav-menu-btn{
	top: 18px !important;
	right: 16px !important;
}

/***──────────────────────────────────────
HOMEヘッダー動画
──────────────────────────────────────***/
.wp-block-cover, .wp-block-cover-image {
	z-index: 999;
}
/***──────────────────────────────────────
スライダー高さ
──────────────────────────────────────***/
.swiper {
  width: 100%;
  height: 370px;
}

/* タブレット */
@media (max-width: 1024px) {
  .swiper {
    height: 300px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .swiper {
    height: 220px;
  }
}

/* キャッチフレーズ　フォントサイズ */

.ltg-slide-text-title {
    font-size: 2em !important;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

/* タブレット */
@media (max-width: 1024px) {
   .ltg-slide-text-title {
     font-size: 1.7em !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
	.ltg-slide-text-title {
    font-size: 1.3em !important;
  }
}

/***──────────────────────────────────────
link　矢印
──────────────────────────────────────***/
.arrow {
  position: relative;
  display: inline-block;
  width: 11.5px;
  height: 12px;
  padding-left: 2em;
  transition: transform 0.35s ease;	
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow::before {
  transform: rotate(27.5deg);
}

.arrow::after {
  transform: rotate(-27.5deg);
}

a[data-external]::before, a[data-external]::after {
  display: none;
}
a[data-external]:hover .icon-external {
  fill: currentColor;
}

/***──────────────────────────────────────
 外部リンクアイコン
──────────────────────────────────────***/
.icon-link {
   width: 1.2em;
   height: 1.2em;
   vertical-align: -0.1em;
   fill: currentColor;
   margin-left: 24px;
}

/***──────────────────────────────────────
固定ページヘッダー
──────────────────────────────────────***/
.page-header {
  color: #080808 !important;
  background-color: #fff !important;
  text-align: left !important;
}

.page-header-title,
h1.page-header-title {
  font-size: 2.5rem !important;
}

@media (max-width: 76px) {
.page-header-title,
h1.page-header-title {
    font-size: 2.25em !important;
  }
}
@media (max-width: 480px) {
.page-header-title,
h1.page-header-title {
    font-size: 1.7em !important;
  }
}

.page-header__title-en {
   font-family: "Libre Baskerville", serif;
   font-size: 0.9rem;
   color: #29a1ec;
   margin: 4px 0 0;
   letter-spacing: 0.1em;
   padding-left: 0.2em;	
}

.page-header-inner.container,
.breadcrumb .container{
   max-width: 1200% !important;
   width: 90%;
   padding: 0;	
}

@media (max-width: 1024px) {
	.page-header-inner {
		margin: 1em auto !important;
	}
}

.breadcrumb {
   margin: 0 auto;
   border-top: none !important;
   border-bottom: none !important;
}

.breadcrumb-list li a:hover {
  color: #1e3393;
}

i.fas.fa-fw.fa-home {
   display: none !important;
}


/***──────────────────────────────────────
フッター
──────────────────────────────────────***/
/* --- 1. 基本設定 --- */
.site-footer {
  border-top: none !important;
}

footer {
  padding: 40px 0;
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 24px;
}

/* --- 2. ロゴ・ブランドエリア --- */
.footer-brand {
  flex: 0 1 260px;
  margin-right: 20px;
}

/* ロゴのaタグからは全ての装飾（線・矢印）を消す */
.footer-logo-icon a {
  border: none !important;
  padding: 0 !important;
}

.footer-logo-icon a::before,
.footer-logo-icon a::after {
  display: none !important;
}

.footer-logo-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-addr {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0 !important;
  line-height: 1.8;
}

/* --- 3. メニューカラム --- */
.footer-col {
  flex: 1 1 140px;
}

.footer-title {
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #aeaeae;
  width: 100%;
}

/* リスト後のタイトルに24pxの余白 */
ul + .footer-title {
  margin-top: 24px;
}

.footer-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5em 0 !important;
}

.footer-col ul li a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 16px;
}

/* --- 4. 共通矢印（擬似要素） --- */
/* ロゴ以外のすべてのaタグに矢印をつける */
.footer-col a:not(.footer-logo-icon a),
.footer-links a {
  position: relative;
  padding-right: 16px;
  text-decoration: none;
}

.footer-col a:not(.footer-logo-icon a)::before,
.footer-col a:not(.footer-logo-icon a)::after,
.footer-links a::before,
.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #080808;
  transform-origin: 100% 50%;
  transition: background-color 0.3s;
}

.footer-col a::before,
.footer-links a::before {
  transform: rotate(27.5deg);
}

.footer-col a::after,
.footer-links a::after {
  transform: rotate(-27.5deg);
}

/* ホバー時の色変更（スッキリ修正） */
.footer-col a:hover,
.footer-links a:hover {
  color: #1e3393;
}

.footer-col a:hover::before,
.footer-col a:hover::after,
.footer-links a:hover::before,
.footer-links a:hover::after {
  background-color: #1e3393;
}

/* --- 5. 下部エリア --- */
.footer-bottom {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.jpx-badge {
  width: 50px;
}

.jpx-badge img {
  width: 100%;
  height: auto;
}

/* --- 6. レスポンシブ --- */

@media (max-width: 1024px) {
  .footer-brand {
    flex: 0 0 100%;
    order: -1;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-logo-icon img {
    width: 47%;
  }

  .footer-col {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-bottom {
    align-items: flex-end;
  }
}

@media (max-width: 600px) {
  .footer-col {
    flex: 0 0 100%;
  }

  .footer-logo-icon img {
    width: 72%;
  }
}

/***──────────────────────────────────────
ボタン
──────────────────────────────────────***/
/* デフォルト打ち消し */
button {
  border: none !important;
  font-size: 1em !important;
}

.custom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  overflow: hidden;
}

.custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
}

.custom-btn span {
  position: relative;
  z-index: 1;
}

.custom-btn .arrow {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.custom-btn:hover .arrow {
  transform: translateX(6px);
}

.custom-btn-primary {
  background: #1e3393;
  color: #fff;
}

.custom-btn-primary::before {
  background: #d0d8e8;
}

.custom-btn-primary:hover {
  color: #1e3393;
}

.custom-btn-primary:hover::before {
  transform: scaleX(1);
}

.custom-btn-outline {
  background: #ffffff;
  color: #1e3393;
}

.custom-btn-outline::before {
  background: #d0d8e8;
}

.custom-btn-outline:hover {
  color: #1e3393;
}

.custom-btn-outline:hover::before {
  transform: scaleX(1);
}

.custom-btn-simple {
  background: #1e3393;
  color: #ffffff;
  transition: background 0.15s ease !important;
}

.custom-btn-simple:hover {
  background: #d0d8e8;
  --vk-color-text-link-hover: #1e3393 !important;
}

.custom-btn-back {
  background: #f4f4f4;
  transition: background 0.15s ease !important;
}

a.custom-btn-back:hover {
  background: #d9d9d9;
  --vk-color-text-link-hover: #080808 !important;
  color: #080808 !important;
}

@media (max-width: 767px) {
  .custom-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: fit-content;
  }
}

/***──────────────────────────────────────
お問い合わせ
──────────────────────────────────────***/
.contact-section {
  background: linear-gradient(135deg, rgba(203, 223, 255, 0.75) 0%, rgba(189, 212, 247, 0.85) 100%), url("../images/contact-img.jpg") left/cover no-repeat;
  padding: 2.5rem 0;
/*   margin-top: 40px;	 */
}

.contact-cards {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.contact-card {
  background: #fff;
  padding: 32px 16px;
  text-align: center;
  flex: 1;
  width: 50%;
}
@media (max-width: 1023px) {
  .contact-card {
    padding: 24px 24px;
    flex: none;
    width: 100%;
  }
}
.contact-card.dark {
  background: #1e3393;
  color: #fff;
}
.contact-card .label {
  font-size: 0.815em;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.15em;
  color: #29a1ec;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact-card .label {
    margin-bottom: 8px;
  }
}

.contact-card h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-card p {
  font-size: 0.9em;	
  margin-bottom: 1.5rem;
}

/***──────────────────────────────────────
お問い合わせ入力フォーム
──────────────────────────────────────**/
section.contact-form-section {
  background: #f4f4f4;
}

section.contact-form-section form {
  background-color: #ffffff;
  padding: 1rem 2em;
}

/* --- 1. PC・タブレット共通（横並び） --- */
dl.contact-form {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; /* 項目間の区切り線 */
  width: 100%;
}

/* 項目見出し（左側） */
.contact-form dt {
  width: 30% !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  display: block !important;
}

/* 入力域（右側） */
.contact-form dd {
  width: 70% !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  display: block !important;
}

/* 必須ラベル：赤背景・白文字・横並び強制 */
.contact-required_label {
  background-color: #e23c1f !important; /* 背景：赤 */
  color: #ffffff !important; /* 文字：白 */
  padding: 2px 8px !important;
  border-radius: 3px;
  font-size: 0.75rem;
  margin-left: 1em; /* お名前との間に1文字分の隙間 */
  display: inline-block !important;
  white-space: nowrap !important; /* 絶対に改行させない */
  vertical-align: middle;
}

/* CF7の自動pタグによる余白・改行をリセット */
.contact-form dt p,
.contact-form dd p {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap; /* 項目名と必須を一行に維持 */
}

/* 入力ボックスの基本デザイン */
.contact-form .wpcf7-form-control {
  width: 100% !important;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* ボタン */
input[type="button"],
input[type="submit"] {
  border-radius: 0 !important;
  padding: 0.8em 2em !important;
  font-size: 1em !important;
  border: none !important;
}

input[type="submit"]:hover {
  background-color: #d0d8e8 !important;
  color: #1e3393 !important;
}

input.wpcf7-form-control.wpcf7-previous.contact-back {
  background: #f4f4f4 !important;
  border: none !important;
}

input.wpcf7-form-control.wpcf7-previous.contact-back:hover {
  background: #d9d9d9 !important;
  border: none !important;
}

/* ボタンの親要素を中央揃えにする */
.form-submit-center {
  text-align: center;
  width: 100%;
}

.confirm-button-wrap p {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の垂直揃え */
  gap: 20px; /* ボタン同士の間隔 */
  margin: 40px 0; /* 上下の余白 */
  flex-wrap: wrap; /* スマホで幅が足りない時に折り返す */
  position: relative;
}

/* デフォルトのスピナー非表示 */
.wpcf7-spinner {
  display: none !important;
}

/* --- 2. スマホ対応（767px以下：縦並び・重なり解消） --- */
@media screen and (max-width: 767px) {
  section.contact-form-section form {
    padding: 1rem;
  }

  dl.contact-form {
    display: block !important; /* Flex解除で確実に上下に分ける */
  }

  .contact-form dt {
    width: 100% !important;
    padding-bottom: 10px !important; /* 下の入力域との距離 */
  }

  .contact-form dd {
    width: 100% !important;
    padding-top: 0 !important;
    margin-bottom: 15px !important;
  }

  /* スマホで「お名前 必須」がはみ出さないように微調整 */
  .contact-form dt p {
    display: flex !important;
    justify-content: flex-start;
  }

  .contact-form .contact-required_label {
    margin-left: 0.8em; /* スマホでは少し隙間を詰める */
    flex-shrink: 0; /* ラベルが潰れるのを防ぐ */
  }

  .contact-form dd p {
    display: inline !important;
  }

  .contact-form dd p a {
    white-space: nowrap;
  }
}

/* 2. CF7特有のチェックボックスを包む要素の余白を消去 */
.contact-form .wpcf7-acceptance,
.contact-form .wpcf7-list-item {
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: inline-block; /* 横並びの起点にする */
}

/***──────────────────────────────────────
HOME
──────────────────────────────────────**
*/
/***──────────────────────────────────────
お知らせ
──────────────────────────────────────**
*/

.news-col {
  display: grid;
  grid-template-columns: 1fr 78%;
  gap: 40px;
}

.vk-filter-label {
  color: #080808 !important;
}

.vk-filter-item .category-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cat-btn {
  display: inline-block;
  padding: 15px 32px !important;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #f4f4f4;
  color: #080808 !important;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: background 0.15s ease;
}

.cat-btn:hover {
  background: #d9d9d9;
  color: #1e3393;
}
.cat-btn.active {
  background: #1e3393;
  color: #fff !important;
  border-color: #1e3393;
}

select.vk-year-select {
  padding: 15px 32px !important;
  border-color: #d9d9d9 !important;
  border-radius: 0 !important;
  color: #080808 !important;
  letter-spacing: 0.1em;
}

select.vk-year-select:focus-visible {
  outline-color: #1e3393 !important;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}

a.news-link.custom-news-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 12px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}

.news-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

a.news-link.custom-news-link:hover {
  background: #f4f4f4;
}

.news-date {
  display: inline-block;
  font-size: 14px;
  color: #aeaeae;
  white-space: nowrap;
  min-width: 90px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.news-tag {
  display: inline-block;
  padding: 2px;
  border: 1px solid #e23c1f;
  color: #e23c1f;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  width: 11em;
  text-align: center;
}

.news-title {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-news-body,
.custom-news-meta {
  display: flex;
  align-items: center;
}

.custom-pagination {
  display: flex;
  justify-content: center;
}

.news_category-information .entry-meta {
  margin-bottom: 1em;
  color: #aeaeae;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .news-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  a.news-link.custom-news-link {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .cat-btn {
    padding: 15px 12px !important;
    flex: 1;
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .vk-filter-item .category-tabs {
    gap: 4px;
  }

  .cat-btn {
    font-size: 15px;
  }
}

/***──────────────────────────────────────
IR情報
──────────────────────────────────────***/
.ir-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}

.ir-content .overlay {
  display: flex;
  align-items: center;
  height: 48px;
  transition: background 0.2s;
}

.ir-content .label {
  font-weight: 600;
}

/* 左コンテンツ */
.ir-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.ir-main .ir-main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.ir-main:hover .ir-main-content {
  transform: scale(1.04);
  opacity: 0.8;
}

.ir-main h3 {
  color: #ffffff;
}

.ir-main p {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* 右コンテンツ */
.ir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1em;
}

.ir-grid-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.ir-grid-item:hover {
  opacity: 0.8;
  color: #1e3393;
}

.ir-grid-item:hover .ir-grid-item__img {
  transform: scale(1.05);
}

.ir-grid-item .label {
  font-weight: 600;
}

.ir-grid-item__img {
  flex: 1;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.ir-grid-item--document .ir-grid-item__img {
  background-image: url("../images/ir-document.jpg");
}

.ir-grid-item--disclosure .ir-grid-item__img {
  background-image: url("../images/ir-disclosure.jpg");
}

.ir-grid-item--calendar .ir-grid-item__img {
  background-image: url("../images/ir-calendar.jpg");
}

.ir-grid-item--stock .ir-grid-item__img {
  background-image: url("../images/ir-stock.jpg");
}

.ir-grid-item--governance .ir-grid-item__img {
  background-image: url("../images/ir-governance.jpg");
}

.ir-grid-item--empty {
  visibility: hidden;
}

/* 新中期経営計画がアップロードしたら削除 */
.ir-grid-item .overlay {
  display: flex;
  align-items: center;
  height: 42px;
  /*   padding: 6px 12px 0 0; */
  transition: background 0.2s;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .ir-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ir-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 767px) {
  .ir-content .overlay {
    height: 38px;
  }

  .ir-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }

  .ir-grid-item__img {
    min-height: 130px;
  }
}

/***──────────────────────────────────────
about us
──────────────────────────────────────***/
.about-section {
  position: relative;
  background: #f4f4f4;
}

.about-section h2 {
  line-height: 1.3em;
  color: #1e3393;
}

.about-section .about-bg {
  position: absolute;
  right: 0;
  min-height: 325px;
  height: calc(100% - 80px);
  width: 30%;
  background-size: cover;
  background-position: center;
  background-image: url("../images/about-us.jpg");
}

.about-content {
  margin-top: 2em;
}
.about-content .f-size-24 {
  margin-bottom: 1em;
}

.about-content p:last-child {
  margin-bottom: 0 !important;
}

.about-content {
  width: 70%;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .about-section .about-bg {
    width: 17%;
  }
  .about-content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .about-section .about-bg {
    display: none;
  }

  .about-content {
    width: 100%;
  }
}

/***──────────────────────────────────────
事業内容
──────────────────────────────────────***/
.business-section {
  background-color: #f4f4f4;
}

.business-lead {
  margin-bottom: 24px;
  font-weight: 500;
}

.business-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.business-item {
  display: flex;
  background: #ffffff;
  gap: 0;
}

.business-section .business-item p:last-child {
  margin-bottom: 0 !important;
}

.business-item__img {
  width: 30%;
  flex-shrink: 0;
  overflow: hidden;
}

.business-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.business-item__body {
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business-item__head {
  padding-bottom: 0.3em;
  position: relative;
}

.business-item__head::after {
  content: "";
  background-color: #aeaeae;
  height: 1px;
  width: 34%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.business-item__lead {
  font-weight: 700;
  font-size: 1.125em;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .business-item__img {
    width: 100%;
    height: 170px;
  }

  .business-item__body {
    padding: 1.5em;
  }

  .business-item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .business-item__img {
    width: 100%;
    height: 130px;
  }

  .business-item__body {
    padding: 1em;
  }
}

/***──────────────────────────────────────
企業内容リンク３つ
──────────────────────────────────────***/
.company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.company-grid-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.company-grid-item:hover .company-grid-item__img {
  transform: scale(1.05);
  opacity: 0.8;
}

.company-grid-item__visual {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.company-grid-item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.company-grid-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.company-grid-item__overlay h3 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
}

.company-grid-item__overlay .en-subtitle {
  font-size: clamp(11px, 1.2vw, 13px);
  color: rgba(255, 255, 255, 0.85);
}

.company-grid-item__footer {
  height: 52px;
  background: #1e3393;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.company-grid-item__footer .label {
  font-weight: 600;
}

.company-grid-item--president .company-grid-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/message.jpg");
}

.company-grid-item--company .company-grid-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/company.jpg");
}

.company-grid-item--sustainability .company-grid-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/environment.jpg");
}

/* レスポンシブ */
@media (max-width: 1023px) {
  .company-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .company-grid {
    grid-template-columns: 1fr;
  }

  .company-grid-item__visual {
    height: 130px;
  }
}

/***──────────────────────────────────────
企業情報 -page
──────────────────────────────────────***/
.company-inner-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.company-inner-top .company-inner-item__img {
  width: 60%;
  margin-left: auto;
}

.company-inner-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-top: 3em;
}

.company-inner-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.company-inner-item:hover .company-inner-item__img {
  transform: scale(1.05);
  opacity: 0.8;
}

.company-inner-item__visual {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.company-inner-top .company-inner-item__visual {
  height: 200px;
  min-height: 200px;
  background: #f4f4f4;
}

.company-inner-bottom .company-inner-item__visual {
  height: 150px;
  min-height: 150px;
}

.company-inner-item__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}

.company-inner-top__img {
  width: 50%;
}

.company-inner-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.company-inner-item__overlay h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.company-inner-item__overlay .en-subtitle {
  font-size: clamp(11px, 1.2vw, 13px);
  color: #aeaeae;
  white-space: nowrap;
}

.company-inner-item__footer {
  height: 48px;
  display: flex;
  align-items: center;
}

.company-inner-item__footer .label {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.company-inner-item .primary {
  background: #1e3393;
  color: #ffffff;
  padding: 0 20px;
}

.company-inner-item--president .company-inner-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/message.jpg");
}

.company-inner-item--philosophy .company-inner-item__img {
  background-image:
    linear-gradient(rgb(245 238 238 / 49%), rgb(184 194 235 / 39%)),
    url("../images/philosophy.jpg");
}

.company-inner-item--overview .company-inner-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/company.jpg");
}

.company-inner-item--sustainability .company-inner-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/environment.jpg");
}

.company-inner-item--group .company-inner-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/group.jpg");
}

.company-inner-item--history .company-inner-item__img {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)),
    url("../images/history.jpg");
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .company-inner-top {
    gap: 0.5em;
  }

  .company-inner-top .company-inner-item__visual {
    height: 150px;
    min-height: 150px;
  }

  .company-inner-bottom .company-inner-item__visual {
    height: 130px;
    min-height: 130px;
  }

  .company-inner-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    margin-top: 2em;
  }

   .company-inner-item__footer {
    height: 38px;
  }
}

@media (max-width: 767px) {
  .company-inner-top {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .company-inner-bottom {
    grid-template-columns: 1fr;
  }
}

/***──────────────────────────────────────
企業理念
──────────────────────────────────────***/
/* ── 企業理念 ── */
.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

.philosophy-text-block {
  margin-bottom: 24px;
}

.philosophy-text-block p {
  line-height: 1.9;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
}


/* ── 私たちの強み ── */
.strengths-section {
  background: #f4f4f4;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 40px;
}

.strength-card {
  background: #fff;
  position: relative;
  padding: 20px 16px;
}

.strength-card .strength-title {
  display: block;
  text-align: center;
  position: relative;
}

.strength-card .strength-title::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #aeaeae;
}

.strength-card .en-subtitle {
  font-weight: 500;
  display: block;
  text-align: center;
}

.strength-num {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  color: #aeaeae;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  position: absolute;
  top: -5%;
  left: 0%;
}

.strength-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}

p.strength-desc {
  margin-bottom: 0 !important;
}

/* レスポンシブ */
@media (min-width: 1200px) {
  .strengths-grid {
    gap: 32px;
    padding: 2em;
  }
}

@media (min-width: 1024px) {
  .strength-card {
    padding: 48px 36px;
  }
}

@media (max-width: 768px) {
  .strengths-grid {
    grid-template-columns: 1fr;
  }
}

/* ── ビジョン ── */
.vision-section {
  position: relative;
  overflow: hidden;
}

.vision-section .inner {
  position: relative;
  z-index: 1;
}

.vision-content {
  background-color: #ffffff;
  padding: 1em 1em 0 0;
  width: 80%;
}

.vision-headline {
  font-size: 2.5em;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 32px;
  color: #1e3393;
  font-weight: 700;
}

.vision-sub {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 20px;
}

.vision-text p {
  margin-bottom: 1em;
}

.vision-text p:last-child {
  margin-bottom: 0;
}

.vision-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 300px;
  overflow: hidden;
}

.vision-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* レスポンシブ */
@media (min-width: 1024px) {
  .vision-content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .vision-content {
    width: 99%;
  }

  .vision-headline {
    font-size: 2em;
    margin-bottom: 1em;
  }

  .vision-image {
    width: 85%;
    height: 60%;
  }
}

/***──────────────────────────────────────
社長ご挨拶
──────────────────────────────────────***/
.message-section {
   background: linear-gradient(147deg, #1e339314 0%, #29a1ec00 100%);
}

.message-section p:last-child {
   margin-bottom: 0;
}

.message-heading {
   margin-bottom: 2em;
}

.message-heading h2 {
   color: #1e3393;
}

/***──────────────────────────────────────
会社概要
──────────────────────────────────────***/
.company-table {
   width: 100%;
}

.company-row {
   display: flex;
   border-bottom: 1px solid #d9d9d9;
}

.company-row:first-child {
   border-top: 1px solid #d9d9d9;
}

.company-th {
   width: 180px;
   min-width: 180px;
   padding: 24px 20px;
   font-weight: 600;
   background-color: #f4f4f4;
   letter-spacing: 0.1em;
}

.company-td {
   padding: 24px 20px;
   flex: 1;
   letter-spacing: 0.1em;
}

.company-td p {
   margin-bottom: 0.5em !important;
}

.company-td p:last-child {
   margin-bottom: 0 !important;
}

.role-group {
   margin-bottom: 1.5em;
}

.role-group:last-child {
   margin-bottom: 0;
}

.role-title {
   font-weight: 600;
   margin-bottom: 0.5em;
}

.role-row {
   display: flex;
   gap: 1em;
   margin-bottom: 2px;
}

.role-position {
   min-width: 160px;
}

.note {
   font-size: 14px;
   margin-top: 6px;
}

/* レスポンシブ */
@media (max-width: 767px) {
   .company-row {
      flex-direction: column;
   }
	
   .company-th {
      width: 100%;
      padding: 16px 8px;
   }
	
    .company-td {
      width: 100%;
      padding: 16px 8px;
   }
	
   .role-position {
      min-width: 156px;
   }	
}

/* マップ */
.access-section {
  border-top: 1px solid #aeaeae;
}

.map-btn-box {
  display: flex;
  justify-content: flex-end;
}

.access-map {
  position: relative;
  width: 100%;
  padding-top: 32.25%; /* 16:9 */
  margin: 32px 0;
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
    display: flex;
    gap: 48px;
    margin: 0 auto;
}

.access-col {
    flex: 1;
    padding: 0;	
}

.access-col .access-col-txt {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  padding-bottom: 8px;	
}
.access-col .access-col-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  transform: translateY(-50%);
}

.access-col dl {
  display: grid;
  grid-template-columns: 175px 1fr;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 16px;
}

.access-col dt {
  font-weight: 500;
  margin-bottom: 0 !important;	
}

.access-col dd {
  position: relative;
  margin-bottom: 0 !important;	
}
.access-col dd::before {
  content: "";
  position: absolute;
  left: -59px;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  transform: translateY(-50%);
}


/* レスポンシブ */
@media (max-width: 1023px) {
	
  .access-map {
	 padding-top: 56.25%;
     margin: 24px 0;
  }
	
  .access-info {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 480px) {
   .access-col dl {
      grid-template-columns: 1fr;
      gap: 8px;
   }
	
	.access-col dt {
      font-weight: 500;
	  padding: 2px 8px;	
      background-color: #f4f4f4;
   }
	
	.access-col dd {
	  padding: 2px 8px;			
      margin-bottom: 1em !important;	
   }
}

/***──────────────────────────────────────
サステナビリティ
──────────────────────────────────────***/
.esg-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
  padding-left: 0 !important;
}

.esg-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
}

.esg-item:last-child {
  border-bottom: none;
}

.esg-item__img {
  width: 200px;
  min-height: 110px;
  flex-shrink: 0;
  overflow: hidden;
}

.esg-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* Placeholder images using gradient */
.esg-item__img--env {
  background:
    linear-gradient(
      135deg,
      rgba(140, 220, 255, 0.4) 0%,
      rgba(134, 234, 255, 0.3) 60%,
      rgba(168, 218, 220, 0.2) 100%
    ),
    url(../images/environment.jpg);
  background-size: cover;
  background-position: center;
}

.esg-item__img--soc {
  background:
    linear-gradient(
      135deg,
      rgba(251, 254, 255, 0.4) 0%,
      rgba(253, 255, 245, 0.3) 60%,
      rgba(168, 218, 220, 0.2) 100%
    ),
    url(../images/social.jpg);
  background-size: cover;
  background-position: center;
}

.esg-item__img--gov {
  background:
    linear-gradient(
      135deg,
      rgba(98, 107, 255, 0.1) 0%,
      rgba(4, 23, 102, 0.14) 60%,
      rgba(168, 218, 220, 0.2) 100%
    ),
    url(../images/governance.jpg);
  background-size: cover;
  background-position: bottom;
}

.esg-item__body {
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #d9d9d9;
  width: 100%;
}

.esg-item__body p {
  margin-bottom: 0;
}

.esg-item__body .en-subtitle {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #aeaeae;
  margin-bottom: 6px;
}

/* レスポンシブ */
@media (min-width: 1024px) {
  .esg-item__body {
    padding: 24px 32px;
  }
}

@media (max-width: 767px) {
  .esg-item {
    flex-direction: column;
  }

  .esg-item__img {
    width: 100%;
  }

  .esg-item__body {
    padding: 16px 16px;
  }
}

/***──────────────────────────────────────
子会社・関連会社
──────────────────────────────────────***/
.company-card-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.company-card {
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
}

.card-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.card-logo img {
  display: block;
  width: auto;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.logo-icon {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.logo-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border-left: #ffffff !important;
  border-right: #ffffff !important;
}

.info-table th {
  width: 120px;
  padding: 24px 20px;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  background: #f4f4f4;
}

.info-table td {
  padding: 24px 20px;
  font-size: 16px;
}

.info-table td a {
  color: #1e3393;
  word-break: break-all;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table th,
  .info-table td {
    padding: 16px 8px;
  }
}

/***──────────────────────────────────────
沿革
──────────────────────────────────────***/
.timeline-year-group {
  display: grid;
  grid-template-columns: 74px 20px 1fr;
  gap: 0 20px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding: 24px 16px;
  align-items: stretch;
  transition: background 0.7s;
}

.timeline-year-group.active {
  background: #f4f4f4;
  color: #1e3393;
}

.timeline-year-group:first-child {
  border-top: none;
}

.year {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  display: flex;
  align-items: flex-start;
  transition: color 0.8s;
}

.timeline-year-group.active .year {
  color: #1e3393;
  font-size: 1.7em;
}

.dot-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 100%;
  padding-top: 8px;
}

.dot-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 100%;
  padding-top: 9px;
  position: relative;
}

.dot-col::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  bottom: -62px;
  width: 1px;
  background: #d0d8e8;
  z-index: 9;
}

.timeline-year-col:last-child .timeline-year-group:last-child .dot-col::before {
  display: none;
}

.timeline-year-group:first-child .dot-col::after {
  top: 14px;
}

.timeline-year-group:last-child .dot-col::after {
  bottom: 0;
}

.dot-col::before:last-child {
  bottom: 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aeaeae;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  transition: background 0.7s;
}

.timeline-year-group.active .dot {
  background: #1e3393;
}

.events {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 16px;
  align-items: baseline;
}

.month {
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.event-text {
  color: #080808;
  transition: background 0.7s;
}

.timeline-year-group.active .event-text {
  color: #1e3393;
  font-size: 1.1em;
}

/* レスポンシブ */

@media (max-width: 767px) {
  .timeline-year-group {
    grid-template-columns: 56px 17px 1fr;
    padding: 16px 4px;
    gap: 6px;
  }
  .year {
    font-size: 1.2em;
  }
  .timeline-year-group.active .year {
    font-size: 1.3em;
  }
  .dot-col::before {
    top: -16px;
    bottom: -48px;
  }
  .events {
    gap: 16px;
  }

  .event {
    grid-template-columns: 41px 1fr;
    gap: 8px;
  }
}

/***──────────────────────────────────────
事業内容-page
──────────────────────────────────────***/
.business-page-section {
  position: relative;
}

.business-page-section .business-image {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 24%;
  height: calc(100% - 40px);
  z-index: 1;
}

.business-page-section .business-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business-page-section .business-col {
  width: 74%;
}

.business-page-section .company {
  color: #29a1ec;
  font-weight: 700;
}

.business-image-sp {
  position: relative;
  display: none;
}

.business-image-sp img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.business-page-box p:last-of-type {
  margin-bottom: 0;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .business-page-section .business-col {
    width: 100%;
  }

  .business-page-section .business-image {
    display: none;
  }

  .business-image-sp {
    display: block;
    height: 130px;
    width: 100%;
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  .business-page-section .custom-btn-primary {
    font-size: 0.85em;
    padding: 1em;
  }
}

/***──────────────────────────────────────
IR情報
──────────────────────────────────────***/
.news-page-col,
.ir-library-col,
.ir-library-col,
.ir-calendar-col {
  grid-template-columns: 1fr;
  display: grid;
  gap: 0;
}
@media (min-width: 1024px) {
  .news-page-col,
  .ir-library-col,
  .ir-library-col,
  .ir-calendar-col {
    grid-template-columns: 1fr 68%;
	gap: 40px;  
  }
}

.plan-col {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .plan-col {
    flex-direction: row;
  }
}
.plan-col .plan-lead {
  margin-top: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .plan-col .plan-lead {
    margin-top: 0;
  }
}


/* 20260330デザイン変更 */
.investor-relations-inner {
   display: grid;
   gap: 1rem;
   grid-template-columns: 1fr;
}

@media (min-width: 768px) {
   .investor-relations-inner {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (min-width: 1024px) {
   .investor-relations-inner {
      grid-template-columns: repeat(3, 1fr);
   }
}

.investor-relations-inner-item {
   display: flex;
   flex-direction: column;
   overflow: hidden;
   text-decoration: none;
   cursor: pointer;
}

.investor-relations-inner-item:hover .investor-relations-inner-item__img {
   transform: scale(1.05);
   opacity: 0.8;
}

.investor-relations-inner-item__visual {
   position: relative;
   height: 150px;
   overflow: hidden;
}

@media (max-width: 767px) {
   .investor-relations-inner-item__visual {
      height: 130px;
   }
}

.investor-relations-inner-item__img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
   transition: transform 0.4s ease, opacity 0.4s ease;
}

.investor-relations-inner-item__footer {
   height: 52px;
   background: #1e3393;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 20px;
}

.investor-relations-inner-item__footer .label {
   font-weight: 600;
}

.investor-relations-inner-item--investors .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-investors.jpg");
}

.investor-relations-inner-item--ir-calendar .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-calendar.jpg");
}

.investor-relations-inner-item--disclosure-information .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-disclosure.jpg");
}

.investor-relations-inner-item--ir-library .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-document.jpg");
}


.investor-relations-inner-item--electronic-public-notice .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/electronic-public-notice.jpg");
}

.investor-relations-inner-item--corporate-governance .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-governance.jpg");
}

.investor-relations-inner-item--stock .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-stock.jpg");
}

.investor-relations-inner-item--ir-disclaimer .investor-relations-inner-item__img {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(20, 40, 120, 0.5)), url("../images/ir-disclaimer.jpg");
}

/***──────────────────────────────────────
IRカレンダー
──────────────────────────────────────***/
.ir-schedule {
  font-family: sans-serif;
}

/* 年度ヘッダー */
.ir-year {
  background: #1e3393;
  color: #fff;
  padding: 16px 12px;
  font-weight: bold;
}

/* リスト */
.ir-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ir-list li {
  display: flex;
  gap: 24px;
  padding: 16px 12px;
  border-bottom: 1px solid #aeaeae;
}

/* 日付 */
.ir-list .date {
  min-width: 120px;
}

/* テキスト */
.ir-list .text {
  font-weight: 700;
}


/* IRカレンダーを横スクロールさせる設定 */
.ir-schedule {
    width: 100%;
    overflow-x: auto; /* 横方向にはみ出た場合にスクロールを出す */
    -webkit-overflow-scrolling: touch; /* スマホで滑らかにスクロールさせる */
}

.ir-schedule table {
    min-width: 600px; /* スマホで見ても表が潰れないよう最小幅を確保（適宜調整） */
    border-collapse: collapse;
}

/* 1列目（年月）を固定したい場合（オプション） */
.ir-schedule th:first-child,
.ir-schedule td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff; /* 背景を白にして重なりを綺麗にする */
    z-index: 1;
    border-right: 1px solid #ccc;
}

/***──────────────────────────────────────
  投資家の皆様へ
──────────────────────────────────────***/
.investor-section p:last-child {
   margin-bottom: 0;
}

/***──────────────────────────────────────
  コーポレートガバナンス
──────────────────────────────────────***/
.corporate-governance-inner-section .section-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
}

.corporate-governance-inner-section .section-text-large {
    font-size: 1.25em;
    font-weight: 600;
	color: #1e3393;
	margin-bottom: 0.5em !important;
}

.corporate-governance-inner-section .date {
    margin-bottom: 0.5em !important;
}

.corporate-governance-inner-section .lead-txt {
    margin-bottom: 2rem;
}

.corporate-governance-inner-section .lead-txt p:last-child {
  margin-bottom: 0 !important;
}

.corporate-governance-inner-section .lead-txt p {
  text-align: justify;
  text-justify: inter-ideograph;	
}

.data-col {
    display: inline-flex;
    flex-direction: column;
	justify-content: flex-start;
}

/* レスポンシブ */
@media (max-width: 480px) {
   .corporate-governance-inner-section .custom-btn {
	  font-size: 0.8em;
	  padding: 1em;
	}
	
	.data-col {
	   display: flex;
       width: fit-content;
       text-align: center;
       margin: 0 auto;		
	}
}
/* ==============================
電子公告
============================== */
.public-notice-pdf-list {
   list-style: none;
   padding: 0;
   margin: 0;
   border-top: 1px solid #d9d9d9;
}

.public-notice-wrapper p.year-heading {
   font-size: 18px;
   font-weight: bold;
   margin: 40px 0 0px;
   padding: 16px 12px;
   background-color: #1e3393;
   display: block;
   color: #ffff;
}

.public-notice-pdf-list .notice-date {
   display: inline-block;
   font-size: 14px;
   color: #aeaeae;
   white-space: nowrap;
   min-width: 90px;
   letter-spacing: 0.02em;
   flex-shrink: 0;
}
a.notice-link {
   display: flex;
   align-items: center;
   gap: 16px;
   padding: 18px 12px;
   border-bottom: 1px solid #d9d9d9;
   margin: 0;
   cursor: pointer;
   transition: background 0.15s ease;
}

/***──────────────────────────────────────
免責情報
──────────────────────────────────────***/
.disclaimer-box {
   margin-bottom: 60px;
}

.disclaimer-section .disclaimer-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
   .disclaimer-box {
      margin-bottom: 40px;
   }
}

.disclaimer-box .section-heading {
    margin-bottom: 1em;
}

.disclaimer-box h2 {
    font-size: 1.7em !important;
}

p.section-intro__lead {
  text-align: justify;
  word-break: break-all;
}

.section-intro__lead:last-child {
  margin-bottom: 0 !important;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .disclaimer-box h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 767px) {
  .disclaimer-box h2 {
    font-size: 1.25em !important;
  }
}

/***──────────────────────────────────────
採用情報
──────────────────────────────────────***/
/* メッセージ */
.message-hr-col {
  display: grid;
  grid-template-columns: 1fr 52%;
  gap: 16px;
}

.message-hr-col .message-hr-img {
  position: relative;
  order: 0;
}

.message-hr-col .message-hr-img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

/* グリッド */
.recruit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 80px;
}

/* カード */
.recruit-card .recruit-card-img {
  position: relative;
  height: 200px;
  margin-bottom: 1em;
}

.recruit-card .recruit-card-img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

p.recruit-card-txt {
  margin-bottom: 0.5em !important;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .message-hr-col {
    grid-template-columns: 1fr 45%;
  }
}

@media (max-width: 768px) {
  .recruit .inner {
    padding: 8px 0 30px;
  }
}

@media (max-width: 767px) {
  .message-hr-col {
    grid-template-columns: 1fr;
  }

  .message-hr-col .message-hr-img {
    height: 212px;
    order: -1;
  }
  
  .recruit-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .recruit-card .recruit-card-img {
    height: 130px;
  }
}

/***──────────────────────────────────────
人事からのメッセージ
──────────────────────────────────────***/

.message-from-hr-col {
   display: grid;
   grid-template-columns: 1fr 35%;
   gap: 32px;
}

.message-from-hr-col .message-text p:last-of-type {
   margin-bottom: 0;
}


.message-from-hr img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
}

/* レスポンシブ */
@media (max-width: 1024px) {
   .message-from-hr-col {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 767px) {
  .message-from-hr img {
    height: 200px;
  }
}

/***──────────────────────────────────────
新卒採用
──────────────────────────────────────***/
.new-graduates-col {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 48px 32px;
  margin: 0 auto;
  background-color: #ffffff;
}

.new-graduates-img {
  position: relative;
  height: auto;
  width: 50%;
  padding-top: 3em;
}

.new-graduates-img img {
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .new-graduates-col {
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
  }

  .new-graduates-img {
    width: 100%;
    margin: 0 auto;
  }
}

/***──────────────────────────────────────
福利厚生・制度
──────────────────────────────────────***/
.benefits-section h2 {
  font-size: 1.7em !important;
}

.benefits-section .section-heading {
  margin-bottom: 1.2em;
}

.benefits-block {
  margin-bottom: 80px;
}

.benefits-section .benefits-block:last-child {
  margin-bottom: 0;
}

.benefits-row {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d9d9d9;
}

.benefits-block .label {
  width: 210px;
  background: #f4f4f4;
  padding: 24px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;	
}

.benefits-block .desc {
  flex: 1;
  padding: 24px 16px;
  text-align: justify;
  word-break: break-all;
}


.benefits-row:last-child {
  border-bottom: 1px solid #d9d9d9;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .benefits-section h2 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 767px) {
  .benefits-section h2 {
    font-size: 1.25em !important;
  }
  
  .benefits-row {
    flex-direction: column;
  }

  .benefits-block .label,
  .benefits-block .desc {
    width: 100%;
    padding: 16px 8px;
  }
}

/* ==============================
  個人情報保護方針
============================== */

/* リード */
.policy-lead p {
   margin-bottom: 1em;
}

.policy-lead p:last-child {
   margin-bottom: 0;
}

/* グレーBOX */
.policy-box {
   background: #f4f4f4;
   padding: 30px;
   margin: 40px 0;
}

.policy-box ol {
   padding-left: 20px;
}

.policy-box li {
   margin-bottom: 10px;
   line-height: 1.8;
}

/* 日付 */
.policy-date {
   text-align: right;
}

 .policy-date p {
    margin-bottom: 0 !important;
 }


.policy-date .company {
   margin-top: 10px;
}

/* 詳細 */
.policy-detail h3 {
   font-size: 16px;
   font-family: 700;
   margin-top: 32px;
   margin-bottom: 16px;
}

.policy-detail h3:first-child {
   margin-top: 0;
}

.policy-detail p:last-child {
   margin-bottom: 0;
}

.policy-detail ul {
   padding-left: 20px;
}

.policy-detail ul li:last-child {
   margin-bottom: 0;
}

.bl-top {
   border-top: 1px solid #aeaeae;
}

/* レスポンシブ */
@media (max-width: 767px) {
	.policy-box {
	   padding: 16px;
	   margin: 24px 0;
	}
}

/***──────────────────────────────────────
サイトご利用について
──────────────────────────────────────***/
.terms-box {
  margin-bottom: 60px;
}

.terms-box p:last-child {
  margin-bottom: 0 !important;
}

.terms-box:last-child {
  margin-bottom: 0;
}

.terms-box .section-heading {
  margin-bottom: 1.5em;
}

.terms-box h2 {
  font-size: 1.7em !important;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .terms-box h2 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 767px) {
  .terms-box h2 {
    font-size: 1.25em !important;
  }
  
  .terms-box {
    margin-bottom: 40px;
  }
}