@keyframes lineAnimation {
  0% {
    background-size: 100% 2px;
    background-position: right var(--underlineHoverLinePosition);
  }
  60% {
    background-size: 0 2px;
    background-position: right var(--underlineHoverLinePosition);
  }
  60.1% {
    background-size: 0 2px;
    background-position: left var(--underlineHoverLinePosition);
  }
  100% {
    background-size: 100% 2px;
    background-position: left var(--underlineHoverLinePosition);
  }
}
.button {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .button:hover,
  .button:focus,
  .unit--isAnchor:hover .button {
    background-color: #0C2D27;
    color: #fff;
  }
  .button:hover:before,
  .button:focus:before,
  .unit--isAnchor:hover .button:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 40px);
}
.area--two {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--two .unitOne--1-3 {
  width: calc((100% / 3) - 40px);
}
.area--two .unitTwo {
  width: calc(50% - 40px);
}
.area--two .unitThree {
  width: calc(50% - 40px);
}
.area--two .unitFour {
  width: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .area--two .unitImageGallery .part.pict:nth-child(4n - 3) {
    width: 62.3655914%;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n - 2) {
    width: 47.31182796%;
    align-self: flex-end;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n - 1) {
    width: 47.31182796%;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n) {
    width: 62.3655914%;
    align-self: flex-end;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */