﻿.language,#lang_sel_list{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 3px !important;
  width: 56px;
  height: 32px;
  z-index: 99;
  font-family: verdana, arial, sans-serif;
}
.language ul,#lang_sel_list ul{
  margin: 0;
  padding: 5px 0;
}
.language li, #lang_sel_list li{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  float: none;
}
#lang_sel_list li.icl-ja{
  left: 50%;
  top: 0px;
}
#lang_sel_list li.icl-en{
  left: 0%;
  top: 0px;
}
.language li:first-child:after,#lang_sel_list:after{
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  z-index: 201;
}
#lang_sel_list:after{
  left: 50%;
  top: 39%;
}
.language li a,#lang_sel_list li a{
  position: relative;
  display: inline-block;
  background-color: #FFF;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
  transition:all 0.5s ease;
  font-family: 'Roboto', sans-serif !important;
}
.language li a:hover,#lang_sel_list li a:hover{
  color: #999
}
#lang_sel_list a.lang_sel_sel{
  color: #999;
  pointer-events:none;
}
#lang_sel_list li:before {
  display: none;
}




@media screen and (min-width: 901px){
  .mob_navi{ display: none;}
  .footercopy:before{
    content: "";
    display: block;
    position: absolute;
    top: 140px;
    left: 55%;
    width: 1px;
    height: calc( 100% - 190px );
    background-color: #999;
  }

}
@media screen and (max-width: 1000px){
  .mob_navi{ 
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .mob_navi a{
    display: block;
    background: url(../image/humberger-menu-black.png) no-repeat;
    background-size: 25px;
    height: 23px;
    width: 25px;
    overflow: hidden;
  }
  .open .mob_navi a{
    text-align: center;
    background:none;
  }
  .open .mob_navi a:before{
    display: block;
    content: "×";
    font-size: 24px;
    line-height: 23px;
    color: #FFF;
    background-color: #999;
  }


}



.header_wrapper{
  padding:30px;
  position:relative;
  font-family: 'Roboto', sans-serif;
  z-index: 999;
  font-size: 18px;
}
.header_wrapper.back{
    animation: navigationback 0.8s linear 0s 1 normal forwards;
}
@keyframes navigationback {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header_wrapper:after,
.footer_wrapper:after,
.language:after
{
  display: block;
  content: " ";
  clear: both;
}
.headerlogo{
  display: inline-block;
  width:350px;
  height: 46px;
  position:relative;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.header_wrapper.switch .headerlogo{
  width:234px;
  height: 30px;
}



.footercopy{
  position: relative;
  margin: 0;
  padding: 60px 50px;
  border-top: 0px solid #FFF;
}

.footercopy .logo{
  width: 450px;
  margin: 0 0 30px;
}
.footercopy .logo img{
  width: 100%;
  height: auto;
}
.footercopy .text{
  width: 55%;
  padding-right: 50px;
  margin-right: 0px;
  float: left;
  border-right: 0px solid #999;
}
.footercopy .contact{
  position: relative;
  width: calc(45% - 0px);
  top: 0px;
  float: right;
  text-align: center;
}
.footercopy .contact div.btn a{
  width: 250px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: normal;
  vertical-align: bottom;
  text-align: center;
  letter-spacing: 1px;
}
.footercopy .contact div.btn form{
  margin-top: 20px;
}
.footercopy .btn a.facebook{
  font-size: 1.0em !important;
  border:none;
  background-image: none;
  text-indent: 0px;
  padding: 13px 6px;
}
.footercopy .btn a.twitter{
  font-size: 1.0em !important;
  border:none;
  background-color: #1DA1F2;
  color: #FFF;
  text-indent: 0px;
  padding: 13px 6px;
}
.footercopy .btn input[type="email"]{
  display: inline-block;
  padding: 7px;
  width: 208px;
  vertical-align: top;
  height: 40px;
}

.footercopy .btn ::-webkit-input-placeholder {
  font-size: 0.9em;
}
.footercopy .btn :-ms-input-placeholder {
  font-size: 0.9em;
}
.footercopy .btn ::-moz-placeholder {
  font-size: 0.9em;
}
.footercopy .btn ::-placeholder {
  font-size: 0.9em;
}


.footercopy .btn input[type=submit] {
  display: inline-block;
  background: #666;
  color: #FFF;
  border: none;
  padding: 5px 0;
  margin-left: -5px;
  width: 45px;
  height: 40px;
  line-height: 1em;
  vertical-align: top;
  border-radius: 0px;
  border: none !important;
  text-shadow:none !important;
  opacity: 1;
}
.footercopy .contact.en .btn input[type=email] {
  width: 188px;
}
.footercopy .contact.en .btn input[type=submit] {
  width: 65px;
  font-size: 11px;
}
.footercopy .btn a.facebook:before{
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #4363a2 url(../image/facebook_logo.svg) 50% 50% no-repeat;
  background-size: 14px;
  vertical-align: bottom;
}
.footercopy .btn a.twitter:before{
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../image/sns_twitter.svg) 50% 50% no-repeat;
  background-size: 22px;
  vertical-align: bottom;
}
.footercopy address,.footercopy p,.footercopy .textwidget{
  line-height: 2.0;
  font-style: normal;
  margin: 0 0 10px;
}
.footercopy:after{
  display: block;
  content: " ";
  clear: both;
}



.footer_wrapper{
  background-color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

@media(min-width: 701px){

  .footer_wrapper{
    padding:20px 10px;
  }
}

@media (min-width: 901px){
  .footer_wrapper.newstext{
    margin-bottom: 50px;
  }
}
@media(max-width: 900px){
  .footer_wrapper.newstext{
    margin-bottom: 150px;
  }
}
@media(max-width: 600px){
  ul.news{
    padding-top: 0px !important;
  }
  ul.news,ul.news .btn a{
    font-size: 14px !important;
  }
}


.headernavi
{
  display: inline-block;
  margin: 5px 0 0 auto;
  float: right;
}
.headernavi ul{
  margin: 0;
  padding: 0;
}
.headernavi ul+ul{
  display: none;
}
.headernavi li{
  margin: 0 7px;
  list-style: none;
  display: inline-block;
}
.headernavi li a{
  display: inline-block;
  color: #666;
  text-decoration: none;
  border: 0px solid #eee;
  position: relative;
  letter-spacing: 1px;
  padding: 8px 0 3px;
}

.footercopy .navi{
  padding: 20px 20px 0px;
  font-size:14px;
}
.footercopy .navi ul{
  padding: 0;
  margin: 0;
}
.footercopy .navi li{
  list-style-type: none;
  margin: 0 10px 10px;
  text-align:left;
}
.footercopy .navi li .ja{
  font-size: 0.80em;
  color: #666;
}
.footer_wrapper .copyright{
  float: left;
  padding: 8px 0 0 50px;
}
.footercopy .navi.en .ja{
  display: none;
}


.header_wrapper .headernavi li a[href="/ja/blog"],
.header_wrapper .headernavi li a[href="https://medium.com/scrum-ventures-blog"]
{
  background-color: #0092d5;
  color: #FFF !important;
  padding: 5px 10px;
}
.header_wrapper .headernavi li a[href="/ja/blog"]:after,
.header_wrapper .headernavi li a[href="https://medium.com/scrum-ventures-blog"]:after
{
  display: none;
}
.header_wrapper .headernavi li a[href="/ja/blog"]:hover,
.header_wrapper .headernavi li a[href="https://medium.com/scrum-ventures-blog"]:hover
{
  opacity: 0.5;
}


/* Effect1
*************************************** */
.header_wrapper .headernavi li a::after{
    background: -webkit-linear-gradient(left,rgb(38,194,255), rgb(127,224,47)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left,rgb(38,194,255), rgb(127,224,47)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,rgb(38,194,255), rgb(127,224,47)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left,rgb(38,194,255), rgb(127,224,47)); /* Standard syntax */

    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header_wrapper .headernavi li a::after{
    height: 3px;
    left: -1px;
    bottom: -2px;
    width: 0px;
}

/* hover */
.header_wrapper .headernavi li a:hover::after,
.header_wrapper .headernavi li.current_page_item a:after,
.header_wrapper .headernavi li.current-menu-item a:after,
.header_wrapper .headernavi li.current-page-ancestor a:after,
.header_wrapper .headernavi li.current-menu-parent > a:after
{
    width: 100%;
    width: calc(100% + 1px);
}


[data-gwd-group="headerlogo"] .gwd-grp-1ceg.gwd-div-5xnw {
  position:relative;
  width: 100%;
  height: auto;
}
[data-gwd-group="headerlogo"] {
  width: 100%;
  height: auto;
}
.gwd-div-1xsx {
  position: absolute;
  left: 0px;
  top: -20px;
}
[data-gwd-group="headerlogo"] .gwd-grp-1ceg.gwd-img-gswh {
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto;
  top: 20px;
}
[data-gwd-group="headerlogo"] .gwd-grp-1ceg.gwd-img-xz7f {
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, -40px, 0px);
  top: 40px;
}
[data-gwd-group="headerlogo"] .gwd-grp-1ceg.gwd-img-i78f {
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, 30px, 0px);
  top: -10px;
}
[data-gwd-group="headerlogo"] .gwd-grp-1ceg.gwd-img-1rja {
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px);
  top: 40px;
}
@keyframes gwd-gen-2i2vgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
    animation-timing-function: linear;
  }
}
[data-gwd-group="headerlogo"] .gwd-gen-2i2vgwdanimation {
  animation: gwd-gen-2i2vgwdanimation_gwd-keyframes 0.351s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-u4augwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0px, -40px, 0px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
    animation-timing-function: linear;
  }
}
[data-gwd-group="headerlogo"] .gwd-gen-u4augwdanimation {
  animation: gwd-gen-u4augwdanimation_gwd-keyframes 0.351s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-1m34gwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0px, 30px, 0px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 30px, 0px);
    animation-timing-function: linear;
  }
}
[data-gwd-group="headerlogo"] .gwd-gen-1m34gwdanimation {
  animation: gwd-gen-1m34gwdanimation_gwd-keyframes 0.444s linear 0.549s 1 normal forwards;
}





