@charset "utf-8";


.summary-card__inner {
      width: min(100% - 40px, var(--max));
      margin: 0 auto;
      padding: 28px;
      background: #f5f5f5;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: 1.1fr 1.3fr auto;
      gap: 24px;
      align-items: center;
    }
    .summary-card h2 { margin: 0 0 4px; font-size: 26px; line-height: 1.35; }
    .summary-card p { margin: 0; color: var(--muted); font-weight: 700; }
    .summary-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
    .summary-list li {padding: 10px 12px;background: white;border-radius: 12px;font-size: 14px;font-weight: 800;}
    
@media (max-width: 980px) {
      .summary-card__inner { grid-template-columns: 1fr; }
    }
    
    
.eyebrow {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      padding: 7px 14px;
      color: var(--green-dark);
      background: var(--green-light);
      border: 1px solid rgba(15, 143, 115, .18);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
    }
    .eyebrow--white { color: #fff; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.28); }
    
    

.summary-card{
  margin:2rem;
}

.sec-career{
    padding-top:5rem;
}

.summary-card {
    margin: 5rem 13rem;
}


/*----------------------------------------
  sec-what：ビジネスのみ常時表示
----------------------------------------*/

/* 2カラムカード前提を解除 */
.sec-what__block {
  display: block;
}

/* 残すカードを横幅100%に */
.sec-what__block .what-item {
  width: 100%;
  cursor: default;
}

/* 既存の nth-child 指定を打ち消し */
.sec-what__block .what-item:nth-child(2) {
  margin: 0;
}

/* クリック用の＋アイコンを非表示 */
.sec-what__block .what-item::after {
  display: none;
}

/* hoverで薄くならないように */
.sec-what__block .what-item:hover {
  opacity: 1;
}

/* モーダルを通常のブロックとして表示 */
.what-modal.what-modal-static {
  position: static;
  width: 100%;
  margin: 3rem 0 0;
  z-index: auto;
  pointer-events: auto;
}

/* 背景クリック用の透明レイヤーを無効化 */
.what-modal.what-modal-static::before {
  display: none;
}

/* 内側も通常表示 */
.what-modal.what-modal-static .what-modal-inner {
  position: static;
  width: 100%;
  height: auto;
}

/* 詳細パネルを常時表示 */
.what-modal.what-modal-static .modal {
  position: static;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  pointer-events: auto;
}

/* 閉じるボタンは使わない */
.what-modal-close {
  display: none;
}

/* スペース調整用要素を残している場合も非表示 */
.what-modal-space {
  display: none !important;
}

.summary-list li {
    padding: 10px 12px;
    background: white;
    border-radius: 12px;
    font-size: 16.5px;
    font-weight: 500;
}



.summary-card {
  margin: 5rem 13rem;
}

.summary-card__inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 28px;
  background: #f5f5f5;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.05fr 1.45fr auto;
  gap: 24px;
  align-items: center;
}

.summary-card h2 {
  margin: 10px 0 0;
  font-size: 26px;
  line-height: 1.35;
}

.summary-card__lead {
  min-width: 0;
}

.summary-course-box {
  background: #fff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  min-width: 0;
}

.summary-course-box__title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
}

.summary-course-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.summary-course-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 9px 12px;
  background: #f5f5f5;
  border-radius: 12px;
}

.summary-course-list__job {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.summary-course-list__date {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.summary-common {
  margin-top: 12px;
}

.summary-common__label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
}

.summary-common__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.summary-common__items div {
  padding: 9px 12px;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

.summary-card__btn a {
  height: 95px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* タブレット */
@media (max-width: 980px) {
  .summary-card {
    margin: 4rem 4rem;
  }

  .summary-card__inner {
    grid-template-columns: 1fr;
  }

  .summary-card__btn a {
    width: 100%;
  }
}


.summary-card h2 {
    font-size: 24px;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.fixed-nav .btn-web, .fixed-nav .btn-internal {
        width: 100%;
    }

.summary-card {
    margin: 2rem;
}

.summary-card {
    margin: 2rem;
  }

  .summary-card__inner {
    width: 100%;
    padding: 20px;
    gap: 18px;
  }

  .summary-card h2 {
    font-size: 22px;
  }

  .summary-course-box {
    padding: 16px;
  }

  .summary-course-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .summary-course-list__job {
    font-size: 15px;
  }

  .summary-course-list__date {
    font-size: 14px;
  }

  .summary-common__items {
    grid-template-columns: 1fr;
  }

  .summary-card__btn a {
    width: 100%;
    height: 80px;
  }
	
	
}