.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #CC0000;
  line-height: 1.44444444;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 8px 40px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.area--one {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--one .unitOne--2-3 {
  width: calc(((100% / 3) * 2) - 30px);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--one .unitTwo {
  width: calc(50% - 30px);
}
.area--one .unitThree .unit__background {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: calc((((100% - 60px) / 3) * 2) + 30px);
  overflow: hidden;
}
.area--one .unitThree .unit__background * {
  height: 100%;
}
.area--one .unitThree .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .unit__background .unit__backgroundImage {
  transition: all 0.24s;
}
.area--one .unitThree .unit__content {
  position: relative;
  z-index: 2;
  width: calc(50% - 15px);
}
.area--one .unitThree .unit__body {
  margin-top: var(--altVerticalSpaceSmall);
  margin-bottom: var(--altVerticalSpaceSmall);
  padding-top: calc(var(--altVerticalSpaceSmall) - var(--spacePart));
  padding-bottom: calc(var(--altVerticalSpaceSmall) - var(--spacePart));
}
.area--one .unitThree.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
}
.area--one .unitOne--imageAlignRight .unit__background {
  right: 0;
}
.area--one .unitOne--imageAlignRight .unit__body {
  padding-right: var(--altVerticalSpaceSmall);
}
.area--one .unitOne--imageAlignLeft .unit__background {
  left: 0;
}
.area--one .unitOne--imageAlignLeft .unit__content {
  float: right;
}
.area--one .unitOne--imageAlignLeft .unit__body {
  padding-left: var(--altVerticalSpaceSmall);
}
.area--one .unitFour {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area--one .unitFour .unit__background {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}
.area--one .unitFour .unit__background .unit__backgroundImage {
  object-position: left center;
}
.area--one .unitFour .unit__content {
  width: calc(100% - 230px);
}
.area--one .unit--imageGallery .unit__body {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit--imageGallery .part {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--one .unit--imageGallery .part--1-2 {
  width: calc(50% - 30px);
}
.area--one .unit--imageGallery .part--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--one .unit--form {
  width: calc(((100% / 3) * 2) - 30px);
}
/*# sourceMappingURL=./screen-medium.css.map */