.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  color: #FFF;
  border: 2px solid var(--site-clr);
  background-color: var(--site-clr);
  line-height: 1.35294118;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 36px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .button {
    font-size: 23px;
    padding: 3px 30px;
    line-height: 1.30434783;
  }
}
.button:hover,
.button:focus {
  color: var(--site-clr);
  background-color: #FFF;
}
.column {
  float: left;
  position: relative;
  width: calc(50% - 20px);
}
.footarea {
  width: 106.09756098%;
  margin-left: -2.87356322%;
  display: flex;
  flex-wrap: wrap;
}
.footpart {
  margin-left: 2.87356322%;
  margin-right: 2.87356322%;
}
.footpart.footpart--slim {
  width: 44.25287356%;
}
.wrapper {
  font-size: 24px;
  line-height: 1.41666667;
}
h1 {
  font-size: 80px;
  line-height: 1.125;
}
.cb-layout1 h1 {
  font-size: 40px;
  line-height: 1.25;
}
h2 {
  font-size: clamp(45px, 4vw, 70px);
  line-height: clamp(48px, 5vw, 80px);
}
h3 {
  font-size: 40px;
  line-height: 1.25;
}
p.loud {
  font-size: 30px;
  line-height: 1.33333333;
}
.section--two .area {
  display: flex;
  flex-wrap: wrap;
}
.section--two .area .unit .part {
  float: right;
  width: 57.92682927%;
}
.section--two .area .unit .part.pict.tall:first-child {
  width: 32.31707317%;
  float: left;
}
.section--three .area .unit .part {
  float: right;
  width: 51.2195122%;
}
.section--three .area .unit .part.text.tall:first-child {
  width: 48.7804878%;
  float: left;
}
.section--four .unit {
  padding: 25px 3.04878049%;
}
.section--four .unit .part {
  float: left;
  width: 52.25609756%;
}
.section--four .unit .part.pict.tall:first-child {
  width: 36.58536585%;
  float: right;
}
/*# sourceMappingURL=./screen-medium.css.map */