@charset "UTF-8";
/*******************************************************************************

  グローバルリセット

*******************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara:700);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html{
  line-height: 1;
}

ol,ul{
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th,td{
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,blockquote{
  quotes: none;
}
q:before,q:after,blockquote:before,blockquote:after{
  content: "";
  content: none;
}

a img{
  border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  display: block;
}

.nav-hamburger,.policy-section,.feature-inner,.wp-section,.send-btn{
  *zoom: 1;
}
.nav-hamburger:after,.policy-section:after,.feature-inner:after,.wp-section:after,.send-btn:after{
  content: "";
  display: table;
  clear: both;
}

/*******************************************************************************

  基本スタイル

*******************************************************************************/
html,body{
  width: 100%;
  height: 100%;
}

body{
  font-size: 12px;
  font-size: .75rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.7;
  color: #666;
}

a{
  color: #666;
  font-weight: 700;
}

img{
  max-width: 100%;
}

.hero{
  width: 100%;
  height: 100%;
  background: url(../images/hero-portrait.jpg) 0 0/cover no-repeat;
  position: relative;
}

.title{
  color: #362d2e;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85.483%;
}

.title-logo{
  width: 28.301%;
  margin: 0 auto;
}

.title-name{
  font-family: "Hind Vadodara", sans-serif;
  text-shadow: 0 0 6px #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 3.773%;
}

.title-tagline{
  font-weight: 700;
  text-shadow: 0 0 6px #fff;
  width: 94.339%;
  margin: 0 auto 3.773%;
  font-size: 16px;
  font-size: 1rem;
}

.title-txt{
  text-shadow: 0 0 6px #fff;
}

#ticker{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
#ticker .ticker-logo{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#ticker.scrolled{
  background: #fff;
     -moz-animation: tickerOn .5s;
  -webkit-animation: tickerOn .5s;
          animation: tickerOn .5s;
}
#ticker.scrolled .ticker-logo{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: tickerLogoOn .5s;
  -webkit-animation: tickerLogoOn .5s;
          animation: tickerLogoOn .5s;
}

.nav-hamburger a{
  display: block;
  background: url(../images/hamburger-b.png) 0 0/contain no-repeat;
  margin: 2.8% 0 2.536%;
  padding: 0 0 0 8.64%;
  color: #362d2e;
  text-decoration: none;
  font-weight: 700;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  width: 16.129%;
  float: right;
}

.ticker-logo{
  width: 11.29%;
  margin: 2.536% 0 2.536% 3.629%;
  padding: 0 0 0 8.64%;
  float: left;
  background: url(../images/logo.png) 0 0/contain no-repeat;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
}

.ticker.scrolled{
  background: #fff;
}
.ticker.scrolled .ticker-logo{
  display: block;
}

.navigation{
  display: none;
  position: absolute;
  background: rgba(92, 88, 86, .8);
  right: 5%;
  width: 43.467%;
}
.navigation li{
  padding: 0 3.71%;
}
.navigation li a{
  color: #fff;
  text-decoration: none;
  padding: 10.204% 0 10.204% 10.204%;
  display: block;
  border-bottom: 1px solid #fff;
  background: url(../images/nav-arrow.png) 0 center/5px no-repeat;
}
.navigation li:last-of-type > a{
  border-bottom: 0;
}

.navigation:after{
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: rgba(92, 88, 86, .8);
  border-width: 10px;
  margin-left: -10px;
}

.scroll-arrow{
  width: 7.258%;
  margin: 0 auto;
  position: absolute;
  top: 94%;
  left: 0;
  right: 0;
     -moz-animation: arrowMoving 1s infinite alternate;
  -webkit-animation: arrowMoving 1s infinite alternate;
          animation: arrowMoving 1s infinite alternate;
}

#policy{
  overflow: hidden;
}

.policy-section{
  position: relative;
  margin-bottom: 9.677%;
}

.iphone-and-mouse{
  position: absolute;
     -moz-animation: iphoneSlideOut .5s;
  -webkit-animation: iphoneSlideOut .5s;
          animation: iphoneSlideOut .5s;
  left: -40%;
  width: 33.87%;
  margin-right: 9.5%;
}
.iphone-and-mouse.scrolled{
     -moz-animation: iphoneSlideIn .5s;
  -webkit-animation: iphoneSlideIn .5s;
          animation: iphoneSlideIn .5s;
  left: 0;
}

