@charset "utf-8";

/* --------------------------------------
 基本設定
-------------------------------------- */
:root {
	--key-color: #CC0000;
	--text-color: #333;
	--text-letter-spacing: 0;
}

/* ベースフォント */
body {
	font-family:
		"Noto Sans JP",
		"Noto Sans",
		"メイリオ",
		Meiryo,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic",
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
}


.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

/* ベースフォントサイズ */
body {
	color: var(--text-color);
	line-height: 1.75;
}




/* リンク */
select:focus-visible ,
[tabindex]:focus-visible ,
a:focus-visible {
	outline: 2px ridge #000;
}

a:hover {
	color: var(--key-color);
	text-decoration: none;
}

/*------------------------------------- 
ヘッダー
-------------------------------------*/
header{
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.08));
position: sticky;
top:0;
z-index: 99;
}
nav h1{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.navbar-brand img{
    width: 500px;
}
@media screen and (max-width: 1300px) {
  .navbar-brand img{
   width: 400px;
  }
}
@media screen and (max-width: 1120px) {
  .navbar-brand img{
   width: 320px;
  }
}

/*------------------------------------- 
フッター
-------------------------------------*/
footer{
    background-color: #1A1A1A;

}
.footer-text-lg {
  font-size: 14px;
  line-height: 1.6;
}

.footer-text-sm {
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: .7;
}

/* ロゴの表示調整 */
.footer-logo {
  max-width: 170px;
}

/*------------------------------------- 
ページヘッダー
-------------------------------------*/
.page-header{
    padding: 60px 0;
    background-color: #F4F4F4;
    border-bottom: solid 2px  var(--key-color);
}



/*------------------------------------- 
 ぱんくず
-------------------------------------*/


/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}
/* PCだけ hover で開く */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 200px;
  }
}

.nav-item{
    padding: 0 10px;
}
.navbar-nav a{
    font-size: 1.1rem;
    color: #333;
    transition: 0.3s;
    border-bottom: solid 3px transparent;
}
@media screen and (max-width: 1300px) {
  .navbar-nav a{
  font-size: 0.9rem;
}
}
@media screen and (max-width: 1120px) {
  .navbar-nav a{
  font-size: 0.8rem;
}
}
.navbar-nav a:hover{
  color: var(--key-color);
  border-bottom-color:  var(--key-color);
}
.icon-dropdown{
    padding-right: 24px !important;
}


