
/* ----------- MEMO 


COLOR
Black:#111111 
Blue: #246091

FONT
Heading: font-family: 'Federo', sans-serif;
English:
Japanese: font-family: "Sawarabi Mincho";


--------------*/



/* ----------- GLOBAL ------------ */

*{
    margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, div, img{
      padding: 0;
      border: 0;
      margin: 0;
    }

body{
    font-family: 'Quicksand', sans-serif;
    width:100%;
}

h1, h3, p{
    font-family: "Sawarabi Mincho";
    
}

p{
    font-size:14px;
    line-height:26px;
}


/* -------------- Logo ---------------*/

.logo{
    margin-left:60px;
    margin-top:0px;
}

.logo img{
    width:150px;
}

.logo img:hover{
    background:none;
}

@media screen and (max-width:680px) {
.logo{
        margin-left:10px;
    }   
}



/* --------- NAVIGATION -------------- */
.w3-top{
    overflow:hidden;
    background:none!important;
}

.w3-whitee{
    padding-top:20px;
    padding-bottom:15px;
    background-color:none;
    color:#ffffff;
}

.w3-top, .w3-bar-item{
    letter-spacing:1px;
    font-family: 'Federo', sans-serif;
} 

.w3-card, .w3-card-2 {
    box-shadow: none;
}

.w3-nav{
    float:left;
    margin-left:30px;
    margin-top:10px;
}

.w3-nav a{
    text-decoration:none;
}

.nav-item{
    padding:20px;
    font-size:14px;
}

.nav-item:hover{
    color:#246091;
}

.w3-animate-left {
    position: ablosute;
    top: 0;
}

.scrolled{
  background-color: #111111;
    opacity:.9;
  transition: 0.3s;
}

.w3-bluee{
    background-color:#111111;
    color: #ffffff;
}

.w3-buttonn{
    text-decoration: none;
}

.w3-buttonn:hover {
    color: #ffffff!important;
    background-color: none!important;
}



/* ----------- MAIN PAGE ------------- */


.home{
    position: relative;
    top:0;
    color: white;
}

.background{
    display:block;
    width:100%;
}

.mob-background{
    display:none;
}


.mob-background{
    display:none;
}


.centered{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
}

.centered p{
    font-size:40px;
    font-family: "Sawarabi Mincho";
}

#smallq{
    font-size:24px;
    line-height:32px;
    margin-top:60px;
}


.main-cta{
    clear:both;
    display:inline-block;
    font-size:15px;
    letter-spacing:2px;
    line-height:30px;
    padding:5px 40px;
    background-color:none;
    margin:20px 0;
    border-radius: 30px;
    border:2px solid #ffffff;
    margin-right:20px;
    
}


.main-cta:hover{
    color:#246091;
    background-color:#ffffff;
    border-radius: 30px;
}

.more-link{
    text-decoration: none;
    color:#ffffff;
}



/* --------- Scroll Arrow ----------- */
.scroll-box {
  position: relative;
  width: 100%;
  height: 100%;
}

/*
.scroll-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
*/



a.scroll {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
a.scroll:hover {
  opacity: .5;
}

a.scroll {
  padding-top: 60px;
}
a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
a.scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
a.scroll span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* ipad and Mobile  */

/* ipad */

@media only screen 
and (min-device-width : 681px) 
and (max-device-width : 768px) {
    
}


@media screen and (max-width:768px) {
.background{
    display:none;
    
}

.mob-background{
    display:block;
    width:100%;
} 
    
a.scroll{
     bottom:300px;   
    }
    
.centered{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
}
    
.centered p{
    font-size:28px;
    margin-bottom:40px;
    text-shadow: 2px 2px 4px #000000;
}

#smallq{
    font-size:16px;
    line-height:28px;
    margin-top:30px;
}
    
.main-cta{
    width:220px;
    padding:5px 20px;
    margin:5px 0;
    text-align:center;

    
}

    
}

@media screen and (max-width:680px) {
    a.scroll{
     bottom:15px;   
    }
}





