/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
    background-color: #fff;
}

body{
    min-height: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    line-height: 35px;
    font-size: 150%;
    font-family: 'Segoe UI',Arial, sans-serif;
    height: 100%;
}

a, a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Styling the presentation
-----------------------------*/


#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}

#impress .step{
    width: auto;
    height: 600px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    -moz-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#impress .step.active{
	opacity:1;
}

#impress h2{
    line-height: 30px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 195%;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #444648;
    position: absolute;
    z-index: 10;
}

#impress p{
    line-height: 35px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    position: absolute;
    z-index: 10;
    width: 469px;
    height: 99px;
}

#impress span{
    font: normal 18px/1.3 'Open Sans', sans-serif;
    color: #27333f;
    position: absolute;
    z-index: 10;
    width: 544px;
    height: 110px;
}

#impress img{
	position:absolute;
	z-index:1;
}

.arrow{
	width:32px;
	height:54px;
	background:url('../images/arrows.png') no-repeat;
	position:fixed;
	top:50%;
	margin-top:-27px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0.7;
	border:none !important;
	text-decoration:none !important;
	
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}




/*----------------------------
	Slide 1 - Home
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #home{
    width: 80%;
    height: 750px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#home h2{
    text-align: center;
    width: 100%;
    line-height: 45px;
}
#home p{
    font-size: 22px;
    left: 20px;
    line-height: 28px;
    top: 100px;
    width: 100%;
}
#home img{
    top: 270px;
    left: 20px;
    width: 90%;
    height: auto;
}
}
	
@media only screen and (min-width:421px)  and (max-width:650px){
#impress #home{
    width: 421px;
}
#home h2{
	text-align: center;
    width: 100%;
}
#home p{
    font-size: 22px;
    left: 10px;
    line-height: 1.6;
    top: 80px;
    width: 400px;
}
#home img{
    top: 190px;
    left: 20px;
}
}

@media only screen and (min-width:651px)  and (max-width:800px){
#impress #home{
    width: 650px;
}
#home h2{
	text-align: center;
    width: 100%;
}
#home p{
    font-size: 22px;
    left: 331px;
    line-height: 1.6;
    top: 215px;
    width: 300px;
}
#home img{
    top: 80px;
}
}


@media only screen and (min-width:800px) {
#impress #home{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#home h2{
    text-align: center;
    width: 100%;
    top: 30px;
}
#home p{
    font-size: 22px;
    left: 331px;
    line-height: 1.6;
    top: 215px;
    width: 470px;
}

#home img{
    top: 80px;
}
}

/*----------------------------
	Slide 2 - Concept
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #concept{
    width: 80%;
    height: 800px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#concept h2{
	width: 280px;
    line-height: 45px;
}
#concept p{
    text-align: left;
    top: 50px;
    width: 100%;
    height: auto;
}
#concept span{
    top: 280px;
    text-align: left;
    width: 100%;
    line-height: 30px;
}
#concept img{
    right: 0px;
    top: 470px;
    text-align: right;
    float: right;
    width: 90%;
    height: auto;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
#impress #concept{
    width: 420px;
}
#concept h2{
	left: 25px;
    text-align: left;
    top: 0px;
}
#concept p{
	left: 25px;
    top: 85px;
    width: 400px;
}
#concept span{
	left: 25px;
    top: 280px;
    width: 360px;
}
#concept img{
    right: 00px;
    top: 390px;
    text-align: right;
    float: right;
    width:340px;
    height: auto;
}
}
	
	
@media only screen and (min-width:651px)  and (max-width:800px){
#impress #concept{
    width: 650px;
}
#concept h2{
	left: 0;
	top: 0px;
	width: 400px;
}
#concept p{
    text-align: left;
    top: 90px;
    width: 90%;
    height: auto;
}
#concept span{
    top: 220px;
    text-align: left;
    width: 400px;
    line-height: 30px;
}
#concept img{
    right: 00px;
    top: 260px;
    text-align: right;
    float: right;
    width: 310px;
    height: auto;
}
}

@media only screen and (min-width:800px) {
#impress #concept{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#concept h2{
	left: 0;
	top: 135px;
	width: 400px;
}
#concept p{
    text-align: left;
    top: 230px;
    left: 0px;
    width: 90%;
    height: auto;
}
#concept span{
    top: 350px;
    text-align: left;
    width: 400px;
    line-height: 30px;
}
#concept img{
    right: 0;
    top: 120px;
    text-align: right;
    float: right;
    width: 400px;
    height: auto;
}
}

/*----------------------------
	Slide 3 - Service
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #service{
    width: 80%;
    height: 900px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
#service h2{
    top: 250px;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
#service p{
    font-size: 22px;
    left: 10px;
    line-height: 28px;
    top: 300px;
    width: 100%;
}
#service img{
    top: 0px;
    left: -50px;
    width: 130%;
    height: auto;
}
}
	
@media only screen and (min-width:421px)  and (max-width:650px){
#impress #service{
    width: 420px;
}
#service h2{
    left: 0;
    top: 270px;
    width: 100%;
    text-align: center;
}
#service p{
    margin-left: 10px;
    text-align: left;
    top: 330px;
    width: 400px;
}
#service img{
    right: 10px;
    top: -50px;
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:651px)  and (max-width:800px){
#impress #service{
    width: 650px;
}
#service h2{
    left: 0;
    top: 320px;
    width: 100%;
    text-align: center;
}
#service p{
    left: 0%;
    margin-left: 20px;
    text-align: left;
    top: 410px;
    width: 610px;
}
#service img{
    right: 50px;
    top: -80px;
    width: 90%;
    height: auto;
}
}

@media only screen and (min-width:800px) {
#impress #service{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#service h2{
    left: 0;
    top: 350px;
    width: 100%;
    text-align: center;
}
#service p{
    margin-left: 0px;
    text-align: left;
    top: 420px;
    width: 750px;
    left: 30px;
}
#service img{
    right: 110px;
    top: -80px;
}
}

/*----------------------------
	Slide 4 - Profile
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #profile{
    width: 80%;
    height: 850px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#profile h2{
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
#profile p{
	left: 15px;
    top: 100px;
    width: 100%;
}
#profile img{
	right: 0px;
    top: 480px;
    width: 80%;
    height: auto;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
#impress #profile{
    width: 420px;
}
#profile h2{
	left: 25px;
    text-align: left;
    top: 0px;
}
#profile p{
	left: 25px;
    top: 85px;
    width: 420px;
}
#profile img{
	right: -35px;
    top: 330px;
    width: 60%;
    height: auto;
}
}

@media only screen and (min-width:651px)  and (max-width:800px){
#impress #profile{
    width: 650px;
}
#profile h2{
    left: 25px;
    text-align: left;
    top: 120px;
}
#profile p{
	left: 25px;
    top: 215px;
    width: 450px;
}
#profile img{
	right: -35px;
    top: 30px;
}
}


@media only screen and (min-width:800px) {
#impress #profile{
    width: 700px;
}

#profile h2{
	left: 0;
    text-align: left;
    top: 130px;
}

#profile p{
    left: 0px;
    top: 205px;
    width: 450px;
}

#profile img{
	right: 0;
    top: 30px;
}
}

/*----------------------------
	Slide 5 - Network
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #network{
    width: 80%;
    height: 600px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#network h2{
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
#network p{
    left: 0;
    top: 55px;
    width: 100%;
    float: left;
}
#network img{
	left: -50px;
    top: 260px;
    width: 130%;
    height: auto;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
#impress #network{
    width: 420px;
}
#network h2{
    left: 0;
    text-align: center;
    top: 12px;
    width: 100%;
}
#network p{
    left: 20px;
    top: 110px;
    width: 400px;
}
#network img{
    top: 280px;
    float: left;
    left: -10px;
    width: 470px;
    height: auto;
}
}

@media only screen and (min-width:651px)  and (max-width:800px){
#impress #network{
    width: 650px;
}
#network h2{
    left: 0;
    text-align: center;
    top: 12px;
    width: 100%;
}
#network p{
    left: 40px;
    top: 113px;
    width: 584px;
}
#network img{
    top: 230px;
    text-align: right;
    float: right;
    right: 5px;
}
}


@media only screen and (min-width:800px) {
#impress #network{
    width: 740px;
}

#network h2{
    left: 0;
    text-align: center;
    top: 12px;
    width: 100%;
}
#network p{
    left: 109px;
    top: 90px;
    width: 584px;
}
#network img{
    top: 190px;
    text-align: right;
    float: right;
    right: 30px;
}
}

/*----------------------------
	Slide 5 - Contact
-----------------------------*/

