@charset "UTF-8";

/*--------------------------- 
　　　基本設定

font-family: 'Noto Sans JP' 300 500 900
--------------------------- */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
}
a {
	text-decoration: none;
	color: #000;
	transition: .3s ease;
}
a:hover {
	cursor: pointer;
}
ul,ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	padding: 0;
}
dd {
	margin: 0;
}
.container {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
/*右からフェードイン*/
.fadein_right {
	opacity: 0;
	transform: translate(100px,0);
	transition: 1s ease;
}
.fadein_right.scrollin {
	opacity: 1;
	transform: translate(0,0);
}
/*左からフェードイン*/
.fadein_left {
	opacity: 0;
	transform: translate(-100px,0);
	transition: 1s ease;
}
.fadein_left.scrollin {
	opacity: 1;
	transform: translate(0,0);
}
/*下からフェードイン*/
.fadein_bottom {
	position: relative;
	opacity: 0;
	transform: translate(0,100px);
	transition: 1s ease;
	z-index: 5;
}
.fadein_bottom.scrollin {
	opacity: 1;
	transform: translate(0,0);
}
.pc {display: block!important;}
.sp {display: none!important;}
@media screen and (max-width: 850px) {
	.pc {display: none!important;}
	.sp {display: block!important;}
}
/*--------------------------- 
　　　ヘッダー
--------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 15px;
	box-sizing: border-box;
	z-index: 100;
	width: 100%;
	transition: 1s ease;
	transform: translateY(-100%);
}
header.change-color {
	background-color: #fff;
	transform: translateY(0);
}
header a img{
	width: 250px;
}
header a:hover {
	opacity: .6;
}
@media screen and (max-width: 850px) {
	header a img{
		width: 200px;
	}
}
/*--------------------------- 
　　　メインビジュアル 
--------------------------- */
#main-visual {
	position: relative;
	width: 100%;
	height: 100%;
	background: url("img/mainvisual_solar.jpg") center / cover no-repeat;
	overflow: hidden;
}
#main-visual::before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75vh 0 0 12vw;
    border-color: #fff transparent transparent  transparent;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 2;
}
#main-visual::after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75vh 25vw;
    border-color: transparent transparent #8CC63F transparent;/*緑*/
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 2;
}

#main-visual .logo img{
	display: block;
    width: 14vw;
    position: absolute;
    left: 3vw;
    top: 5vh;
    z-index: 5;
}
#main-visual .logo::before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90vh 0 0 20vw;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 2;
}

#main-visual .logo::after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 75vh 25vw 0 0;*/
    /*border-color: #fff transparent transparent #8CC63F;*/
	border-top: 17vw solid #fff;
	border-right: 17vw solid transparent;
	border-bottom: 17vw solid transparent;
	border-left: 17vw solid #8CC63F;
    position: absolute;
    left: -4vw;
    top: -2vw;
	z-index: 2;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
#main-visual .main-visual_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background: url('img/mainvisual_solar.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
@media screen and (max-width: 850px) and (max-height: 850px) {
	#bg-video {
		max-height: 850px;
	}
}
@media screen and (max-width: 500px) and (max-height: 700px) {
	#bg-video {
		max-height: 600px;
	}
}
@media screen and (max-width: 850px) {
	.main-visual_text {
		width: 70%;
		text-align: center;
	}
	.main-visual_text img {
		width: 100%;
		max-width: 300px;
	}
	#main-visual .logo img {
		width: 50vw;
		max-width: 250px;
		top: 2vh;
	}
	#main-visual::before {
		border-width: 15vh 0 0 65vw;
		border-color: #8CC63F transparent transparent  transparent;
		z-index: 3;
	}
	#main-visual::after {
		border-width: 0 0 90vh 10vw;
		border-color: transparent transparent #fff transparent;
		z-index: 2;
	}
	#main-visual .logo::after {
		border-width: 15vh 100vw 0 0 ;
		border-color: #fff transparent transparent transparent ;
		left: 0;
		top: 0;
		z-index: 2;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#main-visual .logo::before {
		border-width: 30vh 0 0 20vw;
		border-color: transparent transparent transparent #000;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
	}
}