.accessibility-txt{
  float: left;
  width: 55.403%;
  padding: 7.016% 0 0 43.37%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut .5s;
  -webkit-animation: textFadeOut .5s;
          animation: textFadeOut .5s;
}
.accessibility-txt.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn .5s;
  -webkit-animation: textFadeIn .5s;
          animation: textFadeIn .5s;
}
.accessibility-txt p{
  margin-bottom: 7.258%;
}
.accessibility-txt p:last-of-type{
  margin-bottom: 2.915%;
}

.policy-section-head,.wp-section-head,.contact-section-head{
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  margin-bottom: 4.838%;
}

.high-resolusion{
  width: 100%;
  overflow: hidden;
}

.high-resolusion-txt{
  float: left;
  margin: 0 0 0 7.258%;
  width: 55.645%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut .5s;
  -webkit-animation: textFadeOut .5s;
          animation: textFadeOut .5s;
}
.high-resolusion-txt.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn .5s;
  -webkit-animation: textFadeIn .5s;
          animation: textFadeIn .5s;
}
.high-resolusion-txt p{
  margin-bottom: 7.258%;
}
.high-resolusion-txt p:last-of-type{
  margin-bottom: 2.915%;
}

.imac{
  position: absolute;
  width: 32.258%;
  left: 100%;
     -moz-animation: imacSlideOut .5s;
  -webkit-animation: imacSlideOut .5s;
          animation: imacSlideOut .5s;
}
.imac.scrolled{
  left: 70%;
     -moz-animation: imacSlideIn .5s;
  -webkit-animation: imacSlideIn .5s;
          animation: imacSlideIn .5s;
}

.seo{
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.seo-txt{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut 1s;
  -webkit-animation: textFadeOut 1s;
          animation: textFadeOut 1s;
  padding-bottom: 16.129%;
}
.seo-txt.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn 1s;
  -webkit-animation: textFadeIn 1s;
          animation: textFadeIn 1s;
}
.seo-txt h3{
  text-align: center;
}
.seo-txt p{
  text-align: center;
  width: 85.483%;
  margin: 0 auto;
}
.seo-txt p:last-of-type{
  margin-bottom: 2.915%;
}

.safari{
  position: absolute;
  top: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: safariSlideOut 1s;
  -webkit-animation: safariSlideOut 1s;
          animation: safariSlideOut 1s;
}
.safari.scrolled{
  top: 80%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: safariSlideIn 1s;
  -webkit-animation: safariSlideIn 1s;
          animation: safariSlideIn 1s;
}
.safari img{
  width: 100%;
}

.feature{
  background: #ff4848;
  color: #fff;
  padding: 4.838% 0;
}

.feature-section{
  width: 85.483%;
  margin: 0 auto;
  text-align: center;
}
.feature-section p{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut 1s;
  -webkit-animation: textFadeOut 1s;
          animation: textFadeOut 1s;
}
.feature-section p.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn 1s;
  -webkit-animation: textFadeIn 1s;
          animation: textFadeIn 1s;
}

.arrangement{
  margin-bottom: 5.555%;
  padding-bottom: 7.87%;
  border-bottom: 1px solid #fff;
}

.feature-section-head{
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  margin-bottom: 5.555%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut 1s;
  -webkit-animation: textFadeOut 1s;
          animation: textFadeOut 1s;
}
.feature-section-head.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn 1s;
  -webkit-animation: textFadeIn 1s;
          animation: textFadeIn 1s;
}

.arrangement-head{
  background: url(../images/osaka.png) 0 0/contain no-repeat;
  padding: 2.777% 0 2.777% 24.222%;
}

.outsourcing-head{
  background: url(../images/shakehand.png) 0 0/contain no-repeat;
  padding: 5.555% 0 6.944% 24.222%;
}

.wp-section{
  position: relative;
  overflow: hidden;
  padding: 6.854% 0;
}

.wp-logo{
  width: 36.29%;
  position: absolute;
  top: 35%;
  left: -37%;
     -moz-animation: wpSlideOut .5s;
  -webkit-animation: wpSlideOut .5s;
          animation: wpSlideOut .5s;
}
.wp-logo.scrolled{
  left: 7.258%;
     -moz-animation: wpSlideIn .5s;
  -webkit-animation: wpSlideIn .5s;
          animation: wpSlideIn .5s;
}

