@charset "UTF-8";

/* ==========================================================================
   企業情報ページ 共通・リセット設定
   ========================================================================== */
.cp-page-wrapper {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding-top: 0.1px !important; /* マージンの折り畳み（隙間発生）を防止 */
  overflow: hidden;
}
.cp-page-wrapper *, 
.cp-page-wrapper *::before, 
.cp-page-wrapper *::after {
  box-sizing: border-box;
}

/* ==========================================================================
   メインタイトルエリア（横幅100%）
   ========================================================================== */
.cp-main-header {
  background-color: #003366; /* 画像に合わせた濃紺 */
  width: 100%;
  padding: 80px 0 60px 0;
  text-align: center; /* 親要素を中央揃えに指定 */
}
.cp-main-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  font-family: "Times New Roman", "Yu Mincho", "游明朝", "MS Mincho", serif;
  letter-spacing: 0.2em;
  margin: 0 0 55px 0;
  line-height: 1.2;
  text-align: center; /* タイトルテキスト自体を中央揃えに指定 */
  display: block;
}


/* ==========================================================================
   サブタイトルエリア（横幅100%）
   ========================================================================== */
.cp-sub-header {
  background-color: #ffffff; /* 画像に合わせた濃紺 */
  width: 100%;
  padding: 60px 0 35px 0;
  text-align: center; /* 親要素を中央揃えに指定 */
}
.cp-sub-title {
  font-size: 32px;
  font-weight: bold;
  color: #0b316a;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-family: "Arial Black", "Impact", "Noto Sans JP", "Hiragino Sans", "Segoe UI Black", "Meiryo UI", sans-serif;
}
.cp-sub-subtitle {
  font-size: 15px;
  color: #777777;
  margin: 0;
  font-weight: bold;
  color: #4a72b2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}



/* ==========================================================================
   レスポンシブ対応（タブレット・スマホ：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .cp-main-header {
    padding: 70px 0 45px 0;
  }
  .cp-main-title {
    font-size: 26px;
  }
  .cp-submenu-list {
    flex-direction: column;
    gap: 12px;
    margin: -25px 10% 0 10%;
    padding: 0;
    width:80%;
    
  }
  
	.cp-sub-header {
	  padding: 40px 0 15px 0;
	  text-align: center; /* 親要素を中央揃えに指定 */
	}
	.cp-sub-title {
	  font-size: 20px;
	}
	.cp-sub-subtitle {
	  font-size: 12px;
	}
}