nav li.nav-item-contact a::before{
  margin-right: 0.2em;
  position: relative;
  top:7px;
 content: '';
  display: inline-block;
  width: 16px;
  height: 28px;
  background-image: url(../images/commons/envelope-fill.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
nav li.nav-item-contact  a{
  background-color: var(--key-color);
  color: #fff;
  border-radius: 70px;
  padding: 5px 20px !important;
  transition: 0.3s;
}
nav li.nav-item-contact  a:hover{
  background-color: #333;
    color: #fff;
      border-bottom-color: #333;
}

nav li .nav-link-blank::after {
    margin-left: 0.4em;
    content: '';
    display: inline-block;
    width: 16px;
    height: 1em;
    background-image: url(../images/commons/box-arrow-up-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*------------------------------------- 
 見出し
-------------------------------------*/
/* ページ概要エリア */



.page-intro .sns-btn ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	gap: 0 10px;
}

.page-intro .sns-btn ul li {
	display: block;
}

:where(.page-intro) .sns-btn * {
	display: initial;
}

.page-intro .sns-btn .fb-share-button > span {
	vertical-align: baseline !important;
}


/*==== 中見出し ====*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2 {
	position: relative;
	margin-top: 2em;
    margin-bottom: 2em;
	font-size: 2rem;
	line-height: 1.27777;
	font-weight: bold;
}

.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3 {
	position: relative;
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight: bold;
}

.title4 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.3333;
	font-weight: bold;
}

.title5 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.33;
	font-weight: bold;
}

.title6 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.33;
	font-weight: bold;
}

.title2 p ,
.title3 p ,
.title4 p ,
.title5 p ,
.title6 p {
	font-size: 1.4rem;
}

.title2 p + h2 ,
.title3 p + h3 ,
.title4 p + h4 ,
.title5 p + h5 ,
.title6 p + h6 ,
.title2 h2 + p ,
.title3 h3 + p ,
.title4 h4 + p ,
.title5 h5 + p ,
.title6 h6 + p {
	margin-top: 5px;
}

.title2:not(.no-icon) ,
.title3:not(.no-icon) ,
.title4:not(.no-icon) ,
.title5:not(.no-icon) ,
.title6:not(.no-icon) {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 15px;
}

body.in-editor .title2:not(.no-icon) ,
body.in-editor .title3:not(.no-icon) ,
body.in-editor .title4:not(.no-icon) ,
body.in-editor .title5:not(.no-icon) ,
body.in-editor .title6:not(.no-icon) {
	flex-wrap: wrap;
}


.title2 dl ,
.title3 dl ,
.title4 dl ,
.title5 dl ,
.title6 dl {
	flex: 0 0 auto;
}

.title2 dl img ,
.title3 dl img ,
.title4 dl img ,
.title5 dl img ,
.title6 dl img {
	display: block;
}



/* 見出しh2レベル(共通) */
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2.style1 {
	margin-top: 2em;
	font-size: 2rem;
	line-height: 1.27777;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}


/* 見出しh3レベル */
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 {
	margin-top: 50px;
	padding-left: 14px;
	font-size: 1.8rem;
	line-height: 1.444;
	border-left: 4px solid var(--key-color);
}

/* 見出しh4レベル */
.title4.style1 {
	margin-top: 1.56em;
	font-size: 1.6rem;
	line-height: 1.333;
	margin-bottom: -10px;
}

/* 見出しh5レベル */
.title5.style1 {
	margin-top: 1.5em;
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: -10px;
}

/* 見出しh6レベル */
.title6.style1 {
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: -10px;
}


/* 見出しh2・h3・h4・h5・h6 スタイルＢ */
.title2.style2 {
	text-align: center;
	font-size: 2.4rem;
	justify-content: center;
}

.title3.style2 {
	margin-top: 100px;
	text-align: center;
	font-size: 3rem;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.title3.style2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 28px);
	display: block;
	width: 56px;
	height: 3px;
	background: var(--key-color);
}


.title4.style2 {
	color: var(--key-color);
}

@media screen and (max-width: 768px) {
	.title3.style2 {
		margin-top: 30px;
		font-size: 1.8rem;
	}
}

/*------------------------------------- 
 TOPページ
-------------------------------------*/
.home.page-intro{
  display: none;
}
/* ヒーローエリア */

 .hero {
      height: calc(100vh - 105px);
      background: url(../images/top/hero_bg.jpg);
      background-size: cover;
    }

    .hero-inner {
      padding: 6rem 0;
    }

    .hero-label {
      font-size: 1.8rem;
      letter-spacing: .15em;
      color: var(--key-color);
      font-weight: 600;
      line-height: 1.8;
    }

    .hero-main-copy {
      font-size: clamp(2.4rem, 3.2vw + 1.2rem, 3.6rem);
      line-height: 1.5;
      font-weight: 700;
      margin: 2.5rem 0 3rem;
    }

    .hero-text {
      font-size: 1.3rem;
      line-height: 2;
      color: #333;
    }

    

/*- --- ミッション  ----*/
  .mission-section {
  background: url("../images/top/top_section1_bg.jpg") no-repeat center top;
  background-size: cover;
}

/* タイトル */
.mission-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.2rem);
  line-height: 1.6;
  color: #111;
}

/* Mission番号エリア */
.mission-num {
  width: 70px;
}

.mission-label {
  font-size: 0.7rem;
  color: var(--key-color);
  font-weight: 600;
  display: block;
}

.mission-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--key-color);
  line-height: 1;
}

/* テキスト */
.mission-text {
  font-size: 1.55rem;
  line-height: 1.5;
  color: #222;
}

/* 下テキスト */
.mission-footer {
  font-size: 1.9rem;
  /* line-height: 1.6; */
  font-weight: 600 !important;
  color: #111;
}



.mission-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mission-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 2rem;
 font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.9;
}

/* 赤い■ */
.mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 12px;
  height: 12px;
  background-color: #c40000;
}


/* 見出し */
.nextgen-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.1rem);
  line-height: 1.7;
  color: #111;
}

/* リスト内テキスト */
.nextgen-text {
  font-size: 1.45rem;

  color: #333;
}

/* 赤い四角アイコン（画像では正方形） */
.nextgen-icon {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  background-color: #d50000;
  display: inline-block;
}