.wp-txt{
  padding: 0 0 0 50.806%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
     -moz-animation: textFadeOut .5s;
  -webkit-animation: textFadeOut .5s;
          animation: textFadeOut .5s;
}
.wp-txt.scrolled{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
     -moz-animation: textFadeIn .5s;
  -webkit-animation: textFadeIn .5s;
          animation: textFadeIn .5s;
}

.contact{
  background: #f0f0f0;
}

.contact-section{
  width: 85.483%;
  margin: 0 auto;
  padding: 6.854% 0;
}

.contact-txt{
  text-align: center;
}

.contact-section-head{
  text-align: center;
}

.attention{
  padding: 5.66% 0;
}
.attention strong{
  color: #ff3030;
  font-weight: 700;
}

.contact-form-input{
  border: 3px solid #666;
  margin-bottom: 5.555%;
}
.contact-form-input li{
  border-bottom: 1px solid #666;
}
.contact-form-input li label{
  display: block;
  font-size: 8px;
  font-size: .5rem;
  padding: 1.886% 0 0 2.83%;
}
.contact-form-input li label.radio-label{
  display: inline-block;
  padding: 0;
  width: 34.9%;
}
.contact-form-input li input[type="text"],.contact-form-input li input[type="email"]{
  background: transparent;
  border: 0;
  width: 94%;
  margin: 0 3%;
  font-size: 16px;
  font-size: 1rem;
  color: #666;
}
.contact-form-input li fieldset{
  padding: 0 6.132% .943%;
}
.contact-form-input li textarea{
  width: 96.5%;
  height: 8em;
  margin: 0 .943%;
  background: transparent;
  border: none;
  color: #666;
}
.contact-form-input li:last-of-type{
  border-bottom: 0;
}
.contact-form-input li span.wpcf7-list-item{
  margin-left: .5em;
  display: inline-block;
  width: 15%;
}

.privacy-policy{
  border: 1px solid #666;
  padding: 2.777%;
  height: 20em;
  overflow-y: scroll;
  margin-bottom: 2.777%;
}
.privacy-policy h4{
  font-weight: 700;
  margin-bottom: 2.777%;
}
.privacy-policy p{
  margin-bottom: 2.777%;
}

.policy-agree{
  text-align: center;
  margin-bottom: 2.777%;
}

.send-btn{
  width: 62.314%;
  margin: 0 auto;
}
.send-btn li{
  float: left;
  width: 44.575%;
}
.send-btn li + li{
  margin-left: 10.252%;
}

input[type="submit"]{
  border: 2px solid #666;
  background: transparent;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #666;
  width: 100%;
  padding: 10% 0;
}
input[type="submit"]:active{
  background: #666;
  color: #f0f0f0;
}

input[type="reset"]{
  border: 1px solid #666;
  background: transparent;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #666;
  width: 100%;
  padding: 10% 0;
}
input[type="reset"]:active{
  background: #666;
  color: #f0f0f0;
}

.footer{
  background: #333;
  color: #f0f0f0;
  text-align: center;
  padding: 5.859% 0;
}

