@charset "utf-8";

.mv_cont.en {
  background: url('/assets/img/top/bg_mv_en.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding-top: 56%;
  position: relative;
}

.mv_cap.en {
  position: absolute;
  top: 65%;
  left: auto;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #FFF;
}

.mv_cap.en p {
  text-align: right;
}

.products_box p {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
}

.company_en_txt {
  max-width: 1000px;
  width: 90%;
  margin: 20px auto;
  font-size: 1.6rem;
  line-height: 1.8;
}

.access_box.en .access_left {
  width: 40%;
}

.access_box.en .access_right {
  width: 55%;
}

.access_en_txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

.access_en_txt span:first-child {
  width: 35%;
}

.access_en_txt span:last-child {
  width: 60%;
}

.partners_area {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
}

.partners_box {
  margin-bottom: 10px;
}

.partners_left {
  width: 39%;
  color: #FFF;
  padding: 10px;
  background: #14146E;
  font-size: 1.8rem;
}

.partners_right {
  font-size: 1.8rem;
  background: #FFF;
  padding: 10px;
  width: 60%;
  margin-left: 1%;
}

.foot_nav.en ul li {
  border: none;
}

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

  .company_en_txt {
    font-size: 1.4rem;
  }

  .access_box.en .access_left {
    font-size: 1.4rem;
    width: 100%;
  }

  .access_box.en .access_right {
    font-size: 1.4rem;
    width: 100%;
  }

  .partners_left {
    font-size: 1.4rem;
    width: 100%;
  }

  .partners_right {
    font-size: 1.4rem;
    width: 100%;
  }

  .access_en_txt {
    font-size: 1.4rem;
  }

}
