@charset "utf-8";

/* ================================================= */
/* 1. 基本設定・レイアウト（PC向け）                   */
/* ================================================= */

/* --- メインビジュアル（ページ上部の大きな画像エリア） --- */
#titleCol {
  width: 100%;
  height: 470px; /* PCでの高さ */
  background: url(https://7949280.fs1.hubspotusercontent-na2.net/hubfs/7949280/www/recruit/img/HRM_Pocicy/HR_Policy_title.png) center top no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}

#titleCol h2 {
  width: 366px;
  height: 123px;
  margin: 0 auto;
  display: none; 
}

#titleCol h2 img {
  width: 100%;
  margin: 160px auto 0;
  height: auto;
}

/* --- コンテンツ幅・共通設定 --- */
.col, 
#mainContents #HRM_Policy .column {
  width: 90%;
  max-width: 850px; 
  margin: 0 auto 80px;
  text-align: left;
}

/* ================================================= */
/* 2. 見出しのデザイン（Messageページのデザインを適用）   */
/* ================================================= */

/* --- H3: 大見出し（濃い青文字＋長い下線） --- */
.col h3,
#mainContents #HRM_Policy h3 {
  font-size: 24px;
  color: #002F7A;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

.col h3:after,
#mainContents #HRM_Policy h3:after {
  content: "";
  display: block;
  width: 200px; /* 下線の長さ */
  height: 2px;
  background: #002F7A;
  margin: 15px 0 40px; 
}

/* --- H4: 中見出し（水色の下線＋アクセントバー） --- */
.col h4,
#mainContents #HRM_Policy h4 {
  color: #002F7A;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
  border-bottom: 2px solid #97D1E6; /* 水色の線 */
  position: relative;
  font-weight: bold;
}

/* H4の下にある濃い青のアクセント線 */
.col h4:after,
#mainContents #HRM_Policy h4:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 160px;
  height: 2px;
  background: #002F7A;
}

/* --- H5: 小見出し（青背景のラベルスタイル） --- */
.col h5,
#mainContents #HRM_Policy h5 {
  color: #fff; /* 文字色を白に */
  background: #002F7A; /* 背景色をここに移動 */
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
  padding: 15px 20px; /* 余白をここに移動 */
  font-size: 28px;
  display: inline-block; /* ラベルのように文字幅に合わせる */
  line-height: 1.4;
}

/* 不要になったので削除、または無効化 */
.col h5 span,
#mainContents #HRM_Policy h5 span {
  /* 設定不要 */
}

/* ================================================= */
/* 3. コンテンツエリア（英語/日本語 2カラムデザインなど）   */
/* ================================================= */

/* 2カラムエリア（左：理念 右：画像 など） */
#mainContents #HRM_Policy .columnA {
  overflow: hidden;
  margin-bottom: 60px;
}

#mainContents #HRM_Policy .columnA .concept {
  width: 45%;
  float: left;