:root {
  --s-textcolor: #000000;
  --s-sitecolor: #4200FF;
  --s-linkcolor: #000000;
  --s-linkcolor-hov: #4200FF;
  --s-btn-border: #000000;
  --s-btn-bg: #FFF;
  --s-btn-txt: #000000;
  --s-btnarrow-txt: #4200FF;
  --s-btn-border-hov: #000000;
  --s-btn-bg-hov: #000000;
  --s-btn-txt-hov: #FFF;
  --s-btn-arrow: url(/images/btn-arrow-blue.svg);
  --s-btn-arrow-hov: url(/images/btn-arrow-long-blue.svg);
  --s-slider-prev: url('/images/arrow-left-black.svg');
  --s-slider-next: url('/images/arrow-right-black.svg');
  --s-icon-link: url('/images/icon-link-blue.svg');
}
:root .stoerer {
  --s-btn-border: var(--s-sitecolor);
  --s-btn-bg: var(--s-sitecolor);
  --s-btn-txt: #fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .button:active,
  .button:hover,
  .button:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.button.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, -1.827rem + 4.81vw, 2.5rem);
}
div.sub1 > .item.exit > .menu {
  --s-btn-border-hov: #4200FF;
  --s-btn-bg-hov: #000000;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
}
@media (hover: hover) and (pointer: fine) {
  div.sub1 > .item.exit > .menu:active,
  div.sub1 > .item.exit > .menu:hover,
  div.sub1 > .item.exit > .menu:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
div.sub1 > .item.exit > .menu.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
div.sub1 > .item.exit > .menu.path {
  --s-btn-bg: #4200FF;
  --s-btn-bg-hov: #4200FF;
}
div.sub1 > .item:not(.exit) > .menu {
  --s-linkcolor: #000000;
  --s-linkcolor-hov: #000000;
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
  line-height: 1.63636364;
  position: relative;
  padding: 0 8px 0 8px;
  box-sizing: border-box;
}
div.sub1 > .item:not(.exit) > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 5px;
  background-color: var(--s-sitecolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  div.sub1 > .item:not(.exit) > .menu:hover:after,
  div.sub1 > .item:not(.exit) > .menu:focus:after {
    width: 100%;
  }
}
div.sub1 > .item:not(.exit) > .menu.path:after {
  width: 100%;
}
.footarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footpart.footpart--slim {
  width: 32.54573171%;
}
.footpart.footpart--half {
  width: 50%;
}
.footpart.footpart--wide {
  width: 67.45426829%;
}
.footpart__columns {
  width: 102.44200244%;
  margin-left: -1.19189511%;
}
.footpart__columns .columns {
  width: 97.61620977%;
  margin-left: 1.19189511%;
  margin-right: 1.19189511%;
}
.footpart__columns .columns.columns__column--wide {
  width: 53.51609058%;
}
.footpart__columns .columns.columns__column--slim {
  width: 41.71632896%;
}
.area--one {
  width: 102.93577982%;
  margin-left: -1.46788991%;
}
.area--one .unit {
  width: 97.14795009%;
  margin-left: 1.46788991%;
  margin-right: 1.46788991%;
}
.area--one .unit {
  width: 97.14795009%;
  margin-left: 1.42602496%;
  margin-right: 1.42602496%;
}
.area--one .unitOne--1-1 .unit__body {
  width: 102.93577982%;
  margin-left: -1.42602496%;
}
.area--one .unitOne--1-1 .part {
  margin-left: 1.42602496%;
  margin-right: 1.42602496%;
  width: 97.14795009%;
}
.area--one .unitOne--1-1 .part--slim {
  width: 47.14795009%;
}
.area--one .unitOne--1-2 {
  width: 47.14795009%;
}
.area--one .unitTwo {
  isolation: isolate;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
}
.area--one .unitTwo .unit__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  padding-right: 9.89304813%;
  box-sizing: border-box;
}
.area--one .unitTwo .unit__background .unit__backgroundImage {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTwo .unit__content {
  padding-left: 56.95187166%;
  box-sizing: border-box;
}
.area--one .unitTwo .unit__content .part.link .open {
  float: right;
  margin-right: -24px;
}
.area--one .unit--form .unit__body {
  width: 102.93577982%;
  margin-left: -1.42602496%;
}
.area--one .unit--form .part {
  margin-left: 1.42602496%;
  margin-right: 1.42602496%;
  width: 97.14795009%;
}
.area--one .unit--form .part--slim {
  width: 47.14795009%;
}
.area--one .unit--form .part--1-4 {
  width: 22.10338681%;
}
/*# sourceMappingURL=./screen-large.css.map */