/*--------------------------- 
　　　リンク
--------------------------- */
#contents_list {
	position: relative;
	top: 0px;
	z-index: 3;
}
#contents_list::after{
  content: '';
  position: absolute;
  right:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(4deg);
  transform-origin: top right;
 
  z-index: 0;
  width:100%;
  height:100%;
  background-color: #fff;
}
#contents_list .main-text {
	position: relative;
	padding: 70px 0 100px;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 5vw;
	z-index: 1;
}
#contents_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 70px;
}
#contents_list ul li {
	position: relative;
	bottom: -30px;
	width: 48%;
	margin-bottom: 30px;
	opacity:0;
	z-index: 1;
}
#contents_list ul li p {
	text-align: center;
	font-weight: 400;
	margin-top: 1em;
	font-size: 1.4rem;
	line-height: 1.3;
}
#contents_list ul li a:hover {
	opacity: .6;
}
#contents_list ul li .image {
	position: relative;
	overflow:hidden;
	padding-bottom:75%;/* 幅に対する縦のサイズ */
	background-color: #c3e9c8;
}
#contents_list ul li .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	transition: .3s ease;
}
#contents_list ul li a:hover .image::after {
	background-color: rgba(0,0,0,0.4);
}
#contents_list ul li .image .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
}
#contents_list ul li .image .text h3 {
	font-weight: 400;
	margin-bottom: 0.5em;
	font-size: 4.1vw;
}

#contents_list ul li .image img {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	width:auto;
	height:auto;
	max-width:140%;
	max-height:initial;
	transition: .3s ease;
}
#contents_list ul li a:hover .image img {
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
}


@media screen and (max-width: 850px) {
	#contents_list ul li p {
		font-size: 1.4rem;
		text-align: left;
	}
	#contents_list .main-text span {
		display: block;
	}
}

@media screen and (min-width: 850px) {
	#contents_list ul li {
		width: 22%;
	}
	#contents_list ul li .image .text h3 {
		font-size: 2.2rem;
	}
	#contents_list ul li .image .text span {
		font-size: 1.4rem;
	}
	#contents_list .main-text {
		font-size: 3.6rem;
	}
}


/*--------------------------- 
　　　コンテンツ
--------------------------- */
.contents {
	position: relative;
	margin-top: 50px;
	padding-top: 100px;
	overflow: hidden;
}
.contents .container {
	width: 80%;
}
.contents p.sentence {
	line-height: 1.7;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 'Noto Serif JP', serif;
}
.contents .index {
	margin-bottom: 100px;
	text-align: center;
}
.contents h4 {
	display: inline;
	font-size: 5.8vw;
	font-weight: 500;
	margin: 0 auto 100px;
	line-height: 1.8;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	border-bottom: solid 1px #000;
}
#energy h4 .outer {
		display: block;
}
#energy h4 .inner {
		border-bottom: solid 1px #000;
}

.contents h5 {
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	text-align: right;
	padding: 0 0 2px 10px;
}
.left-box h5 {
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	text-align: left;
	padding: 0 0 2px 10px;
}
.contents-title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 80px;
	padding: 70px 0 40px;
	background: url("img/logo_icon.png") center / contain no-repeat;
} 
.contents-title h2 {
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.text-image {
	position: absolute;
	top: 100px;
	right: 5vw;
	width: 4%;
}
.text-image img {
	width: 100%;
}
.image-box video {
	width: 100%;
	height: auto;
}
#video-solar {
	background: url("img/mainvisual_solar.jpg") center / cover no-repeat;
}
#video-energy {
	background: url("img/mainvisual_energy.jpg") center / cover no-repeat;
}
#video-real-estate {
	background: url("img/mainvisual_real-estate.jpg") center / cover no-repeat;
}
#video-lohas-label {
	background: url("img/mainvisual_lohas-label.jpg") center / cover no-repeat;
}
#energy .text-image,
#lohas-label .text-image {
	position: absolute;
	top: 100px;
	left: 5vw;
	width: 4%;
}
.flex-box {
	position: relative;
	margin-top: 0;
}
.right-box .flex-box::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
 
  z-index: 0;
  width:100%;
  height:45%;
  background-color: #fff;	
}

