.title1 {
  font-size: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  line-height: clamp(2.25rem, 3.93442623vw + 1.32786885rem, 4.5rem);
  font-weight: 400;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.3125rem, 2.29508197vw + 0.77459016rem, 2.625rem);
  line-height: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  font-weight: bold;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1rem, 1.74863388vw + 0.59016393rem, 2rem);
  line-height: clamp(1.5rem, 2.62295082vw + 0.8852459rem, 3rem);
  font-weight: bold;
  color: var(--textColor);
}
.leadText {
  font-size: clamp(1.3125rem, 2.29508197vw + 0.77459016rem, 2.625rem);
  line-height: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  font-weight: 300;
  color: var(--textColor);
}
.mediumText {
  font-size: clamp(0.875rem, 1.09289617vw + 0.61885246rem, 1.5rem);
  line-height: clamp(1.0625rem, 1.42076503vw + 0.7295082rem, 1.875rem);
  color: var(--textColor);
}
.smallText {
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  color: var(--textColor);
}
.button {
  float: left;
  background-color: var(--btnBackground);
  font-size: clamp(0.875rem, 1.53005464vw + 0.51639344rem, 1.75rem);
  line-height: clamp(0.9375rem, 1.63934426vw + 0.55327869rem, 1.875rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 8px 33px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--btnBackgroundHover), var(--btnBackgroundHover));
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnColorHover);
    background-size: 100% 100%;
  }
}
.buttonHover {
  color: var(--btnColorHover);
  background-size: 100% 100%;
}
.textlink {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.textlink:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .textlink {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .textlink:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .textlink:hover,
  .textlink:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .textlink:hover,
  .textlink:focus {
    background-size: calc(100% - 70px);
  }
}
.linkArrow {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.linkArrow:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .linkArrow {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .linkArrow:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .linkArrow:hover,
  .linkArrow:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .linkArrow:hover,
  .linkArrow:focus {
    background-size: calc(100% - 70px);
  }
}
.linkArrow:before {
  mask-image: url(/images/arrow-right.svg);
}
.download {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.download:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .download {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .download:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .download:hover,
  .download:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .download:hover,
  .download:focus {
    background-size: calc(100% - 70px);
  }
}
.download:before {
  mask-image: url(/images/icon-download.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
.togglenavigation {
  top: 85px;
  right: clamp(calc(var(--deskSpace) * 2), calc((100% - var(--deskWidth)) / 2), calc((100% - var(--deskWidth)) / 2));
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  translate: 100% 0;
}
.cb-scroll-triggered--active .togglenavigation {
  opacity: 1;
  pointer-events: all;
  translate: 0 0;
  transition: all 0.4s 0.4s;
}
.navigation div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.navigation div.sub1 > .item > .menu {
  font-size: 28px;
  line-height: 1.14285714;
  text-align: right;
  color: #5f696e;
  background-size: 0 4px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ffc600, #ffc600);
  transition: all 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.sub1 > .item > .menu:hover,
  .navigation div.sub1 > .item > .menu:focus {
    background-size: 100% 4px;
  }
}
.logo--head {
  height: 127px;
}
.cb-scroll-triggered--active .logo--head {
  height: 64px;
}
.logo--foot {
  height: 286px;
  margin-left: var(--fluidSize);
  --fluidSize: clamp(-3.75rem, -9.52380952vw + 7.67857143rem, 0rem);
}
.section--header {
  box-sizing: border-box;
  padding-top: var(--deskSpace);
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
}
.content--head {
  margin-top: 55px;
  margin-bottom: 23px;
}
.cb-scroll-triggered--active .content--head {
  margin-top: 40px;
  margin-bottom: 20px;
}
.navigation {
  float: left;
  display: block;
  height: var(--js-elementHeight);
  opacity: 1;
  overflow: hidden;
  transition: all 0.4s 0.4s;
}
.cb-scroll-triggered--active .navigation {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.section--multimood {
  box-sizing: border-box;
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
}
.teamPopup__content {
  padding: 0 40px 0 60px;
}
.teamPopup__close {
  top: 18px;
  right: 18px;
}
.footarea {
  margin: 27px 0 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 45px 20px;
}
.footpart--one {
  grid-column: span 6;
}
.footpart--two {
  margin-top: 76px;
  grid-column: span 3;
}
.footpart--three {
  margin-top: 76px;
  grid-column: span 3;
}
.footpart--four {
  grid-column: 10 / span 3;
}
.area--one {
  gap: 0 40px;
}
.area--one .unitTwo {
  gap: 0 40px;
}
.area--one .unitThree {
  border-radius: 30px;
  padding: calc(20px - var(--spacePart)) 20px;
}
.area--one .unitFour:before {
  width: calc(100vw - (var(--deskSpace) * 2));
  left: 50%;
  margin-left: calc(-50vw + var(--deskSpace));
}
.area--one .unitFour .unit__background {
  width: calc(100vw - (var(--deskSpace) * 2));
  left: 50%;
  margin-left: calc(-50vw + var(--deskSpace));
}
.area--one .unitFive {
  grid-column: span 4;
}
.area--one .unitFive + .unitFive + .unitFive + .unitFive {
  margin-top: calc(var(--spaceTotal) * -1 + 40px);
}
.area--one .unitFolding + .unitFolding {
  margin-top: calc((var(--spaceTotal) + var(--spacePart)) * -1 + 20px);
}
.area--one .unitFolding div.more {
  padding: 0 40px;
}
.area--one .unitFolding div.more .part:last-child {
  margin-bottom: calc(var(--spacePart) * 2.5);
}
.area--one .unitFolding .fold-toggle {
  padding: 11px 60px 11px 40px;
}
.area--one .unitFolding .fold-toggle:after {
  right: 20px;
}
/*# sourceMappingURL=./screen-large.css.map */