@charset "UTF-8";

.pc_dis {
	display: block;
}
.sp_dis {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc_dis {
		display: none;
	}
	.sp_dis {
		display: block;
	}
}



/* -------------------------------------------------
   ヘッダー固定
------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
.main {
	padding: 180px 0 0;
}
.page-header {
	margin: 0;
}
@media (max-width: 751px) {
	.main {
		padding: 0;
	}
}

.anchor {
	margin-top: -160px;
	padding-top: 160px;
}
@media (max-width: 751px) {
	.anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
}



/* -------------------------------------------------
   Gナビ調整
------------------------------------------------- */
.header__menu-item:hover .header__submenu.pcnone {
	opacity: 0 !important;
}
@media (max-width: 751px) {
	.header__menu-item:hover .header__submenu.pcnone {
		opacity: 1 !important;
	}
}



/* -------------------------------------------------
   共通タブ
------------------------------------------------- */
.tab-solution {
	padding: 100px 0;
}
.tab-solution__inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-solution__inner ul li {
	background: #e7edf5;
	width: 24.5%;
	padding: 30px 0 45px;
	text-align: center;
	font-size: clamp(16px, 1.33vw, 24px);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
.tab-solution__inner ul li::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) rotate(135deg);
}
.tab-solution__inner ul li.act {
	background: linear-gradient(to top right, #97b2d4, #7398c4);
	color: #fff;
}
.tab-solution__inner ul li.act::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.tab-solution__inner ul li a {
	display: block;
}
@media (max-width: 751px) {
	.tab-solution {
		padding: 12vw 0;
	}
	.tab-solution__inner ul li {
		width: 48%;
		padding: 4% 0 8%;
		line-height: 1.3;
	}
	.tab-solution__inner ul li:nth-child(-n+2) {
		margin-bottom: 4%;
	}
	.tab-solution__inner ul li::after {
		bottom: 12px;
		width: 6px;
		height: 6px;
	}
}




/* -------------------------------------------------
   共通 cta
------------------------------------------------- */
.solar-cta {
	background: #ebf0f6;
	padding: 80px 0;
}
.solar-cta__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solar-cta__inner .block dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 47%;
}
.solar-cta__inner .block dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 47%;
}
.solar-cta__inner .block figure {
	width: 30%;
	margin-bottom: 20px;
}
.solar-cta__inner .block figure + div {
	width: 65%;
}
.solar-cta__inner .block figure + div h3 {
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
	color: #007eb1;
    font-size: clamp(20px, 1.6vw, 32px);
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}
.solar-cta__inner .block figure + div h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	background: #007eb1;
	width: 3px;
	height: 60px;
	transform: translateY(-50%) rotate(160deg);
}
.solar-cta__inner .block figure + div h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: #007eb1;
	width: 3px;
	height: 60px;
	transform: translateY(-50%) rotate(200deg);
}
.solar-cta__inner .block figure + div .text {
	margin-bottom: 20px;
	padding: 0 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.solar-cta__inner .block .btn {
	width: 100%;
}
.solar-cta__inner .block .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.solar-cta__inner .block .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.solar-cta {
		padding: 12vw 0;
	}
	.solar-cta__inner .block dt {
		width: 100%;
		margin-bottom: 10%;
	}
	.solar-cta__inner .block dd {
		width: 100%;
	}
	.solar-cta__inner .block figure {
		width: 40%;
		margin: 0 auto 5%;
	}
	.solar-cta__inner .block figure + div {
		width: 100%;
	}
	.solar-cta__inner .block figure + div h3 {
		margin-bottom: 4%;
		padding: 0;
	}
	.solar-cta__inner .block figure + div h3::before {
		left: 20px;
		height: 50px;
	}
	.solar-cta__inner .block figure + div h3::after {
		right: 20px;
		height: 50px;
	}
	.solar-cta__inner .block figure + div .text {
		margin-bottom: 4%;
		padding: 0;
	}
	.solar-cta__inner .block .btn a {
		padding: 7% 5%;
	}
	.solar-cta__inner .block .btn a::after {
		right: 20px;
	}
}



/* -------------------------------------------------
   共通 ご質問
------------------------------------------------- */
.solar-faq {
	padding: 90px 0 60px;
}
.solar-faq__inner {
	padding: 0 16.66vw;
}
.solar-faq__inner h2 {
	margin-bottom: 50px;
	text-align: center;
	color: #007eb1;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.solar-faq__inner .faq dl {
	background: #007eb1;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.solar-faq__inner .faq dl dt {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 22px;
	color: #fff;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	position: relative;
}
.solar-faq__inner .faq dl dt::before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 24px;
}
.solar-faq__inner .faq dl dt.q1::before {
	content: "Q1.";
}
.solar-faq__inner .faq dl dt.q2::before {
	content: "Q2.";
}
.solar-faq__inner .faq dl dt.q3::before {
	content: "Q3.";
}
.solar-faq__inner .faq dl dt.q4::before {
	content: "Q4.";
}
.solar-faq__inner .faq dl dt.q5::before {
	content: "Q5.";
}
.solar-faq__inner .faq dl dd {
	padding-left: 60px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
	position: relative;
}
.solar-faq__inner .faq dl dd::before {
	content: "A.";
	position: absolute;
	top: -1px;
	left: 10px;
	font-weight: 700;
}
@media (max-width: 751px) {
	.solar-faq {
		padding: 12vw 0 9vw;
	}
	.solar-faq__inner {
		padding: 0 5.33vw;
	}
	.solar-faq__inner h2 {
		margin-bottom: 8%;
		line-height: 1.5;
	}
	.solar-faq__inner .faq dl {
		margin-bottom: 5%;
		padding: 6% 5%;
	}
	.solar-faq__inner .faq dl dt {
		margin-bottom: 4%;
		padding-left: 35px;
		padding-bottom: 5%;
	}
	.solar-faq__inner .faq dl dt::before {
		top: 2px;
		font-size: 16px;
	}
	.solar-faq__inner .faq dl dd {
		padding-left: 35px;
	}
	.solar-faq__inner .faq dl dd::before {
		top: -1px;
		left: 5px;
	}
}



.solar-faq {
	padding: 100px 0 80px;
}
.solar-faq__inner {
	padding: 0 16.66vw;
}
.solar-faq__inner h2 {
	margin-bottom: 50px;
	text-align: center;
	color: #007eb1;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.solar-faq__inner h2.use {
	color: #009fb7;
}
.solar-faq__inner .faq dl {
	background: #007eb1;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.solar-faq__inner .faq.use dl {
	background: #009fb7;
}
.solar-faq__inner .faq dl dt {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 22px;
	color: #fff;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	position: relative;
}
.solar-faq__inner .faq dl dt::before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 24px;
}
.solar-faq__inner .faq dl dt.q1::before {
	content: "Q1.";
}
.solar-faq__inner .faq dl dt.q2::before {
	content: "Q2.";
}
.solar-faq__inner .faq dl dt.q3::before {
	content: "Q3.";
}
.solar-faq__inner .faq dl dt.q4::before {
	content: "Q4.";
}
.solar-faq__inner .faq dl dt.q5::before {
	content: "Q5.";
}
.solar-faq__inner .faq dl dd {
	padding-left: 60px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
	position: relative;
}
.solar-faq__inner .faq dl dd::before {
	content: "A.";
	position: absolute;
	top: -1px;
	left: 10px;
	font-weight: 700;
}
@media (max-width: 751px) {
	.solar-faq {
		padding: 12vw 0 9vw;
	}
	.solar-faq__inner {
		padding: 0 5.33vw;
	}
	.solar-faq__inner h2 {
		margin-bottom: 8%;
		line-height: 1.5;
	}
	.solar-faq__inner .faq dl {
		margin-bottom: 5%;
		padding: 6% 5%;
	}
	.solar-faq__inner .faq dl dt {
		margin-bottom: 4%;
		padding-left: 35px;
		padding-bottom: 5%;
	}
	.solar-faq__inner .faq dl dt::before {
		top: 2px;
		font-size: 16px;
	}
	.solar-faq__inner .faq dl dd {
		padding-left: 35px;
	}
	.solar-faq__inner .faq dl dd::before {
		top: -1px;
		left: 5px;
	}
}






/* -------------------------------------------------
   これから太陽光発電を設置したい方へ
------------------------------------------------- */
.page-header__title.start-solar .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.start-solar .page-header__title--ja {
	padding-top: 15px;
}

.start-solar-firstview__inner {
    position: relative;
    z-index: 2;
}
.start-solar-firstview__bg {
    position: relative;
}
.start-solar-firstview__bg::before {
	content: "";
	background: url("../img/start-solar/start-solar-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.start-solar-firstview {
		margin: 58px 0 0;
	}
	.start-solar-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.start-solar-firstview__bg::before {
		width: 1300rem;
    }
	.start-solar-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.start-solar-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .start-solar-firstview__bg {
        display: grid;
        align-items: end;
    }
	.start-solar-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.start-solar-firstview {
        margin: 20rem 0 0;
    }
	.start-solar-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .start-solar-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.start-solar-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}


.start-solar-sec01 {
	padding: 90px 0;
}
.start-solar-sec01__inner h2 {
    background: linear-gradient(to right, #ff934c 0, #fc686f 70%, #fc686f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom: 30px;
    color: transparent;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.start-solar-sec01__inner .text {
	margin-bottom: 50px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.8;
}
.start-solar-sec01__inner .btn {
	max-width: 450px;
	width: 100%;
}
.start-solar-sec01__inner .btn a {
	display: block;
	background: linear-gradient(to right, #ff934c 0, #fc686f 70%, #fc686f 100%);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.start-solar-sec01__inner .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.start-solar-sec01 {
		padding: 10vw 0;
	}
	.start-solar-sec01__inner h2 {
		margin-bottom: 5%;
		line-height: 1.4;
	}
	.start-solar-sec01__inner .text {
		margin-bottom: 6%;
	}
	.start-solar-sec01__inner .btn {
		width: 100%;
	}
	.start-solar-sec01__inner .btn a {
		padding: 7% 5%;
	}
	.start-solar-sec01__inner .btn a::after {
		right: 20px;
	}
}



.start-solar-sec02 {
	background: #fcfcf3;
	padding: 90px 0;
}
.start-solar-sec02__inner h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.start-solar-sec02__inner .read {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.start-solar-sec02__inner .knowledge {
	display: flex;
	flex-wrap: wrap;
}
.start-solar-sec02__inner .knowledge li {
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(199, 199, 199, 0.4));
	width: 26%;
	margin-right: 2%;
	padding: 40px 3%;
}
.start-solar-sec02__inner .knowledge li:nth-child(3n) {
	margin-right: 0;
}
.start-solar-sec02__inner .knowledge li:nth-child(-n+3) {
	margin-bottom: 30px;
}
.start-solar-sec02__inner .knowledge li h3 {
	margin-bottom: 15px;
	padding: 10px 0 10px 55px;
    font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
    line-height: 1.3;
	position: relative;
}
.start-solar-sec02__inner .knowledge li h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/start-solar/icon_sun.png") no-repeat center center / cover;
	width: 47px;
	height: 48px;
}
.start-solar-sec02__inner .knowledge li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.8;
}
@media (max-width: 751px) {
	.start-solar-sec02 {
		padding: 10vw 0;
	}
	.start-solar-sec02__inner h2 {
		margin-bottom: 6%;
	}
	.start-solar-sec02__inner .read {
		margin-bottom: 8%;
	}
	.start-solar-sec02__inner .knowledge li {
		width: 100%;
		margin: 0 0 5%;
		padding: 7% 5%;
	}
	.start-solar-sec02__inner .knowledge li:nth-child(3n) {
		margin: 0 0 5%;
	}
	.start-solar-sec02__inner .knowledge li:nth-child(-n+3) {
		margin: 0 0 5%;
	}
	.start-solar-sec02__inner .knowledge li:last-child {
		margin: 0;
	}
	.start-solar-sec02__inner .knowledge li h3 {
		margin-bottom: 2%;
		padding: 2px 0 2px 40px;
	}
	.start-solar-sec02__inner .knowledge li h3::before {
		width: 29px;
		height: 30px;
	}
}



.start-solar-sec03 {
	background: #ebf0f6;
	padding: 40px 0;
}
.start-solar-sec03__inner {
	max-width: 960px;
	margin: 0 auto;
}
.start-solar-sec03__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.start-solar-sec03__inner .block figure {
	order: 2;
	width: 30%;
}
.start-solar-sec03__inner .block figure + div {
	order: 1;
	width: 55%;
}
.start-solar-sec03__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.start-solar-sec03__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.start-solar-sec03__inner .block figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.start-solar-sec03__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.start-solar-sec03__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.start-solar-sec03 {
		padding: 8vw 0;
	}
	.start-solar-sec03__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.start-solar-sec03__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.start-solar-sec03__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.start-solar-sec03__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.start-solar-sec03__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.start-solar-sec03__inner .block figure + div .btn {
		width: 100%;
	}
	.start-solar-sec03__inner .block figure + div .btn a {
		padding: 7% 5%;
	}
	.start-solar-sec03__inner .block figure + div .btn a::after {
		right: 20px;
	}
}



.start-solar-sec04 {
	padding: 90px 0;
}
.start-solar-sec04__inner h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.start-solar-sec04__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.start-solar-sec04__inner .block figure {
	order: 2;
	width: 40%;
}
.start-solar-sec04__inner .block figure + div {
	order: 1;
	width: 55%;
}
.start-solar-sec04__inner .block figure + div h3 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.start-solar-sec04__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.start-solar-sec04 {
		padding: 12vw 0;
	}
	.start-solar-sec04__inner h2 {
		margin-bottom: 4%;
	}
	.start-solar-sec04__inner .block figure {
		width: 100%;
	}
	.start-solar-sec04__inner .block figure + div {
		width: 100%;
	}
	.start-solar-sec04__inner .block figure + div h3 {
		margin-bottom: 4%;
		line-height: 1.5;
	}
	.start-solar-sec04__inner .block figure + div .text {
		margin-bottom: 5%;
	}
}



.start-solar-sec06 {
	padding: 90px 0;
}
.start-solar-sec06__inner h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #007eb1;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.start-solar-sec06__inner h2 span {
	position: relative;
}
.start-solar-sec06__inner h2 span::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -150px;
	background: url("../img/start-solar/start-solar-image05.png") no-repeat center center / cover;
	width: 105px;
	height: 188px;
}
.start-solar-sec06__inner h2 span::after {
	content: "";
	position: absolute;
	top: -40px;
	right: -150px;
	background: url("../img/start-solar/start-solar-image06.png") no-repeat center center / cover;
	width: 116px;
	height: 188px;
}
.start-solar-sec06__inner .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.start-solar-sec06__inner .misunderstand {
	display: flex;
	flex-wrap: wrap;
}
.start-solar-sec06__inner .misunderstand li {
	background: #e2f4fb;
	width: 26%;
	margin-right: 2%;
	padding: 40px 3%;
}
.start-solar-sec06__inner .misunderstand li:nth-child(3n) {
	margin-right: 0;
}
.start-solar-sec06__inner .misunderstand li:nth-child(-n+3) {
	margin-bottom: 30px;
}
.start-solar-sec06__inner .misunderstand li:nth-child(4) {
	margin-left: 3%;
}
.start-solar-sec06__inner .misunderstand li:nth-child(n+4) {
	width: 40%;
}
.start-solar-sec06__inner .misunderstand li h3 {
	margin-bottom: 15px;
	color: #007eb1;
    font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
    line-height: 1.3;
}
.start-solar-sec06__inner .misunderstand li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.start-solar-sec06 {
		padding: 14vw 0 12vw;
	}
	.start-solar-sec06__inner h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.start-solar-sec06__inner h2 span::before {
		top: -30px;
		left: -30px;
		width: 45px;
		height: 80px;
	}
	.start-solar-sec06__inner h2 span::after {
		top: -30px;
		right: -80px;
		width: 49px;
		height: 80px;
	}
	.start-solar-sec06__inner .read {
		margin-bottom: 8%;
	}
	.start-solar-sec06__inner .misunderstand li {
		width: 100%;
		margin: 0 0 5%;
		padding: 5% 5%;
	}
	.start-solar-sec06__inner .misunderstand li:nth-child(3n) {
		margin: 0 0 5%;
	}
	.start-solar-sec06__inner .misunderstand li:nth-child(-n+3) {
		margin: 0 0 5%;
	}
	.start-solar-sec06__inner .misunderstand li:nth-child(4) {
		margin: 0 0 5%;
	}
	.start-solar-sec06__inner .misunderstand li:last-child {
		margin: 0;
	}
	.start-solar-sec06__inner .misunderstand li:nth-child(n+4) {
		width: 100%;
	}
	.start-solar-sec06__inner .misunderstand li h3 {
		margin-bottom: 3%;
	}
}



.start-solar-sec07 {
	background: #f6f6f6;
	padding: 90px 0;
}
.start-solar-sec07__inner h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #67ad66;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.start-solar-sec07__inner .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.start-solar-sec07__inner .checklist {
	display: flex;
	flex-wrap: wrap;
}
.start-solar-sec07__inner .checklist li {
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(223, 223, 223, 0.2));
	width: 26%;
	margin-right: 2%;
	padding: 60px 3% 40px;
}
.start-solar-sec07__inner .checklist li::before {
	content: "";
	position: absolute;
	top: -30px;
	right: 5px;
	background: url("../img/icon_check.png") no-repeat center center / cover;
	width: 76px;
	height: 86px;
}
.start-solar-sec07__inner .checklist li:nth-child(3n) {
	margin-right: 0;
}
.start-solar-sec07__inner .checklist li:nth-child(-n+6) {
	margin-bottom: 50px;
}
.start-solar-sec07__inner .checklist li h3 {
	margin-bottom: 15px;
    font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
    line-height: 1.6;
}
.start-solar-sec07__inner .checklist li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.start-solar-sec07 {
		padding: 12vw 0;
	}
	.start-solar-sec07__inner h2 {
		margin-bottom: 5%;
	}
	.start-solar-sec07__inner .read {
		margin-bottom: 12%;
	}
	.start-solar-sec07__inner .checklist li {
		width: 100%;
		margin: 0 0 10%;
		padding: 5% 5%;
	}
	.start-solar-sec07__inner .checklist li::before {
		top: -25px;
		right: 3px;
		width: 40px;
		height: 45px;
	}
	.start-solar-sec07__inner .checklist li:nth-child(3n) {
		margin: 0 0 10%;
	}
	.start-solar-sec07__inner .checklist li:nth-child(-n+6) {
		margin: 0 0 10%;
	}
	.start-solar-sec07__inner .checklist li:last-child {
		margin: 0;
	}
	.start-solar-sec07__inner .checklist li h3 {
		margin-bottom: 3%;
	}
}



.start-solar-sec09 {
	background: #ebf0f6;
	padding: 40px 0;
}
.start-solar-sec09__inner {
	max-width: 960px;
	margin: 0 auto;
}
.start-solar-sec09__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.start-solar-sec09__inner .block figure {
	order: 2;
	width: 28%;
}
.start-solar-sec09__inner .block figure + div {
	order: 1;
	width: 57%;
}
.start-solar-sec09__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.start-solar-sec09__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.start-solar-sec09__inner .block figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.start-solar-sec09__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.start-solar-sec09__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.start-solar-sec09 {
		padding: 8vw 0;
	}
	.start-solar-sec09__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.start-solar-sec09__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.start-solar-sec09__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.start-solar-sec09__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.start-solar-sec09__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.start-solar-sec09__inner .block figure + div .btn {
		width: 100%;
	}
	.start-solar-sec09__inner .block figure + div .btn a {
		padding: 7% 5%;
	}
	.start-solar-sec09__inner .block figure + div .btn a::after {
		right: 20px;
	}
}






/* -------------------------------------------------
   太陽光発電を既に設置している方
------------------------------------------------- */
.page-header__title.already-use-solar .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.already-use-solar .page-header__title--ja {
	padding-top: 15px;
}

.already-use-solar-firstview__inner {
    position: relative;
    z-index: 2;
}
.already-use-solar-firstview__bg {
    position: relative;
}
.already-use-solar-firstview__bg::before {
	content: "";
	background: url("../img/already-use-solar/already-use-solar-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.already-use-solar-firstview {
		margin: 58px 0 0;
	}
	.already-use-solar-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.already-use-solar-firstview__bg::before {
		width: 1300rem;
    }
	.already-use-solar-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.already-use-solar-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .already-use-solar-firstview__bg {
        display: grid;
        align-items: end;
    }
	.already-use-solar-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.already-use-solar-firstview {
        margin: 20rem 0 0;
    }
	.already-use-solar-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .already-use-solar-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.already-use-solar-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.already-use-solar-sec01 {
	padding: 90px 0;
}
.already-use-solar-sec01__inner h2 {
    background: linear-gradient(to right, #ff934c 0, #fc686f 70%, #fc686f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom: 30px;
    color: transparent;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
}
.already-use-solar-sec01__inner .text {
	margin-bottom: 50px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.8;
}
.already-use-solar-sec01__inner .btn {
	max-width: 450px;
	width: 100%;
}
.already-use-solar-sec01__inner .btn a {
	display: block;
	background: linear-gradient(to right, #ff934c 0, #fc686f 70%, #fc686f 100%);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.already-use-solar-sec01__inner .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.already-use-solar-sec01 {
		padding: 10vw 0;
	}
	.already-use-solar-sec01__inner h2 {
		margin-bottom: 5%;
		line-height: 1.4;
	}
	.already-use-solar-sec01__inner .text {
		margin-bottom: 6%;
	}
	.already-use-solar-sec01__inner .btn {
		width: 100%;
	}
	.already-use-solar-sec01__inner .btn a {
		padding: 7% 5%;
	}
	.already-use-solar-sec01__inner .btn a::after {
		right: 20px;
	}
}



.already-use-solar-sec02 {
	background: #f6f6f6;
	padding: 90px 0;
}
.already-use-solar-sec02 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}
.already-use-solar-sec02 .block .block-text {
	width: 50%;
}
.already-use-solar-sec02 .block .block-text h2 {
	margin-bottom: 40px;
	color: #67ad66;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.already-use-solar-sec02 .block .block-text .read {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.already-use-solar-sec02 .block .block-box {
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(223, 223, 223, 0.2));
	width: 45%;
}
.already-use-solar-sec02 .block .block-box figure {
	position: relative;
}
.already-use-solar-sec02 .block .block-box figure::after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: 5px;
	background: url("../img/icon_check.png") no-repeat center center / cover;
	width: 76px;
	height: 86px;
}
.already-use-solar-sec02 .block .block-box figure + div {
	padding: 30px 30px;
}
.already-use-solar-sec02 .block .block-box figure + div h3 {
	margin-bottom: 20px;
	font-size: clamp(18px, 1.25vw, 20px);
	font-weight: 700;
}
.already-use-solar-sec02 .block .block-box figure + div .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.already-use-solar-sec02 .importance {
	display: flex;
	flex-wrap: wrap;
}
.already-use-solar-sec02 .importance li {
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(223, 223, 223, 0.2));
	width: 32%;
	margin-right: 2%;
}
.already-use-solar-sec02 .importance li:nth-child(3n) {
	margin-right: 0;
}
.already-use-solar-sec02 .importance li:nth-child(-n+3) {
	margin-bottom: 35px;
}
.already-use-solar-sec02 .importance li figure {
	position: relative;
}
.already-use-solar-sec02 .importance li figure:after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: 5px;
	background: url("../img/icon_check.png") no-repeat center center / cover;
	width: 76px;
	height: 86px;
}
.already-use-solar-sec02 .importance li figure + div {
	padding: 30px 30px;
}
.already-use-solar-sec02 .importance li figure + div h3 {
	margin-bottom: 20px;
	font-size: clamp(18px, 1.25vw, 20px);
	font-weight: 700;
}
.already-use-solar-sec02 .importance li figure + div .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.already-use-solar-sec02 {
		padding: 12vw 0;
	}
	.already-use-solar-sec02 .block {
		margin-bottom: 5%;
	}
	.already-use-solar-sec02 .block .block-text {
		width: 100%;
		margin-bottom: 8%;
	}
	.already-use-solar-sec02 .block .block-text h2 {
		margin-bottom: 5%;
	}
	.already-use-solar-sec02 .block .block-box {
		width: 100%;
	}
	.already-use-solar-sec02 .block .block-box figure::after {
		bottom: -25px;
		right: 3px;
		width: 40px;
		height: 45px;
	}
	.already-use-solar-sec02 .block .block-box figure + div {
		padding: 5% 5%;
	}
	.already-use-solar-sec02 .block .block-box figure + div h3 {
		margin-bottom: 4%;
	}
	.already-use-solar-sec02 .importance li {
		width: 100%;
		margin: 0 0 8%;
	}
	.already-use-solar-sec02 .importance li:nth-child(3n) {
		margin: 0 0 8%;
	}
	.already-use-solar-sec02 .importance li:nth-child(-n+3) {
		margin: 0 0 8%;
	}
	.already-use-solar-sec02 .importance li:last-child {
		margin: 0;
	}
	.already-use-solar-sec02 .importance li figure::after {
		bottom: -25px;
		right: 3px;
		width: 40px;
		height: 45px;
	}
	.already-use-solar-sec02 .importance li figure + div {
		padding: 5% 5%;
	}
	.already-use-solar-sec02 .importance li figure + div h3 {
		margin-bottom: 4%;
	}
}



.already-use-solar-sec03 {
	padding: 90px 0;
}
.already-use-solar-sec03 h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.already-use-solar-sec03 h2 span {
	color: #000;
}
.already-use-solar-sec03 .fit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.already-use-solar-sec03 .fit li {
	border: 3px solid #7499c5;
	width: 25%;
	padding: 25px 3%;
}
.already-use-solar-sec03 .fit li h3 {
	margin-bottom: 30px;
	color: #7499c5;
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 700;
    line-height: 1.3;
}
.already-use-solar-sec03 .fit li figure {
	width: 80%;
	margin: 0 auto;
}
.already-use-solar-sec03 .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.already-use-solar-sec03 .text.mb {
	margin-bottom: 25px;
}
@media (max-width: 751px) {
	.already-use-solar-sec03 {
		padding: 12vw 0;
	}
	.already-use-solar-sec03 h2 {
		margin-bottom: 7%;
	}
	.already-use-solar-sec03 .fit {
		margin-bottom: 0;
	}
	.already-use-solar-sec03 .fit li {
		border: 3px solid #7499c5;
		width: 100%;
		margin-bottom: 8%;
		padding: 5% 5%;
	}
	.already-use-solar-sec03 .fit li h3 {
		margin-bottom: 4%;
	}
	.already-use-solar-sec03 .fit li figure {
		width: 50%;
	}
	.already-use-solar-sec03 .text.mb {
		margin-bottom: 6%;
	}
}



.already-use-solar-sec04 {
	background: #f6f6f6;
	padding: 90px 0 60px;
}
.already-use-solar-sec04 h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.already-use-solar-sec04 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.already-use-solar-sec04 .block figure {
	width: 47.5%;
}
.already-use-solar-sec04 .block figure + div {
	width: 47.5%;
}
.already-use-solar-sec04 .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.already-use-solar-sec04 {
		padding: 12vw 0 4vw;
	}
	.already-use-solar-sec04 h2 {
		margin-bottom: 5%;
	}
	.already-use-solar-sec04 .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.already-use-solar-sec04 .block figure + div {
		width: 100%;
	}
	.already-use-solar-sec04 .block figure + div .text {
		margin-bottom: 5%;
	}
}



