@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: 1100px;
	margin: 0 auto;
}
/*下からフェードイン*/
.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);
}

/*--------------------------- 
　　　ヘッダー
--------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 15px;
	box-sizing: border-box;
	z-index: 100;
	width: 100%;
	transition: 1s ease;
}
header.change-color {
	background-color: #fff;
}
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-color: #DCEEC5;/*薄い緑*/
}
#main-visual .image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: calc(100% - 50px);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: url("img/mainvisual_image.png") center / contain no-repeat;
}
#main-visual .line {
	display: flex;
	width: 100%;
	height: 50%;
}
#main-visual .column {
	width: 50%;
}
#main-visual .column01 {
	background: url("img/mainvisual_solar.jpg") center / cover no-repeat;
}
#main-visual .column02 {
	background: url("img/mainvisual_energy.jpg") center / cover no-repeat;
}
#main-visual .column03 {
	background: url("img/mainvisual_real-estate.jpg") center / cover no-repeat;
}
#main-visual .column04 {
	background: url("img/mainvisual_lohas-label.jpg") center / cover no-repeat;
}
/*--------------------------- 
　　　リンク
--------------------------- */
#contents_list {
	background-color: #DCEEC5;/*薄い緑*/
}
#contents_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
#contents_list ul li {
	position: relative;
	bottom: -30px;
	width: 45%;
	margin-bottom: 30px;
	opacity:0;
}
#contents_list ul li p {
	text-align: center;
	font-weight: 700;
	margin-top: 1em;
	line-height: 1.3;
}
#contents_list ul li a:hover {
	opacity: .6;
}

@media screen and (max-width: 850px) {
	#contents_list ul li p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 850px) {
	#contents_list ul li {
		width: 20%;
	}
	
}
/*--------------------------- 
　　　コンテンツ
--------------------------- */
.contents {
	position: relative;
	padding-top: 70px;
}
.contents p {
	line-height: 1.7;
	font-size: 1.8rem;
	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;
	padding: 0 0 2px 10px;
	border-left: solid 4px #000;
}
.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;
}
.youtube {
	position: relative;
	z-index: 0;
	margin-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}
.youtube .bg01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #8CC63F;/*緑*/
}
.youtube .bg02 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #DCEEC5;/*薄い緑*/
}
.youtube .bg01::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: top left;
 
  z-index: 0;
  width:100%;
  height:200%;
  background-color: #8CC63F;/*緑*/
}
.youtube .bg02::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(5deg);
  transform-origin: top right;
 
  z-index: -1;
  width:100%;
  height:200%;
  background-color: #DCEEC5;/*薄い緑*/
}
.youtube-outer {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
.youtube-inner {
	position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.youtube-inner iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
}

#solar::after{
	content: "Solar power";
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #AED778;/*薄い緑*/
	font-size: 4.0rem;
	font-family: 'Oswald', sans-serif;
}
#energy::after{
	content: "Energy conservation";
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #AED778;/*薄い緑*/
	font-size: 4.0rem;
	font-family: 'Oswald', sans-serif;
}
#real-estate::after{
	content: "Real estate";
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #AED778;/*薄い緑*/
	font-size: 4.0rem;
	font-family: 'Oswald', sans-serif;
}
#lohas-label::after{
	content: "Lohas label";
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #AED778;/*薄い緑*/
	font-size: 4.0rem;
	font-family: 'Oswald', sans-serif;
}
#real-estate ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
#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: 130px;
	padding-bottom: 50px;
	border-bottom: solid 1px #000;
}
#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 p {
		font-size: 1.6rem;
	}
	.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;
	}
}
@media screen and (min-width: 850px) {
	.contents h4 {
		font-size: 4.0rem;
	}
	.contents .flex-box {
		display: flex;
		justify-content: space-between;
	}
	.contents .flex-box .image {
		width: 40%;
	}
	.contents .flex-box .text {
		width: 52%;
	}
	.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 {
	margin: 20px 0;
	padding: 120px 0;
	background-color: #E0DDD6;
}
#contact .container {
	max-width: 800px;
}
#contact .contents-title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 80px;
	padding: 0;
	background: none;
} 
#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: #000222;
	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;
	}
}
/*プライバシーポリシー*/
.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 #000222;
    border-bottom: 3px solid #000222;
    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 {
	background-color: #000222;
	color: #fff;
	text-align: center;
}
footer p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
.footA {
	padding: 120px 0;
}
.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 {
	font-size: 1.4rem;
	padding: 30px 0;
	border-top: solid 2px #fff;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 850px) {
	.footA .tel {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footA .tel a {
		margin-right: 30px;
	}
}