@charset "utf-8";

/* normal */
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}


html{
	width: 100%;
	font-size: 62.5%;
	color: #596074;
	font-family: Lato, "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

body{
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 2rem;
	letter-spacing: 1.5px;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	font-kerning: auto;
	line-height: 2.25;
	box-sizing: border-box;
	overflow-x: clip;
}





.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.br-sp{
	display: none;
	overflow: hidden;
}

.br-pc{
	display: inline;
	overflow: visible;
	}

.sp-none{
	overflow: visible;
	display: inline;
}


.pc-none{
	overflow: hidden;
	display: none;
}

div{

	box-sizing: border-box;
}

a{
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
}

header{
	padding: 0.5rem 1rem 0;
	width: 100%;
	position: fixed;
	transition: all 0.5s ease;
	color: #fff;
	z-index: 7777;
	box-sizing: border-box;
	background-color: #FFF;
	top: 0;
}

.header_container{
	display: flex;
	justify-content: space-between;
	padding: 8px 16px;
	flex-wrap: wrap;
}

.pc_navigation{
	margin: 0 0 0 auto;
}


.pc_navigation_second{
	width: 100%;
}


.pc_navigation_second .pc_nav_item{
	width: 25%;
}

header a{    
	color: #596074;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.nav{
	display: none;
	overflow: hidden;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

	.pc_nav_list {
	  padding: 0 1rem;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin: 0 0 8px;
}

.pc_nav_item a {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}


.pc_nav_item{
	padding: 8px 32px;
    line-height: 1;

    height: 40px;
    transition: all .3s;
    position: relative;
}

.pc_nav_item_tel span{
	font-size: 1.4rem;
	font-weight: 400;
}

.pc_nav_item_tel a{
	color: #20cab5;
	font-size: 2.2rem;
	font-weight: 600;
}

.pc_nav_item_contact{
	border: solid 2px #3bd99c;
	border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	border-image-slice: 1;
    margin-right: 16px;
}

.pc_nav_item_contact:hover{
	background: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
}

.pc_nav_item_contact a{
	color: #20cab5;
    line-height: 2.5;
}

.pc_nav_item_contact a:hover{
	color: #FFF;
}

.pc_nav_item_contact::marker {
  color: red;
  font-size: 0;
  display: none;
}

.pc_nav_item_cost::marker {
  color: red;
  font-size: 0;
  display: none;
}

.pc_nav_item_cost{
	background: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
}

.pc_nav_item_cost a{
	color: #FFF;
    line-height: 2.5;
}

.pc_nav_item_cost:hover{
	background:none;
	border: solid 2px #3bd99c;
	border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	border-image-slice: 1;
}

.pc_nav_item_cost a:hover{
	color: #20cab5;
}


.dropdown__lists {
    
    width: 100%;
    list-style: none;
    padding: 0;
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.pc_nav_item:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #20cab5;
    padding: 12px 0;
    transition: all .3s;
    position: relative;
    border-top: #FFF solid 0.5px;
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown__list:hover {
    background-color: #079b88;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.pc_nav_item:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}


.simulation-nav{
	z-index: 777;
	background-color: #f5f2d8;
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	padding: 16px;
}

.simulation-nav-title{
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	padding: 12px 8px;
}

.simulation-nav-title-icon{
    width: 2vw;
    line-height: 0;
}

.simulation-nav-title-text{
	margin: 0 8px;
    text-align: center;
}

.simulation-nav-title-text-first{
	font-size: 1.2vw;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.simulation-nav-title-text-second{
	font-size: 1vw;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.simulation-nav-title-free{
	background-color: #eaac50;
	color: #FFF;
	font-size: 1.2vw;
	width: 3.2vw;
	height: 3.2vw;
}

.simulation-nav-title-free p{
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
	text-align: center;
}

.simulation-nav-input{
	padding: 0 8px;
}

.simulation-nav-input-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.simulation-nav-input-wrap div{
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	padding: 4px 8px;
	
    margin: 4px 4px 0;
	margin-right: 8px;
}

.simulation-nav-input-wrap input{
	outline: none;
	border: none;
	font-size: 20px;
	padding: 0 4px;
	width: 12vw;
}

.simulation-nav-input-wrap button{
	outline: none;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	background-color: #eaac50;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	padding: 8px 12px;
}

.simulation-nav-input p{
	margin: 0 0 4px;
    line-height: 1.25;
    font-size: 18px;
}

.simulation-nav-input-wrap{
	font-size: 14px;
}



img{
	object-fit: contain;
    width: 100%;
}


.logo{
	width: 40%;
}

.logo img{
	width: 160px;
}


.main{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/top-bg.svg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 100px auto 0;
	width: 100%;
}

section{
	width: 80%;
	min-width: 980px;
    margin: 32px auto;
    padding: 32px 0;
}

.top-first{
	display: flex;
	justify-content: space-around;
}

.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video_wrapper > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


/*.top-first div{
	display: inline-block;
	vertical-align: top;
}*/

.top-first-sentence{
	width: 40%;
	margin-right: 24px;
}

.top-first-sentence p{
	font-weight: 500;
}

.top-first-sentence h1{
	
	font-weight: 700;
	color: #00a384;
	margin-top: 100px;
}

.top-first-img{
	width:60%;
	margin: 0;
	padding: 0;
}

.top-first-img img{
	width: 100%;
}





.top-about-first{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/top-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
    height: 100vh;
	margin: 24px auto;
	position: relative;
	background-position-x: center;
}

.top-about-first-child{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -23%);
    width: 67%;
    height: 100%;
    text-align: center;
}

.top-about-first-child h2{
	text-align: center;
}


	
.adjust-box { position: relative; width: 50%; height: auto; background: #EEE; margin: 5px; } 

/*.inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } */

.adjust-box p { line-height:1.5em; }

.top-about-first:before { content: ""; display: block; padding-top: 50%; /* 2:1 */ } 
	




.top-denergy{
	width: 100%;
	background-color: #f3f7f6;
	margin: 0 auto;
	text-align: center;
}

.top-denergy h2{
    color: #00a384;
    border: dotted 6px #00a384;
    width: 540px;
    margin: 16px auto;
}

.top-denergy p{
    color: #00a384;
    line-height: 1.8;
}

.top-denergy-wrap{
    width: 85%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-denergy-wrap-img{
    width: 35%;
}

.top-denergy-wrap-text{
    width: 60%;
}

.top-denergy-wrap-text p{
    padding: 36px 40px;
    background-color: #FFF;
    text-align: left;
    color: #596074;
    line-height: 2;
}

.top-about-menu{
	display: flex;
	justify-content: space-around;
}

/*.top-about-menu:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}*/


.top-about-menu-item{
	width: 40%;
}

.top-about-menu-item p{
	min-height: 90px;
	line-height: 1.75;
	margin-bottom: 8px;
}


.top-about-menu-item h3{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/leaf.svg);
	background-repeat: repeat-y;
	color: #fff;
    padding-left: 17px;
    padding-top: 5px;
}


.top-about-menu-item h3 span{
	color: #20BBAA;
    padding-left: 28px;
}

.more-button{
	border: solid 2px #3bd99c;
	border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	border-image-slice: 1;
	color: #20cab5;
    padding: 5px auto;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.more-button:hover{
	color: #FFF;
    background: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
}

.more-button-color{
	background: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	color: #FFF;
    padding: 5px auto;
    width: 100%;
    text-align: center;
    margin: 16px auto;
}

.more-button-color:hover{
	background: none;
	color: #20cab5;
	border: solid 2px #3bd99c;
	border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	border-image-slice: 1;
}


.flow-img{
	border:2px solid #20BBAA;
	/*border-radius: 10px;*/
	padding: 20px;
	display: flex;
	justify-content: space-around;
}

.flow-img div{
	text-align: center;
}

.flow-img-item img{
	width: 90%;
}

.flow-img-item{
	width: 16%;
	padding: 12px; 
}

.arrow{
	width: 30px;
}


/*
.flow-img-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #000;
}
*/
.flow-sentence{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.flow-sentence-item{
	/*float: left;*/
	width: 50%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.flow-sentence-item img{
	width: 30%;
	margin-right: 24px;
}






.top-FirstSolarPower h2{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/leaf.svg);
	background-repeat: no-repeat;
	padding-left: 75px;

}

.top-FirstSolarPower img{
	width: 40%;
}

.top-FirstSolarPower div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.top-FirstSolarPower p{
	width: 45%;
}

.top-FirstSolarPower span{
	font-weight: 600;
}




.top-CaseStudy{
    background-color: #20BBAA;
    padding: 40px 0;
    width: 100%;
}

.top-CaseStudy h2{
	color: #FFF;
	text-align: center;

}

.top-CaseStudy-list{
	display: flex;
	justify-content: space-around;
}

.top-CaseStudy-item{
	width: 25%;
	margin: 10px;
	background-color: #FFF;
	border-radius: 0;
}

.top-CaseStudy-item img{
	width: 100%;
	
    border-radius: 0;
}

.top-CaseStudy-text{
	padding: 0px 16px 16px;
}





.top-sdgs h2{
	text-align: center;
}


.top-sdgs h2 img{
	width: 24px;
	padding: 10px 10px 0 10px;
}


.top-sdgs-headline{
	width: 50%;
    margin: 32px auto;
}

.top-sdgs-headline-img-wrap{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.top-sdgs-headline-img-logo{
	width: 60%;
}

.top-sdgs-headline-img-kumamoto{
	width: 30%;
    text-align: center;
    line-height: 0.5;
    font-size: 1vw;
}



.top-sdgs-item{
	display: flex;
	width: 48%;
	padding: 32px 0;
}

.top-sdgs-sentence{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-sdgs-item div{
	padding: 0 12px 12px;
}

.top-sdgs-item h3{
	margin: 0;
}

.top-sdgs-item-img{
	width: 30%;
    height: max-content;
}

.top-sdgs-item img{
	width: 100%;
}

.top-sdgs-item-text{
	width: 70%;
}








.top-news-sentence-item img{
	width: 20%;
	margin-right: 24px;
	border-radius: 0;
}

.top-news-sentence-item div{
	width: 75%;
}

.top-news-sentence-item{
	display: flex;
	margin: 24px 0;
	line-height: 1.7;
}

.top-news-sentence-item h3{
	margin: 0 0 12px;
	color: #20bbaa;
}

.top-news-sentence-item p{
	margin: 12px 0;
}

.top-news-sentence-item a{
	color: #20bbaa;
}

.top-news-menu{
	display: flex;
}

.top-news-menu p{
	margin: 0 16px 0 0;
}

.top-news-sentence-category{
    background-color: #FFF;
    border: solid 2px #20bbaa;
    padding: 1px 20px 3px;
    margin: 0 8px;
    border-radius: 0;
    color: #20bbaa;
    font-weight: 600;
    font-size: 1.7rem;
}

.top-news-menu-item a{
	background-color: #FFF;
    border: solid 2px #20bbaa;
    padding: 4px 20px;
    margin-right: 8px;
    border-radius: 0;
    color: #20bbaa;
    font-weight: 600;
    font-size: 1.8rem;
}

.top-news-viewmore{
	background-color: #20bbaa;
    border: solid 2px #20bbaa;
    padding: 8px 0;
    margin: 0 auto;
    border-radius: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    width: 60%;
    display: block;
    text-align: center;
}








.top-contact{
	display: flex;
	justify-content: space-between;
}

.top-contact-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}



.top-contact h2{
	width: 25%;
    background-color: #20bbaa;
    color: #FFF;
	padding: 48px;
	margin: 0 5px;
	border-radius: 0;
	aspect-ratio: 1;
}


.top-contact-item {
	display: block;
    width: 20%;
    padding: 24px;
	background-color: #F1BB33;
	margin-bottom: 10px;
	color: #FFF;
	border-radius: 0;
	aspect-ratio: 1;
	box-sizing: border-box;
}

.top-contact-item img{
	width: 35%;
    top: 22%;
    left: 32%;
    position: relative;
}

.top-contact-item p{
    top: 10%;
    left: 0%;
    position: relative;
    text-align: center;
    line-height: 1.75;
}





footer{
	background-color: #20BBAA;
	padding: 3% 10% 0;
	color: #FFF;
	margin-top: 80px;
}

.footer_content{
	vertical-align: top;
	margin-top: 40px;
}

.footer_info{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

.footer_nav{
	display: inline-block;
	vertical-align: top;
}

.footer_nav_list{
	margin: 0;
	padding: 0;
}

.footer_nav_item{
	list-style: none; 
}

.footer_nav_item a{
	color: #FFF;

}

.footer-sns div{
	background-color: #FFF;
	border-radius: 0;
	width: 178px;
	padding: 8px 12px 0;
}

.footer-sns p{
	margin: 10px 0 5px;
}

.footer-sns div img{
	width: 30px;
	margin: 0 8px;
}



.copyright{
	font-size: 15px;
}



.about-first{
	width: 100%;
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/about-top.png);
	background-size: cover;
	height: 450px;
}


.about-first-sentence{
	position: relative;
	top: 10%;
	left: 10%;
	color: #FFF;
}


.about-first-img{
	background-color: #AAA;
	width: 100%;
	height: 150px;
}



.about-headline{
	width: 50%;
	padding: 40px 80px;
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border-radius: 0;
	position: relative;
    margin-top: -180px;
}

.about-headline h2{
	color: #20BBAA;
}


.about-merit-headline{
	text-align: center;
	margin: 40px auto;
}

.about-merit-headline h2{
	color: #20BBAA;
}


.about-merit-sentence{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.about-merit-sentence h3{
	color: #20BBAA;
	width: 100%;
	line-height: 1;
	margin-bottom: 0;
}

.about-merit-item{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #20BBAA;
	padding: 16px 24px;
	justify-content: space-between;
	margin-top: 24px;
	border-radius: 0;
}



.about-merit-item img{
	width: 36%;
	object-fit: contain;
	padding: 4%;
}

.about-merit-item p{
	margin: 16px auto;
}

.about-merit-item{
	width: 45%;
}

.about-subcontent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-subcontent a{
	color: #20BBAA;
	border:none ;
}

.about-subcontent div{
	width: 45%;
}

.about-subcontent h2{
	width: 100%;
	color: #20BBAA;
	margin: 8px 0;
	text-align: center;
}

.about-merit-item span{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/leaf.svg);
	background-repeat: no-repeat;
	padding: 5px 20px 5px 13px;
	color: #FFF;
}


.about-greeting{
	padding: 32px 80px;
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border-radius: 0;
	box-sizing: border-box;
}


.about-greeting h2{
	width: 100%;
	color: #20BBAA;
	margin: 8px 0;
}


/*.about-greeting-signature{
	text-align: right;
}*/

.about-philosophy{
	text-align: center;
}

.about-philosophy h2{
	width: 100%;
	color: #20BBAA;
	margin: 8px 0;
}

.about-philosophy span{
	font-size: 2.4rem;
	font-weight: 600;
}


.about-companyinfo{
	width: 760px;
	background-color: #ecf5f3;
	padding: 40px 80px 120px;
	margin: 0 auto;
	border-radius: 0;
}

.about-companyinfo h2{
	text-align: center;
	color: #20BBAA;
}

.top-companyinfo-item{
	border-spacing: 0;
	border-collapse: collapse;
    margin: 0 auto;
}

.top-companyinfo-item td{
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: solid 1px #20BBAA;
}

.top-companyinfo-item td:nth-child(1){
	padding-right: 40px;
}




.solar-first{
	width: 100%;
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/solar-top.png);
	background-size: cover;
	height: 350px;
}

.solar-first-sentence{
	position: relative;
	top: 10%;
	left: 10%;
	color: #FFF;
}


.solar-structure{
	text-align: center;
}


.solar-structure h2{
	color: #20BBAA;
	
}

.structure-mainimg{
	width: 50%;
}

.structure-mainText{
	line-height: 2.5;
	margin: 40px auto;
	width: 80%;
	border: solid 2px #3bd99c;
	border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
	border-image-slice: 1;
	color: #20cab5;
	background-color: #FFF;
}




.structure-second-Text{
	text-align: left;
	width: 80%;
	margin: auto;
}

.structure-picture{
	display: flex;
	justify-content: space-between;
}

.structure-picture-item{
	width: 24%;
	min-width: 255px;
}

.structure-picture-item h3{
	color: #20BBAA;
	text-align: center;
	margin: 0;
}

.structure-picture-item p{
	margin: 0;
}


.solar-chronology{
	width: 100%;
	background-color: #ecf5f3;
	
	padding: 80px 0;
}

.solar-chronology h2{
	width: 100%;
	color: #20BBAA;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 auto 1em;
}

.solar-chronology h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #20BBAA;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


.solar-chronology-list{
	width: 80%;
	min-width: 840px;
	margin: 40px auto 0;
	line-height: 1.75;
}

.solar-chronology-list td{
	vertical-align: top;
	padding: 20px 0;
}

.solar-chronology-list td:nth-child(1){
	padding-right: 20px;
	width: 140px;
}



.solar-merit{

    width: 100%;
}

.solar-merit h2{
	color: #20BBAA;
	text-align: center;
}

.solar-merit-item{
	display: flex;
	position: relative;
    width: 90%;
    background-color: #ecf5f3;
    margin: 80px 0;
}


.solar-merit-item:nth-child(3),.solar-merit-item:nth-child(5),.solar-merit-item:nth-child(7){
    right: -20%;
    padding: 0 18% 40px 8%;
    border-radius: 0;
}


.solar-merit-item:nth-child(2),.solar-merit-item:nth-child(4),.solar-merit-item:nth-child(6){
    padding: 0 8% 40px 16%;
    border-radius: 0;
}



.solar-merit-item img{
	width: 25%;
    margin: 16px;
}

.solar-merit-item-text{
	width: 60%;
}

.solar-merit-item-text div{
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 600;
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/leaf.svg);
	background-repeat: no-repeat;
	padding: 2px 0 0 17px;
	position: relative;
	top: -16px;
}

.solar-merit-item-text h3{
	color: #20BBAA;
}


.solar-demerit h2{
	color: #20BBAA;
}


.carbon-sdgs img{
	width: 60%;
}


.top-companyinfo-list ul{
    padding: 0;
    }

.top-companyinfo-list ul li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 1em;
    }

.top-companyinfo-list ul li:before {
	border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 1.1em;
    content: "";
    background: #20BBAA;
}

.solar-service-link a{
	font-size: 2.4rem;
	font-weight: 600;
	color: #20BBAA;
	border-bottom: dashed 2px #20BBAA;
	width: 240px;
	text-align: center;
	margin: 40px auto;
	display: block;
}








.service-first{
	width: 100%;
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/service-top.png);
	background-size: cover;
	height: 350px;
	margin: 32px auto 0;
}


.service-denergy{
	width: 100%;
	background-color: #3bd99c;
	margin: 0 auto;
}

.service-denergy-sentence{
    width: 85%;
    margin: 40px auto;
	background-color: #FFF;
}

.service-denergy-wrap{
	display: flex;
    width: 90%;
    margin: 0 auto;
}

.service-denergy-wrap div{
	padding: 24px 16px;
}

.service-denergy-wrap div h3{
    margin-top: 0;
    line-height: 1.5;
}

.service-denergy-sentence h2{
	text-align: center;
    color: #50c88d;
    padding: 24px 0 16px;
    margin: 16px auto;
    width: 90%;
    border-bottom: solid 3px #50c88d;
}

.service-denergy-sentence h2 img{
	width: 24px;
    padding: 10px 10px 0 10px;
}

.service-denergy-wrap div{
	padding: 24px 16px;
}
    

.service-denergy-wrap .service-denergy-img{
    width: 30%;
}

.service-denergy-wrap div p{
	margin-top: 8px;
}

.service-denergy-wrap div .bold{
	font-weight: 600;
	margin-bottom: 0;
    line-height: 1.5;
}
}

.service-denergy-img{
	width: 40%;
}



.service-shisetu{
	width: 100%;
	background-color: #f3f7f6;
	margin: 0 auto;
	text-align: center;
}

.service-shisetu-wrap{
    width: 85%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-shisetu h2{
    color: #50c88d;
}

.service-shisetu-wrap p{
    margin-top: 4px;
    font-size: 2.3rem;
    font-weight: 500;
}




.service-first-sentence{
	position: relative;
	top: 10%;
	left: 10%;
	color: #FFF;
	width: 50%;
}


.service-flow-sentence{
	border: solid 2px #3bd99c;
    border-image: linear-gradient(to right, #3bd99c 0%, #06bccc 100%);
    border-image-slice: 1;
    text-align: left;
    color: #20cab5;
    padding: 4px 12px;
    width: fit-content;
    margin: 0 0 24px;
}

.service-flow-top{
	display: flex;
	margin: 4px auto;

}


.service-flow-top-item{
	padding: 20px 8px 31px 16px;
    text-align: center;
    color: #FFF;
    margin-right: 3%;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    min-width: 15%;
}

/*.service-flow-top-item::before {
	content: "";
    position: absolute;
    top: 0;
    left: -13.5%;
    border-left: 22px solid transparent;
    border-right: 0 solid transparent;
}*/


.service-flow-top-item::after {
	content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    border: 47px solid transparent;
    border-right: 0 solid transparent;
}


.service-flow-top-item:nth-child(1){
	background-color: #84E6B5;
	border-radius: 0;
	padding-left: 1%;
}

.service-flow-top-item:nth-child(2){
	background-color: #5BCFA5;
}

.service-flow-top-item:nth-child(3){
	background-color: #47C39D;
}

.service-flow-top-item:nth-child(4){
	background-color: #35B895;
}

.service-flow-top-item:nth-child(5){
	background-color: #1DAB8C;
}

.service-flow-top-item:nth-child(6){
	background-color: #009A80;
	border-radius: 0;
}


.service-flow-top-item:nth-child(1)::after{
    border-left: 25px solid #84E6B5;
}

.service-flow-top-item:nth-child(2)::after{
    border-left: 25px solid #5BCFA5;
}

.service-flow-top-item:nth-child(3)::after{
    border-left: 25px solid #47C39D;
}

.service-flow-top-item:nth-child(4)::after{
    border-left: 25px solid #35B895;
}

.service-flow-top-item:nth-child(5)::after{
    border-left: 25px solid #1DAB8C;
}



/*

.service-flow-top-item:nth-child(2)::before{
    border-top: 71px solid #5BCFA5;
    border-bottom: 71px solid #5BCFA5;
}

.service-flow-top-item:nth-child(3)::before{
    border-top: 71px solid #47C39D;
    border-bottom: 71px solid #47C39D;
}

.service-flow-top-item:nth-child(4)::before{
    border-top: 71px solid #35B895;
    border-bottom: 71px solid #35B895;
}

.service-flow-top-item:nth-child(5)::before{
    border-top: 71px solid #1DAB8C;
    border-bottom: 71px solid #1DAB8C;
}

.service-flow-top-item:nth-child(6)::before{
    border-top: 71px solid #009A80;
    border-bottom: 71px solid #009A80;
}*/


.service-flow-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.service-flow-item-child{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	margin: 20px 0;
}

.service-flow-item-child h3{
	width: 100%;
	margin-bottom: 8px;
}

.service-flow-item-child span{
	background-image: url(/wp_7/wp-content/themes/solar-theme/img/leaf.svg);
	background-repeat: no-repeat;
	padding: 6px 18px 7px 14px;
	color: #FFF;
	margin-right: 5px;
}

.service-flow-item-child div{
	width: 35%;
	background-color: #ecf5f3;
	border-radius: 0;
    padding: 10px;
}

.service-flow-item-child div img{
    height: 100%;
    width: 100%;
}

.service-flow-item-child p{
	width: 60%;
}


.service-price-item{
	border: solid 5px #20BBAA;
	width: 90%;
	margin: 16px auto;
	background-color: #FFF;
}


.service-price-top h2{
	color: #20BBAA;
	text-align: center;
	margin: 0 auto;
}

.service-price-top p{
	text-align: center;
	margin: 0 auto 40px;
}

.service-price-item h3{
    background-color: #20BBAA;
    color: #FFF;
    margin: 0;
    text-align: center;
}

.service-price-item img{
	text-align: center;
	width: 35%;
	margin: 0 auto;
	display: block;
}

.service-price-item ul{
    width: 45%;
    margin: 0 0 16px;
    padding: 0;
}

.service-price-item-list-wrap{
	display: flex;
	justify-content: space-around;
}

.service-price-item ul li {
    list-style-type: none;
    position: relative;
    padding: 4px 0;
    margin: 16px 0;
    line-height: 1;
    border: solid 2px #3bd99c;
    }

.service-price-item ul li span {
	padding: 0 10px;
    background-color: #3bd99c;
    color: #FFF;
    margin-right: 8px;
    }



.service-price-list{
    border-collapse: separate;
	border-spacing: 0px 8px;
}

.service-price-list td{
    padding: 8px 24px;
    line-height: 1;
    border: solid 2px #3bd99c;
}


.service-price-list td:nth-child(1){
    background-color: #3bd99c;
    color: #FFF;
    margin-right: 8px;
}








/*
.service-price-item ul li:before {
	border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 45px;
    top: 1.1em;
    content: "";
    background: #20BBAA;
}*/

/*.service-price-item h4,.service-price-item div{
	background-color: #ecf5f3;
	border-radius: 10px;
}

.service-price-item h4{
	width: 400px;
	margin: 0 auto;
	border: solid 1px #FFF;
	text-align: center;
    z-index: 999;
    position: relative;
}*/

.service-price-item div{
	
	/*background-color: #ecf5f3;*/
	margin: 0 auto;
	padding: 24px;/*
	text-align: center;*/
}

.service-price-item-emphasis{
	font-size: 2.4rem;
	font-weight: 600;
	color: #20BBAA;
}


.service-price-item-list-wrap img{
	width: 40%;
}


.blog-sentence h1, .blog-sentence h2, .breadcrumb a{
	color: #1eb393;
}

.breadcrumb a:hover{
	color: #1eb3938a;
}

.blog-buttontop{
	width: 200px;
	margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding: 4px 40px;
    color: #1eb393;
    border: 2px solid #1eb393;
    font-weight:600;
    border-radius: 100px;
    text-align: center;
}

.blog-img-top{
	width: 80%;
}

.blog-img-item{
	width: 50%;
}

.entry-cat a{
    margin-right: 24px;
    font-size: 1.8rem;
    background-color: #FFF;
    padding: 4px 40px;
    color: #1eb393;
    border: 2px solid #1eb393;
    font-weight: 500;
    border-radius: 100px;
    text-align: center;
}

.entry-pager{
	text-align: center;
}

.entry-pager a{
	color: #1eb393;
	border-bottom: 1px solid #1eb393;
	margin: 0 40px;
}






.help-main{
	background:none;
}

.help-headline h1{
	background-color: #1eb393;
	color: #FFF;
	padding: 8px 24px;
	border-radius: 0;
}


.help-form{
	max-width: 960px;
	margin: 0 auto;
}

.form-item{
	display: flex;
	margin: 16px 0;
	border-bottom: 2px solid #DDD;
	padding: 16px 0;
}

.form-item-label{
	width: 30%;
	display: flex;
	justify-content: space-between;
	margin-right: 24px;
}

.form-item-label span{	
	display: inline-block;
	height: fit-content;
}

.form-item-input {
	width: 65%;
}

.form-item-input span{
	display: inline-block;
}

.form-item-input input{
	padding: 8px;
	margin-left: 8px;
	margin-right: 32px;
	border-radius: 0;
	border: none;
	background-color: #f0f0f0;
	font-size: 2rem;
}

.form-item-input-double{
	width: 200px;
}

.form-item-input-single{
	width: 100%;
}

.form-item-label-required{
	background-color: #f77643;
	color: #FFF;
	border-radius: 0;
	padding: 0 12px;
	font-size: 1.4rem;
	margin: auto 16px;
}

.form-item-input-text{

	width: 4.2rem;
}

.form-item-radio-text{
	width: auto;
}

.form-item-input textarea{
	padding: 8px;
	margin-left: 8px;
	margin-right: 32px;
	border-radius: 0;
	border: none;
	background-color: #f0f0f0;
	font-size: 2rem;
	width: 100%;
	height: 40vh;
}

.help-form-submit{
	display: block;
	margin: 48px auto 0;
	padding: 8px 40px;
	background-color: #1eb393;
	color: #FFF;
	border: none;
	border-radius: 100px;
	font-size: 2rem;
	font-weight: 600;
}

.qa-list h2, .qa-item h3{
	color: #1eb393;
}

.top-contact-item-sns p{
	background-color: #fff;
    padding: 8px;
    text-align: center;
    width: 145px;
    margin: 0 auto;
    top: 35%;
    border-radius: 0;
}

.top-contact-item-sns img{
	width: 25px;
	top: 0;
    left: 0;
    padding: 0 8px;
}

#service-puran img{
	width: 80%;
}


#solar-datutansomerit .structure-mainText{

}

.tansodemerit p{
    line-height: 2.5;
    margin: 40px auto;
    border: solid 2px #308bbd;
    color: #308bbd;
    background-color: #FFF;
    width: 240px;
}

.tansomerit p{
    line-height: 2.5;
    margin: 40px auto;
    border: solid 2px #ff8585;
    color: #ff8585;
    background-color: #FFF;
    width: 240px;
}

.tansomerit, .tansodemerit{
	margin-bottom: 4px;
}

.tansomerit img, .tansodemerit img{
    width: 10%;
}

.achievement p{
	text-align: right;
    width: 90%;
    margin: 0 auto;
    padding: 24px;
}

.achievement img {
    width: 80%;
}

.achievement ul li {
    border: none;
}

.service-flow-top-item{
	position: relative;
	height: 93px;
	line-height: 1.2;
	width: 17%;
}


.service-flow-top-item-child{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 999;
}

#solar-koutou p,#solar-koutou div,#solar-koutou img{
	width: 100%;
    max-width: 880px;
    margin: 8px auto;
}

#solar-koutou p{
    border: solid 3px #f2b14f;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    line-height: 1.75;
}


#service-moderu img{
	width: 90%;
}


.about-greeting-signature-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}


.about-greeting-signature-wrap img{
    width: 120px;
    padding-right: 24px;
}

.service-flow-period div, .service-flow-period-2nd div{
	width: 40%;
    background-color: #f2b14f;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1.6;
    margin-bottom: 16px;
}

.service-flow-period-2nd div{
    width: 29.5%;
    margin-right: 1%;
}

.service-price-item-wrap{
	display: flex;
}

.service-price-item-wrap img{
    width: 100%;
    top: 25%;
    position: relative;
}

.top-denergy .more-button-color {
    width: 85%;
}


.privacypolicy-companyinfo-item{
	border-spacing: 0;
	border-collapse: collapse;
    margin: 0;
}

.privacypolicy-companyinfo-item td{
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: solid 1px #20BBAA;
}

.privacypolicy-companyinfo-item td:nth-child(1){
	padding-right: 40px;
}

.category-title{
	font-weight: 400;
	color: #737a8c;
}


.post-content .wp-block-post-featured-image img{
	width: 50%;
}

.grecaptcha-badge { visibility: hidden; }