.button {
  background-color: transparent;
  font-size: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  line-height: clamp(2rem, 0vw + 2rem, 2rem);
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 4px 24px 2px;
  appearance: none;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.24s;
  font-weight: 400;
}
.button:hover,
.button:focus {
  background-color: #27306E;
  border-color: #27306E;
  color: #fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  height: var(--headerHeight);
  display: flex;
  align-items: flex-end;
}
.navigation div.sub1 > .item {
  margin-right: 70px;
  position: relative;
  margin-bottom: 13px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub1 > .item:not(.item-empty) > .menu {
  padding-right: 48px;
}
.navigation div.sub1 > .item:not(.item-empty) > .menu:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 8px;
  width: 14px;
  height: 26px;
  background-color: currentColor;
  mask-size: 100% auto;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-down.svg);
  transition: transform 0.24s;
}
.navigation div.sub1 > .item:not(.item-empty):hover {
  margin-bottom: 0;
}
.navigation div.sub1 > .item:not(.item-empty):hover > .menu {
  padding-bottom: 21px;
  border-radius: 6px 6px 0 0;
}
.navigation div.sub1 > .item:not(.item-empty):hover > .menu:after {
  transform: rotate(-180deg);
}
.navigation div.sub1 > .item:hover > .menu {
  background-color: #27306E;
  color: #fff;
}
.navigation div.sub1 > .item > .menu {
  font-size: 16px;
  line-height: 1.625;
  position: relative;
  padding: 8px 24px;
  border-radius: 6px;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu.path {
  background-color: #27306E;
  color: #fff;
}
@media (max-width: 1439px) {
  .navigation div.sub1 > .item {
    margin-right: 36px;
  }
}
.navigation div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 370px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #27306E;
  border-radius: 0 0 6px 6px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 24px;
  display: none;
}
.navigation div.sub2 > .item.init {
  margin-top: 18px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 16px;
}
.navigation div.sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.625;
  white-space: nowrap;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu.path {
  color: #B2B2B2;
}
.navigation div.sub1 > .item:hover div.sub2 {
  display: flex;
}
.area--one .unitOne--1-1 .unit__body {
  width: calc(100% + 28px);
  margin-left: -14px;
}
.area--one .unitOne--1-1 .part {
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}
.area--one .unitOne--1-1 .part--1-2 {
  width: calc(50% - 28px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 28px);
}
.area--two .unitOne--1-4 {
  width: calc(25% - 28px);
}
.area--two .unitThree--2-3 {
  flex-direction: row;
  justify-content: space-between;
  width: calc(((100% / 3) * 2) - 28px);
}
.area--two .unitThree--2-3 .unit__background {
  width: calc(50% - 36px);
  margin-bottom: 0;
}
.area--two .unitThree--2-3 .unit__content {
  flex-grow: 0;
  width: calc(50% - 36px);
}
.area--two .unitThree--1-3 {
  width: calc((100% / 3) - 28px);
}
.area--two .unitFive {
  width: calc((100% / 3) - 28px);
}
.area--two .unitSix .unit__content {
  width: calc(100% - (208px + 262px));
}
.area--two .unitSeven {
  width: calc(25% - 28px);
}
/*# sourceMappingURL=./screen-large.css.map */