* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    overflow: hidden;
}
body > .wrap > section > header > h2 > span, body > .wrap > section > header > h3 > span {
    display: block;
}

body > .wrap > section > header > h2 {
    color: #9b2c30;
    letter-spacing: -1px;
    overflow: hidden;
    text-transform: uppercase;
    height: 41px;
}
body > .wrap > section > header > h2 > span {
    font-size: 30px;
}
body > .wrap > section > header > p {
    background: none repeat scroll 0 0 #354B4E;
    border-radius: 63px 63px 63px 63px;
    display: block;
    float: left;
    height: 63px;
    margin: 3px 16px 0 0;
    width: 63px;
}

nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
li{
	list-style: none;
}
*:focus, *:active {
    outline: none;
}
*::-moz-focus-inner {
    border: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 100%}

a, a:hover {
    text-decoration: none;
}
.webkitNativeAppStyle {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}
.webkit-native-scrolling {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
.webkit-backface-visibility {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}
.notSelectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
::selection {
    background: #78d9f9;
    color: white;
}
::-moz-selection {
    background: #78d9f9;
    color: white;
}
::-webkit-selection {
    background: #78d9f9;
    color: white;
}
.clear {
    clear: both;
    width: 0 !important;
    height: 0 !important;
}
html, body {
    background: #fff;
    color: #a5a4a4;
    font: 16px/1 'helvetica';
    overflow-x: hidden;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.wrap>section {
    position: relative;
    padding: 50px 0 0 0;
    margin: 0 auto;
    width: 1000px;
}

#menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

#menu #menuButtons {
    width: 1142px;
    height: 50px;
    z-index: 10;
    background: #fff;
    margin:0 auto;
    position: relative;
}
#menu #menuButtons>a {
    display: block;
    float: left;
    position: relative;
    text-transform: uppercase;
    margin: 18px 0 0 0;
    height: 12px;
    color: #00a5d9;
    font: 12px/1 "meiryo";
    font-weight: bold;
}
#menu1 {
    width: 140px;
}
#menu2 {
    width: 155px;
}
#menu3 {
    width: 160px;
}
#menu4 {
    width: 155px;
}
#menu5 {
    width: 155px;
}
#menu6 {
    width: 155px;  
}
#menu7 {
	width:155px;
}
#menu8 {
    width:65px;
    text-align: right;
}
/*#menu1 {
    width: 18%;
}
#menu2 {
    width: 18%;
}
#menu3 {
    width: 18%;
}
#menu4 {
    width: 18%;
}
#menu5 {
    width: 18%;
}
#menu6 {
    width: 10%;
    text-align: right;
}*/
#header {
    position: relative;
    top: 0;
  /*  left: 50%;
    margin-left: -763px;*/
    /*width: 1526px;*/
    height: 779px;
    overflow: hidden;
}
section#home {
    height: 779px;
    padding: 0;
}
#header #headerInner {
    position: absolute;
    top: 191px;
    /*left: 50%;*/
    /*margin-left: -436px;*/
    width: 350px;
    height: 350px;
    background: url('images/logo-header.png') top left no-repeat transparent;
    border-radius: 350px;
    text-align: center;
    z-index: 11;
}
#header #headerInner>* {
    position: absolute;
    width: 100%}
#header #headerInner>span {
    left: 50%;
    margin-left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
}
#header #headerInner>span.top {
    top: 20px;
}
#header #headerInner>span.bottom {
    bottom: 20px;
}

#header #headerInner>h1 {
    top: 118px;
    font: 60px/.8 "Otto";
    color: #fff;
    letter-spacing: -1px;
    padding-top: 3px;
}
#header #headerInner #header-h2-first {
    top: 28px;
}
#header #headerInner #header-h2-second {
    top: 48px;
}
#header #headerInner #header-hr-top {
    top: 67px;
    height: 1px;
    background: url('images/bg-hr-top.png') top center no-repeat transparent;
    display: block;
    border:none;
}
#header #headerInner #header-hr-bottom {
    top: 259px;
    height: 1px;
    background: url('images/bg-hr-bottom.png') top center no-repeat transparent;
    display: block;
    border:none;
}
#header #headerInner h3 {
    top:271px;
}


#header
#headerImg {
    width: 100%;
    height: 100%;
}
#header #headerImg img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#footer #footerImg img {
    height: 100%;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.wrap {
    width: auto;
    background: #fff;
    position: relative;
}
.wrap2 {
    background: #00a5d9;
    height: 100px;
}
.wrap2 span {
    line-height: 100px;
}
.wrap2 > section {
    padding: 0 !important;
    text-align: center;
}
#header .tendinaHeader {
    position: absolute;
    top: 0;
    /*width: 763px;*/
    width: 2249px;
    height: 779px;
    background: #fff;
    z-index: 12;
}
#header #tendinaSx {
    left: 0;
}
#header #tendinaDx {
    right: 0;
}

