body, h1, span {
  margin: 0;
  padding: 0;
}

.cont{
	text-align: center;
	color: #1F1F1F;
}
.cont h1{
	text-align: center;
	color: #1F1F1F;	
}
/*背景*/

/*文字レイアウト*/
.ce01{
	text-align: center;	
}
.tlight{
	text-align: right;	
}
.marker{/*アンダーラインマーカー風*/
	background: linear-gradient(transparent 60%, #D1F8FF 60%);

}
.mbb{
	font-weight: 700;
	color: #B0C5F8;
}
.akb{
	color: #B70000;	
		font-weight: 600;
}
.aob{
	color: #0038D3;
	font-weight: 600;
}
/**--通常ｈ1--**/

/* セクション全体 */
.h-section {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f8fbff; /* 薄いブルーグレーで上品に */
}

/* 見出し全体 */
.h-section h1 {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: #001f3f; /* ネイビー */
  font-size: 2em;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}

/* 英語部分 */
.h-section h1 .en {
	display: block;
	font-size: 2em;
	font-weight: 500;
	color: #9E9EBC; /* 淡いグレー寄りネイビー */
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
	text-transform: uppercase; /* 英語をすべて大文字に */
}

/* 下の日本語 */
.h-section h1 {
  font-weight: 700;
  color: #001f3f;
}

/**----**/

/*--英語が大きなｈ1--*/

/* セクション全体 */
.h1-section {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* 見出し全体 */
.h1-section h1 {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Segoe UI', sans-serif;
  display: inline-block;
  position: relative;
}

/* 英語部分 */
.h1-section h1 .en {
  display: block;
  font-size: 4rem; /* 大きめ */
  font-weight: 700;
  color: rgba(0, 31, 63, 0.2); /* ネイビーを薄く */
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

/* 日本語部分 */
.h1-section h1 .jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #001f3f; /* ネイビー */
  margin-bottom: 0.3em;
  position: relative;
}

/* 日本語下のアンダーライン */
.h1-section h1 .jp::after {
  content: "";
  display: block;
  width: 80px; /* 長さ調整 */
  height: 3px; /* 太さ調整 */
  background: #0074d9; /* 青 */
  margin: 8px auto 0;
  border-radius: 2px;
}


/*斜め背景*/
.slant-bg {
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.slant-bg p {
    width: 65%;
    margin: 0 auto;
}

.slant-bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F4FAFF;
	transform: skewY(-5deg) translateY(100px);
	z-index: -1;
}
/* スマホ対応 */

@media (max-width: 600px) {
	
/**--通常ｈ1--**/

  .h-section {
    padding: 50px 10px;
  }
  .h-section h1 {
    font-size: 1.8rem;
  }
  .h-section h1 .en {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
  }

	
/*--英語が大きなｈ1--*/
  .h1-section {
    padding: 50px 10px;
  }

  .h1-section h1 .en {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }

  .h1-section h1 .jp {
    font-size: 1.5rem;
  }

  .h1-section h1 .jp::after {
    width: 50px;
    height: 2px;
  }


	
	
	


}
