@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */

/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.fVisual01 {
	background-image: url(../images/rn01/visual_bg01.jpg);
}
.fLead01 {
	background-color: #F1F1F1;
}
.fLead01_in{
    max-width: 1070px;
}
.fLead01 .fLead01_list ul {
    max-width: 1070px;
    flex-wrap:nowrap;
    gap: 40px;
}
.fLead01 .fLead01_list li{
	width: calc((100% - 80px) / 3);
}
#container .fHeading02 {
    letter-spacing: 0.05em;
}

.fLead01_bg2{
	background:#F1F1F1;
}

.fLead02 {
	padding: 0 20px;
	background-color: #827C76;
	color: #FFF;
}
.fLead02_in {
	max-width: 1024px;
	margin: 0 auto;
	padding: 65px 0 60px;
	text-align: center;
}
#container .fLead02 h2 {
	color: #FFF;
}
#container .fLead02 h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}
.fLead02 h3 {
	margin-bottom: 40px;
	font-size: clamp(23px, calc(15.245px + 0.816vw), 27px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.5em;
}
.fLead02 ul {
	font-size: 100%;
}
.fLead02 li {
	margin-bottom: 20px;
	font-size: clamp(16px, calc(8.245px + 0.816vw), 20px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.fLead02 li::before {
	content: "";
	width: 20px;
	height: 21px;
	margin-right: 10px;
	background: url(/jutaku/feature/common/images/icon_check02.png) left top 0.2em no-repeat;
	background-size: 100% auto;
	display: inline-block;
}
#container .fBtn01-rect a {
    border-radius: 5px;
    font-size: clamp(12px, calc(12.5px + 0.408vw), 16px);
    letter-spacing: 0;
}


/*大和ハウスの住宅は各種認定・制度の対象*/
.fTarget{
	padding: 80px 0 20px;
	background:#F1F1F1;
}
.fTarget_in{
		max-width:1024px;
		margin:0 auto;
}
.fTarget_lead{
	padding:10px 20px 0;
}
.fTarget_lead p {
    margin-bottom: 70px;
    font-size: 167%;
    line-height: 2.0;
    color: #333;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
}


/*制度に適合する住宅を選ぶメリット*/
.fMerit{
	padding: 70px 20px 10px;
}
.fItem .fItem_docs p.fHeading-ico span{
	display: inline-block;
	background:#827C76;
	color:#fff;
	border-radius: 5px;
	padding:2px 10px;
	margin-bottom:10px;
}
.fMerit figure span{
	display: block;
	margin-bottom:10px;
	font-size:130%;
	color:#000;
	font-weight:500;
}


/*大和ハウスの住宅が対象となる住まいに関する制度*/
.fSystem{
	background:#F1F1F1;
	padding: 70px 20px 10px;
}
.fSystem_lead{
	text-align: center;
}
.fSystem_lead p {
    margin-bottom: 70px;
    font-size: 167%;
    line-height: 2.0;
    color: #333;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
}