@media screen and (min-width: 415px) and (orientation: landscape){
  .hero{
    background: url(../images/hero-landscape.jpg) 0 0/cover no-repeat;
  }

  .title{
    color: #fff;
    width: 49.295%;
  }

  .title-logo{
    width: 35%;
  }

  .title-name{
    text-shadow: 0 0 6px #000;
  }

  .title-tagline{
    text-shadow: 0 0 6px #000;
  }

  .title-txt{
    text-shadow: 0 0 6px #000;
  }

  .scroll-arrow{
    width: 4.076%;
  }

  .ticker .nav-hamburger a{
    background: url(../images/hamburger-w.png) 0 0/contain no-repeat;
    margin: 2.8% 1.736% 2.536% 0;
    padding: 0 0 0 5.819%;
    color: #fff;
    width: 9.291%;
  }
  .ticker.scrolled .nav-hamburger a{
    background: url(../images/hamburger-b.png) 0 0/contain no-repeat;
    color: #362d2e;
  }

  .ticker-logo{
    padding: 0 0 0 4.981%;
    margin: 2.536% 0 2.536% 1.736%;
  }

  .policy-section{
    margin-bottom: 2.717%;
  }

  .policy-section-head,.wp-section-head,.contact-section-head{
    font-size: 15px;
    font-size: .9375rem;
  }

  .accessibility-txt{
    padding: 9.057% 0 9.057% 27.173%;
    width: 67.934%;
  }

  .iphone-and-mouse{
    width: 22.644%;
  }

  .imac{
    width: 24.456%;
    left: 100%;
       -moz-animation: imacSlideOutLS .5s;
    -webkit-animation: imacSlideOutLS .5s;
            animation: imacSlideOutLS .5s;
  }
  .imac.scrolled{
    left: 76%;
       -moz-animation: imacSlideInLS .5s;
    -webkit-animation: imacSlideInLS .5s;
            animation: imacSlideInLS .5s;
  }

  .high-resolusion-txt{
    padding: 9.057% 0;
  }

  .seo{
    margin-bottom: 0;
  }

  .seo-txt{
    padding-bottom: 21.129%;
  }

  .safari{
    top: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: safariSlideOutLS 1s;
    -webkit-animation: safariSlideOutLS 1s;
            animation: safariSlideOutLS 1s;
  }
  .safari.scrolled{
    top: 61%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: safariSlideInLS 1s;
    -webkit-animation: safariSlideInLS 1s;
            animation: safariSlideInLS 1s;
  }

  .wp-txt{
    padding: 10% 0 10% 50.806%;
  }
}
@media screen and (min-width: 737px) and (orientation: landscape){
  body{
    font-size: 16px;
    font-size: 1rem;
  }

  .title{
    width: 48.958%;
  }

  .title-logo{
    width: 22.695%;
  }

  .title-name{
    font-size: 60px;
    font-size: 3.75rem;
  }

  .title-tagline{
    font-size: 29px;
    font-size: 1.8125rem;
  }

  .title-txt{
    font-size: 18px;
    font-size: 1.125rem;
  }

  .ticker.scrolled{
       -moz-box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 3px;
            box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 3px;
  }
  .ticker.scrolled .navigation li a{
    color: #666;
    text-shadow: 0 0 0 #000;
  }
  .ticker.scrolled .navigation li a:hover{
    border-bottom: 3px solid #ff4848;
  }

  .nav-hamburger{
    display: none;
  }

  .navigation{
    display: block;
    position: static;
    background: none;
    right: auto;
    width: auto;
    text-align: center;
  }
  .navigation li{
    padding: 1.388% 0;
    display: inline-block;
    margin-right: 5.381%;
  }
  .navigation li a{
    color: #fff;
    text-decoration: none;
    padding: 0;
    display: inline;
    padding-bottom: 1.388%;
    border-bottom: 0;
    background: none;
    font-size: 18px;
    font-size: 1.125rem;
    text-shadow: 0 0 6px #000;
  }
  .navigation li a:hover{
    border-bottom: 3px solid #fff;
  }
  .navigation li:last-of-type{
    margin-right: 0;
  }
  .navigation li:last-of-type > a{
    border-bottom: 0;
  }
  .navigation li:last-of-type > a:hover{
    border-bottom: 3px solid #fff;
  }

  .ticker-logo{
    position: absolute;
    margin: 1.562% 0 1.562% 2.083%;
    padding: 0 0 0 3.298%;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .scroll-arrow{
    width: 3.125%;
  }

  .policy-section-head,.wp-section-head,.contact-section-head{
    font-size: 26px;
    font-size: 1.625rem;
  }

  .accessibility{
    margin-bottom: 4.201%;
  }

  .iphone-and-mouse{
    width: 21.875%;
  }

  .accessibility-txt{
    padding: 17.013% 6.25% 17.013% 28.819%;
  }

  .high-resolusion-txt{
    padding: 13.541% 28.819% 13.541% 6.25%;
    margin: 0;
  }

  .imac{
    width: 20.833%;
    left: 100%;
       -moz-animation: imacSlideOutPC .5s;
    -webkit-animation: imacSlideOutPC .5s;
            animation: imacSlideOutPC .5s;
  }
  .imac.scrolled{
    left: 80%;
       -moz-animation: imacSlideInPC .5s;
    -webkit-animation: imacSlideInPC .5s;
            animation: imacSlideInPC .5s;
  }

  .seo-txt{
    padding-bottom: 16.493%;
  }

  .safari{
    top: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: safariSlideOutPC 1s;
    -webkit-animation: safariSlideOutPC 1s;
            animation: safariSlideOutPC 1s;
  }
  .safari.scrolled{
    top: 45%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: safariSlideInPC 1s;
    -webkit-animation: safariSlideInPC 1s;
            animation: safariSlideInPC 1s;
  }

  .feature{
    background: #ff4848;
    color: #fff;
    padding: 4.838% 0;
  }

  .feature-inner{
    width: 87.5%;
    margin: 0 auto;
  }

  .feature-section{
    margin: 0 auto;
    text-align: left;
  }
  .feature-section p{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: textFadeOut 1s;
    -webkit-animation: textFadeOut 1s;
            animation: textFadeOut 1s;
  }
  .feature-section p.scrolled{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: textFadeIn 1s;
    -webkit-animation: textFadeIn 1s;
            animation: textFadeIn 1s;
  }

  .arrangement{
    width: 45.135%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    float: left;
    padding: 0 4.365% 0 0;
    border-right: 1px solid #fff;
  }

  .outsourcing{
    width: 47.12%;
    float: left;
    margin-left: 2.38%;
  }

  .feature-section-head{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    margin-bottom: 5.555%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: textFadeOut 1s;
    -webkit-animation: textFadeOut 1s;
            animation: textFadeOut 1s;
  }
  .feature-section-head.scrolled{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: textFadeIn 1s;
    -webkit-animation: textFadeIn 1s;
            animation: textFadeIn 1s;
  }

  .arrangement-head{
    background: url(../images/osaka.png) 0 0/contain no-repeat;
    padding: 2.777% 0 2.777% 22.222%;
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .outsourcing-head{
    background: url(../images/shakehand.png) 0 0/contain no-repeat;
    padding: 5.555% 0 6.944% 22.222%;
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .arrangement-txt,.outsourcing-txt{
    padding: 0 0 0 22.222%;
  }

  .wp-logo{
    width: 29.166%;
  }

  .wp-txt{
    padding: 9.027% 6.25% 9.027% 42.708%;
  }

  .contact-section{
    padding: 4.365% 0;
  }

  .contact-section-head{
    margin-bottom: 3.174%;
  }

  .attention{
    padding: 2.38% 0;
  }

  .contact-form-input li{
    box-sizing: border-box;
  }
  .contact-form-input li label{
    padding: .833% 0 0 .833%;
  }
  .contact-form-input li input[type="text"],.contact-form-input li input[type="email"]{
    font-size: 24px;
    font-size: 1.5rem;
  }
  .contact-form-input li.last-name{
    float: left;
    width: 50%;
    border-right: 1px solid #666;
  }
  .contact-form-input li.first-name{
    float: left;
    width: 50%;
  }
  .contact-form-input li.email{
    clear: both;
  }
  .contact-form-input li textarea{
    height: 20em;
  }

  .send-btn{
    width: 26.587%;
  }
  .send-btn li{
    width: 46.761%;
    float: left;
  }
  .send-btn li input[type="submit"],.send-btn li input[type="reset"]{
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10% 0;
  }
  .send-btn li + li{
    margin-left: 6.478%;
  }
  .send-btn li input[type="reset"]{
    border: 1px solid #666;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait){
  .iphone-and-mouse{
    width: 21.87%;
  }

  .accessibility-txt{
    width: 65.403%;
    padding: 10.016% 0 10.016% 30.37%;
  }

  .high-resolusion-txt{
    margin: 20% 0 20% 7.258%;
  }

  .safari{
    top: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: safariSlideOutPDP 1s;
    -webkit-animation: safariSlideOutPDP 1s;
            animation: safariSlideOutPDP 1s;
  }
  .safari.scrolled{
    top: 52%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: safariSlideInPDP 1s;
    -webkit-animation: safariSlideInPDP 1s;
            animation: safariSlideInPDP 1s;
  }

  .wp-logo{
    top: 23%;
  }

  .wp-txt{
    padding: 0 5% 0 50.806%;
  }

  .feature-section{
    margin: 0 auto;
    text-align: left;
  }
  .feature-section p{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: textFadeOut 1s;
    -webkit-animation: textFadeOut 1s;
            animation: textFadeOut 1s;
  }
  .feature-section p.scrolled{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: textFadeIn 1s;
    -webkit-animation: textFadeIn 1s;
            animation: textFadeIn 1s;
  }

  .arrangement{
    width: 45.135%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    float: left;
    padding: 0 4.365% 0 0;
    border-right: 1px solid #fff;
  }

  .outsourcing{
    width: 47.12%;
    float: left;
    margin-left: 2.38%;
  }

  .feature-inner{
    width: 90.5%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape){
  .safari{
    top: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
       -moz-animation: safariSlideOutPD 1s;
    -webkit-animation: safariSlideOutPD 1s;
            animation: safariSlideOutPD 1s;
  }
  .safari.scrolled{
    top: 55%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
       -moz-animation: safariSlideInPD 1s;
    -webkit-animation: safariSlideInPD 1s;
            animation: safariSlideInPD 1s;
  }

  .arrangement-head{
    padding: 2.777% 0 2.777% 28.222%;
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .outsourcing-head{
    padding: 5.555% 0 6.944% 28.222%;
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .arrangement-txt,.outsourcing-txt{
    padding: 0 0 0 28.222%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape){
  body{
    font-size: 20px;
    font-size: 1.25rem;
  }

  .title-txt{
    font-size: 22px;
    font-size: 1.375rem;
  }

  .high-resolusion-txt{
    padding: 9.541% 28.819% 13.541% 6.25%;
  }

  .outsourcing-head{
    padding: 5.555% 0 3.944% 22.222%;
  }

  .contact-form-input li label{
    font-size: 16px;
    font-size: 1rem;
  }
  .contact-form-input li input[type="text"],.contact-form-input li input[type="email"]{
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@-moz-keyframes tickerOn{
  from{
    background: transparent;
  }
  to{
    background: #fff;
  }
}
@-webkit-keyframes tickerOn{
  from{
    background: transparent;
  }
  to{
    background: #fff;
  }
}
@keyframes tickerOn{
  from{
    background: transparent;
  }
  to{
    background: #fff;
  }
}
@-moz-keyframes tickerLogoOn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes tickerLogoOn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes tickerLogoOn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-moz-keyframes arrowMoving{
  from{
    top: 94%;
    opacity: .3;
  }
  to{
    top: 95%;
    opacity: .5;
  }
}
@-webkit-keyframes arrowMoving{
  from{
    top: 94%;
    opacity: .3;
  }
  to{
    top: 95%;
    opacity: .5;
  }
}
@keyframes arrowMoving{
  from{
    top: 94%;
    opacity: .3;
  }
  to{
    top: 95%;
    opacity: .5;
  }
}
@-moz-keyframes iphoneSlideOut{
  from{
    left: 0;
  }
  to{
    left: -40%;
  }
}
@-webkit-keyframes iphoneSlideOut{
  from{
    left: 0;
  }
  to{
    left: -40%;
  }
}
@keyframes iphoneSlideOut{
  from{
    left: 0;
  }
  to{
    left: -40%;
  }
}
@-moz-keyframes iphoneSlideIn{
  from{
    left: -40%;
  }
  to{
    left: 0;
  }
}
@-webkit-keyframes iphoneSlideIn{
  from{
    left: -40%;
  }
  to{
    left: 0;
  }
}
@keyframes iphoneSlideIn{
  from{
    left: -40%;
  }
  to{
    left: 0;
  }
}
@-moz-keyframes textFadeOut{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes textFadeOut{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@keyframes textFadeOut{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-moz-keyframes textFadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes textFadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes textFadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-moz-keyframes imacSlideOut{
  from{
    left: 70%;
  }
  to{
    left: 100%;
  }
}
@-webkit-keyframes imacSlideOut{
  from{
    left: 70%;
  }
  to{
    left: 100%;
  }
}
@keyframes imacSlideOut{
  from{
    left: 70%;
  }
  to{
    left: 100%;
  }
}
@-moz-keyframes imacSlideIn{
  from{
    left: 100%;
  }
  to{
    left: 70%;
  }
}
@-webkit-keyframes imacSlideIn{
  from{
    left: 100%;
  }
  to{
    left: 70%;
  }
}
@keyframes imacSlideIn{
  from{
    left: 100%;
  }
  to{
    left: 70%;
  }
}
@-moz-keyframes imacSlideOutLS{
  from{
    left: 76%;
  }
  to{
    left: 100%;
  }
}
@-webkit-keyframes imacSlideOutLS{
  from{
    left: 76%;
  }
  to{
    left: 100%;
  }
}
@keyframes imacSlideOutLS{
  from{
    left: 76%;
  }
  to{
    left: 100%;
  }
}
@-moz-keyframes imacSlideInLS{
  from{
    left: 100%;
  }
  to{
    left: 76%;
  }
}
@-webkit-keyframes imacSlideInLS{
  from{
    left: 100%;
  }
  to{
    left: 76%;
  }
}
@keyframes imacSlideInLS{
  from{
    left: 100%;
  }
  to{
    left: 76%;
  }
}
@-moz-keyframes imacSlideOutPC{
  from{
    left: 80%;
  }
  to{
    left: 100%;
  }
}
@-webkit-keyframes imacSlideOutPC{
  from{
    left: 80%;
  }
  to{
    left: 100%;
  }
}
@keyframes imacSlideOutPC{
  from{
    left: 80%;
  }
  to{
    left: 100%;
  }
}
@-moz-keyframes imacSlideInPC{
  from{
    left: 100%;
  }
  to{
    left: 80%;
  }
}
@-webkit-keyframes imacSlideInPC{
  from{
    left: 100%;
  }
  to{
    left: 80%;
  }
}
@keyframes imacSlideInPC{
  from{
    left: 100%;
  }
  to{
    left: 80%;
  }
}
@-moz-keyframes safariSlideOut{
  from{
    top: 80%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes safariSlideOut{
  from{
    top: 80%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@keyframes safariSlideOut{
  from{
    top: 80%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-moz-keyframes safariSlideIn{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 80%;
    opacity: 1;
  }
}
@-webkit-keyframes safariSlideIn{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 80%;
    opacity: 1;
  }
}
@keyframes safariSlideIn{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 80%;
    opacity: 1;
  }
}
@-moz-keyframes safariSlideOutLS{
  from{
    top: 61%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes safariSlideOutLS{
  from{
    top: 61%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@keyframes safariSlideOutLS{
  from{
    top: 61%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-moz-keyframes safariSlideInLS{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 61%;
    opacity: 1;
  }
}
@-webkit-keyframes safariSlideInLS{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 61%;
    opacity: 1;
  }
}
@keyframes safariSlideInLS{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 61%;
    opacity: 1;
  }
}
@-moz-keyframes safariSlideOutPC{
  from{
    top: 45%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes safariSlideOutPC{
  from{
    top: 45%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@keyframes safariSlideOutPC{
  from{
    top: 45%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-moz-keyframes safariSlideInPC{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 45%;
    opacity: 1;
  }
}
@-webkit-keyframes safariSlideInPC{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 45%;
    opacity: 1;
  }
}
@keyframes safariSlideInPC{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 45%;
    opacity: 1;
  }
}
@-moz-keyframes safariSlideOutPD{
  from{
    top: 55%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes safariSlideOutPD{
  from{
    top: 55%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@keyframes safariSlideOutPD{
  from{
    top: 55%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-moz-keyframes safariSlideInPD{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 55%;
    opacity: 1;
  }
}
@-webkit-keyframes safariSlideInPD{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 55%;
    opacity: 1;
  }
}
@keyframes safariSlideInPD{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 55%;
    opacity: 1;
  }
}
@-moz-keyframes safariSlideOutPDP{
  from{
    top: 52%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes safariSlideOutPDP{
  from{
    top: 52%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@keyframes safariSlideOutPDP{
  from{
    top: 52%;
    opacity: 1;
  }
  to{
    top: 100%;
    opacity: 0;
  }
}
@-moz-keyframes safariSlideInPDP{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 52%;
    opacity: 1;
  }
}
@-webkit-keyframes safariSlideInPDP{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 52%;
    opacity: 1;
  }
}
@keyframes safariSlideInPDP{
  from{
    top: 100%;
    opacity: 0;
  }
  to{
    top: 52%;
    opacity: 1;
  }
}
@-moz-keyframes wpSlideOut{
  from{
    left: 7.258%;
    opacity: 1;
  }
  to{
    left: -37%;
    opacity: 0;
  }
}
@-webkit-keyframes wpSlideOut{
  from{
    left: 7.258%;
    opacity: 1;
  }
  to{
    left: -37%;
    opacity: 0;
  }
}
@keyframes wpSlideOut{
  from{
    left: 7.258%;
    opacity: 1;
  }
  to{
    left: -37%;
    opacity: 0;
  }
}
@-moz-keyframes wpSlideIn{
  from{
    left: -37%;
    opacity: 0;
  }
  to{
    left: 7.258%;
    opacity: 1;
  }
}
@-webkit-keyframes wpSlideIn{
  from{
    left: -37%;
    opacity: 0;
  }
  to{
    left: 7.258%;
    opacity: 1;
  }
}
@keyframes wpSlideIn{
  from{
    left: -37%;
    opacity: 0;
  }
  to{
    left: 7.258%;
    opacity: 1;
  }
}