@charset "UTF-8";

.desktop input:hover,
.desktop label:hover,
.desktop button:hover,
.desktop option:hover,
.desktop select:hover {
  cursor: pointer;
}

.container {
  padding: 0;
}

.mainTitle {
  font-family: "ars-maquette-web", sans-serif;
  letter-spacing: -0.8px;
  font-size: 2.222em;
  line-height: 45px;
}

.subTitle {
  letter-spacing: -0.5px;
  font-size: 1.556em;
  line-height: 1.142857142857143;
}

.linkBtn {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 1.5em;
  font-size: 13px;
  border-radius: 5px;
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
  background-repeat: no-repeat;
  -webkit-background-size: auto 13px;
          background-size: auto 13px;
  background-position: 24px 19px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .linkBtn:hover {
  background-color: #3a4763;
  border-color: #3a4763;
}

.linkBtn.wn {
  background: transparent;
  color: #3a4763;
  border: 1px solid #3a4763;
}

.linkBtn.wn.w {
  background: #fff;
}

.desktop .linkBtn.wn:hover {
  background: #3a4763;
  color: #fff;
}

.desktop .linkBtn.def:hover {
  background-color: #3a4763;
  border: 1px solid #3a4763;
}

.linkBtn-svg-poly {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pager li {
  font-size: 0;
  display: inline-block;
  margin: 0 7px;
}

.pager-button {
  padding: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: #d3d6db;
  border-radius: 50% 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  outline: none;
}

.pager-button.active,
.pager-button:hover {
  background: #3a4763;
}

.pager-button span {
  display: none;
}

.learnMore {
  color: #58bfc3;
  text-decoration: none;
  font-weight: 600;
}

.learnMore:hover {
  color: #3a4763;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
}

.parallax-section {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.parallax-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.parallax-image {
  max-width: none;
}

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

  .container{
    padding: 0;
  }

  .mainTitle{
    font-size: 1.75em;
    line-height: 34px;
    letter-spacing: -0.5px;
  }

  .subTitle{
    font-size: 1.625em;
    line-height: 1.153846153846154;
  }

  .linkBtn{
    background-position: 24px 16px;
    height: 46px;
    line-height: 46px;
  }

  .linkBtn.def{
    border-color: #3a4763;
    color: #3a4763;
  }

  .desktop .linkBtn.def:hover{
    border-color: #3a4763;
    color: #fff;
  }

  .linkBtn.def .linkBtn-svg-poly{
    stroke: #3a4763;
  }

  .linkBtn.def:hover .linkBtn-svg-poly{
    stroke: #fff;
  }
}

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

  .mainTitle{
    font-size: 1.6em;
    line-height: 30px;
  }

  .subTitle{
    font-size: 1.467em;
    line-height: 1.181818181818182;
  }
}