@charset "utf-8";
/* =========================
   Suifeel Lower Page Common - PC
========================= */

/* 下層ページ共通HERO */
.LowerHero{
	position: relative;
	width: 100%;
	min-height: 620px;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	background: #f7fbfd;
}

/* 背景画像・動画を置く場合の上品な白膜 */
.LowerHero::before{
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(247,251,253,.98) 0%,
			rgba(247,251,253,.92) 32%,
			rgba(247,251,253,.46) 52%,
			rgba(247,251,253,.08) 72%,
			rgba(247,251,253,0) 100%
		);
	z-index: 1;
	pointer-events: none;
}

/* 高級感用の淡い粒度 */
.LowerHero::after{
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,0) 0%,
			rgba(255,255,255,0) 64%,
			rgba(255,255,255,.46) 100%
		);
	z-index: 2;
	pointer-events: none;
}

.LowerHero_inner{
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 160px 6% 120px;
	box-sizing: border-box;
}

.LowerHero_content{
	width: min(700px, 100%);
}

.LowerHero_eyebrow{
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: .26em;
	color: #7BAFCB;
	text-transform: uppercase;
}

.LowerHero_title{
	margin: 24px 0 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0.09em;
	color: #0D0B2B;
}

.LowerHero_lead{
	display: block;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.13em;
  font-weight: 400;
  color: rgba(13, 11, 43, 0.58);
}

.LowerHero_note{
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 2;
	letter-spacing: .04em;
	color: rgba(13,11,43,.56);
}

/* ページ別背景指定用：共通骨格のみ */
.LowerHero_bg{
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	transform: none;
	opacity: 1;
}

/* ========================================
   Suifeel Lower Page Design System - PC
   共通タイポグラフィ / 編集UI
======================================== */

.SfSectionHead{
	width: 100%;
	margin: 0 auto 78px;
	text-align: center;
}

.SfSectionHead-left{
	max-width: 980px;
	margin-left: 0;
	text-align: left;
}

.SfEyebrow,
.SfMiniEyebrow{
	margin: 0 0 22px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .24em;
	color: #7BAFCB;
	text-transform: uppercase;
}

.SfMiniEyebrow{
	margin-bottom: 22px;
	font-size: 11px;
	letter-spacing: .22em;
}

.SfSectionTitle{
	margin: 22px auto 0;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .04em;
	color: #0D0B2B;
}

.SfSectionTitle-left{
	margin-left: 0;
	text-align: left;
}

.SfBlockHead{
	margin: 0 0 30px;
}

.SfBlockHead .SfMiniEyebrow{
	margin-bottom: 18px;
}

.SfBlockHead .SfBlockTitle{
	margin-top: 0;
}

.SfBlockTitle{
	margin: 0;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 300;
	letter-spacing: .045em;
	color: #0D0B2B;
}

.SfBlockTitle-small{
	font-size: 23px;
	line-height: 1.6;
}

.SfLead{
	margin: 34px auto 0;
	font-size: 15.5px;
	line-height: 2.25;
	font-weight: 400;
	letter-spacing: .04em;
	color: rgba(13,11,43,.72);
}

.SfLead-left{
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.SfText{
	margin: 0;
	font-size: 14px;
	line-height: 2.15;
	font-weight: 400;
	letter-spacing: .035em;
	color: rgba(13,11,43,.72);
}

.SfText + .SfText{
	margin-top: 20px;
}

.SfNumber{
	display: block;
	margin: 0 0 22px;
	font-size: 35px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .04em;
	color: #7BAFCB;
}

.SfStatement{
	margin: 92px auto 98px;
	padding-left: 34px;
	border-left: 1px solid rgba(123,175,203,.55);
}

.SfStatement p{
	margin: 0;
	font-size: 18px;
	line-height: 2.15;
	font-weight: 300;
	letter-spacing: .07em;
	color: #0D0B2B;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.SfVisual{
	margin: 96px auto;
}

.SfVisual-wide{
	width: 100%;
}

.SfVisual img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 34px;
}

