@charset "UTF-8";
/*--------------- ▽ header ▽ ---------------*/
.header {
	box-sizing: border-box;
	padding: 12px 20px;
	position: fixed;
	width: 100%;
	z-index: 50;
	background: var(--col-wh);
	border-bottom: 3px solid var(--col-main);
	top: 0;
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: 140px;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-info {
	gap: 15px;
	width: fit-content;
	margin: 0 0 6px auto;
}
.header-right {
	gap: 30px;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link {
	display: block;
	font-weight: 600;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding: 0 12px;
	line-height: 1.1;
	z-index: 1;
	position: relative;
}
.header-nav-link::before {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 1px;
	height: 15px;
	bottom: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 100;
}

.footer {
	position: relative;
	background: var(--col-main);
	color: var(--col-wh);
	box-sizing: border-box;
	padding: 14% 0;
}
.footer-wrap {
	flex-direction: column;
	gap: 40px;
}
.footer-logo {
	display: block;
	width: 180px;
	margin: 0 auto 10%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav {
	gap: 30px;
	margin: 0 auto;
	justify-content: center;
	width: fit-content;
}
.footer-nav-list {
	flex-direction: column;
	gap: 20px;
}
.footer-nav-link {
	font-weight: 500;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 12px;
	font-size: 1.3rem;
}
.footer-nav-link::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 0;
	margin: auto;
	top: 8px;
	background-size: contain;
	transition: all 0.3s ease;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
	margin: 10% auto;
}
.footer #copyright small {
	color: var(--col-wh);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-wh);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	margin-top: 75px;
}
.mv-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	z-index: 0;
}