#about,#contact {
    position: relative;
}

#contact #contact-content {
    height: 503px;
}
#contact #contact-content #content-img a {
    display: block;
    width: 240px;
    height: 240px;
}
#contact>section>section {
    position: relative;
    margin-bottom: 190px;
    overflow: hidden;
}
#about>section>section {
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
    height: 581px;
}
#about article,#contact article {
    width: 429px;
    margin-top: 118px;
}

#about>section>section>article>p {
    padding-bottom: 34px;
}
#about>section>section>article>p>strong {
    font-weight: bold;
}

#about>section>section>div,#contact>section>section>div {
    position: absolute;
}
#about #about-content #about-img1 {
    top: 91px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: transparent url('images/about-img1.png') no-repeat scroll center center;
    z-index: 10;
}
#about #about-content #about-img2 {
    top: 376px;
    left: 261px;
    width: 200px;
    height: 200px;
    background: transparent url('images/about-img2.png') no-repeat scroll center center;
    z-index: 11;
}
#about #about-content #about-img3 {
    top: 133px;
    left: 334px;
    width: 240px;
    height: 240px;
    background: transparent url('images/about-img3.png') no-repeat scroll center center;
    z-index: 11;
}

#contact #contact-content #content-img {
    top: 180px;
    left: 130px;
    width: 240px;
    height: 240px;
    background: transparent url('images/contact-img.png') no-repeat scroll center center;
    z-index: 11;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loaderSpinner {
    position: absolute;
    top: 47%;
    left: 50%;
    margin: 107px 0 0 -50px;
    width: 100px;
    height: 100px;
    z-index: 2;
    opacity: 0;
}
#loader > h1,  #loader > h2,  #loader
h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 2;
    letter-spacing: -1px;
    opacity: 0;
}
#loader>h1#loader-1 {
    margin-top: -120px;
}
#loader>h1#loader-3 {
    margin-top: 45px;
}

#loader>h3 {
    margin-top: 213px;
    color: #00a5d9;
    /*font-weight: 500;*/
}
#loaderTop, #loaderBottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 52%;
    display: block;
    background: #00a5d9;
}
#loaderTop {
    top: 0%}
#loaderBottom {
    top: 50%}
#loaderBollo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -250px;
    width: 500px;
    height: 500px;
    border-radius: 450px;
    background: #fff;
    z-index: 1;
    transform: scale(0.5);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  -webkit-animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #00a5d9;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  -webkit-animation: rotate-two 1s linear infinite;
  border-right: 3px solid #00a5d9;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  -webkit-animation: rotate-three 1s linear infinite;
  border-top: 3px solid #00a5d9;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
hr {
    background: url('images/bg-hr.png') top left repeat-x transparent;
    height: 4px;
    border: none;
    margin:0;
}

#footer {
    /*height: 780px;*/
    /*left: 50%;*/
    /*margin-left: -763px;*/
    overflow: hidden;
    position: relative;
    top: 0;
    /*width: 1526px;*/

    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("images/bg-footer.jpg");*/
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;

}

#footer .tendinaFooter {
    background: none repeat scroll 0 0 #fff;
    height: 816px;
    position: absolute;
    top: 0;
    width: 2249px;
    z-index: 12;
}

/*back to top*/
#divBackToTop {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
#divBackToTop #menuBackToTop {
    background: url("images/totop.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
}
#divBackToTop #menuBackToTop:hover {
    opacity: 0.8;
}
#service-content {
    margin: 120px 0 118px;
}
.service-item {
    float: left;
    width: 265px;
    margin-left: 54px;
    line-height: 20px;
}
.service-item h3 {
    display: block;
    width: 240px;
    text-align: center;
    border-bottom: 3px solid #afafaf;
    color: #9b2c30;
    font-size: 23px;
    font-weight: normal;
    padding:8px 0;
    margin: 16px 0;
}
.service-item img {
    display: block;
    margin: 5px auto;
}

#email {
    position: absolute;
    top: 278px;
    left: 445px;
}
#footer-content {
    margin:340px auto;
    text-align: center;
}