/* --- サービス 当社の事業承継 --- */
/* --- 小見出し --- */
.dot_title-label {
  font-size: 1.3rem;
  color: var(--key-color);
  font-weight: 600;
}
.dot_title-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #EFB1B1;
  display: inline-block;
}
.dot_title-title {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 600;
}

/* --- チェックリスト --- */
.service-checklist {
  list-style: none;
  padding-left: 0;
}
.service-checklist li {
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 0.4rem;
  line-height: 1.9;
  font-size: 1.5rem;
}
.service-checklist li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  width: 15px;
  height: 24px;
  border-right: 4px solid var(--key-color);
  border-bottom: 4px solid var(--key-color);
  transform: rotate(40deg);
}

/* --- リード文 --- */
.service-lead {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
}
.highlight-mark {
  position: relative;
  font-weight: 700;
  color:  var(--key-color);
  padding: 0 4px;
   background:linear-gradient(transparent 60%, #F2EB84 60%);
}
/* 
.highlight-mark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px; 
  width: 100%;
  height: 0.6em;
  background: #F2EB84; 
  z-index: -1;
  border-radius: 2px;
} */
/* --- プラットフォーム比較ブロック --- */
.platform-wrapper {
  position: relative;
}
.service-arrow{
  background-image: url(../images/top/top_service_arrow.png);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 6rem;
}

/* ロゴ部分（画像差し替え前提のダミー） */
.platform-tsp {

}
.platform-jsfp{

}
.fw-bold{
/*  font-size: 0.9rem; */
}

/* ロゴまわり */
.platform-logo-tsp p{
  font-size: 0.8rem;
}
.platform-logo img,
.platform-logo-tsp img{
  max-height: 75px;
    margin: 0 auto 10px;
}
/* テーブル全体 */
.platform-table-wrapper {

}

.platform-table {
  border-collapse: separate;
  border-spacing: 0 10px;      /* 行のあいだにほんの少しだけ余白 */
  font-size: 0.95rem;
  text-align: center;
}

.platform-table tr {
background: linear-gradient(to right, #fff 0%, #d5d5d5 48.95%, #fff 100%);
}
.platform-table tr:nth-child(odd) {
background: linear-gradient(to right, #fff 0%, #EFEFEF 48.95%, #fff 100%);
}

tr.platform-logo-tsp{
background: none !important;
}

/* 最初と最後の行だけ角丸に */
.platform-table tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.platform-table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
.platform-table tr:last-child th:first-child {
  border-bottom-left-radius: 16px;
}
.platform-table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* セル */
table.platform-table tr>*:nth-child(1) {
    width: 35% !important;
}
table.platform-table tr>*:nth-child(2) {
    width: 30% !important;
}
table.platform-table tr>*:nth-child(3) {
    width: 35% !important;
}

.platform-table th,
.platform-table td {
  padding: 1.4rem 1.1rem;
  border: none;
  vertical-align: middle;
  line-height: 1.9;
  font-weight: 400;
  white-space: normal;
  background: unset;
  font-size: 1.1rem;
}

/* 中央列・赤文字強調 */
.platform-table th.is-em {
  color: var(--key-color);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* --- CTAボタン --- */
.platform-cta {
  margin-top: 2.5rem;
}

/* 大きな pill ボタンを再現 */
.platform-btn {
  border-radius: 50px;
  border: 3px solid var(--key-color);
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  color: var(--key-color);
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
  font-size: 1.4rem;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}
.platform-btn:hover {
  background-color:var(--key-color);
  color: #ffffff;
}

/* 左側のロゴ入りカプセル */
.platform-btn-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.8rem;
}
.platform-btn-logo img {
  height: 30px;
}

/* テキスト */
.platform-btn-text {
  font-size: 1.1rem;
}

/* 右側の赤い丸アイコン */
.platform-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--key-color);
  color: #ffffff;
  font-size: 1.5rem;
}

.platform-btn-icon i {
  font-size: 0.9rem; /* アイコンサイズ微調整 */
}

/* ホバー時は内側のロゴカプセルだけ白を維持 */
.platform-btn:hover .platform-btn-logo {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
}



/* 最新情報 */
.top-news{
  border-top: solid 4px #F2F2F2;
}
.top-news .container{
border-bottom: 1px solid #ddd;
}
/* 会社情報 */
.glay-bg-section {
  background: #eee url("../images/top/top_company_bg.jpg") no-repeat center center;
  background-size: cover;
}
.company-text{
  line-height: 2.2;
}

/*------------------------------------- 
ボタン
-------------------------------------*/

.black-btn {
  background-color: #2e2e2e;       /* 画像と同じ濃いグレー */
  padding: 1.7rem 3.8rem;
  border-radius: 50px;            /* 極端に丸いpill形状 */
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-flex;
  transition: 0.2s ease;
  position: relative;
  min-width: 365px;
  text-align: center;
justify-content: center;
}

.black-btn:hover {
  background-color: #000;         /* 少し濃くしてホバー感を出す */
  color: #fff;
}

/* 右側の丸アイコン */
.black-btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%)
}
   .bi-arrow-right::before{
     content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/commons/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
      }
      .black-btn .bi-arrow-right::before{
        position: relative;
        top:2px;
      }

