@media screen and (min-width: 901px){
  .mob_navi{ display: none;}
}
@media screen and (max-width: 900px){
  .mob_navi{ 
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .mob_navi a{
    display: block;
    background: url(//scrum.vc/wp-content/themes/scrumventures/img/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;
  }
}



.language{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language ul{
  margin: 0;
  padding: 5px 0;
}
.language li{
  margin: 0px;
  list-style: none;
  float: left;
}
.language li:first-child:after{
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  z-index: 201;
}
.language 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;
}
.language li a:hover{
  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: 70px 50px;
  border-top: 0px solid #FFF;
}
.footercopy .logo{
  width: 450px;
  margin: 0 0 30px;
}
.footercopy .logo img{
  width: 100%;
  height: auto;
}
.footercopy .text{
  width: 60%;
  padding-right: 80px;
  margin-right: 0px;
  float: left;
  border-right: 1px solid #999;
}
.footercopy .contact{
  position: relative;
  width: calc(40% - 0px);
  top: 0px;
  float: right;
  text-align: center;
}
.footercopy .contact div.btn a{
  width: 250px;
  margin-top: 8px;
  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(../images/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(../images/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;
  padding:10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}



.headernavi
{
  display: inline-block;
  margin: 0 0 0 auto;
  float: right;
}
.headernavi ul{
  margin: 0;
  padding: 0;
}
.headernavi ul+ul{
  display: none;
}
.headernavi li{
  margin: 0 10px;
  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;
}
.footer_wrapper .copyright{
  float: left;
  padding: 8px 0 0 8px;
}


.header_wrapper .headernavi li a[href="/ja/blog"]{
  background-color: #0092d5;
  color: #FFF !important;
  padding: 5px 10px;
}
.header_wrapper .headernavi li a[href="/ja/blog"]:after{
  display: none;
}
.header_wrapper .headernavi li a[href="/ja/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{
    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: 1050px) and (min-width: 901px){
  .header_wrapper{
    font-size: 14px;
  }
  .headernavi li{
    margin: 0 5px;
  }
}


@media screen and (max-width: 900px){
  .headerlogo{
    width:220px;
    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;
    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(../img/lang-en.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
  }
  .headernavi li.ja:before{
    content: "";
    display: inline-block;
    background: url(../img/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;
  }
  .footer_wrapper .headernavi li{
    display: inline-block;
  }
  .footer_wrapper .copyright{
    position: absolute;
    float: none;
    bottom: -40px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #0092d5;
    color: #fff;
    padding: 0 20px;
  }
}