#about td {
    vertical-align:middle;
    font-size: 16px;
    line-height: 25px;
    padding:0 0 15px 10px;
}
#about tr td:last-child {
    padding:0 0 15px 40px !important;
}
#about table {
    background: url('images/bg-table.png') 95px 0px repeat-y transparent;
}
#about table tr {
    margin-bottom: 10px;
}
#about tr td:first-child {
    text-align: left;
}
#about tr:last-child td {
    padding:0 10px;
}
#about tr:last-child td:last-child {
    padding:0 0 0 43px !important;
}

.fb-like {
    top: 295px;
    left: 50%;
    margin-left: -49px;
    width: 100px !important;
}
.twitter-share-button {
    top: 295px;
    left: 50%;
    margin-left: 18px;
    width: 100px !important;
}

#divNavigation {
    bottom: auto;
    left: auto;
    position: fixed;
    right: 22px;
    top: 35%;
    width: 30px;
    z-index: 105;
}
ul#navigation li {
    list-style: none;
}
ul#navigation li a {
    display: block;
    width: 28px;
    height: 26px;
    text-indent: -9999px;
    background: url("images/dot.png") no-repeat scroll 0 0 transparent
}
ul#navigation li a.on,ul#navigation li a:hover {
    background-position:left -26px;
}

.prev {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/prev3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -6px;
    top: -50px;
    cursor: pointer;
}
.prev:hover,.next:hover {
    opacity: 0.8;
}
.next {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/next3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -6px;
    bottom: -50px;
    cursor: pointer;
}
#vision-gallery {
    width:1003px;
    height: 502px;
    overflow: hidden;
}
#vision-gallery .visionImage {
    display: inline-block;
    margin-right: 2px;
}
#vision-gallery .visionImage:last-child {
    margin-right: 0;
}

#mission header h2,#vision header h2 {
    margin-bottom: 49px;
}
#mission p,#vision p {
    margin: 28px 0;
    line-height: 20px;
    font-size: 16px;
}

#left-mission , #right-mission {
    background: none repeat scroll 0 0 #fff;
    height: 500px;
    position: absolute;
    top: 0;
    width: 500px;
    z-index: 12;
}
/*portfolio*/
.portfolio_main{
    padding:2% 0 4%;
}
.portfolio_main h3{
    margin: 2% 1% 0 1%;
    color: #00a5d9;
}
#info {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;              
    background:#fcf8e3;
    border:1px solid  #fbeed5;
    width:95%;
    max-width:900px;
    margin:0 auto 40px auto;
    font-size:12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#info .info-wrapper {
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#info a {
    color:#c09853;
    text-decoration:none;
}
    
#info p {
    margin:5px 0 0 0;
}
.container { 
    position: relative; 
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;    
}
#filters {
    margin:3% 1%;
    padding:0;
    list-style:none;
}
#filters li {
    display:inline-block;
    margin-right: 20px;
}
#filters li span {
    font-size:13px;
    display: block;
    padding: 10px 30px;
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
    color: #47817E;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;    
    -o-border-radius: 4px;  
}
#filters li span.active,#filters li span:hover {
    background: #00a5d9;
    border: 1px solid #018cb8;
    color:#fff;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:23%;
    margin:1%;
    display:none;
    float:left;
    overflow:hidden;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    cursor:pointer;
}
.portfolio img {
    top: 0px !important;
    max-width:100%;
    position: relative;
    opacity: 5;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}
.portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
    line-height: 26px;
}
.portfolio .label-bg {
    background: #34c2ef;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.portfolio .label-text a{
    color:#fff;
    position: relative;
    z-index:500;
    padding:5px 8px;
    text-decoration: none;
    font-family: meiryo;
}
.portfolio .text-category {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    margin-top: 5px;
}
/*PARTNER*/
#partner-content {margin-top:40px;}
#partner-content ul{overflow:hidden;margin:20px 0;}
#partner-content li{float:left;margin-right:0.65%;}
#partner-content img{width:245px;}
#partner-content li:last-child{margin-right:0;}
@media (min-device-width:320px) and (max-device-width:768px) {
#left-mission , #right-mission,#tendinaFooterSx,#tendinaFooterDx {
display: none;
}

#header #headerImg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#header #headerImg img {
    height: 779px;
    position: absolute;
    width: 100%;
}
}
#mission-image {
    position: relative;
    overflow: hidden;
}
#mission-content-inner {
    margin-bottom: 90px;
}

#mission-content-inner-title {
    text-align: center;
    margin-top: 53px !important;
}

.mission-item {
    margin-top: 90px;
    width: 420px;
}
.mission-item h2 {
    margin-bottom: 3px;
}
.mission-item p {
    margin:0 !important;
}

#url span img,#copyright span img {
    vertical-align: middle;
}