/* アイコンサイズ微調整 */
.black-btn-icon i {
  font-size: 1rem;
  line-height: 1;
}

/* ボタン内テキスト */
.black-btn-text {
  white-space: nowrap;
}

/* ---------------------------
   リスト
   --------------------------- */


 .dot-list {
  list-style: none;
  padding-left: 0;
}

 .dot-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
}

 .dot-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #e60012; /* 赤 */
  border-radius: 50%;
 }
/*------------------------------------- 
テーブル
-------------------------------------*/
table{
  width: 100%;
}
table th,table td{
    padding: 1em 1.5em;
   
}
table tr,table th,table td{
 border-color: #ccc;
}
th{
    background-color: #fafafa ;
}

/*------------------------------------- 
会社概要
-------------------------------------*/



/* 見出し */
.team-title {
  font-size: clamp(1.8rem, 2.4vw + 1rem, 2.5rem);
  color: #111;
}

/* カードレイアウト */
.team-card {
  align-items: flex-start;
}

.team-photo {
  flex: 0 0 140px;
}
.team-photo img {
  width: 140px;
  height: auto;
  object-fit: cover;
}

/* 氏名・肩書き */
.team-name {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px !important;
}
.team-name span{
  font-size: 1rem;
  margin-right: 10px;
}

/* 経歴リスト */
.team-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.9;
  color: #333;
}
.team-list li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.team-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  background-color: var(--key-color);
}





/* ---------------------------
沿革タイムライン
--------------------------- */
/* 左見出し */
.history-left {
  position: sticky;
  top: 100px;              /* ヘッダー高さなどに合わせて調整 */
}


/* タイムライン全体 */
.history-timeline {
  position: relative;
  padding-left: 60px;          /* テキストの開始位置 */
}


.timeline {
  position: relative;
  margin: 40px auto;
 /* padding: 40px 16px 40px 160px;  左に日付スペース */
padding-left: 0px;
}

/* 中央の縦ライン */
.timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 159px;             /* 日付と本文の間あたり */
  width: 2px;
  background: var(--key-color);     /* ライン色 */
}

/* 各行 */
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

/* 左側の年号 */
.timeline-date {
  position: absolute;
  left: 0;
  top:7px;
  width: 140px;
  text-align: right;
  font-size: 18px;         /* お好みで調整 */
  line-height: 1;
  font-weight: 700;
  color:var(--key-color);
}

/* 真ん中のドット */
.timeline-dot {
  position: absolute;
  left: 160px;
  top: 0.6em;              /* ドットの縦位置調整 */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--key-color);
  transform: translateX(-50%);
}

/* 右側の本文 */

.timeline-content {
  margin-left: 180px;      /* ラインより少し右から開始 */
  font-size: 16px;
  line-height: 1.8;
  color: #1c2840;
margin-bottom: 30px;
}