.mv-movie-video {
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.mv-catch {
	background: url(../img/mv/catch-bg.jpg) no-repeat center center/cover;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 14% 5%;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
	box-sizing: border-box;
	padding: 17% 0;
}

/*--------------------
top-greetings
---------------------*/
.top-greetings {
	background: var(--col-main);
	position: relative;
}
.top-greetings::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 100%;
	height: 170px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-greetings-ttl {
	width: fit-content;
	margin-bottom: 40px;
}
.top-greetings-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 100px;
	height: 100px;
	bottom: 40px;
	margin: auto;
	right: -35px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-greetings-ttl .ttl-main {
	display: block;
	margin-bottom: 6%;
	width: 190px;
}
.top-greetings-ttl .ttl-sub {
	display: block;
	font-size: 1.9rem;
	font-weight: 800;
	color: var(--col-main);
	width: 100%;
	box-sizing: border-box;
	padding: 10px 8px;
	line-height: 1.3;
	text-align: center;
}
.top-greetings-text-wrap {
	margin-bottom: 10%;
}
.top-greetings-img-wrap {
	position: relative;
}
.top-greetings-main-img {
	aspect-ratio: 616/520;
	width: 100%;
	height: fit-content;
	position: relative;
	right: -5vw;
}
.top-greetings-sub-img {
	aspect-ratio: 330/200;
	width: 60%;
	height: auto;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	left: -5vw;
}
.top-greetings-wrap {
	position: relative;
}

/*--------------------
top-point
---------------------*/
.top-point {
	background: url(../img/common/bg-deco01.png) repeat-x bottom center;
}
.top-point-ttl {
	text-align: center;
	margin: 0 auto 17%;
	width: fit-content;
}
.top-point-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 80px;
	height: 100px;
	top: -50px;
	margin: auto;
	right: -35px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-point-ttl .ttl-img {
	display: block;
	width: 310px;
}
.top-point-main-list {
	flex-direction: column;
	gap: 70px;
	margin-bottom: 15%;
}
.top-point-main-item {
	position: relative;
	gap: 35px;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 0 10%;
}
.top-point-main-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 1080px;
	height: calc(100% - 80px);
	margin: auto;
	right: -420px;
	bottom: 0;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-point-main-item-img {
	aspect-ratio: 520/340;
	width: 100%;
	height: fit-content;
}
.top-point-main-item-container {
	position: relative;
	width: 100%;
}
.top-point-main-item-ttl {
	top: 0;
	transform: translateY(-20%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	gap: 20px;
}
.top-point-main-item-ttl .num {
	display: block;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
.top-point-main-item-ttl .ttl {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: var(--col-wh);
}
.top-point-main-item:nth-child(2)::before {
	background: url(../img/common/pat02.jpg);
}
.top-point-main-item:nth-child(3)::before {
	background: url(../img/common/pat03.jpg);
}
.top-point-sub-list {
	gap: 50px;
	counter-reset: number 3;
	flex-direction: column;
}
.top-point-sub-item {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 6%;
	border: 4px solid var(--col-main);
	background: var(--col-wh);
}
.top-point-sub-item::before {
	content: '0' counter(number);
	counter-increment: number 1;
	position: absolute;
	left: 15px;
	right: 0;
	top: -30px;
	font-size: 3rem;
	font-weight: 600;
	background: url(../img/common/deco01.png) no-repeat;
	width: 66px;
	height: 56px;
	background-size: contain;
	text-align: center;
	color: var(--col-wh);
}
.top-point-sub-item-ttl {
	text-align: center;
	letter-spacing: 0.04em;
	margin: 0 auto 12px;
}
.top-point-sub-item-ttl .icon {
	position: relative;
	margin: 0 auto 6%;
	text-align: center;
	display: block;
}
.top-point-sub-item-ttl .ttl {
	color: var(--col-main);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
.top-point-sub-item-text {
	box-sizing: border-box;
}

/*--------------------
top-service
---------------------*/
.top-service {
	background: var(--col-main);
}
.top-service-ttl {
	margin: 0 auto 80px;
}
.top-service-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust08.png) no-repeat;
	width: 80px;
	height: 250px;
	bottom: -120px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-service-ttl .ttl-img {
	display: block;
	width: 340px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.top-service-container {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 0 5% 8% 5%;
	position: relative;
	margin: 0 auto 15%;
	z-index: 5;
}
.top-service-container-ttl {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	margin: 0 auto;
}
.top-service-container:last-child {
	margin: 0 auto;
}
.top-service-container .ttl-img img {
	display: block;
	height: 35px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.top-service-list {
	gap: 50px 5%;
	margin: 0 auto 10%;
}
.top-service-item {
	width: 45%;
}
.top-service-item figcaption {
	position: relative;
	display: block;
	font-size: 1.8rem;
	color: var(--col-main);
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.top-service-item figcaption::before {
	position: absolute;
	content: '';
	background: var(--col-main);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-service-item-img {
	aspect-ratio: 300/190;
	width: 100%;
	height: fit-content;
	margin-bottom: 12px;
}
.top-service-btn {
	margin: 0 auto;
}
.top-service-solar-container .container-img {
	aspect-ratio: 560/312;
	width: 100%;
	height: fit-content;
}
.top-service-solar-container .container-wrap {
	gap: 30px;
	flex-direction: column;
}
.top-service-exterior-container .container-btn {
	margin: 0 auto;
}

/*--------------------
top-grant
---------------------*/
.top-grant {
	position: relative;
}
.top-grant-ttl {
	font-size: 2.6rem;
	color: var(--col-main);
	font-weight: 800;
	line-height: 1.6;
	margin-bottom: 7%;
}
.top-grant-ttl .deco {
	font-size: 3.2rem;
	display: inline-block;
	background: var(--col-main);
	color: var(--col-wh);
	line-height: 1.2;
	box-sizing: border-box;
	padding: 5px 14px;
}
.top-grant-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.top-grant-text-wrap {
	position: relative;
	order: 2;
}
.top-grant-text {
	margin-bottom: 15%;
}
.top-grant-wrap {
	position: relative;
}
.top-grant-img {
	position: absolute;
	margin: 0 auto;
	width: 180px;
	order: 1;
	right: -45px;
	bottom: -30px;
}
.top-grant-btn {
	width: fit-content;
}

/*--------------------
top-campaign
---------------------*/
.top-campaign {
	background:
		url(../img/common/deco-line.png) no-repeat top center,
		url(../img/common/deco-line.png) no-repeat bottom center,
		url(../img/top/campaign-bg.jpg) no-repeat center bottom/200%;
	padding: 100px 0 17%;
}
.top-campaign-container {
	background: rgba(var(--col-wh-rgb), 0.85);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 8% 8% 8%;
}
.top-campaign-ttl {
	text-align: center;
	margin: 0 auto;
	top: 0;
	transform: translateY(-50%);
}
.top-campaign-text {
	margin: 0 auto 6%;
	text-align: left;
}
.top-campaign-point {
	margin: 0 auto;
}
.top-campaign-point-ttl {
	color: var(--col-wh);
	background: var(--col-sub-light);
	font-size: 2.2rem;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 28px 28px 0 0;
}
.top-campaign-point-list {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px 30px 20px;
	border-radius: 0 0 28px 28px;
}

/*--------------------
top-area
---------------------*/
.top-area {
	background: var(--col-main);
}
.top-area-wrap {
	flex-direction: column;
	gap: 40px;
}
.top-area-text {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 6%;
	border-radius: 20px;
}
.top-area-text .large {
	font-size: 2rem;
	font-weight: 800;
}
.top-area-img {
	position: relative;
	width: 80%;
}

/*--------------------
top-flow
---------------------*/
.top-flow {
	background: url(../img/top/flow-bg.jpg) no-repeat center center/cover;
}
.top-flow-ttl {
	margin: 0 auto 17%;
}
.top-flow-list {
	gap: 70px;
	counter-reset: number 0;
	position: relative;
	flex-direction: column;
}
.top-flow-list::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 120px;
	height: 150px;
	margin: auto;
	right: -50px;
	top: -190px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-flow-item {
	position: relative;
	width: 100%;
	background: var(--col-wh);
	border: 2px solid var(--col-main);
	box-sizing: border-box;
	padding: 5%;
}
.top-flow-item::before {
	content: '0' counter(number);
	counter-increment: number 1;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 2.4rem;
	width: 48px;
	height: 48px;
	background: var(--bg-gradation01);
	z-index: 2;
	font-weight: 800;
	border-radius: 50%;
	text-align: center;
	line-height: 1.8;
}
.top-flow-item::after {
	position: absolute;
	content: '';
	background: url(../img/common/arw02.png) no-repeat;
	width: 10px;
	height: 20px;
	bottom: -30px;
	margin: auto;
	right: 0;
	left: 0;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(90deg);
}
.top-flow-item:last-child::after {
	content: none;
}
.top-flow-item-text {
	color: var(--col-main);
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding: 8px 0 0 0;
}

/*--------------------
top-case
---------------------*/
.top-case .inbox {
	position: relative;
}
.top-case-btn {
	margin: 0 auto;
}

/*--------------------
top-contact
---------------------*/
.top-contact {
	padding: 17% 0 150px;
}
.top-contact-wrap {
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.top-contact-text-wrap {
	order: 1;
}
.top-contact-illust {
	order: 2;
	position: absolute;
	width: 95px;
	bottom: -130px;
	right: 0;
}
.top-contact-ttl {
	margin-bottom: 6%;
	text-align: center;
	margin: 0 auto 8%;
	display: block;
}
.top-contact-text {
	font-size: 2rem;
	color: var(--col-wh);
	margin-bottom: 10px;
}
.top-contact-text .small {
	font-size: 1.6rem;
}
.top-contact-info {
	flex-direction: column;
	gap: 35px;
	justify-content: start;
	width: fit-content;
}
.top-contact-time {
	font-size: 1.8rem;
}
.top-contact-tel .num {
	padding: 0 0 0 20px;
	font-size: 3.6rem;
}
.top-contact-tel .num::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-tel-wh.png) no-repeat;
	width: 14px;
	height: 22px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-contact-mail-btn {
	width: fit-content;
}

/*--------------------
top-news
---------------------*/
.top-news-ttl {
	width: fit-content;
}
.top-news-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust07.png) no-repeat;
	width: 120px;
	height: 60px;
	bottom: 0;
	left: -70px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-news-box {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 8% 5%;
	box-shadow: 0 0 30px rgba(16, 159, 147, 0.3);
	margin: 0 auto 10%;
}
.top-news .inbox {
	position: relative;
}
.top-news-btn {
	margin: 0 auto;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	padding: 20% 0;
	box-sizing: border-box;
	position: relative;
}

.sv {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: 75px;
	justify-content: center;
}
.sv-ttl {
	font-size: 2.8rem;
	font-weight: 800;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-exterior {
	background: url(../img/sv/sv-exterior-bg.jpg) no-repeat center center/cover;
}

.sv-solar {
	background: url(../img/sv/sv-solar-bg.jpg) no-repeat center center/cover;
}

.sv-grant {
	background: url(../img/sv/sv-grant-bg.jpg) no-repeat center center/cover;
}

.sv-case {
	background: url(../img/sv/sv-case-bg.jpg) no-repeat center center/cover;
}

.sv-info {
	background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 2% 0;
	z-index: 100;
	line-height: 1;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_外装工事 ▼ ---------------*/
/*-----------------------
exterior-com-section
-------------------------*/
.exterior-com-section-wrap {
	flex-direction: column;
	gap: 40px;
}
.exterior-com-section-img {
	aspect-ratio: 520/300;
	width: 100%;
	height: fit-content;
	margin: 0 auto 10%;
}

/*--------------- ▲ sub02_外装工事 ▲ ---------------*/
/*--------------- ▼ sub03_太陽光パネル・蓄電池 ▼ ---------------*/
/*-----------------------
solar-benefit
-------------------------*/
.solar-benefit-list {
	position: relative;
}
.solar-benefit-list::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
	right: 0;
	top: -185px;
	background-size: contain;
	transition: all 0.3s ease;
}
.solar-benefit-sub-ttl {
	margin: 0 auto 10%;
}

/*-----------------------
solar-emergency
-------------------------*/
.solar-emergency-wrap {
	margin: 0 auto 12%;
	flex-direction: column;
	gap: 50px;
}
.solar-emergency-img {
	aspect-ratio: 520/324;
	width: 100%;
	height: fit-content;
}
.solar-emergency-effect {
	margin: 0 auto 17%;
}
.solar-emergency-scope .solar-emergency-sub-ttl {
	margin: 0 auto 6%;
}
.solar-emergency-scope-text {
	margin: 0 auto 6%;
	text-align: left;
}
.solar-emergency-scope-table {
	width: 100%;
}
.solar-emergency-scope-table tr,
.solar-emergency-scope-table tbody {
	width: 100%;
}
.solar-emergency-scope-table tr:last-child th {
	border: none;
}
.solar-emergency-scope-table th,
.solar-emergency-scope-table td {
	vertical-align: middle;
	padding: 15px 12px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}
.solar-emergency-scope-table th:nth-child(1),
.solar-emergency-scope-table td:nth-child(1) {
	width: 20%;
}
.solar-emergency-scope-table th:nth-child(2),
.solar-emergency-scope-table td:nth-child(2) {
	width: 30%;
}
.solar-emergency-scope-table th:nth-child(3),
.solar-emergency-scope-table td:nth-child(3) {
	width: 20%;
}
.solar-emergency-scope-table th:nth-child(4),
.solar-emergency-scope-table td:nth-child(4) {
	width: 30%;
}
.solar-emergency-scope-table th {
	text-align: center;
	font-weight: 600;
}
.solar-emergency-scope-table .row-ttl th {
	background: var(--col-sub);
	border-right: 1px solid var(--col-wh);
	color: var(--col-wh);
	letter-spacing: 0.1em;
}
.solar-emergency-scope-table .row-ttl th:last-child {
	border-right: none;
}
.solar-emergency-scope-table .row-ttl th .small {
	font-size: 1.4rem;
}
.solar-emergency-scope-table .row th {
	background: var(--col-sub-light);
	color: var(--col-wh);
	border-bottom: 1px solid var(--col-wh);
}
.solar-emergency-scope-table .row td {
	background: var(--col-wh);
	font-size: 1.5rem;
	letter-spacing: 0;
	border-bottom: 1px solid var(--col-text);
	border-right: 1px dashed var(--col-text);
}
.solar-emergency-scope-table .row td:last-child {
	border-right: none;
}

/*-----------------------
solar-simulation
-------------------------*/
.solar-simulation-img-wrap{
	overflow: auto;
}
.solar-simulation-img{
	margin: 0 auto 30px;
	width: 660px;

}
/*--------------- ▲ sub03_太陽光パネル・蓄電池 ▲ ---------------*/
/*--------------- ▼ sub04_grant ▼ ---------------*/
/*-----------------------
grant-exterior
-------------------------*/
.grant-exterior {
	padding: 17% 0 0;
}
.grant-exterior-ttl {
	width: fit-content;
}
.grant-exterior-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 80px;
	height: 80px;
	bottom: 0;
	margin: auto;
	right: -80px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.grant-exterior-text {
	margin: 0 auto 12%;
	text-align: left;
}
.grant-exterior-about {
	position: relative;
	box-sizing: border-box;
	padding: 9% 0;
}
.grant-exterior-about-ttl {
	color: var(--col-wh);
	font-size: 2.4rem;
	margin: 0 auto 10%;
}
.grant-exterior-about-list {
	gap: 30px;
}
.grant-exterior-about-item {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 6%;
	border-radius: 20px;
	width: 100%;
}
.grant-exterior-about-item .item-text {
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.grant-exterior-about-item .item-ttl {
	font-weight: 800;
	margin-bottom: 6%;
}

/*-----------------------
grant-solar
-------------------------*/
.grant-solar-ttl {
	width: fit-content;
}
.grant-solar-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust05.png) no-repeat;
	width: 80px;
	height: 80px;
	bottom: 0;
	right: -60px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.grant-solar-text {
	margin: 0 auto 10%;
	text-align: left;
}
.grant-solar-table-ttl {
	margin-bottom: 20px;
}
.grant-solar-table-container {
	margin-bottom: 18%;
}
.grant-solar .grant-solar-table-container01 .subsidy-table-wrap {
	overflow-x: auto;
}
.grant-solar .grant-solar-table-container01 .subsidy-table {
	width: 100%;
	min-width: 660px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1.5rem;
	line-height: 1.6;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .col-blank {
	width: 25px;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .col-category {
	width: 155px;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .col-type {
	width: 134px;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .col-price {
	width: auto;
}
.grant-solar .grant-solar-table-container01 .subsidy-table th,
.grant-solar .grant-solar-table-container01 .subsidy-table td {
	padding: 10px 18px;
	border: 1px solid var(--col-wh);
	vertical-align: middle;
}
.grant-solar .grant-solar-table-container01 .subsidy-table th {
	background: var(--col-sub);
	color: var(--col-wh);
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}
.grant-solar .grant-solar-table-container01 .subsidy-table td {
	background: var(--col-base);
	font-weight: 500;
	border-bottom: 1px solid var(--col-gry-dark);
	letter-spacing: 0;
}
.grant-solar .grant-solar-table-container01 .subsidy-table tr:first-child th {
	background: var(--col-main-light);
	color: var(--col-wh);
	font-size: 1.8rem;
	padding: 20px 18px;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .category-main {
	font-size: 1.5rem;
	position: relative;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .category-main::before {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 24px;
	height: 2px;
	bottom: -1px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .category-sub {
	font-size: 1.5rem;
}
.grant-solar .grant-solar-table-container01 .subsidy-table .blank-cell {
	padding: 0;
}
.grant-solar .grant-solar-table-container01 .subsidy-note {
	margin-top: 15px;
	font-size: 1.5rem;
}
.grant-solar .grant-solar-table-container02 .battery-table-wrap {
	overflow-x: auto;
}
.grant-solar .grant-solar-table-container02 .battery-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1.5rem;
	line-height: 1.7;
}
.grant-solar .grant-solar-table-container02 .battery-table .col-blank {
	width: 25px;
}
.grant-solar .grant-solar-table-container02 .battery-table .col-category {
	width: 100px;
}
.grant-solar .grant-solar-table-container02 .battery-table .col-target {
	width: 145px;
}
.grant-solar .grant-solar-table-container02 .battery-table .col-rate {
	width: 215px;
}
.grant-solar .grant-solar-table-container02 .battery-table .col-note {
	width: auto;
}
.grant-solar .grant-solar-table-container02 .battery-table th,
.grant-solar .grant-solar-table-container02 .battery-table td {
	padding: 15px 12px;
	border: 1px solid var(--col-wh);
	vertical-align: middle;
}
.grant-solar .grant-solar-table-container02 .battery-table th {
	background: var(--col-sub);
	color: var(--col-wh);
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
}
.grant-solar .grant-solar-table-container02 .battery-table td {
	background: var(--col-base);
	font-weight: 500;
	border-bottom: 1px solid var(--col-gry-dark);
	letter-spacing: 0;
}
.grant-solar .grant-solar-table-container02 .battery-table tr:first-child th {
	background: #df3000;
	font-size: 1.8rem;
	padding: 18px;
}
.grant-solar .grant-solar-table-container02 .battery-table td:last-child {
	border-left: 2px dashed #8d96a0;
}
.grant-solar .grant-solar-table-container02 .battery-table .category-main {
	font-size: 1.5rem;
	position: relative;
}
.grant-solar .grant-solar-table-container02 .battery-table .category-main::before {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 24px;
	height: 2px;
	bottom: -1px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.grant-solar .grant-solar-table-container02 .battery-table .blank-cell {
	padding: 0;
}
.grant-solar .grant-solar-table-container02 .battery-note {
	margin-top: 15px;
	font-size: 1.5rem;
}
.grant-solar .grant-solar-table-container02 th.small {
	font-size: 1.4rem !important;
}


/*grant-solar-note*/
.grant-solar-note{
	background: var(--col-base);
	padding: 30px;
	box-sizing: border-box;
	margin-top: 30px;
	border-radius: 20px;
}
.grant-solar-note-ttl{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--col-sub);
}
/*--------------- ▲ sub04_grant ▲ ---------------*/
/*--------------- ▼ sub05_case ▼ ---------------*/
/*-----------------------
case-post
-------------------------*/
.case-post-main-img {
	position: relative;
	margin-bottom: 12%;
	flex-direction: column;
	gap: 70px;
	justify-content: center;
}
.case-post-main-img figcaption {
	color: var(--col-main);
	font-size: 2.2rem;
	font-weight: 800;
	position: absolute;
	top: -20px;
	z-index: 2;
	text-align: center;
	left: 0;
	right: 0;
}
.case-post-main-img .before {
	position: relative;
}
.case-post-main-img .before::before {
	position: absolute;
	content: '';
	background: url(../img/common/arw02.png) no-repeat;
	width: 15px;
	height: 30px;
	bottom: -30px;
	margin: auto;
	right: 0;
	left: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 1;
	transform: rotate(90deg);
}
.case-post-main-img .before-img {
	aspect-ratio: 480/330;
	width: 70%;
	height: fit-content;
	position: relative;
	margin: 0 auto;
}
.case-post-main-img .after {
	position: relative;
}
.case-post-main-img .after-img {
	aspect-ratio: 480/330;
	width: 100%;
	height: fit-content;
	position: relative;
}
.case-post-img-list {
	gap: 30px 5%;
	margin-bottom: 60px;
	max-height: 350px;
	overflow-y: auto;
}
.case-post-img-item {
	width: 45%;
}
.case-post-img-item figure {
	aspect-ratio: 320/220;
	width: 100%;
	height: fit-content;
}
.case-post-table {
	margin-bottom: 9%;
}

/*--------------- ▲ sub05_case ▲ ---------------*/
/*--------------- ▼ sub06_info ▼ ---------------*/
/*-----------------------
info-greeting
-------------------------*/
.info-greeting {
	position: relative;
	background: var(--col-main);
}
.info-greeting::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 100%;
	height: 150px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.info-greeting-ttl {
	width: fit-content;
	color: var(--col-main);
	margin-bottom: 70px;
}
.info-greeting-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 90px;
	height: 110px;
	bottom: 0;
	margin: auto;
	right: -110px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.info-greeting-wrap {
	flex-direction: column;
	gap: 40px;
}
.info-greeting-text-wrap {
	width: 100%;
}
.info-greeting-text .sign {
	text-align: right;
	font-size: 1.8rem;
}
.info-greeting-text .sign .large {
	font-size: 2rem;
}
.info-greeting-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
}

/*-----------------------
info-outline
-------------------------*/
.info-outline-ttl {
	width: fit-content;
}
.info-outline-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust03.png) no-repeat;
	height: 200px;
	margin: auto;
	right: -86px;
	top: -32px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -5;
	transform: scale(-1, 1);
}
.info-outline-table {
	position: relative;
	z-index: 5;
	margin-bottom: 110px;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-bottom: 6%;
	-webkit-justify-content: start;
	justify-content: start;
}
.post-wrp .tag-change li {
	flex: 0 0 30%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	padding: 5px 0;
	display: block;
	color: var(--col-main);
	background: #fff;
	font-size: 3vw;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-text);
	pointer-events: none;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border-bottom: 2px solid #333;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #333;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: #fff;
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
	margin-bottom: 5%;
}

.sb-post-body {
	margin-bottom: 7%;
	padding-bottom: 7%;
	border-bottom: 1px solid;
	line-height: 2;
}

.s-post-taglist {
	margin-bottom: 6%;
}

/*--------------- ▲ お知らせ ▲ ---------------*/ /*# sourceMappingURL=style_sp.css.map */
