/* Recruit styles */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:placeholder-shown {
  color: rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes _a_fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
}
@keyframes _a_fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
}
@-webkit-keyframes _a_fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
}
@keyframes _a_fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}
.ic.icHome,
.ic.icRss,
.ic.icLinkWhite,
.ic.icLinkGray,
.ic.icLinkBlue,
.ic.icLinkDownGray,
.ic.icLinkDownBlue,
.ic.icBlankGray,
.ic.icBlankWhite,
.ic.icBlankBlue,
.ic.icDownloadWhite,
.ic.icDownloadBlue,
.ic.icCloseWhite,
.ic.icCloseModalWhite,
.ic.icCloseModalGray,
.ic.icCloseGray,
.ic.icCloseModalBlue,
.ic.icSearchGray,
.ic.icSearchWhite,
.ic.icAccordion,
.ic.icArrowBlue,
.ic.icArrowWhite,
.ic.icAnchorBlue,
.ic.icPdf,
.ic.icXls,
.ic.icZip,
.ic.icPlayWhite,
.ic.icPlayBlue,
.ic.icBtnSns,
.ic.icBtnTwitter,
.ic.icBtnFacebook,
.ic.icBtnLinkedin,
.ic.icBtnGoogle,
.ic.icTreeWhite,
.siteHeader #gNav .btnSearch .active .ic,
.breadcrumbArea li:before,
.megaMenu .menuWrap .localMenu .parentItem .ic,
.megaMenu .spNavigator .mainMenu .ic,
.article .button.buttonWhite a:hover .icBlankBlue,
.modalSection .button.buttonWhite a:hover .icBlankBlue,
.article .button.buttonWhite a:hover .icDownloadBlue,
.modalSection .button.buttonWhite a:hover .icDownloadBlue,
.playButton a:hover .ic,
.fixBtn .backToTop .ic {
  background: url("https://recruit-holdings.com/assets/img/common/icon.svg") no-repeat;
}
body {
  width: 100%;
}
body,
div,
pre,
p,
blockquote,
em,
strong,
form,
fieldset,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
em {
  font-style: normal;
}
select,
option,
input {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
th {
  font-weight: normal;
}
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
caption,
th {
  text-align: left;
}
img {
  border: 0;
  vertical-align: baseline;
}
hr,
legend {
  display: none;
}
ul,
ol {
  list-style: none;
}
label {
  cursor: pointer;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}
@font-face {
  font-family: NeoSansStd-Bold;
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_0_0.eot");
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_0_0.eot?#iefix") format('embedded-opentype'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_0_0.woff") format('woff'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_0_0.ttf") format('truetype');
}
@font-face {
  font-family: NeoSansStd-Medium;
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_1_0.eot");
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_1_0.eot?#iefix") format('embedded-opentype'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_1_0.woff") format('woff'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_1_0.ttf") format('truetype');
}
@font-face {
  font-family: NeoSansStd-Regular;
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_2_0.eot");
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_2_0.eot?#iefix") format('embedded-opentype'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_2_0.woff") format('woff'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_2_0.ttf") format('truetype');
}
@font-face {
  font-family: NeoSansStd-Light;
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_3_0.eot");
  src: url("https://recruit-holdings.com/assets/webfonts/2AF6D2_3_0.eot?#iefix") format('embedded-opentype'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_3_0.woff") format('woff'), url("https://recruit-holdings.com/assets/webfonts/2AF6D2_3_0.ttf") format('truetype');
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
iframe {
  vertical-align: top;
  max-width: 100%;
  min-height: auto;
}
#content {
  display: block;
}
.mapWrap {
  padding-top: 100%;
  position: relative;
  width: 100%;
  height: 0;
}
.mapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article {
  margin: 0 auto;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .article {
    margin-top: 10px;
  }
}
.article .isTopNoMargin {
  margin-top: -40px;
}
@media all and (max-width: 991px) {
  .article .isTopNoMargin {
    margin-top: -10px;
  }
}
.bgGray {
  background: #f3f5fa;
}
.bgBlue {
  background: -webkit-linear-gradient(top left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to bottom right, #0065bd, #0e8bd1);
}
.isLoadVisible.default,
.isScrollVisible.default {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.isLoadVisible.default.active,
.isScrollVisible.default.active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.modContainer {
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 1200px) {
  .modContainer {
    width: 1200px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modContainer {
    width: 992px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modContainer {
    width: 768px;
  }
}
.modContainer b {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
}
.modFullSection {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 1200px) {
  .modFullSection {
    width: 1140px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modFullSection {
    width: 940px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modFullSection {
    width: 720px;
  }
}
.modSection {
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .modSection {
    max-width: 66.666667%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modSection {
    margin-left: 8.333333%;
    max-width: 83.333333%;
  }
}
@media all and (max-width: 767px) {
  .modSection {
    padding: 0;
  }
}
.js-overflow {
  overflow-x: auto;
}
.js-overflow .js-overflow-inner {
  display: table;
  min-width: 100%;
}
.js-overflow.isOverflow {
  -webkit-overflow-scrolling: touch;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right / 15px 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right / 15px 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right / 15px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.js-overflow.isOverflow .js-overflow-inner {
  background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff 20px) 0 0px 100%, -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 20px) right / 30px 100%;
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), #fff 20px) 0 0px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), #fff 20px) right / 30px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
}
html {
  font-size: 14px;
}
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #516570;
}
.modTitle1 {
  font-family: "NeoSansStd-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 3.42857143rem;
  line-height: 1.2;
}
.modTitle2 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 2.57142857rem;
  line-height: 1.2;
}
.modTitle3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}
.modTitle3.modTitle3Border {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
}
.modTitle4 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.42857143rem;
  line-height: 1.3;
}
.modText,
.modList {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.28571429rem;
  line-height: 1.55;
}
.modNewsTitle {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.71428571rem;
  line-height: 1.2;
}
.modTitleCaption {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.71428571rem;
  line-height: 1.3;
  max-width: 950px;
}
.modLead {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}
.modSH {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.57142857rem;
  line-height: 1.3;
}
.modSmallText {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.14285714rem;
  line-height: 1.55;
}
.modAnnotation {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modTextLeft {
  text-align: left;
}
.modTextRight {
  text-align: right;
}
.modTextCenter {
  text-align: center;
}
.js-moreText {
  position: relative;
}
.js-moreText .readMore {
  text-align: right;
  display: block;
}
.js-moreText .readMore .ic {
  margin-left: 5px;
  top: -1px;
  width: 8px;
  height: 8px;
}
@media all and (min-width: 1200px) {
  .modXlTextLeft {
    text-align: left;
  }
  .modXlTextRight {
    text-align: right;
  }
  .modXlTextCenter {
    text-align: center;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modLgTextLeft {
    text-align: left;
  }
  .modLgTextRight {
    text-align: right;
  }
  .modLgTextCenter {
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modMdTextLeft {
    text-align: left;
  }
  .modMdTextRight {
    text-align: right;
  }
  .modMdTextCenter {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .modSmTextLeft {
    text-align: left;
  }
  .modSmTextRight {
    text-align: right;
  }
  .modSmTextCenter {
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .modTitle1 {
    font-size: 2.85714286rem;
  }
  .modNewsTitle {
    font-size: 2.28571429rem;
  }
  .modTitle2 {
    font-size: 2.14285714rem;
  }
  .modTitle3 {
    font-size: 1.85714286rem;
  }
}
.modTitle1 strong {
  color: #0e8bd1;
  display: inline-block;
}
.backgroundcliptext .modTitle1 strong {
  background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
  background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
  background: linear-gradient(to bottom right, #0065bd, #37b1de);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modTitle2 {
  border-bottom: 2px solid #37b1de;
}
.modTitle2.noBorder {
  border-bottom: 0;
  padding-bottom: 0;
}
.modTitle3.modTitle3Border {
  padding-left: 0.67em;
  border-left: 2px solid #37b1de;
}
.modList {
  padding-left: 1em;
}
.modList.noPadding {
  padding-left: 0;
}
.modList li {
  position: relative;
  padding-left: 1em;
}
.modList li::before {
  display: block;
  position: absolute;
  left: 0;
}
.modList.listTypeDisc > li::before {
  content: '\30FB';
}
.modList.listTypeDecimal > li {
  counter-increment: li;
}
.modList.listTypeDecimal > li::before {
  content: counter(li) '.';
}
.modList.listTypeN {
  padding-left: 0;
}
.modList.listTypeN > li {
  position: relative;
  padding-left: 2em;
}
.modList.listTypeN > li em {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  text-align: right;
}
.modList.listTypeN2 {
  padding-left: 0;
}
.modList.listTypeN2 > li {
  position: relative;
  padding-left: 2.4em;
}
.modList.listTypeN2 > li em {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  text-align: right;
}
.modImg {
  line-height: 0;
}
.modMtS {
  margin-top: 20px;
}
.modMtM {
  margin-top: 40px;
}
.modMtL {
  margin-top: 60px;
}
.modTitle1:first-child,
.modTitle2:first-child,
.modTitle3:first-child,
.modTitle4:first-child,
.modSH:first-child,
.modText:first-child,
.modSmallText:first-child,
.modTitleCaption:first-child,
.modImg:first-child,
.modAnnotation:first-child,
.modList:first-child,
.modItem:first-child {
  margin-top: 0;
}
@media all and (min-width: 992px) {
  .modTitle1 {
    margin-top: 50px;
  }
  .modTitle1 + .modTitle2,
  .modTitle1 + .modTitle3,
  .modTitle1 + .modTitle4,
  .modTitle1 + .modSH,
  .modTitle1 + .modText,
  .modTitle1 + .modSmallText,
  .modTitle1 + .modTitleCaption,
  .modTitle1 + .modItem,
  .modTitle1 + .button {
    margin-top: 30px;
  }
  .modTitle1 + .modSmargin {
    margin-top: 10px;
  }
  .modTitle2 {
    margin-top: 76px;
    padding-bottom: 10px;
  }
  .modTitle2.noBorder + .modTitle2 {
    margin-top: 16px;
  }
  .modTitle2 + .modTitle3 {
    margin-top: 52px;
  }
  .modTitle2 + .modTitle4 {
    margin-top: 33px;
  }
  .modTitle2 + .modSH,
  .modTitle2 + .modText {
    margin-top: 21px;
  }
  .modTitle2 + .modSmallText {
    margin-top: 22px;
  }
  .modTitle2 + .modItem {
    margin-top: 30px;
  }
  .modTitle2 + .modTitleCaption {
    margin-top: 30px;
  }
  .modTitle2 + .button {
    margin-top: 30px;
  }
  .modTitle2 + .modSmargin {
    margin-top: 10px;
  }
  .modTitle3 {
    margin-top: 56px;
  }
  .modTitle3.modTitle3Border {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .modTitle3 + .modTitle4 {
    margin-top: 33px;
  }
  .modTitle3 + .modSH,
  .modTitle3 + .modText {
    margin-top: 21px;
  }
  .modTitle3 + .modSmallText {
    margin-top: 22px;
  }
  .modTitle3 + .modItem {
    margin-top: 30px;
  }
  .modTitle3 + .modTitleCaption {
    margin-top: 30px;
  }
  .modTitle3 + .button {
    margin-top: 30px;
  }
  .modTitle3 + .modSmargin {
    margin-top: 10px;
  }
  .modTitle4 {
    margin-top: 37px;
  }
  .modTitle4 + .modSH,
  .modTitle4 + .modText {
    margin-top: 22px;
  }
  .modTitle4 + .modSmallText {
    margin-top: 23px;
  }
  .modTitle4 + .modItem {
    margin-top: 30px;
  }
  .modTitle4 + .button {
    margin-top: 30px;
  }
  .modTitle4 + .modSmargin {
    margin-top: 10px;
  }
  .modSH,
  .modText {
    margin-top: 35px;
  }
  .modSH + .button,
  .modText + .button {
    margin-top: 30px;
  }
  .modSH + .modSmargin,
  .modText + .modSmargin {
    margin-top: 10px;
  }
  .modSmallText {
    margin-top: 36px;
  }
  .modSmallText + .button {
    margin-top: 30px;
  }
  .modSmallText + .modSmargin {
    margin-top: 10px;
  }
  .modAnnotation {
    margin-top: 26px;
  }
  .modAnnotation + .button {
    margin-top: 30px;
  }
  .modAnnotation + .modSmargin {
    margin-top: 10px;
  }
  .modList {
    margin-top: 20px;
  }
  .modList + .button {
    margin-top: 30px;
  }
  .modList + .modSmargin {
    margin-top: 10px;
  }
  .modList li {
    margin-top: 20px;
  }
  .modList li:first-child {
    margin-top: 0;
  }
  .modTitleCaption {
    margin-top: 6px;
  }
  .modItem,
  .modImg {
    margin-top: 40px;
  }
  .modItem + .modAnnotation,
  .modImg + .modAnnotation {
    margin-top: 8px;
  }
  .modItem + .button,
  .modImg + .button {
    margin-top: 30px;
  }
  .modItem + .modSmargin,
  .modImg + .modSmargin {
    margin-top: 10px;
  }
  .modLmargin {
    margin-top: 60px;
  }
  .modMmargin {
    margin-top: 30px;
  }
  .modSmargin {
    margin-top: 10px;
  }
}
@media all and (max-width: 991px) {
  .modTitle1 {
    margin-top: 50px;
  }
  .modTitle1 + .modTitle2,
  .modTitle1 + .modTitle3,
  .modTitle1 + .modTitle4,
  .modTitle1 + .modSH,
  .modTitle1 + .modText,
  .modTitle1 + .modSmallText,
  .modTitle1 + .modTitleCaption,
  .modTitle1 + .modItem,
  .modTitle1 + .button {
    margin-top: 30px;
  }
  .modTitle1 + .modSmargin {
    margin-top: 20px;
  }
  .modTitle2 {
    margin-top: 77px;
    padding-bottom: 11px;
  }
  .modTitle2.noBorder + .modTitle2 {
    margin-top: 17px;
  }
  .modTitle2 + .modTitle3 {
    margin-top: 53px;
  }
  .modTitle2 + .modTitle4 {
    margin-top: 34px;
  }
  .modTitle2 + .modSH,
  .modTitle2 + .modText {
    margin-top: 22px;
  }
  .modTitle2 + .modSmallText {
    margin-top: 23px;
  }
  .modTitle2 + .modItem {
    margin-top: 30px;
  }
  .modTitle2 + .modTitleCaption {
    margin-top: 10px;
  }
  .modTitle2 + .button {
    margin-top: 30px;
  }
  .modTitle2 + .modSmargin {
    margin-top: 20px;
  }
  .modTitle3 {
    margin-top: 76px;
  }
  .modTitle3.modTitle3Border {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .modTitle3 + .modTitle4 {
    margin-top: 32px;
  }
  .modTitle3 + .modSH,
  .modTitle3 + .modText {
    margin-top: 21px;
  }
  .modTitle3 + .modSmallText {
    margin-top: 22px;
  }
  .modTitle3 + .modItem {
    margin-top: 30px;
  }
  .modTitle3 + .modTitleCaption {
    margin-top: 10px;
  }
  .modTitle3 + .button {
    margin-top: 30px;
  }
  .modTitle3 + .modSmargin {
    margin-top: 20px;
  }
  .modTitle4 {
    margin-top: 36px;
  }
  .modTitle4 + .modSH,
  .modTitle4 + .modText {
    margin-top: 11px;
  }
  .modTitle4 + .modSmallText {
    margin-top: 12px;
  }
  .modTitle4 + .modItem {
    margin-top: 20px;
  }
  .modTitle4 + .modSmargin {
    margin-top: 20px;
  }
  .modTitleCaption {
    margin-top: 6px;
  }
  .modTitleCaption.modText {
    margin-top: 25px;
  }
  .modTitleCaption + .button {
    margin-top: 30px;
  }
  .modTitleCaption + .modSmargin {
    margin-top: 20px;
  }
  .modSH,
  .modText {
    margin-top: 25px;
  }
  .modSH + .modTitle3,
  .modText + .modTitle3 {
    margin-top: 60px;
  }
  .modSH + .button,
  .modText + .button {
    margin-top: 40px;
  }
  .modSH + .modSmargin,
  .modText + .modSmargin {
    margin-top: 20px;
  }
  .modSmallText {
    margin-top: 26px;
  }
  .modSmallText + .modTitle3 {
    margin-top: 60px;
  }
  .modSmallText + .button {
    margin-top: 30px;
  }
  .modSmallText + .modSmargin {
    margin-top: 20px;
  }
  .modAnnotation {
    margin-top: 26px;
  }
  .modAnnotation + .button {
    margin-top: 30px;
  }
  .modAnnotation + .modSmargin {
    margin-top: 20px;
  }
  .modList {
    margin-top: 20px;
  }
  .modList + .button {
    margin-top: 30px;
  }
  .modList li {
    margin-top: 20px;
  }
  .modList li:first-child {
    margin-top: 0;
  }
  .modItem,
  .modImg {
    margin-top: 30px;
  }
  .modItem + .button,
  .modImg + .button {
    margin-top: 30px;
  }
  .modItem + .modAnnotation,
  .modImg + .modAnnotation {
    margin-top: 8px;
  }
  .modItem + .modSmargin,
  .modImg + .modSmargin {
    margin-top: 20px;
  }
  .modLmargin {
    margin-top: 60px;
  }
  .modMmargin {
    margin-top: 40px;
  }
  .modSmargin {
    margin-top: 20px;
  }
}
.ic {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ic.icHome {
  background-position: 100% 0;
  width: 18px;
  height: 17px;
}
.ic.icRss {
  background-position: 99.24242424% 44.95412844%;
  width: 17px;
  height: 17px;
}
.ic.icLinkWhite {
  background-position: 97.2027972% 94.82758621%;
  width: 6px;
  height: 10px;
}
.ic.icLinkGray {
  background-position: 65.73426573% 29.31034483%;
  width: 6px;
  height: 10px;
}
.ic.icLinkBlue {
  background-position: 65.73426573% 37.93103448%;
  width: 6px;
  height: 10px;
}
.ic.icLinkDownGray {
  background-position: 65.73426573% 29.31034483%;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ic.icLinkDownBlue {
  background-position: 65.73426573% 37.93103448%;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ic.icBlankGray {
  background-position: 75.55555556% 74.33628319%;
  width: 14px;
  height: 13px;
  margin-left: 5px;
}
.ic.icBlankWhite {
  background-position: 100% 15.45454545%;
  width: 18px;
  height: 16px;
  margin-left: 5px;
}
.ic.icBlankBlue {
  background-position: 100% 30%;
  width: 18px;
  height: 16px;
  margin-left: 5px;
}
.ic.icDownloadWhite {
  background-position: 63.63636364% 93.45794393%;
  width: 17px;
  height: 19px;
  margin-left: 5px;
}
.ic.icDownloadBlue {
  background-position: 76.51515152% 93.45794393%;
  width: 17px;
  height: 19px;
  margin-left: 5px;
}
.ic.icCloseWhite {
  background-position: 98.4962406% 85.45454545%;
  width: 16px;
  height: 16px;
}
.ic.icCloseModalWhite {
  background-position: 85% 0;
  width: 29px;
  height: 29px;
}
.ic.icCloseModalGray {
  background-position: 85% 29.89690722%;
  width: 29px;
  height: 29px;
}
.ic.icCloseGray {
  background-position: 49.6124031% 93.45794393%;
  width: 20px;
  height: 19px;
}
.ic.icCloseModalBlue {
  background-position: 85.29411765% 74.33628319%;
  width: 13px;
  height: 13px;
}
.ic.icSearchGray {
  background-position: 0 100%;
  width: 26px;
  height: 26px;
}
.ic.icSearchWhite {
  background-position: 82.92682927% 58%;
  width: 26px;
  height: 26px;
}
.ic.icAccordion {
  background-position: 86.13138686% 84.03361345%;
  width: 12px;
  height: 7px;
}
.ic.icArrowBlue {
  background-position: 98.4962406% 58.92857143%;
  width: 16px;
  height: 14px;
}
.ic.icArrowWhite {
  background-position: 98.4962406% 71.42857143%;
  width: 16px;
  height: 14px;
}
.ic.icAnchorBlue {
  background-position: 36.56716418% 96.15384615%;
  width: 15px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.12s ease-in;
  transition: -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in;
  transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  -ms-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
a:hover .ic.icAnchorBlue {
  -webkit-transform: rotate(180deg) translate3d(0, -5px, 0);
  -ms-transform: rotate(180deg) translate3d(0, -5px, 0);
  transform: rotate(180deg) translate3d(0, -5px, 0);
}
.ic.icPdf {
  background-position: 21.13821138% 72.34042553%;
  width: 26px;
  height: 32px;
}
.ic.icXls {
  background-position: 55.28455285% 36.55913978%;
  width: 26px;
  height: 33px;
}
.ic.icZip {
  background-position: 0 72.34042553%;
  width: 26px;
  height: 32px;
}
.ic.icPlayWhite {
  background-position: 60.8% 70.10309278%;
  width: 24px;
  height: 29px;
}
.ic.icPlayBlue {
  background-position: 41.6% 70.10309278%;
  width: 24px;
  height: 29px;
}
.ic.icBtnSns {
  background-position: 29.31034483% 36.95652174%;
  width: 33px;
  height: 34px;
}
.ic.icBtnTwitter {
  background-position: 59.13043478% 0;
  width: 34px;
  height: 34px;
}
.ic.icBtnFacebook {
  background-position: 0 0;
  width: 34px;
  height: 34px;
}
.ic.icBtnLinkedin {
  background-position: 0 36.95652174%;
  width: 34px;
  height: 34px;
}
.ic.icBtnGoogle {
  background-position: 29.56521739% 0;
  width: 34px;
  height: 34px;
}
.ic.icTreeWhite {
  background-position: 20.63492063% 100%;
  width: 23px;
  height: 26px;
}
#content .modArchiveLayout {
  margin-top: -35px;
  margin-bottom: -35px;
}
#content .modArchiveLayout .modArchiveItem {
  padding-top: 35px;
  padding-bottom: 35px;
}
#content .modArchiveLayout .button {
  text-align: left;
}
#content .modArchiveLayout .button a {
  width: auto;
}
#content .modTableLayout {
  display: table;
}
#content .modTableLayout + .modTableLayout {
  margin-top: 20px;
}
#content .modTableLayout dt,
#content .modTableLayout dd {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.28571429rem;
  display: table-cell;
}
#content .modTableLayout dt {
  white-space: nowrap;
}
#content .modTableLayout.alignTop dt,
#content .modTableLayout.alignTop dd {
  vertical-align: top;
}
#content .modTableLayout.alignMiddle dt,
#content .modTableLayout.alignMiddle dd {
  vertical-align: middle;
}
#content .modTableLayout.alignBottom dt,
#content .modTableLayout.alignBottom dd {
  vertical-align: bottom;
}
#content .modTableLayout .modCellSizeS {
  width: 4em;
}
#content .modTableLayout .modCellSizeM {
  width: 8em;
}
#content .modTableLayout .modCellSizeL {
  width: 12em;
}
#content .modTableLayout.smNoTable {
  display: block;
}
#content .modTableLayout.smNoTable dt,
#content .modTableLayout.smNoTable dd {
  display: block;
}
#content .modTableLayout.smNoTable .modCellSizeS,
#content .modTableLayout.smNoTable .modCellSizeM,
#content .modTableLayout.smNoTable .modCellSizeL {
  width: auto;
}
#content .modLayout {
  margin: 40px -15px 0;
}
#content .modLayout:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#content .modLayout:first-child {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  #content .modLayout.hasBorder .item {
    border-right: 1px solid #e1e6ee;
  }
  #content .modLayout.hasBorder .item:last-child {
    border-right: 0;
  }
}
#content .modLayout img {
  width: 100%;
  height: auto;
}
#content .modLayout .item {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  max-width: 100%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #content .modLayout .item {
    margin-bottom: 25px;
  }
  #content .modLayout .item:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  #content .modLayout .itemSize1 {
    width: 12.5%;
  }
  #content .modLayout .itemSize1 .itemSize1 {
    width: 100%;
  }
  #content .modLayout .itemSize2 {
    width: 25%;
  }
  #content .modLayout .itemSize2 .itemSize2 {
    width: 100%;
  }
  #content .modLayout .itemSize3 {
    width: 37.5%;
  }
  #content .modLayout .itemSize3 .itemSize3 {
    width: 100%;
  }
  #content .modLayout .itemSize4 {
    width: 50%;
  }
  #content .modLayout .itemSize4 .itemSize4 {
    width: 100%;
  }
  #content .modLayout .itemSize5 {
    width: 62.5%;
  }
  #content .modLayout .itemSize5 .itemSize5 {
    width: 100%;
  }
  #content .modLayout .itemSize6 {
    width: 75%;
  }
  #content .modLayout .itemSize6 .itemSize6 {
    width: 100%;
  }
  #content .modLayout .itemSize7 {
    width: 87.5%;
  }
  #content .modLayout .itemSize7 .itemSize7 {
    width: 100%;
  }
  #content .modLayout .itemSize8 {
    width: 100%;
  }
  #content .modLayout .itemSize8 .itemSize8 {
    width: 100%;
  }
  #content .modLayout .itemSizeTrisect width 33.333333% {
    width: 100%;
  }
  #content .modLayout.row .item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #content .modLayout.row .itemSize1 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  #content .modLayout.row .itemPush1 {
    left: 12.5%;
  }
  #content .modLayout.row .itemPull1 {
    right: 12.5%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize2 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #content .modLayout.row .itemPush2 {
    left: 25%;
  }
  #content .modLayout.row .itemPull2 {
    right: 25%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize3 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  #content .modLayout.row .itemPush3 {
    left: 37.5%;
  }
  #content .modLayout.row .itemPull3 {
    right: 37.5%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize4 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #content .modLayout.row .itemPush4 {
    left: 50%;
  }
  #content .modLayout.row .itemPull4 {
    right: 50%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize5 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  #content .modLayout.row .itemPush5 {
    left: 62.5%;
  }
  #content .modLayout.row .itemPull5 {
    right: 62.5%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize6 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #content .modLayout.row .itemPush6 {
    left: 75%;
  }
  #content .modLayout.row .itemPull6 {
    right: 75%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize7 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  #content .modLayout.row .itemPush7 {
    left: 87.5%;
  }
  #content .modLayout.row .itemPull7 {
    right: 87.5%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemSize8 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #content .modLayout.row .itemPush8 {
    left: 100%;
  }
  #content .modLayout.row .itemPull8 {
    right: 100%;
  }
  #content .modLayout.row .itemSizeTrisect {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #content .modLayout.row .itemDetailSize1 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  #content .modLayout.row .itemDetailPush1 {
    left: 6.25%;
  }
  #content .modLayout.row .itemDetailPull1 {
    right: 6.25%;
  }
  #content .modLayout.row .itemDetailSize2 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  #content .modLayout.row .itemDetailPush2 {
    left: 12.5%;
  }
  #content .modLayout.row .itemDetailPull2 {
    right: 12.5%;
  }
  #content .modLayout.row .itemDetailSize3 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  #content .modLayout.row .itemDetailPush3 {
    left: 18.75%;
  }
  #content .modLayout.row .itemDetailPull3 {
    right: 18.75%;
  }
  #content .modLayout.row .itemDetailSize4 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #content .modLayout.row .itemDetailPush4 {
    left: 25%;
  }
  #content .modLayout.row .itemDetailPull4 {
    right: 25%;
  }
  #content .modLayout.row .itemDetailSize5 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  #content .modLayout.row .itemDetailPush5 {
    left: 31.25%;
  }
  #content .modLayout.row .itemDetailPull5 {
    right: 31.25%;
  }
  #content .modLayout.row .itemDetailSize6 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  #content .modLayout.row .itemDetailPush6 {
    left: 37.5%;
  }
  #content .modLayout.row .itemDetailPull6 {
    right: 37.5%;
  }
  #content .modLayout.row .itemDetailSize7 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  #content .modLayout.row .itemDetailPush7 {
    left: 43.75%;
  }
  #content .modLayout.row .itemDetailPull7 {
    right: 43.75%;
  }
  #content .modLayout.row .itemDetailSize8 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #content .modLayout.row .itemDetailPush8 {
    left: 50%;
  }
  #content .modLayout.row .itemDetailPull8 {
    right: 50%;
  }
  #content .modLayout.row .itemDetailSize9 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  #content .modLayout.row .itemDetailPush9 {
    left: 56.25%;
  }
  #content .modLayout.row .itemDetailPull9 {
    right: 56.25%;
  }
  #content .modLayout.row .itemDetailSize10 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  #content .modLayout.row .itemDetailPush10 {
    left: 62.5%;
  }
  #content .modLayout.row .itemDetailPull10 {
    right: 62.5%;
  }
  #content .modLayout.row .itemDetailSize11 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  #content .modLayout.row .itemDetailPush11 {
    left: 68.75%;
  }
  #content .modLayout.row .itemDetailPull11 {
    right: 68.75%;
  }
  #content .modLayout.row .itemDetailSize12 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #content .modLayout.row .itemDetailPush12 {
    left: 75%;
  }
  #content .modLayout.row .itemDetailPull12 {
    right: 75%;
  }
  #content .modLayout.row .itemDetailSize13 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  #content .modLayout.row .itemDetailPush13 {
    left: 81.25%;
  }
  #content .modLayout.row .itemDetailPull13 {
    right: 81.25%;
  }
  #content .modLayout.row .itemDetailSize14 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  #content .modLayout.row .itemDetailPush14 {
    left: 87.5%;
  }
  #content .modLayout.row .itemDetailPull14 {
    right: 87.5%;
  }
  #content .modLayout.row .itemDetailSize15 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  #content .modLayout.row .itemDetailPush15 {
    left: 93.75%;
  }
  #content .modLayout.row .itemDetailPull15 {
    right: 93.75%;
  }
  #content .modLayout.row .itemDetailSize16 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #content .modLayout.row .itemDetailPush16 {
    left: 100%;
  }
  #content .modLayout.row .itemDetailPull16 {
    right: 100%;
  }
}
#content .modLayout .floL {
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #content .modLayout .floL {
    float: none;
    margin-right: 0;
  }
}
#content .modLayout .floR {
  float: right;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #content .modLayout .floR {
    float: none;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  #content .modLayout.halfGutters {
    margin-left: -8px;
    margin-right: -7px;
  }
  #content .modLayout.halfGutters .item {
    padding-left: 8px;
    padding-right: 7px;
  }
  #content .modLayout.noGutters {
    margin-left: -1px;
    margin-right: -1px;
  }
  #content .modLayout.noGutters .item {
    padding-left: 1px;
    padding-right: 1px;
  }
}
#content .modLayout .asideItem {
  margin-bottom: 20px;
}
@media all and (min-width: 1200px) {
  #content .modLayout .asideItem {
    width: 344px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #content .modLayout .asideItem {
    width: 277px;
  }
}
@media all and (max-width: 767px) {
  #content .modLayout .asideItem {
    padding: 0 15px;
    margin-top: 25px;
  }
}
@media all and (min-width: 768px) {
  #content .modLayout .asideItem.floR {
    margin-right: -12.5%;
    margin-left: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .modLayout .asideItem.floR {
    margin-left: 40px;
    padding-right: 24px;
  }
}
@media all and (min-width: 768px) {
  #content .modLayout .asideItem.floL {
    margin-left: -12.5%;
    margin-right: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .modLayout .asideItem.floL {
    margin-right: 40px;
    padding-left: 24px;
  }
}
#content .asideBox {
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  padding: 15px 0;
  display: block;
}
@media all and (max-width: 991px) {
  #content .asideBox {
    padding: 12px 0;
  }
}
#content .asideBox .asideCaption {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  color: #516570;
  font-style: 1rem;
}
#content .asideBox figure {
  margin-top: 12px;
}
#content .asideBox figure:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (max-width: 991px) {
  #content .asideBox figure {
    margin-top: 10px;
  }
}
#content .asideBox figure img {
  float: left;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  #content .asideBox figure img {
    width: 120px;
  }
}
@media all and (max-width: 991px) {
  #content .asideBox figure img {
    width: 100px;
  }
}
#content .asideBox figure figcaption {
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
}
@media all and (min-width: 1200px) {
  #content .asideBox figure figcaption {
    padding-left: 16px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  #content .asideBox figure figcaption {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .asideBox figure figcaption {
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  #content .asideBox figure figcaption {
    padding-left: 10px;
  }
}
#content .asideBox figure h4 {
  margin-top: 0;
}
#content .asideBox h4 {
  font-size: 1.42857143rem;
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  #content .asideBox h4 {
    font-size: 1.14285714rem;
  }
}
#content .asideBox .asideAnnotation {
  margin-top: 8px;
}
#content .asideBox.asideVideo {
  text-align: left;
}
#content .asideBox.asideVideo figure {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .asideBox.asideVideo figure img {
    width: 120px;
  }
}
#content .asideBox.asideVideo .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 18px;
  left: 46px;
}
@media all and (max-width: 767px) {
  #content .asideBox.asideVideo .circle {
    top: 13px;
    left: 35px;
  }
}
#content .asideBox.asideVideo .ic {
  position: absolute;
  -webkit-background-size: 68.29166667px auto;
  background-size: 68.29166667px auto;
  width: 11px;
  height: 14px;
  top: 33px;
  left: 60px;
}
@media all and (max-width: 767px) {
  #content .asideBox.asideVideo .ic {
    top: 28px;
    left: 50px;
  }
}
#content .asideBox.asideVideo:hover .circle {
  border: 15px solid #fff;
}
#content .asideBox.asideVideo:hover .ic {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content a.asideBox h4 {
  color: #0065bd;
  display: inline;
}
#content a.asideBox .asideCaption,
#content a.asideBox .asideAnnotation {
  color: #516570;
}
.siteHeader {
  background: #fff url("../img/bg.png") 0 0 repeat-x;
  -webkit-background-size: 364px auto;
  background-size: 364px auto;
  padding-top: 8px;
}
@media all and (min-width: 992px) {
  .siteHeader {
    border-bottom: 1px solid #e1e6ee;
  }
}
.is-other .siteHeader.topHeader,
.is-newsroom .siteHeader.topHeader,
.is-contact .siteHeader.topHeader {
  border-bottom: 1px solid #e1e6ee;
}
.siteHeader .headerInner {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.siteHeader .headerInner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (min-width: 1200px) {
  .siteHeader .headerInner {
    width: 1200px;
    padding: 0 30px 0;
  }
}
.siteHeader .logo a {
  display: block;
  background: url("../img/logo.png") 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 992px) {
  .siteHeader .logo {
    float: left;
    margin-top: 16px;
  }
  .siteHeader .logo a {
    -webkit-background-size: 297px auto;
    background-size: 297px auto;
    height: 40px;
    width: 297px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .siteHeader .logo {
    padding-left: 24px;
    margin-top: 30px;
  }
  .siteHeader .logo a {
    -webkit-background-size: 190px auto;
    background-size: 190px auto;
    height: 26px;
    width: 190px;
  }
}
@media all and (max-width: 991px) {
  .siteHeader .logo {
    margin-bottom: 13px;
    padding-top: 12px;
    padding-left: 24px;
  }
  .siteHeader .logo a {
    -webkit-background-size: 189px auto;
    background-size: 189px auto;
    height: 26px;
    width: 189px;
  }
}
@media all and (max-width: 767px) {
  .siteHeader .logo {
    padding-left: 15px;
  }
}
.siteHeader.cloneHeader {
  display: none;
}
@media all and (max-width: 991px) {
  .siteHeader.cloneHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    background-image: none;
    z-index: 5;
    display: block;
    border-bottom: 1px solid #e1e6ee;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.12s ease-in;
    transition: -webkit-transform 0.12s ease-in;
    transition: transform 0.12s ease-in;
    transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
  }
  .siteHeader.cloneHeader.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .siteHeader.cloneHeader #gNav {
    padding: 0;
  }
  .siteHeader.cloneHeader #gNav .mainMenu {
    display: none;
  }
}
.siteHeader #gNav .mainMenu {
  font-size: 1.28571429rem;
}
.siteHeader #gNav a {
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  color: #516570;
  text-decoration: none;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.siteHeader #gNav a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.siteHeader #gNav .current a {
  display: block;
  color: #0065bd;
}
.backgroundcliptext .siteHeader #gNav .current a {
  background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
  background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
  background: linear-gradient(to bottom right, #0065bd, #37b1de);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.siteHeader #gNav .current a:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
@media all and (min-width: 992px) {
  .siteHeader #gNav {
    float: right;
  }
  .siteHeader #gNav nav {
    float: left;
    padding-top: 23px;
  }
  .siteHeader #gNav ul {
    letter-spacing: -0.4em;
  }
  .siteHeader #gNav li {
    display: inline-block;
    letter-spacing: normal;
  }
  .siteHeader #gNav li a {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .siteHeader #gNav .mainMenu {
    margin-right: 13px;
  }
  .siteHeader #gNav .mainMenu a {
    font-size: 1.28571429rem;
    padding-left: 14px;
    padding-right: 14px;
  }
  .siteHeader #gNav .subMenu {
    margin-right: 18px;
    padding-top: 28px;
  }
  .siteHeader #gNav .subMenu li {
    margin-right: 19px;
  }
  .siteHeader #gNav .subMenu li:last-child {
    margin-right: 0;
  }
  .siteHeader #gNav .subMenu a {
    font-size: 0.92857143rem;
  }
  .siteHeader #gNav .btnSearch {
    float: left;
    padding-top: 33px;
  }
  .siteHeader #gNav .btnSearch .ic {
    -webkit-background-size: 114.61538462px auto;
    background-size: 114.61538462px auto;
    width: 19px;
    height: 19px;
  }
  .siteHeader #gNav .btnSearch .active {
    margin-top: 2px;
  }
  .siteHeader #gNav .btnSearch .active .ic {
    background-position: 49.6124031% 93.45794393%;
    width: 20px;
    -webkit-background-size: 149px auto;
    background-size: 149px auto;
    width: 19px;
    height: 19px;
  }
  .siteHeader #gNav .btnSpMenu {
    display: none;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .siteHeader #gNav {
    margin-right: 27px;
  }
  .siteHeader #gNav .mainMenu {
    margin-right: 16px;
  }
  .siteHeader #gNav .mainMenu a {
    font-size: 1.28571429rem;
    padding-left: 13px;
    padding-right: 14px;
  }
  .siteHeader #gNav .subMenu {
    margin-right: 18px;
  }
  .siteHeader #gNav .subMenu li {
    margin-right: 18px;
  }
  .siteHeader #gNav .subMenu a {
    font-size: 0.92857143rem;
  }
}
@media all and (max-width: 991px) {
  .siteHeader #gNav {
    padding: 9px 0 7px;
    display: none;
  }
  .topHeader.siteHeader #gNav {
    display: block;
  }
  .siteHeader #gNav .subMenu,
  .siteHeader #gNav .btnSearch {
    display: none;
  }
  .siteHeader #gNav .mainMenu ul {
    display: table;
    text-align: center;
    width: 100%;
  }
  .siteHeader #gNav .mainMenu ul li {
    font-size: 0.85714286rem;
    display: table-cell;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e1e6ee;
    line-height: 1.2;
    vertical-align: middle;
    padding: 3px 5px;
  }
  .siteHeader #gNav .mainMenu ul li:first-child {
    border: 0;
  }
  .siteHeader #gNav .mainMenu ul span {
    display: none;
  }
  .siteHeader #gNav .mainMenu ul a {
    display: block;
    padding-top: 2px;
  }
}
.siteHeader .language {
  display: none;
  overflow: hidden;
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  border-bottom: 1px solid #e1e6ee;
  padding: 10px 24px 9px;
}
.siteHeader .language.active {
  display: block;
}
.siteHeader .language dl {
  display: table;
}
.siteHeader .language dt,
.siteHeader .language dd {
  display: table-cell;
  vertical-align: middle;
}
.siteHeader .language dt {
  font-size: 1.07142857rem;
  padding-right: 18px;
}
.siteHeader .language ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.siteHeader .language li {
  margin-right: 7px;
  float: left;
  text-align: center;
}
.siteHeader .language li:last-child {
  margin-right: 0;
}
.siteHeader .language li a {
  font-size: 1.07142857rem;
  color: #516570;
  display: block;
  border-radius: 2px;
  border: 1px solid #e1e6ee;
  text-decoration: none;
  width: 70px;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .siteHeader .language {
    padding-left: 15px;
    padding-right: 15px;
  }
  .siteHeader .language li {
    margin-right: 10px;
  }
  .siteHeader .language li a {
    width: 67px;
  }
}
@media all and (max-width: 767px) {
  .siteHeader .language dt {
    padding-right: 8px;
  }
}
.pcSearchArea {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(top left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to bottom right, #0065bd, #0e8bd1);
  z-index: 2;
}
@media all and (max-width: 991px) {
  .pcSearchArea {
    display: none;
  }
}
.pcSearchArea .searchAreaInner {
  width: 760px;
  margin: 0 auto;
  position: relative;
}
.pcSearchArea .searchBox {
  padding: 19px 0;
}
.pcSearchArea input {
  outline: none;
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 18px 24px 22px;
  font-size: 1.28571429rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
}
.pcSearchArea button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: 0;
  background: none;
  border: 0;
  padding: 19px 19px;
  width: 64px;
  height: 64px;
  top: 19px;
}
.btnSpMenu {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 101;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 992px) {
  .btnSpMenu {
    display: none;
  }
}
.btnSpMenu.langeage {
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.btnSpMenu.fixed {
  position: fixed;
  -webkit-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.btnSpMenu.active {
  position: fixed;
  -webkit-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.btnSpMenu a {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: block;
  position: relative;
}
.btnSpMenu a:before,
.btnSpMenu a:after,
.btnSpMenu a span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to top right, #0065bd, #0e8bd1);
  height: 2px;
  border-radius: 0.04px;
  display: block;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btnSpMenu a:before,
.btnSpMenu a:after {
  content: '';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 16px;
  margin-left: -8px;
}
.btnSpMenu a span {
  margin-top: -1px;
  width: 20px;
  margin-left: -10px;
}
.btnSpMenu a:before {
  margin-top: -7px;
}
.btnSpMenu a:after {
  margin-top: 5px;
}
.btnSpMenu.active a:before,
.btnSpMenu.active a:after,
.btnSpMenu.active a span {
  background: #fff;
}
.btnSpMenu.active a span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btnSpMenu.active a:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  -webkit-animation: _a_before_active 0.2s ease-in;
  animation: _a_before_active 0.2s ease-in;
}
.btnSpMenu.active a:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
  -webkit-animation: _a_after_active 0.2s ease-in;
  animation: _a_after_active 0.2s ease-in;
}
.btnSpMenu.noactive a:before {
  -webkit-animation: _a_before_noactive 0.2s ease-in;
  animation: _a_before_noactive 0.2s ease-in;
}
.btnSpMenu.noactive a:after {
  -webkit-animation: _a_after_noactive 0.2s ease-in;
  animation: _a_after_noactive 0.2s ease-in;
}
@-webkit-keyframes _a_before_active {
  0% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
}
@keyframes _a_before_active {
  0% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
}
@-webkit-keyframes _a_before_noactive {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes _a_before_noactive {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes _a_after_active {
  0% {
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
}
@keyframes _a_after_active {
  0% {
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
}
@-webkit-keyframes _a_after_noactive {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes _a_after_noactive {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  100% {
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.suggestArea {
  text-align: left;
  margin-top: 90px;
}
@media all and (min-width: 1200px) {
  .suggestArea .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .suggestArea .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .suggestArea .container {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .suggestArea {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .suggestArea {
    margin-top: 70px;
  }
}
.suggestArea .row {
  margin-left: -8px;
  margin-right: -7px;
}
.suggestArea .row .item {
  padding-left: 8px;
  padding-right: 7px;
}
.suggestArea h2 {
  font-size: 2rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #e1e6ee;
  margin-bottom: 3px;
}
.suggestArea h2 span {
  position: relative;
  display: inline-block;
  background: #fff;
  top: -24px;
  width: 140px;
}
.suggestArea a {
  text-decoration: none;
  display: block;
  outline: 0;
}
.suggestArea figcaption {
  font-size: 1.57142857rem;
  color: #0065bd;
  line-height: 1.3;
}
.suggestArea img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.12s ease-in;
  transition: -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in;
  transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.suggestArea .dotPaging {
  display: none;
}
@media all and (min-width: 992px) {
  .suggestArea a .modLinkText {
    display: inline;
    -webkit-transition: border 0.12s ease-in;
    transition: border 0.12s ease-in;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
  .suggestArea a:hover {
    text-decoration: none;
  }
  .suggestArea a:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  .suggestArea a:hover .modLinkText {
    border-bottom: 1px solid #0065bd;
  }
  .suggestArea figcaption {
    margin-top: 10px;
  }
  .suggestArea p {
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .suggestArea figcaption {
    margin-top: 4px;
  }
  .suggestArea h2 {
    font-size: 1.85714286rem;
    margin-bottom: 3px;
  }
  .suggestArea h2 span {
    top: -23px;
  }
  .suggestArea .item:nth-child(1),
  .suggestArea .item:nth-child(2) {
    margin-bottom: 60px;
  }
  .suggestArea .row {
    margin-left: -8px;
    margin-right: -7px;
  }
  .suggestArea .row .item {
    padding-left: 8px;
    padding-right: 7px;
  }
  .suggestArea figcaption {
    margin-top: 11px;
  }
  .suggestArea p {
    margin-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .suggestArea .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .suggestArea h2 {
    font-size: 1.85714286rem;
    margin: 0 18px 3px;
  }
  .suggestArea h2 span {
    top: -23px;
  }
  .suggestArea .suggestItem {
    overflow: hidden;
    width: 100%;
  }
  .suggestArea .suggestItemInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 37px;
  }
  .suggestArea .suggestItemInner .row {
    position: relative;
    display: block;
    width: calc(100% - 38px);
    margin: 0;
  }
  .suggestArea figcaption {
    margin-top: 8px;
  }
  .suggestArea .item {
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .suggestArea .item:first-child {
    position: relative;
  }
  .suggestArea.itemLength2 .item:nth-child(2) {
    left: 50%;
  }
  .suggestArea.itemLength3 .item:nth-child(2) {
    left: 33.333333%;
  }
  .suggestArea.itemLength3 .item:nth-child(3) {
    left: 66.666666%;
  }
  .suggestArea.itemLength4 .item:nth-child(2) {
    left: 25%;
  }
  .suggestArea.itemLength4 .item:nth-child(3) {
    left: 50%;
  }
  .suggestArea.itemLength4 .item:nth-child(4) {
    left: 75%;
  }
  .suggestArea .dotPaging {
    margin: 20px 0 0;
    display: block;
    text-align: center;
  }
  .suggestArea .dotPaging li {
    display: inline-block;
    width: 8px;
    overflow: hidden;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    margin-right: 10px;
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .suggestArea .dotPaging li:last-child {
    margin-right: 0;
  }
  .suggestArea .dotPaging .slick-active {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .suggestArea .dotPaging button {
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
    background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
    background: linear-gradient(to bottom right, #0065bd, #37b1de);
  }
}
#footer {
  margin-top: 42px;
  padding-bottom: 20px;
}
#footer.topFooter {
  border-top: 1px solid #e1e6ee;
}
@media all and (min-width: 992px) {
  #footer.topFooter {
    padding-top: 30px;
  }
}
@media all and (max-width: 991px) {
  #footer.topFooter {
    padding-top: 20px;
  }
}
@media all and (min-width: 1200px) {
  #footer {
    margin-top: 48px;
  }
  #footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  #footer {
    margin-top: 48px;
  }
  #footer .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (max-width: 991px) {
  #footer {
    border-top: 1px solid #e1e6ee;
    padding-top: 20px;
  }
  #footer .breadcrumbArea {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #footer .container {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #footer .container {
    width: 100%;
  }
}
#footer .subMenu2 {
  width: 100%;
  margin-top: 30px;
}
#footer .subMenu2 li {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 0.85714286rem;
  display: inline-block;
  margin-right: 15px;
}
#footer .subMenu2 li:last-child {
  margin-right: 0;
}
#footer .footerInner a {
  color: #516570;
  text-decoration: none;
}
#footer .footerInner .mainMenu dt {
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
#footer .footerInner .subMenu1 {
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
#footer .footerInner .subMenu2 {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#footer .footerInner .subMenu2 .ic {
  top: -2px;
}
#footer .footerInner .copyright {
  font-size: 0.92857143rem;
}
@media all and (min-width: 992px) {
  #footer .footerInner .footerMenu {
    margin-bottom: 15px;
  }
  #footer .footerInner .mainMenu,
  #footer .footerInner .mainMenu li,
  #footer .footerInner .subMenu1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer .footerInner .mainMenu {
    max-width: 80%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  #footer .footerInner .mainMenu li {
    max-width: 25%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer .footerInner .mainMenu dt {
    margin-bottom: 5px;
  }
  #footer .footerInner .mainMenu dd {
    margin-bottom: 8px;
  }
  #footer .footerInner .mainMenu dd:last-child {
    margin-bottom: 0;
  }
  #footer .footerInner .mainMenu dt {
    font-size: 1.28571429rem;
  }
  #footer .footerInner .mainMenu dd {
    font-size: 0.92857143rem;
  }
  #footer .footerInner .subMenu1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 20%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  #footer .footerInner .subMenu1 li {
    font-size: 1.28571429rem;
    margin-bottom: 20px;
  }
  #footer .footerInner .subMenu1 li:last-child {
    margin-bottom: 0;
  }
  #footer .footerInner .subMenu2 {
    width: 100%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .footerInner .subMenu2 ul {
    border-top: 1px solid #e1e6ee;
    padding-top: 15px;
  }
  #footer .footerInner .subMenu2 li {
    font-size: 0.85714286rem;
    display: inline-block;
    margin-right: 15px;
  }
  #footer .footerInner .subMenu2 li:last-child {
    margin-right: 0;
  }
  #footer .footerInner .copyright {
    font-size: 0.92857143rem;
  }
}
@media all and (max-width: 991px) {
  #footer .footerInner .footerMenu {
    display: block;
    margin: 0 0 10px;
  }
  #footer .footerInner .mainMenu ul,
  #footer .footerInner .subMenu1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  #footer .footerInner .mainMenu li,
  #footer .footerInner .subMenu1 li {
    font-size: 1.28571429rem;
    max-width: 50%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
  }
  #footer .footerInner .mainMenu dd,
  #footer .footerInner .subMenu1 dd {
    display: none;
  }
  #footer .footerInner .subMenu2 {
    margin-top: 25px;
  }
}
.breadcrumbArea {
  border-top: 1px solid #e1e6ee;
}
.breadcrumbArea .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbArea ul {
  white-space: nowrap;
}
.breadcrumbArea a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  color: #516570;
  text-decoration: none;
}
.breadcrumbArea li {
  display: inline-block;
  margin-left: 9px;
  padding-left: 18px;
  position: relative;
  font-size: 0.92857143rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 25em;
}
.breadcrumbArea li .icHome {
  top: -1px;
}
.breadcrumbArea li:before {
  background-position: 65.73426573% 29.31034483%;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  content: '';
  display: inline-block;
}
.breadcrumbArea li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbArea li:first-child:before {
  display: none;
}
@media all and (min-width: 992px) {
  .spHeaderBreadcrumbArea {
    display: none;
  }
  .breadcrumbArea {
    margin-bottom: 14px;
  }
  .breadcrumbArea .container {
    min-width: 0;
  }
  .breadcrumbArea ul {
    padding: 12px 0;
  }
}
@media all and (max-width: 991px) {
  .breadcrumbArea {
    border-bottom: 1px solid #e1e6ee;
    margin-bottom: 20px;
    width: 100%;
  }
  .breadcrumbArea ul {
    padding: 9px 0 5px;
  }
  .breadcrumbArea li {
    margin-left: 6px;
    padding-left: 20px;
  }
  .breadcrumbArea li:before {
    margin-top: -5px;
  }
}
.spHeaderBreadcrumbArea {
  border-bottom: 1px solid #e1e6ee;
}
.spHeaderBreadcrumbArea .breadcrumbArea {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}
.spHeaderBreadcrumbArea .breadcrumbArea .container {
  padding: 0;
}
.spHeaderBreadcrumbArea .breadcrumbArea ul {
  background: rgba(193, 211, 230, 0.2);
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .spHeaderBreadcrumbArea .breadcrumbArea ul {
    padding: 9px 24px 5px;
  }
}
@media all and (max-width: 767px) {
  .spHeaderBreadcrumbArea .breadcrumbArea ul {
    padding: 9px 15px 5px;
  }
}
.pageLocalMenu a {
  text-decoration: none;
  color: #516570;
}
.pageLocalMenu a:hover {
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .spPageLocalMenu {
    display: none;
  }
  .pageLocalMenu {
    text-align: center;
    margin-top: -1px;
    background: #fff;
  }
  .pageLocalMenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pageLocalMenu li {
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    line-height: 1.2;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 400;
  }
  .pageLocalMenu a {
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .pageLocalMenu a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .pageLocalMenu .secondaryMenu {
    padding: 10px 0 0;
    border-bottom: 1px solid #e1e6ee;
  }
  .pageLocalMenu .secondaryMenu li {
    padding: 8px 0 17px;
  }
  .pageLocalMenu .secondaryMenu a {
    font-size: 0.92857143rem;
    display: block;
  }
  .pageLocalMenu .secondaryMenu .current {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 700;
  }
  .pageLocalMenu .secondaryMenu .current:after {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: '';
    background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
    background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
    background: linear-gradient(to bottom right, #0065bd, #37b1de);
  }
  .pageLocalMenu .tertiaryMenu {
    background: #f3f5fa;
    padding: 6px 0;
  }
  .pageLocalMenu .tertiaryMenu li {
    padding: 5px 0;
  }
  .pageLocalMenu .tertiaryMenu a {
    font-size: 0.85714286rem;
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .pageLocalMenu .tertiaryMenu a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .pageLocalMenu .tertiaryMenu .current {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 700;
  }
}
@media all and (max-width: 991px) {
  .pcPageLocalMenu {
    display: none;
  }
  .spPageLocalMenu {
    margin-top: 35px;
  }
  .pageLocalMenu .container {
    padding: 0 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pageLocalMenu a {
    display: block;
  }
  .pageLocalMenu dl {
    border-top: 1px solid #e1e6ee;
    border-bottom: 1px solid #e1e6ee;
  }
  .pageLocalMenu dt,
  .pageLocalMenu dd {
    border-top: 1px solid #e1e6ee;
  }
  .pageLocalMenu dt:first-child,
  .pageLocalMenu dd:first-child {
    border-top: 0;
  }
  .pageLocalMenu dt {
    font-size: 1.07142857rem;
  }
  .pageLocalMenu dt a {
    padding: 16px 0 9px;
    color: #516570;
    font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  }
  .backgroundcliptext .pageLocalMenu dt a {
    background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
    background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
    background: linear-gradient(to bottom right, #0065bd, #37b1de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pageLocalMenu dd {
    margin-left: 16px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 400;
  }
  .pageLocalMenu dd ul {
    margin-left: 16px;
  }
  .pageLocalMenu dd li,
  .pageLocalMenu dd p {
    font-size: 0.92857143rem;
  }
  .pageLocalMenu dd .current {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 700;
  }
  .pageLocalMenu .parentItem {
    position: relative;
    width: 100%;
  }
  .pageLocalMenu .parentItem a {
    padding: 10px 14px 9px;
  }
  .pageLocalMenu .parentItem i {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -4px;
  }
  .pageLocalMenu .parentItem.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pageLocalMenu .childItem {
    height: 0;
    overflow: hidden;
  }
  .pageLocalMenu .childItem ul {
    padding-bottom: 10px;
  }
  .pageLocalMenu .childItem li a {
    padding: 4px 14px 9px;
  }
}
@media all and (max-width: 767px) {
  .pageLocalMenu .container {
    padding: 0 15px;
    width: 100%;
  }
}
.megaMenu {
  height: 0;
  overflow: hidden;
  color: #fff;
  width: 100%;
  z-index: 100;
}
.megaMenu a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.megaMenu a:hover {
  text-decoration: none;
}
.megaMenu .megaMenuInner {
  background: -webkit-linear-gradient(top left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to bottom right, #0065bd, #0e8bd1);
}
.megaMenu .megaMainMenu {
  position: relative;
}
.megaMenu .menuTitle {
  font-family: "NeoSansStd-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
.megaMenu .subMenu {
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
.megaMenu .localMenu {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
}
.megaMenu .localMenu a {
  color: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 992px) {
  .megaMenu {
    position: absolute;
  }
  .megaMenu .subMenu,
  .megaMenu .spNavigator,
  .megaMenu .btnClose,
  .megaMenu .spMegaMenuHeader {
    display: none;
  }
  .megaMenu .mainMenu {
    display: block;
  }
  .megaMenu .menuWrap {
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
    padding: 39px 0;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity 0.12s ease-in 0.2s;
    transition: opacity 0.12s ease-in 0.2s;
  }
  .megaMenu .menuWrap.noAnima {
    -webkit-transition: opacity 0s ease-in 0s;
    transition: opacity 0s ease-in 0s;
  }
  .megaMenu .menuWrap:first-child {
    position: relative;
  }
  .megaMenu .menuWrap.current {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    z-index: 2;
  }
  .megaMenu .menuWrap .info {
    padding-top: 11px;
  }
  .megaMenu .menuWrap .menuTitle {
    font-size: 2.85714286rem;
    margin-bottom: 7px;
  }
  .megaMenu .menuWrap .lead {
    font-size: 1.14285714rem;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    margin-bottom: 26px;
    line-height: 1.6;
  }
  .megaMenu .menuWrap .btn a {
    font-size: 1.14285714rem;
    padding: 15px 30px;
    display: inline-block;
    background: #fff;
    color: #0065bd;
    position: relative;
  }
  .megaMenu .menuWrap .btn a:hover {
    color: #fff;
  }
  .megaMenu .menuWrap .btn a:hover:after {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .megaMenu .menuWrap .btn a:after {
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom left, #0e8bd1, #37b1de);
    background: -webkit-gradient(linear, left bottom, right top, from(#0e8bd1), to(#37b1de));
    background: linear-gradient(to top right, #0e8bd1, #37b1de);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .megaMenu .menuWrap .btn a span {
    position: relative;
    z-index: 2;
  }
  .megaMenu .menuWrap .localMenu {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0 0 0 80px;
  }
  .megaMenu .menuWrap .localMenu p,
  .megaMenu .menuWrap .localMenu li {
    font-size: 1.14285714rem;
  }
  .megaMenu .menuWrap .localMenu a span {
    -webkit-transition: -webkit-transform 0.12s ease-in;
    transition: -webkit-transform 0.12s ease-in;
    transition: transform 0.12s ease-in;
    transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
    display: block;
  }
  .megaMenu .menuWrap .localMenu a:hover span {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .megaMenu .menuWrap .localMenu .localItem {
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .megaMenu .menuWrap .localMenu .localItem.current .parentItem span {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .megaMenu .menuWrap .localMenu .localItem.current .childList {
    -webkit-animation: _a_fadeIn 0.12s ease-in;
    animation: _a_fadeIn 0.12s ease-in;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
  .megaMenu .menuWrap .localMenu .localItem.noCurrent .childList {
    -webkit-animation: _a_fadeOut 0.12s ease-in;
    animation: _a_fadeOut 0.12s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  .megaMenu .menuWrap .localMenu .localItem:last-child {
    margin-bottom: 0;
  }
  .megaMenu .menuWrap .localMenu .childList {
    position: absolute;
    overflow: hidden;
    left: 100%;
    top: 0;
    width: 100%;
    height: 0;
  }
  .megaMenu .menuWrap .localMenu .childList a {
    padding: 8px 0 10px 55px;
    display: block;
  }
  .megaMenu .menuWrap .localMenu .parentItem {
    position: relative;
    width: 100%;
  }
  .megaMenu .menuWrap .localMenu .parentItem a {
    padding: 8px 0 10px 15px;
    display: block;
  }
  .megaMenu .menuWrap .localMenu .parentItem .ic {
    background-position: 92.90780142% 98.21428571%;
    width: 8px;
    height: 14px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 23px;
  }
  .megaMenu .menuWrap .recomendArea {
    height: auto;
    overflow: hidden;
    padding: 0;
    padding-top: 11px;
  }
  .megaMenu .menuWrap .recomendArea.active {
    -webkit-animation: _a_fadeIn 0.12s ease-in;
    animation: _a_fadeIn 0.12s ease-in;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
  }
  .megaMenu .menuWrap .recomendArea.noActive {
    -webkit-animation: _a_fadeOut 0.12s ease-in;
    animation: _a_fadeOut 0.12s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  .megaMenu .menuWrap .recomendArea .recomendItemList {
    overflow: hidden;
    position: relative;
    padding: 0 0 70px;
  }
  .megaMenu .menuWrap .recomendArea .recomendItemList:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .megaMenu .menuWrap .recomendArea .recomendItem {
    width: 100%;
    float: left;
  }
  .megaMenu .menuWrap .recomendArea figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 60px;
  }
  .megaMenu .menuWrap .recomendArea img {
    width: 100%;
    height: auto;
  }
  .megaMenu .menuWrap .recomendArea figcaption {
    font-size: 1.57142857rem;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
  }
  .megaMenu .menuWrap .recomendArea .next,
  .megaMenu .menuWrap .recomendArea .prev {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .megaMenu .menuWrap .recomendArea .next a,
  .megaMenu .menuWrap .recomendArea .prev a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 28px;
    width: 28px;
    cursor: pointer;
  }
  .megaMenu .menuWrap .recomendArea .next .ic,
  .megaMenu .menuWrap .recomendArea .prev .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .megaMenu .menuWrap .recomendArea .prev {
    margin-right: 32px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .megaMenu .menuWrap .recomendArea .prev .ic {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .megaMenu .menuWrap .recomendArea .dotPaging {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging li {
    display: inline-block;
    width: 8px;
    overflow: hidden;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    margin-right: 10px;
    -webkit-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging li:first-child {
    margin-left: 60px;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging li:last-child {
    margin-right: 0;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging .slick-active {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging button {
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
  }
  .megaMenu .select-current .localMenu .localItem {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .megaMenu .select-current .localMenu .localItem.current {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .megaMenu .container {
    padding: 0 8px;
  }
  .megaMenu .menuWrap .localMenu {
    padding-left: 56px;
  }
  .megaMenu .menuWrap .localMenu .parentItem i {
    right: 34px;
  }
  .megaMenu .menuWrap .recomendArea figure {
    margin-left: 40px;
  }
  .megaMenu .menuWrap .recomendArea .dotPaging li:first-child {
    margin-left: 40px;
  }
}
@media all and (max-width: 991px) {
  .megaMenu {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
  }
  .megaMenu .spSearchArea,
  .megaMenu .spNavigator,
  .megaMenu .spBackBtn,
  .megaMenu .megaMainMenu {
    -webkit-transition: -webkit-transform 0.24s ease-in;
    transition: -webkit-transform 0.24s ease-in;
    transition: transform 0.24s ease-in;
    transition: transform 0.24s ease-in, -webkit-transform 0.24s ease-in;
  }
  .megaMenu.activeSpLocalMenu .spSearchArea,
  .megaMenu.activeSpLocalMenu .spNavigator,
  .megaMenu.activeSpLocalMenu .spBackBtn,
  .megaMenu.activeSpLocalMenu .megaMainMenu {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .megaMenu .menuWrap {
    display: none;
  }
  .megaMenu.sm-active1 .is-who {
    display: block;
  }
  .megaMenu.sm-active2 .is-what {
    display: block;
  }
  .megaMenu.sm-active3 .is-sustainability {
    display: block;
  }
  .megaMenu.sm-active4 .is-investors {
    display: block;
  }
  .megaMenu .megaMenuContainer {
    width: 100%;
    padding: 0;
  }
  .megaMenu .recomendArea,
  .megaMenu .info .lead,
  .megaMenu .info .btn {
    display: none;
  }
  .megaMenu .spMegaMenuHeader {
    position: relative;
    background: #0065bd;
  }
  .megaMenu .spMegaMenuHeader .spSearchArea {
    padding: 13px 53px 13px 24px;
    position: relative;
  }
  .megaMenu .spMegaMenuHeader .spSearchArea input {
    outline: none;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 9px 24px 13px 36px;
    font-size: 1.14285714rem;
  }
  .megaMenu .spMegaMenuHeader .spSearchArea button {
    position: absolute;
    top: 13px;
    left: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    outline: 0;
    background: none;
    border: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .megaMenu .spMegaMenuHeader .spSearchArea button .ic {
    display: block;
    -webkit-background-size: 103.15384615px auto;
    background-size: 103.15384615px auto;
    width: 18px;
    height: 17px;
    top: 0;
  }
  .megaMenu .spMegaMenuHeader .spBackBtn {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 20px 25px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .megaMenu .spMegaMenuHeader .spBackBtn .ic {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    top: -2px;
  }
  .megaMenu .spMegaMenuHeader .spBackBtn span {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 1.14285714rem;
  }
  .megaMenu .spNavigator {
    padding: 45px 92px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .megaMenu .spNavigator a {
    display: block;
  }
  .megaMenu .spNavigator span {
    display: inline-block;
    position: relative;
  }
  .megaMenu .spNavigator .mainMenu li {
    margin-bottom: 30px;
  }
  .megaMenu .spNavigator .mainMenu a {
    font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-size: 1.85714286rem;
  }
  .megaMenu .spNavigator .mainMenu span {
    padding-right: 24px;
  }
  .megaMenu .spNavigator .mainMenu .ic {
    -webkit-background-size: 186.25px auto;
    background-size: 186.25px auto;
    background-position: 92.90780142% 98.21428571%;
    width: 8px;
    height: 14px;
    height: 16px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0px;
  }
  .megaMenu .spNavigator .subMenu li {
    margin-bottom: 25px;
  }
  .megaMenu .spNavigator .subMenu a {
    font-size: 1.14285714rem;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
  }
  .megaMenu .megaMainMenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .megaMenu .megaMainMenu .mainMenu {
    padding: 45px 92px;
  }
  .megaMenu .megaMainMenu .mainMenu:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .megaMenu .menuWrap {
    width: 100%;
    text-align: center;
  }
  .megaMenu .menuWrap .row {
    margin: 0;
    display: block;
  }
  .megaMenu .menuWrap .row ul,
  .megaMenu .menuWrap .row .menuTitle {
    text-align: left;
  }
  .megaMenu .menuWrap .menuTitle {
    font-size: 1.85714286rem;
    font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  }
  .megaMenu .menuWrap .info {
    margin-bottom: 19px;
    padding: 0 32px 0 0;
  }
  .megaMenu .menuWrap .localMenu {
    padding: 0;
    line-height: 1.4;
  }
  .megaMenu .menuWrap .localMenu .localItem {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .megaMenu .menuWrap .localMenu .localItem a {
    display: block;
  }
  .megaMenu .menuWrap .localMenu .parentItem {
    font-size: 1.14285714rem;
    position: relative;
  }
  .megaMenu .menuWrap .localMenu .parentItem a {
    padding: 17px 0 16px 0;
  }
  .megaMenu .menuWrap .localMenu .parentItem .ic {
    background-position: 97.2027972% 94.82758621%;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .megaMenu .menuWrap .localMenu .parentItem.spActive .ic {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .megaMenu .menuWrap .localMenu .childList {
    height: 0;
    overflow: hidden;
    font-size: 1rem;
  }
  .megaMenu .menuWrap .localMenu .childList ul {
    padding-bottom: 10px;
  }
  .megaMenu .menuWrap .localMenu .childList li a {
    padding: 4px 14px 9px;
  }
  .megaMenu .btnClose {
    position: absolute;
    right: 25px;
    top: 13px;
  }
  .megaMenu .btnClose i {
    width: 40px;
    height: 40px;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .megaMenu .spMegaMenuHeader .spSearchArea {
    padding-left: 15px;
  }
  .megaMenu .spMegaMenuHeader .spSearchArea button {
    left: 15px;
  }
  .megaMenu .spNavigator {
    padding: 45px 45px 20px;
  }
  .megaMenu .megaMainMenu .mainMenu {
    padding: 45px;
  }
}
.modalSection {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modalSection.active {
  -webkit-animation: _mod_fadeIn 0.12s ease-in;
  animation: _mod_fadeIn 0.12s ease-in;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  height: 100%;
}
.modalSection.noActive {
  -webkit-animation: _mod_fadeOut 0.12s ease-in;
  animation: _mod_fadeOut 0.12s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
}
.modalSection .modalInner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100%;
}
.modalSection .modalContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  max-width: 993px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .modalSection .modalContent {
    padding: 24px;
  }
}
@media all and (max-width: 767px) {
  .modalSection .modalContent {
    padding: 15px;
  }
}
.is-ie .modalSection .modalContent {
  margin: 0;
}
.modalSection .modalContentInner {
  background: #fff;
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .modalSection .modalContentInner {
    padding: 80px 10.3%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modalSection .modalContentInner {
    padding: 30px 13.575% 25px;
  }
}
@media all and (max-width: 767px) {
  .modalSection .modalContentInner {
    padding: 55px 15px 25px;
  }
}
.modalSection .closeBtn {
  position: absolute;
}
@media all and (min-width: 992px) {
  .modalSection .closeBtn {
    right: 10px;
    top: 10px;
  }
}
@media all and (max-width: 991px) {
  .modalSection .closeBtn {
    top: 15px;
    right: 15px;
  }
}
.modalSection .bottomCloseBtn {
  font-size: 1.28571429rem;
  border-top: 1px solid #e1e6ee;
  padding-top: 25px;
  margin-top: 25px;
  text-align: center;
}
@media all and (min-width: 992px) {
  .modalSection .bottomCloseBtn {
    display: none;
  }
}
.modalSection .bottomCloseBtn span {
  margin-right: 8px;
}
@-webkit-keyframes _mod_fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: 100%;
  }
}
@keyframes _mod_fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: 100%;
  }
}
@-webkit-keyframes _mod_fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: 100%;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
}
@keyframes _mod_fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: 100%;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
}
.modFrame {
  background: #f3f5fa;
  border: 1px solid #e1e6ee;
  margin-bottom: 40px;
  font-size: 1.28571429rem;
}
.modFrame:last-child {
  margin-bottom: 0;
}
.modFrame.modFrameWhite {
  background: #fff;
}
.modFrame .modFrameInner {
  padding: 30px;
}
@media all and (max-width: 767px) {
  .modFrame .modFrameInner {
    padding: 20px;
  }
}
.modFrame .modFrameInner.modPipeList {
  padding: 20px;
}
@media all and (max-width: 767px) {
  .modFrame .modFrameInner.modPipeList {
    padding: 15px;
  }
}
@media all and (min-width: 992px) {
  .modFrame figure {
    padding-right: 30px;
  }
  .modFrame figure img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .modFrame figure {
    padding-right: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.modFrame .modPipeList ul {
  margin-top: -15px;
}
.modFrame .modPipeList li {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  font-size: 0.92857143rem;
}
@media all and (max-width: 767px) {
  .modFrame .modPipeList li {
    display: block;
  }
}
.modFrame .modPipeList li.active a {
  color: #516570;
}
.modFrame .modPipeList li::after {
  content: '|';
  padding: 0 1em;
  color: #e1e6ee;
}
@media all and (max-width: 767px) {
  .modFrame .modPipeList li::after {
    content: none;
  }
}
.modFrame .modPipeList li:last-child::after {
  content: none;
}
/* table styles base */
.modTable {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.6;
}
.modTable .modList {
  font-size: 1rem;
  padding-left: 0;
}
.modTable:last-child {
  margin-bottom: 0;
}
.modTable th,
.modTable td,
.modTable table {
  border-collapse: collapse;
  border: 1px solid #d7dfea;
}
.modTable table {
  width: 100%;
}
.modTable .nowrap {
  white-space: nowrap;
}
.modTable th,
.modTable td {
  padding: 20px 15px;
}
.modTable th {
  background: rgba(193, 211, 230, 0.2);
}
.modTable.modTableScroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modTable.modTableScroll table {
  min-width: 100%;
  width: auto;
}
.modTable.modTableScroll th {
  min-width: 8em;
}
@media all and (min-width: 768px) {
  .modTable.modFullTable {
    width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media all and (min-width: 1200px) {
  .modTable.modFullTable {
    width: 1140px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modTable.modFullTable {
    width: 940px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modTable.modFullTable {
    width: 720px;
  }
}
/* table styles base */
/* table styles compress 2019.1.16 add*/
.modTableCP {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.6;
}
.modTableCP .modList {
  font-size: 1rem;
  padding-left: 0;
}
.modTableCP:last-child {
  margin-bottom: 0;
}
.modTableCP th,
.modTableCP td,
.modTableCP table {
  border-collapse: collapse;
  border: 1px solid #d7dfea;
}
.modTableCP table {
  width: 100%;
}
.modTableCP .nowrap {
  white-space: nowrap;
}
.modTableCP th,
.modTableCP td {
  padding: 10px 10px;
}
.modTableCP th {
  background: rgba(193, 211, 230, 0.2);
}
.modTableCP.modTableScroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modTableCP.modTableScroll table {
  min-width: 100%;
  width: auto;
}
.modTableCP.modTableScroll th {
  min-width: 8em;
}
@media all and (min-width: 768px) {
  .modTableCP.modFullTable {
    width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media all and (min-width: 1200px) {
  .modTableCP.modFullTable {
    width: 1140px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modTableCP.modFullTable {
    width: 940px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modTableCP.modFullTable {
    width: 720px;
  }
}
/* table styles compress 2019.1.16 add*/
/* table styles IR 2019.1.16 add*/
.modTableIR {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.6;
}
.modTableIR .modList {
  font-size: 1rem;
  padding-left: 0;
}
.modTableIR:last-child {
  margin-bottom: 0;
}
.modTableIR table {
  width: 100%;
}
.modTableIR .nowrap {
  white-space: nowrap;
}
.modTableIR th,
.modTableIR td {
  border-top: 1px solid #d7dfea;
  padding: 5px 10px;
}
.modTableIR tr:last-child td,
.modTableIR tr:last-child th {
  border-bottom: 1px solid #d7dfea;
}
.modTableIR th {
  background: rgba(193, 211, 230, 0.2);
}
.modTableIR.modTableScroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modTableIR.modTableScroll table {
  min-width: 100%;
  width: auto;
}
.modTableIR.modTableScroll th {
  min-width: 8em;
}
@media all and (min-width: 768px) {
  .modTableIR.modFullTable {
    width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media all and (min-width: 1200px) {
  .modTableIR.modFullTable {
    width: 1140px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modTableIR.modFullTable {
    width: 940px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modTableIR.modFullTable {
    width: 720px;
  }
}
/* table styles IR 2019.1.16 add*/
.mainVisual {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media all and (min-width: 768px) {
  .mainVisual {
    height: 480px;
  }
  .mainVisual:after {
    width: 945px;
    height: 120px;
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 2;
  }
  .mainVisual.hasText:after {
    display: none;
  }
  .mainVisual .pic {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1;
  }
  .mainVisual .pic img {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: none;
    height: auto;
    min-height: 480px;
    min-width: 100%;
  }
  .mainVisual .modMainVisualText {
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner h1 {
    font-family: "NeoSansStd-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-size: 3.42857143rem;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner h1 + h2 {
    margin-top: 20px;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner h1 + p {
    margin-top: 30px;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner h2 {
    font-size: 1.42857143rem;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner h2 + p {
    margin-top: 30px;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner p {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.28571429rem;
    line-height: 1.55;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .mainVisual + .section {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    padding-top: 60px;
  }
  .mainVisual + .section h1 {
    text-align: center;
  }
  .mainVisual.hasText + .section {
    margin-top: 75px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .mainVisual:after {
    width: 778px;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner {
    padding: 0 26px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .mainVisual:after {
    width: 720px;
  }
  .mainVisual .pic img {
    width: 100%;
  }
  .mainVisual .modMainVisualText .modMainVisualTextInner {
    padding: 0 24px;
  }
  .mainVisual .modMainVisualText h1 {
    font-size: 2.85714286rem;
  }
  .mainVisual.hasText + .section {
    margin-top: 75px;
  }
}
@media all and (max-width: 767px) {
  .mainVisual {
    background: #fff;
  }
  .mainVisual .pic {
    position: relative;
  }
  .mainVisual .modMainVisualText {
    padding: 45px 18px 55px;
  }
  .mainVisual .modMainVisualText h1 {
    font-family: "NeoSansStd-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-size: 2.85714286rem;
  }
  .backgroundcliptext .mainVisual .modMainVisualText h1 {
    background: -webkit-linear-gradient(top left, #0065bd, #37b1de);
    background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#37b1de));
    background: linear-gradient(to bottom right, #0065bd, #37b1de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainVisual .modMainVisualText h1 + h2 {
    margin-top: 20px;
  }
  .mainVisual .modMainVisualText h1 + p {
    margin-top: 30px;
  }
  .mainVisual .modMainVisualText h2 {
    font-size: 1.42857143rem;
  }
  .mainVisual .modMainVisualText h2 + p {
    margin-top: 30px;
  }
  .mainVisual .modMainVisualText p {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.28571429rem;
    line-height: 1.55;
    margin: 0 auto;
  }
  .mainVisual + .section {
    margin-top: 10px;
  }
}
.anchorList {
  margin-bottom: 40px;
}
.anchorList:last-child {
  margin-bottom: 0;
}
.anchorList a,
.anchorList .noLink {
  font-size: 1.28571429rem;
}
.anchorList a:hover {
  text-decoration: none;
}
.listPrimary {
  border-left: 2px solid #e1e6ee;
  padding: 3px 0px 6px 20px;
}
.listPrimary li {
  margin-bottom: 15px;
}
.listPrimary li:last-child {
  margin-bottom: 0;
}
.listPrimary li .ic {
  margin-left: 18px;
}
.listLine {
  overflow: auto;
  border-top: 2px solid #e1e6ee;
  border-bottom: 2px solid #e1e6ee;
}
.listLine .listLineInner {
  min-width: 100%;
  padding: 11px 0 11px;
}
.listLine ul {
  margin: 0 17px;
  display: table;
}
.listLine li {
  display: table-cell;
  padding-right: 30px;
}
.listLine li:last-child {
  padding-right: 0;
}
.listLine li .ic {
  margin-left: 15px;
}
@media all and (min-width: 992px) {
  .listLine {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .listLine {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) {
  .article .modButtonList ul,
  .modalSection .modButtonList ul {
    margin: -10px;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .article .modButtonList li,
  .modalSection .modButtonList li {
    margin: 10px;
    letter-spacing: normal;
    display: inline-block;
  }
  .article .modButtonList .button,
  .modalSection .modButtonList .button {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .article .modButtonList li,
  .modalSection .modButtonList li {
    margin-bottom: 20px;
  }
  .article .modButtonList li:last-child,
  .modalSection .modButtonList li:last-child {
    margin-bottom: 0;
  }
}
.article .button,
.modalSection .button {
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .article .button,
  .modalSection .button {
    text-align: center;
  }
}
.article .button a,
.modalSection .button a {
  text-align: center;
  display: inline-block;
  background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to top right, #0065bd, #0e8bd1);
  color: #fff;
  position: relative;
  font-size: 1.14285714rem;
  line-height: 1.3;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: color 0.12s ease-in;
  transition: color 0.12s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article .button a:hover,
.modalSection .button a:hover {
  text-decoration: none;
}
.article .button a:hover:after,
.modalSection .button a:hover:after {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.article .button a:after,
.modalSection .button a:after {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom left, #0e8bd1, #37b1de);
  background: -webkit-gradient(linear, left bottom, right top, from(#0e8bd1), to(#37b1de));
  background: linear-gradient(to top right, #0e8bd1, #37b1de);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.article .button a span,
.modalSection .button a span {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .article .button a,
  .modalSection .button a {
    min-width: 125px;
  }
}
@media all and (max-width: 991px) {
  .article .button a,
  .modalSection .button a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .button .icBlankBlue,
.modalSection .button .icBlankBlue,
.article .button .icBlankWhite,
.modalSection .button .icBlankWhite,
.article .button .icDownloadBlue,
.modalSection .button .icDownloadBlue,
.article .button .icDownloadWhite,
.modalSection .button .icDownloadWhite {
  margin-left: 10px;
}
.article .button.buttonLarge a,
.modalSection .button.buttonLarge a {
  font-size: 1.28571429rem;
  min-width: 150px;
  padding: 18px 30px;
}
.article .button.buttonSub a,
.modalSection .button.buttonSub a {
  background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to top right, #0065bd, #0e8bd1);
  padding: 0;
}
.article .button.buttonSub a span,
.modalSection .button.buttonSub a span {
  color: #0065bd;
  margin: 2px;
  background: #fff;
  display: block;
  padding: 13px 28px;
}
.article .button.buttonSub a:hover span,
.modalSection .button.buttonSub a:hover span {
  color: #fff;
  background: none;
}
.article .button.buttonWhite a,
.modalSection .button.buttonWhite a {
  background: #fff;
  color: #0065bd;
}
.article .button.buttonWhite a:hover,
.modalSection .button.buttonWhite a:hover {
  color: #fff;
}
.article .button.buttonWhite a:hover .icBlankBlue,
.modalSection .button.buttonWhite a:hover .icBlankBlue {
  background-position: 100% 15.45454545%;
  width: 18px;
  height: 16px;
}
.article .button.buttonWhite a:hover .icDownloadBlue,
.modalSection .button.buttonWhite a:hover .icDownloadBlue {
  background-position: 63.63636364% 93.45794393%;
  width: 17px;
  height: 19px;
}
.article .button.buttonWhiteSub a,
.modalSection .button.buttonWhiteSub a {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 13px 28px;
}
.article .button.buttonWhiteSub a:after,
.modalSection .button.buttonWhiteSub a:after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}
.modSearch {
  position: relative;
  display: inline-block;
}
.modSearch input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: none;
  border: 1px solid #e1e6ee;
  border-radius: 2px;
  padding: 14px 57px 13px 18px;
  font-size: 1.28571429rem;
  color: #516570;
  -webkit-transition: border 0.12s ease-in;
  transition: border 0.12s ease-in;
  max-width: 100%;
  min-width: 320px;
}
.modSearch input::-webkit-input-placeholder {
  color: rgba(81, 101, 112, 0.5);
}
.modSearch input:-ms-input-placeholder {
  color: rgba(81, 101, 112, 0.5);
}
.modSearch input::-moz-placeholder {
  color: rgba(81, 101, 112, 0.5);
}
.modSearch input:placeholder-shown {
  color: rgba(81, 101, 112, 0.5);
}
.modSearch input::-ms-expand {
  display: none;
}
.modSearch input:hover,
.modSearch input:focus {
  border: 1px solid #37b1de;
}
.modSearch button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: 0;
  background: none;
  border: 0;
  padding: 12px 12px;
  width: 50px;
  height: 50px;
}
.modSelect label {
  position: relative;
  display: inline-block;
}
.modSelect .ic {
  -webkit-background-size: 208.6px auto;
  background-size: 208.6px auto;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 14px;
  z-index: 2;
}
.modSelect select {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: none;
  border: 1px solid #e1e6ee;
  border-radius: 2px;
  padding: 14px 57px 13px 18px;
  font-size: 1.28571429rem;
  color: #516570;
  -webkit-transition: border 0.12s ease-in;
  transition: border 0.12s ease-in;
  min-height: 50px;
}
.modSelect select::-ms-expand {
  display: none;
}
.modSelect select:hover,
.modSelect select:focus {
  border: 1px solid #37b1de;
}
@media all and (max-width: 991px) {
  .modSection .tabArea,
  .modFullSection .tabArea,
  .modalSection .tabArea {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.modSection .tabArea .tabButton,
.modFullSection .tabArea .tabButton,
.modalSection .tabArea .tabButton {
  width: 100%;
  position: relative;
}
.modSection .tabArea .tabButton .js-overflow-inner,
.modFullSection .tabArea .tabButton .js-overflow-inner,
.modalSection .tabArea .tabButton .js-overflow-inner {
  width: 100%;
}
.modSection .tabArea .tabButton ul,
.modFullSection .tabArea .tabButton ul,
.modalSection .tabArea .tabButton ul {
  display: table;
  position: relative;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modSection .tabArea .tabButton ul:after,
.modFullSection .tabArea .tabButton ul:after,
.modalSection .tabArea .tabButton ul:after,
.modSection .tabArea .tabButton ul:before,
.modFullSection .tabArea .tabButton ul:before,
.modalSection .tabArea .tabButton ul:before {
  content: '';
  display: table-cell;
  border-bottom: 2px solid rgba(103, 132, 171, 0.2);
  padding-left: 8px;
}
@media all and (max-width: 991px) {
  .modSection .tabArea .tabButton ul:after,
  .modFullSection .tabArea .tabButton ul:after,
  .modalSection .tabArea .tabButton ul:after,
  .modSection .tabArea .tabButton ul:before,
  .modFullSection .tabArea .tabButton ul:before,
  .modalSection .tabArea .tabButton ul:before {
    padding-left: 15px;
  }
}
.modSection .tabArea .tabButton ul:before,
.modFullSection .tabArea .tabButton ul:before,
.modalSection .tabArea .tabButton ul:before {
  width: 8px;
}
@media all and (max-width: 991px) {
  .modSection .tabArea .tabButton ul:before,
  .modFullSection .tabArea .tabButton ul:before,
  .modalSection .tabArea .tabButton ul:before {
    width: 15px;
  }
}
.modSection .tabArea .tabButton li,
.modFullSection .tabArea .tabButton li,
.modalSection .tabArea .tabButton li {
  display: table-cell;
  border-bottom: 2px solid rgba(103, 132, 171, 0.2);
  border-collapse: collapse;
  width: 1em;
  white-space: nowrap;
}
.modSection .tabArea .tabButton a,
.modFullSection .tabArea .tabButton a,
.modalSection .tabArea .tabButton a {
  display: block;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: background 0.12s ease-in;
  transition: background 0.12s ease-in;
}
@media all and (min-width: 992px) {
  .modSection .tabArea .tabButton a,
  .modFullSection .tabArea .tabButton a,
  .modalSection .tabArea .tabButton a {
    font-size: 1.14285714rem;
    padding: 10px 20px;
  }
}
@media all and (max-width: 991px) {
  .modSection .tabArea .tabButton a,
  .modFullSection .tabArea .tabButton a,
  .modalSection .tabArea .tabButton a {
    font-size: 1rem;
    padding: 17px 20px 13px;
  }
}
.modSection .tabArea .tabButton a:hover,
.modFullSection .tabArea .tabButton a:hover,
.modalSection .tabArea .tabButton a:hover {
  text-decoration: none;
  background: rgba(193, 211, 230, 0.2);
}
.modSection .tabArea .tabButton .active,
.modFullSection .tabArea .tabButton .active,
.modalSection .tabArea .tabButton .active {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-top: 2px solid rgba(103, 132, 171, 0.2);
  border-left: 2px solid rgba(103, 132, 171, 0.2);
  border-right: 2px solid rgba(103, 132, 171, 0.2);
}
.modSection .tabArea .tabButton .active a,
.modFullSection .tabArea .tabButton .active a,
.modalSection .tabArea .tabButton .active a {
  border: 0;
  color: #516570;
}
.modSection .tabArea .tabButton .active a:hover,
.modFullSection .tabArea .tabButton .active a:hover,
.modalSection .tabArea .tabButton .active a:hover {
  background: rgba(255, 255, 255, 0);
}
.modSection .tabArea .tabButton.tabButtonBottom ul:after,
.modFullSection .tabArea .tabButton.tabButtonBottom ul:after,
.modalSection .tabArea .tabButton.tabButtonBottom ul:after,
.modSection .tabArea .tabButton.tabButtonBottom ul:before,
.modFullSection .tabArea .tabButton.tabButtonBottom ul:before,
.modalSection .tabArea .tabButton.tabButtonBottom ul:before {
  border-bottom: 0;
  border-top: 2px solid rgba(103, 132, 171, 0.2);
}
.modSection .tabArea .tabButton.tabButtonBottom li,
.modFullSection .tabArea .tabButton.tabButtonBottom li,
.modalSection .tabArea .tabButton.tabButtonBottom li {
  border-bottom: 0;
  border-top: 2px solid rgba(103, 132, 171, 0.2);
}
.modSection .tabArea .tabButton.tabButtonBottom a,
.modFullSection .tabArea .tabButton.tabButtonBottom a,
.modalSection .tabArea .tabButton.tabButtonBottom a {
  border-top: 0;
  border-bottom: 2px solid transparent;
}
.modSection .tabArea .tabButton.tabButtonBottom .active,
.modFullSection .tabArea .tabButton.tabButtonBottom .active,
.modalSection .tabArea .tabButton.tabButtonBottom .active {
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(103, 132, 171, 0.2);
}
.modSection .tabArea .tabContent,
.modFullSection .tabArea .tabContent,
.modalSection .tabArea .tabContent {
  z-index: 0;
}
@media all and (max-width: 991px) {
  .modSection .tabArea .tabContent,
  .modFullSection .tabArea .tabContent,
  .modalSection .tabArea .tabContent {
    padding: 0 15px;
  }
}
.modSection .tabArea .tabContent .tabContentItem,
.modFullSection .tabArea .tabContent .tabContentItem,
.modalSection .tabArea .tabContent .tabContentItem {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modSection .tabArea .tabContent .tabContentItem.active,
.modFullSection .tabArea .tabContent .tabContentItem.active,
.modalSection .tabArea .tabContent .tabContentItem.active {
  -webkit-animation: _a_tab 0.12s ease-in;
  animation: _a_tab 0.12s ease-in;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  display: block;
}
.modSection .tabArea .tabContent .tabContentItem .tabContentItemInner,
.modFullSection .tabArea .tabContent .tabContentItem .tabContentItemInner,
.modalSection .tabArea .tabContent .tabContentItem .tabContentItemInner {
  padding-top: 40px;
}
@-webkit-keyframes _a_tab {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: block;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    display: block;
  }
}
@keyframes _a_tab {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: block;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    display: block;
  }
}
.modSection a,
.modFullSection a,
.modalSection a {
  text-decoration: none;
  color: #0065bd;
}
.modSection a .modLinkText,
.modFullSection a .modLinkText,
.modalSection a .modLinkText {
  -webkit-transition: border 0.12s ease-in;
  transition: border 0.12s ease-in;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.modSection a:hover,
.modFullSection a:hover,
.modalSection a:hover {
  text-decoration: none;
}
.modSection a:hover .icArrowBlue,
.modFullSection a:hover .icArrowBlue,
.modalSection a:hover .icArrowBlue,
.modSection a:hover .icArrowWhite,
.modFullSection a:hover .icArrowWhite,
.modalSection a:hover .icArrowWhite {
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.modSection a:hover .modLinkText,
.modFullSection a:hover .modLinkText,
.modalSection a:hover .modLinkText {
  border-bottom: 1px solid #0065bd;
}
.modSection a .icArrowBlue,
.modFullSection a .icArrowBlue,
.modalSection a .icArrowBlue,
.modSection a .icArrowWhite,
.modFullSection a .icArrowWhite,
.modalSection a .icArrowWhite {
  -webkit-transition: -webkit-transform 0.12s ease-in;
  transition: -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in;
  transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
  margin-left: 11px;
  top: -1px;
}
.modSection a .icBlankBlue,
.modFullSection a .icBlankBlue,
.modalSection a .icBlankBlue,
.modSection a .icBlankWhite,
.modFullSection a .icBlankWhite,
.modalSection a .icBlankWhite {
  margin-left: 13px;
  top: -2px;
}
.modSection a .icDownloadBlue,
.modFullSection a .icDownloadBlue,
.modalSection a .icDownloadBlue,
.modSection a .icDownloadWhite,
.modFullSection a .icDownloadWhite,
.modalSection a .icDownloadWhite {
  margin-left: 13px;
  top: -4px;
}
.modSection a .icPdf,
.modFullSection a .icPdf,
.modalSection a .icPdf,
.modSection a .icXls,
.modFullSection a .icXls,
.modalSection a .icXls,
.modSection a .icZip,
.modFullSection a .icZip,
.modalSection a .icZip {
  margin-left: 14px;
}
.modSection .typoWhite,
.modFullSection .typoWhite,
.modalSection .typoWhite {
  color: #fff;
}
.modSection .typoWhite a,
.modFullSection .typoWhite a,
.modalSection .typoWhite a {
  color: #fff;
}
.modSection .typoWhite a:hover .modLinkText,
.modFullSection .typoWhite a:hover .modLinkText,
.modalSection .typoWhite a:hover .modLinkText {
  border-bottom: 1px solid #fff;
}
.modVideo {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
}
.modVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modThumbVideo {
  position: relative;
}
.modThumbVideo .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.playButton a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.playButton a .circle {
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border 0.12s ease-in;
  transition: border 0.12s ease-in;
}
.playButton a .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin-left: 3px;
  -webkit-transition: -webkit-transform 0.12s ease-in;
  transition: -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in;
  transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
}
.playButton a .playText {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}
.playButton a:hover .circle {
  border: 30px solid #fff;
}
.playButton a:hover .ic {
  background-position: 41.6% 70.10309278%;
  width: 24px;
  height: 29px;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}
@media all and (max-width: 991px) {
  .modalVideo .modalContent {
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .modalVideo .closeBtn {
    right: 24px;
    top: -29px;
  }
}
@media all and (max-width: 991px) {
  .modalVideo .closeBtn {
    right: 0px;
    top: -53px;
  }
}
#content .modArchivesFilter {
  margin-top: 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  #content .modArchivesFilter {
    margin-top: 40px;
  }
}
#content .modArchivesFilter + .modArchivesList {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  #content .modArchivesFilter + .modArchivesList {
    margin-top: 10px;
  }
}
#content .modArchivesFilter ul {
  letter-spacing: -0.4em;
  margin: -8px 0;
}
@media all and (max-width: 767px) {
  #content .modArchivesFilter ul {
    margin-bottom: 2px;
  }
}
#content .modArchivesFilter ul li {
  font-size: 1.14285714rem;
  letter-spacing: normal;
  display: inline-block;
  margin: 8px 0;
  margin-right: 28px;
}
#content .modArchivesFilter ul li.active {
  font-weight: bold;
}
#content .modArchivesFilter ul li.active a {
  color: #516570;
}
#content .modArchivesFilter ul li:last-child {
  margin-right: 0;
}
#content .modArchivesFilter ul .tag {
  border-left: 1px solid #e1e6ee;
  padding-left: 20px;
}
#content .modArchivesFilter ul .tag .ic {
  margin-left: 10px;
}
#content .modArchivesFilter ul .tag.active {
  font-weight: normal;
}
#content .modArchivesFilter ul .tag.active a {
  color: #0065bd;
}
#content .modArchivesFilter ul .tag.active .ic {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#content .modArchivesFilter .tagList {
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  #content .modArchivesFilter .tagList {
    margin-top: 0px;
  }
}
#content .modArchivesFilter .tagList ul {
  background: #f3f5fa;
  padding: 12px 16px;
  margin: 0;
}
#content .modArchivesFilter .tagList input {
  margin-right: 8px;
}
#content .modArchivesList ul {
  border-bottom: 1px solid #e1e6ee;
}
#content .modArchivesList li {
  border-top: 1px solid #e1e6ee;
}
@media all and (min-width: 768px) {
  #content .modArchivesList li {
    padding: 45px 0;
  }
}
@media all and (max-width: 767px) {
  #content .modArchivesList li {
    padding: 35px 0;
  }
}
#content .modArchivesList .title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  #content .modArchivesList .title {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  #content .modArchivesList .title {
    font-size: 1.85714286rem;
  }
}
#content .modArchivesList .category {
  font-size: 0.85714286rem;
}
#content .modArchivesList .itemInner {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  #content .modArchivesList .itemInner {
    margin-top: 15px;
  }
}
#content .modArchivesList .itemInner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (min-width: 768px) {
  #content .modArchivesList .pic {
    float: right;
  }
}
@media all and (min-width: 992px) {
  #content .modArchivesList .pic {
    width: 262px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .modArchivesList .pic {
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  #content .modArchivesList .pic {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  #content .modArchivesList .info {
    overflow: hidden;
    padding-right: 30px;
  }
}
#content .modArchivesList .description {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  margin-top: 25px;
  line-height: 1.55;
  font-size: 1.28571429rem;
}
#content .modArchivesList .linkText {
  margin-top: 25px;
  font-size: 1.28571429rem;
}
#content .modPaging {
  text-align: center;
  margin-top: 30px;
}
#content .modPaging ul {
  letter-spacing: -0.4em;
  position: relative;
}
#content .modPaging li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.28571429rem;
  letter-spacing: normal;
  display: inline-block;
}
#content .modPaging li a,
#content .modPaging li .non,
#content .modPaging li .active {
  padding: 15px;
  display: block;
}
@media all and (max-width: 767px) {
  #content .modPaging li a,
  #content .modPaging li .non,
  #content .modPaging li .active {
    padding: 8px;
  }
}
@media all and (max-width: 767px) {
  #content .modPaging .previous,
  #content .modPaging .next {
    position: absolute;
    top: 0;
  }
  #content .modPaging .previous a,
  #content .modPaging .next a {
    padding: 8px 0;
  }
  #content .modPaging .previous {
    left: 0;
  }
  #content .modPaging .next {
    right: 0;
  }
}
#content .modPaging .non {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#content .modPaging .active {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
}
#content .modSitemap {
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  #content .modSitemap .modSitemapWrapList {
    margin: -70px -15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  #content .modSitemap .modSitemapWrapList {
    margin-top: -50px;
  }
}
#content .modSitemap .modSitemapWrapList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  #content .modSitemap .modSitemapWrapList > li {
    padding: 0 15px;
    margin-top: 70px;
  }
}
@media all and (min-width: 992px) {
  #content .modSitemap .modSitemapWrapList > li {
    width: 33.33333%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .modSitemap .modSitemapWrapList > li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content .modSitemap .modSitemapWrapList > li {
    margin-top: 50px;
  }
}
#content .modSitemap .modSitemapWrapList h2 {
  border-bottom: 1px solid #e1e6ee;
  padding-bottom: 10px;
  margin-top: 80px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
#content .modSitemap .modSitemapWrapList h2:first-child {
  margin-top: 0px;
}
#content .modSitemap .modSitemapWrapList h2 a {
  display: block;
  color: #516570;
}
#content .modSitemap .modSitemapWrapList h3 a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.28571429rem;
}
#content .modSitemap .modSitemapWrapList .modSitemapChildList {
  padding-left: 1em;
  margin-top: 20px;
}
#content .modSitemap .modSitemapWrapList .modSitemapChildList > li {
  position: relative;
  padding-left: 2.2em;
  margin-top: 13px;
}
#content .modSitemap .modSitemapWrapList .modSitemapChildList > li:first-child {
  margin-top: 0px;
}
#content .modSitemap .modSitemapWrapList .modSitemapChildList > li::before {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.28571429rem;
  position: absolute;
  top: 0;
  left: 0;
  content: '\30FB';
  color: #516570;
}
#content .modSitemap .modSitemapWrapList .modSitemapChildList > li li {
  margin-top: 13px;
}
#content .modSubIndex {
  padding-top: 80px;
}
@media all and (min-width: 768px) {
  #content .modSubIndex .modSubIndexList {
    margin: -70px -15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  #content .modSubIndex .modSubIndexList {
    margin-top: -50px;
  }
}
#content .modSubIndex .modSubIndexList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media all and (min-width: 768px) {
  #content .modSubIndex .modSubIndexList > li {
    padding: 0 15px 80px;
    margin-top: 70px;
  }
}
@media all and (min-width: 992px) {
  #content .modSubIndex .modSubIndexList > li {
    width: 33.33333%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .modSubIndex .modSubIndexList > li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content .modSubIndex .modSubIndexList > li {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  #content .modSubIndex .modSubIndexList > li.modBlankLink {
    padding-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  #content .modSubIndex .modSubIndexList > li.modBlankLink {
    padding-bottom: 30px;
  }
}
#content .modSubIndex .modSubIndexList > li.modBlankLink .button {
  bottom: 30px;
}
#content .modSubIndex .modSubIndexList > li.modBlankLink .modAnnotation.toHd {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 10px;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  #content .modSubIndex .modSubIndexList > li.modBlankLink .modAnnotation.toHd {
    padding: 0;
  }
}
#content .modSubIndex .modSubIndexList > li .button {
  text-align: left;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  #content .modSubIndex .modSubIndexList > li .button {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    bottom: 0;
    left: 0;
  }
}
#content .modSubIndex .modSubIndexList > li .button a {
  width: auto;
}
#content .modSubIndex .modSubIndexList h2 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
#content .modSubIndex .modSubIndexList h2 + .button {
  margin-top: 30px;
}
#content .modSubIndex .modSubIndexList .modText {
  margin-top: 20px;
}
.adobeDownloadItem {
  margin-left: auto;
  margin-right: auto;
}
.adobeDownloadItem:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (min-width: 992px) {
  .adobeDownloadItem {
    max-width: 750px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .adobeDownloadItem {
    max-width: 720px;
  }
}
@media all and (min-width: 768px) {
  .adobeDownloadItem {
    border-top: 1px solid #e1e6ee;
    border-bottom: 1px solid #e1e6ee;
    padding: 30px 45px;
  }
}
@media all and (max-width: 767px) {
  .adobeDownloadItem {
    border: 1px solid #e1e6ee;
    margin: 0 15px;
    padding: 20px 15px;
  }
}
.adobeDownloadItem figure {
  width: 158px;
}
@media all and (min-width: 768px) {
  .adobeDownloadItem figure {
    float: left;
  }
}
@media all and (max-width: 767px) {
  .adobeDownloadItem figure {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .adobeDownloadItem dl {
    overflow: hidden;
    padding-left: 40px;
  }
}
.adobeDownloadItem dt {
  font-size: 1.14285714rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#content .modFaq {
  margin-top: 30px;
}
#content .modFaq dl:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#content .modFaq dl dt,
#content .modFaq dl dd {
  line-height: 1.55;
}
#content .modFaq dl.question {
  color: #0065bd;
  padding-bottom: 20px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
}
#content .modFaq dl.question .modText {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 700;
}
#content .modFaq dl.answer {
  border-bottom: 1px solid #e1e6ee;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
