@charset "UTF-8";
/* CSS Document */

/*==============================
コンテンツ設定
==============================*/

/*ページビジュアル*/
#pageVisual{
	background: url(../img/reform/longlife/bg_main.webp) no-repeat center center / cover;
}

/*ページビジュアル  見出し英語*/
#pageVisual .pageNav h2::after{
	content: "Long Life RéYELL";
}

img{
	object-fit: cover;
	overflow: hidden;
}

/*本文*/
.txt{
	font-size: 1.4rem;
	line-height: 2.1;
	text-align: justify;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*ロングライフ全体*/
#longlife{
	background: url(../img/common/bg_washi.webp) repeat-y center top / 100% auto;
}

/*ロングライフ 説明*/
#longlife .inner h2::before{
	content: "Long Life RéYELL";
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	font-family: outfit,sans-serif;
}


/*ロングライフ 説明*/
#longlife .inner > .txt{
	margin: 35px 0 0 0;
	text-align: center;
}

/*------------------------------
コンセプト設定
------------------------------*/

/*コンセプト*/
.concept{
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin: 90px 0 0 0;
	padding: 90px 120px;
	background: #fff;
}

/*コンセプト リスト*/
.concept > li{
	padding: 0 0 90px 0;
	border-bottom: 1px solid #808080;
}

/*コンセプト リスト*/
.concept > li:last-of-type{
	border-bottom: none;
}

/*ポリシー*/
.policy{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}

/*ポリシー 見出し*/
.policy h3{
	display: inline-block;
	font-size: 9rem;
}

/*ポリシー txtBox*/
.policy .txtBox{
	width: 615px;
}