@media only screen and (max-width:420px) {
#impress #contact{
    width: 80%;
    height: 800px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#contact h2{
    left: 0;
    top: -10px;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
#contact img{
    top: 365px;
    width: 80%;
    height: auto;
    float: left;
}
#form {
	top: 50px;
    position: relative;
    width: 270px;
    margin-top: 95px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    z-index: 3;
    background-color: #EEEEEE;
}
input {
    width: 235px;
}
textarea {
    width: 235px;
}
#submit {
  width: 267px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
#impress #contact{
	width: 420px;
}
#contact h2{
	left: 0;
    text-align: center;
    top: 0px;
    width: 100%;
}
#contact img{
	left: 0;
    top: 400px;
    width: 70%;
    height: auto;
}
#form {
    position: relative;
    width: 420px;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    z-index: 3;
    background-color: #EEEEEE;
}
input {
    width: 385px;
}
textarea {
    width: 385px;
}
#submit {
  width: 417px;
}
}

@media only screen and (min-width:651px)  and (max-width:800px){
#impress #contact{
	width: 650px;
}
#contact h2{
	left: 0;
    text-align: center;
    top: 0px;
    width: 100%;
}
#contact img{
	left: 0;
    top: 370px;
    width: 50%;
    height: auto;
}
#form {
    position: relative;
    width: 450px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    z-index: 3;
    background-color: #EEEEEE;
}
input {
    width: 420px;
}
textarea {
    width: 420px;
}
#submit {
  width: 452px;
}
}