#content .modFaq dl dt {
  font-size: 1.28571429rem;
  overflow: hidden;
  float: left;
  min-width: 3.2em;
  text-align: right;
}
#content .modFaq dl dd {
  overflow: hidden;
  padding-left: 1.2em;
}
.fixBtn {
  position: fixed;
  bottom: 15px;
  z-index: 90;
}
@media all and (min-width: 1200px) {
  .fixBtn {
    left: 50%;
    margin-left: 520px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .fixBtn {
    right: 28px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .fixBtn {
    right: 24px;
  }
}
@media all and (max-width: 767px) {
  .fixBtn {
    right: 15px;
  }
}
.fixBtn a {
  background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: linear-gradient(to top right, #0065bd, #0e8bd1);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
}
.fixBtn a span {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 991px) {
  .fixBtn a {
    width: 40px;
    height: 40px;
  }
  .fixBtn a span {
    width: 36px;
    height: 36px;
  }
}
.fixBtn .btnShare {
  margin-bottom: 15px;
}
.fixBtn .btnShare span {
  padding: 7px 7px;
}
@media all and (max-width: 991px) {
  .fixBtn .btnShare span {
    padding: 2px 2px;
  }
}
.fixBtn .backToTop {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fixBtn .backToTop span {
  position: relative;
}
.fixBtn .backToTop span .ic {
  top: 11px;
  left: 15px;
}
@media all and (max-width: 991px) {
  .fixBtn .backToTop span .ic {
    top: 7px;
    left: 11px;
  }
}
.fixBtn .backToTop .ic {
  background-position: 36.56716418% 96.15384615%;
  width: 15px;
  height: 22px;
  -webkit-transition: top 0.12s ease-in;
  transition: top 0.12s ease-in;
}
.fixBtn .backToTop a:hover .ic {
  top: 4px;
}
@media all and (max-width: 991px) {
  .fixBtn .backToTop a:hover .ic {
    top: 0;
  }
}
.fixBtn .backToTop.active {
  -webkit-animation: _a_backToTopIn 0.12s ease-in;
  animation: _a_backToTopIn 0.12s ease-in;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  margin-bottom: 0;
}
.fixBtn .backToTop.noActive {
  -webkit-animation: _a_backToTopOut 0.12s ease-in;
  animation: _a_backToTopOut 0.12s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  margin-bottom: -15px;
}
@-webkit-keyframes _a_backToTopIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-bottom: -65px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
  }
}
@keyframes _a_backToTopIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-bottom: -65px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
  }
}
@-webkit-keyframes _a_backToTopOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
    margin-bottom: 0;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-bottom: -65px;
    height: auto;
  }
  100% {
    height: 0;
    margin-bottom: -65px;
  }
}
@keyframes _a_backToTopOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
    margin-bottom: 0;
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-bottom: -65px;
    height: auto;
  }
  100% {
    height: 0;
    margin-bottom: -65px;
  }
}
/* 180726 */
@media all and (min-width: 768px) {
  .modFullSize {
    width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media all and (min-width: 1200px) {
  .modFullSize {
    width: 1140px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modFullSize {
    width: 940px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modFullSize {
    width: 720px;
  }
}
/* 181221 */
.fontsize15.modTable th,
.fontsize15.modTable td {
  font-size: 15px;
}
/* Colours */
/* Fonts */
/* Font weights */
/* Sizes */
/* Widths */
.width-narrow {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .width-narrow {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .width-narrow {
    margin: 0;
  }
}
.width-mid {
  max-width: 950px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 990px) {
  .width-mid {
    margin: 0 20px;
  }
}
.width-wide {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .width-wide {
    margin: 0 20px;
  }
}
.width-overflow {
  max-width: 1254px;
  margin: 0 auto;
}
@media screen and (max-width: 1274px) {
  .width-overflow {
    margin: 0 20px;
  }
}
/* Backgrounds */
.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* Buttons */
.background-gradient-button {
  background: -webkit-linear-gradient(163deg, #005DA9 0%, #005DA9 40%, #2DAFE5 100%);
  background: linear-gradient(163deg, #005DA9 0%, #005DA9 40%, #2DAFE5 100%);
}
.background-gradient-popup {
  background: -webkit-linear-gradient(173deg, #005DA9 0%, #005DA9 60%, #2DAFE5 100%);
  background: linear-gradient(173deg, #005DA9 0%, #005DA9 60%, #2DAFE5 100%);
}
body {
  position: relative;
}
main > article {
  margin-top: 0 !important;
  overflow: hidden;
}
main > article h1,
main > article h2,
main > article h3,
main > article h4,
main > article h5,
main > article p,
main > article a,
main > article li,
main > article blockquote,
main > article figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #45668f;
}
main > article h1 strong,
main > article h2 strong,
main > article h3 strong,
main > article h4 strong,
main > article h5 strong,
main > article p strong,
main > article a strong,
main > article li strong,
main > article blockquote strong,
main > article figcaption strong {
  font-weight: 400;
}
main > article h1.rev,
main > article h2.rev,
main > article h3.rev,
main > article h4.rev,
main > article h5.rev,
main > article p.rev,
main > article a.rev,
main > article li.rev,
main > article blockquote.rev,
main > article figcaption.rev {
  color: white;
}
main > article.jp h1,
main > article.jp h2,
main > article.jp h3,
main > article.jp h4,
main > article.jp h5,
main > article.jp p,
main > article.jp a,
main > article.jp li,
main > article.jp blockquote {
  font-family: "YakuHanJPs", "Open Sans", sans-serif;
}
main > article h1,
main > article h2,
main > article h3,
main > article h4,
main > article h5,
main > article blockquote {
  margin: 0;
  line-height: 1;
}
main > article p {
  color: #516571;
}
main > article p.boilerplate,
main > article span.boilerplate {
  font-size: 10px;
  font-weight: 400;
}
main > article a {
  text-decoration: none;
  font-weight: 400;
  color: #42b2dc;
  outline: none;
}
main > article a.external,
main > article a.download,
main > article a span.download {
  position: relative;
  font-size: 14px;
  padding-right: 24px;
}
main > article a.external:after,
main > article a.download:after,
main > article a span.download:after {
  font-family: "icomoon";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 11px;
  color: #42b2dc;
}
main > article a.external.dark:after,
main > article a.download.dark:after,
main > article a span.download.dark:after {
  color: #127fc8;
}
main > article a.external.rev:after,
main > article a.download.rev:after,
main > article a span.download.rev:after {
  color: white;
}
main > article a.external:after {
  content: "\e900";
}
main > article a.download:after,
main > article a span.download:after {
  content: "\e902";
}
main > article a.inline:after {
  position: static;
  top: auto;
  bottom: 0;
  transform: none;
  display: inline-block;
  margin-left: 10px;
}
main > article img {
  display: block;
}
main > article button,
main > article button:active {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
main > article section {
  box-sizing: border-box;
}
main > article ul {
  padding: 0;
}
main > article div {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }
}
body.noScroll {
  overflow-y: hidden;
}
.siteHeader.cloneHeader {
  display: none;
  height: 0;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
  header.siteHeader {
    position: fixed;
    padding-bottom: 5px;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  }
  .btnSpMenu {
    top: 12px;
    position: fixed;
  }
  .btnSpMenu.fixed {
    top: 20px;
    position: fixed;
  }
}
/* Global */
main > article .profile-main-loader {
  left: calc(50% - 40px);
  position: fixed;
  top: calc(50% - 40px);
  width: 80px;
  z-index: 0;
  transition: 0.5s;
}
main > article .profile-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 80px;
  height: 80px;
}
main > article .profile-main-loader .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
main > article .profile-main-loader .loader .circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
main > article .loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
main.loaded > article .profile-main-loader {
  opacity: 0;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.animate-slow {
  transition-duration: 1s;
}
.animate-fast {
  transition-duration: 0.5s;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(50%);
}
.fade-in-up.animated {
  opacity: 1;
  transform: none;
}
.fade-in {
  opacity: 0;
}
.fade-in.animated {
  opacity: 1;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    z-index: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    z-index: -1;
  }
}
main > article .hamburger {
  display: block;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 56px;
  height: 56px;
  background-color: white;
  border: 1px solid #0b69bd;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  main > article .hamburger {
    width: 45px !important;
    height: 45px !important;
  }
}
main > article .hamburger.fixed {
  position: fixed;
  top: 35px;
}
main > article .hamburger span.line {
  background-color: #0b69bd;
  display: block;
  height: 2px;
  width: 17px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main > article .hamburger span.line:before,
main > article .hamburger span.line:after {
  background-color: #0b69bd;
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
}
main > article .hamburger span.line:before {
  top: -6px;
}
main > article .hamburger span.line:after {
  bottom: -6px;
}
main > article .hamburger:hover {
  background-color: #0b69bd;
}
main > article .hamburger:hover span.line {
  background-color: white;
}
main > article .hamburger:hover span.line:before,
main > article .hamburger:hover span.line:after {
  background-color: white;
}
@media screen and (max-width: 414px) {
  main > article .hamburger {
    top: 16px;
    left: 16px;
  }
}
@media screen and (max-width: 991px) {
  main > article .hamburger.fixed {
    top: 77px;
  }
}
main.loaded > article .hamburger {
  opacity: 1;
}
main > article .close {
  display: block;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transition: 0.3s;
  z-index: 1;
}
main > article .close:before {
  content: "\e904";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6.5px, -6.5px);
  width: 13px;
  height: 13px;
  font-family: "icomoon";
  font-size: 13px;
  color: white;
  display: block;
}
main > article .close:hover {
  background-color: white;
}
main > article .close:hover:before {
  color: #0065bd;
}
@media screen and (max-width: 767px) {
  main > article .close {
    width: 32px;
    height: 32px;
  }
}
main > article .top-link {
  position: fixed;
  right: 26px;
  bottom: 26px;
  display: none;
  width: 53px;
  height: 53px;
  background-color: white;
  border: 2px solid #0b69bd;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
main > article .top-link.active {
  z-index: 1;
  opacity: 1;
}
main > article .top-link.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
main > article .top-link:before {
  content: "\e901";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-size: 22px;
  color: #0b69bd;
  padding: 12px;
  text-align: center;
  display: block;
  transition: all 0.3s linear;
  transition: opacity 0.5s, z-index 0.1;
  transition-delay: z-index 0.5s;
}
main > article .top-link:hover {
  background-color: #0b69bd;
}
main > article .top-link:hover:before {
  color: white;
}
@media screen and (max-width: 1023px) {
  main > article .top-link {
    position: absolute;
    width: 45px;
    height: 45px;
  }
}
main > article nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0065bd;
  padding: 24px 0 0 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
  box-sizing: border-box;
}
main > article nav.active {
  z-index: 101;
  opacity: 1;
  display: block;
  transition: opacity 0.4s;
}
main > article nav.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
main > article nav h3 {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
main > article nav .main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
main > article nav .main-menu li {
  list-style-type: none;
  margin-top: 22px;
}
@media only screen and (max-device-width: 400px) {
  main > article nav .main-menu li {
    margin-top: 12px;
  }
}
main > article nav .main-menu li a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
main > article nav .main-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: white;
  opacity: 0;
  transition: 0.3s;
}
main > article nav .main-menu li a.active:after,
main > article nav .main-menu li a:hover:after {
  opacity: 1;
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  main > article nav {
    display: block;
  }
  main > article nav h3 {
    margin-bottom: 20px;
  }
  main > article nav .main-menu {
    display: block;
    text-align: center;
    overflow: auto;
    padding-bottom: 100px;
  }
}
.more {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50.08%);
  width: 23px;
  height: 27px;
}
@media only screen and (max-height: 600px) {
  .more {
    bottom: 0;
  }
}
.more span {
  position: absolute;
  left: 50%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: oar2019pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  opacity: 0.5;
}
.more span.arrow1 {
  background-image: url(../img/more-arrow-1.svg);
  width: 22.69px;
  height: 10.8px;
  animation-delay: 2s;
  transform: translate(-50%, 0);
}
.more span.arrow2 {
  background-image: url(../img/more-arrow-2.svg);
  width: 16.16px;
  height: 7.69px;
  animation-delay: 1s;
  transform: translateY(1.5px);
  transform: translate(-50%, -74%);
}
.more span.arrow3 {
  background-image: url(../img/more-arrow-3.svg);
  width: 6.87px;
  height: 3.27px;
  transform: translate(-50%, -300%);
}
#our-business-evolution .more {
  bottom: 140px;
}
@keyframes oar2019pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100 {
    opacity: 0.5;
  }
}
/* Fonts */
@font-face {
  font-family: 'icomoon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBnEAAAC8AAAAYGNtYXAXVtKRAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zjwlt4cAAAF4AAAIkGhlYWQZ3T8xAAAKCAAAADZoaGVhCyAHTAAACkAAAAAkaG10eDbeAhgAAApkAAAAPGxvY2EJeAxwAAAKoAAAACBtYXhwACMBGAAACsAAAAAgbmFtZZlKCfsAAArgAAABhnBvc3QAAwAAAAAMaAAAACAAAwQ9AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpCgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qr//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAD/yQSpA6UAGwAAASYiBwYUFwEhIgYVFBYzIQEGFBceATMyNjcJAQLIGkgaGxsBC/0CKDExKAL+/vUbGw0kDQ0kDQHh/h8DpRsbGkga/vQwKSgx/vUaSBoODQ0OAeAB4QAABAAN/8ACEgPAABMAIQAvAD0AAAEiJi8BBwYiJyY0NyUFFhQHDgEjByImPQE0NjMyFh0BFAYDIiY9ATQ2MzIWHQEUBgMiJj0BNDYzMhYdARQGAfcKDgbKxQ0jDQ0NAQIBAw0NBBAH3xQYGBQUGBwQFBgYFBQYHBAUGBgUFBgcAngGB8DADQ0NIw3+/g0jDQcGqxgUVxQYGBRXFBj++hgTWBQYGBRYExj++RgUVxQYGBRXFBgAAgAA/8AErAPAAAkAEgAAATcXCQE3FxEzEQUzESERMxUhNQJ7yi3+5P7kLdFDAfU8+1Q8BC0BNtEt/uQBHC3RAor9dlr+5AEc2dkAAAEAF//AB2UDqQAQAAAFASY0NzYyFwkBNjIXFhQHAQO6/F0XFxg+FwM+AzYYPhcXF/xVQAN8Fz4YFxf88AMQFxcYPhf8hAAAAAEAAP/AA+sDwAALAAAlCQEnCQEHCQEXCQED6/5qAZZk/mv+cmQBjv5yZAGOAZUkAaMBlWT+awGVZP5r/nJkAY/+XAAAAf/5/8AD+QPAAAQAAAMJAwcCAAIA/gD+AAHAAgD+AP4AAgAABAAAABgEqgOhAA0ALwBYAH0AACUiBhUUFjMyNjUxNCYjJxQWMzI2NTgBMREXHgE3PgEvAS4BBzAGMQcGFhcWNj8BEQEXMjY3NiYjMSciBgccARUXFBYzMDIxPgE1OAExJwEWMjc+ASc4ATEBJS4BDwEOARUeATM3AQYUFxYyNwEHBhYzOAExMDIxMjY1NzYmJwJbJjg4JiY4OCYmEAoJFkUFFwoJBglxCRoJBngEAQoJGQo+/jx3DxIFBRAO1gkRBSwQCQYPCxoBZgoXBQUFCv6aBDIEEAXVChAFEQpx/poKCgkYBQFyGQUQDgcJECwEBgXUOCYmODgmJjhMDhIQCgIPZAoGCQUYCbYKBgkHtgkYBQkGCmT99wFNGQsOCRYsCw4FAwXVCg8JEwl4/poKCgkYBAFtRQUGBSwFEQkKDxn+mgoXBQkJAWZ+CRYQCc8KEQUAAAgA4v/AA/oDwAAKAA8AGQAqAD8ATQBaAGYAAAUhIiY9ASEVFAYjASERIRE1NDYzITIWHQEhJSEiBhURFBYzITI2NRE0JiMFJiIPAQ4BFxYyNzgBMTc2NCc4ATEHNzY0JyYiDwEGFBcWMgEiJjU0NjMyFhUOASM1IgYVFBYzMjY1NCYDrv15CRACwBIO/WACwP1AEAkChwoP/UcCoP15HCkrIQKAHS8vHf5PBRAEnQoBBAUQBaMFBapMBAQFEAVLBQUFEAEfCRAQCQkQBQsJGCcjHBcoKBQQCX5+CRADN/2SAm5SCRAQCSZxKiH8lhwvKiEDaiEq4gkJnQUQBAUFnQQQBVhLBRAEBQVLBQ8FCv2pDwoJCQ8KCQlRIh0XJyIcHSIAAAATARn/xgPzA7oACAAnADcATQBXAGcAbwB6AIgAkACeAKYArgC1AL4AyQDRANgBFQAABSM+ATsBMhYXAxY3PgE3Njc2NTYmJyYnNxYXHgEHBgcGBw4BJyYnNycuATceARceARcOARcuAScTPgEzMhYXDgEHDgEHLgEnIgYHPgE3AS4BJz4BJx4BBwU+ATceATMyNjcOASc+ATcDFwcuASc+AScXDgEHLgEnLgEnFyc+ATM6ATMyFhcOAQc3Byc+ATceATcHLgEnPgE3PgE3OAExEyc3HgEXDgEXJz4BNx4BBycXDgEnPgEHNxcOAQcuAScHNx4BFw4BBw4BIxMuASc3HgEHBR4BFwcuAQU2NzYmJyYnJiIPASYjIgYHBgcGBwYWFxYXBwYWMx4BMxUOARUUFjM4ATEzMjY1OAExNCYnNTY3PgE3NjcCuaMFKhwNHCsE1T0/Pm8sLBcYAScmJjYfRzAxLAUGJiE2NoRJSUcglwkIBAoTCQ4kEwkCBRwuDqoXMRwOGwkOHA4THg4TLRgTHg4YPyEBeRM3IQkGCT02Dv7rEx4OFzYXDxwOL5RLDhsJa1gsEyUTCQ2UfgUQBA4dDhMUBZF+DisSBQMFEyYSCRgElyZYCRUOEyxYORMlEwkbDg4sGAZYJhImEwULjn4JCwUvOgSLfiZYJQkTjSVYCRUOFycTTDkTJRMJFQ4TLRj8EyATORMIDv7fEiATORcEAhIjAgI2NjdNBQkFJjs9Pm4tLRoaAQEpKSg5JgUGBStUKyszBwXJBQg6Kzk0NFojJBghHSIiHQFHFwEBLisrOzg7OmosLBw/Izo7jExMR0IvLzECAR4/wyFKJQ4bCRMeDiVSJhhAJgFsCgkCBAoTCQ4kEwUDBQIFHS0O/sAhPRMmUSYvlEu9DiUSBAgBBT01DgQTDgEOJVgJGQoXKF45FycTDhYOEykcIDkOCwgEEyATIFgsEyUTCQ2UfgUQBA8cDg4ZBf7ZJVgJFQ4TK1g4EyYSIUYcGTkTCA8SJRJYJRMmEwULCZd+CQ0JDh0ODhgBVAkTCX4mUyqkCRMJfiZTNE5SUpQ9PCQEBEwaLSsqOzk8PG8uLhxMBA8SE2sJPioFCAgFKjwFcQISEj0qKjEAAAEAAP/ABAADwAALAAABIREjESEVIREzESEEAP40Xv4qAdZeAcwB6gHW/ipe/jQBzAAAAAABAAD/wAQAA8AACwAAAScJAQcJARcJATcBBAAl/iX+JSUB2/4lJQHbAdsl/iUDmyX+JQHbJf4l/iUlAdv+JSUB2wAAAAEAAAABAAB7kfxtXw889QALBAAAAAAA2a/9WgAAAADZr/1a//n/wAdlA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAAB3z/+QAAB2UAAQAAAAAAAAAAAAAAAAAAAA8EAAAAAAAAAAAAAAACAAAABKkAAAIjAA0ErAAAB3wAFwPrAAAEAP/5BKoAAASqAOIEqgEZBAAAAAQAAAAAAAAAAAoAFAAeAFAAqgDQAPQBFgEoAdICZAQMBCYESAABAAAADwEWABMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close-light:before {
  content: "\e90a";
}
.icon-plus:before {
  content: "\e909";
}
.icon-business-expansion:before {
  content: "\e906";
}
.icon-digitization:before {
  content: "\e907";
}
.icon-globalization:before {
  content: "\e908";
}
.icon-rhombus:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e904";
}
.icon-arrow-no-tail:before {
  content: "\e903";
}
.icon-arrow-tail:before {
  content: "\e900";
}
.icon-arrow-top:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
/*! Yaku Han JP v3.2.0 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJPs - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}
/* Sections */
main > article #introduction {
  position: relative;
  background-image: url(../img/hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
main > article #introduction h1 {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50px;
  opacity: 0;
  transform: translate(-50%, 50%);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-delay: 0.75s;
}
main > article #introduction h1.animated {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media only screen and (max-height: 600px) {
  main > article #introduction h1 {
    top: 20px;
  }
}
main > article #introduction .title h2,
main > article #introduction .title p,
main > article #introduction .title a {
  opacity: 0;
  transform: translateY(50%);
  transition-property: transform, opacity;
  transition-duration: 1s;
}
main > article #introduction .title h2.animated,
main > article #introduction .title p.animated,
main > article #introduction .title a.animated {
  opacity: 1;
  transform: translateY(0);
}
main > article #introduction .title h2 {
  font-size: 72px;
  transition-delay: 0.75s;
}
main > article #introduction .title p {
  font-size: 24px;
  transition-delay: 1.25s;
}
main > article #introduction .title a {
  display: block;
  color: white;
  margin-top: 16px;
  transition-delay: 1.25s;
}
main > article #introduction .title a:after {
  color: white;
}
@media only screen and (max-device-width: 768px) {
  main > article #introduction .title h2 {
    font-size: 8vw;
  }
  main > article #introduction .title p {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