/*--------------------------------------------------------------------------------------------switch*/

@keyframes navigation {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header_wrapper.switch{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing:border-box;
  background-color: #FFF;
  border-bottom:1px solid #DDD;
  padding: 15px;
  animation: navigation 0.5s linear 0s 1 normal forwards;
}










@media screen and (max-width: 1140px) and (min-width: 901px){
  .header_wrapper{
    font-size: 14px;
  }
  .headernavi li{
    margin: 0 5px;
  }
}


@media screen and (max-width: 1000px){
  .headerlogo{
    width:234px;
    height: auto;
    vertical-align: top;
  }
  .header_wrapper{
    padding: 10px !important;
  }
  .header_wrapper.switch{
    /*display: none;*/
  }
  .header_wrapper .headernavi {
    position: fixed;
    float: none;
    width: 100%;
    min-height: 100%;
    top: 52px;
    right:-100%;
    z-index: 200;
    margin-top: 0px;
    background-color: #e9edf0;
    opacity: 0;
    transition:all 0.5s ease;
  }
  .header_wrapper.open .headernavi {
    right: 0px;
    opacity: 1;
  }
  .header_wrapper.open .headernavi li{
    display: block;
    text-align: right;
    padding: 5px 20px;
    font-size: 1.2em;
    border-bottom: 1px dotted #999;
  }
  .headernavi li a{
    color: #666 !important
  }
  .headernavi ul+ul{
    display: block;
    text-align: right;
    margin: 10px;
    border-bottom: 1px dotted #999;
  }

  .header_wrapper.open .headernavi ul+ul li{
    display: inline-block;
    position: relative;
    padding: 0 15px;
    margin: 0;
    line-height: 35px;
    border-bottom: none;
  }
  .header_wrapper.open .headernavi ul+ul li a:after{
      display: none;
  }
  .headernavi li.en:before{
    content: "";
    display: inline-block;
    background: url(../image/lang-en.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
  }
  .headernavi li.ja:before{
    content: "";
    display: inline-block;
    background: url(../image/lang-ja.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
  }
  .headernavi li.selected a{
    color: #CCC !important;
    pointer-events: none;
  }
  .headernavi li.selected:before{
    opacity: 0.5;
  }

  .footercopy .logo{
    width: 70%;
  }
  .footercopy{
    padding: 0 30px;
    margin: 50px 0;;
  }
  .footercopy .text{
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    float: none;
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
  .footercopy .text br{
    display: none;
  }
  .footercopy .contact{
    width: 100%;
    float: none;
    top: 0px;
  }
  .footer_wrapper{
    margin-bottom: 40px;
    position: relative;
  }

  .footercopy .navi{
    padding: 20px 10px 0;
    text-align:left;
  }
  .footercopy .navi li{
    margin: 0 0px 10px 0;
  }

  .footer_wrapper .headernavi li{
    display: inline-block;
  }
  .footer_wrapper .headernavi{
    margin: 5px 0 10px auto;
  }
  .footer_wrapper .copyright{
    position: absolute;
    float: none;
    bottom: -40px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background-color: #0092d5;
    color: #fff;
    padding: 0 20px;
  }
}




/*----------------------------------------------------------------------footer services in japanese*/

.footerservices{
  max-width: 1080px;
  margin: 20px auto;
  padding: 0 20px;
}

.footerservices .logo_inner{
  margin:0 0 5px;
  padding:0px;
  flex-basis: 32.5%;
  box-sizing:border-box !important;
  background-color: rgba(255,255,255,1);
  z-index: 11;
  position: relative;
  overflow: hidden;
}
.footerservices .logo_wrapper {
  margin: 30px 0 20px;
}
.footerservices .logo_wrapper .title span{
  display: block;
  background-color: #6b9c41;
  color: #FFF;
  line-height: 2;
  font-weight: normal;
}

.footerservices [data-gwd-group="logo"] + .title span{
background-color:#6b9c41;
}

.footerservices [data-gwd-group="studio"] + .title span{
background-color:#e30080;
}

.footerservices [data-gwd-group="connect"] +  .title span{
background-color:#8e2b8b;
}

.footerservices .div_venture{
  width: calc(100% - 40px);
  margin: auto;
  top: 0px;
  transition:top ease 0.5s;

}
.footerservices .comment {
  transition:all ease 0.5s;
  text-align: left;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}
.footerservices .comment div{
  margin-bottom: 5px;
}
.footerservices .comment a{
  text-decoration: none;
}

.footerservices .service .title{
  position: relative;  
}
.footerservices .service img{
  display: block;
}
.footerservices .service .title h2{
  position: absolute;
  bottom: 0%;
  background-color: #008fd2b3;
  color: #FFF;
  width: 100%;
  font-size: 17px;
  text-align: center;
  line-height: 2;
  font-weight: normal;
  transition:bottom ease 0.3s, font-size ease 0.3s;
}


@media(max-width: 600px){
  .footerservices .div_venture{
    width: 80% !important;
    margin: auto !important;
    position: relative !important;
    top: -20px !important;
    left: -20px !important;
  }
  .footerservices .service_wrapper .service{
    max-width: 90%;
    margin: 0 auto 20px; 
  }
  .footerservices .logo_inner{
    width: 90%;
    height: auto;
    overflow: visible;
    margin-bottom: 20px;
  }
  .footerservices .logo_inner:before{
    display: none;
  }
  .footerservices .logo_inner .title{
    position: static;
  }
  .footerservices .logo_inner .title span{
    line-height: 1.8;
    font-size: 14px;
  }
  .footerservices .logo_inner .comment{
    padding: 10px;
    position: static;
  }
  .footerservices .logo_inner .comment div{
    display: none;
  }
}

@media(min-width:601px){
  .footerservices .service_wrapper{
    display: flex;
    max-width: 1040px;
    margin: 20px auto;
    justify-content:space-around;
  }
  .footerservices .service_wrapper .service{
    flex-basis:32.5%;
  }
  .footerservices .service .title h2{
    font-size: 14px;
  }
  .footerservices .logo_wrapper{
    position: static;
  }
  .footerservices .logo_wrapper .title span{
    font-size: 14px;
    padding: 5px 0;
    margin: 5px 0 0 0;
  }
  .footerservices .logo_inner{
    width: 32.5%;
    height: auto;
    vertical-align: top;
  }
  .footerservices .logo_inner .div_venture{
    margin-bottom: 20px;
  }
  .footerservices .logo_inner .title{
    position: static;
  }
 .footerservices  .logo_inner .comment{
    position: static;
    padding: 10px;
  }
  .footerservices .logo_inner .comment div{
    display: none;
  }

}
@media(min-width:901px){
  .footerservices .service_wrapper{
    justify-content:space-between;
  }
  .footerservices .service .title h2{
    font-size: 17px;
  }
  .footerservices .service:hover .title h2{
    bottom:calc(50% - 20px);
    font-size: 20px;
  }
  .footerservices .logo_wrapper{
    display: flex;
    justify-content: space-between;
    height: 250px;
    width: 100%;
    bottom: 0px;
  }
  .footerservices .logo_wrapper .title{
    position: absolute;
    top:calc(100% - 36px);
    transition:all ease 0.5s;
  }
  .footerservices .logo_wrapper .title span{
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .footerservices .logo_inner{
    height:250px;
  }
  .footerservices .logo_inner.mouseenter .title{
    top: 0px;
  }
  .footerservices .logo_inner.mouseenter .comment{
    top: 55px;
  }
  .footerservices .logo_inner.mouseenter .div_venture{
    top: -300px;
  }
  .footerservices .logo_inner .comment{
    position: absolute;
    top: 108%;
    padding: 0 20px;
  }
  .footerservices .logo_inner .comment div {
      display: block;
  }
  @keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
}