:root {
  --s-textcolor: #00233D;
  --s-sitecolor: #0D546E;
  --s-sitecolor-02: #99C4FF;
  --s-sitecolor-03: #E8DFD1;
  --s-linkcolor: #00233D;
  --s-linkcolor-hov: #0D546E;
  --s-btn-bgcolor: #0D546E;
  --s-btn-color: #FFFFFF;
  --s-btn-border: #00233D;
  --s-btn-bgcolor-hov: #00233D;
  --s-btn-color-hov: #FFFFFF;
  --s-btn-secondary-color: #00233D;
  --s-pdf-color: #00233D;
  --s-pdf-bgcolor-hov: #00233D;
  --s-pdf-color-hov: #FFFFFF;
  --s-pdf-border: #00233D;
  --s-slider-control-color: #00233D;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  color: var(--s-btn-color);
  line-height: 1.375;
  cursor: pointer;
  padding: 16px 80px 16px 20px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  font-weight: 800;
  width: 240px;
  max-width: 100%;
  text-align: left;
  background: url('/images/icon-arrow-right-white.svg') calc(100% - 20px) 50% / 11px no-repeat,
              linear-gradient(to right, var(--s-btn-color), var(--s-btn-color)) calc(100% - 22px) 50% / 24px 2px no-repeat,
              linear-gradient(to right, var(--s-btn-bgcolor-hov), var(--s-btn-bgcolor-hov)) 0% 50% / 0 100% no-repeat,
              linear-gradient(to right, var(--s-btn-bgcolor), var(--s-btn-bgcolor)) 0% 50% / 100% 100% no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--s-btn-color-hov);
    background: url('/images/icon-arrow-right-white.svg') calc(100% - 20px) 50% / 11px no-repeat,
                linear-gradient(to right, var(--s-btn-color-hov), var(--s-btn-color-hov)) calc(100% - 22px) 50% / 41px 2px no-repeat,
                linear-gradient(to right, var(--s-btn-bgcolor-hov), var(--s-btn-bgcolor-hov)) 0% 50% / 100% 100% no-repeat,
                linear-gradient(to right, var(--s-btn-bgcolor), var(--s-btn-bgcolor)) 0% 50% / 100% 100% no-repeat;
  }
}
.button-pdf {
  color: var(--s-pdf-color);
  line-height: 1.375;
  cursor: pointer;
  padding: 16px 80px 16px 20px;
  border: 1px solid var(--s-pdf-border);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  font-weight: 800;
  width: 240px;
  max-width: 100%;
  text-align: left;
  position: relative;
  background: linear-gradient(to right, var(--s-pdf-bgcolor-hov), var(--s-pdf-bgcolor-hov));
  background-size: 0 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.button-pdf:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 19px;
  transform: translateY(-50%);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-pdf-black.svg);
  background-color: var(--s-pdf-color);
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button-pdf:hover,
  .button-pdf:focus {
    color: var(--s-pdf-color-hov);
    background-size: 100% 100%;
  }
  .button-pdf:hover:before,
  .button-pdf:focus:before {
    background-color: var(--s-pdf-color-hov);
  }
}
.footarea {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.footpart {
  margin-left: 20px;
  margin-right: 20px;
}
.footpart--one {
  width: calc(100% / 1320 * 105);
  margin-right: auto;
}
.footpart--two {
  width: calc(100% / 1320 * 280);
  margin-left: 40px;
}
.footpart--three {
  width: calc(100% / 1320 * 280);
}
.footpart--four {
  width: calc(100% / 1320 * 280);
}
.area--one {
  width: 103.125%;
  margin-left: -1.5625%;
}
.area--one .unit {
  width: 96.96969697%;
  margin-left: 1.51515152%;
  margin-right: 1.51515152%;
}
.area--one .unitOne--1-1 .unit__body {
  width: 103.125%;
  margin-left: -1.51515152%;
}
.area--one .unitOne--1-1 .part {
  width: 96.96969697%;
  margin-left: 1.51515152%;
  margin-right: 1.51515152%;
}
.area--one .unitOne--1-1 .part.part--slim {
  width: 46.96969697%;
}
.area--one .unitOne--1-2 {
  width: 46.96969697%;
}
.area--one .unitOne--1-3 {
  width: 30.3030303%;
}
.area--one .unitOne--1-4 {
  width: 21.96969697%;
}
.area--one .unit--form,
.area--one .unitTwo {
  min-height: calc(var(--js-elementHeight) + 20px);
}
.area--one .unit--form .unit__content,
.area--one .unitTwo .unit__content {
  padding: 0 0 0 51.5625%;
  box-sizing: border-box;
}
.area--one .unit--form .part:first-child,
.area--one .unitTwo .part:first-child {
  position: absolute;
  left: 0;
  width: 40.625%;
}
.area--one .unitThree .unit__body {
  padding: 0 0 0 51.5625%;
  box-sizing: border-box;
}
.area--one .unit--slider:first-child {
  margin-top: calc((var(--spaceTotal) * -1.5) + var(--spaceUnit));
}
.area--one .unit--slider:last-child {
  margin-bottom: calc((var(--spaceTotal) * -1.5) + var(--spaceUnit));
}
/*# sourceMappingURL=./screen-large.css.map */