.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 22px;
  line-height: 1.63636364;
  cursor: pointer;
  color: #EB220F;
  -webkit-appearance: none;
  border-radius: 1000000px;
  text-align: left;
  text-decoration: none;
  border: 2px solid #EB220F;
  padding: 15px 50px 15px 96px;
  box-sizing: border-box;
  min-width: 480px;
  position: relative;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  aspect-ratio: 1;
  height: calc(100% - 12px);
  border-radius: 10000px;
  background-color: #EB220F;
  background-size: 10px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-white.svg);
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .area--four .unitTwo.unit--isAnchor:hover .button,
  .button:hover {
    background-color: #EB220F;
    color: #fff;
  }
  .area--four .unitTwo.unit--isAnchor:hover .button:before,
  .button:hover:before {
    left: 24px;
  }
}
@media (max-width: 1279px) {
  .button {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px 10px 50px;
  }
  .button:before {
    background-size: 8px 16px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#home {
  transition: all 0.4s;
}
.cb-scroll-triggered--active #home {
  height: 50px;
}
.logoWrapper {
  transition: all 0.4s;
}
.cb-scroll-triggered--active .logoWrapper {
  margin-top: 20px;
  margin-bottom: 6px;
}
.section--three .subcontent.subcontent--1 {
  margin-left: 78px;
  max-width: calc(100% - 448px);
}
.section--three .subcontent.subcontent--2 {
  width: 290px;
}
.area--two {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--two .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--two .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--four {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--four .unit {
  margin-left: 15px;
  margin-right: 15px;
}
.area--four .unitOne--1-1 {
  width: calc(100% - 30px);
}
.area--four .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--four .unitTwo {
  width: calc(50% - 30px);
}
/*# sourceMappingURL=./screen-large.css.map */