@media only screen and (min-width:800px) {
#impress #contact{
	width: 800px;
}
#contact h2{
	left: 0;
    text-align: center;
    top: 10px;
    width: 100%;
}
#contact img{
    top: 90px;
	right: 0;
}
#form {
    position: relative;
    width: 450px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    float: left;
    z-index: 3;
    background-color: #EEEEEE;
}
input {
    width: 420px;
}
textarea {
    width: 420px;
}
#submit {
  width: 452px;
}
}

/*----------------------------
	The Header　Footer
-----------------------------*/
@media only screen and (max-width:420px) {
header{
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100001;
    top: 0px;
}
#header_in{
    width: 90%;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
}
#header_in img{
    height: 50px;
    width: auto;
}
}

@media only screen and (min-width:421px)  and (max-width:800px){
header{
    bottom: 0;
    height: 75px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100001;
    top: 0px;
}
#header_in{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
}

@media only screen and (min-width:800px) {
header{
    background-color: #FFFFFF;
    bottom: 0;
    height: 75px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100001;
    top: 0px;
}
#header_in{
    background-color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
}

footer{
    background-color: #111111;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    color: #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
}

footer h2 i{
	font-style:normal;
	color:#888;
}





/*----------------------------
	Mail Form
-----------------------------*/


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555555;
  font-size: 80%;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #555555;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555555;
  font-size: 80%;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #888888;
}

input::placeholder, textarea::placeholder {
  color: #555555;
  font-size: 80%;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #555555;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #555555;
  font-size: 80%;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #555555;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #DDDDDD;
  font-size: 80%;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #DDDDDD;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #DDDDDD;
  font-size: 80%;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #DDDDDD;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #DDDDDD;
  font-size: 80%;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #DDDDDD;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #DDDDDD;
  font-size: 80%;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #DDDDDD;
}





input {
    font-family: 'Lato', sans-serif;
  font-size: 85%;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #555555;
    border: solid 1px #888888;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #888888;
  font-size: 85%;
}

textarea {
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: transparent;
    outline: none;
    color: #888888;
    font-family: 'Lato', sans-serif;
  font-size: 85%;
    border: solid 1px #888888;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-bottom: -4px;
}

textarea:hover {
  background: #888888;
  font-size: 85%;
}

#submit {
  padding: 0;
  margin: -52px 0px 0px 0px;
  font-family: 'Lato', sans-serif;
  font-size: 80%;
  color: #888888;
  outline:none;
  cursor: pointer;
  border: solid 1px #888888;
  border-top: none;
}

#submit:hover {
  font-size: 80%;
  color: #DDDDDD;
}
