@charset "utf-8";
/*------------------------------------- 
共通
-------------------------------------*/
.sp-padding-0{
    padding-top: 0 !important;
    padding-bottom: 0!important;
}
.sp-margin-0{
    margin-top: 0 !important;
    margin-bottom: 0!important;
}
.bi-arrow-right::before{
  position: relative;
  top:2px;
}
.black-btn .bi-arrow-right::before{
  top:1px;
}
/*------------------------------------- 
ヘッダー
-------------------------------------*/
.navbar-brand img {
  width: 270px;
}
nav li:last-child a{
    border-radius: 0;
}
ul.dropdown-menu {
    border: none;
    background: none;
    display: block !important;
}

/*------------------------------------- 
フッター
-------------------------------------*/
.footer-logo{
  margin-bottom: 1.5rem;
}
/*------------------------------------- 
 見出し
-------------------------------------*/
.dot_title-title{
    font-size: 1.9rem;
}
.dot_title-label{
    font-size: 1.1rem;
}
	.title3.style2 {
		margin-top: 30px;
		font-size: 1.8rem;
	}

.title2.style2{
    font-size: 1.9rem;
}
/*------------------------------------- 
 TOPページ
-------------------------------------*/
/* ヒーローエリア */
.hero{
    padding: 0 20px !important;
    height: 70vh;
}
.hero.mt-5 {
  margin-top: 0rem !important;
}
.hero-label {
  font-size: 1rem;
  line-height: 1.3;
}

      .hero-inner {
        padding: 0rem 20px 3rem;
      }
      .hero-main-copy {
        font-size: 2rem;
        margin: 1.5rem 0 2rem;
      }
    
.service-checklist li{
    font-size: 1rem;
    padding-left: 30px;
}
.service-checklist li::before{
  top:0.2em;
  width: 12px;
  height: 20px;
}
.service-lead{
    font-size: 1.2rem;
    line-height: 1.7;
}
/*- --- ミッション  ----*/


  .mission-num {
    width: 55px;
    text-align: left !important;
  }
  .mission-number {
    font-size: 2.2rem;
  }
  .mission-text{
    font-size: 1.1rem;
     width: calc(100% - 55px);
  }
  .mission-footer {
    font-size: 1.1rem;
  }
.mission-list li {
  padding-left: 1.5rem;
  margin-bottom: 1.6rem;
 font-size: 1.1rem;
  line-height: 1.7;
}
.mission-list li::before {
  top: 0.7em;
  width: 10px;
  height: 10px;
}

.nextgen-section{
  padding-bottom: 0 !important;
}

  .nextgen-title {
    font-size: 1.2rem;
  }
  .nextgen-icon {
    width: 10px;
    height: 10px;
  }
.nextgen-text{
    font-size: 1.0rem;
    width: calc(100% - 10px);
}

/* --- サービス 当社の事業承継 --- */
.platform-logo-tsp img{
  margin-top: 0;
}
  .platform-wrapper {
    padding: 0rem 1.0rem 2rem;
  }
  .platform-wrapper::before,
  .platform-wrapper::after {
    display: none; /* モバイルでは省略してもOK */
  }
    .platform-table th,
  .platform-table td {
    padding: 1.2rem 0;
    font-size: 0.7rem;
  }
table.platform-table tr>*:nth-child(1) {
    width: 42% !important;
}
table.platform-table tr>*:nth-child(2) {
    width: 16% !important;
}
table.platform-table tr>*:nth-child(3) {
    width: 42% !important;
}

  .platform-table th{
padding-left: 0;
padding-right: 0;
  }
  .platform-table th.is-em{
    font-size: 0.75rem;
    writing-mode: vertical-rl;
    text-align: start;
  }
  .platform-btn {
    padding: 0.8rem 1.3rem;
  }
.service-arrow {
  background-size: 280px;
  padding-bottom: 1rem;
}
.platform-logo img{
    max-height: 40px;
}
.platform-head p{
    font-size: 0.65rem;
}
.platform-logo-tsp p{
  font-size: 0.7rem;
}
tr.platform-logo-tsp,.platform-logo-tsp td{
  padding-bottom: 0;
  padding-top: 0;
}
.platform-logo-tsp p{
  line-height: 1.4;
}
.platform-logo-tsp p.small{
  margin-top: 5px;
}
/*------------------------------------- 
ボタン
-------------------------------------*/
.black-btn{
padding: 1.1rem 3.5rem;
min-width: 290px;
font-size: 1rem;
}
.black-btn-icon{
  width: 28px;
  height: 28px;
}
/* ---------------------------
テーブル
   --------------------------- */
