@charset "UTF-8";




/* ローダー */
#loader{
    width: 320px;
    height: 240px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 40%;
    left: 40%;
    margin-top: -40px;       /* heightの半分のマイナス値 */
    margin-left: -40px;      /* widthの半分のマイナス値 */
    z-index: 100;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;              /* #loaderより少ない値を入れて下さい */
}
/* ローダー終わり */
/* 雲 */
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
.background-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*
.stars {
  background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
}

.twinkling {
  width: 10000px;
  height: 100%;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
  background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -moz-animation: move-background 70s linear infinite;
  -ms-animation: move-background 70s linear infinite;
  -o-animation: move-background 70s linear infinite;
  -webkit-animation: move-background 70s linear infinite;
  animation: move-background 70s linear infinite;
}
*/
.clouds {
  width: 10000px;
  height: 100%;
  background: transparent url("img/clouds_repeat.png") repeat-x;
  background-size: 600px 600px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -moz-animation: move-background 150s linear infinite;
  -ms-animation: move-background 150s linear infinite;
  -o-animation: move-background 150s linear infinite;
  -webkit-animation: move-background 150s linear infinite;
  animation: move-background 150s linear infinite;
}

.ripples {
	/*background:url("img/water.png") center no-repeat;
	background-size:cover;*/

/*  background-image: img/water.png;*/
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #fff;*/
background: transparent;
  display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
z-index:0;
}


.background-container img {
  height: 70vh;
  width: 100%;
  position: absolute;
  z-index: 3;
  /*right: 20px;*/
}

/* 雲終わり */


/* 横から出るメニュー */

.zdo_drawer_menu *{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;

	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-align:left;
	text-decoration:none;
	list-style:none;
}

.zdo_drawer_menu a{
	color:inherit;
	text-decoration:none;
}

.zdo_drawer_menu a:visited{
	color:inherit;
}

.zdo_drawer_menu .zdo_drawer_bg{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999;
background-color:rgba(51,51,51,.5);
	display:none;
	top:0;
	left:0;
}

