:root {
  --deskWidth: 1380px;
  --deskSpace: 20px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.21428571;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  padding: 11px 33px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  line-height: 1.13333333;
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #000;
}
.button:active {
  background-color: #000;
}
#home {
  height: 70px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active #home {
  height: 24px;
  padding: 15px;
  border-radius: 40px;
  border: 1px solid #000;
}
.wrapper {
  padding-top: 110px;
}
.section--header {
  padding: 20px;
}
.currentPage {
  font-size: 32px;
  line-height: 1.25;
  border-radius: 40px;
}
.section--intro {
  min-height: 380px;
}
.section--intro:after {
  height: 380px;
}
.introSvg {
  margin-left: 50%;
  width: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -90px;
}
.area--one {
  width: 100%;
}
.area--one > .unit {
  margin-right: 2.63157895%;
  margin-left: 2.63157895%;
  width: 94.73684211%;
}
.area--one .cb-album .body,
.area--one .head,
.area--one .foot,
.area--one .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim {
  width: 44.73684211%;
}
.area--one > .slim .head,
.area--one > .slim .foot,
.area--one > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim .tiny {
  width: 100%;
}
.area--one {
  width: 105.55555556%;
  margin-left: -2.77777778%;
}
/*# sourceMappingURL=screen-medium.css.map */