/* --- fade in ---- */

.first-fadein{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.second-fadein{
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}

.third-fadein{
    -webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
            animation: fadein 10s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* -------- Section Fade in on scroll----------- */

section {
  clear:both;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

section.visible { 
  opacity: 1;
  transform: translate(0, 0);
}


/* --------- Mission -------------- */
.section-left{
    width:60%;
    float:left;
}

.section-right{
    width:40%;
    float:right;
}

.mission-image{
    width:60%;
    margin-top:160px;
}

.mission h1{
    margin-top:50px;
    margin-left:30%;
    font-size:32px;
    letter-spacing:2px;
}

.mission p{
    margin-top:20px;
    margin-left:30%;;
    margin-right:30px;
    width:60%;
    line-height:36px;
    font-size:16px;
}

.section-right img{
    width:450px;
    float:right;
    margin-top:15%;
}

/* ipad */

@media only screen 
and (min-device-width : 681px) 
and (max-device-width : 768px) {
.mission-image{
    width:90%;
    margin-top:100px;
}
    
.mission h1{
    margin-left:20px;
}
    
.mission p{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:80px;
    width:auto;
}
    
.section-right img{
    width:100%;
    margin-top:400px;
    margin-bottom:80px;
}

  
}

/* Mobile */

@media screen and (max-width:680px) {
.section-left{
    width:100%;
    float:none;
}

.section-right{
    width:100%;
    float:none;
}
    
.mission-image{
    width:90%;
    margin-top:30px;
}

.mission h1{
    margin-top:50px;
    width:auto;
    margin:50px 0 20px 20px;
    font-size:32px;
    letter-spacing:2px;
}

.mission p{
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    width:auto;
    line-height:28px;
    font-size:14px;
}

.section-right img{
    width:80%;
    margin-top:20px;
}
}


/* ----------- Service ------------- */

.service{
    text-align:center;
}

.service-image{
    width:40%;
    float:right;
    margin-right:30px;
    margin-top:100px;
}
.service-list{
    clear:both;
    float:none;
}

.service-container{
    position: relative;
    text-align: center;
    color: white;
    width:33.333%;
    float:left;
}

.service-item{
    width:100%;
    display:block;
}

.mob-service-item{
    display:none;
}

.inside-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:80%;
}

.inside-text h3, .inside-text p{
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
}

.inside-text h3{
    font-family: "Sawarabi Gothic";
    letter-spacing:3px;
    font-weight:bolder;
    font-size:26px;
}

.inside-text p{
    margin-top:40px;
}

.service-cta{
    clear:both;
    display:inline-block;
    font-size:15px;
    letter-spacing:2px;
    line-height:30px;
    padding:5px 40px;
    background-color:#ffffff;
    margin:40px 0;
    border-radius: 30px;
   
    border:2px solid #246091;
}


.service-cta:hover{
    color:#ffffff;
    background-color:#246091;
    border-radius: 30px;
    
}

.service-link{
    text-decoration: none;
    color:#246091;
}


/* ipad */
@media only screen 
and (min-device-width : 681px) 
and (max-device-width : 768px) {
.service-image{
    width:60%;
    float:right;
    margin-right:0;
    margin-top:60px;
} 
    
.service-container{
    width:100%;
    float:none;
}

.service-item{
    display:none;
}

.mob-service-item{
    display:block;
    width:100%;
}
    
.inside-text{
    width:85%;
}


.inside-text h3{
    font-size:20px;
}
    
.inside-text p{
    margin-top:10px;
}
}


/* Mobile */

@media screen and (max-width:680px) {
.service-image{
    width:90%;
    float:right;
    margin-right:0;
    margin-top:60px;
} 
    
.service-container{
    width:100%;
    float:none;
}

.service-item{
    display:none;
}

.mob-service-item{
    display:block;
    width:100%;
}
    
.inside-text{
    width:85%;
}


.inside-text h3{
    font-size:20px;
}
    
.inside-text p{
    margin-top:10px;
}
}



/* ----------- Needs -------------- */
.needs{
    padding-bottom:80px;
    overflow:hidden;
    
}

.needs h1{
    font-family: "Sawarabi Mincho";
    font-size:22px;
    text-align:center;
    padding-top:40px;
}

.needs-container{
    display:block;
    max-width:1024px;
    margin:20px auto;
    
}

.needs-one{
    display:block;
    width:33.333%;
    float:left;
    text-align:center;
    padding:30px 50px;
    
}

needs-one p{
    font-size:14px;
}

.needs-icon{
    width:60px;
    margin:20px auto;
}

/* ipad */
@media only screen 
and (min-device-width : 681px) 
and (max-device-width : 768px) {
.needs{
    padding-bottom:30px; 
    text-align:center;
    }
    
.needs-container{
    display:inline-block;
    width:auto;
    margin:20px auto;
    
}
    
.needs-one{
    width:100%;
    float:none;
    text-align:left;
    padding:30px 20px;
    
} 
    
    .needs-one p{
        margin-top:15px;
    }
    
.needs-icon{
    width:60px;
    margin:0 20px;
    float:left
}   
}

/* Mobile */

@media screen and (max-width:768px) {
.needs{
    padding-bottom:30px;    
    }
    
.needs-one{
    width:100%;
    float:none;
    text-align:left;
    padding:30px 20px;
    
}   
    
.needs-icon{
    width:60px;
    margin:0 20px;
    float:left
}
}


/* -------- Contact ----------- */
.contact-link{
    display:block;
    max-width:1024px;
    margin:0 auto;
    text-align:center;
    padding:50px 0 200px 0;
}

.contact-link h4{
    font-size:16px;
    
}

.star{
    font-size:30px;
}

.link-left{
    width:50%;
    display:block;
    float:left;
}

.email{
    margin-top:30px;
}

.mail-link{
    font-size:20px;
    color:#000000;
    text-decoration:none;
}

.mail-link:hover{
    color:#2cb774;
}

.link-right{
    width:50%;
    display:block;
    float:left;
}

.contact-link h3{
    margin:60px 0;
}

.contact-cta{
    clear:both;
    display:inline-block;
    font-size:17px;
    letter-spacing:2px;
    line-height:40px;
    padding:5px 40px;
    background-color:#2cb774;
    margin:20px 0;
    border-radius: 5px;
   
    border:2px solid #2cb774;
}


.contact-cta:hover{
    color:#2cb774;
    background-color:#ffffff;
    border-radius: 5px;
    border:2px solid #2cb774;
    
}

.contact-cta-link{
    text-decoration: none;
    color:#ffffff;
}

@media screen and (max-width:680px) {
.contact-link{
    padding:30px 0 50px 0;
    margin:0 10px;
}    
    
.link-left, .link-right{
    width:100%;
    float:none;
    padding:40px 0;
}
    
.email{
    margin-top:15px;
}
   
}





/* -------------- Contact  
.contact{
    background:#111111;
    color:#ffffff;
    padding:50px 0;
    overflow:hidden;
}

.contact-left{
    display:block;
    width:80%;
    float:left;
}

.contact-right{
    display:block;
    width:20%;
    float:left;
}

.contact-left h4{
    font-size:28px;
    font-family: "Sawarabi Mincho";
    display:block;
    width:60%;
    margin:20px auto;
}

.contact-left p{
    margin-left:80px;
    margin-right:30px;
    margin-bottom:30px;
    overflow:hidden;
    display:block;
    width:60%;
    margin:20px auto;
}

.email{
    padding-top:50px;
    line-height:24px;
}

.email a{
    text-decoration:none;
}

.email a:hover{
    color:#246091;
}

.contact-right img{
    width:250px;
    float:right;
}

.contact-mob{
    display:none;
}
------------- */

/* ipad 
@media only screen 
and (min-device-width : 681px) 
and (max-device-width : 768px) {
.contact{
    padding:30px 0;
}
    
.contact-left{
    width:100%;
    float:left;
    position:relative;
}
    
.contact-left h4, .contact-left p{
    width:60%;
    margin:10px auto;
    }
    
.contact-mob{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:40%;
    opacity:.5;
    }
    
    .contact-right{
        display:none;
    }    
}
*/

/* Mobile 

@media screen and (max-width:680px) {
.contact{
    padding:30px 0;
}
    
.contact-left{
    width:100%;
    float:left;
    position:relative;
}
    
.contact-left h4, .contact-left p{
    width:auto;
    margin-left:20px;
    margin-right:20px;
    }
    
.contact-mob{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:70%;
    opacity:.5;
    }
    
    .contact-right{
        display:none;
    }
}
*/

/* ----- Contact Form 

.container{
    width:60%;
    display:block;
    margin:20px auto;
    color:#ffffff;
}

label{
    display:block;
    margin-top:20px;
    margin-bottom:3px;
}

input[type=text]{
    font-family:'Josefin Sans', sans-serif;
    background:transparent;
    border:none;
    border:1px solid #ffffff;
    color: #ffffff;
    font-size:14px;
    line-height:38px;
    width:100%;
    margin-bottom:20px;
    padding:0 15px;
}

input[type=email]{
    font-family:'Josefin Sans', sans-serif;
    background:transparent;
    border:none;
    border:1px solid #ffffff;
    font-size:14px;
    line-height:38px;
    width:100%;
    margin-bottom:20px;
    padding:0 15px;
    color: #ffffff;
}

textarea{
    background:transparent;
    border:none;
    border:1px solid #ffffff;
    width:100%;
    font-family:'Josefin Sans', sans-serif;
    font-size:14px;
    line-height:34px;
    margin-bottom:15px;
    padding:0 15px;
    color: #ffffff;
}

input[type=submit]{
    display:block;
    margin:20px auto;
    font-family:'Josefin Sans', sans-serif;
    font-size:14px;
    letter-spacing:6px;
    color:#f9f7f2;
    padding:10px 60px;
    background-color:none;
    border:1px solid #ffffff;
    border-radius: 30px;

}

input[type=submit]:hover{
    color:#000000;
    background:#ffffff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
/*
    color: #ffffff;
    opacity: .5;  Firefox 
    font-size:14px;

}
*/
 /*
:-ms-input-placeholder { Internet Explorer 10-11 
   
    color: #ffffff;
    font-size:14px;
    opacity: .5;
    
}
*/
/*
::-ms-input-placeholder {  Microsoft Edge 
    color: #ffffff;
    font-size:14px;
    opacity: .5;
}
*/


/*
@media only screen and (min-device-width:320px) and (max-device-width:600px){
   
    h2.contact{
    width:100%;
    font-size:24px;
    display: block;
    margin:30px auto 10px auto;
    letter-spacing:4px;
    animation: type 2.5s steps(60, end);
    overflow: hidden;
    white-space: nowrap;
}
    
p.contact{
    font-size:18px;
    }
    
   .container{
    width:90%;
    display:block;
    margin:20px auto;
} 
    
    
}

*/






footer{
    clear:both;
    float:none;
    background: #111111;
    text-align:center;
    font-family: 'Federo', sans-serif;
    color:#ffffff;
    padding:30px;
    font-size:13px;
    line-height:20px;
    letter-spacing:1px;
    overflow:hidden;
}

footer a{
    text-decoration:none;
}

footer a:hover{
    color: #246091;
}

.social-links{
    width:50%;
    display:block;
    margin:30px auto;
    overflow:hidden;
}

.social-links h4{
    font-family: "Sawarabi Mincho";
    margin-bottom:30px;
}

.social-box{
    width:25%;
    float:left;
    font-family: "Sawarabi Mincho";
}

.social-box img{
    margin:10px auto;
    width:50px;
}

.copyright{
    clear:both;
}

@media screen and (max-width:680px) {
    
.social-links{
    width:100%;
    }
}







