.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.button:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .button {
    padding: 5px 20px;
  }
}
.section--three .subcontent.subcontent--1 {
  width: 376px;
}
.section--three .subcontent.subcontent--2 {
  width: calc(100% - (376px + 32px));
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 32px);
}
.area--one .unit--fold .part--slim {
  width: calc((100% / 3) - 32px);
}
.area--two .unitOne--alignLeft .unit__background {
  transform: translateX(-160px);
}
.area--two .unitOne--alignRight .unit__background {
  transform: translateX(160px);
}
/*# sourceMappingURL=./screen-large.css.map */