﻿h1.module_heading {
  color: #ffffff;
}
.careersIndex__float {
  position: fixed;
  top: 155px;
  right: -12.42rem;
  z-index: 5;
  transition: all .3s linear 0s;
}
.careersIndex__float.show{
  right: 0;
}
.careersIndex__box {
  box-sizing: border-box;
  width: 12.42rem;
  padding: 0 20px;
  background-color: #000000;
}
.careersIndex__box__items {
  width: 100%;
}
.careersIndex__box__items:nth-child(1) {
  border-bottom: solid 2px #ffffff;
}
.careersIndex__box__items a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.142rem;
  text-align: center;
  padding: 30px;
}
.careersIndex__box__items a:hover {
  opacity: 0.7;
}
.careersIndex__box__items:nth-child(1) a {
  background: url(../images/careers_img02_jp.png) no-repeat left center;
  background-size: 8.714rem auto;
}
.careersIndex__box__items:nth-child(2) a {
  background: url(../images/careers_img01_jp.png) no-repeat left center;
  background-size: 8.714rem auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
  .careersIndex__float {
    position: fixed;
    top: 71px;
  }
  .careersIndex__box {
    width: 10.4rem;
    padding: 0 18px;
  }
  .careersIndex__box__items a {
    padding: 24px;
  }
  .careersIndex__box__items:nth-child(1) a {
    background-size: 7.466rem auto;
  }
  .careersIndex__box__items:nth-child(2) a {
    background-size: 7.466rem auto;
  }
}