.already-use-solar-sec05 {
	padding: 50px 0 90px;
}
.already-use-solar-sec05 .upgrade {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.already-use-solar-sec05 .upgrade li {
	border-bottom: 1.5px dotted #999;
	width: 47.5%;
	padding: 30px 0;
}
.already-use-solar-sec05 .upgrade li h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
}
.already-use-solar-sec05 .upgrade li .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.already-use-solar-sec05 .upgrade li .block figure {
	width: 35%;
}
.already-use-solar-sec05 .upgrade li .block .text {
	width: 60%;
	padding-top: 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.already-use-solar-sec05 .upgrade li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none;
}
.already-use-solar-sec05 .upgrade li:last-child h4 {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 2.0;
}
@media (max-width: 751px) {
	.already-use-solar-sec05 {
		padding: 6vw 0 12vw;
	}
	.already-use-solar-sec05 .upgrade li {
		width: 100%;
		padding: 5% 0;
	}
	.already-use-solar-sec05 .upgrade li h3 {
		margin-bottom: 3%;
		line-height: 1.5;
	}
	.already-use-solar-sec05 .upgrade li .block figure {
		width: 30%;
	}
	.already-use-solar-sec05 .upgrade li .block .text {
		width: 65%;
		padding-top: 0;
	}
}









/* -------------------------------------------------
   エネルギーを創る
------------------------------------------------- */
.page-header__title.make-energy .page-header__title--ja {
	padding-top: 20px;
}

.make-energy-firstview__inner {
    position: relative;
    z-index: 2;
}
.make-energy-firstview__bg {
    position: relative;
}
.make-energy-firstview__bg::before {
	content: "";
	background: url("../img/make-energy/make-energy-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.make-energy-firstview {
		margin: 58px 0 0;
	}
	.make-energy-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.make-energy-firstview__bg::before {
		width: 1300rem;
    }
	.make-energy-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.make-energy-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .make-energy-firstview__bg {
        display: grid;
        align-items: end;
    }
	.make-energy-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.make-energy .page-header__title--ja {
		padding-top: 15px;
	}
	.make-energy-firstview {
        margin: 20rem 0 0;
    }
	.make-energy-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .make-energy-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.make-energy-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.make-energy-sec01 {
	background: url("../img/make-energy/make-energy-image01.jpg") no-repeat left center;
	background-size: 48% auto;
	min-height: 526px;
	margin: 0 0 90px;
}
.make-energy-sec01 .block {
	width: 48%;
	margin-left: 52%;
}
.make-energy-sec01 .block h2 {
	margin-bottom: 30px;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-sec01 .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.make-energy-sec01 {
		background: none;
		margin: 0 0 12vw;
	}
	.make-energy-sec01 .block {
		width: 100%;
		margin: 0;
	}
	.make-energy-sec01 .block h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.make-energy-sec01 .block .text {
		margin-bottom: 5%;
	}
}



.make-energy-sec02 {
	padding: 0 0 90px;
}
.make-energy-sec02__inner .box {
	background: #e7edf5;
	padding: 80px 60px;
}
.make-energy-sec02__inner .box h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-sec02__inner .box .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-sec02__inner .box .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.make-energy-sec02__inner .box .block figure {
	width: 48%;
}
.make-energy-sec02__inner .box .block figure + div {
	width: 48%;
}
.make-energy-sec02__inner .box .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-sec02__inner .box .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(133, 165, 204, 0.2));
	margin: 0 3.33vw;
}
.make-energy-sec02__inner .box .bnr figure {
	width: 38%;
	position: relative;
}
.make-energy-sec02__inner .box .bnr figure::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 100%);
	width: 80px;
	height: 100%;
}
.make-energy-sec02__inner .box .bnr figure img {
	vertical-align: bottom;
}
.make-energy-sec02__inner .box .bnr figure + div {
	width: 59%;
}
.make-energy-sec02__inner .box .bnr figure + div h3 {
	margin-bottom: 15px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.make-energy-sec02__inner .box .bnr figure + div .text {
	width: 90%;
	margin-bottom: 15px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-sec02__inner .box .bnr figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.make-energy-sec02__inner .box .bnr figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 20px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.make-energy-sec02__inner .box .bnr figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.make-energy-sec02 {
		padding: 0 0 12vw;
	}
	.make-energy-sec02__inner .box {
		padding: 7% 5%;
	}
	.make-energy-sec02__inner .box h2 {
		margin-bottom: 2%;
	}
	.make-energy-sec02__inner .box .read {
		margin-bottom: 8%;
	}
	.make-energy-sec02__inner .box .block {
		margin-bottom: 8%;
	}
	.make-energy-sec02__inner .box .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.make-energy-sec02__inner .box .block figure + div {
		width: 100%;
	}
	.make-energy-sec02__inner .box .block figure + div .text {
		margin-bottom: 5%;
	}
	.make-energy-sec02__inner .box .bnr {
		margin: 0;
	}
	.make-energy-sec02__inner .box .bnr figure {
		width: 100%;
	}
	.make-energy-sec02__inner .box .bnr figure::after {
		top: auto;
		bottom: 0;
		right: 0;
		background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 100%);
		width: 100%;
		height: 40px;
	}
	.make-energy-sec02__inner .box .bnr figure + div {
		width: 100%;
		padding: 5% 5%;
	}
	.make-energy-sec02__inner .box .bnr figure + div h3 {
		margin-bottom: 4%;
	}
	.make-energy-sec02__inner .box .bnr figure + div .text {
		width: 100%;
		margin-bottom: 5%;
	}
	.make-energy-sec02__inner .box .bnr figure + div .btn {
		width: 100%;
	}
	.make-energy-sec02__inner .box .bnr figure + div .btn a {
		padding: 7% 5%;
	}
	.make-energy-sec02__inner .box .bnr figure + div .btn a::after {
		right: 20px;
	}
}






/* -------------------------------------------------
   エネルギーを創る - 太陽光発電システム
------------------------------------------------- */
.page-header__title.make-energy-solar .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.make-energy-solar .page-header__title--ja {
	padding-top: 20px;
}

