.title1 {
  font-size: clamp(2rem, 1.87304891vw + 1.56100416rem, 3.125rem);
  line-height: clamp(2.25rem, 2.70551509vw + 1.6158949rem, 3.875rem);
  color: var(--titleColor);
  font-weight: bold;
}
.title2 {
  font-size: clamp(1.625rem, 0.62434964vw + 1.47866805rem, 2rem);
  line-height: clamp(2rem, 0.41623309vw + 1.90244537rem, 2.25rem);
  color: var(--titleColor);
  font-weight: bold;
}
.lead {
  font-size: clamp(1.25rem, 0.83246618vw + 1.05489074rem, 1.75rem);
  line-height: clamp(1.875rem, 1.24869927vw + 1.58233611rem, 2.625rem);
  font-weight: 300;
  color: var(--textColor);
}
.small {
  font-size: clamp(1.0625rem, 0.10405827vw + 1.03811134rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  letter-spacing: 0.025em;
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.27777778;
  font-family: inherit;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #F19286;
  padding: 7px 17px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #F19286;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #F19286;
}
.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;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  display: flex;
  gap: 63px;
}
div.sub1 > .item > .menu {
  font-size: clamp(1.0625rem, 0.72840791vw + 0.8917794rem, 1.5rem);
  line-height: clamp(1.125rem, 0.72840791vw + 0.9542794rem, 1.5625rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #114762;
  text-decoration: none;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus {
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
}
div.sub1 > .item > .menu.path {
  color: #F19286;
}
@media (max-width: 1400px) {
  div.sub1 {
    gap: 30px;
  }
}
.area--one .unitOne--1-3 {
  grid-column: span 4;
}
.area--one .unitReference {
  grid-column: span 4;
}
/*# sourceMappingURL=./screen-large.css.map */