/* アコーディオン */

    details {
      border-top: 1px solid #ddd;
      padding: 1.5rem 0;
    }

    summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
       transition: 0.3s;
    }
    summary::-webkit-details-marker { display: none; }

    .summary-date {
      color: #666;
      margin-right: 1rem;
      white-space: nowrap;
    }
    .summary-title {
      font-size: 1.1rem;
      font-weight: 700;
       transition: 0.3s;
    }
   summary:hover .summary-title {
          color:var(--key-color);
        }

    /* ▼アイコン回転 */
    .summary-icon {
      margin-left: auto;
      font-size: 1.6rem;
      color: #888;
      transition: transform 0.25s ease;
    }
    details[open] .summary-icon {
      transform: rotate(180deg);
    }

    .summary-icon::before{
       content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../images/commons/chevron-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
    }
    

    /* ▼アニメーション対象 */
    .details-content {
      /* overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition:
        max-height 0.35s ease,
        opacity 0.25s ease; */
    }

    .details-body {
      margin-top: 1.5rem;
      line-height: 2;
    }

    .readmore-link {
      color: var(--key-color);
      font-weight: 700;
      text-decoration: none;
    }
    .readmore-link:hover {
      text-decoration: underline;
    }
        .readmore-link::after{
  margin-left: 0.4em;
  font-size: 1rem;
  position: relative;
  top:2px;
   content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/commons/arrow-right-bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
        }

   
	/* ---------------------------
    売り主にとってのメリット
   --------------------------- */

	 .point-card {
      position: relative;
      border-radius: 10px;
      border: 2px solid #d0d0d0;
      padding: 4.5rem 2.5rem 1.5rem; /* 上は丸の分だけ多め */
      text-align: left;
      background-color: #fff;
    }

    .point-badge {
      position: absolute;
      top: -32px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: var(--key-color);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 1.4rem;
    }

    .point-title {
      font-weight: 700;
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 1.8rem;
    }

    .point-text {
      color: #777;
      line-height: 2;
      font-size: 1rem;
    }

    @media (max-width: 991.98px) {
      .point-card {
        margin-bottom: 3rem;
      }
    }


/* ---------------------------
   支援の内容
   --------------------------- */

	.support-row {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .support-row:first-of-type {
    border-top: 1px solid #e5e5e5;
  }
  .support-box {
    background-color: #dfe8ea;
    padding: 3rem 2rem;  
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .support-list li::marker {
    color:var(--key-color);
  }

  .support-list {
    padding-left: 1.2rem;
    line-height: 2;
    font-size: 1.05rem;
  }

 



/* ---------------------------
   レスポンシブ（スマホ用）
   --------------------------- */

@media (max-width: 768px) {
  .timeline {
    padding: 24px 16px 24px 24px; /* 左余白を小さく */
  }

  .timeline::before {
    left: 10px;
  }

  .timeline-item {
    margin-bottom: 24px;
  }

  .timeline-date {
    position: static;
    width: auto;
    text-align: left;
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--key-color);      /* SPでは読みやすく濃い色に */
  }

  .timeline-dot {
    left: 10px;
    top: 1.1em;
  }

  .timeline-content {
    margin-left: 32px;     /* ライン＋ドットの右から本文 */
    font-size: 14px;
  }
}


/* ---------------------------
   投資実績 
   --------------------------- */

   .portfolio-section{
    margin: 7rem 0;
   }
/* カード全体 */
.portfolio-card {
  padding-bottom: 4rem;
}
.portfolio-body{
  width: 100%;
}
/* ロゴリンク */
.portfolio-logo-link {
  display: block;
  text-decoration: none;
}

/* ロゴ画像エリア */
.portfolio-logo {
  width: 300px;
  height: 200px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.2s ease;
}

.portfolio-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* hover時：わかりやすく微反応 */
.portfolio-logo-link:hover .portfolio-logo {
  border-color: #aaa;
  transform: translateY(3px);
}

/* タイトルなど右側内容 */
.portfolio-title {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e1e1e;
}

/* 情報テーブル */
.portfolio-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0rem;
  font-size: 1rem;
}

.portfolio-table th {
  width: 90px;
  font-weight: 600;
  padding: 16px 0;
  width: 30%;
  background-color: #fff;
  border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.portfolio-table td {
  padding: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}



/* ---------------------------
 内部承継ファンド
   --------------------------- */


/* ラベル */
.concept-label {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: var(--key-color);
  font-weight: 600;
}
.concept-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f4a9a9;
  display: inline-block;
}

/* 見出し・リード */
.concept-title {
  font-size: clamp(1.8rem, 2.4vw + 1rem, 2.5rem);
  color: #222;
}
.concept-lead {
  font-size:1.5rem;
  line-height: 1.6;
}

/* 各ブロック（赤い縦線） */
.concept-block {
  border-left: 3px solid var(--key-color);
  padding-left: 1.5rem;
}
.concept-block-title {
  font-size: 1.25rem;
  color: #111;
}
.concept-block p {
  font-size: 0.98rem;
  line-height: 2;
  color: #333;
}

