@charset "utf-8";

.u-container {
	padding-bottom: 30px;
	background-color: #e9f2ef;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-text {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .1em;
}

.u-photo-caption {
	color: #fff;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

.u-note-text {
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 60px 0 0;
}

.u-note--bottom .u-inner {
	margin-top: 0;
	padding: 0;
}

.u-inner {
	padding: 40px;
}

.u-inner--bg-none {
	background: transparent;
}

.l-mv {
	text-align: center;
	margin-top: 0 !important;
	background: #e8f0ed;
	position: relative;
}

.u-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.u-flex img {
	width: 100%;
}

.u-mgt-normal {
	margin-top: 80px;
}

.l-section-subtitle {
	color: #472d2a;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.35;
	letter-spacing: .1em;
	margin: 0 0 1em;
}

.l-section-subtitle small {
	font-size: 1.3rem;
	padding: .25em 0 0;
	display: block;
}

.l-section-subtitle sup {
	font-size: 1.3rem;
	padding: .25em 0 0;
	display: inline-block;
}

.u-container {
	padding-bottom: 30px;
}

.u-text {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .1em;
}

.u-photo-caption {
	color: #fff;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

.u-note-text {
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 60px 0 0;
}

.u-note--bottom .u-inner {
	margin-top: 0;
	padding: 0;
}

.u-inner--bg-none {
	background: transparent;
}

.u-content > .u-inner {
	background-color: transparent;
}

.l-mv {
	text-align: center;
	margin-top: 0 !important;
	background: #e8f0ed;
	position: relative;
}

.c-page-title + .section {
	margin-bottom: -30px;
}

.l-zeh-menu {
	width: 760px;
	margin: 40px auto 0;
}

.l-zeh-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-zeh-menu ul li {
	width: 50%;
	padding: 0 1px;
}

.l-zeh-menu ul li a {
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0;
	text-decoration: none;
	padding: 1em 0;
	text-align: center;
	background: #9fa0a0;
	display: block;
}

.l-zeh-menu ul li a.on {
	background: #63998a;
	pointer-events: none;
}

.l-zeh-menu ul li a:hover {
	background: #63998a;
}

.l-solarpower-main-title {
	text-align: center;
}

.l-solarpower-main-title b {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 20px 0 0;
	display: block;
}

.l-solarpower-main .u-inner {
	padding: 100px 60px 60px;
	background: #fff;
}

.l-solarpower-about .u-inner {
	margin-top: 0;
	padding: 60px;
	background: #fff;
}

.l-solarpower-about h2 {
	text-align: center;
}

.l-solarpower-about h2 + p {
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: center;
	margin: 20px 0 0;
}

.l-solarpower-about-detail {
	width: calc(100% + 60px);
	margin: 60px -30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-solarpower-about-detail > div {
	text-align: center;
	width: calc(50% - 60px);
	margin: 0 30px;
	padding: 0 0 60px;
	border-radius: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #007260;
}

.l-solarpower-about-detail h3 {
	color: #007260;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 30px 0 0;
}

.l-solarpower-about-detail p {
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 20px 0 0;
}

.l-solarpower-about-detail figure {
	width: 55%;
	margin: 25px auto 0;
}

.l-solarpower-structure {
	background: #e1f2ec;
}

.l-solarpower-structure .u-inner {
	margin-top: 100px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}

.l-solarpower-structure h2 {
	text-align: center;
	margin: 30px 0 0;
}

.l-solarpower-structure-item {
	margin: 60px 0 0;
	padding: 40px 0 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.l-solarpower-structure-item:after {
	content: '';
	width: 170px;
	height: 40px;
	display: block;
	background: url("/yamatedai/_assets/img/house/solarpower/img_07.png") no-repeat center / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 200%);
	-ms-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
	z-index: 10;
}

.l-solarpower-structure-item .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-solarpower-structure-item .wrap > * {
	width: 50%;
}

.l-solarpower-structure-item .wrap > *:nth-child(1) {
	padding: 0 0 0 150px;
}

.l-solarpower-structure-item .wrap > *:nth-child(2) {
	padding: 0 30px 0 0;
}

.l-solarpower-structure-item .wrap > * p {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0;
	margin: .5em 0 0;
}

.l-solarpower-structure-item .wrap > * p + small {
	font-size: 1.2rem;
	margin: 20px 0 0;
	display: block;
}

.l-solarpower-structure-item b {
	color: #fff;
	font-size: 6rem;
	font-weight: 400;
	width: 90px;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #007260;
	border-radius: 10px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.l-solarpower-structure-item:nth-child(4) {
	padding: 0 80px 30px 150px;
}

.l-solarpower-structure-item:nth-child(4):after {
	display: none;
}

.l-solarpower-structure-item:nth-child(4) p {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0;
	padding: 40px 0 20px;
}

.l-solarpower-merit {
	margin-top: 80px;
}

.l-solarpower-merit .u-inner {
	padding: 30px 60px 60px;
	background: #fff;
}

.l-solarpower-merit h2 {
	text-align: center;
	margin: 30px 0 0;
}

.l-solarpower-merit-items {
	margin: 60px -25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-solarpower-merit-item {
	width: calc(100% / 3);
	padding: 0 25px;
}

.l-solarpower-merit-item h3 {
	color: #007260;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.l-solarpower-merit-item figure {
	margin: 20px 0 0;
}

.l-solarpower-merit-item h4 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	margin: 30px 0 0;
}

.l-solarpower-merit-item p {
	line-height: 1.75;
	margin: 20px 0 0;
}

div.notes .u-inner {
	padding-right: 0;
	padding-left: 0;
	background: transparent;
}

div.notes ul li {
	font-size: 1.1rem;
	line-height: 1.35;
	margin: .5em 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-igniture-solar-title {
	background-image: url(../../img/igniture-solar/mv_01.webp);
	background-size: cover;
	padding: 10%;
	margin-top: 65px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-shadow: black 1px 1px 10px, black -1px 1px 10px,
		black 1px -1px 10px, black -1px -1px 10px;
}


.l-zeh-menu ul li a {
	color: #000;
	background: #82c1ea;
	text-shadow: none;
}

.l-zeh-menu ul li a.on {
	background: #ffe800;
	pointer-events: none;
}

.l-main_content.u-inner {
	background-color: #fff;
	font-size: 1.1em;
	line-height: 1.8;
	letter-spacing: 0.02rem;
}

.l-title_igniture {
	font-size: 3rem;
	text-align: center;
	display: block;
	color: #0099b7;
	border-top: 1px solid #0099b7;
	border-bottom: 1px solid #0099b7;
	padding: 25px;
	margin-bottom: 40px;
}

.l-igniture-solar-merit-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
}

.l-igniture-solar-merit-item {
	width: 33.3%;
	padding-right: 30px;
}

.l-igniture-solar-merit-item p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-top: 10px;
}

.l-coloum_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -40px;
}

.l-coloum2 .l-coloum_items {
	width: 50%;
	padding-right: 40px;
}

.l-igniture-solar-about .l-coloum_container {
	padding: 0 9%;
}

.l-igniture-solar-about ul {
	list-style: none;
}

.l-igniture-solar-about ul li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 20px;

}

.l-igniture-solar-about ul li::before {
	content: '・ ';
}

.l-coloum_title {
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 10px;
}


.l-coloum_title span {
	position: relative;
	z-index: 1;
}

.l-coloum_title:after {
	content: "";
	position: absolute;
	background-color: #b2e0e9;
	width: 100%;
	height: 7px;
	bottom: 5px;
	left: 0;
}

.l-igniture-solar-about-detail {}

.l-igniture-solar-about-detail p {
	padding-bottom: 25px;
}

.l-igniture-solar-about-detail .l-coloum_container {
	margin-right: -100px;
}

.l-igniture-solar-about-detail .l-coloum2 .l-coloum_items {
	padding-right: 100px;
	position: relative;
}

.l-igniture-solar-about-detail .l-coloum2 .l-coloum_items:first-child {
	position: relative;
}

.l-igniture-solar-about-detail .l-coloum2 .l-coloum_items:first-child:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #b2e0e9;
	border-top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 23%;
	right: 5%;
}

.l-section_copy {
	font-size: 2rem;
	text-align: center;
	padding-top: 20px;
}