/*ポリシー 小見出し*/
.policy h4{
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/*ポリシー 本文*/
.policy .txt{
	margin: 10px 0 0 0;
}

/*部分全体*/
.parts{
	margin: 40px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 100px 0;
}

/*部分リスト*/
.parts li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

/*部分リスト 奇数*/
.parts li:nth-of-type(odd){
	flex-direction: row-reverse;
}

/*部分リスト txtBox*/
.parts li .txtBox{
	padding: 0 60px 0 0;
	width: 55%;
}

/*部分リスト txtBox 奇数*/
.parts li:nth-of-type(odd) .txtBox{
	padding: 0 0 0 60px;
}

/*部分リスト 見出し*/
.parts li h5{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/*部分リスト 見出し修飾*/
.parts li h5 span{
	display: block;
	padding: 0 15px;
	height: 30px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 26px;
	letter-spacing: 0;
	background: #baa082;
}

/*部分リスト 本文*/
.parts li .txt{
	margin: 15px 0 0 0;
}

/*部分リスト 写真*/
.parts li .photo{
	width: 45%;
}


/*==============================
レスポンシブ設定
==============================*/

/*1100px以下の場合*/
@media screen and (max-width:1100px){

	/*------------------------------
	コンセプト設定
	------------------------------*/

	/*コンセプト*/
	.concept{
		gap: 50px;
		margin: 60px 0 0 0;
		padding: 60px;
	}

	/*コンセプト リスト*/
	.concept > li{
		padding: 0 0 60px 0;
	}

	/*ポリシー*/
	.policy{
		justify-content: space-between;
		gap: 0;
	}

	/*ポリシー 見出し*/
	.policy h3{
		font-size: 7rem;
	}

	/*ポリシー txtBox*/
	.policy .txtBox{
		width: calc(100% - 200px);
	}

	/*ポリシー 小見出し*/
	.policy h4{
		font-size: 2.6rem;
	}

	/*ポリシー 本文*/
	.policy .txt{
		margin: 10px 0 0 0;
	}

	/*部分全体*/
	.parts{
		margin: 40px 0 0 0;
		gap: 30px 0;
	}

	/*部分リスト 見出し*/
	.parts li h5{
		gap: 20px;
		font-size: 2.6rem;
	}

	/*部分リスト 見出し修飾*/
	.parts li h5 span{
		padding: 0 10px;
		height: 26px;
		font-size: 1.6rem;
		line-height: 24px;
	}

	/*部分リスト 本文*/
	.parts li .txt{
		margin: 10px 0 0 0;
	}


}

/*960px以下の場合*/
@media screen and (max-width:960px){

	/*------------------------------
	コンセプト設定
	------------------------------*/

	/*コンセプト*/
	.concept{
		gap: 40px;
		margin: 40px 0 0 0;
		padding: 30px 40px;
	}

	/*コンセプト リスト*/
	.concept > li{
		padding: 0 0 50px 0;
	}

	/*部分全体*/
	.parts{
		margin: 30px 0 0 0;
		gap: 40px 0;
	}

	/*部分リスト txtBox*/
	.parts li .txtBox{
		padding: 0 30px 0 0;
		width: 50%;
	}

	/*部分リスト txtBox 奇数*/
	.parts li:nth-of-type(odd) .txtBox{
		padding: 0 0 0 30px;
	}

	/*部分リスト 見出し*/
	.parts li h5{
		flex-direction: column;
		justify-content: left;
		align-items: start;
		gap: 10px;
		line-height: 1;
	}

	/*部分リスト 見出し修飾*/
	.parts li h5 span{
		display: block;
		padding: 5px 10px;
		height: auto;
		font-size: 1.4rem;
		line-height: 1;
	}

	/*部分リスト 写真*/
	.parts li .photo{
		width: 50%;
	}

	/*部分リスト 写真*/
	.parts li .photo img{
		aspect-ratio:  4 / 3;
	}

}


/*768px以下の場合*/
@media screen and (max-width:768px){

	/*本文*/
	.txt{
		line-height: 1.8;
	}

	/*ロングライフ 説明*/
	#longlife .inner > .txt{
		margin: 20px 0 0 0;
		text-align: justify;
	}

	/*ポリシー 見出し*/
	.policy h3{
		font-size: 6rem;
		line-height: 1;
		text-align: left;

	}

	/*ポリシー txtBox*/
	.policy .txtBox{
		width: calc(100% - 160px);
	}

	/*部分リスト 写真*/
	.parts li .photo img{
		aspect-ratio:  1 / 1;
	}


}

/*600px以下の場合*/
@media screen and (max-width:600px){

	/*ロングライフ 見出し*/
	#longlife .inner h2 br{
		display: none;
	}

	/*コンセプト*/
	.concept{
		padding: 30px 20px;
	}

	/*ポリシー*/
	.policy{
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	/*ポリシー 見出し*/
	.policy h3{
		display: block;
	}

	/*ポリシー txtBox*/
	.policy .txtBox{
		width: 100%;
	}

	/*ポリシー 小見出し*/
	.policy h4{
		font-size: 2.2rem;
		text-align: left;
	}

	/*ポリシー 本文*/
	.policy .txt{
		text-align: justify;
	}

	/*部分リスト*/
	.parts li{
		gap: 20px;
		flex-direction: column-reverse;
		width: 100%;
	}

	/*部分リスト 奇数*/
	.parts li:nth-of-type(odd){
		flex-direction: column-reverse;
	}

	/*部分リスト txtBox*/
	.parts li .txtBox{
		padding: 0;
		width: 100%;
	}

	/*部分リスト txtBox 奇数*/
	.parts li:nth-of-type(odd) .txtBox{
		padding: 0;
	}

	/*部分リスト 写真*/
	.parts li .photo{
		width: 100%;
	}
	
	/*部分リスト 写真*/
	.parts li .photo img{
		aspect-ratio:  16 / 9;
	}


}

/*430px以下の場合*/
@media screen and (max-width:430px){

	/*ページビジュアル*/
	#pageVisual{
		background: url(../img/reform/longlife/bg_main_sp.webp) no-repeat center center / cover;
	}

	/*ロングライフ 見出し*/
	#longlife .inner h2{
		line-height: 1.6;
		text-align: justify;
	}

	/*ロングライフ 英語*/
	#longlife .inner h2::before{
		font-size: 1.2rem;
	}

	/*ロングライフ 説明*/
	#longlife .inner > .txt{
		margin: 20px 0 0 0;
	}

	/*------------------------------
	コンセプト設定
	------------------------------*/

	/*コンセプト*/
	.concept{
		gap: 30px;
		margin: 30px 0 0 0;
	}

	/*コンセプト リスト*/
	.concept > li{
		padding: 0 0 30px 0;
	}

	/*ポリシー 見出し*/
	.policy h3{
		font-size: 3.6rem;
		line-height: 1;
	}

	/*ポリシー*/
	.policy{
		gap: 10px;
	}

	/*ポリシー txtBox*/
	.policy .txtBox{
		margin: 0;
	}

	/*ポリシー 小見出し*/
	.policy h4{
		margin: 5px 0 0 0;
		font-size: 2rem;
	}

	/*部分リスト 見出し*/
	.parts li h5{
		font-size: 2.2rem;
		flex-direction: row;
		align-items: center;
	}

	/*部分リスト 見出し修飾*/
	.parts li h5 span{
		font-size: 1.2rem;
	}




}




































