.button {
  background-color: transparent;
  font-size: clamp(0.875rem, 0.152207vw + 0.83789954rem, 1rem);
  line-height: clamp(1.125rem, 0.152207vw + 1.08789954rem, 1.25rem);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 30px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1C6C98;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #1C6C98;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1C6C98, #1C6C98);
  transition: all 0.24s;
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--multimood .subcontent.subcontent--1 {
  width: 448px;
}
.section--multimood .subcontent.subcontent--2 {
  width: calc(100% - (448px + 40px));
}
.section--one .subcontent.subcontent--1 {
  width: 976px;
  max-width: calc(100% - (316px + 40px));
}
.section--one .subcontent.subcontent--2 {
  width: 316px;
}
.section--four .subcontent.subcontent--1 {
  width: calc(75% - 20px);
}
.section--four .subcontent.subcontent--2 {
  width: calc(25% - 20px);
}
.area--two .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--two .unitOne--1-3 {
  width: calc((100% / 3) - 40px);
}
.area--two .unitOne--2-3 {
  width: calc(((100% / 3) * 2) - 40px);
}
.area--two .unit--form {
  width: calc(50% - 40px);
}
.area--fourA .unitTwo {
  width: calc((100% / 3) - 40px);
}
.area--five .unitTwo {
  width: calc((100% / 3) - 40px);
}
.area--six .unitTwo {
  width: calc(25% - 40px);
}
.area .unit--fold .unit__background {
  order: 2;
}
.area .unit--fold .unit__content {
  order: 1;
}
.area .unit--fold div.more {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area .unit--fold div.more .part {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
.area .unit--fold div.more .part--1-2 {
  width: calc(50% - 40px);
}
/*# sourceMappingURL=./screen-large.css.map */