.left-box .image-box::after{
  content: '';
  position: absolute;
  right:0;
  top: -34%;
 
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
 
  z-index: 0;
  width:100%;
  height:45%;
  background-color: #fff;	
}
#lohas-label .left-box::after{
  content: '';
  position: absolute;
  left:0;
  top: -160px;
 
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
 
  z-index: 0;
  width:100%;
  height:20%;
  background-color: #fff;	
}
.left-box .flex-box {
	margin-top: 30px;
}



.flex-box .image {
	position: relative;
	z-index: 2;
}
.flex-box .text {
	position: relative;
	z-index: 2;
}
.right-box .image-box {
	position: relative;
	transition: .3s ease;
}
.right-box .image-box:hover {
	opacity: .6;
}
.right-box .image-box .syosai_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
}
.left-box .image-box {
	position: relative;
	transition: .3s ease;
}
.left-box .image-box:hover {
	opacity: .6;
}
.left-box .image-box .syosai_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
}

.band-container {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	z-index: 3;
}

.band-box .band {
	color: #fff;
}
.band-box .band .band-b {
	margin-bottom: 20px;
	padding: 1em 1.5em;
	font-size: 5vw;
	box-sizing: border-box;
	display: inline-block;
	background-color: #000;
}
.band-box .band .band-g {
	padding: 1em 1.5em;
	font-size: 5vw;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	background-color: #8CC63F;
}
#energy .band-box,
#lohas-label .band-box{
	text-align: right;
	right: 0;
} 
#solar{
	position: relative;
	overflow: hidden;
}

#real-estate ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#real-estate ul::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
 
  z-index: 0;
  width:100%;
  height:45%;
  background-color: #fff;	
}
#real-estate ul li {
	width: 48%;
	text-align: center;
	margin-bottom: 20px;
}
#real-estate ul li span {
	display: block;
	line-height: 1.3;
	font-family: 'Noto Serif JP', serif;
}
.lohas-label_title {
	padding: 50px 0;
}
.lohas-label_title h6 {
	font-size: 5vw;
	font-weight: 500;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
}
#lohas-label .flex-box {
	margin-top: 80px;
	padding-bottom: 150px;
}
#lohas-label .flex-box .text-box {
	border: solid 1px #000;
	margin-top: 30px;
	padding: 25px 15px;
	box-sizing: border-box;
}
#lohas-label .flex-box .text-box h5 {
	line-height: 1.5;
	text-align: center;
}
#lohas-label .flex-box .logo {
	text-align: center;
}
#lohas-label .flex-box .logo span {
	display: block;
	margin-top: 1em;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 850px) {
	.contents {
		margin-top: 0;
	}
	.contents p {
		font-size: 1.6rem;
	}
	.contents .container {
		width: 90%;
	}
	.contents .flex-box .text {
		margin-top: 50px;
	}
	.contents h4 .outer {
		display: block;
	}
	.contents h4 .inner {
		border-bottom: solid 1px #000;
	}
	.contents-title {
		padding: 50px 0 30px;
	}
	.lohas-label_title h6 {
		margin-top: 30px;
	}
	#lohas-label .flex-box .logo:last-child {
		margin-top: 50px;
	}
	.text-image {
		right: 0;
		width: 7.5%;
	}
	#energy .text-image,
	#lohas-label .text-image {
		left: 0;
		width: 7.5%;
		z-index: 2;
	}
	.left-box::after{
		top: -390px;
	}
	#lohas-label .left-box::after{
		top: -235px;
	}
}

@media screen and (min-width: 850px) {
	.band-box {
		position: absolute;
		top: 30px;
		left: 0;
	} 
	
	
	#real-estate ul li {
		width: 23%;
	}
	.band-box .band .band-b{
		font-size: 2.5rem;
	}
	.band-box .band .band-g{
		font-size: 2.5rem;
	}
	.right-box {
		margin: 0 0 0 auto;
		width: 70%;
	}
	.left-box {
		margin: 0 auto 0 0;
		width: 70%;
	}
	.contents h4 {
		font-size: 4.0rem;
	}
	.contents .flex-box {
		display: flex;
		justify-content: space-between;
	}
	#real-estate .left-box .flex-box {
		flex-direction: row-reverse;
	}
	.contents .flex-box .image {
		width: 30%;
	}
	.contents .flex-box .text {
		width: 67%;
	}
	.lohas-label_title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lohas-label_title .image{
		width: 40%;
	}
	.lohas-label_title .text{
		width: 55%;
	}
	.lohas-label_title h6 {
		font-size: 3.0rem;
	}
	#lohas-label .flex-box .logo {
		width: 48%;
		
	}
	
}

