.button {
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:hover,
.button:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .button {
  background-image: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--one .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--six .content {
  float: right;
  width: calc(50% - 15px);
  max-width: 452px;
}
.section--one .subcontent {
  width: calc(50% - 15px);
}
.section--one .subcontent.subcontent--2 {
  max-width: 452px;
}
.area--two .unitFour--1-4 {
  width: calc(25% - 30px);
}
.area--two .unitFive .unit__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.area--two .unitFive .unit__body {
  width: calc(50% - 15px);
  max-width: 452px;
  margin-top: var(--contentOffset);
}
.area--two .unitFive .part--text:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 15px);
}
.area--two .unitSeven {
  width: calc((100% / 3) - 30px);
}
/*# sourceMappingURL=./screen-large.css.map */