@charset "UTF-8";
@keyframes stylie-transform-keyframes {
 0% {
 transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 1.67% {
 transform: translate(0px, -0.0179px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 3.33% {
 transform: translate(0px, -0.0676px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 5% {
 transform: translate(0px, -0.1431px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 6.67% {
 transform: translate(0px, -0.2385px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 8.33% {
 transform: translate(0px, -0.3476px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 10% {
 transform: translate(0px, -0.4645px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 11.67% {
 transform: translate(0px, -0.5832px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 13.33% {
 transform: translate(0px, -0.6977px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 15% {
 transform: translate(0px, -0.802px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 16.67% {
 transform: translate(0px, -0.8901px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 18.33% {
 transform: translate(0px, -0.9559px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 20% {
 transform: translate(0px, -0.9935px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 21.67% {
 transform: translate(0px, -0.9969px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 23.33% {
 transform: translate(0px, -0.9601px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 25% {
 transform: translate(0px, -0.877px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 26.67% {
 transform: translate(0px, -0.7417px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 28.33% {
 transform: translate(0px, -0.5481px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 30% {
 transform: translate(0px, -0.2903px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 31.67% {
 transform: translate(0px, 0.0378px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 33.33% {
 transform: translate(0px, 0.4421px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 35% {
 transform: translate(0px, 0.9287px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 36.67% {
 transform: translate(0px, 1.5035px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 38.33% {
 transform: translate(0px, 2.1726px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 40% {
 transform: translate(0px, 2.942px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 41.67% {
 transform: translate(0px, 3.8176px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 43.33% {
 transform: translate(0px, 4.8055px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 45% {
 transform: translate(0px, 5.9117px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 46.67% {
 transform: translate(0px, 7.1422px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 48.33% {
 transform: translate(0px, 8.503px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
 50% {
 transform: translate(0px, 10px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
 animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
 100% {
 transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, -50%);
}
}
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
	overflow-y: scroall;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	-webkit-font-smoothing: antialiased;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
img, object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size: 108%;
	line-height: 100%;
}
area {
	border: none;
	outline: none;
}
em, strong {
	font-weight: bold;
}
p {
	line-height: 1.85;
}
/****************************************

    Link

*****************************************/
a {
	color: #333;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.disable {
	cursor: default;
}
a:visited {
	text-decoration: none;
}
a.disable:hover {
	text-decoration: none;
}
a.default:link {
	color: #0000ff;
	text-decoration: underline;
}
a.default:link:hover {
	text-decoration: none;
}
a.default:visited {
	color: #800080;
}
a.default:active {
	color: #ff8000;
}
a.default:hover {
	color: #b80120;
}
/****************************************

    common

*****************************************/
.inline-block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.table-cell {
	display: table-cell;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.serif {
	font-family: 'YuMincho', 'Yu Mincho', '游明朝', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
.over {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}
.over:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
.scale-up {
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.scale-up:hover {
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.scale-down {
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.scale-down:hover {
	-moz-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
}
.grow {
	overflow: hidden;
}
.grow img {
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.grow img:hover {
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.mcf {
 *zoom: 1;
}
.mcf:before, .mcf:after {
	content: " ";
	display: table;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.square_btn {
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	background: #a2d7e6;
	color: #2e1608;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}
.square_btn:hover {
}
/****************************************

    アニメーション

*****************************************/
.delay1s {
 …   /* 秒待ってからアニメーションする */
 -webkit-animation-duration: 0.5s;
	animation-delay: 0.5s;
	/* 秒かけてアニメーションする */
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}
.delay2s {
 …   /* 秒待ってからアニメーションする */
 -webkit-animation-duration: 1s;
	animation-delay: 1s;
	/* 秒かけてアニメーションする */
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
}
.delay3s {
 …   /* 秒待ってからアニメーションする */
 -webkit-animation-duration: 1.5s;
	animation-delay: 1.5s;
	/* 秒かけてアニメーションする */
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}
/* ----------------------------------------------------------------
    グーグルフォント
  ----------------------------------------------------------------- */

/* ----------------------------------------------------------------
    keyimg
  ----------------------------------------------------------------- */
.top #keyimg {
	background: url("../img/home/bkg.jpg");
	background-position: bottom center;
	background-size: cover;
	margin: 0px auto;
    padding: 120px 0 60px;
	position: relative;
	width: 100%;
}
.top #keyimg .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 50%;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
.top #keyimg .logo img {
	width: 100%;
}
/* .scroll {
	width: 100%;
	white-space: nowrap;
	display: block;
	margin: 0 auto;
	animation-name: scroll;
	animation-duration: 300s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes scroll {
 from {
transform: translate(0%);
}
 100%, to {
transform: translate(100%);
}
} */
.anime_logo {
	animation-name: anime2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	opacity: 1;
	animation-delay: 1s;
}
 @keyframes anime2 {
0% {
 opacity: 1;     /* 背景色指定 */
}
5% {
 opacity: 1;     /* 背景色指定 */
}
12% {
 opacity: 0;     /* 背景色指定 */
}
60% {
 opacity: 0;     /* 背景色指定 */
}
67% {
 opacity: 1;     /* 背景色指定 */
}
100% {
 opacity: 1;  /* 背景色指定 */
}
}
.anime_txt {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	animation-name: anime;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	opacity: 0;
	line-height: 1.25;
	animation-delay: 1s;
}
 @keyframes anime {
 0% {
 opacity: 0;     /* 背景色指定 */
}
5% {
 opacity: 0;     /* 背景色指定 */
}
6% {
 opacity: 1;     /* 背景色指定 */
}
55% {
 opacity: 1;     /* 背景色指定 */
}
56% {
 opacity: 0;     /* 背景色指定 */
}
100% {
 opacity: 0;  /* 背景色指定 */
}
}
.marquee {
	position: relative;
	overflow: hidden;
}
.marquee::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	animation-name: marquee;
	animation-timing-function: ease;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	opacity: 0;
	margin: 10px;
}
 @keyframes marquee {
from {
 transform: translateX(-100%);
 opacity: 1;
}
10% {
 transform: translateX(0);
}
20% {
 transform: translateX(100%);
}
to {
 transform: translateX(100%);
}
}
.anime_txt1, .marquee1::after {
	animation-delay: 1s;
}
.anime_txt2, .marquee2::after {
	animation-delay: 1.2s;
}
.anime_txt3, .marquee3::after {
	animation-delay: 1.4s;
}
.anime_txt4, .marquee4::after {
	animation-delay: 1.6s;
}
.anime_txt5, .marquee5::after {
	animation-delay: 1.5s;
}
.anime_txt6, .marquee6::after {
	animation-delay: 1.3s;
}
.anime_txt7, .marquee7::after {
	animation-delay: 1.7s;
}
.anime_txt8, .marquee8::after {
	animation-delay: 1.1s;
}
.marquee1::after {
	background: #FFFFFF;
}
.marquee2::after {
	background: #FFFFFF;
}
.marquee3::after {
	background: #FFFFFF;
}
.marquee4::after {
	background: #FFFFFF;
}
.marquee5::after {
	background: #FFFFFF;
}
.marquee6::after {
	background: #FFFFFF;
}
.marquee7::after {
	background: #FFFFFF;
}
.marquee8::after {
	background: #FFFFFF;
}

@media only screen and (min-width: 1112px) {
.top #keyimg {
	background: none;
    padding: 120px 0 60px;
}
.anime_txt {
	font-size: 72px;
}
}
/* ----------------------------------------------------------------
    contents-section
  ----------------------------------------------------------------- */
.top #icon-section {
    background-color: rgba(0,0,0,0.1);
}
.top #icon-section .container {
	font-size: 0;
	margin: 0 auto;
	max-width: 1000px;
    padding: 50px 0 0;
	width: 100%;
}
.top #icon-section .icon {
	display: inline-block;
	padding: 0 0.5%;
	margin: 10px auto;
	width: 49%;
}
.top #icon-section .icon img {
	margin: 0 auto 10px;
	width: 70%;
}
.top #icon-section .icon h3 {
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
.top #icon-section {
	margin: 0 auto;
}
.top #icon-section .icon {
	display: inline-block;
	margin: 0 auto;
	width: 24%;
}
.top #icon-section .icon img {
}
.top #icon-section .icon h3 {
	font-size: 20px;
}
}
/* ----------------------------------------------------------------
    service-section
  ----------------------------------------------------------------- */
.top #service-section {
    background-color: rgba(0,0,0,0.1);
}
.top #service-section h2 img {
	max-width: 360px;
	width: 75%;
}
.top #service-section ul.solar-box {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top #service-section ul.solar-box li {
	background: #fff;
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 8.5rem;
	position: relative;
	width: 100%;
}
.top #service-section ul.solar-box li img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.top #service-section ul.solar-box li h4 {
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 10px;
	text-align: center;
}
.top #service-section ul.solar-box li p {
	font-size: 14px;
	margin: 0 auto;
	width: 86%;
}
.top #service-section ul.solar-box li p.button {
	bottom: 25px;
	display: block;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.top #service-section ul.solar-box li p.button a {
	background: #ccc;
	color: #000;
	display: inline-block;
	font-size: 100%;
	padding: 3% 22%;
}
.top #service-section .maker {
	margin-top: 10px;
	padding-bottom: 10%;
}
.top #service-section .maker h3 {
	font-size: 24px;
	margin: 10px;
}
.top #service-section .maker ul {
	list-style: none;
	margin: 0 auto;
	width: 90%;
}
.top #service-section .maker ul li {
	background-color: #fff;
	float: left;
	margin: 1%;
	padding: 1%;
	width: 46%;
}
.top #service-section .maker ul li img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
.top #service-section ul.solar-box {
	padding: 50px 0;
}
.top #service-section ul.solar-box li {
	width: 24%;
	margin: 0.5%;
}
.top #service-section .maker ul li {
	background-color: #fff;
	float: left;
	margin: 0.5%;
	padding: 0.5%;
	width: 10%;
}
}

@media only screen and (min-width: 1112px) {
.top {
	background: url("../img/home/bkg.jpg");
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
}
.top #service-section .maker {
	margin-top: 10px;
	padding-bottom: 100px;
}
}
/* ----------------------------------------------------------------
    point-section
  ----------------------------------------------------------------- */
#point-section {
	background: url("../img/home/bkg2.jpg");
	background-repeat: repeat;
}
#point-section .point-container {
	width: 100%;
	margin: 0 auto;
	background: url("../img/home/bg_point.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#point-section .point-container .point-inr {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
#point-section .point-container .point-inr h3 {
	padding-top: 50px;
}
#point-section .point {
	width: 90%;
	padding: 50px auto;
}
#point-section .point h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
	text-align-last: left;
}
#point-section .point p {
	color: #fff;
	font-size: 14px;
	margin: 0px 0;
	padding-top: 0px;
}

@media only screen and (min-width: 768px) {
#point-section .point {
	width: 80%;
	max-width: 930px;
	margin-top: 50px;
}
#point-section .point-1 {
	margin-left: 0%;
}
#point-section .point-2 {
	margin-left: 20%;
}
#point-section .point-3 {
	margin-left: 0%;
}
#point-section .point-4 {
	margin-left: 20%;
	padding-bottom: 100px;
}
#point-section .point h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-align-last: left;
}
#point-section .point p {
	padding-top: 0px;
	color: #fff;
	font-size: 16px;
	margin: 0px 0;
}
}

/* =======================================================
  第2階層
* ======================================================= */


/* ----------------------------------------------------------------
 company
  ----------------------------------------------------------------- */
body.company h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
body.company h5 {
	font-size: 20px;
	margin-top: 20px;
}
body.company table {
    background: #fff;
	border: 1px solid #005ca2;
	border-collapse: collapse;
	width: 100%;
}
body.company table th {
	background-color: #005ca2;
	border-bottom: 1px solid #fff;
	border-collapse: collapse;
	color: #fff;
	padding: 20px;
    text-align: center;
    width: 15%;
}
body.company table td {
	border: 1px solid #005ca2;
	border-collapse: collapse;
	padding: 20px;
}

@media only screen and (max-width: 768px) {
body.company table {
	font-size: 14px;
	padding: 0;
}
body.company table th {
	padding: 10px;
    width: 25%
}
body.company table td {
    width: 75%;
	padding: 10px;
}
}