@media only screen and (orientation : portrait) and (min-device-width : 768px) and (max-device-width : 1024px) {
  main > article #introduction {
    background-position: top 0px left -500px;
  }
}
@media only screen and (orientation : landscape) and (min-device-width : 768px) and (max-device-width : 1024px) {
  main > article #introduction {
    background-position: center center;
  }
}
@media only screen and (max-device-width: 640px) {
  main > article #introduction {
    background-position: 70% center;
  }
  main > article #introduction h1 {
    font-size: 16px;
  }
  main > article #introduction h1,
  main > article #introduction p {
    font-weight: 400;
  }
}
main.loaded > article #introduction {
  opacity: 1;
  min-height: 240px;
}
main > article #our-business-evolution {
  position: relative;
}
main > article #our-business-evolution .chart {
  left: 0;
  padding-top: 18vw;
  width: 100%;
  position: relative;
}
main > article #our-business-evolution .chart img {
  width: 100%;
}
main > article #our-business-evolution .chart img.mobile {
  display: none;
}
main > article #our-business-evolution .chart .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -20px;
  background-color: white;
  transition: 3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
  z-index: 1;
}
main > article #our-business-evolution .chart .mask.animated {
  left: 100%;
}
main > article #our-business-evolution .chart > p {
  position: absolute;
  bottom: -25px;
  right: 15px;
  font-size: 16px;
}
main > article #our-business-evolution .chart .chart-information {
  position: absolute;
  right: 37px;
  max-width: 160px;
  text-align: right;
}
main > article #our-business-evolution .chart .chart-information h3 {
  font-weight: 400;
}
main > article #our-business-evolution .chart .chart-information p {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
main > article #our-business-evolution .chart .chart-information.total {
  top: 28%;
}
main > article #our-business-evolution .chart .chart-information.total h3 {
  font-size: 12px;
  color: #45668f;
}
main > article #our-business-evolution .chart .chart-information.total p {
  color: #45668f;
}
main > article #our-business-evolution .chart .chart-information.total p.territory {
  font-size: 17px;
}
main > article #our-business-evolution .chart .chart-information.total p.figure {
  font-size: 17px;
  font-weight: 700;
  margin-top: 4px;
}
main > article #our-business-evolution .chart .chart-information.overseas {
  top: 48%;
}
main > article #our-business-evolution .chart .chart-information.overseas h3 {
  font-size: 12px;
  color: white;
}
main > article #our-business-evolution .chart .chart-information.overseas p {
  color: white;
}
main > article #our-business-evolution .chart .chart-information.overseas p.territory {
  font-size: 17px;
}
main > article #our-business-evolution .chart .chart-information.overseas p.figure {
  font-size: 51px;
}
main > article #our-business-evolution .chart .chart-information.japan {
  top: 75%;
}
main > article #our-business-evolution .chart .chart-information.japan h3 {
  color: white;
  font-size: 12px;
}
main > article #our-business-evolution .chart .chart-information.japan p {
  color: white;
}
main > article #our-business-evolution .chart .chart-information.japan p.figure {
  font-size: 51px;
}
main > article #our-business-evolution .content {
  position: absolute;
  left: 8vw;
  top: 20%;
  max-width: 540px;
  box-sizing: border-box;
}
main > article #our-business-evolution .content h1 {
  font-size: 45px;
  color: #0065bd;
}
main > article #our-business-evolution .content p {
  font-size: 22px;
  line-height: 32px;
  margin-top: 16px;
}
main > article #our-business-evolution .content a {
  display: inline-block;
}
main > article #our-business-evolution .content a.external {
  margin-top: 16px;
}
main > article #our-business-evolution .content a.download {
  margin-top: 26px;
}
main > article #our-business-evolution .content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
main > article #our-business-evolution .content ul li {
  margin-right: 6px;
  flex-basis: 33%;
}
main > article #our-business-evolution .content ul li button {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0065bd;
  padding: 14px 38px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1;
}
main > article #our-business-evolution .content ul li button:before,
main > article #our-business-evolution .content ul li button:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 15px;
  color: white;
}
main > article #our-business-evolution .content ul li button:before {
  left: 14px;
}
main > article #our-business-evolution .content ul li button:after {
  content: "\e909";
  right: 14px;
}
main > article #our-business-evolution .content ul li:nth-child(1) button:before {
  content: "\e906";
}
main > article #our-business-evolution .content ul li:nth-child(2) button:before {
  content: "\e907";
}
main > article #our-business-evolution .content ul li:nth-child(3) button:before {
  content: "\e908";
}
main > article #our-business-evolution .content .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.76);
  transition: 0.3s;
}
main > article #our-business-evolution .content .overlay.active {
  opacity: 1;
  z-index: 1000;
}
main > article #our-business-evolution .content .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  padding: 60px 70px;
  max-width: 720px;
  background-color: #0065bd;
  transition: 0.3s;
}
main > article #our-business-evolution .content .popup.active {
  opacity: 1;
  z-index: 1001;
}
main > article #our-business-evolution .content .popup h3 {
  position: relative;
  font-size: 20px;
  color: white;
  padding: 0 30px 0 57px;
  font-weight: 400;
}
main > article #our-business-evolution .content .popup h3:before {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  font-size: 30px;
  color: white;
}
main > article #our-business-evolution .content .popup.business h3:before {
  content: "\e906";
}
main > article #our-business-evolution .content .popup.digitization h3:before {
  content: "\e907";
}
main > article #our-business-evolution .content .popup.globalization h3:before {
  content: "\e908";
}
main > article #our-business-evolution .content .popup p {
  color: white;
  font-size: 14px;
  line-height: 22px;
  margin-top: 38px;
}
main > article #our-business-evolution .content .popup .close-popup {
  position: absolute;
  top: 60px;
  right: 70px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
