/* ----------- 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:16px;
    line-height:30px;
}


/* -------------- 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:15px;
    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;
}

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

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

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

.mob-background{
    display:none;
}

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

.centered p{
    font-size:40px;
    font-family:  'Philosopher', sans-serif;
    letter-spacing:2px;
}

#smallq{
    font-size:24px;
    line-height:32px;
    margin-top:20px;
    font-family: "Sawarabi Mincho";
}

hr{
    border-width:3px;
}

/* mobile */

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

.mob-background{
    display:block;
        width:100%;
}   
    
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered p{
    font-size:32px;
}

#smallq{
    font-size:20px;
}
}


/* --- 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);
}


/* --------- 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: 120px;
  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;
  }
}

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

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

.service-a{
    margin: 60px 30px;
    overflow:hidden;
    height:100%;
}

#servicea{
    padding-top:120px;
}

.service-text{
    display:block;
    width:60%;
    float:left;
}

.service-box{
    display:block;
    width:40%;
    float:left;
}

.service-text h1{
    font-size:24px;
    font-weight:lighter;
    letter-spacing:4px;
    margin-left:100px;
}

.number{
    font-size:90px;
    color:#b6bbbf;
    line-height:1;
    margin-bottom:20px;
}

.service-text p{
    margin-top:30px;
    line-height:2;
    margin-left:100px;
    margin-right:100px;
    font-size:15px;
}

.service-box img{
    width:70%;
    display:block;
    margin:30px auto;
}

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


/* mobile */

@media screen and (max-width:768px) {
.service-text h1{
    margin-left:30px;
}
    
.service-text{
    width:70%;
}

.service-box{
    width:30%;
}
    
.service-text p{
    margin-left:20px;
    margin-right:20px;
}
    
.service-box img{
    width:90%;
}
}


@media screen and (max-width:680px) {
.service-a{
    margin: 50px 20px 80px 20px;
}
    
.service-text{
    display:block;
    width:100%;
    float:none;
    position:relative;
}  
    
.service-text h1{
    margin-left:0px;
}


.service-text p{
    margin-left:0px;
    margin-right:0px;
    font-size:14px;
    margin-top:30px;
    margin-bottom:30px;
}
    
.mob-service-draw{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:50%;
    z-index: -1;
}
    
.service-box{
    display:none;
}
}






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%;
    }
}