.make-energy-solar-firstview__inner {
    position: relative;
    z-index: 2;
}
.make-energy-solar-firstview__bg {
    position: relative;
}
.make-energy-solar-firstview__bg::before {
	content: "";
	background: url("../img/make-energy/make-energy-solar-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.make-energy-solar-firstview {
		margin: 58px 0 0;
	}
	.make-energy-solar-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.make-energy-solar-firstview__bg::before {
		width: 1300rem;
    }
	.make-energy-solar-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.make-energy-solar-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .make-energy-solar-firstview__bg {
        display: grid;
        align-items: end;
    }
	.make-energy-solar-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.make-energy-solar .page-header__title--ja {
		padding-top: 15px;
	}
	.make-energy-solar-firstview {
        margin: 20rem 0 0;
    }
	.make-energy-solar-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .make-energy-solar-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.make-energy-solar-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.make-energy-solar-sec01 {
	padding: 90px 0;
}
.make-energy-solar-sec01__inner h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-solar-sec01__inner .read {
	margin-bottom: 50px;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.9;
}
.make-energy-solar-sec01__inner .read > span {
	background: url("../img/bg_stripe.png") repeat-x left bottom;
}
.make-energy-solar-sec01__inner .read > span span {
	padding-top: .2em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.0em .3em;
	background-image: -webkit-radial-gradient(.12em .12em at center center,#009e96,#009e96 100%,transparent);
	background-image: radial-gradient(.12em .12em at center center,#009e96,#009e96 100%,transparent);
	color: #009e96;
	font-size: clamp(28px, 2.8vw, 42px);
}
.make-energy-solar-sec01__inner .box {
	background: #f6f6f6;
	margin-bottom: 70px;
	padding: 50px 13.33vw;
}
.make-energy-solar-sec01__inner .about-power li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.make-energy-solar-sec01__inner .about-power li:last-child {
	margin-bottom: 90px;
}
.make-energy-solar-sec01__inner .about-power li figure {
	width: 52%;
}
.make-energy-solar-sec01__inner .about-power li figure + div {
	width: 44%;
}
.make-energy-solar-sec01__inner .about-power li:nth-child(even) figure {
	order: 2;
}
.make-energy-solar-sec01__inner .about-power li:nth-child(even) figure + div {
	order: 1;
}
.make-energy-solar-sec01__inner .about-power li.half figure {
	width: 44%;
}
.make-energy-solar-sec01__inner .about-power li.half figure + div {
	width: 52%;
}
.make-energy-solar-sec01__inner .about-power li figure + div h3 {
	margin-bottom: 30px;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.make-energy-solar-sec01__inner .about-power li figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-solar-sec01__inner .about-power li figure + div .text-s {
	margin-bottom: 30px;
	font-size: clamp(12px, 1.0vw, 14px);
	line-height: 1.8;
}
.make-energy-solar-sec01__inner .about-power figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.make-energy-solar-sec01__inner .about-power figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.make-energy-solar-sec01__inner .about-power figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
.make-energy-solar-sec01__inner .bnr a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #7499c5;
}
.make-energy-solar-sec01__inner .bnr a figure {
	width: 50%;
}
.make-energy-solar-sec01__inner .bnr a figure + div {
	width: 44%;
	padding: 30px 3%;
}
.make-energy-solar-sec01__inner .bnr a figure + div h3 {
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(28px, 2.0vw, 42px);
	font-weight: 700;
	line-height: 1.0;
}
.make-energy-solar-sec01__inner .bnr a figure + div h3 span {
	padding-right: 50px;
	position: relative;
}
.make-energy-solar-sec01__inner .bnr a figure + div h3 span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: url("../img/make-energy/icon_arrow_works.png") no-repeat center center / cover;
	width: 35px;
	height: 35px;
	margin-top: 2px;
	transform: translateY(-50%);
}
.make-energy-solar-sec01__inner .bnr a figure + div h4 {
	margin-bottom: 15px;
	color: #fff;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.make-energy-solar-sec01__inner .bnr a figure + div .text {
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.make-energy-solar-sec01 {
		padding: 12vw 0;
	}
	.make-energy-solar-sec01__inner h2 {
		margin-bottom: 5%;
	}
	.make-energy-solar-sec01__inner .read {
		margin-bottom: 8%;
		line-height: 1.8;
	}
	.make-energy-solar-sec01__inner .box {
		margin-bottom: 10%;
		padding: 5% 3%;
	}
	.make-energy-solar-sec01__inner .about-power li {
		margin-bottom: 8%;
	}
	.make-energy-solar-sec01__inner .about-power li:last-child {
		margin-bottom: 8%;
	}
	.make-energy-solar-sec01__inner .about-power li figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.make-energy-solar-sec01__inner .about-power li figure + div {
		width: 100%;
	}
	.make-energy-solar-sec01__inner .about-power li:nth-child(even) figure {
		order: 1;
	}
	.make-energy-solar-sec01__inner .about-power li:nth-child(even) figure + div {
		order: 2;
	}
	.make-energy-solar-sec01__inner .about-power li.half figure {
		width: 100%;
	}
	.make-energy-solar-sec01__inner .about-power li.half figure + div {
		width: 100%;
	}
	.make-energy-solar-sec01__inner .about-power li figure + div h3 {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec01__inner .about-power li figure + div .text {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec01__inner .about-power li figure + div .text-s {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec01__inner .about-power figure + div .btn {
		max-width: 100%;
	}
	.make-energy-solar-sec01__inner .about-power figure + div .btn a {
		padding: 7% 5%;
	}
	.make-energy-solar-sec01__inner .about-power figure + div .btn a::after {
		right: 20px;
	}
	.make-energy-solar-sec01__inner .bnr a figure {
		width: 100%;
	}
	.make-energy-solar-sec01__inner .bnr a figure + div {
		width: 90%;
		padding: 5% 5%;
	}
	.make-energy-solar-sec01__inner .bnr a figure + div h3 {
		margin-bottom: 5%;
	}
	.make-energy-solar-sec01__inner .bnr a figure + div h3 span {
		padding-right: 40px;
	}
	.make-energy-solar-sec01__inner .bnr a figure + div h3 span::after{
		width: 25px;
		height: 25px;
		margin-top: 2px;
	}
	.make-energy-solar-sec01__inner .bnr a figure + div h4 {
		margin-bottom: 4%;
		line-height: 1.5;
	}
}



.make-energy-solar-sec02 {
	background: #f6f6f6;
	margin-bottom: 90px;
	padding: 90px 0;
}
.make-energy-solar-sec02__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #4e8edc;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-solar-sec02__inner .flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.make-energy-solar-sec02__inner .flow li {
	display: flex;
    flex-direction: column;
	background: #fff;
	width: 31%;
	position: relative;
}
.make-energy-solar-sec02__inner .flow li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -40px;
    background: url("../img/make-energy/icon_arrow_flow.png") no-repeat center center / cover;
	width: 46px;
    height: 22px;
    transform: translateY(-50%);
}
.make-energy-solar-sec02__inner .flow li:nth-child(3n)::after {
	display: none;
}
.make-energy-solar-sec02__inner .flow li:nth-child(-n+3) {
	margin-bottom: 40px;
}
.make-energy-solar-sec02__inner .flow li div {
	padding: 30px 5% 10px;
}
.make-energy-solar-sec02__inner .flow li div .step {
	margin-bottom: 20px;
	text-align: center;
	color: #4e8edc;
	font-size: clamp(30px, 3.33vw, 46px);
	font-weight: 700;
	font-style: italic;
}
.make-energy-solar-sec02__inner .flow li div h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.make-energy-solar-sec02__inner .flow li div .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-solar-sec02__inner .flow li figure {
	margin-top: auto;
}
.make-energy-solar-sec02__inner .flow li figure img {
	vertical-align: bottom;
}
.make-energy-solar-sec02__inner .text-b {
	text-align: center;
	color: #4e8edc;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 751px) {
	.make-energy-solar-sec02 {
		margin-bottom: 12vw;
		padding: 10vw 0;
	}
	.make-energy-solar-sec02__inner h2 {
		margin-bottom: 6%;
	}
	.make-energy-solar-sec02__inner .flow {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec02__inner .flow li {
		width: 100%;
		margin-bottom: 8%;
	}
	.make-energy-solar-sec02__inner .flow li::after {
		top: 102%;
		left: 50%;
		right: auto;
		width: 30px;
		height: 14px;
		transform: translateY(0) translateX(-50%) rotate(90deg);
	}
	.make-energy-solar-sec02__inner .flow li:nth-child(3n)::after {
		display: block;
	}
	.make-energy-solar-sec02__inner .flow li:last-child::after {
		display: none;
	}
	.make-energy-solar-sec02__inner .flow li:nth-child(-n+3) {
		margin-bottom: 8%;
	}
	.make-energy-solar-sec02__inner .flow li div {
		padding: 7% 5% 3%;
	}
	.make-energy-solar-sec02__inner .flow li div .step {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec02__inner .flow li div h3 {
		margin-bottom: 4%;
	}
	.make-energy-solar-sec02__inner .text-b {
		text-align: left;
	}
}









/* -------------------------------------------------
   エネルギーを創る - 太陽光発電システム - クラウドHEMS
------------------------------------------------- */
.page-header__title.make-energy-hems .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.make-energy-hems .page-header__title--ja {
	padding-top: 20px;
}

.make-energy-hems-firstview__inner {
    position: relative;
    z-index: 2;
}
.make-energy-hems-firstview__bg {
    position: relative;
}
.make-energy-hems-firstview__bg::before {
	content: "";
	background: url("../img/make-energy/make-energy-hems-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.make-energy-hems-firstview {
		margin: 58px 0 0;
	}
	.make-energy-hems-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.make-energy-hems-firstview__bg::before {
		width: 1300rem;
    }
	.make-energy-hems-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.make-energy-hems-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .make-energy-hems-firstview__bg {
        display: grid;
        align-items: end;
    }
	.make-energy-hems-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.make-energy-hems .page-header__title--ja {
		padding-top: 15px;
	}
	.make-energy-hems-firstview {
        margin: 20rem 0 0;
    }
	.make-energy-hems-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .make-energy-hems-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.make-energy-hems-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.make-energy-hems-sec01 {
	padding: 90px 0;
}
.make-energy-hems-sec01__inner h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-hems-sec01__inner .read {
	margin-bottom: 50px;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.9;
}
.make-energy-hems-sec01__inner .read > span {
	background: url("../img/bg_stripe.png") repeat-x left bottom;
}
.make-energy-hems-sec01__inner .read > span span {
	padding-top: .2em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.0em .3em;
	background-image: -webkit-radial-gradient(.12em .12em at center center,#009e96,#009e96 100%,transparent);
	background-image: radial-gradient(.12em .12em at center center,#009e96,#009e96 100%,transparent);
	color: #009e96;
	font-size: clamp(28px, 2.8vw, 42px);
}
.make-energy-hems-sec01__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.make-energy-hems-sec01__inner .block figure {
	width: 50%;
}
.make-energy-hems-sec01__inner .block figure + div {
	width: 45%;
}
.make-energy-hems-sec01__inner .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 750px) {
	.make-energy-hems-sec01 {
		padding: 12vw 0;
	}
	.make-energy-hems-sec01__inner h2 {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec01__inner .read {
		margin-bottom: 8%;
		line-height: 1.8;
	}
	.make-energy-hems-sec01__inner .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.make-energy-hems-sec01__inner .block figure + div {
		width: 100%;
	}
	.make-energy-hems-sec01__inner .block figure + div .text {
		margin-bottom: 4%;
	}
}



.make-energy-hems-sec02 {
	padding: 0 0 90px;
}
.make-energy-hems-sec02__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-hems-sec02__inner .features {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.make-energy-hems-sec02__inner .features li {
	width: 31%;
	margin-right: 3.5%;
}
.make-energy-hems-sec02__inner .features li:nth-child(-n+3) {
	margin-bottom: 50px;
}
.make-energy-hems-sec02__inner .features li:nth-child(3) {
	margin-right: 0;
}
.make-energy-hems-sec02__inner .features li:nth-child(4) {
	margin-left: 17.25%;
}
.make-energy-hems-sec02__inner .features li:nth-child(5) {
	margin-right: 0;
}
.make-energy-hems-sec02__inner .features li figure {
	margin-bottom: 20px;
}
.make-energy-hems-sec02__inner .features li h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.make-energy-hems-sec02__inner .features li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-hems-sec02__inner .function {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.make-energy-hems-sec02__inner .function li {
	display: flex;
    flex-direction: column;
	background: #f0f8fc;
	margin-bottom: 40px;
	padding: 50px 3%;
}
.make-energy-hems-sec02__inner .function li:first-child {
	width: 94%;
}
.make-energy-hems-sec02__inner .function li:nth-child(2) {
	width: 42.5%;
}
.make-energy-hems-sec02__inner .function li:nth-child(3) {
	width: 42.5%;
}
.make-energy-hems-sec02__inner .function li:nth-child(4) {
	width: 94%;
}
.make-energy-hems-sec02__inner .function li:nth-child(5) {
	width: 42.5%;
	margin-bottom: 0;
}
.make-energy-hems-sec02__inner .function li:nth-child(6) {
	width: 42.5%;
	margin-bottom: 0;
}
.make-energy-hems-sec02__inner .function li h3 {
	margin-bottom: 20px;
	color: #007eb1;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.make-energy-hems-sec02__inner .function li .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-hems-sec02__inner .function li figure {
	margin-top: auto;
}
.make-energy-hems-sec02__inner .function li figure.w98 {
	width: 98%;
	margin: 20px auto 0;
}
@media (max-width: 750px) {
	.make-energy-hems-sec02 {
		padding: 0 0 12vw;
	}
	.make-energy-hems-sec02__inner h2 {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec02__inner .features {
		margin-bottom: 12vw;
		justify-content: space-between;
	}
	.make-energy-hems-sec02__inner .features li {
		width: 48%;
		margin: 0 0 8%;
	}
	.make-energy-hems-sec02__inner .features li:nth-child(odd) {
		margin: 0 0 8%;
	}
	.make-energy-hems-sec02__inner .features li:nth-child(-n+3) {
		margin: 0 0 8%;
	}
	.make-energy-hems-sec02__inner .features li:nth-child(3) {
		margin: 0 0 8%;
	}
	.make-energy-hems-sec02__inner .features li:nth-child(4) {
		margin: 0 0 8%;
	}
	.make-energy-hems-sec02__inner .features li:nth-child(5) {
		margin: 0;
	}
	.make-energy-hems-sec02__inner .features li figure {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec02__inner .features li h3 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.make-energy-hems-sec02__inner .function li {
		margin-bottom: 5%;
		padding: 7% 5%;
	}
	.make-energy-hems-sec02__inner .function li:first-child {
		width: 100%;
	}
	.make-energy-hems-sec02__inner .function li:nth-child(2) {
		width: 100%;
	}
	.make-energy-hems-sec02__inner .function li:nth-child(3) {
		width: 100%;
	}
	.make-energy-hems-sec02__inner .function li:nth-child(4) {
		width: 100%;
	}
	.make-energy-hems-sec02__inner .function li:nth-child(5) {
		width: 100%;
		margin-bottom: 5%;
	}
	.make-energy-hems-sec02__inner .function li:nth-child(6) {
		width: 100%;
	}
	.make-energy-hems-sec02__inner .function li h3 {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec02__inner .function li .text {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec02__inner .function li figure.w98 {
		width: 100%;
		margin: 4% auto 0;
	}
}



.make-energy-hems-sec03 {
	background: #f6f6f6;
	padding: 90px 0;
}
.make-energy-hems-sec03__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #a7c93e;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.make-energy-hems-sec03__inner .merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.make-energy-hems-sec03__inner .merit li {
	background: #fff;
	width: 38%;
	padding: 30px 5% 40px;
}
.make-energy-hems-sec03__inner .merit li:nth-child(-n+2) {
	margin-bottom: 50px;
}
.make-energy-hems-sec03__inner .merit li .icon {
	width: 80px;
	margin: 0 auto 20px;
}
.make-energy-hems-sec03__inner .merit li h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.make-energy-hems-sec03__inner .merit li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 750px) {
	.make-energy-hems-sec03 {
		padding: 12vw 0;
	}
	.make-energy-hems-sec03__inner h2 {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec03__inner .merit li {
		width: 100%;
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.make-energy-hems-sec03__inner .merit li:nth-child(-n+2) {
		margin-bottom: 8%;
	}
	.make-energy-hems-sec03__inner .merit li:last-child{
		margin-bottom: 0;
	}
	.make-energy-hems-sec03__inner .merit li .icon {
		width: 20%;
		margin: 0 auto 4%;
	}
	.make-energy-hems-sec03__inner .merit li h3 {
		margin-bottom: 20px;
		text-align: center;
		font-size: clamp(20px, 1.2vw, 24px);
		font-weight: 700;
	}
	.make-energy-hems-sec03__inner .merit li .text {
		font-size: clamp(16px, 1.25vw, 18px);
		line-height: 1.7;
	}
}



.make-energy-hems-sec04 {
	background: #ebf0f6;
	margin-bottom: 90px;
	padding: 40px 0;
}
.make-energy-hems-sec04__inner {
	max-width: 960px;
	margin: 0 auto;
}
.make-energy-hems-sec04__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.make-energy-hems-sec04__inner .block figure {
	order: 2;
	width: 28%;
}
.make-energy-hems-sec04__inner .block figure + div {
	order: 1;
	width: 57%;
}
.make-energy-hems-sec04__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.make-energy-hems-sec04__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.make-energy-hems-sec04__inner .block figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.make-energy-hems-sec04__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.make-energy-hems-sec04__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.make-energy-hems-sec04 {
		margin-bottom: 12vw;
		padding: 8vw 0;
	}
	.make-energy-hems-sec04__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.make-energy-hems-sec04__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.make-energy-hems-sec04__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.make-energy-hems-sec04__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.make-energy-hems-sec04__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.make-energy-hems-sec04__inner .block figure + div .btn {
		width: 100%;
	}
	.make-energy-hems-sec04__inner .block figure + div .btn a {
		padding: 7% 5%;
	}
	.make-energy-hems-sec04__inner .block figure + div .btn a::after {
		right: 20px;
	}
}








/* -------------------------------------------------
   エネルギーを貯める
------------------------------------------------- */
.page-header__title.save-energy .page-header__title--ja {
	padding-top: 20px;
}

.save-energy-firstview__inner {
    position: relative;
    z-index: 2;
}
.save-energy-firstview__bg {
    position: relative;
}
.save-energy-firstview__bg::before {
	content: "";
	background: url("../img/save-energy/save-energy-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.save-energy-firstview {
		margin: 58px 0 0;
	}
	.save-energy-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.save-energy-firstview__bg::before {
		width: 1300rem;
    }
	.save-energy-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.save-energy-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .save-energy-firstview__bg {
        display: grid;
        align-items: end;
    }
	.save-energy-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.save-energy .page-header__title--ja {
		padding-top: 15px;
	}
	.save-energy-firstview {
        margin: 20rem 0 0;
    }
	.save-energy-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .save-energy-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.save-energy-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.save-energy-sec01 {
	background: url("../img/save-energy/save-energy-image01.jpg") no-repeat left center;
	background-size: 48% auto;
	min-height: 540px;
	margin: 0 0 90px;
}
.save-energy-sec01 .block {
	width: 48%;
	margin-left: 52%;
}
.save-energy-sec01 .block h2 {
	margin-bottom: 30px;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.save-energy-sec01 .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.save-energy-sec01 {
		background: none;
		margin: 0 0 12vw;
	}
	.save-energy-sec01 .block {
		width: 100%;
		margin: 0;
	}
	.save-energy-sec01 .block h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.save-energy-sec01 .block .text {
		margin-bottom: 5%;
	}
}



.save-energy-sec02 {
	padding: 0 0 90px;
}
.save-energy-sec02__inner .box {
	background: #e7edf5;
	padding: 80px 60px;
}
.save-energy-sec02__inner .box h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.save-energy-sec02__inner .box .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.save-energy-sec02__inner .box .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.save-energy-sec02__inner .box .block figure {
	width: 48%;
}
.save-energy-sec02__inner .box .block figure + div {
	width: 48%;
}
.save-energy-sec02__inner .box .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.save-energy-sec02__inner .box .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(133, 165, 204, 0.2));
	margin: 0 3.33vw;
}
.save-energy-sec02__inner .box .bnr figure {
	width: 38%;
	position: relative;
}
.save-energy-sec02__inner .box .bnr figure::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 100%);
	width: 80px;
	height: 100%;
}
.save-energy-sec02__inner .box .bnr figure img {
	vertical-align: bottom;
}
.save-energy-sec02__inner .box .bnr figure + div {
	width: 59%;
}
.save-energy-sec02__inner .box .bnr figure + div h3 {
	margin-bottom: 15px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.save-energy-sec02__inner .box .bnr figure + div .text {
	width: 90%;
	margin-bottom: 15px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.save-energy-sec02__inner .box .bnr figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.save-energy-sec02__inner .box .bnr figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 20px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.save-energy-sec02__inner .box .bnr figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.save-energy-sec02 {
		padding: 0 0 12vw;
	}
	.save-energy-sec02__inner .box {
		padding: 7% 5%;
	}
	.save-energy-sec02__inner .box h2 {
		margin-bottom: 2%;
	}
	.save-energy-sec02__inner .box .read {
		margin-bottom: 8%;
	}
	.save-energy-sec02__inner .box .block {
		margin-bottom: 8%;
	}
	.save-energy-sec02__inner .box .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.save-energy-sec02__inner .box .block figure + div {
		width: 100%;
	}
	.save-energy-sec02__inner .box .block figure + div .text {
		margin-bottom: 5%;
	}
	.save-energy-sec02__inner .box .bnr {
		margin: 0;
	}
	.save-energy-sec02__inner .box .bnr figure {
		width: 100%;
	}
	.save-energy-sec02__inner .box .bnr figure::after {
		top: auto;
		bottom: 0;
		right: 0;
		background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 100%);
		width: 100%;
		height: 40px;
	}
	.save-energy-sec02__inner .box .bnr figure + div {
		width: 100%;
		padding: 5% 5%;
	}
	.save-energy-sec02__inner .box .bnr figure + div h3 {
		margin-bottom: 4%;
	}
	.save-energy-sec02__inner .box .bnr figure + div .text {
		width: 100%;
		margin-bottom: 5%;
	}
	.save-energy-sec02__inner .box .bnr figure + div .btn {
		width: 100%;
	}
	.save-energy-sec02__inner .box .bnr figure + div .btn a {
		padding: 7% 5%;
	}
	.save-energy-sec02__inner .box .bnr figure + div .btn a::after {
		right: 20px;
	}
}








/* -------------------------------------------------
   エネルギーを貯める - クラウド蓄電池システム
------------------------------------------------- */
.page-header__title.storage-battery .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.storage-battery .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.storage-battery .page-header__title--ja {
	padding-top: 25px;
}

.storage-battery-firstview__inner {
    position: relative;
    z-index: 2;
}
.storage-battery-firstview__bg {
    position: relative;
}
.storage-battery-firstview__bg::before {
	content: "";
	background: url("../img/save-energy/storage-battery-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.storage-battery-firstview {
		margin: 58px 0 0;
	}
	.storage-battery-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.storage-battery-firstview__bg::before {
		width: 1300rem;
    }
	.storage-battery-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.storage-battery-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .storage-battery-firstview__bg {
        display: grid;
        align-items: end;
    }
	.storage-battery-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.storage-battery .page-header__title--ja {
		padding-top: 10px;
	}
	.storage-battery-firstview {
        margin: 20rem 0 0;
    }
	.storage-battery-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .storage-battery-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.storage-battery-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.storage-battery-sec01 {
	padding: 90px 0;
}
.storage-battery-sec01 .read {
	margin-bottom: 60px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.storage-battery-sec01 h2 {
	margin-bottom: 30px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.storage-battery-sec01 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.storage-battery-sec01 .block figure {
	width: 48%;
}
.storage-battery-sec01 .block figure + div {
	width: 48%;
}
.storage-battery-sec01 .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.storage-battery-sec01 {
		padding: 12vw 0;
	}
	.storage-battery-sec01 .read {
		margin-bottom: 10%;
	}
	.storage-battery-sec01 h2 {
		margin-bottom: 5%;
		text-align: center;
	}
	.storage-battery-sec01 .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.storage-battery-sec01 .block figure + div {
		width: 100%;
	}
	.storage-battery-sec01 .block figure + div .text {
		margin-bottom: 4%;
	}
}



.storage-battery-sec02 {
	padding: 0 0 90px;
}
.storage-battery-sec02__inner {
	max-width: 960px;
	margin: 0 auto;
}
.storage-battery-sec02__inner h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
@media (max-width: 751px) {
	.storage-battery-sec02 {
		padding: 0 0 12vw;
	}
	.storage-battery-sec02__inner {
		max-width: 100%;
	}
	.storage-battery-sec02__inner h2 {
		margin-bottom: 5%;
	}
}



.storage-battery-sec03 {
	background: #ebf0f6;
	margin-bottom: 3px;
	padding: 80px 0;
}
.storage-battery-sec03 {
	background: #ebf0f6;
	padding: 40px 0;
}
.storage-battery-sec03__inner {
	max-width: 960px;
	margin: 0 auto;
}
.storage-battery-sec03__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.storage-battery-sec03__inner .block figure {
	order: 2;
	width: 28%;
}
.storage-battery-sec03__inner .block figure + div {
	order: 1;
	width: 57%;
}
.storage-battery-sec03__inner .block figure + div h2 {
	margin-bottom: 20px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.storage-battery-sec03__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec03__inner .block figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.storage-battery-sec03__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.storage-battery-sec03__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.storage-battery-sec03 {
		padding: 8vw 0;
	}
	.storage-battery-sec03__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.storage-battery-sec03__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.storage-battery-sec03__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.storage-battery-sec03__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.storage-battery-sec03__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.storage-battery-sec03__inner .block figure + div .btn {
		width: 100%;
	}
	.storage-battery-sec03__inner .block figure + div .btn a {
		padding: 7% 5%;
	}
	.storage-battery-sec03__inner .block figure + div .btn a::after {
		right: 20px;
	}
}



.storage-battery-sec04 {
	background: #f6f6f6;
	padding: 90px 0;
}
.storage-battery-sec04__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.storage-battery-sec04__inner .features {
	display: flex;
	flex-wrap: wrap;
}
.storage-battery-sec04__inner .features li {
	width: 31%;
	margin-right: 3.5%;
}
.storage-battery-sec04__inner .features li:nth-child(-n+3) {
	margin-bottom: 50px;
}
.storage-battery-sec04__inner .features li:nth-child(3) {
	margin-right: 0;
}
.storage-battery-sec04__inner .features li:nth-child(4) {
	margin-left: 17.25%;
}
.storage-battery-sec04__inner .features li:nth-child(5) {
	margin-right: 0;
}
.storage-battery-sec04__inner .features li figure {
	margin-bottom: 20px;
}
.storage-battery-sec04__inner .features li h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.storage-battery-sec04__inner .features li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.storage-battery-sec04 {
		padding: 12vw 0;
	}
	.storage-battery-sec04__inner h2 {
		margin-bottom: 5%;
	}
	.storage-battery-sec04__inner .features {
		justify-content: space-between;
	}
	.storage-battery-sec04__inner .features li {
		width: 48%;
		margin: 0 0 8%;
	}
	.storage-battery-sec04__inner .features li:nth-child(-n+3) {
		margin: 0 0 8%;
	}
	.storage-battery-sec04__inner .features li:nth-child(3) {
		margin: 0 0 8%;
	}
	.storage-battery-sec04__inner .features li:nth-child(4) {
		margin: 0 0 8%;
	}
	.storage-battery-sec04__inner .features li:nth-child(5) {
		margin: 0;
	}
	.storage-battery-sec04__inner .features li figure {
		margin-bottom: 5%;
	}
	.storage-battery-sec04__inner .features li h3 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.storage-battery-sec04__inner .features li .text {
		font-size: clamp(16px, 1.25vw, 18px);
		line-height: 1.7;
	}
}



.storage-battery-sec05 {
	padding: 90px 0;
}
.storage-battery-sec05__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.storage-battery-sec05__inner h3 {
	margin-bottom: 40px;
	padding-left: 70px;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	position: relative;
}
.storage-battery-sec05__inner h3 span {
	font-size: clamp(20px, 1.2vw, 24px);
}
.storage-battery-sec05__inner h3::before {
	position: absolute;
	top: -10px;
	left: 0;
	background: #007eb1;
	width: 60px;
	height: 48px;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.storage-battery-sec05__inner h3.point1::before {
	content: "1.";
}
.storage-battery-sec05__inner h3.point2::before {
	content: "2.";
}
.storage-battery-sec05__inner h3.point3::before {
	content: "3.";
}
.storage-battery-sec05__inner .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec05__inner .text.mb {
	margin-bottom: 25px;
}
.storage-battery-sec05__inner .text.sml {
	margin-bottom: 20px;
	font-size: clamp(14px, 1.0vw, 16px);
}
.storage-battery-sec05__inner .type01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.storage-battery-sec05__inner .type01 li {
	border: 3px solid #007eb1;
	background: #f0f8fc;
	width: 38%;
	padding: 40px 5%;
}
.storage-battery-sec05__inner .type01 li h4 {
	margin-bottom: 20px;
	color: #007eb1;
	font-size: clamp(20px, 1.2vw, 26px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type01 li:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.storage-battery-sec05__inner .type01 li:last-child figure {
	order: 2;
	width: 30%;
}
.storage-battery-sec05__inner .type01 li:last-child figure + div {
	order: 1;
	width: 65%;
}
.storage-battery-sec05__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.storage-battery-sec05__inner .block figure {
	order: 2;
	width: 30%;
}
.storage-battery-sec05__inner .block figure + div {
	order: 1;
	width: 65%;
}
.storage-battery-sec05__inner .type02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.storage-battery-sec05__inner .type02 li {
	border: 3px solid #007eb1;
	background: #f0f8fc;
	width: 38%;
	padding: 40px 5%;
}
.storage-battery-sec05__inner .type02 li h4 {
	margin-bottom: 20px;
	text-align: center;
	color: #007eb1;
	font-size: clamp(20px, 1.2vw, 26px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type02 li .box {
	background: #fff;
	padding: 30px 5%;
}
.storage-battery-sec05__inner .type02 li .box h5 {
	margin-bottom: 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type02 li .box h6 {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	color: #007eb1;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type02 li .box dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #000;
	padding: 10px 0;
}
.storage-battery-sec05__inner .type02 li .box dl dt {
	width: 105px;
	font-size: clamp(14px, 1.0vw, 16px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type02 li .box dl dd {
	width: calc(100% - 105px);
	color: #007eb1;
	font-size: clamp(14px, 1.0vw, 16px);
}
.storage-battery-sec05__inner .type02 li .box dl dd span {
	margin-right: 5px;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.storage-battery-sec05__inner .type02 li .box dl.lst {
	border-bottom: none;
	padding: 10px 0 0;
}
.storage-battery-sec05__inner .type02 li .box dl.lst dd {
	color: #000;
	line-height: 1.5;
}
@media (max-width: 751px) {
	.storage-battery-sec05 {
		padding: 12vw 0;
	}
	.storage-battery-sec05__inner h2 {
		margin-bottom: 5%;
	}
	.storage-battery-sec05__inner h3 {
		margin-bottom: 6%;
		padding-left: 50px;
	}
	.storage-battery-sec05__inner h3::before {
		top: -7px;
		width: 40px;
		height: 32px;
		padding-top: 8px;
		font-size: clamp(20px, 1.2vw, 24px);
	}
	.storage-battery-sec05__inner .text.mb {
		margin-bottom: 4%;
	}
	.storage-battery-sec05__inner .text.sml {
		margin-bottom: 5%;
	}
	.storage-battery-sec05__inner .type01 {
		margin-bottom: 12%;
	}
	.storage-battery-sec05__inner .type01 li {
		border: 2px solid #007eb1;
		width: 90%;
		padding: 7% 5%;
	}
	.storage-battery-sec05__inner .type01 li:first-child {
		margin-bottom: 5%;
	}
	.storage-battery-sec05__inner .type01 li h4 {
		margin-bottom: 4%;
	}
	.storage-battery-sec05__inner .type01 li:last-child figure {
		width: 50%;
		margin: 5% auto 0;
	}
	.storage-battery-sec05__inner .type01 li:last-child figure + div {
		width: 100%;
	}
	.storage-battery-sec05__inner .block {
		margin-bottom: 8%;
	}
	.storage-battery-sec05__inner .block figure {
		width: 100%;
	}
	.storage-battery-sec05__inner .block figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.storage-battery-sec05__inner .type02 li {
		border: 2px solid #007eb1;
		width: 90%;
		padding: 7% 5%;
	}
	.storage-battery-sec05__inner .type02 li:first-child {
		margin-bottom: 5%;
	}
	.storage-battery-sec05__inner .type02 li h4 {
		margin-bottom: 4%;
	}
	.storage-battery-sec05__inner .type02 li .box {
		padding: 7% 5%;
	}
	.storage-battery-sec05__inner .type02 li .box h5 {
		margin-bottom: 3%;
	}
	.storage-battery-sec05__inner .type02 li .box h6 {
		padding-bottom: 3%;
	}
	.storage-battery-sec05__inner .type02 li .box dl {
		padding: 3% 0;
	}
	.storage-battery-sec05__inner .type02 li .box dl dt {
		width: 100px;
		padding-top: 2px;
	}
	.storage-battery-sec05__inner .type02 li .box dl dd {
		width: calc(100% - 100px);
	}
	.storage-battery-sec05__inner .type02 li .box dl dd span {
		margin-right: 3%;
	}
	.storage-battery-sec05__inner .type02 li .box dl.lst {
		padding: 3% 0 0;
	}
}



.storage-battery-sec06 {
	padding: 0 0 90px;
}
.storage-battery-sec06__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.storage-battery-sec06__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.storage-battery-sec06__inner .block figure {
	width: 48%;
}
.storage-battery-sec06__inner .block figure + div {
	width: 48%;
}
.storage-battery-sec06__inner .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec06__inner .box01 {
	border: 3px solid #f39800;
	margin: 0 3.33vw 50px;
}
.storage-battery-sec06__inner .box01 h3 {
	background: #f4f3f3;
	padding: 15px 10px 15px 140px;
	color: #f39800;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	position: relative;
}
.storage-battery-sec06__inner .box01 h3:before {
	content: "平常時";
	position: absolute;
	top: 0;
	left: 0;
	background: #f39800;
	padding: 15px 10px;
	color: #fff;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box01 h3 + div {
	padding: 40px 5%;
}
.storage-battery-sec06__inner .box01 h3 + div h4 {
	margin-bottom: 30px;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box01 h3 + div h4 span {
	margin-left: 5px;
	color: #f39800;
	font-size: clamp(24px, 2.22vw, 32px);
}
.storage-battery-sec06__inner .box01 h3 + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec06__inner .box01 h3 + div figure.img01 {
	max-width: 75%;
	margin-bottom: 50px;
}
.storage-battery-sec06__inner .box01 h3 + div figure.img02 {
	max-width: 60%;
}
.storage-battery-sec06__inner .box01 h3 + div .setting {
	display: flex;
	flex-wrap: wrap;
}
.storage-battery-sec06__inner .box01 h3 + div .setting li {
	background: #fceec4;
	margin-bottom: 25px;
	padding: 15px 20px;
}
.storage-battery-sec06__inner .box01 h3 + div .setting li:first-child {
	margin-right: 20px;
}
.storage-battery-sec06__inner .box01 h3 + div .setting li h5 {
	margin-bottom: 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box01 h3 + div .setting li .text {
	margin-bottom: 0;
	font-size: clamp(14px, 1.0vw, 16px);
}
.storage-battery-sec06__inner .box02 {
	border: 3px solid #8c97cb;
	margin: 0 3.33vw 140px;
}
.storage-battery-sec06__inner .box02 h3 {
	background: #f4f3f3;
	padding: 15px 10px 15px 140px;
	color: #8c97cb;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	position: relative;
}
.storage-battery-sec06__inner .box02 h3:before {
	content: "停電時";
	position: absolute;
	top: 0;
	left: 0;
	background: #8c97cb;
	padding: 15px 10px;
	color: #fff;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box02 h3 + div {
	padding: 40px 5% 30px;
}
.storage-battery-sec06__inner .box02 h3 + div h4 {
	margin-bottom: 30px;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box02 h3 + div h4 span {
	margin-left: 5px;
	color: #8c97cb;
	font-size: clamp(24px, 2.22vw, 32px);
}
.storage-battery-sec06__inner .box02 h3 + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec06__inner .box02 h3 + div figure {
	max-width: 80%;
	margin-bottom: 25px;
}
.storage-battery-sec06__inner .catch {
	margin-bottom: 30px;
	text-align: center;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.6;
}
.storage-battery-sec06__inner .catch > span {
	border-bottom: 3px dashed #009e96;
}
.storage-battery-sec06__inner .catch > span span {
	color: #009e96;
	font-size: clamp(28px, 2.4vw, 38px);
}
.storage-battery-sec06__inner .box03 {
	border-radius: 20px;
	border: 3px solid #009e96;
	margin: 0 3.33vw;
	padding: 50px 5%;
}
.storage-battery-sec06__inner .box03.mb {
	margin-bottom: 40px;
}
.storage-battery-sec06__inner .box03 .title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 3px solid #009e96;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.storage-battery-sec06__inner .box03 .title .residence {
	color: #009e96;
	font-size: clamp(18px, 1.33vw, 20px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box03 .title .residence span {
	margin-left: 40px;
	font-size: clamp(22px, 1.33vw, 26px);
}
.storage-battery-sec06__inner .box03 .title .address {
	font-size: clamp(18px, 1.33vw, 20px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box03 .example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.storage-battery-sec06__inner .box03 .example figure {
	order: 2;
	width: 40%;
}
.storage-battery-sec06__inner .box03 .example figure img:first-child {
	margin-bottom: 8px;
}
.storage-battery-sec06__inner .box03 .example figure + div {
	order: 1;
	width: 55%;
}
.storage-battery-sec06__inner .box03 .example figure + div h3 {
	background: #efeeee;
	margin-bottom: 10px;
	padding: 10px 10px;
	font-size: clamp(18px, 1.33vw, 20px);
	font-weight: 700;
}
.storage-battery-sec06__inner .box03 .example figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.storage-battery-sec06 {
		padding: 0 0 12vw;
	}
	.storage-battery-sec06__inner h2 {
		margin-bottom: 5%;
	}
	.storage-battery-sec06__inner .block {
		margin-bottom: 8%;
	}
	.storage-battery-sec06__inner .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.storage-battery-sec06__inner .block figure + div {
		width: 100%;
	}
	.storage-battery-sec06__inner .block figure + div .text {
		margin-bottom: 4%;
	}
	.storage-battery-sec06__inner .box01 {
		border: 2px solid #f39800;
		margin: 0 0 8%;
	}
	.storage-battery-sec06__inner .box01 h3 {
		padding: 16% 3% 3% 3%;
		line-height: 1.4;
	}
	.storage-battery-sec06__inner .box01 h3:before {
		width: 94%;
		padding: 2% 3%;
	}
	.storage-battery-sec06__inner .box01 h3 + div {
		padding: 7% 5%;
	}
	.storage-battery-sec06__inner .box01 h3 + div h4 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.storage-battery-sec06__inner .box01 h3 + div h4 span {
		margin-left: 3%;
	}
	.storage-battery-sec06__inner .box01 h3 + div .text {
		margin-bottom: 4%;
	}
	.storage-battery-sec06__inner .box01 h3 + div figure.img01 {
		max-width: 100%;
		margin-bottom: 6%;
	}
	.storage-battery-sec06__inner .box01 h3 + div figure.img02 {
		max-width: 100%;
	}
	.storage-battery-sec06__inner .box01 h3 + div .setting li {
		width: 94%;
		margin-bottom: 5%;
		padding: 3% 3%;
	}
	.storage-battery-sec06__inner .box01 h3 + div .setting li:first-child {
		margin-right: 0;
	}
	.storage-battery-sec06__inner .box01 h3 + div .setting li h5 {
		margin-bottom: 3%;
	}
	.storage-battery-sec06__inner .box02 {
		border: 2px solid #8c97cb;
		margin: 0 0 15%;
	}
	.storage-battery-sec06__inner .box02 h3 {
		padding: 16% 3% 3% 3%;
		line-height: 1.4;
	}
	.storage-battery-sec06__inner .box02 h3:before {
		width: 94%;
		padding: 2% 3%;
	}
	.storage-battery-sec06__inner .box02 h3 + div {
		padding: 7% 5% 5%;
	}
	.storage-battery-sec06__inner .box02 h3 + div h4 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.storage-battery-sec06__inner .box02 h3 + div h4 span {
		margin-left: 3%;
	}
	.storage-battery-sec06__inner .box02 h3 + div .text {
		margin-bottom: 4%;
	}
	.storage-battery-sec06__inner .box02 h3 + div figure {
		max-width: 100%;
		margin-bottom: 5%;
	}
	.storage-battery-sec06__inner .catch {
		margin-bottom: 6%;
	}
	.storage-battery-sec06__inner .box03 {
		border: 2px solid #009e96;
		margin: 0;
		padding: 7% 5% 4%;
	}
	.storage-battery-sec06__inner .box03.mb {
		margin-bottom: 6%;
	}
	.storage-battery-sec06__inner .box03 .title {
		border-bottom: 2px solid #009e96;
		margin-bottom: 6%;
		padding-bottom: 3%;
	}
	.storage-battery-sec06__inner .box03 .title .residence span {
		margin-left: 10px;
	}
	.storage-battery-sec06__inner .box03 .example figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.storage-battery-sec06__inner .box03 .example figure img:first-child {
		margin-bottom: 3%;
	}
	.storage-battery-sec06__inner .box03 .example figure + div {
		width: 100%;
	}
	.storage-battery-sec06__inner .box03 .example figure + div h3 {
		margin-bottom: 3%;
		padding: 3% 3%;
	}
	.storage-battery-sec06__inner .box03 .example figure + div .text {
		margin-bottom: 4%;
	}
}



.storage-battery-sec07 {
	background: #ebf0f6;
	padding: 40px 0;
}
.storage-battery-sec07__inner {
	max-width: 960px;
	margin: 0 auto;
}
.storage-battery-sec07__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.storage-battery-sec07__inner .block figure {
	order: 2;
	width: 28%;
}
.storage-battery-sec07__inner .block figure + div {
	order: 1;
	width: 60%;
}
.storage-battery-sec07__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.storage-battery-sec07__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.storage-battery-sec07__inner .block figure + div .btn {
	max-width: 500px;
	width: 100%;
}
.storage-battery-sec07__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.storage-battery-sec07__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.storage-battery-sec07 {
		padding: 8vw 0;
	}
	.storage-battery-sec07__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.storage-battery-sec07__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.storage-battery-sec07__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.storage-battery-sec07__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.storage-battery-sec07__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.storage-battery-sec07__inner .block figure + div .btn {
		width: 100%;
	}
	.storage-battery-sec07__inner .block figure + div .btn a {
		padding: 5% 5%;
		line-height: 1.5;
	}
	.storage-battery-sec07__inner .block figure + div .btn a::after {
		right: 20px;
	}
}



.storage-battery-sec08 {
	padding: 20px 0 0;
}
.storage-battery-sec08__inner .box {
	background: linear-gradient(-45deg, #e8eef5, #ebf0f6);
	padding: 90px 0;
}
.storage-battery-sec08__inner .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 760px;
	margin: 0 auto;
}
.storage-battery-sec08__inner .box ul li {
	width: 48%;
}
.storage-battery-sec08__inner .box ul li h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.storage-battery-sec08__inner .box ul li .btn {
	width: 100%;
}
.storage-battery-sec08__inner .box ul li .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.storage-battery-sec08__inner .box ul li .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.storage-battery-sec08 {
		padding: 0;
	}
	.storage-battery-sec08__inner .box {
		padding: 10vw 0;
	}
	.storage-battery-sec08__inner .box ul {
		max-width: 90%;
	}
	.storage-battery-sec08__inner .box ul li {
		width: 100%;
	}
	.storage-battery-sec08__inner .box ul li:first-child {
		margin-bottom: 8%;
	}
	.storage-battery-sec08__inner .box ul li h3 {
		margin-bottom: 4%;
	}
	.storage-battery-sec08__inner .box ul li .btn {
		width: 100%;
	}
	.storage-battery-sec08__inner .box ul li .btn a {
		padding: 7% 5%;
	}
	.storage-battery-sec08__inner .box ul li .btn a::after {
		right: 20px;
	}
}







/* -------------------------------------------------
   エネルギーを効率的に使う
------------------------------------------------- */
.page-header__title.use-energy .page-header__title--ja {
	padding-top: 20px;
}

.use-energy-firstview__inner {
    position: relative;
    z-index: 2;
}
.use-energy-firstview__bg {
    position: relative;
}
.use-energy-firstview__bg::before {
	content: "";
	background: url("../img/use-energy/use-energy-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.use-energy-firstview {
		margin: 58px 0 0;
	}
	.use-energy-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.use-energy-firstview__bg::before {
		width: 1300rem;
    }
	.use-energy-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.use-energy-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .use-energy-firstview__bg {
        display: grid;
        align-items: end;
    }
	.use-energy-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.use-energy .page-header__title--ja {
		padding-top: 15px;
	}
	.use-energy-firstview {
        margin: 20rem 0 0;
    }
	.use-energy-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .use-energy-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.use-energy-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.use-energy-sec01 {
	background: url("../img/use-energy/use-energy-image01.jpg") no-repeat left center;
	background-size: 48% auto;
	margin: 0 0 90px;
}
.use-energy-sec01 .block {
	width: 48%;
	margin-left: 52%;
}
.use-energy-sec01 .block h2 {
	margin-bottom: 30px;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.use-energy-sec01 .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.use-energy-sec01 {
		background: none;
		margin: 0 0 12vw;
	}
	.use-energy-sec01 .block {
		width: 100%;
		margin: 0;
	}
	.use-energy-sec01 .block h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.use-energy-sec01 .block .text {
		margin-bottom: 5%;
	}
}



.use-energy-sec02 {
	padding: 0 0 90px;
}
.use-energy-sec02__inner .box {
	background: #e7edf5;
	padding: 80px 60px;
}
.use-energy-sec02__inner .box h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.use-energy-sec02__inner .box .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.use-energy-sec02__inner .box .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.use-energy-sec02__inner .box .block figure {
	width: 48%;
}
.use-energy-sec02__inner .box .block figure + div {
	width: 48%;
}
.use-energy-sec02__inner .box .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.use-energy-sec02__inner .box .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(133, 165, 204, 0.2));
	margin: 0 3.33vw;
}
.use-energy-sec02__inner .box .bnr figure {
	width: 38%;
	position: relative;
}
.use-energy-sec02__inner .box .bnr figure::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 100%);
	width: 80px;
	height: 100%;
}
.use-energy-sec02__inner .box .bnr figure img {
	vertical-align: bottom;
}
.use-energy-sec02__inner .box .bnr figure + div {
	width: 59%;
}
.use-energy-sec02__inner .box .bnr figure + div h3 {
	margin-bottom: 15px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.use-energy-sec02__inner .box .bnr figure + div .text {
	width: 90%;
	margin-bottom: 15px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.use-energy-sec02__inner .box .bnr figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.use-energy-sec02__inner .box .bnr figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 20px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.use-energy-sec02__inner .box .bnr figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.use-energy-sec02 {
		padding: 0 0 12vw;
	}
	.use-energy-sec02__inner .box {
		padding: 7% 5%;
	}
	.use-energy-sec02__inner .box h2 {
		margin-bottom: 2%;
	}
	.use-energy-sec02__inner .box .read {
		margin-bottom: 8%;
	}
	.use-energy-sec02__inner .box .block {
		margin-bottom: 8%;
	}
	.use-energy-sec02__inner .box .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.use-energy-sec02__inner .box .block figure + div {
		width: 100%;
	}
	.use-energy-sec02__inner .box .block figure + div .text {
		margin-bottom: 5%;
	}
	.use-energy-sec02__inner .box .bnr {
		margin: 0;
	}
	.use-energy-sec02__inner .box .bnr figure {
		width: 100%;
	}
	.use-energy-sec02__inner .box .bnr figure::after {
		top: auto;
		bottom: 0;
		right: 0;
		background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 100%);
		width: 100%;
		height: 40px;
	}
	.use-energy-sec02__inner .box .bnr figure + div {
		width: 100%;
		padding: 5% 5%;
	}
	.use-energy-sec02__inner .box .bnr figure + div h3 {
		margin-bottom: 4%;
	}
	.use-energy-sec02__inner .box .bnr figure + div .text {
		width: 100%;
		margin-bottom: 5%;
	}
	.use-energy-sec02__inner .box .bnr figure + div .btn {
		width: 100%;
	}
	.use-energy-sec02__inner .box .bnr figure + div .btn a {
		padding: 7% 5%;
	}
	.use-energy-sec02__inner .box .bnr figure + div .btn a::after {
		right: 20px;
	}
}






/* -------------------------------------------------
   V2H
------------------------------------------------- */
.page-header__title.v2h .page-header__title--ja {
	padding-top: 20px;
}

.v2h-firstview__inner {
    position: relative;
    z-index: 2;
}
.v2h-firstview__bg {
    position: relative;
}
.v2h-firstview__bg::before {
	content: "";
	background: url("../img/use-energy/v2h-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.v2h-firstview {
		margin: 58px 0 0;
	}
	.v2h-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.v2h-firstview__bg::before {
		width: 1300rem;
    }
	.v2h-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.v2h-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .v2h-firstview__bg {
        display: grid;
        align-items: end;
    }
	.v2h-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.v2h .page-header__title--ja {
		padding-top: 15px;
	}
	.v2h-firstview {
        margin: 20rem 0 0;
    }
	.v2h-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .v2h-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.v2h-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.v2h-sec01 {
	padding: 100px 0 40px;
}
.v2h-sec01 h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #009fb7;
    font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec01 h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #0068b7;
	font-size: clamp(20px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.v2h-sec01 .text {
	text-align: center;
    font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.7;
}
@media (max-width: 640px) {
	.v2h-sec01 {
		padding: 10vw 0;
	}
	.v2h-sec01 h2 {
		margin-bottom: 5%;
	}
	.v2h-sec01 h3 {
		margin-bottom: 4%;
	}
	.v2h-sec01 .text {
		font-size: 14px;
	}
}



.v2h-sec02 {
	background: linear-gradient(177deg,rgba(222, 236, 221, 1) 0%, rgba(193, 223, 196, 1) 100%);
	padding: 50px 0;
}
.v2h-sec02__inner .block {
	max-width: 960px;
	margin: 0 auto;
}
.v2h-sec02 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.v2h-sec02 .block figure {
	width: 65%;
}
.v2h-sec02 .block figure + div {
	width: 30%;
}
.v2h-sec02 .block figure + div ul li {
	margin-bottom: 20px;
	color: #0068b7;
	font-size: clamp(20px, 1.99vw, 28px);
	font-weight: 700;
	line-height: 1.5;
}
.v2h-sec02 .block figure + div ul li span {
	background: url("../img/use-energy/bg_stripe.png") repeat-x left bottom;
}
@media (max-width: 640px) {
	.v2h-sec02 {
		background: linear-gradient(177deg,rgba(222, 236, 221, 1) 0%, rgba(193, 223, 196, 1) 100%);
		padding: 8% 0;
	}
	.v2h-sec02 .block figure {
		width: 100%;
		margin-bottom: 10%;
	}
	.v2h-sec02 .block figure + div {
		width: 100%;
	}
	.v2h-sec02 .block figure + div ul li {
		margin-bottom: 3%;
	}
	.v2h-sec02 .block figure + div ul li:last-child {
		margin-bottom: 0;
	}
}



.v2h-sec03 {
	padding: 30px 0 80px;
}
.v2h-sec03__inner {
	max-width: 1160px;
	margin: 0 auto;
}
.v2h-sec03__inner p {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 640px) {
	.v2h-sec03 {
		padding: 4vw 0 12vw;
	}
	.v2h-sec03__inner p {
		font-size: clamp(16px, 1.25vw, 18px);
		line-height: 1.7;
	}
}



.v2h-sec04 {
	padding: 0 0 100px;
}
.v2h-sec04 h2 {
	margin-bottom: 50px;
	text-align: center;
	color: #009fb7;
    font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec04 .features {
	display: flex;
	flex-wrap: wrap;
}
.v2h-sec04 .features li {
	background: #fff;
	filter: drop-shadow(3px 3px 10px rgba(223, 223, 223, 1.0));
	width: 42%;
	padding: 40px 3%;
}
.v2h-sec04 .features li:nth-child(-n+4) {
	margin-bottom: 60px;
}
.v2h-sec04 .features li:nth-child(-n+4) h3 {
	margin-bottom: 30px;
	color: #009fb7;
	font-size: clamp(18px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.v2h-sec04 .features li:nth-child(-n+4) .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec04 .features li:nth-child(odd) {
	margin-right: 4%;
}
.v2h-sec04 .features li:first-child figure {
	padding: 8% 0 17%;
}
.v2h-sec04 .features li:nth-child(2) figure {
	padding: 0 0 5%;
}
.v2h-sec04 .features li:nth-child(3) figure {
	padding: 0 0 5%;
}
.v2h-sec04 .features li:nth-child(4) figure {
	padding: 1% 0 8.5%;
}
.v2h-sec04 .features li:nth-child(5) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}
.v2h-sec04 .features li:nth-child(5) figure {
	width: 60%;
}
.v2h-sec04 .features li:nth-child(5) figure + div {
	width: 37%;
}
.v2h-sec04 .features li:nth-child(5) h3 {
	margin-bottom: 15px;
	color: #009fb7;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.v2h-sec04 .features li:nth-child(5) .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 640px) {
	.v2h-sec04 {
		padding: 0 0 12vw;
	}
	.v2h-sec04 h2 {
		margin-bottom: 8%;
	}
	.v2h-sec04 .features li {
		width: 100%;
		padding: 5% 5%;
	}
	.v2h-sec04 .features li:nth-child(-n+4) {
		margin: 0 0 8%;
	}
	.v2h-sec04 .features li:nth-child(-n+4) h3 {
		margin-bottom: 6%;
	}
	.v2h-sec04 .features li:nth-child(5) {
		margin: 0 !important;
	}
	.v2h-sec04 .features li:nth-child(odd) {
		margin: 0 0 8%;
	}
	.v2h-sec04 .features li:first-child figure {
		padding: 0 0 6%;
	}
	.v2h-sec04 .features li:nth-child(2) figure {
		padding: 0 0 6%;
	}
	.v2h-sec04 .features li:nth-child(3) figure {
		padding: 0 0 6%;
	}
	.v2h-sec04 .features li:nth-child(4) figure {
		padding: 0 0 6%;
	}
	.v2h-sec04 .features li:nth-child(5) figure {
		width: 100%;
		padding: 0 0 6%;
	}
	.v2h-sec04 .features li:nth-child(5) figure + div {
		width: 100%;
	}
}



.v2h-sec05 {
	background: url("../img/use-energy/v2h_sec05-bg.jpg") no-repeat center top / cover;
	padding: 80px 0;
}
.v2h-sec05 h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #009fb7;
    font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec05 .read {
	margin-bottom: 30px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec05 h3 {
	margin-bottom: 60px;
	text-align: center;
	color: #0068b7;
    font-size: clamp(18px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec05 .expansion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.v2h-sec05 .expansion li {
	background: #fff;
	width: 38%;
	padding: 40px 5%;
}
.v2h-sec05 .expansion li:nth-child(-n+4) {
	margin-bottom: 50px;
}
.v2h-sec05 .expansion li:nth-child(6) {
	background: none;
	width: 48%;
	padding: 40px 0;
}
.v2h-sec05 .expansion li h4 {
	margin-bottom: 20px;
	color: #009fb7;
    font-size: clamp(18px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec05 .expansion li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec05 .expansion li .text.mb {
	margin-bottom: 20px;
}
@media (max-width: 640px) {
	.v2h-sec05 {
		background: url("../img/use-energy/v2h_sec05-bg.jpg") no-repeat right top / cover;
		padding: 10vw 0;
	}
	.v2h-sec05 h2 {
		margin-bottom: 5%;
	}
	.v2h-sec05 .read {
		margin-bottom: 5%;
	}
	.v2h-sec05 h3 {
		margin-bottom: 8%;
	}
	.v2h-sec05 .expansion li {
		width: 100%;
		padding: 5% 5%;
	}
	.v2h-sec05 .expansion li:nth-child(-n+4) {
		margin-bottom: 6%;
	}
	.v2h-sec05 .expansion li:nth-child(6) {
		width: 100%;
		padding: 5% 0;
	}
	.v2h-sec05 .expansion li h4 {
		margin-bottom: 4%;
	}
	.v2h-sec05 .expansion li .text.mb {
		margin-bottom: 4%;
	}
}



.v2h-sec06 {
	background: linear-gradient(177deg,rgba(222, 236, 221, 1) 0%, rgba(193, 223, 196, 1) 100%);
	margin-bottom: 80px;
	padding: 70px 0 90px;
}
.v2h-sec06 h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #009fb7;
    font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec06 .read {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec06 .box {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 5%;
}
.v2h-sec06 .box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1.5px dashed #666;
	padding: 15px 15px;
}
.v2h-sec06 .box dl dt {
	width: 100px;
	font-size: clamp(14px, 1.4vw, 18px);
	line-height: 1.7;
}
.v2h-sec06 .box dl dd {
	width: calc(100% - 130px);
	font-size: clamp(14px, 1.4vw, 18px);
	line-height: 1.7;
}
@media (max-width: 640px) {
	.v2h-sec06 {
		margin-bottom: 12vw;
		padding: 8vw 0 10vw;
	}
	.v2h-sec06 h2 {
		margin-bottom: 4%;
	}
	.v2h-sec06 .read {
		margin-bottom: 6%;
	}
	.v2h-sec06 .box {
		padding: 4% 5% 5%;
	}
	.v2h-sec06 .box dl {
		padding: 3% 0;
	}
	.v2h-sec06 .box dl dt {
		width: 80px;
	}
	.v2h-sec06 .box dl dd {
		width: calc(100% - 90px);
	}
}



.v2h-sec07 {
	background: #ebf0f6;
	margin-bottom: 100px;
	padding: 40px 0;
}
.v2h-sec07__inner {
	max-width: 960px;
	margin: 0 auto;
}
.v2h-sec07__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.v2h-sec07__inner .block figure {
	order: 2;
	width: 28%;
}
.v2h-sec07__inner .block figure + div {
	order: 1;
	width: 60%;
}
.v2h-sec07__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.v2h-sec07__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec07__inner .block figure + div .btn {
	max-width: 500px;
	width: 100%;
}
.v2h-sec07__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.v2h-sec07__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.v2h-sec07 {
		margin-bottom: 12vw;
		padding: 8vw 0;
	}
	.v2h-sec07__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.v2h-sec07__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.v2h-sec07__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.v2h-sec07__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.v2h-sec07__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.v2h-sec07__inner .block figure + div .btn {
		width: 100%;
	}
	.v2h-sec07__inner .block figure + div .btn a {
		padding: 5% 5%;
		line-height: 1.5;
	}
	.v2h-sec07__inner .block figure + div .btn a::after {
		right: 20px;
	}
}



.v2h-sec08 {
	margin-bottom: 100px;
}
.v2h-sec08 h2 {
	margin-bottom: 30px;
	color: #009fb7;
    font-size: clamp(32px, 3.0vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec08 .read {
	width: 85%;
	margin-bottom: 50px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.v2h-sec08 .block {
	border: 4px solid #d9d9d9;
}
.v2h-sec08 .block h4 {
	background: #f6f6f6;
	padding: 20px 20px;
	color: #7499c5;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec08 .block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 50px 40px;
}
.v2h-sec08 .block ul li {
	width: 30%;
}
.v2h-sec08 .block ul li .caption {
	margin-bottom: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.v2h-sec08 {
		margin-bottom: 12%;
	}
	.v2h-sec08 h2 {
		margin-bottom: 4%;
	}
	.v2h-sec08 .read {
		width: 100%;
		margin-bottom: 6%;
	}
	.v2h-sec08 .block {
		border: 3px solid #d9d9d9;
	}
	.v2h-sec08 .block h4 {
		padding: 3% 5%;
	}
	.v2h-sec08 .block ul {
		padding: 5% 5%;
	}
	.v2h-sec08 .block ul li {
		width: 100%;
		margin-bottom: 8%;
	}
	.v2h-sec08 .block ul li:last-child {
		margin-bottom: 0;
	}
	.v2h-sec08 .block ul li .caption {
		margin-bottom: 1%;
	}
}



.v2h-sec09 {
	margin-bottom: 100px;
}
.v2h-sec09 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.v2h-sec09 .block figure {
	order: 2;
	width: 48%;
}
.v2h-sec09 .block figure + div {
	order: 1;
	width: 48%;
}
.v2h-sec09 .block figure + div h2 {
	margin-bottom: 40px;
	color: #009fb7;
    font-size: clamp(32px, 3.0vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.v2h-sec09 .block figure + div ul li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.v2h-sec09 {
		margin-bottom: 12%;
	}
	.v2h-sec09 .block figure {
		width: 100%;
	}
	.v2h-sec09 .block figure + div {
		width: 100%;
	}
	.v2h-sec09 .block figure + div h2 {
		margin-bottom: 5%;
	}
	.v2h-sec09 .block figure + div ul li {
		margin-bottom: 3%;
	}
}




/* -------------------------------------------------
   エコキュート
------------------------------------------------- */
.page-header__title.ecocute .page-header__title--ja {
	padding-top: 20px;
}

.ecocute-firstview__inner {
    position: relative;
    z-index: 2;
}
.ecocute-firstview__bg {
    position: relative;
}
.ecocute-firstview__bg::before {
	content: "";
	background: url("../img/use-energy/ecocute-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.ecocute-firstview {
		margin: 58px 0 0;
	}
	.ecocute-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.ecocute-firstview__bg::before {
		width: 1300rem;
    }
	.ecocute-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.ecocute-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .ecocute-firstview__bg {
        display: grid;
        align-items: end;
    }
	.ecocute-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.ecocute .page-header__title--ja {
		padding-top: 15px;
	}
	.ecocute-firstview {
        margin: 20rem 0 0;
    }
	.ecocute-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .ecocute-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.ecocute-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.ecocute-sec01 {
	padding: 90px 0;
}
.ecocute-sec01__inner .read {
	margin-bottom: 120px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.ecocute-sec01__inner .box {
	border: 10px solid #e7edf5;
	max-width: 1160px;
	margin: 0 auto 60px;
	padding: 90px 0;
	position: relative;
}
.ecocute-sec01__inner .box .block {
	margin-left: 8%;
}
.ecocute-sec01__inner .box .block h3 {
	margin-bottom: 10px;
	color: #255a8f;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.ecocute-sec01__inner .box .block h2 {
	margin-bottom: 20px;
	color: #255a8f;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.ecocute-sec01__inner .box .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.ecocute-sec01__inner .box .block .text.sml {
	margin-bottom: 0;
	font-size: clamp(14px, 1.0vw, 16px);
	line-height: 1.7;
}
.ecocute-sec01__inner .box figure {
	position: absolute;
	top: 50%;
	right: 5%;
	max-width: 500px;
	width: 40%;
	transform: translateY(-50%);
}
.ecocute-sec01__inner .function {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}
.ecocute-sec01__inner .function li {
	background: #e7edf5;
	padding: 30px 2%;
	text-align: center;
}
.ecocute-sec01__inner .function li:first-child {
	width: 25%;
}
.ecocute-sec01__inner .function li:nth-child(2) {
	width: 25%;
}
.ecocute-sec01__inner .function li:nth-child(3) {
	width: 36%;
}
.ecocute-sec01__inner .function li h4 {
	margin-bottom: 15px;
	font-size: clamp(14px, 1.0vw, 16px);
	font-weight: 700;
}
.ecocute-sec01__inner .function li figure img {
	width: auto;
	height: 53px;
}
@media (max-width: 751px) {
	.ecocute-sec01 {
		padding: 12vw 0;
	}
	.ecocute-sec01__inner .read {
		margin-bottom: 10%;
	}
	.ecocute-sec01__inner .box {
		border: 7px solid #e7edf5;
		max-width: 100%;
		margin: 0 auto 8%;
		padding: 10% 5%;
	}
	.ecocute-sec01__inner .box .block {
		margin-left: 0;
	}
	.ecocute-sec01__inner .box .block h3 {
		margin-bottom: 4%;
	}
	.ecocute-sec01__inner .box .block h2 {
		margin-bottom: 3%;
	}
	.ecocute-sec01__inner .box .block .text {
		margin-bottom: 4%;
	}
	.ecocute-sec01__inner .box figure {
		position: relative;
		top: 0;
		right: 0;
		max-width: 100%;
		width: 80%;
		margin: 6% auto 0;
		transform: translateY(0);
	}
	.ecocute-sec01__inner .function {
		max-width: 100%;
	}
	.ecocute-sec01__inner .function li {
		padding: 5% 5%;
	}
	.ecocute-sec01__inner .function li:first-child {
		width: 90%;
		margin-bottom: 3%;
	}
	.ecocute-sec01__inner .function li:nth-child(2) {
		width: 90%;
		margin-bottom: 3%;
	}
	.ecocute-sec01__inner .function li:nth-child(3) {
		width: 90%;
	}
	.ecocute-sec01__inner .function li h4 {
		margin-bottom: 2%;
	}
	.ecocute-sec01__inner .function li figure img {
		height: 40px;
	}
}



.ecocute-sec02 {
	padding: 0 0 90px;
}
.ecocute-sec02__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.ecocute-sec02__inner .features li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.ecocute-sec02__inner .features li:first-child {
	background: #e2ecd6;
}
.ecocute-sec02__inner .features li:nth-child(2) {
	background: #fbdfd9;
}
.ecocute-sec02__inner .features li:nth-child(3) {
	background: #ddebef;
}
.ecocute-sec02__inner .features li:nth-child(4) {
	background: #f2e0cd;
}
.ecocute-sec02__inner .features li:nth-child(5) {
	background: #dcd3df;
	margin-bottom: 0;
}
.ecocute-sec02__inner .features li figure {
	width: 50%;
	position: relative;
}
.ecocute-sec02__inner .features li:nth-child(odd) figure .icon {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -29px;
	transform: translateY(-50%);
}
.ecocute-sec02__inner .features li:nth-child(even) figure .icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -29px;
	transform: translateY(-50%);
}
.ecocute-sec02__inner .features li:nth-child(even) figure {
	order: 2;
}
.ecocute-sec02__inner .features li figure img {
	vertical-align: bottom;
}
.ecocute-sec02__inner .features li figure + div {
	width: 40%;
	padding: 0 5%;
}
.ecocute-sec02__inner .features li:nth-child(even) figure + div {
	order: 1;
}
.ecocute-sec02__inner .features li figure + div h3 {
	margin-bottom: 40px;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.ecocute-sec02__inner .features li:first-child figure + div h3 {
	color: #024c1c;
}
.ecocute-sec02__inner .features li:nth-child(2) figure + div h3 {
	color: #972244;
}
.ecocute-sec02__inner .features li:nth-child(3) figure + div h3 {
	color: #005b93;
}
.ecocute-sec02__inner .features li:nth-child(4) figure + div h3 {
	color: #935e00;
}
.ecocute-sec02__inner .features li:nth-child(5) figure + div h3 {
	color: #464b8f;
}
.ecocute-sec02__inner .features li figure + div h4 {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.ecocute-sec02__inner .features li:first-child figure + div h4 {
	color: #024c1c;
}
.ecocute-sec02__inner .features li:nth-child(2) figure + div h4 {
	color: #972244;
}
.ecocute-sec02__inner .features li:nth-child(3) figure + div h4 {
	color: #005b93;
}
.ecocute-sec02__inner .features li:nth-child(4) figure + div h4 {
	color: #935e00;
}
.ecocute-sec02__inner .features li:nth-child(5) figure + div h4 {
	color: #464b8f;
}
.ecocute-sec02__inner .features li figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.ecocute-sec02 {
		padding: 0 0 12vw;
	}
	.ecocute-sec02__inner h2 {
		margin-bottom: 5%;
	}
	.ecocute-sec02__inner .features li {
		margin-bottom: 8%;
	}
	.ecocute-sec02__inner .features li:nth-child(odd) figure .icon {
		top: 100%;
		right: auto;
		left: 50%;
		margin: -29px 0 0;
		transform: translateX(-50%) translateY(0);
	}
	.ecocute-sec02__inner .features li:nth-child(even) figure .icon {
		top: 100%;
		right: auto;
		left: 50%;
		margin: -29px 0 0;
		transform: translateX(-50%) translateY(0);
	}
	.ecocute-sec02__inner .features li figure {
		width: 100%;
	}
	.ecocute-sec02__inner .features li:nth-child(even) figure {
		order: 1;
	}
	.ecocute-sec02__inner .features li figure + div {
		width: 90%;
		padding: 10% 5% 4%;
	}
	.ecocute-sec02__inner .features li:nth-child(even) figure + div {
		order: 2;
	}
	.ecocute-sec02__inner .features li figure + div h3 {
		margin-bottom: 5%;
	}
	.ecocute-sec02__inner .features li figure + div h4 {
		margin-bottom: 2%;
	}
	.ecocute-sec02__inner .features li figure + div .text {
		margin-bottom: 4%;
	}
}



.ecocute-sec03 {
	background: #e7edf5;
	padding: 90px 0;
}
.ecocute-sec03__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.ecocute-sec03__inner .merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ecocute-sec03__inner .merit li {
	width: 48%;
}
.ecocute-sec03__inner .merit li:nth-child(-n+2) {
	margin-bottom: 50px;
}
.ecocute-sec03__inner .merit li figure {
	margin-bottom: 20px;
}
.ecocute-sec03__inner .merit li h3 {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.ecocute-sec03__inner .merit li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.ecocute-sec03 {
		padding: 12vw 0;
	}
	.ecocute-sec03__inner h2 {
		margin-bottom: 5%;
	}
	.ecocute-sec03__inner .merit li {
		width: 100%;
		margin-bottom: 8%;
	}
	.ecocute-sec03__inner .merit li:nth-child(-n+2) {
		margin-bottom: 8%;
	}
	.ecocute-sec03__inner .merit li:last-child {
		margin-bottom: 0;
	}
	.ecocute-sec03__inner .merit li figure {
		margin-bottom: 3%;
	}
	.ecocute-sec03__inner .merit li h3 {
		margin-bottom: 2%;
	}
}



.ecocute-sec04 {
	padding: 90px 0;
}
.ecocute-sec04__inner h2 {
	margin-bottom: 20px;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.ecocute-sec04__inner .read {
	margin-bottom: 40px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.ecocute-sec04__inner .structure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ecocute-sec04__inner .structure li {
	background: #e7edf5;
	padding: 50px 5%;
}
.ecocute-sec04__inner .structure li:first-child {
	width: 32%;
}
.ecocute-sec04__inner .structure li:last-child {
	width: 45%;
}
.ecocute-sec04__inner .structure li:last-child h3 {
	margin-top: 20px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.4;
}
@media (max-width: 751px) {
	.ecocute-sec04 {
		padding: 12vw 0;
	}
	.ecocute-sec04__inner h2 {
		margin-bottom: 3%;
	}
	.ecocute-sec04__inner .read {
		margin-bottom: 6%;
	}
	.ecocute-sec04__inner .structure li {
		padding: 7% 5%;
	}
	.ecocute-sec04__inner .structure li:first-child {
		width: 90%;
		margin-bottom: 5%;
	}
	.ecocute-sec04__inner .structure li:last-child {
		width: 90%;
	}
	.ecocute-sec04__inner .structure li:last-child h3 {
		margin-top: 4%;
	}
}



/* -------------------------------------------------
   窓サッシ
------------------------------------------------- */
.page-header__title.window-sash .page-header__title--ja {
	padding-top: 20px;
}
.page-header__title .page-header__title--en .page-header__title--thin {
	margin: 0 16px 0 0;
}

.window-sash-firstview__inner {
    position: relative;
    z-index: 2;
}
.window-sash-firstview__bg {
    position: relative;
}
.window-sash-firstview__bg::before {
	content: "";
	background: url("../img/use-energy/window-sash-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.window-sash-firstview {
		margin: 58px 0 0;
	}
	.window-sash-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.window-sash-firstview__bg::before {
		width: 1300rem;
    }
	.window-sash-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.window-sash-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .window-sash-firstview__bg {
        display: grid;
        align-items: end;
    }
	.window-sash-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.window-sash .page-header__title--ja {
		padding-top: 15px;
	}
	.window-sash-firstview {
        margin: 20rem 0 0;
    }
	.window-sash-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .window-sash-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.window-sash-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.window-sash-sec01 {
	background: url("../img/use-energy/windowsystem_sec01_bg.jpg") no-repeat center center / cover;
	margin: 50px 0;
	padding: 100px 0;
}
.window-sash-sec01 .block {
	width: 55%;
}
.window-sash-sec01 .block h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec01 .block .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.window-sash-sec01 {
		background: none;
		margin: 0 0 10%;
		padding: 8% 0 0;
	}
	.window-sash-sec01 .block {
		width: 100%;
		margin-bottom: 8%;
	}
	.window-sash-sec01 .block h2 {
		margin-bottom: 5%;
	}
}



.window-sash-sec02 {
	margin-bottom: 80px;
}
.window-sash-sec02 h3 {
	margin-bottom: 20px;
	font-size: clamp(24px, 2.0vw, 32px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec02 .works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec02 .works > li {
	border: 4px solid #d9d9d9;
	width: 48.5%;
}
.window-sash-sec02 .works > li:nth-child(-n+2) {
	margin-bottom: 30px;
}
.window-sash-sec02 .works > li h4 {
	background: #f6f6f6;
	padding: 20px 20px;
	color: #7499c5;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}
.window-sash-sec02 .works > li h4 + ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 50px 40px;
}
.window-sash-sec02 .works > li h4 + ul li {
	width: 45%;
	position: relative;
}
.window-sash-sec02 .works > li h4 + ul li:first-child {
	margin-right: 10%;
}
.window-sash-sec02 .works > li h4 + ul li:first-child:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #7499c5;
	border-right: 0;
	margin-top: 15px;
	transform: translateY(-50%);
}
.window-sash-sec02 .works > li h4 + ul .caption {
	margin-bottom: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.window-sash-sec02 {
		margin-bottom: 10%;
	}
	.window-sash-sec02 h3 {
		margin-bottom: 5%;
	}
	.window-sash-sec02 .works > li {
		border: 3px solid #d9d9d9;
		width: 100%;
		margin-bottom: 5%;
	}
	.window-sash-sec02 .works > li h4 {
		padding: 3% 5%;
	}
	.window-sash-sec02 .works > li h4 + ul {
		padding: 4% 5%;
	}
	.window-sash-sec02 .works > li h4 + ul li {
		position: relative;
	}
	.window-sash-sec02 .works > li h4 + ul li:first-child:after {
		right: -15%;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 10px solid #7499c5;
		margin-top: 15px;
	}
	.window-sash-sec02 .works > li h4 + ul .caption {
		margin-bottom: 1%;
	}
}



.window-sash-sec03 {
	margin: 0 0 100px;
}
.window-sash-sec03 h2 {
	margin-bottom: 30px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec03 h3 {
	margin-bottom: 40px;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec03 ul li {
	width: 48%;
}
.window-sash-sec03 ul li:first-child {
	padding-top: 3%;
}
.window-sash-sec03 ul li:nth-child(-n+2) {
	margin-bottom: 50px;
}
.window-sash-sec03 ul li:first-child h4 {
	margin-bottom: 20px;
	color: #f39800;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.window-sash-sec03 ul li:first-child h4:before {
	content: "";
	position: absolute;
	top: -17px;
	left: -24px;
	background: url("../img/use-energy/windowsystem_circle01.png") no-repeat center center / cover;
	width: 70px;
	height: 70px;
	z-index: -1;
}
.window-sash-sec03 ul li:first-child .txt {
	width: 70%;
	margin-bottom: 50px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec03 ul li:nth-child(3) figure img:first-child {
	margin-bottom: 30px;
}
.window-sash-sec03 ul li:last-child {
	padding-top: 3%;
}
.window-sash-sec03 ul li:last-child h4 {
	margin-bottom: 20px;
	color: #88abda;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.window-sash-sec03 ul li:last-child h4:before {
	content: "";
	position: absolute;
	top: -17px;
	left: -24px;
	background: url("../img/use-energy/windowsystem_circle02.png") no-repeat center center / cover;
	width: 70px;
	height: 70px;
	z-index: -1;
}
.window-sash-sec03 ul li:last-child h5 {
	margin-bottom: 20px;
	color: #88abda;
	font-size: clamp(20px, 2.0vw, 30px);
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.window-sash-sec03 ul li:last-child h5 span {
	font-size: clamp(38px, 2.4vw, 50px);
}
.window-sash-sec03 ul li:last-child .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec03 ul li:last-child .txt.mb {
	margin-bottom: 50px;
}
@media (max-width: 640px) {
	.window-sash-sec03 {
		margin: 0 0 12%;
	}
	.window-sash-sec03 h2 {
		margin-bottom: 5%;
	}
	.window-sash-sec03 h3 {
		margin-bottom: 8%;
	}
	.window-sash-sec03 ul li {
		width: 100%;
	}
	.window-sash-sec03 ul li:first-child {
		padding-top: 3%;
	}
	.window-sash-sec03 ul li:nth-child(-n+2) {
		margin-bottom: 8%;
	}
	.window-sash-sec03 ul li:nth-child(3) {
		margin-bottom: 8%;
	}
	.window-sash-sec03 ul li:first-child h4 {
		margin-bottom: 5%;
	}
	.window-sash-sec03 ul li:first-child h4:before {
		top: -12px;
		left: -19px;
		width: 50px;
		height: 50px;
	}
	.window-sash-sec03 ul li:first-child .txt {
		width: 100%;
		margin-bottom: 6%;
	}
	.window-sash-sec03 ul li:nth-child(3) figure img:first-child {
		margin-bottom: 5%;
	}
	.window-sash-sec03 ul li:last-child {
		padding-top: 3%;
	}
	.window-sash-sec03 ul li:last-child h4 {
		margin-bottom: 5%;
	}
	.window-sash-sec03 ul li:last-child h4:before {
		top: -12px;
		left: -19px;
		width: 50px;
		height: 50px;
	}
	.window-sash-sec03 ul li:last-child h5 {
		margin-bottom: 4%;
	}
	.window-sash-sec03 ul li:last-child .txt.mb {
		margin-bottom: 4%;
	}
}



.window-sash-sec04 {
	margin: 0 0 100px;
}
.window-sash-sec04 h2 {
	margin-bottom: 30px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 h3 {
	margin-bottom: 40px;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.window-sash-sec04 .block01 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 48%;
}
.window-sash-sec04 .block01 li figure {
	width: 48%;
}
.window-sash-sec04 .block01 li figure + div {
	width: 40%;
	padding-left: 10%;
}
.window-sash-sec04 .block01 li:first-child figure {
	order: 2;
}
.window-sash-sec04 .block01 li:first-child figure + div {
	order: 1;
}
.window-sash-sec04 .block01 li:first-child figure + div h4 {
	margin-bottom: 10px;
	color: #7499c5;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block01 li:first-child figure + div h4 + p {
	color: #7499c5;
	font-size: clamp(18px, 1.33vw, 24px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block01 li:last-child figure + div h4 {
	margin-bottom: 10px;
	color: #f39800;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block01 li:last-child figure + div h4 + p {
	color: #f39800;
	font-size: clamp(18px, 1.33vw, 24px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block02 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.window-sash-sec04 .block02 li:first-child {
	margin-bottom: 40px;
}	
.window-sash-sec04 .block02 li figure {
	width: 48%;
}
.window-sash-sec04 .block02 li figure + div {
	width: 48%;
}
.window-sash-sec04 .block02 li figure + div h4 {
	margin-bottom: 20px;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec04 .block02 li figure + div p {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec04 .block02 li:last-child figure {
	width: 38%;
	margin-left: 5%;
}	
@media (max-width: 640px) {
	.window-sash-sec04 {
		margin: 0 0 12%;
	}
	.window-sash-sec04 h2 {
		margin-bottom: 4%;
	}
	.window-sash-sec04 h3 {
		margin-bottom: 4%;
	}
	.window-sash-sec04 .block01 {
		margin-bottom: 8%;
	}
	.window-sash-sec04 .block01 li {
		width: 100%;
	}
	.window-sash-sec04 .block01 li figure {
		width: 45%;
	}
	.window-sash-sec04 .block01 li figure + div {
		width: 50%;
		padding-left: 3%;
	}
	.window-sash-sec04 .block01 li:first-child figure + div h4 {
		margin-bottom: 2%;
	}
	.window-sash-sec04 .block01 li:last-child figure + div h4 {
		margin-bottom: 2%;
	}
	.window-sash-sec04 .block02 li:first-child {
		margin-bottom: 8%;
	}	
	.window-sash-sec04 .block02 li figure {
		width: 100%;
	}
	.window-sash-sec04 .block02 li figure + div {
		width: 100%;
	}
	.window-sash-sec04 .block02 li figure + div h4 {
		margin-bottom: 2%;
	}
	.window-sash-sec04 .block02 li:first-child figure {
		width: 90%;
		margin: 0 auto 5%;
	}	
	.window-sash-sec04 .block02 li:last-child figure {
		width: 60%;
		margin: 0 auto 5%;
	}	
}



.window-sash-sec05 {
	margin: 0 0 100px;
}
.window-sash-sec05 h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec05 ul li {
	margin-bottom: 60px;
}
.window-sash-sec05 ul li:first-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec05 ul li:first-child figure {
	order: 2;
	width: 48%;
}
.window-sash-sec05 ul li:first-child figure + div {
	order: 1;
	width: 48%;
}
.window-sash-sec05 ul li h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
.window-sash-sec05 ul li h3:before {
	position: relative;
	top: 50%;
	left: 0;
	display: inline-block;
	border-radius: 5px;
	background: #7499c5;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 3px 0 0;
	text-align: center;
	color: #fff;
	font-size: clamp(20px, 2.22vw, 32px);
}
.window-sash-sec05 ul li h3.no1:before {
	content: "1";
}
.window-sash-sec05 ul li h3.no2:before {
	content: "2";
}
.window-sash-sec05 ul li h3.no3:before {
	content: "3";
}
.window-sash-sec05 ul li h3.no4:before {
	content: "4";
}
.window-sash-sec05 ul li h3.no5:before {
	content: "5";
}
.window-sash-sec05 ul li h3.no6:before {
	content: "6";
}
.window-sash-sec05 ul li h4 {
	margin-bottom: 20px;
	color: #7499c5;
	font-size: clamp(18px, 2.0vw, 30px);
	font-weight: 700;
	line-height: 1.4;
}
.window-sash-sec05 ul li .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec05 ul li h5 {
	margin: 50px 0 20px;
	font-size: clamp(20px, 1.33vw, 24px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec05 ul li .box {
	background: #fef5ec;
	margin-top: 30px;
	padding: 40px 50px;
}
.window-sash-sec05 ul li .box figure {
	width: 90%;
	margin: 0 auto 20px;
}
.window-sash-sec05 ul li .box figure + p {
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec05 ul li:nth-child(n+3) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec05 ul li:nth-child(n+3) figure {
	order: 2;
	width: 40%;
}
.window-sash-sec05 ul li:nth-child(n+3) figure + div {
	order: 1;
	width: 55%;
}
.window-sash-sec05 ul li:nth-child(n+5) figure {
	width: 37%;
}
.window-sash-sec05 ul li figure + div .sub {
	margin-top: 20px;
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec05 ul li:nth-child(3) .sub {
	order: 3;
	margin-top: 10px;
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec05 ul li:nth-child(6) {
	margin-bottom: 30px;
}
.window-sash-sec05 ul li:nth-child(7) {
	margin-bottom: 0;
}
@media (max-width: 640px) {
	.window-sash-sec05 {
		margin: 0 0 12%;
	}
	.window-sash-sec05 h2 {
		margin-bottom: 5%;
	}
	.window-sash-sec05 ul li {
		margin-bottom: 8%;
	}
	.window-sash-sec05 ul li:first-child figure {
		order: 2;
		width: 100%;
	}
	.window-sash-sec05 ul li:first-child figure + div {
		order: 1;
		width: 100%;
		margin-bottom: 4%;
	}
	.window-sash-sec05 ul li h3 {
		margin-bottom: 4%;
	}
	.window-sash-sec05 ul li h3:before {
		width: 35px;
        height: 32px;
	}
	.window-sash-sec05 ul li h4 {
		margin-bottom: 3%;
	}
	.window-sash-sec05 ul li h5 {
		margin: 8% 0 3%;
	}
	.window-sash-sec05 ul li .box {
		margin-top: 6%;
		padding: 5% 5%;
	}
	.window-sash-sec05 ul li .box figure {
		width: 100%;
		margin: 0 auto 4%;
	}
	.window-sash-sec05 ul li:nth-child(n+3) figure {
		width: 100%;
	}
	.window-sash-sec05 ul li:nth-child(n+3) figure + div {
		width: 100%;
		margin-bottom: 4%;
	}
	.window-sash-sec05 ul li:nth-child(n+5) figure {
		width: 100%;
	}
	.window-sash-sec05 ul li figure + div .sub {
		margin-top: 4%;
	}
	.window-sash-sec05 ul li:nth-child(3) .sub {
		margin-top: 3%;
	}
	.window-sash-sec05 ul li:nth-child(6) {
		margin-bottom: 6%;
	}
}



.window-sash-sec06 {
	margin: 0 0 100px;
}
.window-sash-sec06 h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec06 h3 {
	margin-bottom: 30px;
	font-size: clamp(24px, 2.0vw, 36px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec06 ul.var {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec06 ul.var li {
	width: 32%;
	margin-bottom: 50px;
}
.window-sash-sec06 ul.var li p {
	margin-top: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec06 h4 {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.33vw, 24px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec06 .txt {
	margin-bottom: 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec06 .color01 {
	margin-bottom: 60px;
}
.window-sash-sec06 .color02 {
	width: 70%;
}
@media (max-width: 640px) {
	.window-sash-sec06 {
		margin: 0 0 12%;
	}
	.window-sash-sec06 h2 {
		margin-bottom: 5%;
	}
	.window-sash-sec06 h3 {
		margin-bottom: 5%;
	}
	.window-sash-sec06 ul.var li {
		width: 48%;
		margin-bottom: 8%;
	}
	.window-sash-sec06 ul.var li p {
		margin-top: 1%;
	}
	.window-sash-sec06 h4 {
		margin-bottom: 3%;
	}
	.window-sash-sec06 .txt {
		margin-bottom: 4%;
	}
	.window-sash-sec06 .color01 {
		margin-bottom: 8%;
	}
	.window-sash-sec06 .color02 {
		width: 100%;
	}
}



.window-sash-sec07 {
	margin: 0 0 100px;
}
.window-sash-sec07 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.window-sash-sec07 .block figure {
	order: 2;
	width: 48%;
}
.window-sash-sec07 .block figure + div {
	order: 1;
	width: 48%;
}
.window-sash-sec07 .block figure + div h2 {
	margin-bottom: 30px;
	color: #7499c5;
	font-size: clamp(32px, 2.4vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.window-sash-sec07 .block figure + div .txt {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.window-sash-sec07 .block figure + div .sub {
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.window-sash-sec07 {
		margin: 0 0 12%;
	}
	.window-sash-sec07 .block figure {
		width: 100%;
	}
	.window-sash-sec07 .block figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.window-sash-sec07 .block figure + div h2 {
		margin-bottom: 4%;
	}
	.window-sash-sec07 .block figure + div .txt {
		margin-bottom: 5%;
	}
}



/* -------------------------------------------------
   床暖房
------------------------------------------------- */
.page-header__title.hp-yukadan .page-header__title--ja {
	padding-top: 20px;
}

.hp-yukadan-firstview__inner {
    position: relative;
    z-index: 2;
}
.hp-yukadan-firstview__bg {
    position: relative;
}
.hp-yukadan-firstview__bg::before {
	content: "";
	background: url("../img/use-energy/yukadan-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.hp-yukadan-firstview {
		margin: 58px 0 0;
	}
	.hp-yukadan-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.hp-yukadan-firstview__bg::before {
		width: 1300rem;
    }
	.hp-yukadan-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.hp-yukadan-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .hp-yukadan-firstview__bg {
        display: grid;
        align-items: end;
    }
	.hp-yukadan-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.hp-yukadan .page-header__title--ja {
		padding-top: 15px;
	}
	.hp-yukadan-firstview {
        margin: 20rem 0 0;
    }
	.hp-yukadan-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .hp-yukadan-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.hp-yukadan-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.hp-yukadan-sec01 {
	padding: 50px 0 100px;
}
.hp-yukadan-sec01 h2 {
	margin-bottom: 35px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec01 h2 span {
	font-size: clamp(20px, 2.22vw, 32px);
}
.hp-yukadan-sec01 h3 {
	margin-bottom: 30px;
	font-size: clamp(20px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.4;
}
.hp-yukadan-sec01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.hp-yukadan-sec01 ul li {
	width: 25%;
	margin-right: 1%;
}
@media (max-width: 640px) {
	.hp-yukadan-sec01 {
		padding: 6vw 0 12vw;
	}
	.hp-yukadan-sec01 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec01 h3 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec01 ul li {
		width: 32%;
		margin-right: 2%;
	}
	.hp-yukadan-sec01 ul li:last-child {
		margin-right: 0;
	}
}



.hp-yukadan-sec02 {
	padding: 0 0 100px;
}
.hp-yukadan-sec02 h2 {
	margin-bottom: 35px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec02 .block.lst {
	margin-top: 80px;
}
.hp-yukadan-sec02 .block h3 {
	margin-bottom: 30px;
	font-size: clamp(20px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
.hp-yukadan-sec02 .block h3:before {
	position: relative;
	top: 50%;
	left: 0;
	display: inline-block;
	border-radius: 5px;
	background: #7499c5;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 3px 0 0;
	text-align: center;
	color: #fff;
	font-size: clamp(20px, 2.22vw, 32px);
}
.hp-yukadan-sec02 .block h3.no1:before {
	content: "1";
}
.hp-yukadan-sec02 .block h3.no2:before {
	content: "2";
}
.hp-yukadan-sec02 .block .txt01 {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec02 .block .txt02 {
	margin-bottom: 20px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec02 .block .txt03 {
	margin-top: 20px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec02 {
		padding: 0 0 12vw;
	}
	.hp-yukadan-sec02 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec02 .block.lst {
		margin-top: 10%;
	}
	.hp-yukadan-sec02 .block h3 {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec02 .block h3:before {
		width: 35px;
		height: 32px;
	}
	.hp-yukadan-sec02 .block .txt01 {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec02 .block .txt02 {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec02 .block .txt03 {
		margin-top: 4%;
	}
}



.hp-yukadan-sec03 {
	padding: 0 0 100px;
}
.hp-yukadan-sec03 h2 {
	margin-bottom: 75px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec03 ul li {
	border-radius: 10px;
	border: 3px solid #398937;
	width: 25%;
	padding: 60px 3% 25px;
	text-align: center;
	position: relative;
}
.hp-yukadan-sec03 ul li:nth-child(2) {
	padding: 35px 3% 25px;
}
.hp-yukadan-sec03 ul li .no {
	position: absolute;
	top: -30px;
	left: 50%;
	border-radius: 50%;
	background: #398937;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	transform: translateX(-50%);
}
.hp-yukadan-sec03 ul li .no:before {
	content: "メリット";
	position: absolute;
	top: -23px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #398937;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec03 ul li h3 {
	margin-bottom: 20px;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec03 ul li h3 span {
	color: #398937;
	font-size: clamp(28px, 2.22vw, 40px);
}
.hp-yukadan-sec03 ul li:first-child .box {
	background: #e3f7cd;
	padding: 30px 0;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec03 ul li:nth-child(2) h3 {
	margin-bottom: 5px;
	font-size: clamp(20px, 1.55vw, 24px);
}
.hp-yukadan-sec03 ul li:nth-child(2) h3 > span {
	color: #ff0000;
	font-size: clamp(20px, 1.55vw, 24px);
}
.hp-yukadan-sec03 ul li:nth-child(2) h3 > span span {
	color: #ff0000;
	font-size: clamp(28px, 2.0vw, 40px);
}
.hp-yukadan-sec03 ul li:nth-child(2) h4 {
	margin-bottom: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec03 ul li:nth-child(2) .txt {
	margin-bottom: 15px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec03 ul li:nth-child(2) figure {
	width: 70%;
	margin: 0 auto;
}
.hp-yukadan-sec03 ul li:last-child .box {
	background: #e3f7cd;
	padding: 12px 0;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 640px) {
	.hp-yukadan-sec03 {
		padding: 0 0 12vw;
	}
	.hp-yukadan-sec03 h2 {
		margin-bottom: 12%;
	}
	.hp-yukadan-sec03 ul {
		width: 95%;
		margin: 0 auto;
	}
	.hp-yukadan-sec03 ul li {
		width: 100%;
		margin-bottom: 15%;
		padding: 40px 5% 20px;
	}
	.hp-yukadan-sec03 ul li:nth-child(2) {
		padding: 30px 5% 20px;
	}
	.hp-yukadan-sec03 ul li:last-child {
		margin-bottom: 0;
	}
	.hp-yukadan-sec03 ul li .no {
		top: -25px;
		left: 50%;
		width: 55px;
		height: 55px;
		font-size: 38px;
	}
	.hp-yukadan-sec03 ul li .no:before {
		top: -18px;
		left: 0;
		font-size: 12px;
	}
	.hp-yukadan-sec03 ul li h3 {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec03 ul li:first-child .box {
		padding: 5% 0;
	}
	.hp-yukadan-sec03 ul li:nth-child(2) h3 {
		margin-bottom: 2%;
	}
	.hp-yukadan-sec03 ul li:nth-child(2) h4 {
		margin-bottom: 1%;
	}
	.hp-yukadan-sec03 ul li:nth-child(2) .txt {
		margin-bottom: 3%;
	}
	.hp-yukadan-sec03 ul li:nth-child(2) figure {
		width: 60%;
	}
	.hp-yukadan-sec03 ul li:last-child .box {
		padding: 3% 0;
	}
}



.hp-yukadan-sec04 {
	padding: 0 0 100px;
}
.hp-yukadan-sec04 h2 {
	margin-bottom: 35px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec04 h3 {
	display: inline-block;
	border-radius: 50px;
	background: #76a946;
	margin-bottom: 40px;
	padding: 10px 30px;
	color: #fff;
	font-size: clamp(18px, 1.66vw, 26px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec04 h4 {
	margin-bottom: 20px;
	font-size: clamp(18px, 1.66vw, 26px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec04 .block01 {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block01 .txt01 {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block01 .setting {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block01 .setting li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #76a946;
	margin-bottom: 20px;
	padding: 40px 5%;
}
.hp-yukadan-sec04 .block01 .setting li figure {
	order: 2;
	width: 30%;
}
.hp-yukadan-sec04 .block01 .setting li figure + div {
	order: 1;
	width: 65%;
}
.hp-yukadan-sec04 .block01 .setting li figure + div h5 {
	margin-bottom: 15px;
	color: #76a946;
	font-size: clamp(18px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec04 .block01 .setting li figure + div .box {
	display: inline-block;
	background: #e3f7cd;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.4;
}
.hp-yukadan-sec04 .block01 .setting li figure + div .txt02 {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block01 figure.cost {
	width: 95%;
}
.hp-yukadan-sec04 .block02 {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block02 .lowpower {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec04 .block02 .lowpower figure {
	order: 2;
	width: 30%;
}
.hp-yukadan-sec04 .block02 .lowpower figure + div {
	order: 1;
	width: 65%;
}
.hp-yukadan-sec04 .block02 .lowpower figure + div .ttl {
	margin: 40px 0 10px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec04 .block02 .lowpower figure + div p {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block03 {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block03 .alignment {
	
}
.hp-yukadan-sec04 .block03 .alignment > li {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block03 .alignment > li .txt {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block03 .alignment > li figure {
	width: 90%;
}
.hp-yukadan-sec04 .block03 .alignment > li .img {
	display: flex;
	flex-wrap: wrap;
}
.hp-yukadan-sec04 .block03 .alignment > li li:first-child {
	width: 40%;
	margin-right: 5%;
}
.hp-yukadan-sec04 .block03 .alignment > li li:last-child {
	width: 44%;
}
.hp-yukadan-sec04 .block04 {
	margin-bottom: 80px;
}
.hp-yukadan-sec04 .block04.lst {
	margin-bottom: 0;
}
.hp-yukadan-sec04 .block04 .hotfloor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec04 .block04 .hotfloor figure {
	order: 2;
	width: 35%;
}
.hp-yukadan-sec04 .block04 .hotfloor figure + div {
	order: 1;
	width: 60%;
}
.hp-yukadan-sec04 .block04 .hotfloor figure + div .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block04 .control {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec04 .block04 .control figure {
	order: 2;
	width: 60%;
}
.hp-yukadan-sec04 .block04 .control figure + div {
	order: 1;
	width: 35%;
}
.hp-yukadan-sec04 .block04 .control figure + div .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec04 .block04 .hotcharge {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec04 .block04 .hotcharge figure {
	order: 2;
	width: 50%;
}
.hp-yukadan-sec04 .block04 .hotcharge figure + div {
	order: 1;
	width: 45%;
}
.hp-yukadan-sec04 .block04 .hotcharge figure + div .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec04 {
		padding: 0 0 12vw;
	}
	.hp-yukadan-sec04 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 h3 {
		margin-bottom: 5%;
		padding: 2% 5%;
	}
	.hp-yukadan-sec04 h4 {
		margin-bottom: 3%;
	}
	.hp-yukadan-sec04 .block01 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block01 .txt01 {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec04 .block01 .setting {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block01 .setting li {
		margin-bottom: 5%;
		padding: 5% 5%;
	}
	.hp-yukadan-sec04 .block01 .setting li figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block01 .setting li figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block01 .setting li figure + div h5 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block01 .setting li figure + div .box {
		margin-bottom: 5%;
		padding: 3% 5%;
	}
	.hp-yukadan-sec04 .block01 figure.cost {
		width: 100%;
	}
	.hp-yukadan-sec04 .block02 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block02 .lowpower figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block02 .lowpower figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block02 .lowpower figure + div .ttl {
		width: 100%;
		margin: 8% 0 4%;
	}
	.hp-yukadan-sec04 .block03 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block03 .alignment > li {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block03 .alignment > li .txt {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block03 .alignment > li figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block03 .alignment > li li:first-child {
		width: 45%;
		margin-right: 5%;
	}
	.hp-yukadan-sec04 .block03 .alignment > li li:last-child {
		width: 50%;
	}
	.hp-yukadan-sec04 .block04 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec04 .block04 .hotfloor figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block04 .hotfloor figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block04 .control figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block04 .control figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
	.hp-yukadan-sec04 .block04 .hotcharge figure {
		width: 100%;
	}
	.hp-yukadan-sec04 .block04 .hotcharge figure + div {
		width: 100%;
		margin-bottom: 5%;
	}
}



.hp-yukadan-sec05 {
	padding: 0 0 100px;
}
.hp-yukadan-sec05 h2 {
	margin-bottom: 35px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec05 h3 {
	margin-bottom: 30px;
	padding-left: 130px;
	font-size: clamp(20px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.hp-yukadan-sec05 h3 span {
	font-size: clamp(16px, 1.5vw, 20px);
}
.hp-yukadan-sec05 h3.type01:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background: url("../img/use-energy/yukadan-fuki01.png") no-repeat center center / cover;
	width: 107px;
	height: 59px;
}
.hp-yukadan-sec05 h3.type02:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background: url("../img/use-energy/yukadan-fuki02.png") no-repeat center center / cover;
	width: 107px;
	height: 59px;
}
.hp-yukadan-sec05 .eco01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.hp-yukadan-sec05 .eco01 li:first-child {
	width: 34%;
}
.hp-yukadan-sec05 .eco01 li:last-child {
	width: 60%;
}
.hp-yukadan-sec05 .eco01 li h4 {
	display: inline-block;
	border-radius: 50px;
	background: #00a79b;
	margin-bottom: 20px;
	padding: 10px 30px;
	color: #fff;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec05 .eco01 li h5 {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec05 .eco02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hp-yukadan-sec05 .eco02 li {
	width: 30%;
}
.hp-yukadan-sec05 .eco02 li .title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hp-yukadan-sec05 .eco02 li .title figure {
	width: 40%;
	margin-right: 3%;
}
.hp-yukadan-sec05 .eco02 li .title h4 {
	width: 50%;
	color: #ec6d56;
	font-size: clamp(24px, 2.0vw, 32px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec05 .eco02 li .txt {
	margin-top: 30px;
}
.hp-yukadan-sec05 .eco02 li p  {
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.6;
}
@media (max-width: 640px) {
	.hp-yukadan-sec05 {
		padding: 0 0 12vw;
	}
	.hp-yukadan-sec05 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec05 h3 {
		margin-bottom: 6%;
		padding-left: 80px;
	}
	.hp-yukadan-sec05 h3.type01:before {
		top: 10px;
		width: 70px;
		height: 39px;
	}
	.hp-yukadan-sec05 h3.type02:before {
		top: 10px;
		width: 70px;
		height: 39px;
	}
	.hp-yukadan-sec05 .eco01 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec05 .eco01 li:first-child {
		width: 100%;
		margin-bottom: 8%;
	}
	.hp-yukadan-sec05 .eco01 li:last-child {
		width: 100%;
	}
	.hp-yukadan-sec05 .eco01 li h4 {
		margin-bottom: 2%;
		padding: 2% 5%;
	}
	.hp-yukadan-sec05 .eco01 li h5 {
		margin-bottom: 3%;
	}
	.hp-yukadan-sec05 .eco02 li {
		border-top: 1.5px dashed #ff8387;
		width: 100%;
		margin-bottom: 0;
		padding: 4% 0;
	}
	.hp-yukadan-sec05 .eco02 li:last-child {
		border-bottom: 1.5px dashed #ff8387;
		margin-bottom: 0;
	}
	.hp-yukadan-sec05 .eco02 li .title figure {
		width: 20%;
		margin-right: 5%;
	}
	.hp-yukadan-sec05 .eco02 li .title h4 {
		width: 75%;
	}
	.hp-yukadan-sec05 .eco02 li .txt {
		margin-top: 3%;
	}
}



.hp-yukadan-sec06 {
	padding: 0 0 150px;
}
.hp-yukadan-sec06 h2 {
	margin-bottom: 35px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec06 .step {
	display: flex;
	flex-wrap: wrap;
}
.hp-yukadan-sec06 .step > li {
	display: flex;
	flex-direction: column; 
	border-radius: 10px;
	box-shadow: 6px 6px 10px 0px #aaa;
	background: #f4f2d7;
	width: 16%;
	margin-right: 27px;
	padding: 30px 2%;
	position: relative;
}
.hp-yukadan-sec06 .step > li:after {
	content: "";
	position: absolute;
	top: 70%;
	right: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 27px solid #76a846;
	border-right: 0;
}
.hp-yukadan-sec06 .step > li:nth-child(n+6):after {
	display: none;
}
.hp-yukadan-sec06 .step > li:nth-child(-n+4) {
	margin-bottom: 40px;
}
.hp-yukadan-sec06 .step > li:nth-child(4) {
	margin-right: 0;
}
.hp-yukadan-sec06 .step > li:nth-child(7) {
	box-shadow: none;
	background: none;
	width: 52%;
	padding: 0;
}
.hp-yukadan-sec06 .step > li h3 {
	min-height: 80px;
	padding-left: 45px;
	color: #76a946;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
.hp-yukadan-sec06 .step > li h3 span {
	color: #000;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
}
.hp-yukadan-sec06 .step > li h3:before {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #76a946;
	width: 38px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.hp-yukadan-sec06 .step > li h3.no1:before {
	content: "1";
}
.hp-yukadan-sec06 .step > li h3.no2:before {
	content: "2";
}
.hp-yukadan-sec06 .step > li h3.no3:before {
	content: "3";
}
.hp-yukadan-sec06 .step > li h3.no4:before {
	content: "4";
}
.hp-yukadan-sec06 .step > li h3.no5:before {
	content: "5";
}
.hp-yukadan-sec06 .step > li h3.no6:before {
	content: "6";
}
.hp-yukadan-sec06 .step > li h3 + ul {
	
}
.hp-yukadan-sec06 .step > li h3 + ul li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.6;
}
.hp-yukadan-sec06 .step > li:nth-child(7) .caution {
	margin-top: auto;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec06 {
		padding: 0 0 12vw;
	}
	.hp-yukadan-sec06 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec06 .step > li {
		width: 100%;
		margin: 0 0 27px;
		padding: 5% 5%;
	}
	.hp-yukadan-sec06 .step > li:after {
		top: 100%;
		left: 50%;
		right: auto;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		border-top: 27px solid #76a846;
		border-bottom: 0;
		transform: translateX(-50%);
	}
	.hp-yukadan-sec06 .step > li:nth-child(-n+4) {
		margin-bottom: 27px;
	}
	.hp-yukadan-sec06 .step > li:nth-child(7) {
		width: 100%;
		margin-bottom: 0;
	}
	.hp-yukadan-sec06 .step > li h3 {
		min-height: 0;
		margin-bottom: 4%;
		padding-left: 35px;
	}
	.hp-yukadan-sec06 .step > li h3:before {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.hp-yukadan-sec06 .step > li h3 + ul li {
		margin-bottom: 1%;
	}
}



.hp-yukadan-sec08 {
	background: url("../img/use-energy/yukadan-sec08-bg.jpg") no-repeat center center / cover;
	margin-bottom: 100px;
	padding: 80px 0;
}
.hp-yukadan-sec08 .ttl {
	width: 240px;
	margin: 0 auto 10px;
}
.hp-yukadan-sec08 h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #333;
	font-size: clamp(30px, 3.33vw, 40px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec08 .block {
	max-width: 740px;
	margin: 0 auto;
}
.hp-yukadan-sec08 .block .read {
	margin-bottom: 40px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
.hp-yukadan-sec08 .block h3 {
	margin-bottom: 10px;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.hp-yukadan-sec08 .block .step {
	margin-bottom: 30px;
}
.hp-yukadan-sec08 .block .step li {
	border-radius: 10px;
	border: 2px solid #7499c5;
	background: #fff;
	padding: 25px 20px;
}
.hp-yukadan-sec08 .block .step li:first-child {
	margin-bottom: 20px;
}
.hp-yukadan-sec08 .block .step li h4 {
	margin-bottom: 15px;
	padding-left: 45px;
	color: #7499c5;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
.hp-yukadan-sec08 .block .step li h4:before {
	position: absolute;
	top: -5px;
	left: 0;
	border-radius: 50%;
	background: #7499c5;
	width: 38px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.hp-yukadan-sec08 .block .step li h4.no1:before {
	content: "1";
}
.hp-yukadan-sec08 .block .step li h4.no2:before {
	content: "2";
}
.hp-yukadan-sec08 .block .step .txt01 {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.5;
}
.hp-yukadan-sec08 .block .icon {
	width: 100px;
	margin: 0 auto 10px;
}
.hp-yukadan-sec08 .block .txt02 {
	text-align: center;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 640px) {
	.hp-yukadan-sec08 {
		margin-bottom: 12vw;
		padding: 10% 0;
	}
	.hp-yukadan-sec08 .ttl {
		width: 150px;
		margin: 0 auto 2%;
	}
	.hp-yukadan-sec08 h2 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec08 .block .read {
		margin-bottom: 8%;
	}
	.hp-yukadan-sec08 .block h3 {
		margin-bottom: 2%;
	}
	.hp-yukadan-sec08 .block .step {
		margin-bottom: 6%;
	}
	.hp-yukadan-sec08 .block .step li {
		padding: 5% 5%;
	}
	.hp-yukadan-sec08 .block .step li:first-child {
		margin-bottom: 4%;
	}
	.hp-yukadan-sec08 .block .step li h4 {
		margin-bottom: 4%;
		padding-left: 35px;
	}
	.hp-yukadan-sec08 .block .step li h4:before {
		top: -3px;
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.hp-yukadan-sec08 .block .icon {
		width: 100px;
		margin: 0 auto 3%;
	}
}



.hp-yukadan-sec09 {
	background: url("../img/use-energy/yukadan-sec09-bg.jpg") no-repeat center center / cover;
	margin: 80px 0;
	padding: 100px 0;
}
.hp-yukadan-sec09 .block {
	width: 50%;
}
.hp-yukadan-sec09 .block h2 {
	margin-bottom: 40px;
	color: #7499c5;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec09 .block .txt {
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec09 {
		background: none;
		margin: 0 0 10%;
		padding: 8% 0 0;
	}
	.hp-yukadan-sec09 .block {
		width: 100%;
		margin-bottom: 8%;
	}
	.hp-yukadan-sec09 .block h2 {
		margin-bottom: 5%;
	}
}



.hp-yukadan-sec10 {
	margin-bottom: 80px;
}
.hp-yukadan-sec10 h3 {
	margin-bottom: 20px;
	font-size: clamp(24px, 2.0vw, 32px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec10 .works > li {
	border: 4px solid #d9d9d9;
	margin-bottom: 30px;
}
.hp-yukadan-sec10 .works > li h4 {
	background: #f6f6f6;
	padding: 20px 20px;
	color: #7499c5;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}
.hp-yukadan-sec10 .works > li h4 + ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 50px 40px;
}
.hp-yukadan-sec10 .works > li h4 + ul li {
	position: relative;
}
.hp-yukadan-sec10 .works > li h4 + ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #7499c5;
	border-right: 0;
	margin-top: 15px;
	transform: translateY(-50%);
}
.hp-yukadan-sec10 .works > li h4 + ul li:last-child:after {
	display: none;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:first-child {
	width: 60%;
	margin-right: 10%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:after {
	right: -10%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:last-child {
	width: 30%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex02 li {
	width: 30%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex02 li:first-child {
	margin-right: 10%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex02 li:after {
	right: -20%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex03 li {
	width: 30%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex03 li:nth-child(-n+2) {
	margin-right: 5%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex03 li:after {
	right: -11%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:first-child {
	width: 19.5%;
	margin-right: 5.25%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(2) {
	width: 40%;
	margin-right: 5.25%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(3) {
	width: 30%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:first-child:after {
	right: -16%;
}
.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(2):after {
	right: -8%;
}
.hp-yukadan-sec10 .works > li h4 + ul .caption {
	margin-bottom: 5px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec10 {
		margin-bottom: 10%;
	}
	.hp-yukadan-sec10 h3 {
		margin-bottom: 5%;
	}
	.hp-yukadan-sec10 .works > li {
		border: 3px solid #d9d9d9;
		margin-bottom: 6%;
	}
	.hp-yukadan-sec10 .works > li h4 {
		padding: 3% 5%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul {
		padding: 5% 5%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul li {
		position: relative;
	}
	.hp-yukadan-sec10 .works > li h4 + ul li:after {
		content: "";
		position: absolute;
		top: 105%;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 15px solid #7499c5;
		border-bottom: 0;
		margin-top: 0;
		transform: translateX(-50%);
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:first-child {
		width: 100%;
		margin: 0 0 10%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:after {
		top: 110%;
		right: auto;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex01 li:last-child {
		width: 100%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex02 li {
		width: 100%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex02 li:first-child {
		margin: 0 0 10%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex02 li:after {
		right: auto;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex03 li {
		width: 100%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex03 li:nth-child(-n+2) {
		margin: 0 0 10%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex03 li:after {
		right: auto;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:first-child {
		width: 100%;
		margin: 0 0 10%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(2) {
		width: 100%;
		margin: 0 0 10%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(3) {
		width: 100%;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:first-child:after {
		right: auto;
	}
	.hp-yukadan-sec10 .works > li h4 + ul.ex04 li:nth-child(2):after {
		top: 110%;
		right: auto;
	}
	.hp-yukadan-sec10 .works > li h4 + ul .caption {
		margin-bottom: 1%;
	}
}



.hp-yukadan-sec11 {
	background: url("../img/use-energy/yukadan-sec11-bg.jpg") no-repeat center center / cover;
	margin: 60px 0;
	padding: 300px 0 80px;
}
.hp-yukadan-sec11 .block {
	width: 80%;
}
.hp-yukadan-sec11 .block h2 {
	margin-bottom: 40px;
	color: #76a946;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.hp-yukadan-sec11 .block h2 span {
	font-size: clamp(24px, 2.2vw, 38px);
}
.hp-yukadan-sec11 .block h3 {
	font-size: clamp(24px, 2.2vw, 38px);
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 640px) {
	.hp-yukadan-sec11 {
		background: url("../img/use-energy/yukadan-sec11-bg.jpg") no-repeat center center / cover;
		margin: 10% 0 8%;
		padding: 30% 0 5%;
	}
	.hp-yukadan-sec11 .block {
		width: 100%;
	}
	.hp-yukadan-sec11 .block h2 {
		margin-bottom: 3%;
	}
	.hp-yukadan-sec11 .block h3 {
		line-height: 1.4;
	}
}



/* -------------------------------------------------
   快適に暮らす
------------------------------------------------- */
.page-header__title.live-comfortably .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.live-comfortably .page-header__title--ja {
	padding-top: 25px;
}

.live-comfortably-firstview__inner {
    position: relative;
    z-index: 2;
}
.live-comfortably-firstview__bg {
    position: relative;
}
.live-comfortably-firstview__bg::before {
	content: "";
	background: url("../img/live-comfortably/live-comfortably-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.live-comfortably-firstview {
		margin: 58px 0 0;
	}
	.live-comfortably-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.live-comfortably-firstview__bg::before {
		width: 1300rem;
    }
	.live-comfortably-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.live-comfortably-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .live-comfortably-firstview__bg {
        display: grid;
        align-items: end;
    }
	.live-comfortably-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.live-comfortably .page-header__title--ja {
		padding-top: 15px;
	}
	.live-comfortably-firstview {
        margin: 20rem 0 0;
    }
	.live-comfortably-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .live-comfortably-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.live-comfortably-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.live-comfortably-sec01 {
	background: url("../img/live-comfortably/live-comfortably-image01.jpg") no-repeat left center;
	background-size: 48% auto;
	min-height: 525px;
	margin: 0 0 90px;
}
.live-comfortably-sec01 .block {
	width: 48%;
	margin-left: 52%;
}
.live-comfortably-sec01 .block h2 {
	margin-bottom: 30px;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.live-comfortably-sec01 .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.live-comfortably-sec01 {
		background: none;
		margin: 0 0 12vw;
	}
	.live-comfortably-sec01 .block {
		width: 100%;
		margin: 0;
	}
	.live-comfortably-sec01 .block h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.live-comfortably-sec01 .block .text {
		margin-bottom: 5%;
	}
}



.live-comfortably-sec02 {
	padding: 0 0 90px;
}
.live-comfortably-sec02__inner .box {
	background: #e7edf5;
	padding: 80px 60px;
}
.live-comfortably-sec02__inner .box h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.live-comfortably-sec02__inner .box .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.live-comfortably-sec02__inner .box .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.live-comfortably-sec02__inner .box .block figure {
	width: 48%;
}
.live-comfortably-sec02__inner .box .block figure + div {
	width: 48%;
}
.live-comfortably-sec02__inner .box .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.live-comfortably-sec02__inner .box .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(133, 165, 204, 0.2));
	margin: 0 3.33vw;
}
.live-comfortably-sec02__inner .box .bnr figure {
	width: 38%;
	position: relative;
}
.live-comfortably-sec02__inner .box .bnr figure::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 100%);
	width: 80px;
	height: 100%;
}
.live-comfortably-sec02__inner .box .bnr figure img {
	vertical-align: bottom;
}
.live-comfortably-sec02__inner .box .bnr figure + div {
	width: 59%;
}
.live-comfortably-sec02__inner .box .bnr figure + div h3 {
	margin-bottom: 15px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.live-comfortably-sec02__inner .box .bnr figure + div .text {
	width: 90%;
	margin-bottom: 15px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.live-comfortably-sec02__inner .box .bnr figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.live-comfortably-sec02__inner .box .bnr figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 20px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.live-comfortably-sec02__inner .box .bnr figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.live-comfortably-sec02 {
		padding: 0 0 12vw;
	}
	.live-comfortably-sec02__inner .box {
		padding: 7% 5%;
	}
	.live-comfortably-sec02__inner .box h2 {
		margin-bottom: 2%;
	}
	.live-comfortably-sec02__inner .box .read {
		margin-bottom: 8%;
	}
	.live-comfortably-sec02__inner .box .block {
		margin-bottom: 8%;
	}
	.live-comfortably-sec02__inner .box .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.live-comfortably-sec02__inner .box .block figure + div {
		width: 100%;
	}
	.live-comfortably-sec02__inner .box .block figure + div .text {
		margin-bottom: 5%;
	}
	.live-comfortably-sec02__inner .box .bnr {
		margin: 0;
	}
	.live-comfortably-sec02__inner .box .bnr figure {
		width: 100%;
	}
	.live-comfortably-sec02__inner .box .bnr figure::after {
		top: auto;
		bottom: 0;
		right: 0;
		background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 100%);
		width: 100%;
		height: 40px;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div {
		width: 100%;
		padding: 5% 5%;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div h3 {
		margin-bottom: 4%;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div .text {
		width: 100%;
		margin-bottom: 5%;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div .btn {
		width: 100%;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div .btn a {
		padding: 7% 5%;
	}
	.live-comfortably-sec02__inner .box .bnr figure + div .btn a::after {
		right: 20px;
	}
}






/* -------------------------------------------------
   快適に暮らす - 家庭用軟水器「軟太郎」
------------------------------------------------- */
.page-header__title.nantaro .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.nantaro .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.nantaro .page-header__title--ja {
	padding-top: 15px;
}

.nantaro-firstview__inner {
    position: relative;
    z-index: 2;
}
.nantaro-firstview__bg {
    position: relative;
}
.nantaro-firstview__bg::before {
	content: "";
	background: url("../img/live-comfortably/nantaro-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.nantaro-firstview {
		margin: 58px 0 0;
	}
	.nantaro-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.nantaro-firstview__bg::before {
		width: 1300rem;
    }
	.nantaro-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.nantaro-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .nantaro-firstview__bg {
        display: grid;
        align-items: end;
    }
	.dileka-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.nantaro .page-header__title--ja {
		padding-top: 15px;
	}
	.nantaro-firstview {
        margin: 20rem 0 0;
    }
	.nantaro-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .nantaro-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.nantaro-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.nantaro-sec01 {
	background: url("../img/live-comfortably/nantaro_bg01.png") repeat-x bottom center;
	padding: 90px 0 10px;
}
.nantaro-sec01__inner .read {
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.7;
}
.nantaro-sec01__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 13.33vw;
}
.nantaro-sec01__inner .block figure {
	width: 35%;
}
.nantaro-sec01__inner .block figure + div {
	width: 60%;
}
.nantaro-sec01__inner .block figure + div h2 {
	margin-bottom: 20px;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.nantaro-sec01__inner .block figure + div h2 span {
	color: #191585;
}
.nantaro-sec01__inner .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.nantaro-sec01 {
		background: none;
		padding: 12vw 0 10vw;
	}
	.nantaro-sec01__inner .read {
		margin-bottom: 12%;
	}
	.nantaro-sec01__inner .block {
		padding: 0;
	}
	.nantaro-sec01__inner .block figure {
		width: 60%;
		margin: 0 auto 5%;
	}
	.nantaro-sec01__inner .block figure + div {
		width: 100%;
	}
	.nantaro-sec01__inner .block figure + div h2 {
		margin-bottom: 4%;
	}
	.nantaro-sec01__inner .block figure + div .text {
		margin-bottom: 4%;
	}
}



.nantaro-sec02 {
	background: #f3f3f9;
	padding: 50px 0 90px;
}
.nantaro-sec02__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.7;
}
.nantaro-sec02__inner h2 span {
	color: #191585;
}
.nantaro-sec02__inner .features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nantaro-sec02__inner .features li {
	background: #fff;
	width: 38%;
	padding: 60px 5%;
}
.nantaro-sec02__inner .features li:nth-child(-n+2) {
	margin-bottom: 60px;
}
.nantaro-sec02__inner .features li .icon {
	width: 15%;
	margin: 0 auto 10px;
}
.nantaro-sec02__inner .features li h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.nantaro-sec02__inner .features li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.nantaro-sec02 {
		padding: 12vw 0;
	}
	.nantaro-sec02__inner h2 {
		margin-bottom: 5%;
	}
	.nantaro-sec02__inner .features li {
		width: 90%;
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.nantaro-sec02__inner .features li:nth-child(-n+2) {
		margin-bottom: 8%;
	}
	.nantaro-sec02__inner .features li:last-child {
		margin-bottom: 0;
	}
	.nantaro-sec02__inner .features li .icon {
		width: 20%;
		margin: 0 auto 2%;
	}
	.nantaro-sec02__inner .features li h3 {
		margin-bottom: 3%;
	}
}



.nantaro-sec03 {
	padding: 90px 0;
}
.nantaro-sec03__inner {
	padding: 0 16.66vw;
}
.nantaro-sec03__inner h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.nantaro-sec03__inner h2 span {
	color: #191585;
}
.nantaro-sec03__inner .read {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.nantaro-sec03__inner .faq_accordion dl {
	background: #f3f3f9;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.nantaro-sec03__inner .faq_accordion dl dt {
	padding-left: 40px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
	position: relative;
}
.nantaro-sec03__inner .faq_accordion dl dt::before {
	content: "Q.";
	position: absolute;
	top: -6px;
	left: 0;
	color: #191585;
	font-size: clamp(20px, 1.66vw, 24px);
}
.nantaro-sec03__inner .faq_accordion dl dt::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	background: url("../img/icon_plus02.png") no-repeat center center / cover;
	width: 22px;
	height: 22px;
}
.nantaro-sec03__inner .faq_accordion dl dt.open {
	color: #191585;
}
.nantaro-sec03__inner .faq_accordion dl dt.open::after {
	background: url("../img/icon_minus02.png") no-repeat center center / cover;
}
.nantaro-sec03__inner .faq_accordion dl dd {
	display: none;
	border-top: 1px solid #191585;
	margin-top: 22px;
	padding-top: 20px;
	padding-left: 40px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
	position: relative;
}
.nantaro-sec03__inner .faq_accordion dl dd::before {
	content: "A.";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: clamp(20px, 1.66vw, 24px);
}
@media (max-width: 751px) {
	.nantaro-sec03 {
		padding: 12vw 0;
	}
	.nantaro-sec03__inner {
		padding: 0 5.33vw;
	}
	.nantaro-sec03__inner h2 {
		margin-bottom: 3%;
	}
	.nantaro-sec03__inner .read {
		margin-bottom: 5%;
	}
	.nantaro-sec03__inner .faq_accordion dl {
		margin-bottom: 4%;
		padding: 5% 3%;
	}
	.nantaro-sec03__inner .faq_accordion dl dt {
		padding: 0 35px;
	}
	.nantaro-sec03__inner .faq_accordion dl dt::before {
		top: -4px;
	}
	.nantaro-sec03__inner .faq_accordion dl dt::after {
		top: 50%;
		right: 0.5%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
	}
	.nantaro-sec03__inner .faq_accordion dl dd {
		margin-top: 5%;
		padding-top: 4%;
		padding-left: 35px;
	}
	.nantaro-sec03__inner .faq_accordion dl dd::before {
		top: 8px;
	}
}








/* -------------------------------------------------
   快適に暮らす - ディレカ
------------------------------------------------- */
.page-header__title.dileka .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.dileka .page-header__title--ja {
	padding-top: 15px;
}

.dileka-firstview__inner {
    position: relative;
    z-index: 2;
}
.dileka-firstview__bg {
    position: relative;
}
.dileka-firstview__bg::before {
	content: "";
	background: url("../img/live-comfortably/dileka-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.dileka-firstview {
		margin: 58px 0 0;
	}
	.dileka-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.dileka-firstview__bg::before {
		width: 1300rem;
    }
	.dileka-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.dileka-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .dileka-firstview__bg {
        display: grid;
        align-items: end;
    }
	.dileka-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.dileka .page-header__title--ja {
		padding-top: 15px;
	}
	.dileka-firstview {
        margin: 20rem 0 0;
    }
	.dileka-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .dileka-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.dileka-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.dileka-sec01 {
	padding: 90px 0;
}
.dileka-sec01__inner .read {
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec01 {
		padding: 12vw 0;
	}
}



.dileka-sec02 {
	background: url("../img/live-comfortably/dileka_bg01.png") repeat-x center top;
	padding: 90px 0;
}
.dileka-sec02__inner {
	padding: 0 13.33vw;
}
.dileka-sec02__inner .block01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.dileka-sec02__inner .block01 h2 {
	width: 25%;
	font-size: clamp(32px, 3.33vw, 48px);
	font-weight: 700;
	line-height: 1.4;
}
.dileka-sec02__inner .block01 h2 + div {
	width: 70%;
}
.dileka-sec02__inner .block01 h2 + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.dileka-sec02__inner .img01 {
	margin-bottom: 60px;
}
.dileka-sec02__inner .block02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5.33vw;
}
.dileka-sec02__inner .block02 figure {
	width: 45%;
}
.dileka-sec02__inner .block02 figure + div {
	width: 50%;
}
.dileka-sec02__inner .block02 figure + div h3 {
	margin-bottom: 15px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.dileka-sec02__inner .block02 figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec02 {
		background: url("../img/live-comfortably/dileka_bg01.png") repeat-x center top;
		padding: 12vw 0;
	}
	.dileka-sec02__inner {
		padding: 0 5.33vw;
	}
	.dileka-sec02__inner .block01 {
		margin-bottom: 5%;
	}
	.dileka-sec02__inner .block01 h2 {
		width: 100%;
		margin-bottom: 5%;
	}
	.dileka-sec02__inner .block01 h2 + div {
		width: 100%;
	}
	.dileka-sec02__inner .block01 h2 + div .text {
		margin-bottom: 4%;
	}
	.dileka-sec02__inner .img01 {
		margin-bottom: 8%;
	}
	.dileka-sec02__inner .block02 {
		padding: 0;
	}
	.dileka-sec02__inner .block02 figure {
		width: 60%;
		margin: 0 auto 5%;
	}
	.dileka-sec02__inner .block02 figure + div {
		width: 100%;
	}
	.dileka-sec02__inner .block02 figure + div h3 {
		margin-bottom: 2%;
	}
	.dileka-sec02__inner .block02 figure + div .text {
		margin-bottom: 4%;
	}
}


.dileka-sec03 figure img {
	vertical-align: bottom;
}



.dileka-sec04 {
	padding: 90px 0;
}
.dileka-sec04__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.dileka-sec04__inner .effect {
	display: flex;
	flex-wrap: wrap;
}
.dileka-sec04__inner .effect li {
	width: 31%;
	margin-right: 3.5%;
}
.dileka-sec04__inner .effect li:nth-child(3) {
	margin-right: 0;
}
.dileka-sec04__inner .effect li:nth-child(4) {
	margin-left: 17.25%;
}
.dileka-sec04__inner .effect li:nth-child(-n+3) {
	margin-bottom: 60px;
}
.dileka-sec04__inner .effect li figure {
	margin-bottom: 20px;
}
.dileka-sec04__inner .effect li h3 {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec04__inner .effect li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec04 {
		padding: 12vw 0;
	}
	.dileka-sec04__inner h2 {
		margin-bottom: 5%;
	}
	.dileka-sec04__inner .effect li {
		width: 100%;
		margin: 0 0 8%;
	}
	.dileka-sec04__inner .effect li:nth-child(3) {
		margin: 0 0 8%;
	}
	.dileka-sec04__inner .effect li:nth-child(4) {
		margin: 0 0 8%;
	}
	.dileka-sec04__inner .effect li:nth-child(-n+3) {
		margin: 0 0 8%;
	}
	.dileka-sec04__inner .effect li:last-child{
		margin: 0;
	}
	.dileka-sec04__inner .effect li figure {
		margin-bottom: 4%;
	}
	.dileka-sec04__inner .effect li h3 {
		margin-bottom: 2%;
	}
}



.dileka-sec05 {
	background: #e7edf5;
	padding: 90px 0;
}
.dileka-sec05__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.dileka-sec05__inner .block figure {
	order: 2;
	width: 48%;
}
.dileka-sec05__inner .block figure + div {
	order: 1;
	width: 48%;
}
.dileka-sec05__inner .block figure + div h2 {
	margin-bottom: 40px;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.dileka-sec05__inner .block figure + div h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec05__inner .block figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.dileka-sec05__inner .box {
	background: #fff;
	padding: 40px 5%;
}
.dileka-sec05__inner .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.dileka-sec05__inner .box ul li:first-child {
	width: 24%;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec05__inner .box ul li:nth-child(n+2) {
	width: 35%;
}
@media (max-width: 751px) {
	.dileka-sec05 {
		background: #e7edf5;
		padding: 12vw 0;
	}
	.dileka-sec05__inner .block {
		margin-bottom: 8%;
	}
	.dileka-sec05__inner .block figure {
		order: 2;
		width: 100%;
	}
	.dileka-sec05__inner .block figure + div {
		order: 1;
		width: 100%;
	}
	.dileka-sec05__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.dileka-sec05__inner .block figure + div h3 {
		margin-bottom: 4%;
	}
	.dileka-sec05__inner .block figure + div .text {
		margin-bottom: 4%;
	}
	.dileka-sec05__inner .box {
		padding: 7% 5%;
	}
	.dileka-sec05__inner .box ul li:first-child {
		width: 100%;
	}
	.dileka-sec05__inner .box ul li:nth-child(n+2) {
		width: 100%;
		margin-top: 5%;
	}
}



.dileka-sec06 {
	padding: 90px 0;
}
.dileka-sec06__inner h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.dileka-sec06__inner .client {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dileka-sec06__inner .client li {
	width: 31%;
}
.dileka-sec06__inner .client li:nth-child(-n+3) {
	margin-bottom: 60px;
}
.dileka-sec06__inner .client li figure {
	margin-bottom: 20px;
}
.dileka-sec06__inner .client li h3 {
	margin-bottom: 10px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec06__inner .client li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec06 {
		padding: 12vw 0;
	}
	.dileka-sec06__inner h2 {
		margin-bottom: 5%;
	}
	.dileka-sec06__inner .client li {
		width: 100%;
		margin: 0 0 8%;
	}
	.dileka-sec06__inner .client li:nth-child(-n+3) {
		margin: 0 0 8%;
	}
	.dileka-sec06__inner .client li:last-child {
		margin: 0;
	}
	.dileka-sec06__inner .client li figure {
		margin-bottom: 4%;
	}
	.dileka-sec06__inner .client li h3 {
		margin-bottom: 2%;
	}
}



.dileka-sec07 {
	background: #e7edf5;
	padding: 90px 0 0;
}
.dileka-sec07 h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.dileka-sec07 .block {
	background: url("../img/live-comfortably/dileka_image18.jpg") no-repeat left center;
	background-size: 55% auto;
	min-height: 540px;
}
.dileka-sec07 .block .box {
	width: 40%;
	margin-left: 60%;
	padding: 50px 0;
}
.dileka-sec07 .block .box .guarantee {
	margin-bottom: 30px;
}
.dileka-sec07 .block .box .guarantee span {
	background: #fff;
	padding: 5px 20px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 700;
}
.dileka-sec07 .block .box h3 {
	margin-bottom: 25px;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec07 .block .box h3 span {
	font-size: clamp(16px, 1.25vw, 18px);
}
.dileka-sec07 .block .box .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec07 {
		background: #e7edf5;
		padding: 12vw 0 0;
	}
	.dileka-sec07 h2 {
		margin-bottom: 8%;
	}
	.dileka-sec07 .block {
		background: none;
		min-height: 0;
	}
	.dileka-sec07 .block .box {
		width: 100%;
		margin-left: 0;
		padding: 0 0 3%;
	}
	.dileka-sec07 .block .box .guarantee {
		margin-bottom: 5%;
	}
	.dileka-sec07 .block .box .guarantee span {
		padding: 5px 10px;
	}
	.dileka-sec07 .block .box h3 {
		margin-bottom: 5%;
	}
	.dileka-sec07 .block .box .text {
		margin-bottom: 4%;
	}
	.dileka-sec07 figure {
		padding: 0 5.33vw;
	}
}



.dileka-sec08 {
	background: #e7edf5;
	padding: 90px 0;
}
.dileka-sec08 .block {
	background: url("../img/live-comfortably/dileka_image19.jpg") no-repeat right center;
	background-size: 55% auto;
	min-height: 540px;
}
.dileka-sec08 .block .box {
	width: 40%;
	padding: 50px 0;
}
.dileka-sec08 .block .box h3 {
	margin-bottom: 25px;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.dileka-sec08 .block .box h3 span {
	font-size: clamp(16px, 1.25vw, 18px);
}
.dileka-sec08 .block .box .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.dileka-sec08 {
		padding: 12vw 0;
	}
	.dileka-sec08 .block {
		background: none;
		min-height: 0;
	}
	.dileka-sec08 .block .box {
		width: 100%;
		padding: 0 0 3%;
	}
	.dileka-sec08 .block .box h3 {
		margin-bottom: 5%;
	}
	.dileka-sec08 .block .box .text {
		margin-bottom: 4%;
	}
	.dileka-sec08 figure {
		padding: 0 5.33vw;
	}
}



.dileka-sec09 {
	padding: 90px 0;
}
.dileka-sec09__inner {
	padding: 0 16.66vw;
}
.dileka-sec09__inner h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.dileka-sec09__inner .read {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.dileka-sec09__inner .faq_accordion dl {
	background: #e7edf5;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.dileka-sec09__inner .faq_accordion dl dt {
	padding-left: 40px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
	position: relative;
}
.dileka-sec09__inner .faq_accordion dl dt::before {
	content: "Q.";
	position: absolute;
	top: -6px;
	left: 0;
	color: #416ca0;
	font-size: clamp(20px, 1.66vw, 24px);
}
.dileka-sec09__inner .faq_accordion dl dt::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	background: url("../img/icon_plus.png") no-repeat center center / cover;
	width: 22px;
	height: 22px;
}
.dileka-sec09__inner .faq_accordion dl dt.open::after {
	background: url("../img/icon_minus.png") no-repeat center center / cover;
}
.dileka-sec09__inner .faq_accordion dl dd {
	display: none;
	border-top: 1px solid #416ca0;
	margin-top: 22px;
	padding-top: 20px;
	padding-left: 40px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
	position: relative;
}
.dileka-sec09__inner .faq_accordion dl dd::before {
	content: "A.";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: clamp(20px, 1.66vw, 24px);
}
@media (max-width: 751px) {
	.dileka-sec09 {
		padding: 12vw 0;
	}
	.dileka-sec09__inner {
		padding: 0 5.33vw;
	}
	.dileka-sec09__inner h2 {
		margin-bottom: 3%;
	}
	.dileka-sec09__inner .read {
		margin-bottom: 5%;
	}
	.dileka-sec09__inner .faq_accordion dl {
		margin-bottom: 4%;
		padding: 5% 3%;
	}
	.dileka-sec09__inner .faq_accordion dl dt {
		padding: 0 35px;
	}
	.dileka-sec09__inner .faq_accordion dl dt::before {
		top: -4px;
	}
	.dileka-sec09__inner .faq_accordion dl dt::after {
		top: 50%;
		right: 0.5%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
	}
	.dileka-sec09__inner .faq_accordion dl dd {
		margin-top: 5%;
		padding-top: 4%;
		padding-left: 35px;
	}
	.dileka-sec09__inner .faq_accordion dl dd::before {
		top: 8px;
	}
}










/* -------------------------------------------------
   法人のお客様
------------------------------------------------- */
.page-header__title.corporate-customers .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.corporate-customers .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.corporate-customers .page-header__title--ja {
	padding-top: 20px;
}

.corporate-customers-firstview__inner {
    position: relative;
    z-index: 2;
}
.corporate-customers-firstview__bg {
    position: relative;
}
.corporate-customers-firstview__bg::before {
	content: "";
	background: url("../img/corporate-customers/corporate-customers-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.corporate-customers-firstview {
		margin: 58px 0 0;
	}
	.corporate-customers-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.corporate-customers-firstview__bg::before {
		width: 1300rem;
    }
	.corporate-customers-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.corporate-customers-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .corporate-customers-firstview__bg {
        display: grid;
        align-items: end;
    }
	.corporate-customers-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.corporate-customers .page-header__title--ja {
		padding-top: 15px;
	}
	.corporate-customers-firstview {
        margin: 20rem 0 0;
    }
	.corporate-customers-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .corporate-customers-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.corporate-customers-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.corporate-customers-sec01 {
	padding: 90px 0;
}
.corporate-customers-sec01__inner .read {
	margin-bottom: 90px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.7;
}
.corporate-customers-sec01__inner .corporate li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.corporate-customers-sec01__inner .corporate li:last-child {
	margin-bottom: 0;
}
.corporate-customers-sec01__inner .corporate li figure {
	width: 53%;
}
.corporate-customers-sec01__inner .corporate li:nth-child(even) figure {
	order: 2;
}
.corporate-customers-sec01__inner .corporate li figure + div {
	width: 37%;
}
.corporate-customers-sec01__inner .corporate li:nth-child(even) figure + div {
	order: 1;
}
.corporate-customers-sec01__inner .corporate li:nth-child(odd) figure + div {
	margin-right: 5%;
}
.corporate-customers-sec01__inner .corporate li:nth-child(even) figure + div {
	margin-left: 5%;
}
.corporate-customers-sec01__inner .corporate li figure + div h3 {
	background: linear-gradient(to right, #416ca0 0, #416ca0 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    color: transparent;
    font-size: clamp(24px, 2.22vw, 32px);
    font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec01__inner .corporate li figure + div .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.corporate-customers-sec01 {
		padding: 12vw 0;
	}
	.corporate-customers-sec01__inner .read {
		margin-bottom: 12%;
	}
	.corporate-customers-sec01__inner .corporate li {
		margin-bottom: 8%;
	}
	.corporate-customers-sec01__inner .corporate li figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.corporate-customers-sec01__inner .corporate li:nth-child(even) figure {
		order: 1;
	}
	.corporate-customers-sec01__inner .corporate li figure + div {
		width: 100%;
	}
	.corporate-customers-sec01__inner .corporate li:nth-child(even) figure + div {
		order: 2;
	}
	.corporate-customers-sec01__inner .corporate li:nth-child(odd) figure + div {
		margin: 0;
	}
	.corporate-customers-sec01__inner .corporate li:nth-child(even) figure + div {
		margin: 0;
	}
	.corporate-customers-sec01__inner .corporate li figure + div h3 {
		margin-bottom: 4%;
	}
	.corporate-customers-sec01__inner .corporate li figure + div .text {
		margin-bottom: 4%;
	}
}



.corporate-customers-sec02 {
	background: linear-gradient(to right, #416ca0 0, #416ca0 30%, #31507e 100%);
	padding: 90px 0;
}
.corporate-customers-sec02__inner h2 {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: clamp(32px, 3.33vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.corporate-customers-sec02__inner .read {
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.corporate-customers-sec02__inner .merit {
	display: flex;
	flex-wrap: wrap;
}
.corporate-customers-sec02__inner .merit li {
	background: #fff;
	width: 25%;
	margin-right: 3.5%;
	padding: 40px 3%;
}
.corporate-customers-sec02__inner .merit li:nth-child(3n) {
	margin-right: 0;
}
.corporate-customers-sec02__inner .merit li:nth-child(-n+3) {
	margin-bottom: 50px;
}
.corporate-customers-sec02__inner .merit li:nth-child(4) {
	margin-left: 17.25%;
}
.corporate-customers-sec02__inner .merit li .icon {
	width: 15%;
	margin: 0 auto 20px;
}
.corporate-customers-sec02__inner .merit li h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec02__inner .merit li .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.corporate-customers-sec02 {
		background: linear-gradient(to right, #416ca0 0, #416ca0 30%, #31507e 100%);
		padding: 12vw 0;
	}
	.corporate-customers-sec02__inner h2 {
		margin-bottom: 4%;
	}
	.corporate-customers-sec02__inner .read {
		margin-bottom: 8%;
	}
	.corporate-customers-sec02__inner .merit li {
		width: 90%;
		margin: 0 0 5%;
		padding: 7% 5%;
	}
	.corporate-customers-sec02__inner .merit li:nth-child(3n) {
		margin-right: 0;
	}
	.corporate-customers-sec02__inner .merit li:nth-child(-n+3) {
		margin: 0 0 5%;
	}
	.corporate-customers-sec02__inner .merit li:nth-child(4) {
		margin: 0 0 5%;
	}
	.corporate-customers-sec02__inner .merit li:nth-child(5) {
		margin: 0;
	}
	.corporate-customers-sec02__inner .merit li .icon {
		width: 15%;
		margin: 0 auto 3%;
	}
	.corporate-customers-sec02__inner .merit li h3 {
		margin-bottom: 3%;
	}
}



.corporate-customers-sec03 {
	padding: 90px 0;
}
.corporate-customers-sec03__inner h2 {
	background: linear-gradient(to right, #5277a6 0, #5277a6 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
	text-align: center;
    color: transparent;
    font-size: clamp(32px, 3.33vw, 48px);
    font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec03__inner .read {
	margin-bottom: 60px;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.corporate-customers-sec03__inner .flow li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f6f6f6;
	margin-bottom: 30px;
	padding: 40px 5%;
	position: relative;
}
.corporate-customers-sec03__inner .flow li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 30px solid;
	border-color: transparent;
	border-top: 30px solid #f6f6f6;
	transform: translateX(-50%);
}
.corporate-customers-sec03__inner .flow li:last-child {
	margin-bottom: 0;
}
.corporate-customers-sec03__inner .flow li:last-child::after {
	display: none;
}
.corporate-customers-sec03__inner .flow li figure {
	width: 20%;
}
.corporate-customers-sec03__inner .flow li figure + div {
	width: 75%;
}
.corporate-customers-sec03__inner .flow li figure + div .step {
	background: linear-gradient(to right, #5277a6 0, #5277a6 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
    color: transparent;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec03__inner .flow li figure + div h3 {
	margin-bottom: 5px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec03__inner .flow li figure + div .text {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.corporate-customers-sec03 {
		padding: 12vw 0;
	}
	.corporate-customers-sec03__inner h2 {
		margin-bottom: 4%;
	}
	.corporate-customers-sec03__inner .read {
		margin-bottom: 6%;
	}
	.corporate-customers-sec03__inner .flow li {
		margin-bottom: 30px;
		padding: 7% 5%;
	}
	.corporate-customers-sec03__inner .flow li::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0px;
		height: 0px;
		border: 30px solid;
		border-color: transparent;
		border-top: 30px solid #f6f6f6;
		transform: translateX(-50%);
	}
	.corporate-customers-sec03__inner .flow li figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.corporate-customers-sec03__inner .flow li figure + div {
		width: 100%;
	}
	.corporate-customers-sec03__inner .flow li figure + div .step {
		margin-bottom: 1%;
	}
	.corporate-customers-sec03__inner .flow li figure + div h3 {
		margin-bottom: 1%;
	}
}



.corporate-customers-sec04 {
	padding: 0 0 90px;
}
.corporate-customers-sec04__inner .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, #416ca0 0, #416ca0 30%, #31507e 100%);
	padding: 90px 5%;
}
.corporate-customers-sec04__inner .box figure {
	order: 2;
	width: 50%;
}
.corporate-customers-sec04__inner .box figure + div {
	order: 1;
	width: 45%;
}
.corporate-customers-sec04__inner .box figure + div h2 {
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(42px, 4.33vw, 64px);
	font-weight: 100;
	font-family: Poppins, sans-serif;
	line-height: 1.2;
}
.corporate-customers-sec04__inner .box figure + div h2 span {
	font-weight: 700;
}
.corporate-customers-sec04__inner .box figure + div .text {
	margin-bottom: 35px;
	color: #fff;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec04__inner .box figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.corporate-customers-sec04__inner .box figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.corporate-customers-sec04__inner .box figure + div a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.corporate-customers-sec04 {
		padding: 0 0 12vw;
	}
	.corporate-customers-sec04__inner .box {
		padding: 7% 5%;
	}
	.corporate-customers-sec04__inner .box figure {
		width: 100%;
	}
	.corporate-customers-sec04__inner .box figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.corporate-customers-sec04__inner .box figure + div h2 {
		margin-bottom: 4%;
	}
	.corporate-customers-sec04__inner .box figure + div .text {
		margin-bottom: 5%;
	}
	.corporate-customers-sec04__inner .box figure + div .btn {
		max-width: 100%;
	}
	.corporate-customers-sec04__inner .box figure + div .btn a {
		padding: 7% 5%;
	}
	.corporate-customers-sec04__inner .box figure + div a::after {
		right: 20px;
	}
}



.corporate-customers-sec05 {
	padding: 0 0 90px;
}
.corporate-customers-sec05__inner {
	padding: 0 16.66vw;
}
.corporate-customers-sec05__inner h2 {
	background: linear-gradient(to right, #5277a6 0, #5277a6 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
	text-align: center;
    color: transparent;
    font-size: clamp(32px, 3.33vw, 48px);
    font-weight: 700;
	line-height: 1.5;
}
.corporate-customers-sec05__inner .faq_accordion dl {
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.corporate-customers-sec05__inner .faq_accordion dl dt {
	padding-left: 40px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
	position: relative;
}
.corporate-customers-sec05__inner .faq_accordion dl dt::before {
	content: "Q.";
	position: absolute;
	top: -6px;
	left: 0;
	color: #416ca0;
	font-size: clamp(20px, 1.66vw, 24px);
}
.corporate-customers-sec05__inner .faq_accordion dl dt::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	background: url("../img/icon_plus.png") no-repeat center center / cover;
	width: 22px;
	height: 22px;
}
.corporate-customers-sec05__inner .faq_accordion dl dt.open::after {
	background: url("../img/icon_minus.png") no-repeat center center / cover;
}
.corporate-customers-sec05__inner .faq_accordion dl dd {
	display: none;
	border-top: 1px solid #416ca0;
	margin-top: 22px;
	padding-top: 20px;
	padding-left: 40px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
	position: relative;
}
.corporate-customers-sec05__inner .faq_accordion dl dd::before {
	content: "A.";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: clamp(20px, 1.66vw, 24px);
}
@media (max-width: 751px) {
	.corporate-customers-sec05 {
		padding: 0 0 12vw;
	}
	.corporate-customers-sec05__inner {
		padding: 0 5.33vw;
	}
	.corporate-customers-sec05__inner h2 {
		margin-bottom: 5%;
	}
	.corporate-customers-sec05__inner .faq_accordion dl {
		margin-bottom: 4%;
		padding: 5% 3%;
	}
	.corporate-customers-sec05__inner .faq_accordion dl dt {
		padding: 0 35px;
	}
	.corporate-customers-sec05__inner .faq_accordion dl dt::before {
		top: -4px;
	}
	.corporate-customers-sec05__inner .faq_accordion dl dt::after {
		top: 50%;
		right: 0.5%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
	}
	.corporate-customers-sec05__inner .faq_accordion dl dd {
		margin-top: 5%;
		padding-top: 4%;
		padding-left: 35px;
	}
	.corporate-customers-sec05__inner .faq_accordion dl dd::before {
		top: 8px;
	}
}







/* -------------------------------------------------
   お悩み解決事例
------------------------------------------------- */
.page-header__title.resolve .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.resolve .page-header__title--ja {
	padding-top: 20px;
}

.resolve-firstview__inner {
    position: relative;
    z-index: 2;
}
.resolve-firstview__bg {
    position: relative;
}
.resolve-firstview__bg::before {
	content: "";
	background: url("../img/resolve/resolve-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 650;
}
@media (min-width: 1200px) {
	.resolve-firstview {
		margin: 58px 0 0;
	}
	.resolve-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.resolve-firstview__bg::before {
		width: 1300rem;
    }
	.resolve-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.resolve-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .resolve-firstview__bg {
        display: grid;
        align-items: end;
    }
	.resolve-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.resolve .page-header__title--ja {
		padding-top: 15px;
	}
	.resolve-firstview {
        margin: 20rem 0 0;
    }
	.resolve-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .resolve-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.resolve-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.resolve-sec01 {
	padding: 90px 0;
}
.resolve-sec01__inner .read {
	margin-bottom: 60px;
	text-align: center;
	color: #7499c5;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.resolve-sec01__inner .resolve {
	margin-bottom: 120px;
	padding: 0 5.33vw;
}
.resolve-sec01__inner .resolve li {
	border-bottom: 2px dashed #000;
	padding: 40px 0;
	position: relative;
}
.resolve-sec01__inner .resolve li .icon {
	position: absolute;
	top: 25px;
	left: -95px;
	width: 90px;
}
.resolve-sec01__inner .resolve li h3 {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.66vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}
.resolve-sec01__inner .resolve li .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resolve-sec01__inner .resolve li .block figure {
	width: 30%;
}
.resolve-sec01__inner .resolve li .block figure + div {
	width: 65%;
}
.resolve-sec01__inner .resolve li .block figure + div dl dt {
	margin-bottom: 10px;
}
.resolve-sec01__inner .resolve li .block figure + div dl dt span {
	background: #7499c5;
	padding: 2px 10px 3px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 700;
}
.resolve-sec01__inner .resolve li .block figure + div dl dd {
	margin-bottom: 25px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}
.resolve-sec01__inner .resolve li .block figure + div dl dd.lst {
	margin-bottom: 0;
}
.resolve-sec01__inner .bnr a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #7499c5;
}
.resolve-sec01__inner .bnr a figure {
	width: 50%;
}
.resolve-sec01__inner .bnr a figure + div {
	width: 44%;
	padding: 30px 3%;
}
.resolve-sec01__inner .bnr a figure + div h3 {
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(28px, 2.0vw, 42px);
	font-weight: 700;
	line-height: 1.0;
}
.resolve-sec01__inner .bnr a figure + div h3 span {
	padding-right: 50px;
	position: relative;
}
.resolve-sec01__inner .bnr a figure + div h3 span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: url("../img/make-energy/icon_arrow_works.png") no-repeat center center / cover;
	width: 35px;
	height: 35px;
	margin-top: 2px;
	transform: translateY(-50%);
}
.resolve-sec01__inner .bnr a figure + div h4 {
	margin-bottom: 15px;
	color: #fff;
	font-size: clamp(20px, 1.2vw, 24px);
	font-weight: 700;
}
.resolve-sec01__inner .bnr a figure + div .text {
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.resolve-sec01 {
		padding: 12vw 0;
	}
	.resolve-sec01__inner .read {
		margin-bottom: 8%;
	}
	.resolve-sec01__inner .resolve {
		margin-bottom: 15%;
		padding: 0;
	}
	.resolve-sec01__inner .resolve li {
		border-bottom: 1.5px dashed #000;
		padding: 7% 0;
	}
	.resolve-sec01__inner .resolve li .icon {
		top: 20px;
		left: -5px;
		width: 40px;
	}
	.resolve-sec01__inner .resolve li h3 {
		margin-bottom: 4%;
		padding-left: 45px;
	}
	.resolve-sec01__inner .resolve li .block figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.resolve-sec01__inner .resolve li .block figure + div {
		width: 100%;
	}
	.resolve-sec01__inner .resolve li .block figure + div dl dt {
		margin-bottom: 3%;
	}
	.resolve-sec01__inner .resolve li .block figure + div dl dt span {
		padding: 1px 5px 2px;
	}
	.resolve-sec01__inner .resolve li .block figure + div dl dd {
		margin-bottom: 5%;
	}
	.resolve-sec01__inner .bnr a figure {
		width: 100%;
	}
	.resolve-sec01__inner .bnr a figure + div {
		width: 90%;
		padding: 5% 5%;
	}
	.resolve-sec01__inner .bnr a figure + div h3 {
		margin-bottom: 5%;
	}
	.resolve-sec01__inner .bnr a figure + div h3 span {
		padding-right: 40px;
	}
	.resolve-sec01__inner .bnr a figure + div h3 span::after{
		width: 25px;
		height: 25px;
		margin-top: 2px;
	}
	.resolve-sec01__inner .bnr a figure + div h4 {
		margin-bottom: 4%;
		line-height: 1.5;
	}
}



.resolve-sec02 {
	background: #ebf0f6;
	margin-bottom: 90px;
	padding: 40px 0;
}
.resolve-sec02__inner {
	max-width: 960px;
	margin: 0 auto;
}
.resolve-sec02__inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.resolve-sec02__inner .block figure {
	order: 2;
	width: 28%;
}
.resolve-sec02__inner .block figure + div {
	order: 1;
	width: 57%;
}
.resolve-sec02__inner .block figure + div h2 {
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
}
.resolve-sec02__inner .block figure + div .text {
	margin-bottom: 30px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.resolve-sec02__inner .block figure + div .btn {
	max-width: 450px;
	width: 100%;
}
.resolve-sec02__inner .block figure + div .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.resolve-sec02__inner .block figure + div .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.resolve-sec02 {
		margin-bottom: 12vw;
		padding: 8vw 0;
	}
	.resolve-sec02__inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}
	.resolve-sec02__inner .block figure {
		width: 50%;
		margin: 0 auto;
	}
	.resolve-sec02__inner .block figure + div {
		width: 100%;
		margin-bottom: 8%;
	}
	.resolve-sec02__inner .block figure + div h2 {
		margin-bottom: 5%;
	}
	.resolve-sec02__inner .block figure + div .text {
		margin-bottom: 8%;
	}
	.resolve-sec02__inner .block figure + div .btn {
		width: 100%;
	}
	.resolve-sec02__inner .block figure + div .btn a {
		padding: 7% 5%;
	}
	.resolve-sec02__inner .block figure + div .btn a::after {
		right: 20px;
	}
}






/* -------------------------------------------------
   施工実績
------------------------------------------------- */
.page-header__title.work-p .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.work-p .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.work-p .page-header__title--ja {
	padding-top: 20px;
}

.work-p-firstview__inner {
    position: relative;
    z-index: 2;
}
.work-p-firstview__bg {
    position: relative;
}
.work-p-firstview__bg::before {
	content: "";
	background: url("../img/work/work-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.work-p-firstview {
		margin: 58px 0 0;
	}
	.work-p-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.work-p-firstview__bg::before {
		width: 1300rem;
    }
	.work-p-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.work-p-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .work-p-firstview__bg {
        display: grid;
        align-items: end;
    }
	.work-p-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.work-p .page-header__title--ja {
		padding-top: 15px;
	}
	.work-p-firstview {
        margin: 20rem 0 0;
    }
	.work-p-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .work-p-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.work-p-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.work-sec01 {
	background: url("../img/work/work-image01.jpg") no-repeat left center;
	background-size: 60% auto;
	min-height: 512px;
	margin: 140px 0;
}
.work-sec01__inner .block {
	width: 40%;
	margin-left: 60%;
}
.work-sec01__inner .block .no {
	display: inline-block;
	background: linear-gradient(to right, #93b0d2 0, #5277a6 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-top: -10%;
    margin-bottom: 8%;
    color: transparent;
    font-size: clamp(70px, 6.33vw, 110px);
	font-family: Poppins, sans-serif;
    font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.work-sec01__inner .block h2 {
	margin-bottom: 20px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-sec01__inner .block .text {
	margin-bottom: 30px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
}
.work-sec01__inner .block .btn {
	max-width: 300px;
	width: 100%;
}
.work-sec01__inner .block .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.work-sec01__inner .block .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.work-sec01 {
		background: none;
		background-size: 60% auto;
		min-height: 0;
		margin: 12vw 0;
	}
	.work-sec01__inner .block {
		width: 100%;
		margin: 0 0 10%;
	}
	.work-sec01__inner .block .no {
		margin-top: 0;
		margin-bottom: 5%;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}
	.work-sec01__inner .block h2 {
		margin-bottom: 4%;
	}
	.work-sec01__inner .block .text {
		margin-bottom: 5%;
	}
	.work-sec01__inner .block .btn {
		max-width: 100%;
		margin-bottom: 10%;
	}
	.work-sec01__inner .block .btn a {
		padding: 7% 5%;
	}
	.work-sec01__inner .block .btn a::after {
		right: 20px;
	}
}



.work-sec02 {
	background: url("../img/work/work-image02.jpg") no-repeat right center;
	background-size: 60% auto;
	min-height: 512px;
	margin: 0 0 90px;
}
.work-sec02__inner .block {
	width: 40%;
}
.work-sec02__inner .block .no {
	display: inline-block;
	background: linear-gradient(to right, #93b0d2 0, #5277a6 60%, #31507e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-top: -10%;
    margin-bottom: 8%;
    color: transparent;
    font-size: clamp(70px, 6.33vw, 110px);
	font-family: Poppins, sans-serif;
    font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.work-sec02__inner .block h2 {
	margin-bottom: 20px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-sec02__inner .block .text {
	margin-bottom: 30px;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.7;
}
.work-sec02__inner .block .btn {
	max-width: 300px;
	width: 100%;
}
.work-sec02__inner .block .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.work-sec02__inner .block .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.work-sec02 {
		background: none;
		min-height: 0;
		margin: 0 0 12vw;
	}
	.work-sec02__inner .block {
		width: 100%;
	}
	.work-sec02__inner .block .no {
		margin-top: 0;
		margin-bottom: 5%;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}
	.work-sec02__inner .block h2 {
		margin-bottom: 4%;
	}
	.work-sec02__inner .block .text {
		margin-bottom: 5%;
	}
	.work-sec02__inner .block .btn {
		max-width: 100%;
		margin-bottom: 10%;
	}
	.work-sec02__inner .block .btn a {
		padding: 7% 5%;
	}
	.work-sec02__inner .block .btn a::after {
		right: 20px;
	}
}







/* -------------------------------------------------
   施工実績 - 太陽光発電システム
------------------------------------------------- */
.page-header__title.work-solar .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.work-solar .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.work-solar .page-header__title--ja {
	padding-top: 25px;
}

.work-solar-firstview__inner {
    position: relative;
    z-index: 2;
}
.work-solar-firstview__bg {
    position: relative;
}
.work-solar-firstview__bg::before {
	content: "";
	background: url("../img/work/work-solar-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.work-solar-firstview {
		margin: 58px 0 0;
	}
	.work-solar-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.work-solar-firstview__bg::before {
		width: 1300rem;
    }
	.work-solar-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.work-solar-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .work-solar-firstview__bg {
        display: grid;
        align-items: end;
    }
	.work-solar-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.work-solar .page-header__title--ja {
		padding-top: 15px;
	}
	.work-solar-firstview {
        margin: 20rem 0 0;
    }
	.work-solar-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .work-solar-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.work-solar-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.work-solar-sec01 {
	background: url("../img/work/work-solar-image01.jpg") no-repeat left center;
	background-size: 50% auto;
	min-height: 526px;
	margin: 90px 0;
}
.work-solar-sec01__inner .block {
	width: 45%;
	margin-left: 55%;
}
.work-solar-sec01__inner .block h2 {
	margin-bottom: 20px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-solar-sec01__inner .block .text {
	margin-bottom: 25px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}
.work-solar-sec01__inner .block .btn {
	max-width: 300px;
	width: 100%;
	padding-top: 10px;
}
.work-solar-sec01__inner .block .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.work-solar-sec01__inner .block .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.work-solar-sec01 {
		background: none;
		min-height: 0;
		margin: 12vw 0;
	}
	.work-solar-sec01__inner .block {
		width: 100%;
		margin: 0 0 10%;
	}
	.work-solar-sec01__inner .block h2 {
		margin-bottom: 4%;
	}
	.work-solar-sec01__inner .block .text {
		margin-bottom: 4%;
	}
	.work-solar-sec01__inner .block .btn {
		max-width: 100%;
		margin-bottom: 10%;
		padding-top: 3%;
	}
	.work-solar-sec01__inner .block .btn a {
		padding: 7% 5%;
	}
	.work-solar-sec01__inner .block .btn a::after {
		right: 20px;
	}
}



.work-solar-sec02 {
	margin: 0 0 90px;
}
.work-solar-sec02__inner h3 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-solar-sec02__inner .read {
	margin-bottom: 30px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}
.work-solar-sec02__inner .work-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #97b2d4;
}
.work-solar-sec02__inner .work-tab li {
	background: #e9eff6;
	width: 16%;
	padding: 30px 0 40px;
	text-align: center;
	font-size: clamp(12px, 2.0vw, 24px);
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.work-solar-sec02__inner .work-tab li::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateX(-50%) rotate(135deg);
}
.work-solar-sec02__inner .work-tab li.select {
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	color: #fff;
}
.work-solar-sec02__inner .work-tab li.select::after {
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.work-solar-sec02__inner .work-contents {
	
}
.work-solar-sec02__inner .work-contents li .work-area {
	border-bottom: 2px solid #97b2d4;
	margin-bottom: 60px;
	padding: 60px 5%;
}
.work-solar-sec02__inner .work-contents li .work-area ul {
	display: flex;
	flex-wrap: wrap;
}
.work-solar-sec02__inner .work-contents li .work-area ul li {
	width: 20%;
	margin-bottom: 15px;
}
.work-solar-sec02__inner .work-contents li .work-area ul li a {
	text-decoration: underline;
	font-size: clamp(14px, 1.4vw, 20px);
	line-height: 1.7;
}
.work-solar-sec02__inner .work-contents li .work-area ul li.select a {
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	text-decoration: none;
    color: transparent;
	font-weight: 700;
	position: relative;
}
.work-solar-sec02__inner .work-contents li .work-area ul li.select a::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: -25px;
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	transform: translateY(-50%);
}
.work-solar-sec02__inner .work-contents li .work-list h4 {
	margin-bottom: 30px;
	font-size: clamp(22px, 1.99vw, 28px);
	font-weight: 700;
	line-height: 1.5;
}
.work-solar-sec02__inner .work-contents li .work-list h4 span {
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	text-decoration: none;
    color: transparent;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e9eff6;
	margin-bottom: 40px;
	padding: 40px 5%;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li:last-child {
	margin-bottom: 0;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure {
	width: 35%;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div {
	width: 60%;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div h5 {
	margin-bottom: 5px;
	font-size: clamp(22px, 1.99vw, 28px);
	font-weight: 700;
	line-height: 1.5;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .text {
	margin-bottom: 20px;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.7;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar li {
	background: #fff;
	width: 32%;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(12px, 1.0vw, 16px);
	line-height: 1.4;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar li .ttl {
	margin-bottom: 10px;
	font-weight: 700;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: clamp(12px, 1.0vw, 14px);
	font-weight: 700;
	position: relative;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt::before {
	content: "■";
	position: absolute;
	top: 50%;
	left: 0;
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	transform: translateY(-50%);
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd {
	margin-bottom: 15px;
	font-size: clamp(14px, 1.0vw, 16px);
	line-height: 1.7;
}
.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd:last-child {
	margin-bottom: 0;
}
@media (max-width: 751px) {
	.work-solar-sec02 {
		margin: 0 0 12vw;
	}
	.work-solar-sec02__inner h3 {
		margin-bottom: 2%;
	}
	.work-solar-sec02__inner .read {
		margin-bottom: 6%;
	}
	.work-solar-sec02__inner .work-tab li {
		width: 16%;
		padding: 20px 0 30px;
	}
	.work-solar-sec02__inner .work-tab li::after {
		bottom: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.work-solar-sec02__inner .work-tab li.select::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.work-solar-sec02__inner .work-contents li .work-area {
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.work-solar-sec02__inner .work-contents li .work-area ul li {
		width: 33%;
		margin-bottom: 3%;
	}
	.work-solar-sec02__inner .work-contents li .work-area ul li.select a::before {
		left: -18px;
	}
	.work-solar-sec02__inner .work-contents li .work-list h4 {
		margin-bottom: 5%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li {
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div {
		width: 100%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div h5 {
		margin-bottom: 1%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .text {
		margin-bottom: 4%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar {
		margin-bottom: 4%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar li {
		padding: 5% 0;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-solar li .ttl {
		margin-bottom: 2%;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt {
		margin-bottom: 2%;
		padding-left: 20px;
	}
	.work-solar-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd {
		margin-bottom: 4%;
	}
}









/* -------------------------------------------------
   施工実績 - 蓄電池
------------------------------------------------- */
.page-header__title.work-lithiumion .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.work-lithiumion .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.work-lithiumion .page-header__title--ja {
	padding-top: 25px;
}

.work-lithiumion-firstview__inner {
    position: relative;
    z-index: 2;
}
.work-lithiumion-firstview__bg {
    position: relative;
}
.work-lithiumion-firstview__bg::before {
	content: "";
	background: url("../img/work/work-lithiumion-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.work-lithiumion-firstview {
		margin: 58px 0 0;
	}
	.work-lithiumion-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.work-lithiumion-firstview__bg::before {
		width: 1300rem;
    }
	.work-lithiumion-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.work-lithiumion-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .work-lithiumion-firstview__bg {
        display: grid;
        align-items: end;
    }
	.work-lithiumion-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.work-lithiumion .page-header__title--ja {
		padding-top: 15px;
	}
	.work-lithiumion-firstview {
        margin: 20rem 0 0;
    }
	.work-lithiumion-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .work-lithiumion-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.work-lithiumion-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.work-lithiumion-sec01 {
	background: url("../img/work/work-lithiumion-image01.jpg") no-repeat left center;
	background-size: 50% auto;
	min-height: 526px;
	margin: 90px 0;
}
.work-lithiumion-sec01__inner .block {
	width: 45%;
	margin-left: 55%;
}
.work-lithiumion-sec01__inner .block h2 {
	margin-bottom: 20px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-lithiumion-sec01__inner .block .text {
	margin-bottom: 25px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}
.work-lithiumion-sec01__inner .block .btn {
	max-width: 300px;
	width: 100%;
	padding-top: 10px;
}
.work-lithiumion-sec01__inner .block .btn a {
	display: block;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	padding: 30px 40px;
	color: #fff;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: bold;
	position: relative;
}
.work-lithiumion-sec01__inner .block .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	margin-top: -4px;
    transform: rotate(45deg);
}
@media (max-width: 751px) {
	.work-lithiumion-sec01 {
		background: none;
		min-height: 0;
		margin: 12vw 0;
	}
	.work-lithiumion-sec01__inner .block {
		width: 100%;
		margin: 0 0 10%;
	}
	.work-lithiumion-sec01__inner .block h2 {
		margin-bottom: 4%;
	}
	.work-lithiumion-sec01__inner .block .text {
		margin-bottom: 4%;
	}
	.work-lithiumion-sec01__inner .block .btn {
		max-width: 100%;
		margin-bottom: 10%;
		padding-top: 3%;
	}
	.work-lithiumion-sec01__inner .block .btn a {
		padding: 7% 5%;
	}
	.work-lithiumion-sec01__inner .block .btn a::after {
		right: 20px;
	}
}



.work-lithiumion-sec02 {
	margin: 0 0 90px;
}
.work-lithiumion-sec02__inner h3 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3.0vw, 40px);
	font-weight: 700;
	line-height: 1.4;
}
.work-lithiumion-sec02__inner .read {
	margin-bottom: 30px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}
.work-lithiumion-sec02__inner .work-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #97b2d4;
}
.work-lithiumion-sec02__inner .work-tab li {
	background: #e9eff6;
	width: 16%;
	padding: 30px 0 40px;
	text-align: center;
	font-size: clamp(12px, 2.0vw, 24px);
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.work-lithiumion-sec02__inner .work-tab li::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateX(-50%) rotate(135deg);
}
.work-lithiumion-sec02__inner .work-tab li.select {
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	color: #fff;
}
.work-lithiumion-sec02__inner .work-tab li.select::after {
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.work-lithiumion-sec02__inner .work-contents li .work-area {
	border-bottom: 2px solid #97b2d4;
	margin-bottom: 60px;
	padding: 60px 5%;
}
.work-lithiumion-sec02__inner .work-contents li .work-area ul {
	display: flex;
	flex-wrap: wrap;
}
.work-lithiumion-sec02__inner .work-contents li .work-area ul li {
	width: 20%;
	margin-bottom: 15px;
}
.work-lithiumion-sec02__inner .work-contents li .work-area ul li a {
	text-decoration: underline;
	font-size: clamp(14px, 1.4vw, 20px);
	line-height: 1.7;
}
.work-lithiumion-sec02__inner .work-contents li .work-area ul li.select a {
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	text-decoration: none;
    color: transparent;
	font-weight: 700;
	position: relative;
}
.work-lithiumion-sec02__inner .work-contents li .work-area ul li.select a::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: -25px;
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	transform: translateY(-50%);
}
.work-lithiumion-sec02__inner .work-contents li .work-list h4 {
	margin-bottom: 30px;
	font-size: clamp(22px, 1.99vw, 28px);
	font-weight: 700;
	line-height: 1.5;
}
.work-lithiumion-sec02__inner .work-contents li .work-list h4 span {
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	text-decoration: none;
    color: transparent;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e9eff6;
	margin-bottom: 40px;
	padding: 40px 5%;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li:last-child {
	margin-bottom: 0;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure {
	width: 35%;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div {
	width: 60%;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div h5 {
	margin-bottom: 5px;
	font-size: clamp(22px, 1.99vw, 28px);
	font-weight: 700;
	line-height: 1.5;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .text {
	margin-bottom: 20px;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.7;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion li {
	background: #fff;
	width: 40%;
	margin-right: 3%;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(12px, 1.0vw, 16px);
	line-height: 1.4;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion li .ttl {
	margin-bottom: 10px;
	font-weight: 700;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: clamp(12px, 1.0vw, 14px);
	font-weight: 700;
	position: relative;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt::before {
	content: "■";
	position: absolute;
	top: 50%;
	left: 0;
	background: linear-gradient(to right, #97b2d4 0, #7398c4 60%, #7398c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	transform: translateY(-50%);
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd {
	margin-bottom: 15px;
	font-size: clamp(14px, 1.0vw, 16px);
	line-height: 1.7;
}
.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd:last-child {
	margin-bottom: 0;
}
@media (max-width: 751px) {
	.work-lithiumion-sec02 {
		margin: 0 0 12vw;
	}
	.work-lithiumion-sec02__inner h3 {
		margin-bottom: 2%;
	}
	.work-lithiumion-sec02__inner .read {
		margin-bottom: 6%;
	}
	.work-lithiumion-sec02__inner .work-tab li {
		width: 16%;
		padding: 20px 0 30px;
	}
	.work-lithiumion-sec02__inner .work-tab li::after {
		bottom: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.work-lithiumion-sec02__inner .work-tab li.select::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-area {
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-area ul li {
		width: 33%;
		margin-bottom: 3%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-area ul li.select a::before {
		left: -18px;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list h4 {
		margin-bottom: 5%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li {
		margin-bottom: 8%;
		padding: 7% 5%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure {
		width: 100%;
		margin-bottom: 5%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div {
		width: 100%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div h5 {
		margin-bottom: 1%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .text {
		margin-bottom: 4%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion {
		margin-bottom: 4%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion li {
		width: 43%;
		padding: 5% 0;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div .work-list-lithiumion li .ttl {
		margin-bottom: 2%;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dt {
		margin-bottom: 2%;
		padding-left: 20px;
	}
	.work-lithiumion-sec02__inner .work-contents li .work-list .work-list-detail > li figure + div dl dd {
		margin-bottom: 4%;
	}
}








/* -------------------------------------------------
   自社太陽光発電システム
------------------------------------------------- */
.page-header__title.tsukinoura .page-header__title--en .page-header__title--thin {
	margin-left: 0;
}
.page-header__title.tsukinoura .page-header__title--en .page-header__title--strong {
    margin-left: 16px;
}
.page-header__title.tsukinoura .page-header__title--ja {
	padding-top: 15px;
}

.tsukinoura-firstview__inner {
    position: relative;
    z-index: 2;
}
.tsukinoura-firstview__bg {
    position: relative;
}
.tsukinoura-firstview__bg::before {
	content: "";
	background: url("../img/tsukinoura/tsukinoura-firstview_bg.jpg") no-repeat center center / cover;
	aspect-ratio: 1300 / 600;
}
@media (min-width: 1200px) {
	.tsukinoura-firstview {
		margin: 58px 0 0;
	}
	.tsukinoura-firstview__bg {
		grid-template-columns: 140rem auto;
		width: calc(100% + 280rem);
		margin-left: -150rem;
	}
	.tsukinoura-firstview__bg::before {
		width: 1300rem;
    }
	.tsukinoura-firstview__bg::after {
		content: "";
		order: 1;
		aspect-ratio: 140 / 600;
		height: auto;
		background: #fff;
		width: 140rem;
	}
}
@media (min-width: 751px) {
	.tsukinoura-firstview__inner {
        max-width: 1160rem;
        margin: 0 auto;
    }
    .tsukinoura-firstview__bg {
        display: grid;
        align-items: end;
    }
	.tsukinoura-firstview__bg::before {
		order: 2;
	}
}
@media (max-width: 750px) {
	.page-header__title.tsukinoura .page-header__title--ja {
		padding-top: 10px;
	}
	.tsukinoura-firstview {
        margin: 20rem 0 0;
    }
	.tsukinoura-firstview__inner {
        max-width: 670rem;
        margin: 0 auto;
    }
    .tsukinoura-firstview__bg {
        width: calc(100% + 80rem);
        margin-left: -40rem;
    }
	.tsukinoura-firstview__bg::before {
        display: block;
        width: auto;
        height: auto;
    }
}



.tsukinoura-sec01 {
	background: url("../img/tsukinoura/tsukinoura-image01.jpg") no-repeat left center;
	background-size: 48% auto;
	min-height: 526px;
	margin: 90px 0;
}
.tsukinoura-sec01 .block {
	width: 48%;
	margin-left: 52%;
}
.tsukinoura-sec01 .block h2 {
	margin-bottom: 30px;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.tsukinoura-sec01 .block .text {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
@media (max-width: 751px) {
	.tsukinoura-sec01 {
		background: none;
		margin: 0 0 12vw;
	}
	.tsukinoura-sec01 .block {
		width: 100%;
		margin: 0;
	}
	.tsukinoura-sec01 .block h2 {
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.tsukinoura-sec01 .block .text {
		margin-bottom: 5%;
	}
}



.tsukinoura-sec02 {
	margin: 0 0 90px;
}
.tsukinoura-sec02 .no {
	margin-bottom: 30px;
	text-align: center;
	color: #85a5cc;
	font-size: 140px;
	font-family: Poppins, sans-serif;
}
.tsukinoura-sec02 h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: clamp(26px, 3.00vw, 48px);
	line-height: 1.4;
	font-weight: 700;
}
.tsukinoura-sec02 figure {
	margin-bottom: 30px;
}
.tsukinoura-sec02 figure + div {
	margin-bottom: 40px;
}
.tsukinoura-sec02 figure + div p {
	margin-bottom: 25px;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.7;
}
.tsukinoura-sec02 .tsukinoura-table {
	border-top: 1px solid #85a5cc;
	border-left: 1px solid #85a5cc;
	width: 100%;
	margin-bottom: 100px;
}
.tsukinoura-sec02 .tsukinoura-table th {
	border-bottom: 1px solid #85a5cc;
	background: #e9eff6;
	width: 18%;
	padding: 25px 25px;
	text-align: left;
	font-weight: 700;
	font-size: clamp(14px, 1.25vw, 18px);
	vertical-align: middle;
	line-height: 1.7;
}
.tsukinoura-sec02 .tsukinoura-table td {
	border-right: 1px solid #85a5cc;
	border-bottom: 1px solid #85a5cc;
	width: 32%;
	padding: 25px 25px;
	font-size: clamp(14px, 1.25vw, 18px);
	vertical-align: middle;
	line-height: 1.7;
}
.tsukinoura-sec02 .tsukinoura-table td span {
	font-size: clamp(10px, 1.1vw, 14px);
}
.tsukinoura-sec02 h3 {
	border-top: 1px solid #000;
	padding: 25px 0;
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.5;
}
.tsukinoura-sec02 .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.tsukinoura-sec02 .photo.lst {
	margin-bottom: 0;
}
.tsukinoura-sec02 .photo li {
	width: 23%;
}
.tsukinoura-sec02 .photo li:nth-child(-n+4) {
	margin-bottom: 40px;
}
@media (max-width: 751px) {
	.tsukinoura-sec02 {
		margin: 0 0 12vw;
	}
	.tsukinoura-sec02 .no {
		margin-bottom: 5%;
		font-size: 80px;
	}
	.tsukinoura-sec02 h2 {
		margin-bottom: 5%;
	}
	.tsukinoura-sec02 figure {
		margin-bottom: 5%;
	}
	.tsukinoura-sec02 figure + div {
		margin-bottom: 6%;
	}
	.tsukinoura-sec02 figure + div p {
		margin-bottom: 4%;
	}
	.tsukinoura-sec02 .tsukinoura-table {
		margin-bottom: 12%;
	}
	.tsukinoura-sec02 .tsukinoura-table th {
		width: 16%;
		padding: 3% 2%;
		vertical-align: top;
	}
	.tsukinoura-sec02 .tsukinoura-table td {
		width: 34%;
		padding: 3% 2%;
		vertical-align: top;
	}
	.tsukinoura-sec02 h3 {
		padding: 4% 0;
	}
	.tsukinoura-sec02 .photo {
		margin-bottom: 10%;
	}
	.tsukinoura-sec02 .photo li {
		width: 48%;
	}
	.tsukinoura-sec02 .photo li:nth-child(-n+4) {
		margin-bottom: 5%;
	}
}





/* -------------------------------------------------
   お問い合わせ
------------------------------------------------- */
.contact-form {
	padding: 90px 0;
}
.contact-form__inner {
	padding: 0 16.66vw;
}
.contact-form__inner h2 {
	background: linear-gradient(to right, #86a6cc 0, #86a6cc 70%, #3f689b 100%);
	margin-bottom: 30px;
    font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 700;
	-webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.contact-form__inner .read {
	margin-bottom: 50px;
    font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.7;
}
.contact-form__inner dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #85a5cc;
	padding: 30px 0;
}
.contact-form__inner dl.last {
	border-bottom: 1px solid #85a5cc;
	margin-bottom: 50px;
}
.contact-form__inner dl dt {
	width: 25%;
	font-size: clamp(16px, 1.25vw, 18px);
	position: relative;
}
.contact-form__inner dl dt.required:after {
	content: '（必須）';
	display: inline-block;
	margin-left: 10px;
	color: #f00;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	vertical-align: middle;
}
.contact-form__inner dl dd {
	width: 70%;
}
.contact-form__inner dl dd input[type=text] {
	border: 1px solid #999;
	width: 60%;
	padding: 9px 15px;
	font-size: 16px;
}
.contact-form__inner dl dd input[type=text].zip01 {
	width: 10%;
	margin-right: 10px;
}
.contact-form__inner dl dd input[type=text].zip02 {
	width: 15%;
	margin-left: 10px;
}
.contact-form__inner dl dd select {
	border: 1px solid #999;
	width: 40%;
	padding: 9px 15px;
	font-size: 16px;
}
.contact-form__inner dl dd textarea {
	border: 1px solid #999;
	width: 70%;
	height: 200px;
	padding: 9px 15px;
	font-size: 16px;
}
.contact-form__inner dl dd .add li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 18px;
}
.contact-form__inner dl dd .add li:last-child {
	margin-bottom: 0;
}
.contact-form__inner dl dd .add input[type=button].search {
	margin-left: 20px;
	padding: 7px 20px;
	cursor: pointer;
}
.contact-form__inner dl dd .add li .ttl_add {
	width: 10%;
	margin-right: 3%;
	text-align: right;
}
.contact-form__inner dl dd .add li .in_add {
	width: 87%;
}
.contact-form__inner .txt01 {
	margin-bottom: 50px;
    font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.7;
}
.contact-form__inner .txt01 a {
	color: #97b2d4;
	text-decoration: underline;
}
.contact-form__inner .btn_submit {
	width: 300px;
}
.contact-form__inner .btn_submit input {
	border: none;
	background: linear-gradient(-45deg, #7398c4, #97b2d4);
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
    font-weight: 600;
	cursor: pointer;
}
@media (max-width: 640px) {
	.contact-form {
		padding: 12vw 0;
	}
	.contact-form__inner {
		padding: 0 5.33vw;
	}
	.contact-form__inner h2 {
		margin-bottom: 5vw;
		font-size: 20px;
	}
	.contact-form__inner .read {
		margin-bottom: 5vw;
		font-size: 14px;
		line-height: 1.8;
	}
	.contact-form__inner dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-top: none;
		padding: 0;
	}
	.contact-form__inner dl.last {
		border-bottom: none;
		margin-bottom: 0;
	}
	.contact-form__inner dl dt {
		background: #85a5cc;
		width: 94%;
		margin-bottom: 3vw;
		padding: 10px 3%;
		color: #fff;
		font-size: 14px;
	}
	.contact-form__inner dl dt .pc_dis {
		display: none;
	}
	.contact-form__inner dl dt.required:after {
		margin-left: 10px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.0;
	}
	.contact-form__inner dl dd {
		width: 100%;
		margin-bottom: 8vw;
	}
	.contact-form__inner dl dd input[type=text] {
		width: 93.5%;
		padding: 2% 3%;
		font-size: 14px;
	}
	.contact-form__inner dl dd select {
		width: 100%;
		padding: 2% 3%;
		font-size: 14px;
	}
	.contact-form__inner dl dd textarea {
		width: 93.5%;
		height: 150px;
		padding: 2% 3%;
		font-size: 14px;
	}
	.contact-form__inner dl dd .add li {
		margin-bottom: 3%;
	}
	.contact-form__inner dl dd .add input[type=button].search {
		margin-left: 5%;
		padding: 5px 10px;
	}
	.contact-form__inner dl dd .add li .ttl_add {
		width: 100%;
		margin: 0 0 3%;
		text-align: left;
		font-size: 13px;
	}
	.contact-form__inner dl dd .add li .in_add {
		width: 100%;
	}
	.contact-form__inner .txt01 {
		margin-bottom: 7vw;
		font-size: 14px;
		line-height: 1.8;
	}
	.contact-form__inner .btn_submit {
		width: 80%;
		margin: 0 auto;
	}
	.contact-form__inner .btn_submit input {
		padding: 15px 0;
		font-size: 16px;
	}
}





/* -------------------------------------------------
   トップページ　動画ギャラリー
------------------------------------------------- */
.video-gallery {
	background: #e6ecf4;
	margin: 90rem 0;
	padding: 90rem 0 30rem;
}
.video-gallery .video-gallery__inner {
	max-width: 1160rem;
	margin: 0 auto;
}
.video-gallery .video-gallery__inner h2 {
	max-width: 615px;
	margin-bottom: 40px;
}
.video-gallery .video-gallery__inner .video-gallery-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-gallery .video-gallery__inner .video-gallery-cards li {
	width: 48%;
	margin-bottom: 60px;
}
.video-gallery .video-gallery__inner .video-gallery-cards li a {
	cursor: pointer;
}
.video-gallery .video-gallery__inner .video-gallery-cards li .video-gallery-txt {
	margin: 16px 0 0;
	font-size: 20px;
}
@media (max-width: 640px) {
	.video-gallery {
		margin: 90rem 0 0;
		padding: 100rem 0 30rem;
	}
	.video-gallery .video-gallery__inner {
		max-width: 670rem;
	}
	.video-gallery .video-gallery__inner h2 {
		max-width: 300px;
		margin-bottom: 40rem;
	}
	.video-gallery .video-gallery__inner .video-gallery-cards li {
		width: 100%;
		margin-bottom: 80rem;
	}
	.video-gallery .video-gallery__inner .video-gallery-cards li .video-gallery-txt {
		margin: 20rem 0 0;
        font-size: 30rem;
        line-height: 1.8;
	}
}