main > article #our-business-evolution .content .popup .close-popup:before {
  content: "\e90a";
  font-family: "icomoon";
  display: block;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
}
@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px) {
  main > article #our-business-evolution .chart {
    padding-top: 25vw;
  }
  main > article #our-business-evolution .chart .chart-information {
    right: 16px;
  }
  main > article #our-business-evolution .chart .chart-information h3 {
    font-size: 14px;
  }
  main > article #our-business-evolution .chart .chart-information p {
    margin: 4px 0 0 0;
  }
  main > article #our-business-evolution .chart .chart-information.total {
    top: 28%;
  }
  main > article #our-business-evolution .chart .chart-information.overseas {
    top: 52%;
  }
  main > article #our-business-evolution .chart .chart-information.japan {
    top: 76%;
  }
  main > article #our-business-evolution .content {
    top: 12%;
  }
}
@media only screen and (orientation : landscape) and (min-device-width : 412px) and (max-device-width : 900px) {
  main > article #our-business-evolution .content .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100% !important;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio: 3) {
  main > article #our-business-evolution .content .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100% !important;
    padding: 20px;
  }
  main > article #our-business-evolution .content .popup .close-popup {
    top: 20px;
    right: 20px;
  }
  main > article #our-business-evolution .content .popup p {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
  main > article #our-business-evolution .content .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100% !important;
    padding: 20px;
  }
  main > article #our-business-evolution .content .popup .close-popup {
    top: 20px;
    right: 20px;
  }
  main > article #our-business-evolution .content .popup p {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
  main > article #our-business-evolution .content .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100% !important;
    padding: 20px;
  }
  main > article #our-business-evolution .content .popup .close-popup {
    top: 20px;
    right: 20px;
  }
  main > article #our-business-evolution .content .popup p {
    font-size: 8px;
    line-height: 12px;
  }
}
@media only screen and (max-height : 480px) {
  main > article #our-business-evolution .content .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100% !important;
    padding: 20px;
  }
  main > article #our-business-evolution .content .popup .close-popup {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main > article #our-business-evolution .chart {
    padding-top: 40vw;
  }
  main > article #our-business-evolution .chart .chart-information {
    right: 15px;
  }
  main > article #our-business-evolution .chart .chart-information h3 {
    font-size: 13px;
  }
  main > article #our-business-evolution .chart .chart-information p {
    margin: 0;
  }
  main > article #our-business-evolution .chart .chart-information.total {
    top: 42%;
  }
  main > article #our-business-evolution .chart .chart-information.overseas {
    top: 62%;
    max-width: 100px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas h3 {
    padding-bottom: 4px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas p.territory {
    font-size: 11px;
    margin-top: 4px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas p.figure {
    font-size: 37px;
  }
  main > article #our-business-evolution .chart .chart-information.japan {
    top: 82%;
    max-width: 120px;
  }
  main > article #our-business-evolution .chart .chart-information.japan p.territory {
    font-size: 11px;
    margin-top: 4px;
  }
  main > article #our-business-evolution .chart .chart-information.japan p.figure {
    font-size: 37px;
  }
}
@media screen and (max-width: 840px) {
  main > article #our-business-evolution .chart {
    padding-top: 48vw;
  }
  main > article #our-business-evolution .chart img {
    width: 110%;
  }
  main > article #our-business-evolution .chart .chart-information.total {
    top: 48%;
  }
  main > article #our-business-evolution .chart .chart-information.overseas {
    top: 65%;
  }
  main > article #our-business-evolution .chart .chart-information.japan {
    top: 84%;
  }
  main > article #our-business-evolution .content {
    top: 20%;
  }
  main > article #our-business-evolution .content .popup {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  main > article #our-business-evolution .chart {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main > article #our-business-evolution {
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  main > article #our-business-evolution .chart {
    display: flex;
    justify-content: flex-end;
  }
  main > article #our-business-evolution .chart,
  main > article #our-business-evolution .content {
    position: relative;
    padding-top: 0;
  }
  main > article #our-business-evolution .chart {
    margin-top: 70px;
  }
  main > article #our-business-evolution .chart img.mobile {
    display: block;
    height: 100%;
  }
  main > article #our-business-evolution .chart img.desktop {
    display: none;
  }
  main > article #our-business-evolution .chart .chart-information {
    right: 15px;
  }
  main > article #our-business-evolution .chart .chart-information.total {
    top: -50px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas {
    top: 21%;
    max-width: 140px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas h3 {
    font-size: 20px;
    padding-bottom: 4px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas p.territory {
    font-size: 13px;
  }
  main > article #our-business-evolution .chart .chart-information.overseas p.figure {
    font-size: 40px;
  }
  main > article #our-business-evolution .chart .chart-information.japan {
    top: 62%;
    max-width: 140px;
  }
  main > article #our-business-evolution .chart .chart-information.japan h3 {
    font-size: 20px;
  }
  main > article #our-business-evolution .chart .chart-information.japan p.territory {
    font-size: 13px;
  }
  main > article #our-business-evolution .chart .chart-information.japan p.figure {
    font-size: 40px;
  }
  main > article #our-business-evolution .chart .mask {
    top: -70px;
  }
  main > article #our-business-evolution .content {
    max-width: none;
    width: 100%;
    left: auto;
    top: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  main > article #our-business-evolution .chart .chart-information.overseas h3 {
    font-size: 14px;
  }
  main > article #our-business-evolution .chart .chart-information.japan h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  main > article #our-business-evolution .content ul {
    flex-wrap: wrap;
  }
  main > article #our-business-evolution .content ul li {
    flex-basis: auto;
    width: calc(50% - 5px);
    height: 60px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main > article #our-business-evolution .content ul li:first-child {
    margin-right: 10px;
  }
  main > article #our-business-evolution .content .popup {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  main > article #our-business-evolution .chart .chart-information p {
    margin: 0;
  }
  main > article #our-business-evolution .chart .chart-information.overseas {
    top: 20%;
  }
  main > article #our-business-evolution .chart .chart-information.overseas h3 {
    font-size: 10px;
  }
  main > article #our-business-evolution .chart .chart-information.japan {
    top: 62%;
    max-width: 120px;
  }
  main > article #our-business-evolution .chart .chart-information.japan h3 {
    font-size: 14px;
  }
  main > article #our-business-evolution .content p {
    margin: 22px 0 0 0;
  }
  main > article #our-business-evolution .content br {
    font-size: 0;
  }
  main > article #our-business-evolution .content > a:first-of-type {
    margin-top: 35px;
  }
  main > article #our-business-evolution .content > a:last-of-type {
    margin-top: 20px;
  }
  main > article #our-business-evolution .content .popup {
    padding: 60px 20px;
  }
  main > article #our-business-evolution .content .popup .close-popup {
    right: 20px;
  }
}
@media screen and (max-width: 413px) {
  main > article #our-business-evolution .chart img {
    width: 125%;
  }
}
@media screen and (max-width: 360px) {
  main > article #our-business-evolution .chart .chart-information.overseas p.figure {
    font-size: 32px;
  }
  main > article #our-business-evolution .chart .chart-information.japan p.figure {
    font-size: 32px;
  }
  main > article #our-business-evolution .content ul li {
    width: 100%;
  }
  main > article #our-business-evolution .content ul li:first-child {
    margin-right: 0;
  }
}
span.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.3em;
}
main > article #performance-highlights {
  padding: 100px 0 61px 0;
}
main > article #performance-highlights .title {
  text-align: center;
  margin: 0 20px;
}
main > article #performance-highlights .title h1 {
  font-size: 45px;
}
main > article #performance-highlights .title a {
  margin-top: 20px;
  display: block;
}
main > article #performance-highlights .carousel.highlights {
  margin-top: 24px;
}
main > article #performance-highlights .carousel.highlights .slick-track {
  display: flex;
  background-color: #9ce0fa;
}
main > article #performance-highlights .carousel.highlights .slick-slide {
  display: flex;
  height: auto !important;
}
main > article #performance-highlights .carousel.highlights .slick-slide h3,
main > article #performance-highlights .carousel.highlights .slick-slide p {
  color: #446571;
  margin: 0;
}
main > article #performance-highlights .carousel.highlights .slick-slide h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
main > article #performance-highlights .carousel.highlights .slick-slide p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
main > article #performance-highlights .carousel.highlights .slick-slide p.nomargin {
  margin-top: 0;
}
main > article #performance-highlights .carousel.highlights .slick-slide p.bold {
  font-weight: 700;
}
main > article #performance-highlights .carousel.highlights .slick-slide p.tiny {
  font-size: 10px;
  line-height: 1;
}
main > article #performance-highlights .carousel.highlights .slick-slide .three-years {
  position: relative;
}
main > article #performance-highlights .carousel.highlights .slick-slide .three-years:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #eca4bc;
}
main > article #performance-highlights .carousel.highlights .slick-slide .recent {
  position: relative;
}
main > article #performance-highlights .carousel.highlights .slick-slide .recent:before {
  content: "\e905";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #eca4bc;
  font-family: "icomoon";
  color: #84b261;
  font-size: 10px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left {
  display: flex;
  flex-direction: column;
  float: left;
  width: 50%;
  min-height: 100%;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-top {
  flex: 1 0 auto;
  background-color: #e1e6ee;
  padding: 20px 48px 24px 130px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 47px 12px;
  background-size: 60px 90px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom {
  flex: 1 0 auto;
  background-color: #f3f5fa;
  padding: 20px 48px 18px 130px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left 44px top 24px;
  background-size: 64px 64px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom.two-columns {
  padding: 30px 98px 41px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom.two-columns h3 {
  flex-basis: 100%;
  font-weight: 700;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom.two-columns div {
  flex-basis: 50%;
  margin-top: 15px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom.two-columns div p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right {
  float: left;
  width: 50%;
  min-height: 100%;
  background-color: #9ce0fa;
  padding: 20px 70px 20px 36px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: bottom 20px right 24px;
  background-size: 80px 88px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right.narrow {
  padding: 20px 160px 20px 36px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right.justified {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right p {
  margin-top: 16px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right p.tiny {
  margin-top: 20px;
}
main > article #performance-highlights .carousel.highlights .slick-slide .panel-right div p {
  margin-top: 0;
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="0"] .panel-left .panel-top {
  background-image: url(../img/ph-globe.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="0"] .panel-left .panel-bottom {
  background-image: url(../img/ph-tablet-chart.svg);
  background-position: right 20px bottom 20px;
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="0"] .panel-right {
  background-image: url(../img/ph-tablet-landscape.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="1"] .panel-left .panel-top {
  background-image: url(../img/ph-people-group.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="1"] .panel-left .panel-bottom {
  background-image: url(../img/ph-leaf.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="1"] .panel-right {
  background-image: url(../img/ph-light-bulb.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="2"] .panel-left .panel-top {
  background-image: url(../img/ph-yen.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="2"] .panel-left .panel-bottom {
  background-image: url(../img/ph-chart-arrow.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="2"] .panel-right {
  background-image: url(../img/ph-coin.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="3"] .panel-left .panel-top {
  background-image: url(../img/ph-tablet-portrait.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="3"] .panel-left .panel-bottom {
  background-image: url(../img/ph-rosette.svg);
}
main > article #performance-highlights .carousel.highlights .slick-slide[data-slick-index="3"] .panel-right {
  background-image: url(../img/ph-handshake.svg);
}
main > article #performance-highlights .carousel.highlights .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 39px;
}
main > article #performance-highlights .carousel.highlights .slick-dots li {
  list-style-type: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  background-color: rgba(0, 101, 189, 0.2);
  transition: 0.3s;
}
main > article #performance-highlights .carousel.highlights .slick-dots li button {
  font-size: 0;
}
main > article #performance-highlights .carousel.highlights .slick-dots li.slick-active {
  background-color: #0065bd;
}
main > article #performance-highlights .carousel.highlights .slick-dots li:first-child {
  margin-left: 0;
}
main > article #performance-highlights .legend {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  transform: translateY(-50px);
}
main > article #performance-highlights .legend li {
  position: relative;
  margin-right: 27px;
  padding-left: 20px;
  font-size: 9px;
  font-weight: 700;
}
main > article #performance-highlights .legend li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main > article #performance-highlights .legend li:first-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eca4bc;
}
main > article #performance-highlights .legend li:last-child:before {
  content: "\e905";
  color: #eca4bc;
  font-family: "icomoon";
  color: #84b261;
  font-size: 11px;
}
@media screen and (max-width: 740px) {
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-top {
    padding: 40px 48px 24px 100px;
    background-position: left 20px top 52px;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom {
    padding: 22px 66px 18px 100px;
    background-position: left 20px top 50px;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right {
    padding: 40px 110px 0 36px;
  }
}
@media screen and (max-width: 640px) {
  main > article #performance-highlights {
    padding: 60px 20px 20px;
    margin: 0;
  }
  main > article #performance-highlights .carousel.highlights {
    margin-top: 35px;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide {
    display: block;
    height: 100% !important;
    flex-direction: column;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide * {
    box-sizing: border-box;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left {
    float: none;
    width: 100%;
    height: auto;
    flex: none;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-top,
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-top.two-columns,
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom.two-columns {
    flex-direction: row;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-top {
    padding: 40px 48px 44px 100px;
    background-position: left 20px top 50%;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom {
    padding: 22px 66px 28px 100px;
    background-position: left 20px top 50%;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-left .panel-bottom .content br {
    display: none;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right,
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right.narrow {
    float: none;
    width: 100%;
    height: auto;
    padding: 40px 20px 160px 20px;
    background-position: left 20px bottom 50px;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right > div,
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right.narrow > div {
    margin-top: 20px;
  }
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right .content h3 br,
  main > article #performance-highlights .carousel.highlights .slick-slide .panel-right.narrow .content h3 br {
    display: none;
  }
}
@media screen and (max-width: 413px) {
  main > article #performance-highlights .legend {
    flex-direction: column;
    transform: translateY(-60px);
  }
}
main > article #our-leadership {
  margin: 61px 0 82px 0;
}
main > article #our-leadership .title {
  text-align: center;
  margin: 0 20px;
}
main > article #our-leadership .title h1 {
  font-size: 45px;
}
main > article #our-leadership .title a {
  margin-top: 20px;
  display: block;
}
main > article #our-leadership .leadership-profiles {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
main > article #our-leadership .leadership-profiles > div {
  display: flex;
  flex-direction: column;
  background-color: #f3f5fa;
  width: calc(50% - 20px);
}
main > article #our-leadership .leadership-profiles > div img {
  width: 100%;
}
main > article #our-leadership .leadership-profiles > div > div {
  position: relative;
  padding: 45px 23px 50px 23px;
  flex: 1 1 0;
}
main > article #our-leadership .leadership-profiles > div > div h3 {
  color: #446571;
  font-weight: 700;
  margin: 0;
}
main > article #our-leadership .leadership-profiles > div > div p {
  color: #446571;
  margin: 8px 0 0 0;
}
main > article #our-leadership .leadership-profiles > div > div p.boilerplate {
  font-size: 16px;
}
main > article #our-leadership .leadership-profiles > div > div blockquote {
  color: #446571;
  margin: 15px 0 30px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
main > article #our-leadership .leadership-profiles > div > div > div {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 28px;
  padding: 0 23px;
  width: 100%;
  box-sizing: border-box;
}
main > article #our-leadership .leadership-profiles > div > div > div a.inline:after {
  position: absolute !important;
  right: 0 !important;
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 767px) {
  main > article #our-leadership {
    padding: 60px 0;
    margin: 0;
  }
  main > article #our-leadership .leadership-profiles {
    flex-direction: column;
    margin-top: 0;
  }
  main > article #our-leadership .leadership-profiles > div {
    margin-top: 20px;
    width: 100%;
  }
  main > article #our-leadership .leadership-profiles > div > div {
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 640px) {
  main > article #our-leadership {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 425px) {
  main > article #our-leadership .leadership-profiles > div > div > div {
    display: block;
    padding: 0;
    position: relative;
    bottom: unset;
  }
  main > article #our-leadership .leadership-profiles > div > div > div a {
    margin-bottom: 20px;
    flex: none;
    display: block;
  }
  main > article #our-leadership .leadership-profiles > div > div > div a:first-of-type {
    margin-top: 20px;
  }
  main > article #our-leadership .leadership-profiles > div > div > div a:last-of-type {
    margin-top: 0;
  }
}
main > article #vision-mission-values {
  margin: 0;
  background-image: url(../img/bg-vison-mission-values-06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
main > article #vision-mission-values .title {
  text-align: center;
  margin: 0 20px;
}
main > article #vision-mission-values .title h1 {
  font-size: 45px;
}
main > article #vision-mission-values .title a {
  margin-top: 20px;
  display: block;
}
main > article #vision-mission-values .three-panels {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
main > article #vision-mission-values .three-panels > div {
  display: flex;
  flex-basis: calc(33.3333% - 26.6666px);
  background-color: white;
  opacity: 0;
  transition: 0.75s;
}
main > article #vision-mission-values .three-panels > div:nth-child(1) {
  transform: translateX(-100%);
}
main > article #vision-mission-values .three-panels > div:nth-child(2) {
  transform: scale(0.75);
}
main > article #vision-mission-values .three-panels > div:nth-child(3) {
  transform: translateX(100%);
}
main > article #vision-mission-values .three-panels > div img {
  width: 100%;
}
main > article #vision-mission-values .three-panels > div > div {
  padding: 31px 24px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main > article #vision-mission-values .three-panels > div > div h3 {
  text-align: center;
  display: block;
  color: #0065bd;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  height: 140px;
}
main > article #vision-mission-values .three-panels > div > div a {
  display: block;
  position: static;
  color: #0e8bd1;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