.zdo_drawer_menu .zdo_drawer_button{
	display:block;
	background:0 0;
	border:none;
	padding:0;
	width:42px;
	height:26px;
	letter-spacing:.1em;
	cursor:pointer;
	position:fixed;
	top:32px;
	right:32px;
	z-index:1001;
	text-align:center;
	outline:none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar{
	width:49px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1{
	/*transform:rotate(35deg);*/
	transform: rotate(35deg) translateY(-50%);
  	top: 0px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2{
	opacity:0
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3{
	/*transform:rotate(-35deg);*/
	transform: rotate(-35deg) translateY(-50%);
  	top: calc(100% - 0px);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text{
	display:none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close{
display:block;
}

.zdo_drawer_menu .zdo_drawer_bar{
	display:block;
	height:4px;
	margin:10px 0;
	transition:all .2s;
	transform-origin:0 0;
}

.zdo_drawer_menu .zdo_drawer_text{
	text-align:center;
	font-size:10px;
}

.zdo_drawer_menu .zdo_drawer_close{
	letter-spacing:.08em;
	display:none;
}
.zdo_drawer_menu .zdo_drawer_menu_text{
	display:block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper{
	width:240px;
	height:100%;
	transition:all .2s;
	transform:translate(240px);
	position:fixed;top:0;
	right:0;z-index:1000;
	background-color:#fff
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open{
	transform:translate(0)
}
.zdo_drawer_menu.left .zdo_drawer_button{
	right:auto;
	left:32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper{
	transform:translate(-312px);
	right:auto;
	left:0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open{
	transform:translate(0)
}
.zdo_drawer_menu .zdo_drawer_nav{
	padding:112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li{
	font-size:16px;
	margin-bottom:15px;
}
.zdo_drawer_menu .zdo_drawer_button{
	color:#276490;
}.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar{
	background-color:#276490;
}
/* 横から出るメニュー終わり */






/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
h1 {
  animation-duration: 5s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  /*animation-iteration-count: infinite;/* アニメーションの繰り返し（無限）*/
}


body {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* delight.jsで動きを */
/* html, body {
  margin: 0;
} */



html, body {
margin:auto;
width: 100%;

  background-image: url("img/water.png");
　height:100%;
 background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
 background-attachment:fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.smart {
z-index:2;
}

article {
  font-size: 2em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
        height: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
z-index:2;
}
    article::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

section{
  position: relative;
  /*padding: 40vh 5vw 20vh 50vw;*/
  height: auto;
  color: #333;
  overflow-y: hidden;
  z-index:2;
}
.word p{ margin:0;padding: 20vh 20vw;
	color: #fff;
}

section:nth-child(1) {
	margin:auto;
  padding: 30vh 5vw 50vh 50vw;
	 background-color:transparent;
  overflow-y: hidden;
  z-index:2;
} /*ページトップ*/


section:nth-child(2) { /*background: rgba(64, 64, 64, 0);*/ margin:auto; padding:0vh 5vw;color: #fff;z-index:2; } /*当社の主な業務*/
section:nth-child(3) { /*background: rgba(73, 191, 209, 0);*/ padding:0vh 5vw 30vh 5vw;color: #fff;z-index:2; } /*作業内容*/
section:nth-child(4) { margin:auto auto;padding:10vh 5vw; verflow-x:auto;	z-index:5; color: #333; } /*水と共に*/
section:nth-child(5) { margin:auto auto;padding:5vh 5vw; verflow-x:auto;	z-index:5; color: #333; } /*求人情報*/
/*section:nth-child(5) { margin:auto auto;padding:10vh 0vw; width:100%;color: #333; }*/
section:nth-child(6) { /*background: #ffffff;*/  margin:auto auto;padding:20vh 5vw; color: #fff; }

mixbox {
 style="width:100%;height:40em;
}
pre {
  font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
  font-size: .75em;
  word-break: break-all;
	white-space: pre-wrap ;
  background: #222; color: #fff;
  padding: 20px;
}
pre img {
  margin:auto;
  max-width: 50%;
  background-color: #eee8aa;
  margin: 0 auto;
}
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: #fdeff2;
    border-top: solid 5px #f8b862;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box {
  position: relative;
  width: 50%; height: 30vh;
  background: #eebbcb; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 1.0em;
  padding: 5px;
}
.box:nth-child(2) { background: #f6ad49; }
.box:nth-child(3) { background: #89c3eb; }

.int-box {
  position: relative;
  width: 95%; height: 25vh;
  background: #eebbcb; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
}
.int-box:nth-child(2) { background: #f8c82d; }
.int-box:nth-child(3) { background: #0aba58; }

a {
  color: inherit;
}

.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }

.delighter .int-box { transition: all 1s ease-out; }
.delighter .int-box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .int-box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .int-box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .int-box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .int-box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .int-box:nth-child(3) { transform: translate(20%, -120%); }

/* delight.jsで動き 終わり */

.gradation {
  width: 100%;
  height: 900px;
  background: linear-gradient(45deg, rgba(215,0,58,05),rgba(229,151,178,05), rgba(248,229,140,.5), rgba(185,208,139,.5),rgba(89,185,198,.5),rgba(248,184,98,.5)); 
  background-size: 600% 600%;
  animation: AnimationName 10s ease infinite;
  position: relative;
  z-index: 2;


-webkit-animation: AnimationName 59s ease infinite;
-moz-animation: AnimationName 59s ease infinite;
animation: AnimationName 59s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName { 
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}

}

.table{
  border-collapse: collapse;
  margin: 0 auto;
	z-index:5;
}
table tr{
  border: solid 0px black;
}
table td{
  height:100%;
}
.table-img{
  vertical-align: top;
  /*height: 140px;*/
  width: 100%;
}
.table-txt{
	color:#000969;
  vertical-align: top;
  height: auto;
  width: 80%;
}
.table-img{
  background: transparent;
}
.table-txt{
background-color: #b3f9f6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #e3f4ff), color-stop(.5, transparent), to(transparent));
-webkit-background-size: 10px;
}
.int-box{
  height: auto;
  width: 100%;
}
.box-img,
.box-text{
  display: inline-block;
  vertical-align: middle;
}
.box-img > img{
  width: 80%;
}


/* 会社概要 */
.company table{
	height:100%;
  width: 100%;
  border-collapse: collapse;
    margin: 0 auto;
}

.company table tr{
  border-bottom: solid 2px white;
}

.company table tr:last-child{
  border-bottom: none;
}

.company table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.company table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.company table td{
  text-align: left;
	height:100%;
  width: 70%;
  text-align: center;
	color:#787878;
  background-color: #dedede;
  padding: 10px 0;
}
/* 会社概要終わり */

/* Google Mapレスポンシブル */
.google-maps{
position:relative;
padding-bottom:75%; /*これが縦横比*/
height:0;
overflow:hidden;
}
.google-maps iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
/* Google Mapレスポンシブル終わり */




/* コンタクトフォーム */


#contact-wrap {
  background: #222;
  padding: 40px 0;
  color: #fff;
}

#contact-wrap h4 {
  color: #fff;
  line-height: 26px;
}
#contact-wrap p {
  color: #fff;
}
#contact-wrap a {
  color: #1abc9c;
}
.contact-form {

}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #1abc9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #19cdaa;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

#formWrap {
	width:660px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th,td{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}



/* コピーライト */
footer{
    width: 100%;
    background-color: #deb068;
    color: #fff;
    text-align: center;
    padding: 30px 0;

    position: relative;/*←位置*/
    bottom: 0; /*下に固定*/
}

.footer {
  height: 60px;
}

#copyrights {
  background: #f3f3f3;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #f08300;
}

#copyrights a {
  color: #19cdaa;
}

.credits {
  color: #e9546b;
}

.YTube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.YTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
article {
  font-size: 1em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
}
section:nth-child(1) {
  padding: 40vh 0vw 40vh 40vw;
		color: #fff;
}

section:nth-child(4) {
margin:auto;padding:30vh 1vw; color: #333;
}
section:nth-child(5) {
margin:auto;padding:50vh 1vw; width:100%;height:100%;color: #333;
}
section:nth-child(6) {
margin:0 auto;padding:25vh 5vw; color: #fff;
}
h1 {
  font-size: 2em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
}
h2 {
  font-size: 1.1em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
}
img {
width:100%;
max-width: 100%;
height:100%;
max-height: 100%;
}
.box-img > img{
width:85%;
max-width: 85%;
height:auto;
}
.company table{
	height:100%;
  width: 100%;
  border-collapse: collapse;
    margin: 0 auto;
}

.company table th{
  font-size: 1.0em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
}
.company table td{
  font-size: 0.8em;
  font-family: 'Sawarabi Mincho', sans-serif;
  overflow-x: hidden;
}

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 961px) {
/*タブレット、スマホの場合*/
.pc { display:none!important; }
.mb { display:inline!important; }
}


@media (max-width: 460px) {
  article {
	margin:auto;
  padding: 50% 0 50% 0;
	 background-color:transparent;
    font-size: 1.4em;
  }
	h1 {
	font-size:1.5em;
}
}


/*レスポンシブル*/
@media screen and (max-width: 961px) {
img {height:50%;width: 100%; }
section:nth-child(1) {
	margin:auto;
  padding: 60% 0em 40% 3em;
	 background-color:transparent;
}
section:nth-child(2) {
	margin:auto;
	padding:40vh 5vw;
color: #fff;
}
.box11 img {
		width:50px;
}
.clouds {
  background-size: 400px 400px;
}
}

/* ---ここまで--- */