@charset "UTF-8";
/* Scss Document */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .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%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

img {
  max-width: 100%;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

p {
  line-height: 1.8;
}

/*-----------------------------------------------------
  基本設定
-----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 62.5%;
  font: 14px/1.6 "Noto Sans Japanese", sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../images/bg.jpg);
  background-position: top 240px center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  body {
    background-position: top 160px center;
  }
}

body#home {
  background-position: top 500px center;
}
@media screen and (max-width: 767.98px) {
  body#home {
    background-position: top 1500px center;
  }
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:active, a:hover {
  color: rgba(0, 0, 0, 0.7);
}

img {
  vertical-align: bottom;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}

p {
  line-height: 1.8;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

.fal,
.far,
.svg-inline--fa {
  margin-right: 0.3em;
}

/*-----------------------------------------------------
  全体ラッパー
-----------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/*-----------------------------------------------------
  ヘッダーウェーブ
-----------------------------------------------------*/
.l-wave {
  height: 5%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
@media screen and (max-width: 767.98px) {
  .l-wave {
    right: auto;
    left: -300px;
    top: -200px;
    -webkit-transform: rotate(24deg) scale(0.4);
            transform: rotate(24deg) scale(0.4);
  }
}

.wave {
  background: url(../images/wave.svg) repeat-x;
  position: absolute;
  top: -320px;
  width: 6400px;
  height: 400px;
  -webkit-animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
  top: -340px;
  -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3200px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3200px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
/*-----------------------------------------------------
  ヘッダー
-----------------------------------------------------*/
.l-header {
  z-index: 100;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 2%;
  width: 96%;
}
.l-header .container {
  position: relative;
}
.l-header .row {
  height: 100px;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .l-header .row {
    height: 80px;
  }
}
@media screen and (max-width: 991.98px) {
  .l-header .logo {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header .logo img {
  height: 30px;
  vertical-align: top;
}
@media screen and (max-width: 991.98px) {
  .l-header .logo img {
    height: 25px;
  }
}
.l-header .gnav {
  font-family: "brandon-grotesque", sans-serif;
}
.l-header .gnav ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
.l-header .gnav li {
  margin: 0;
  display: block;
}
.l-header .gnav li a {
  color: #fff;
}
.l-header .gnav li a:hover {
  color: #2f6ec9 !important;
  text-decoration: none;
}

/*-----------------------------------------------------
  フッター
-----------------------------------------------------*/
.l-footer {
  margin-top: 120px;
  padding: 240px 0 100px 0;
  color: #fff;
  position: relative;
  background-image: url("../images/footer.svg");
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .l-footer {
    padding: 200px 0 60px 0;
  }
}
.l-footer a {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .l-footer {
    text-align: center !important;
  }
}
.l-footer .row {
  position: relative;
  z-index: 10;
}
.l-footer .address {
  margin-left: auto;
}
.l-footer .address h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.l-footer .address p {
  font-size: 1.1rem;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 991.98px) {
  .l-footer .address {
    margin-top: 30px;
  }
}
.l-footer .copyright {
  margin-top: 4rem;
  font-size: 1rem;
}
@media screen and (max-width: 991.98px) {
  .l-footer .fnav {
    margin-bottom: 50px;
  }
}
.l-footer .fnav h4 {
  margin-bottom: 2rem;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.2em;
}
.l-footer .fnav ul {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.l-footer .fnav li + li {
  margin-top: 1rem;
}

/*-----------------------------------------------------
  メイン
-----------------------------------------------------*/
#main {
  overflow-x: hidden;
}

/*-----------------------------------------------------
  スマホメニュー
-----------------------------------------------------*/
.gnav__wrap {
  display: block !important;
}

.content {
  padding: 20px;
}

.hamburger {
  display: block;
  cursor: pointer;
}

.gnav__wrap.open {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
}

.gnav__wrap.close {
  opacity: 0;
  visibility: hidden;
}

.gnav__wrap {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.gnav__wrap ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  z-index: 400;
  text-align: center;
}
.gnav__wrap li {
  font-size: 14px !important;
  margin-bottom: 2em !important;
}
.gnav__wrap li a {
  color: #fff;
}

/*-----------------------------------------------------
ハンバーガーボタン */
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hamburger {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 20;
  width: 50px;
  height: 50px;
}

.hamburger span {
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.hamburger.scrolled span {
  background: #000;
}

.hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  background: #fff;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background: #fff;
}

/*-----------------------------------------------------
  私たちについて
-----------------------------------------------------*/
.o-philosophy {
  text-align: center;
}

.o-service .outer {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 8rem 0 4rem;
  text-align: center;
}
.o-service .outer h4 {
  font-size: 24px;
  margin-bottom: 0.8em;
  font-weight: 500;
}
.o-service .outer .icon {
  font-size: 60px;
  margin: 0 0 3rem;
  line-height: 1;
  color: #2f6ec9;
}
.o-service .outer p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.o-service .outer nav {
  margin-top: 4rem;
}

@media screen and (max-width: 991.98px) {
  .o-standard {
    padding: 0 20px;
  }
}
.o-standard .outer {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.o-standard .outer .icon {
  font-size: 50px;
  margin: 0 0 3rem;
  line-height: 1;
  color: #2f6ec9;
}
.o-standard .outer h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #2f6ec9;
}
.o-standard .outer p {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
}

/*-----------------------------------------------------
  サービス一覧
-----------------------------------------------------*/
.o-servicelist {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.o-servicelist .text {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .o-servicelist .text {
    padding: 50px 20px;
  }
}
.o-servicelist .text h4 {
  font-size: 24px;
  margin-bottom: 0.6em;
  font-weight: 600;
}
.o-servicelist .text p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.o-servicelist .text nav {
  margin-top: 4rem;
}

/*-----------------------------------------------------
  コンセプト
-----------------------------------------------------*/
.o-concept {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .o-concept .photo {
    margin-bottom: 2em;
  }
}
.o-concept .text {
  text-align: left;
}
.o-concept .text .label {
  font-size: 1.2rem;
  color: #2f6ec9;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0.5em 0 1em;
}
.o-concept .text h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1em;
  position: relative;
  z-index: 2;
}
.o-concept .text p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 991.98px) {
  .o-concept .text p {
    line-height: 2;
  }
}
.o-concept .text ul {
  font-size: 1.2rem;
  margin: 3em 0 0;
  padding: 0;
  list-style: none;
}
.o-concept .text li:before {
  content: "-";
  margin-right: 1em;
}
.o-concept .text li + li {
  margin-top: 0.5em;
}

/*-----------------------------------------------------
  事例一覧
-----------------------------------------------------*/
.o-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media screen and (max-width: 991.98px) {
  .o-gallery {
    gap: 40px 20px;
  }
}
.o-gallery .photo {
  padding: 0;
}
.o-gallery .text {
  padding-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
}
.o-gallery .label:before {
  content: "-";
  margin-right: 5px;
}

/*-----------------------------------------------------
  サービス
-----------------------------------------------------*/
.o-note {
  border: 1px solid #DDE1E7;
  padding: 40px;
  font-size: 1.3rem;
}
.o-note h4 {
  margin: 0 0 1em;
  font-size: 1.6rem;
}
.o-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-note li {
  padding-left: 10px;
  position: relative;
}
.o-note li:before {
  content: "-";
  left: 0;
  margin-right: 0.5em;
  position: absolute;
}
.o-note li + li {
  margin-top: 0.5em;
}
.o-note .notice {
  margin-top: 2em;
  font-size: 11px;
}

/*-----------------------------------------------------
  トップ
-----------------------------------------------------*/
/* o-home-visual */
.o-home-visual {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: -1;
  overflow: hidden;
  min-height: 500px;
}
@media screen and (max-width: 767.98px) {
  .o-home-visual {
    height: calc(100vh - 140px);
  }
}
.o-home-visual__copy {
  position: absolute;
  top: 48%;
  left: 5%;
  -webkit-transform: translate(3%, -48%);
          transform: translate(3%, -48%);
  z-index: 2;
  font-size: 5rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.5em;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .o-home-visual__copy {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767.98px) {
  .o-home-visual__copy {
    font-size: 8.5vw;
  }
}
.o-home-visual__copy .line2,
.o-home-visual__copy .line4 {
  color: #fff;
}
.o-home-visual video {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__wave {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* o-home-concept */
.o-home-concept {
  position: relative;
  max-width: 100%;
}
.o-home-concept .text {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .o-home-concept .text {
    position: relative;
  }
}
.o-home-concept .text h3 {
  font-size: calc(3rem + 2vw);
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text h3 {
    font-size: calc(2.6rem + 2vw);
  }
}
.o-home-concept .text p {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text p br {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text nav {
    text-align: center;
  }
}
.o-home-concept .text .c-btn {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text .c-btn {
    margin-top: 1em;
  }
}
.o-home-concept .photo {
  padding: 8vw 15px 0 5vw;
}
@media screen and (max-width: 991.98px) {
  .o-home-concept .photo {
    padding: 60px 0 0 0;
  }
}

/* o-home-info */
.o-home-info h3 {
  position: relative;
  margin: 0 0 0.5em;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
  padding: 0 2vw;
}
.o-home-info .date {
  position: relative;
  z-index: 2;
}
.o-home-info .date dl {
  width: 100%;
  border-top: 1px solid #DDE1E7;
}
.o-home-info .date dt {
  clear: both;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 3rem 2vw 0;
  margin-bottom: 0.5em;
}
.o-home-info .date dd {
  margin: 0;
  padding: 0 2vw 3rem;
  border-bottom: 1px solid #DDE1E7;
  font-size: 1.3rem;
}
.o-home-info .date a {
  color: #000;
}
.o-home-info nav {
  padding: 0 2vw;
  margin-top: 3em;
}
@media screen and (max-width: 767.98px) {
  .o-home-info nav {
    text-align: center;
  }
}

/* o-home-contents */
.o-home-contents .text {
  padding: 0 2vw;
}
.o-home-contents h3 {
  margin: 0 0 0.3em;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
}
.o-home-contents p {
  font-size: 1.4rem;
  line-height: 2;
}
.o-home-contents nav {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .o-home-contents nav {
    text-align: center;
  }
}

/* o-home-feature */
.o-home-feature {
  margin-bottom: 5vw;
}
@media screen and (max-width: 767.98px) {
  .o-home-feature__items [class*=col-] {
    margin-top: 2rem;
  }
}
.o-home-feature__items a {
  z-index: 2;
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 130%;
}
@media screen and (max-width: 767.98px) {
  .o-home-feature__items a {
    padding-bottom: 50%;
  }
}
.o-home-feature__items a .text {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  color: #fff;
}
.o-home-feature__items a .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-right: 170px solid transparent;
  border-bottom: 200px solid rgba(47, 110, 201, 0.8);
  border-left: 0 solid transparent;
}
.o-home-feature__items a .text h3 {
  font-size: 3.2rem;
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1;
}
.o-home-feature__items a .text p {
  font-size: 1.2rem;
  line-height: 1;
  margin: 1.6rem 0 0;
}
.o-home-feature__items a::after, .o-home-feature__items a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 0;
}
.o-home-feature__items a.business::before {
  background: url("../images/home_feature_business_bg.jpg") no-repeat;
  background-size: cover;
}
.o-home-feature__items a.job-category::before {
  background: url("../images/home_feature_job-category_bg.jpg") no-repeat;
  background-size: cover;
}
.o-home-feature__items a.career-path::before {
  background: url("../images/home_feature_career-path_bg.jpg") no-repeat;
  background-size: cover;
}
.o-home-feature__items a::after {
  background: #000;
  opacity: 0;
}
.o-home-feature__items a:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.o-home-feature__items a:hover::after {
  opacity: 0.5;
}

/*-----------------------------------------------------
  インフォ・ブログ
-----------------------------------------------------*/
.o-entry {
  margin-bottom: 8rem;
}
.o-entry .title {
  margin: 0 0 60px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DDE1E7;
}
.o-entry .title h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.o-entry .title .date {
  font-size: 12px;
  color: #2f6ec9;
  margin-bottom: 1em;
}
.o-entry .title .period {
  font-size: 12px;
  margin-top: 1em;
}
.o-entry .title a {
  color: #000;
}

.entrybody {
  font-size: 1.6rem;
  clear: both;
  line-height: 2;
}
.entrybody em {
  font-style: italic;
}
.entrybody ul li {
  list-style: disc inside;
}
.entrybody ol li {
  list-style: decimal inside;
}
.entrybody h1 {
  font-size: 2.8rem;
}
.entrybody h2 {
  font-size: 2.25rem;
}
.entrybody h3 {
  font-size: 2rem;
}
.entrybody h4 {
  font-size: 1.6rem;
}
.entrybody p {
  font-size: 1.4rem;
  line-height: 2.4;
  margin: 1em 0 2em;
}
.entrybody img {
  margin: 20px auto;
  height: auto;
}
.entrybody h1,
.entrybody h2,
.entrybody h3,
.entrybody h4,
.entrybody h5 {
  margin: 2em 0 0.5em;
  font-weight: 600;
}
.entrybody img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entrybody img.alignright {
  margin: 0 0 30px 30px;
  display: inline;
}
.entrybody img.alignleft {
  margin: 0 30px 30px 0;
  display: inline;
}
.entrybody .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entrybody .alignright {
  float: right;
}
.entrybody .alignleft {
  float: left;
}
.entrybody hr {
  border: 0;
  height: 1px;
  background: #DDE1E7;
}
.entrybody p {
  line-height: 1.8;
}
.entrybody blockquote {
  border-left: 1px solid #999999;
  background: #f7f7f7;
  padding: 2rem 4rem;
  font-style: oblique;
}
.entrybody table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border: 1px solid #DDE1E7;
  margin: 2rem 0;
}
.entrybody table thead th {
  text-align: center;
  color: #fff;
}
.entrybody table th {
  padding: 20px;
  text-align: left;
  border: 1px solid #DDE1E7;
  font-weight: normal;
  position: relative;
  color: #2f6ec9;
}
.entrybody table td {
  padding: 20px;
  border: 1px solid #DDE1E7;
  border-left: none;
}

.o-submenu {
  font-size: 13px;
}
.o-submenu nav {
  padding-top: 30px;
  margin: 0 0 40px;
  border-top: 1px solid #E9E9EF;
}
.o-submenu h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
}
.o-submenu h3 i {
  margin-right: 0.5em;
  color: #2f6ec9;
}
.o-submenu ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.o-submenu li {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
  text-indent: -15px;
}
.o-submenu li:before {
  content: "・";
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.o-submenu li span {
  margin-right: 1em;
}
.o-submenu li ul {
  margin: 5px 0 10px 15px;
}
.o-submenu li ul li {
  font-size: 12px;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0.5em;
}

/*-----------------------------------------------------
  キャッチコピー
-----------------------------------------------------*/
.c-copy {
  font-size: 4.2rem;
  font-weight: 400;
  margin: 0 0 1.2em 0;
  text-align: center;
  line-height: 1.2;
}

.c-copy--md {
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0 0 1.2em 0;
  text-align: center;
}

.c-lead,
.c-lead p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4 !important;
}
@media screen and (max-width: 767.98px) {
  .c-lead br,
  .c-lead p br {
    display: none;
  }
}

/*-----------------------------------------------------
  コンバージョン
-----------------------------------------------------*/
.c-conversion {
  text-align: center;
}
.c-conversion p {
  font-size: 14px;
  font-weight: 500;
}
.c-conversion nav {
  margin-top: 0;
}

/*-----------------------------------------------------
  ページ概要
-----------------------------------------------------*/
.c-outline {
  margin-bottom: 150px;
}
.c-outline h2 {
  position: relative;
  display: inline-block !important;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .c-outline h2 {
    font-size: 2.6rem;
  }
}
.c-outline h2 span {
  font-size: 1.3rem;
}
.c-outline p {
  line-height: 2.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-outline p {
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-outline p br {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .c-outline .text {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .c-outline .photo {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------
  ページタイトル
-----------------------------------------------------*/
.c-pagetitle {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 220px 0 120px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767.98px) {
  .c-pagetitle {
    padding: 120px 0 70px;
  }
}
.c-pagetitle h1 {
  margin: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991.98px) {
  .c-pagetitle h1 {
    font-size: 40px;
  }
}

/*-----------------------------------------------------
  汎用タイトル
-----------------------------------------------------*/
.c-title {
  margin: 0 0 2.5em;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-title {
    font-size: 3.6rem;
    margin: 0 0 2em;
  }
}
.c-title small {
  margin: 2.5em 0 0 0;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.c-title--md {
  margin: 0 0 1em;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  color: #2f6ec9;
}

.c-title--xs {
  margin: 0 0 1.5em;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
}

/*-----------------------------------------------------
  ボタン
-----------------------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4rem;
  padding: 1.5rem 0;
  font-weight: 400;
  background: #000;
  color: #fff !important;
  font-size: 1.4rem;
  width: 90%;
  max-width: 240px;
  font-family: "brandon-grotesque", sans-serif;
}
.c-btn i {
  position: absolute;
  margin: 0 0.3rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn:hover {
  text-decoration: none;
  background: rgba(47, 110, 201, 0.8);
  color: #fff;
}
.c-btn.c-btn--sm {
  width: 90%;
  max-width: 200px;
}
.c-btn.c-btn--lg {
  padding: 2rem 0;
  width: 90%;
  max-width: 350px;
}
.c-btn.c-btn--entry {
  width: 90%;
  max-width: 320px;
  padding: 2rem 0;
  font-size: 1.5rem;
  background-color: #ffcf16;
}
.c-btn.c-btn--entry:hover {
  background-color: #2f6ec9;
}
.c-btn.c-btn--entry i {
  position: relative;
  margin: 0 0.5rem 0 0;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-btn.c-btn--square {
  border-radius: 0;
}
.c-btn.c-btn--square:hover {
  background-color: #2f6ec9;
  color: white;
}

.c-social-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4rem;
  padding: 1rem 0;
  font-weight: 300;
  border: solid 1px #2f6ec9;
  color: #2f6ec9;
  font-size: 1rem;
  width: 140px;
}
.c-social-btn i {
  margin-right: 0.5em;
}
.c-social-btn:hover {
  text-decoration: none;
  background: rgba(47, 110, 201, 0.7);
  color: #fff;
}

/*-----------------------------------------------------
  パンくずナビ
-----------------------------------------------------*/
.c-topicpath {
  font-size: 11px;
  padding: 2.5em 0;
  margin: 0 auto;
  background: #f5f5f7;
  text-align: right;
  margin-bottom: 10vw;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-topicpath {
    margin-bottom: 20vw;
  }
}
.c-topicpath ul {
  margin: 0 1rem;
  width: 100%;
}
.c-topicpath li {
  display: inline-block;
}
.c-topicpath li + li:before {
  margin: 0 5px;
  content: ">";
}
.c-topicpath a {
  color: #000;
}

/*-----------------------------------------------------
  共通要素
-----------------------------------------------------*/
.arw {
  position: relative;
  padding-left: 17px;
}
.arw::after, .arw::before {
  display: block;
  content: "";
  position: absolute;
}
.arw::after {
  top: 0.2em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #74c59a;
  border-radius: 100%;
}
.arw::before {
  z-index: 2;
  top: 0.525em;
  left: 0.25em;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 共通テーブル */
.c-tbl {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #DDE1E7;
  border-bottom: 1px solid #DDE1E7;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .c-tbl {
    border-top: none;
  }
}
.c-tbl thead th {
  text-align: center;
  color: #fff;
}
.c-tbl th {
  padding: 30px 0 30px 20px;
  text-align: left;
  border-top: 1px solid #DDE1E7;
  font-weight: normal;
  width: 20%;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .c-tbl th {
    width: 100%;
    display: block;
    padding: 30px 10px 0 10px;
  }
}
.c-tbl td {
  padding: 30px;
  border-bottom: 1px solid #DDE1E7;
  border-left: none;
}
@media screen and (max-width: 767.98px) {
  .c-tbl td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 10px 30px 10px;
  }
}
.c-tbl td h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.c-tbl td p {
  margin: 0;
}
.c-tbl td p + p {
  margin-top: 1em;
}
.c-tbl td p + h4 {
  margin-top: 1em;
}

/*-----------------------------------------------------
  ページ送り
-----------------------------------------------------*/
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, "sans-serif";
  margin-top: 60px;
  font-size: 1.5rem;
}
.c-pagination .prev i {
  margin-right: 0.3em;
}
.c-pagination a {
  margin: 0 0.5em;
  text-decoration: none;
  position: relative;
}
.c-pagination .current {
  margin: 0 0.5em;
  text-decoration: none;
  position: relative;
}
.c-pagination .current:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2f6ec9;
  bottom: -0.5em;
  width: 100%;
}
.c-pagination a:hover {
  text-decoration: underline;
}
.c-pagination .next,
.c-pagination .prev {
  margin: 0;
}
.c-pagination .prev {
  margin-right: 0.5em;
}
.c-pagination .next {
  margin-left: 0.5em;
}

/*-----------------------------------------------------
  メインビジュアル用スクロール
-----------------------------------------------------*/
.c-scroll-icon {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 40px;
  font-size: 13px;
}

.c-scroll-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-scroll-icon span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*-----------------------------------------------------
  コンテンツ移動アニメーション
-----------------------------------------------------*/
.mvUp {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.mvUp.action {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mvDown {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
}
.mvDown.action {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mvFade {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.mvFade.action {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mvBox {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.mvBox video,
.mvBox span,
.mvBox img {
  display: block;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  z-index: 0;
}

.mvBox:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  width: 100%;
}

.mvBox.action video,
.mvBox.action span,
.mvBox.action img {
  opacity: 1;
}

.mvBox.action:before {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

/*-----------------------------------------------------
  汎用ボックスマージン
-----------------------------------------------------*/
.u-boxmargin--xs {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--xs {
    margin-bottom: 30px;
  }
}

.u-boxmargin--md {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--md {
    margin-bottom: 60px;
  }
}

.u-boxmargin--lg {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--lg {
    margin-bottom: 90px;
  }
}

.u-boxmargin--xl {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--xl {
    margin-bottom: 120px;
  }
}

/*-----------------------------------------------------
  汎用text-align
-----------------------------------------------------*/
.u-textleft {
  text-align: left !important;
}

.u-textcenter {
  text-align: center !important;
}

.u-textright {
  text-align: right !important;
}

@media screen and (max-width: px) {
  .u-textleft--sm {
    text-align: left !important;
  }
  .u-textcenter--sm {
    text-align: center !important;
  }
}
/*-----------------------------------------------------
  汎用margin
-----------------------------------------------------*/
.u-mg--0 {
  margin: 0 !important;
}

.u-mgl--0 {
  margin-left: 0 !important;
}

.u-mgr--0 {
  margin-right: 0 !important;
}

.u-mgt--0 {
  margin-top: 0 !important;
}

.u-mgb--0 {
  margin-bottom: 0 !important;
}

.u-mg--10 {
  margin-left: 10px !important;
}

.u-mgl--10 {
  margin-left: 10px !important;
}

.u-mgr--10 {
  margin-right: 10px !important;
}

.u-mgt--10 {
  margin-top: 10px !important;
}

.u-mgb--10 {
  margin-bottom: 10px !important;
}

.u-mg--20 {
  margin-left: 20px !important;
}

.u-mgl--20 {
  margin-left: 20px !important;
}

.u-mgr--20 {
  margin-right: 20px !important;
}

.u-mgt--20 {
  margin-top: 20px !important;
}

.u-mgb--20 {
  margin-bottom: 20px !important;
}

.u-mg--30 {
  margin-left: 30px !important;
}

.u-mgl--30 {
  margin-left: 30px !important;
}

.u-mgr--30 {
  margin-right: 30px !important;
}

.u-mgt--30 {
  margin-top: 30px !important;
}

.u-mgb--30 {
  margin-bottom: 30px !important;
}

.u-mg--40 {
  margin-left: 40px !important;
}

.u-mgl--40 {
  margin-left: 40px !important;
}

.u-mgr--40 {
  margin-right: 40px !important;
}

.u-mgt--40 {
  margin-top: 40px !important;
}

.u-mgb--40 {
  margin-bottom: 40px !important;
}

.u-mg--50 {
  margin-left: 50px !important;
}

.u-mgl--50 {
  margin-left: 50px !important;
}

.u-mgr--50 {
  margin-right: 50px !important;
}

.u-mgt--50 {
  margin-top: 50px !important;
}

.u-mgb--50 {
  margin-bottom: 50px !important;
}

.u-mg--60 {
  margin-left: 60px !important;
}

.u-mgl--60 {
  margin-left: 60px !important;
}

.u-mgr--60 {
  margin-right: 60px !important;
}

.u-mgt--60 {
  margin-top: 60px !important;
}

.u-mgb--60 {
  margin-bottom: 60px !important;
}

/*-----------------------------------------------------
  padding
-----------------------------------------------------*/
.u-pd--0 {
  margin: 0 !important;
}

.u-pdl--0 {
  padding-left: 0 !important;
}

.u-pdr--0 {
  padding-right: 0 !important;
}

.u-pdt--0 {
  padding-top: 0 !important;
}

.u-pdb--0 {
  padding-bottom: 0 !important;
}

.u-pd--10 {
  padding-left: 10px !important;
}

.u-pdl--10 {
  padding-left: 10px !important;
}

.u-pdr--10 {
  padding-right: 10px !important;
}

.u-pdt--10 {
  padding-top: 10px !important;
}

.u-pdb--10 {
  padding-bottom: 10px !important;
}

.u-pd--20 {
  padding-left: 20px !important;
}

.u-pdl--20 {
  padding-left: 20px !important;
}

.u-pdr--20 {
  padding-right: 20px !important;
}

.u-pdt--20 {
  padding-top: 20px !important;
}

.u-pdb--20 {
  padding-bottom: 20px !important;
}

.u-pd--30 {
  padding-left: 30px !important;
}

.u-pdl--30 {
  padding-left: 30px !important;
}

.u-pdr--30 {
  padding-right: 30px !important;
}

.u-pdt--30 {
  padding-top: 30px !important;
}

.u-pdb--30 {
  padding-bottom: 30px !important;
}

.u-pd--40 {
  padding-left: 40px !important;
}

.u-pdl--40 {
  padding-left: 40px !important;
}

.u-pdr--40 {
  padding-right: 40px !important;
}

.u-pdt--40 {
  padding-top: 40px !important;
}

.u-pdb--40 {
  padding-bottom: 40px !important;
}

.u-pd--50 {
  padding-left: 50px !important;
}

.u-pdl--50 {
  padding-left: 50px !important;
}

.u-pdr--50 {
  padding-right: 50px !important;
}

.u-pdt--50 {
  padding-top: 50px !important;
}

.u-pdb--50 {
  padding-bottom: 50px !important;
}

.u-pd--60 {
  padding-left: 60px !important;
}

.u-pdl--60 {
  padding-left: 60px !important;
}

.u-pdr--60 {
  padding-right: 60px !important;
}

.u-pdt--60 {
  padding-top: 60px !important;
}

.u-pdb--60 {
  padding-bottom: 60px !important;
}

/* ----------------------------------------
 * clearfix
-----------------------------------------------------*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  overflow: hidden !important;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*-----------------------------------------------------
  汎用float
-----------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*-----------------------------------------------------
  汎用クリア
-----------------------------------------------------*/
.cb {
  clear: both;
}

/*-----------------------------------------------------
  汎用align
-----------------------------------------------------*/
.algl {
  text-align: left;
}

.algr {
  text-align: right;
}

/*-----------------------------------------------------
  汎用ガター幅
-----------------------------------------------------*/
.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767.98px) {
  .row-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .row-40 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767.98px) {
  .row-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767.98px) {
  .row-50 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767.98px) {
  .row-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .row-60 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-70 {
  margin-left: -35px;
  margin-right: -35px;
}
@media screen and (max-width: 767.98px) {
  .row-70 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-70 > div {
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 767.98px) {
  .row-70 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-80 {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 767.98px) {
  .row-80 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-80 > div {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767.98px) {
  .row-80 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}/*# sourceMappingURL=style.css.map */