table th, table td{
    padding: 1em 1.2em;
}

/*------------------------------------- 
最新情報 アコーディオン
-------------------------------------*/
summary{
    flex-wrap: wrap;
    position: relative;
    padding-right: 30px;
}
.summary-icon{
    margin: auto;
}
.summary-title{
  font-size: 1rem;
}
.summary-icon{
position: absolute;
right: 0px;
top:50%;
transform: translateY(-50%);
font-size: 18px;
}
details{
  padding: 1.3rem 0 
}
/*------------------------------------- 
会社概要
-------------------------------------*/


/* 経歴 */


/* レスポンシブ調整 */

  .team-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .team-photo {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .team-photo img {
    width:  100%;
  }
  .team-body{
    width: 100%;
  }


/* ---------------------------
沿革タイムライン
--------------------------- */
/* タイムライン全体 */
.timeline{
    padding-top: 0;
}

  .history-timeline {
    padding-left: 2rem;
    --history-line-left: 1rem;
  }

  .history-year {
    position: static;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    color: #bdbdbd;
  }

  .history-content {
    margin-left: 0;
  }

  .history-item {
    padding-left: 1.5rem;
  }

  .history-item::before {
    left: 0.15rem;
  }

  .history-left {
    position: static;
    margin-bottom: 1.5rem;
  }


.
/* アコーディオン */


	/* ---------------------------
    売り主にとってのメリット
   --------------------------- */

	

/* ---------------------------
   支援の内容
   --------------------------- */


    .support-box {
      margin-bottom: 1.5rem;
      width: 100%;
      height: 150px;
    }
  
/* ---------------------------
   沿革
   --------------------------- */

  .timeline {
    padding: 0px 0px 24px 0px; /* 左余白を小さく */
    margin-top: 0;
  }

  .timeline::before {
    left: -21px;
    top:12px
  }

  .timeline-item {
    margin-bottom: 24px;
  }

  .timeline-date {
    position: relative;
    width: 60px;
    text-align: left;
    font-size: 16px;
    top:-1px
    margin-bottom: 4px;
    color: var(--key-color);      /* SPでは読みやすく濃い色に */
  }

  .timeline-dot {
    left: -20px;
    top: 0.7em;
  }

  .timeline-content {
    margin-left: 0px;     /* ライン＋ドットの右から本文 */
    font-size: 14px;
    padding-left: 0px;
    width: calc(100% - 60px);
    margin-bottom: 0;
  }



/* ---------------------------
   投資実績 
   --------------------------- */

.portfolio-title{
    font-size: 1.2rem;
}

  .portfolio-logo {
    width: 100%;
    height: 160px;
  }


/* ---------------------------
 内部承継ファンド
   --------------------------- */
.concept-lead{
    font-size: 1.3rem;
}
.concept-line{

}
  .concept-line-wrap {
    padding-left: 1.5rem;
  }
.concept-block-title{
font-size: 1.3rem;
}


  .concept-block {
    margin-left: 0.5rem;
}

.img-fluid2{
  width: 100%;
}
/* チェックリスト */

  .tsp-how-num {
    flex: 0 0 40px;
    font-size: 1.3rem;
    padding-right: 6px;
  }
  .tsp-how-text {
    font-size: 1rem;
  }

  .fund-copy{
text-align: left !important;
font-size: 1.3rem;
  }

/* 赤いローマ数字（i., ii., iii.）を生成 */


  .tsp-how-list li {
    padding-left: 55px;
    font-size: 1rem;
  }
  .tsp-how-list li::before {
    width: 40px;
    font-size: 1.4rem;
  }


/* ローマ数字（i. ii. iii.）の赤スタイル */


  .tsp-benefit-list li {
    padding-left: 1.6rem;
  }
  .tsp-benefit-list li::before {
    width: 1.4rem;
    font-size: 1.1rem;
  }



/* カード */

.lp-card{
    min-height: 65px;
    padding: 12px;
    font-size: 0.9rem;
}
  .lp-grid {
    grid-template-columns:1fr 1fr;
    gap:15px;

  }
.lp-section{
  padding: 1.5rem;
}
