#globalfooter {
  z-index: 10;
}

.backtotop {
  z-index: 10;
}

#contentheader.no-border {
  display:none;
}

#hero {
  width: 100%;
  height: calc(100vh - 120px);
  display: block;
  background-color: #fff;
}

#hero h1 {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-image: url(/RolandComSite/media/jp/jobs/requirement/hero.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all .2s ease;
  z-index: 1;
}

#contentheader {
  background-color: rgba(255,255,255,.95);
  border-top: 1px solid #e6e6e6;
}

#contentheader.lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#contentheader h2 {
  font-weight: 600;
}

#contentheader .localnav {
  float: right;
  height: 50px;
  display: table;
}

#contentheader .localnav li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.5em;
}

#contentheader .localnav li a {
  color: #000000;
  font-weight: 600;
  padding-bottom: .2em;
  border-bottom: 2px solid transparent;
  transition: all .2s ease;
}

#contentheader .localnav li a:hover,
#contentheader .localnav li a.active {
  border-bottom-color: #000;
}

#contentheader .localnav li.entry a {
  color: #0068b6;
}

#contentheader .localnav li.entry a:hover {
  border-bottom-color: #0068b6;
}

#content-container {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.section {
  width: 100%;
  height: 100%;
  display: table;
  padding: 6em 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section1 {
  background-image: url(/RolandComSite/media/jp/jobs/requirement/section1_grad.png);
  background-image: -webkit-linear-gradient(top left, rgba(230,39,255,.95), rgba(28,179,255,.95));
  background-image: -o-linear-gradient(top left, rgba(230,39,255,.95), rgba(28,179,255,.95));
  background-image: linear-gradient(to bottom right, rgba(230,39,255,.95), rgba(28,179,255,.95));
}

.section2 {
  background-color: rgba(255,255,255,.95);
}

.section3 {
  background-image: url(/RolandComSite/media/jp/jobs/requirement/section3_grad.png);
  background-image: -webkit-linear-gradient(top left, rgba(243,103,16,.95), rgba(226,185,35,.95));
  background-image: -o-linear-gradient(top left, rgba(243,103,16,.95), rgba(226,185,35,.95));
  background-image: linear-gradient(to bottom right, rgba(243,103,16,.95), rgba(226,185,35,.95));
}

.section4 {
  background-color: rgba(0,0,0,.85);
}

.section_inner {
  display: table-cell;
  vertical-align: middle;
}

.inner_content {
  max-width: 700px;
  margin: 0 auto;
}

.section_inner h2,
.section_inner p {
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.section_inner h2 {
  max-width: 90%;
  font-size: 3.6rem;
  line-height: 1.4;
}

.section_inner h2 .par-left {
  padding: 0 .5em 0 0;
  vertical-align: super;
}

.section_inner h2 .par-right {
  padding: 0 0 0 .15em;
  vertical-align: sub;
}

.section_inner p {
  font-size: .9rem;
  font-weight: 400;
  line-height: 2.2em;
  padding-top: 3em;
}

.section2 h2,
.section2 p {
  color: #222222;
}

.wtd {
  width: 100%;
  margin-top: 3em;
}

.wtd li {
  width: 33%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

.wtd .wtd_item img {
  width: 100%;
}

.recruitnav {}

.recruitnav li {
  width: 50%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
}

.recruitnav li a {
  display: block;
  padding: 1em 3em;
  border: 2px solid rgba(255,255,255,.9);
  color: #fff;
  background-color: rgba(0,0,0,.1);
  text-decoration: none;
  text-align: center;
  font-size: .8em;
  position: relative;
  transition: all .2s ease;
  line-height: 1;
  margin: 0;
}

.recruitnav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255,255,255,.9);
  border-right: 2px solid rgba(255,255,255,.9);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruitnav li.entry a {
  padding: 0;
}

.recruitnav li.entry a {
  border: none;
  background-color: transparent;
}

.recruitnav li.entry a::after {
  content: none;
}

.recruitnav li.entry img {
  width: 100%;
}

.recruitnav li a:hover {
  background-color: rgba(255,255,255,.1)
}

.recruitnav li.entry a:hover {
  opacity: .8;
  background-color: transparent;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #hero h1 {
      background-size: auto 90%;
  }

  #hero,
  #hero h1 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  #hero h1 {
      background-size: 90% auto;
  }
}

@media screen and (max-width: 767px) {
  #contentheader {
    display: none;
  }
  #hero {
    min-height: 450px;
  }

  #hero h1 {
      background-color: #fff;
  }

  .inner_content {
    width: 90%;
  }

  .section_inner h2 {
    max-width: 95%;
    font-size: 1.2rem;
  }

  .section_inner p {
    max-width: 100%;
    font-size: .7rem;
    text-align: left;
  }

  .section_inner p br.sphide {
    display: none;
  }

  .wtd li {
    width: 50%;
  }

  .recruitnav li {
    width: 100%;
    float: none;
  }
}

.ANDROID #hero h1 {
    height: 100%;
    background-size: cover;
}