#contact {
	position: relative;
	padding: 40px 0 120px;
	background-color: #8CC63F;/*緑*/
}
#contact::after{
  content: '';
  position: absolute;
  right:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(3deg);
  transform-origin: top right;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-color: #8CC63F;/*緑*/
}
#contact .container {
	max-width: 800px;
}
#contact .contents-title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 80px;
	padding: 0;
	background: none;
	color: #fff;
} 
#contact .contents-title h2 {
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 0.5em;
}
/*--------------------------- 
　　　申し込みフォーム
--------------------------- */

form {
	position: relative;
	z-index: 5;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
}
form label {
	font-family: 'Noto Serif JP', serif;
}

form table{
	width: 100%;
}
form table tr {
	
}
form table th {
	width: 35%;
	font-weight: 500;
	padding: 30px 0;
	text-align: left;
}
form table td {
	padding: 15px 0;
}
form table td span{
	display: block;
	margin-bottom: 10px;
}
input[type="text"]{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	outline: none;
	font-weight: 500;
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	text-align: left;
	background-color: #E9E9E9;
}
textarea {
	width: 100%;
	padding: 15px;
	min-height: 100px;
	box-sizing: border-box;
	outline: none;
	resize: none;
	font-size: 1.6rem;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background-color: #E9E9E9;
}
::placeholder {
	font-size: 1.6rem;
	color: #808080;
}
input::-webkit-input-placeholder { padding-top: -0.2em; }

/* 送信ボタン */
.submit {
	display: block;
	outline: none;
	height: auto;
	width: 90%;
	max-width: 300px;
	margin: 20px auto 25px;
	padding: 20px 10px;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	transition: .3s ease;
	letter-spacing: 0.03em;
	background-color: #000;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
.submit:hover {
	cursor: pointer;
	background-color: #8CC63F;/*緑*/
}

form .required {
	display: inline-block;
	margin: auto 0 auto 10px;
	padding: 3px 8px 4px 8px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	background: red;
	color: #fff;
}

/* iosの見た目を合わせる */
input[type="submit"] {
    -webkit-appearance: none;
}

@media screen and (max-width: 850px) {
	form {
		padding: 30px 10px;
	}
	form table th {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	form table td {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 850px) {
	#contact {
		margin-top: 100px;
	}
}
/*プライバシーポリシー*/
.note {
	margin-top: 20px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
.privacy-policy {
	margin-top: 30px;
	height: 200px;
	border: solid 1px #000;
	padding: 2%;
	box-sizing: border-box;
	font-size: 1.4rem;
	overflow-y: scroll;
}
.privacy-policy p {
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
}
.privacy-policy dl {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
}
.privacy-policy dt {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 0.3em;
}
#contact .check {
	width: 100px;
	margin: 30px auto;
} 
/* チェックボックス同意ボタン */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
/*--------------------------- 
　　　フッター
--------------------------- */

footer {
	position: relative;
	background-color: #000;
	color: #fff;
	text-align: center;
}
footer::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top left;
 
  z-index: 2;
  width:100%;
  height:100%;
  background-color: #000;
}
footer p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
.footA {
	position: relative;
	padding: 120px 0;
	z-index: 5;
}
.footA .logo {
	max-width: 250px;
	margin: 0 auto 50px;
}
.footA .tel {
	padding: 30px 0;
}
.footA .tel p {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', serif;
}
.footA .tel a{
	font-size: 2.2rem;
	color: #fff;
	font-weight: 500;
}
.footB {
	position: relative;
	font-size: 1.4rem;
	padding: 30px 0;
	border-top: solid 2px #fff;
	font-family: 'Noto Serif JP', serif;
	z-index: 5;
}
@media screen and (min-width: 850px) {
	.footA .tel {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footA .tel a {
		margin-right: 30px;
	}
}