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


COLOR
Black:#111111 
Blue: #246091

FONT
Heading: font-family: 'Federo', sans-serif;
                       'Philosopher', 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;
}


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

h1, h2, 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: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;
}


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


/* ------------ Profile -------------- */

.top-message{
    margin:0 auto 80px auto;
    padding-top:160px;
    max-width:1024px;
    overflow:hidden;
    display:block;
}

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

.mob-profile-left{
    display:none;
}

.profile-right{
    display:block;
    width:60%;
    float:left;
}

.profile-left img{
    width:auto;
    display:block;
    margin:20px auto;
}

.name{
    font-size:32px;
    margin-left:80px;
    letter-spacing:3px;
}

.title{
    font-size:14px;
    color:#b6bbbf;
    letter-spacing:3px;
}

.profile-right p{
    margin:30px 30px 30px 80px;
    font-size:14px;
}

.about-sub{
    width:100%;
}

.profile-sec{
    text-align:center;
    
}

.profile{
    display:block;
    padding:80px 20px;
    background:#f9f8f2;
    
}

.profile h3{
    font-size:18px;
    font-weight:lighter;
    letter-spacing:5px;
    margin-bottom:15px;
    color:#6d6d6d;
}

.history{
    display:table;
    max-width:960px;
    font-size:13px;
    line-height:22px;
    font-weight:lighter;
    color: #6d6d6d;
    margin:0 auto;
}

.year{
    width:15%;
}

.history td{
    padding:10px 10px;
    text-align:left;
}

.bold{
    font-size:15px;
    font-weight:bolder;
    padding-bottom:10px;
    overflow:hidden;
}


.comp-info-text{
    width:650px;
    display:block;
    margin:150px auto 10px auto;
}

.comp-info{
    text-align:center;
}

.comp-table-div{
    display:inline-block;
    margin:0 auto;
}

.comp-info h2{
    text-align:center;
    font-size:20px;
    letter-spacing:20px;
    margin-bottom:50px;
}

.comp-table{
    display:table;
    margin-bottom:130px;
}

.comp-table td{
    font-family: "Sawarabi Mincho";
    font-size:14px;
    padding:15px;
    text-align:left;
}

/* mobile */

@media screen and (max-width:768px) {
.profile-right{
    width:100%;
    float:none;
}    
    
.profile-left{
    display:none;
}

.mob-profile-left{
    display:block;
    width:100%;
}
    
.mob-profile-left img{
    width:50%;
    margin:10px auto;
    display:block;
    }
    
.top-message{
    margin:30px auto 30px auto;
    }
    
.comp-info-text{
    width:90%;
    margin:30px auto 10px auto;
}  
    
.name{
    font-size:32px;
    margin-left:50px;
}

.title{
    font-size:14px;
    color:#b6bbbf;
    letter-spacing:3px;
}

.profile-right p{
    margin:30px 50px;
    font-size:14px;
}
    
.profile{
    display:inline-block;
    margin-bottom:80px;
    padding:10px 20px;
    background:#f9f8f2;
    
}
    
    .about-sub{
        display:none;
    }

    
}

@media screen and (max-width:680px) {
.mob-profile-left img{
    width:80%;
    margin:10px auto;
    display:block;
    } 
    
.profile-right p{
    margin:30px 20px;
    font-size:14px;
}
    
.name{
    font-size:32px;
    margin-left:20px;
}
    
    .profile{
        padding:10px 10px;
    }
}





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




