@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南医療大学 受験生応援サイト(C)FureaiGroup 2019

File name:      career-support.css
Style Info:     国家試験・就職情報用
------------------------------------------------------------->
 0.初期設定
 1.基本レイアウト
 2.共通パーツレイアウト
 3.汎用スタイル
 4.個別スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ===========================================================
 0.初期設定
=========================================================== */
/* 既存CSS上書き
----------------------------------------------------------- */
.section-title-h4 {
  margin: 0 0 20px;
  padding: 3px;
  border: 1px solid#2b2b2b;
}
.emphasisG {
  color: #44b88a;
}
/* ===========================================================
 1.基本レイアウト
=========================================================== */
/* ===========================================================
 2.共通パーツレイアウト
=========================================================== */

/* ===========================================================
 3.汎用スタイル
=========================================================== */
/* 変数定義
----------------------------------------------------------- */
.cs-local-nav {
  --nav-main-color: #44b88a;
  --nav-sub-color: #daf1e8
}
.cs-graph--pink {
  --graph-main-color: #ef858c;
  --graph-sub-color: #fce7e8;
}
.cs-graph--blue {
  --graph-main-color: #3fbdd7;
  --graph-sub-color: #d9f2f7;
}
.cs-graph--green {
  --graph-main-color: #8bc882;
  --graph-sub-color: #e8f4e6;
}
.cs-graph--blue-green {
  --graph-main-color: #44b88a;
  --graph-sub-color: #daf1e8
}
/* ===========================================================
 4.個別スタイル
=========================================================== */
/* ナビゲーション（2026-04-07）
----------------------------------------------------------- */
.cs-local-nav {
  margin: 20px 0;
}
.cs-local-nav-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* 各ボタン */
.cs-local-nav-list li {
  flex: 1;
}
/* リンク本体 */
.cs-local-nav-list a {
  display: block;
  text-align: center;
  padding: 16px 10px;
  background: var(--nav-sub-color);
  border-top: 4px solid var(--nav-main-color);
  color: #2b2b2b;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}
/* 「＞」アイコン */
.cs-local-nav-list a::before {
  content: ">";
  position: relative;
  left: -4px;
  margin-right: 6px;
  color: var(--nav-main-color);
  font-weight: bold;
}
/* ホバー */
.cs-local-nav-list a:hover {
  opacity: 0.85;
}
/* グラフ（2026-04-04）
----------------------------------------------------------- */
/* 基本 */
.cs-graph {
  margin-top: 20px;
}
/* ブロック */
.cs-graph-block {
  margin-bottom: 30px;
}
/* タイトル */
.cs-graph-title {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid var(--graph-main-color);
  font-size: 16px;
}
/* 行 */
.cs-graph-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
/* ラベル */
.cs-label {
  margin-right: 10px;
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
}
.cs-label-dep {
  background: var(--graph-sub-color); 
  color: var(--graph-main-color); 
}
/* バー */
.cs-bar {
  flex: 1;
  height: 20px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}
/* 塗り */
.cs-bar-fill {
  padding-right: 6px;
  height: 100%;
  background: var(--graph-main-color); 
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  white-space: nowrap;
}
/* サブ */
.cs-bar--sub .cs-bar-fill {
  background: var(--graph-main-color); 
}
/* 全国平均 */
.cs-bar--gray .cs-bar-fill {
  background: #bfbfbf;
}
/* テキスト */
.cs-note {
  margin-top: 8px;
  font-size: 12px;
}
.cs-highlight {
  margin-top: 12px;
  padding: 10px;
  border-radius: 20px;
  background: var(--graph-sub-color); 
  color: var(--graph-main-color); 
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.cs-highlight span {
  font-size: 85%;
}
.cs-highlight-green {
  background: var(--graph-sub-color); 
  color: var(--graph-main-color); 
}
@media screen and (max-width: 768px) {
  .cs-graph-row {
    display: block;
  }
  .cs-label {
    margin-right: 0;
    margin-bottom: 4px;
    width: auto;
    font-size: 12px;
    text-align: left;
  }
  .cs-bar {
    width: 100%;
    height: 18px;
  }
  .cs-bar-fill {
    font-size: 11px;
    line-height: 18px;
  }
  .cs-graph-title {
    font-size: 14px;
  }
  .cs-highlight {
    padding: 8px;
    font-size: 12px;
  }
  .cs-note {
    font-size: 11px;
  }
}
/* カードリスト（2026-04-04）
----------------------------------------------------------- */
.career-support-ba-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.career-support-ba-list .career-support-ba-item {
	display: flex;
  flex-direction: column;
	gap: 12px;
  border: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
}
.career-support-ba-pht {
	width: 100%;
	aspect-ratio: 4 / 3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.career-support-ba-body {
  padding: 0.5em;
}
.career-support-ba-body p {
  font-size: 80%;
	line-height: 1.6;
}
@media screen and (min-width: 769px), print {
	.career-support-ba-list .career-support-ba-item {
    flex-direction: row;
    gap: 24px;
	}
	/* ★ PC時：画像幅を統一 */
	.career-support-ba-pht {
		width: 240px;
		height: 160px;
		aspect-ratio: auto;
    background-size: contain;
		flex-shrink: 0;
	}
}
/* コンテンツ紹介画像（2026-04-04） */
.fig-ba-career-support-banner05 {
	background-image: url("/examinee-support/images/photo/pht_support05.jpg");
}
.fig-ba-career-support-banner06 {
  background-image: url("/examinee-support/images/photo/pht_support06.jpg");
}
.fig-ba-career-support-banner07 {
  background-image: url("/examinee-support/images/photo/pht_support07.jpg");
}