main > article #vision-mission-values .three-panels > div > div a:after {
  color: #0e8bd1;
  left: 20px;
  bottom: 20px;
  font-size: 13px;
  right: auto;
  top: auto;
  transform: none;
}
main > article #vision-mission-values .three-panels.animated > div {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1024px) {
  main > article #vision-mission-values .three-panels {
    max-width: 712px;
    margin: 46px auto 0;
  }
  main > article #vision-mission-values .three-panels > div > div h3 {
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  main > article #vision-mission-values {
    background-position: right center;
    padding: 80px 70px;
  }
  main > article #vision-mission-values h1 {
    display: none;
  }
  main > article #vision-mission-values .three-panels {
    display: block;
    margin: 0 auto;
  }
  main > article #vision-mission-values .three-panels > div:nth-child(1),
  main > article #vision-mission-values .three-panels > div:nth-child(2),
  main > article #vision-mission-values .three-panels > div:nth-child(3) {
    transform: none;
  }
  main > article #vision-mission-values .three-panels > div:nth-child(2),
  main > article #vision-mission-values .three-panels > div:nth-child(3) {
    margin-top: 20px;
  }
  main > article #vision-mission-values .three-panels > div > div {
    padding: 16px;
  }
  main > article #vision-mission-values .three-panels > div > div h3 {
    height: auto;
    max-width: none;
  }
  main > article #vision-mission-values .three-panels > div > div a {
    margin-top: 30px;
  }
  main > article #vision-mission-values .three-panels > div > div a:after {
    bottom: 9px;
  }
}
main > article #corporate-values {
  padding: 60px 0 82px 0;
}
main > article #corporate-values .title {
  text-align: center;
  margin: 0 20px;
}
main > article #corporate-values .title h1 {
  font-size: 45px;
}
main > article #corporate-values .title a {
  margin-top: 20px;
  display: block;
}
main > article #corporate-values .chro {
  display: flex;
  margin-top: 22px;
}
main > article #corporate-values .chro > div {
  flex: 1 1 50%;
}
main > article #corporate-values .chro > div:first-child {
  position: relative;
  background-color: #0065bd;
  padding: 45px 23px 30px 23px;
}
main > article #corporate-values .chro > div:first-child h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
main > article #corporate-values .chro > div:first-child p {
  margin: 8px 0 0 0;
}
main > article #corporate-values .chro > div:first-child p.boilerplate {
  font-size: 16px;
}
main > article #corporate-values .chro > div:first-child blockquote {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
main > article #corporate-values .chro > div:first-child > div {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 28px;
  padding: 0 23px;
  width: 100%;
  box-sizing: border-box;
}
main > article #corporate-values .chro > div:first-child > div a.rev:after {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  main > article #corporate-values .chro > div:first-child > div a.rev:after {
    position: relative;
  }
}
main > article #corporate-values .chro > div:last-child img {
  height: 100%;
}
main > article #corporate-values .chro > div:last-child img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  main > article #corporate-values {
    padding: 60px 0;
  }
  main > article #corporate-values .chro {
    flex-direction: column-reverse;
    margin: 35px 20px 0;
  }
  main > article #corporate-values .chro > div {
    flex: 1 1 auto;
  }
  main > article #corporate-values .chro > div:first-child {
    padding: 45px 16px 48px;
  }
  main > article #corporate-values .chro > div:first-child > div {
    position: relative;
    flex-direction: column;
    margin-top: 7px;
    padding: 0;
    bottom: auto;
  }
  main > article #corporate-values .chro > div:first-child > div a {
    margin-top: 20px;
  }
  main > article #corporate-values .chro > div:last-child img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  main > article #corporate-values .chro > div:last-child img.desktop {
    display: none;
  }
  main > article #corporate-values .chro > div:last-child img.mobile {
    display: block;
  }
}
main > article #our-strategic-business-units {
  padding: 100px 0;
  background-color: #f3f5fa;
}
main > article #our-strategic-business-units .title {
  text-align: center;
  margin: 0 20px;
}
main > article #our-strategic-business-units .title h1 {
  font-size: 45px;
}
main > article #our-strategic-business-units .title a {
  margin-top: 20px;
  display: block;
}
main > article #our-strategic-business-units .back-to-menu {
  position: relative;
  padding-left: 24px;
  margin: 60px 0 0;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