/* 外枠（position基準） */
.concept-line-wrap {
  position: relative;
  margin:2rem auto 4rem;
  padding-left: 2.5rem; /* 左にスペースを作る */
}

/* 縦ライン（赤 → グレー） */
.concept-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--key-color) 0%,
    var(--key-color) 40px, /* ← 見出し部分だけ赤くする高さ */
    #dcdcdc 40px,
    #dcdcdc 100%
  );
  border-radius: 2px;
}

/* 見出し */
.concept-block-title {
  font-size: 1.9rem;
  color: #222;
}

/* テキスト */
.concept-content p {
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
}




/* チェックリスト */
.tsp-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}

.tsp-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

/* 赤いチェックマーク */
.tsp-list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.3rem;
  width: 10px;
  height: 19px;
  border-right: 3px solid var(--key-color);
  border-bottom: 3px solid var(--key-color);
  transform: rotate(40deg);
}

/* 見出し */
.tsp-how-title {
  font-size: clamp(1.8rem, 2.2vw + 1rem, 2.4rem);
}

/* 個別項目 */
.tsp-how-item {
  display: flex;
  align-items: flex-start;
}

/* ローマ数字部分（赤・太め） */
.tsp-how-num {
  flex: 0 0 60px;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--key-color);
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  position: relative;
  top:-4px
}

/* テキスト部分 */
.tsp-how-text {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0;
  color: #333;
}


.tsp-how-list {
  max-width: 900px;
  padding-left: 0;
  margin-left: 0;
  list-style: none;       /* デフォルト番号を消す */
  counter-reset: howList; /* カウンター初期化 */
}

/* 各 li を横並び風に */
.tsp-how-list li {
  counter-increment: howList;
  position: relative;
  padding-left: 80px;     /* 左に番号スペース */
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  color: #333;
  line-height: 1.9;
  font-size: 1.3rem;
}

/* 赤いローマ数字（i., ii., iii.）を生成 */
.tsp-how-list li::before {
  content: counter(howList, lower-roman) ".";
  position: absolute;
  left: 0;
  top: 0.0rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e60012;
  width: 80px;
  text-align: right;
  padding-right: 10px;
}


/* 右側メリット見出し */
.tsp-benefit-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
}

/* リスト全体 */
.tsp-benefit-list {
  list-style: none;
  padding-left: 0;
  counter-reset: benefitCount;
}

/* 各項目 */
.tsp-benefit-list li {
  counter-increment: benefitCount;
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 01rem;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
}

/* ローマ数字（i. ii. iii.）の赤スタイル */
.tsp-benefit-list li::before {
  content: counter(benefitCount, lower-roman) ".";
  position: absolute;
  left: 0;
  top: -0.1rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--key-color);
  width: 1.8rem;
  text-align: right;
}
.img-fluid2{
  width: 70%;
}
.open-site{
  color: var(--key-color);
  text-decoration: none;
}
.open-site:hover{
  text-decoration: underline;
}

.open-site::after{
  position: relative;
  top:-3px;
margin-left: 4px;
 content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../images/commons/box-arrow-up-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.open-site:hover::after{
   text-decoration: none !important;
    color: var(--key-color);
}


/* セクション背景 */
.lp-section {
  background-color: #f3f3f3;
  padding:3rem;
}

/* タイトル */
.lp-title {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  color: #222;
}

.lp-subtitle {
  font-size: 1rem;
  color: #444;
}

/* LP投資家GRIDレイアウト */
.lp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 32px; /* 縦 横 */
  max-width: 960px;
  margin: 0 auto;
}

/* LP投資家GRIDカード */
.lp-card {
    background: #fff;
    /* border: 1px solid #9e9e9e; */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    padding: 10px;
    overflow: hidden;
}
.lp-card .lp-bunner {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

/* タブレット */
@media (max-width: 991.98px) {
  .lp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SP 調整 */
@media (max-width: 575.98px) {
  .lp-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------------------------
   プライバシーポリシー
   --------------------------- */
.privacy-section h2 {
    font-size: 1.5rem;
    line-height: 1.27777;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}
.privacy-section h3 {
    font-size: 1.25rem;
    line-height: 1.27777;
    letter-spacing: 0.02em;
    padding-left: 10px;
    border-left: 5px solid;
}
.privacy-section li:not(last-child){
    margin-bottom:.5em;
}
