.title1 {
  font-size: clamp(2.625rem, 5.3038674vw + 1.38190608rem, 5.625rem);
  line-height: clamp(2.875rem, 5.96685083vw + 1.47651934rem, 6.25rem);
  font-weight: 500;
  color: #000;
}
.title2 {
  font-size: clamp(1.5625rem, 1.87845304vw + 1.12223757rem, 2.625rem);
  line-height: clamp(2.125rem, 1.7679558vw + 1.71063536rem, 3.125rem);
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.title3 {
  font-size: clamp(1.5625rem, 1.87845304vw + 1.12223757rem, 2.625rem);
  line-height: clamp(2.125rem, 1.7679558vw + 1.71063536rem, 3.125rem);
  font-weight: 400;
  color: #000;
}
.loud {
  font-size: clamp(1.25rem, 1.32596685vw + 0.93922652rem, 2rem);
  line-height: clamp(1.875rem, 0.8839779vw + 1.66781768rem, 2.375rem);
  font-weight: 400;
  color: #000;
}
.button {
  background-color: #000;
  font-size: clamp(1.125rem, 0.77348066vw + 0.94371547rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.32596685vw + 1.06422652rem, 2.125rem);
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 8px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.container--detailInfos {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.detailInfos__content {
  grid-column: span 6;
}
.detailInfos__image {
  grid-column: span 6;
}
.area--one {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.area--one .unitTwo {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.area--one .unitTwo .unit__background {
  grid-row: 1;
  grid-column: 7 / span 6;
}
.area--one .unitTwo .unit__content {
  grid-row: 1;
  grid-column: 1 / span 6;
}
.area--one .unitTwo .part.text:first-child {
  width: calc((100% + var(--unitTwoAdditionalGap)) * 2);
}
.area--one .unitPartnerLogos .unit__body {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.area--one .unitPartnerLogos .part--1-2 {
  grid-column: span 6;
}
.area--one .unitPartnerLogos .part--1-4 {
  grid-column: span 3;
}
/*# sourceMappingURL=./screen-medium.css.map */