main > article #our-strategic-business-units .back-to-menu:before {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  main > article #our-strategic-business-units .back-to-menu {
    display: inline-block;
  }
}
main > article #our-strategic-business-units .carousel.strategic-business {
  display: flex;
  flex-direction: column-reverse;
  margin: 26px auto 0;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide {
  margin-top: 66px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top {
  display: flex;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top figure img {
  width: 100%;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top figure figcaption {
  margin-top: 8px;
  line-height: 1.25;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div:first-child {
  flex: 1 1 65%;
  margin-right: 50px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div h3 {
  font-size: 45px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div a {
  display: block;
  margin-top: 16px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div figure {
  display: none;
  width: 100%;
  margin: 35px 0 30px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > figure {
  flex: 1 1 35%;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom {
  display: flex;
  margin-top: 67px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:first-child {
  flex: 1 1 45%;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 21px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child {
  display: flex;
  flex: 1 1 55%;
  flex-wrap: wrap;
  align-content: flex-start;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child h4 {
  flex-basis: 100%;
  height: auto;
  margin-bottom: 21px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child > div {
  margin: 0 50px 0 0;
  position: relative;
  width: 34%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child > div img {
  margin-top: 10px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child > div p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child > div p span {
  font-size: 12px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div {
  display: block;
  width: 378px;
  margin-right: 50px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide {
  background-color: white;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide img {
  width: 100%;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide > div {
  padding: 42px 24px 36px ;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide > div a {
  display: block;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide > div a:after {
  color: #eca4bc;
  right: 0;
  top: 3px;
  transform: none;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide > div a p {
  margin-top: 0;
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-slide > div a h5 {
  color: #eca4bc;
  font-size: 18px;
  font-weight: 700;
  margin-top: 9px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 26px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots li {
  list-style-type: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 101, 189, 0.2);
  transition: 0.3s;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots li.slick-active {
  background-color: #0065bd;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots li:first-child {
  margin-left: 0;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots li button {
  text-indent: -9999px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-dots.hide {
  display: none;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide[data-slick-index="1"] .bottom > div > div .case-studies .slick-dots {
  display: none;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .top > div h3,
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .top > div h4 {
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .bottom > div h4 {
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .bottom > div > div .case-studies > div > div a:after {
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .bottom > div > div .case-studies > div > div a p {
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(1) .bottom > div > div .case-studies > div > div a h5 {
  color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .top > div h3,
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .top > div h4 {
  color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .bottom > div h4 {
  color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .bottom > div > div .case-studies > div > div a:after {
  color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .bottom > div > div .case-studies > div > div a p {
  color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(2) .bottom > div > div .case-studies > div > div a h5 {
  color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .top > div h3,
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .top > div h4 {
  color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .bottom > div h4 {
  color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .bottom > div > div .case-studies > div > div a:after {
  color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .bottom > div > div .case-studies > div > div a p {
  color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide:nth-child(3) .bottom > div > div .case-studies > div > div a h5 {
  color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots {
  display: flex;
  justify-content: center;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li {
  list-style-type: none;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li:after {
  content: "";
  width: calc(100% - 62px);
  margin: 5px auto 0;
  height: 3px;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li:nth-child(1):after {
  background-color: #eca4bc;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li:nth-child(2):after {
  background-color: #76ba77;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li:nth-child(3):after {
  background-color: #fac53d;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li button {
  color: #a8aebb;
  font-weight: bold;
  font-size: 16px;
  margin: 0 31px;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li.slick-active button {
  color: #0065bd;
  transition: 0.3s;
}
main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li.slick-active:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  main > article #our-strategic-business-units {
    padding: 90px 20px 117px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business {
    max-width: 680px;
    margin: 20px auto 0;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div h3 {
    font-size: 43px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom {
    display: block;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div {
    width: 100%;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child h4 {
    margin-bottom: 0;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child div {
    width: 196px;
    margin: 23px auto 0;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > img {
    width: 100%;
    margin-top: 9px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div {
    width: 100%;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies {
    margin-bottom: 54px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-list {
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  main > article #our-strategic-business-units {
    padding: 60px 20px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list {
    width: auto;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide {
    margin-top: 35px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top {
    display: block;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > figure {
    display: none;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div:first-child {
    margin-right: 0;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div h3 {
    text-align: center;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div h4 {
    margin-top: 20px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div p {
    margin-bottom: 0;
    margin-top: 16px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .top > div figure {
    display: block;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom {
    margin-top: 20px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div:last-child {
    display: block;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies {
    margin-bottom: 20px;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-list {
    width: 100%;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-list .slick-track .slick-slide:first-child {
    margin-right: 0;
  }
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-list > .slick-track > .slick-slide .bottom > div > div .case-studies .slick-list .slick-track .slick-slide:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 374px) {
  main > article #our-strategic-business-units .carousel.strategic-business > .slick-dots > li button {
    margin: 0 16px;
  }
}
main > article #diversity-and-inclusion {
  padding: 100px 0 ;
}
main > article #diversity-and-inclusion .inner {
  display: flex;
  overflow: hidden;
}
main > article #diversity-and-inclusion .title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex: 1 0 288px;
  padding-right: 45px;
  box-sizing: border-box;
}
main > article #diversity-and-inclusion .title h1 {
  color: #0065bd;
  font-size: 45px;
}
main > article #diversity-and-inclusion .title p {
  font-size: 18px;
  line-height: 25px;
}
main > article #diversity-and-inclusion .title p,
main > article #diversity-and-inclusion .title a {
  margin-top: 16px;
}
main > article #diversity-and-inclusion .carousel-outer {
  display: block;
  width: 100%;
  width: calc(100% - 288px);
}
main > article #diversity-and-inclusion .carousel-outer .diversity {
  height: 480px;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list {
  height: 100%;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track {
  height: 100%;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-right: 21px;
  padding: 27px 15px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track .slick-slide[data-slick-index="0"] {
  background-image: url("../img/diversity-and-inclusion-01.jpg");
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track .slick-slide[data-slick-index="1"] {
  background-image: url("../img/diversity-and-inclusion-05.jpg");
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track .slick-slide[data-slick-index="2"] {
  background-image: url("../img/diversity-and-inclusion-03.jpg");
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-list .slick-track .slick-slide a {
  font-size: 18px;
  font-weight: 700;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-dots {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 26px;
  left: -288px;
  bottom: 2px;
  opacity: 0;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-dots li {
  list-style-type: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  background-color: rgba(0, 101, 189, 0.2);
  transition: 0.3s;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-dots li button {
  font-size: 0;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-dots li.slick-active {
  background-color: #0065bd;
}
main > article #diversity-and-inclusion .carousel-outer .diversity .slick-dots li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  main > article #diversity-and-inclusion {
    padding: 115px 0;
  }
  main > article #diversity-and-inclusion .inner {
    margin: 0 0 0 100px;
  }
  main > article #diversity-and-inclusion .inner .carousel-outer .diversity {
    margin-left: -150px;
    transform: translateX(150px);
  }
  main > article #diversity-and-inclusion .inner .carousel-outer .diversity .slick-dots {
    opacity: 1;
  }
  main > article #diversity-and-inclusion .title {
    flex: 1 0 237px;
  }
}
@media screen and (max-width: 768px) {
  main > article #diversity-and-inclusion .inner {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  main > article #diversity-and-inclusion {
    padding: 60px 0;
  }
  main > article #diversity-and-inclusion .inner {
    margin: 0 0 0 20px;
    flex-wrap: wrap;
  }
  main > article #diversity-and-inclusion .inner .title {
    flex-basis: 100%;
  }
  main > article #diversity-and-inclusion .inner .carousel-outer {
    width: 100%;
    margin-top: 35px;
  }
  main > article #diversity-and-inclusion .inner .carousel-outer .diversity {
    margin-left: -80px;
    transform: translateX(80px);
  }
  main > article #diversity-and-inclusion .inner .carousel-outer .diversity .slick-list .slick-track .slick-slide {
    height: 440px;
  }
  main > article #diversity-and-inclusion .inner .carousel-outer .diversity .slick-dots {
    left: 0;
  }
}
main > article #governance {
  padding: 100px 0 ;
  background-color: #0065bd;
}
main > article #governance .title {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 400px) {
  main > article #governance .title {
    padding: 0 20px;
  }
}
main > article #governance .title h1 {
  font-size: 45px;
}
main > article #governance .title p {
  font-size: 14px;
  margin-top: 20px;
}
main > article #governance .three-panels {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
main > article #governance .three-panels > div {
  display: flex;
  flex-basis: calc(33.3333% - 26.6666px);
  background-color: white;
  opacity: 0;
  transition: 0.75s;
}
main > article #governance .three-panels > div:nth-child(1) {
  transform: translateX(-100%);
}
main > article #governance .three-panels > div:nth-child(2) {
  transform: scale(0.75);
}
main > article #governance .three-panels > div:nth-child(3) {
  transform: translateX(100%);
}
main > article #governance .three-panels > div img {
  width: 100%;
}
main > article #governance .three-panels > div > div {
  padding: 31px 24px 75px;
  position: relative;
  width: 100%;
  display: block;
}
main > article #governance .three-panels > div > div h3 {
  text-align: center;
  display: block;
  color: #0065bd;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
main > article #governance .three-panels > div > div p {
  margin-top: 16px;
  flex: 1 1 100%;
}
main > article #governance .three-panels > div > div a {
  display: block;
  position: absolute;
  bottom: 30px;
  color: #0e8bd1;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 16px;
}
main > article #governance .three-panels > div > div a:after {
  color: #0e8bd1;
  left: 20px;
  bottom: 20px;
  font-size: 13px;
  right: auto;
  top: auto;
  transform: none;
}
main > article #governance .three-panels.animated > div {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1024px) {
  main > article #governance {
    padding: 80px 70px;
  }
  main > article #governance .three-panels {
    display: block;
    max-width: 712px;
    margin: 46px auto 0;
  }
  main > article #governance .three-panels > div:nth-child(1),
  main > article #governance .three-panels > div:nth-child(2),
  main > article #governance .three-panels > div:nth-child(3) {
    transform: none;
  }
  main > article #governance .three-panels > div:nth-child(2),
  main > article #governance .three-panels > div:nth-child(3) {
    margin-top: 20px;
  }
  main > article #governance .three-panels > div > div {
    padding: 16px 16px 75px;
  }
  main > article #governance .three-panels > div > div h3 {
    height: auto;
    max-width: none;
  }
  main > article #governance .three-panels > div > div a {
    margin-top: 10px;
  }
  main > article #governance .three-panels > div > div a:after {
    bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  main > article #governance {
    padding: 80px 0;
  }
  main > article #governance > div {
    padding: 0 60px;
  }
}
main > article #governance .link {
  text-align: center;
  margin-top: 35px;
}
main > article #governance .link a {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  main > article #governance .content {
    display: block;
  }
  main > article #governance .content > div:nth-child(1),
  main > article #governance .content > div:nth-child(3) {
    padding: 16px 16px 60px 16px;
  }
  main > article #governance .content > div:nth-child(2) {
    margin-top: 0;
    background-image: none;
  }
  main > article #governance .content > div:nth-child(2) img {
    display: block;
    width: 100%;
  }
  main > article #governance .content > div:nth-child(3) {
    margin: 0;
  }
  main > article #governance .link {
    margin-top: 20px;
  }
}
main > article #risks-and-opportunities {
  padding: 100px 0;
}
main > article #risks-and-opportunities .title {
  text-align: center;
  margin: 0 20px;
}
main > article #risks-and-opportunities .title h1 {
  font-size: 45px;
}
main > article #risks-and-opportunities .title a {
  margin-top: 20px;
  display: block;
}
main > article #risks-and-opportunities .content {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 34px;
}
main > article #risks-and-opportunities .content .row {
  display: block;
  flex: 1 1 50%;
}
main > article #risks-and-opportunities .content .row > div {
  flex: 1 0 50%;
}
main > article #risks-and-opportunities .content .row > div.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/risks-01.jpg);
}
main > article #risks-and-opportunities .content .row > div img {
  width: 100%;
}
main > article #risks-and-opportunities .content .row > div img.mobile {
  display: none;
}
main > article #risks-and-opportunities .content .row > div.content-inner {
  height: 100%;
  padding: 70px 42px 55px;
}
main > article #risks-and-opportunities .content .row > div.content-inner p {
  margin: 16px 0;
}
main > article #risks-and-opportunities .content .row .column {
  flex: 1 0;
}
main > article #risks-and-opportunities .content .row .column > div {
  flex: 1 0 0;
}
main > article #risks-and-opportunities .content .row:first-child {
  margin-left: 15px;
}
main > article #risks-and-opportunities .content .row:last-child {
  flex-direction: column-reverse;
  margin-right: 15px;
}
main > article #risks-and-opportunities .content .column {
  display: block;
  flex-direction: column;
}
main > article #risks-and-opportunities .content .column > image {
  flex: 0 0 52%;
}
main > article #risks-and-opportunities .content .column > .content-inner {
  display: block;
  padding: 30px 40px 50px;
  position: relative;
}
main > article #risks-and-opportunities .content .column > .content-inner a {
  position: absolute;
  bottom: 30px;
}
main > article #risks-and-opportunities .content .column.risk {
  margin-top: 30px;
}
main > article #risks-and-opportunities .content .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f3f5fa;
  padding: 0 40px ;
  box-sizing: border-box;
}
main > article #risks-and-opportunities .content .content-inner h3 {
  color: #0065bd;
  font-size: 24px;
  font-weight: 700;
}
main > article #risks-and-opportunities .content .content-inner p {
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0;
}
main > article #risks-and-opportunities .content .content-inner a {
  color: #42b2dc;
}
main > article #risks-and-opportunities .content .content-inner a:after {
  color: #42b2dc;
}
@media screen and (max-width: 1024px) {
  main > article #risks-and-opportunities {
    padding: 60px 20px;
  }
  main > article #risks-and-opportunities .content {
    display: block;
    max-width: 570px;
    margin: 35px auto 0;
  }
  main > article #risks-and-opportunities .content .row {
    display: block;
  }
  main > article #risks-and-opportunities .content .row:first-child,
  main > article #risks-and-opportunities .content .row:last-child {
    margin: 0;
  }
  main > article #risks-and-opportunities .content .row > div.image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
  }
  main > article #risks-and-opportunities .content .row > div img.mobile {
    display: block;
  }
  main > article #risks-and-opportunities .content .row > div.content-inner {
    padding: 30px 40px 50px;
  }
  main > article #risks-and-opportunities .content .row .column:first-child,
  main > article #risks-and-opportunities .content .row .column:last-child {
    margin: 35px 0 0 0;
  }
  main > article #risks-and-opportunities .content .row.rm {
    margin-top: 0;
  }
  main > article #risks-and-opportunities .content .column > .content-inner a {
    position: static;
    bottom: auto;
  }
}
@media screen and (max-width: 640px) {
  main > article #risks-and-opportunities .content {
    margin: 20px auto 0;
  }
  main > article #risks-and-opportunities .content .row {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  main > article #risks-and-opportunities .content .row > div.content-inner {
    padding: 40px 16px 35px;
  }
  main > article #risks-and-opportunities .content .row .column:first-child,
  main > article #risks-and-opportunities .content .row .column:last-child {
    margin: 20px 0 0 0;
  }
  main > article #risks-and-opportunities .content .column > .content-inner {
    padding: 40px 16px 35px;
  }
}
main > article #downloads {
  padding: 36px 0 ;
}
main > article #downloads > .title {
  text-align: center;
}
main > article #downloads > .title h1 {
  font-size: 45px;
  color: #45668f;
}
main > article #downloads ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
}
main > article #downloads ul li {
  flex: 1 0;
  flex-basis: calc(50% - 27px);
  list-style-type: none;
  border-color: #e6e6e6;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
}
main > article #downloads ul li:nth-child(odd) {
  margin-right: 27px;
}
main > article #downloads ul li:nth-child(even) {
  margin-left: 27px;
}
main > article #downloads ul li:nth-child(1),
main > article #downloads ul li:nth-child(2) {
  border-top-width: 1px;
}
main > article #downloads ul li.noborder {
  border-bottom-width: 0;
}
main > article #downloads ul li a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 17px;
  box-sizing: border-box;
}
main > article #downloads ul li a:after {
  right: 0;
}
main > article #downloads ul li a span {
  color: #516571;
  position: relative;
  display: block;
  font-size: 16px;
}
main > article #downloads ul li a span.size {
  padding-left: 27px;
  margin-right: 15px;
}
main > article #downloads ul li a span.size:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 17px;
  background-image: url("../img/download.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
main > article #downloads ul li a span.title {
  color: #42b2dc;
  flex-grow: 1;
}
main > article #downloads ul li a span.title:after {
  right: 0;
}
@media screen and (max-width: 1024px) {
  main > article #downloads ul {
    display: block;
    max-width: 570px;
    margin: 20px auto 0;
  }
  main > article #downloads ul li {
    flex: 1 0;
    flex-basis: 100%;
  }
  main > article #downloads ul li:nth-child(odd) {
    margin-right: 0;
  }
  main > article #downloads ul li:nth-child(even) {
    margin-left: 0;
  }
  main > article #downloads ul li:nth-child(2) {
    border-top-width: 0;
  }
}
@media screen and (max-width: 640px) {
  main > article #downloads {
    padding: 60px 20px;
  }
  main > article #downloads ul li a {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  main > article #downloads ul li a span.size {
    margin-right: 0;
    padding-left: 0;
    transform: translateY(50%);
  }
  main > article #downloads ul li a span.size:before {
    left: 50%;
    top: -2px;
    transform: translate(-50%, -100%);
  }
  main > article #downloads ul li a span.title {
    flex-grow: 0;
  }
  main > article #downloads ul li a span.title:after {
    position: static;
    display: inline;
    top: auto;
    transform: none;
    margin-left: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
