.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  cursor: pointer;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  padding-left: 62px;
  padding-right: 10px;
  background-size: 36px 14px;
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  transition: all 0.3s;
  position: relative;
}
.button:hover,
.button:focus {
  background-position: 20px 8px;
  padding-left: 72px;
  padding-right: 0;
}
.area--six .unit .button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-bottom: 26px;
  background-position: 50% 100%;
}
.area--six .unit:hover .button {
  background-position: 60% 100%;
}
@media (max-width: 1279px) {
  .button {
    background-position: 10px 6px;
  }
  .button:hover,
  .button:focus {
    background-position: 20px 6px;
  }
}
.area--one .unit .part {
  margin-left: 60px;
  margin-right: 60px;
  max-width: calc(100% - 120px);
}
.area--two .unitTwo .part {
  width: calc(100% - 370px);
}
.area--two .unitTwo .part.tiny:first-child {
  width: 330px;
}
.area--three .unit {
  padding-right: calc(50% - 330px);
}
.area--three .unit:nth-child(2n) {
  padding-left: calc(50% - 330px);
}
.area--four {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.area--four .unit {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
}
.area--four .unitOne--1-2 {
  width: calc(50% - 60px);
}
/*# sourceMappingURL=./screen-large.css.map */