.SfNote{
	max-width: 100%;
	margin: 82px auto 0;
	padding: 38px 42px;
	border-radius: 30px;
	background:
		linear-gradient(
			180deg,
			rgba(247,251,253,.86) 0%,
			rgba(255,255,255,.98) 100%
		);
	border: 1px solid rgba(13,11,43,.06);
	box-sizing: border-box;
}

.SfNoteLabel{
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .24em;
	color: #7BAFCB;
	text-transform: uppercase;
}

.SfNote p{
	margin: 0;
}

.SfEditorialList{
	margin-top: 92px;
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.SfEditorialItem{
	padding: 58px 0 ;
}

.SfEditorialText{

}

.SfEditorialText .SfBlockTitle{
	margin-top: 0;
}

.SfEditorialText p:not(.SfMiniEyebrow):not(.SfEyebrow){
	margin: 28px 0 0;
}

.SfMatrix{
	padding-top: 56px;
	border-top: 1px solid rgba(13,11,43,.075);
}

.SfMatrixHead{
	display: grid;
	grid-template-columns: 42% 1fr;
	gap: 68px;
	align-items: start;
	margin-bottom: 42px;
}

.SfMatrixHead .SfBlockTitle{
	font-size: 28px;
}

.SfMatrixHead p{
	margin: 0;
}

.SfMatrixList{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.SfMatrixItem{
	min-height: 250px;
	padding: 34px 30px 32px;
	border-right: 1px solid rgba(13,11,43,.07);
	border-bottom: 1px solid rgba(13,11,43,.07);
	background: rgba(255,255,255,.64);
	box-sizing: border-box;
}

.SfMatrixItem h4{
	margin: 0;
	font-size: 22px;
	line-height: 1.55;
	font-weight: 300;
	letter-spacing: .045em;
	color: #0D0B2B;
}

.SfMatrixItem p{
	margin: 22px 0 0;
}

/* ========================================
   Hydrogen Editorial Custom
======================================== */

.HydrogenDefinitionEditorialItem{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 460px;
	gap: 84px;
	align-items: center;
}

.HydrogenDefinitionEditorialItem_Reverse{
	grid-template-columns: 460px minmax(0, 1fr);
}

.HydrogenDefinitionEditorialItem_Reverse .HydrogenDefinitionEditorialText{
	order: 2;
}

.HydrogenDefinitionEditorialItem_Reverse .HydrogenDefinitionEditorialVisual{
	order: 1;
}

.HydrogenDefinitionEditorialText{
	max-width: 560px;
}

.HydrogenDefinitionEditorialLabel,
.HydrogenReasonEditorialLabel{
	margin: 0 0 24px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .24em;
  color: #555;
}

.HydrogenDefinitionEditorialVisual img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 34px;
	box-shadow: 0 20px 50px rgba(13,11,43,.06);
}

/* ========================================
   Hydrogen Matrix Custom
======================================== */

.HydrogenConditionMatrixItem span{
	display:block;
	margin:0 0 26px;
	font-size:34px;
	line-height:1;
	font-weight:300;
	letter-spacing:.04em;
	color:#7fcbea;
}

/* ========================================
   Suifeel Vertical Rhythm System - PC
======================================== */

.SfSectionSpacing-xs{
	margin-top: 42px;
}

.SfSectionSpacing-sm{
	margin-top: 68px;
}

.SfSectionSpacing-md{
	margin-top: 92px;
}

.SfSectionSpacing-lg{
	margin-top: 120px;
}

.SfSectionSpacing-xl{
	margin-top: 148px;
}

.SfSectionDivider{
	padding-top: 92px;
	border-top: 1px solid rgba(13,11,43,.06);
}

/* ========================================
   Suifeel Conclusion Statement
======================================== */

.SfConclusion{
	margin: 92px auto 98px;
	padding: 0 0 0 34px;
	border-left: 1px solid rgba(123,175,203,.55);
	box-sizing: border-box;
	text-align: left;
}

.SfConclusion .SfText{
	margin: 0;
}

