@charset "utf-8";
@charset "utf-8";
.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: 1200px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .container.plr-0 {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .container.zidx-1 {
    position: relative;
    z-index: 1;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.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;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    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-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-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;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-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) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-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) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-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) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-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) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-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;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 1.8em;
  color: #2c2c2c;
  height: 100%;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.4px;
}
:root {
  --blue-800: #00203d;
  --blue-700: #003e70;
  --blue-600: #0c59a1;
  --blue-500: #0e6ec8;
  --blue-400: #2d8ae2;
  --blue-300: #5daaf3;
  --blue-200: #9ecefc;
  --blue-100: #e4f2ff;
  --gray-900: #22262a;
  --gray-800: #3a4045;
  --gray-700: #575f66;
  --gray-600: #737b82;
  --gray-500: #9299a0;
  --gray-400: #b0b8bf;
  --gray-300: #d0d6dc;
  --gray-200: #ebeef2;
  --gray-100: #f5f7fa;
  --red-800: #300;
  --red-700: #680000;
  --red-600: #a20000;
  --red-500: #cd2d2d;
  --red-400: #e77373;
  --red-300: #fab4b4;
  --red-200: #fadddd;
  --red-100: #faeded;
  --yellow-800: #331e00;
  --yellow-700: #734500;
  --yellow-600: #a36200;
  --yellow-500: #f2960d;
  --yellow-400: #ffc060;
  --yellow-300: #ffe0aa;
  --yellow-200: #fff2da;
  --yellow-100: #faf5ed;
  --green-800: #00291b;
  --green-700: #005f37;
  --green-600: #009060;
  --green-500: #0db67e;
  --green-400: #52d3a8;
  --green-300: #99e7cd;
  --green-200: #cef3e7;
  --green-100: #ebfaf5;
  --type-scale-100: 0.875;
  --type-scale-200: 1;
  --type-scale-300: 1.125;
  --type-heading-section: 2.5rem;
  --type-heading-section-lh: 1.35;
  --type-lead-xl: 1.3125rem;
  --type-lead-xl-lh: 2;
  --type-body-md: 0.9375rem;
  --type-body-sm: 0.875rem;
  --type-note-xs: 0.75rem;
  --type-title-badge: 1.3125rem;
  --type-summary-strong: 1.3125rem;
  --type-callout-strong: 1.625rem;
}
@media only screen and (max-width: 991px) {
  :root {
    --type-heading-section: 2.125rem;
    --type-lead-xl: 1.125rem;
    --type-title-badge: 1.25rem;
    --type-summary-strong: 1.25rem;
    --type-callout-strong: 1.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --type-heading-section: clamp(1.125rem, 5.6vw, 1.5rem);
    --type-lead-xl: clamp(0.9375rem, 4.2vw, 1rem);
    --type-title-badge: clamp(0.95rem, 4vw, 1.125rem);
    --type-summary-strong: clamp(0.9375rem, 3.9vw, 1.0625rem);
    --type-callout-strong: clamp(1.0625rem, 4.8vw, 1.25rem);
    --type-body-md: clamp(0.8125rem, 3.5vw, 0.875rem);
    --type-note-xs: clamp(0.65625rem, 2.8vw, 0.6875rem);
  }
}
b,
strong,
.bold,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
sup,
sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: clamp(12px, 3.5vw, 14px);
  }
}
table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  border: none;
}
a {
  outline: none;
  color: #2c2c2c;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:hover img,
button,
input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.clr {
  zoom: 1;
  display: inline-table;
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
* html .clr {
  height: 1%;
  display: inline-table;
  display: block;
  height: 1%;
}
.clr {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .sp_sbox {
    margin-bottom: 30px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 991px) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005296;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  position: relative;
  max-width: 190px;
  font-size: 12px;
  height: 38px;
}
.btn_border {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  font-size: 1rem;
  height: 60px;
  border: 1px solid #fff;
  transition: 0.5s;
}
.btn_border:hover,
.product_card:hover .btn_border {
  color: #003769;
  background-color: #fff;
  border: 1px solid #003769;
  opacity: 1;
}
.btn_border.product_card_btn {
  height: 50px;
}
.btn span,
.btn_border span {
  position: relative;
  padding-right: 15px;
  font-weight: 500;
}
.btn span::after,
.btn_border span::after {
  content: "";
  width: 5px;
  height: 10px;
  background: url("../image/btn_arrow_white.svg") no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn span::after,
.btn_border:hover span::after,
.product_card:hover .btn_border span::after {
  background: url("../image/btn_arrow_d_blue.svg") no-repeat center;
}
.btn_center {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .btn {
    margin: 0 auto;
  }
  .btn_border.product_card_btn {
    margin: 0 auto;
  }
}
.sec_title span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec_title span.sec_title_en {
  position: relative;
  font-weight: 300;
}
.sec_title02 span {
  display: block;
}
.sec_title02 span.sec_title_en {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec_title02 span.sec_title_en:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
}
.sec_title03 span {
  display: block;
  position: relative;
  text-align: center;
}
.sec_title03 span.sec_title_en {
  position: relative;
  font-weight: 300;
  color: #005296;
  letter-spacing: 0.15em;
}
.sec_title03 span.sec_title_en:before {
  content: "";
  background: #005296;
  height: 1px;
  width: 22px;
  display: block;
  margin: 10px auto;
}
.sub_tit {
  border-left: 2px solid #222;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
}
.lead_text {
  text-align: center;
}
.o-sec_title {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: var(--type-heading-section);
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: var(--type-heading-section-lh);
}
.o-sec_title::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.o-sec_title__left {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: var(--type-heading-section);
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: var(--type-heading-section-lh);
}
.o-sec_title__left::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.o-lead_text_large {
  font-size: var(--type-lead-xl);
  text-align: center;
  line-height: calc(var(--type-lead-xl-lh) * 1em);
  margin-bottom: 40px;
}
.o-lead_text_large.mb0 {
  margin-bottom: 0;
}
.o-lead_text_large__left {
  font-size: var(--type-lead-xl);
  text-align: left;
  line-height: calc(var(--type-lead-xl-lh) * 1em);
}
.u-title-nowrap {
  white-space: normal;
}
.o-lead_subtext {
  text-align: center;
  line-height: 200%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .sec_title span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title02 span.sec_title_en:before {
    width: 20px;
  }
  .sub_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec_title02 {
    margin-bottom: 15px;
  }
  .sec_title02 span.sec_title_en {
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 11px;
  }
  .sec_title02 span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title03 {
    margin-bottom: 20px;
  }
  .sec_title03 span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title03 span.sec_title_en {
    font-size: 11px;
  }
  .o-sec_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: clamp(0.02em, 0.3vw, 0.06em);
  }
  .o-lead_text_large {
    margin-bottom: 30px;
  }
  .o-lead_subtext {
    text-align: left;
    font-size: var(--type-body-sm);
    margin-bottom: 30px;
  }
  .o-sec_title__left {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: clamp(0.02em, 0.3vw, 0.06em);
  }
  .o-sec_title__left::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .o-lead_text_large__left {
    text-align: center;
  }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .our-solution .u-title-nowrap {
    white-space: nowrap;
    display: inline-block;
    font-size: clamp(0.92em, 4.2vw, 1em);
  }
}
@media print, screen and (min-width: 768px) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .sec_title span.sec_title_jp {
    font-size: 2.5rem;
    font-weight: 500;
  }
  .sec_title02 {
    margin-bottom: 40px;
  }
  .sec_title02 span.sec_title_en {
    padding-bottom: 30px;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
  }
  .sec_title02 span.sec_title_jp {
    font-size: 28px;
  }
  .sec_title02 span.sec_title_en:before {
    position: absolute;
    width: 40px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .sec_title03 {
    margin-bottom: 55px;
  }
  .sec_title03 span.sec_title_jp {
    font-size: 38px;
  }
  .sec_title03 span.sec_title_en:before {
    margin: 15px auto;
  }
  .sec_title03.sec_title_left span {
    text-align: left;
  }
  .sec_title03.sec_title_left span.sec_title_en:before {
    margin: 15px 0;
  }
  .sub_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fadein {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(1.5px);
  transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1), filter 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}
.fadein.fadein__active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.c-copy-highlight {
  background-image: linear-gradient(transparent 57%, rgba(255,224,170,0.92) 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.06em;
  margin: 0 -0.06em;
}
.fadein.fadein__active .c-copy-highlight {
  animation: copyTextHighlight 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) 0.16s forwards;
}
.p-mv__form.is-scroll-highlight,
.p-contact__form.is-scroll-highlight {
  animation: contactFormScrollHighlight 1.44s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}
.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .fadein,
  .fadein.fadein__active {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .fadein.fadein__active .c-copy-highlight {
    animation: none !important;
    background-size: 100% 100% !important;
  }
  .p-mv__form.is-scroll-highlight,
  .p-contact__form.is-scroll-highlight {
    animation: none !important;
    box-shadow: inset rgba(59,142,224,0.82) 0 0 0 1px, rgba(110,188,255,0.5) 0 0 0 4px, rgba(176,224,255,0.24) 0 0 0 10px, rgba(15,97,173,0.2) 0 16px 28px -12px, rgba(0,0,0,0.11) 0px 10px 16px -4px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
}
@-moz-keyframes contactFormScrollHighlight {
  0% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  28% {
    box-shadow: inset rgba(59,142,224,0.9) 0 0 0 1px, rgba(110,188,255,0.72) 0 0 0 4px, rgba(176,224,255,0.36) 0 0 0 11px, rgba(15,97,173,0.28) 0 18px 34px -12px, rgba(0,0,0,0.12) 0px 12px 18px -5px, rgba(0,0,0,0.06) 0px 4px 8px -2px;
  }
  62% {
    box-shadow: inset rgba(59,142,224,0.7) 0 0 0 1px, rgba(110,188,255,0.38) 0 0 0 2px, rgba(176,224,255,0.2) 0 0 0 8px, rgba(15,97,173,0.2) 0 14px 28px -12px, rgba(0,0,0,0.11) 0px 10px 16px -4px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  100% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
}
@-webkit-keyframes contactFormScrollHighlight {
  0% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  28% {
    box-shadow: inset rgba(59,142,224,0.9) 0 0 0 1px, rgba(110,188,255,0.72) 0 0 0 4px, rgba(176,224,255,0.36) 0 0 0 11px, rgba(15,97,173,0.28) 0 18px 34px -12px, rgba(0,0,0,0.12) 0px 12px 18px -5px, rgba(0,0,0,0.06) 0px 4px 8px -2px;
  }
  62% {
    box-shadow: inset rgba(59,142,224,0.7) 0 0 0 1px, rgba(110,188,255,0.38) 0 0 0 2px, rgba(176,224,255,0.2) 0 0 0 8px, rgba(15,97,173,0.2) 0 14px 28px -12px, rgba(0,0,0,0.11) 0px 10px 16px -4px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  100% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
}
@-o-keyframes contactFormScrollHighlight {
  0% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  28% {
    box-shadow: inset rgba(59,142,224,0.9) 0 0 0 1px, rgba(110,188,255,0.72) 0 0 0 4px, rgba(176,224,255,0.36) 0 0 0 11px, rgba(15,97,173,0.28) 0 18px 34px -12px, rgba(0,0,0,0.12) 0px 12px 18px -5px, rgba(0,0,0,0.06) 0px 4px 8px -2px;
  }
  62% {
    box-shadow: inset rgba(59,142,224,0.7) 0 0 0 1px, rgba(110,188,255,0.38) 0 0 0 2px, rgba(176,224,255,0.2) 0 0 0 8px, rgba(15,97,173,0.2) 0 14px 28px -12px, rgba(0,0,0,0.11) 0px 10px 16px -4px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  100% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
}
@keyframes contactFormScrollHighlight {
  0% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  28% {
    box-shadow: inset rgba(59,142,224,0.9) 0 0 0 1px, rgba(110,188,255,0.72) 0 0 0 4px, rgba(176,224,255,0.36) 0 0 0 11px, rgba(15,97,173,0.28) 0 18px 34px -12px, rgba(0,0,0,0.12) 0px 12px 18px -5px, rgba(0,0,0,0.06) 0px 4px 8px -2px;
  }
  62% {
    box-shadow: inset rgba(59,142,224,0.7) 0 0 0 1px, rgba(110,188,255,0.38) 0 0 0 2px, rgba(176,224,255,0.2) 0 0 0 8px, rgba(15,97,173,0.2) 0 14px 28px -12px, rgba(0,0,0,0.11) 0px 10px 16px -4px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
  100% {
    box-shadow: inset rgba(59,142,224,0) 0 0 0 1px, rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  }
}
@-moz-keyframes copyTextHighlight {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes copyTextHighlight {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-o-keyframes copyTextHighlight {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes copyTextHighlight {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  transition: 0.3s;
}
#header.is-fixed,
.under_header,
#header:has(.open) {
  background: rgba(2,40,76,0.9);
}
#h_logo a {
  display: block;
}
#h_logo h1 {
  width: 228px;
}
#gNav li {
  position: relative;
}
#gNav li a {
  font-size: 13px;
  color: #fff;
  position: relative;
}
#gNav .g-nav__multiline {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0.66;
  transition: opacity 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#gNav .g-nav__multiline.is-active,
#gNav .g-nav__multiline:hover,
#gNav .g-nav__multiline:focus-visible {
  opacity: 1;
}
#gNav .g-nav__multiline-line {
  display: block;
}
#gNav .h_contact_btn a,
#gNav .h_trial_btn a {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gNav .h_login_btn .header-popup__button {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#gNav .h_contact_btn a {
  background: #f27500;
  background: -moz-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: -webkit-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: linear-gradient(to right, #f27500 0%, #edcb21 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1)";
}
#gNav .h_trial_btn a {
  background: var(--blue-500);
  background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
}
#gNav .sub-menu {
  display: none;
}
#gNav .menu-item-has-children > a {
  padding-right: 20px;
}
#gNav .menu-item-has-children > a:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../image/ico-arrow-w.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#gNav .nav02 li {
  display: flex;
  align-items: center;
}
#gNav .nav02 li > a > span {
  display: inline-block;
  vertical-align: middle;
}
#gNav .nav02 li span img {
  display: block;
  margin-right: 7px;
}
@media only screen and (max-width: 991px) {
  #header {
    height: 42px;
  }
  #header .container {
    padding: 0 10px;
    max-width: 100%;
  }
  #h_logo {
    width: 130px;
    display: flex;
    align-items: center;
    height: 42px;
  }
  #h_logo h1 {
    width: auto;
    height: auto;
  }
  #menu_btn {
    top: 0;
    right: 0;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 48px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all 0.5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 18px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5.5px) rotate(-45deg);
    width: 100%;
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 5.5px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-5.5px) rotate(45deg);
    width: 100%;
    bottom: -10px;
  }
  nav#gNav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: rgba(2,40,76,0.9);
    transition: all 0.3s;
    position: relative;
    z-index: 80;
  }
  nav#gNav li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  #gNav .nav li:first-of-type {
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  nav#gNav li a {
    position: relative;
    padding: 15px 25px;
    display: block;
    font-size: 13px;
  }
  #gNav .g-nav__multiline {
    align-items: flex-start;
    text-align: left;
    line-height: 1.35;
  }
  .h_sp_btn {
    display: flex;
    width: 160px;
    position: absolute;
    right: 48px;
    top: 0;
  }
  .h_sp_contact,
  .h_sp_trial {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 42px;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0;
  }
  .h_sp_contact {
    background: #f08600;
    background: -moz-linear-gradient(left, #f08600 0%, #ff9e23 100%);
    background: -webkit-linear-gradient(left, #f08600 0%, #ff9e23 100%);
    background: linear-gradient(to right, #f08600 0%, #ff9e23 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08600', endColorstr='#ff9e23', GradientType=1)";
  }
  .h_sp_trial {
    background: var(--blue-500);
    background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
    background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
    background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
  }
  #gNav .h_contact_btn,
  #gNav .h_trial_btn,
  #gNav .h_login_btn {
    border-bottom: none;
    margin-top: 15px;
  }
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  #gNav .h_login_btn .header-popup {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #gNav .h_login_btn .header-popup__button {
    width: 100%;
    padding: 0;
  }
  #gNav .sub-menu {
    padding-bottom: 15px;
  }
  #gNav .sub-menu li {
    border-bottom: none;
  }
  #gNav .sub-menu li a {
    padding: 10px 40px;
  }
  #gNav .menu-item-has-children > a:after {
    right: 25px;
  }
  #gNav .nav02 li {
    flex: auto;
    border-bottom: none;
  }
}
@media only screen and (max-width: 320px) {
  .h_sp_btn {
    width: 120px;
  }
  .h_sp_btn a {
    padding: 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .h_sp_btn {
    display: none;
  }
  #header {
/*padding: 40px 0;*/
    height: 90px;
  }
  #h_content {
    max-width: 1300px;
  }
  #h_logo a {
    padding: 25px 0;
  }
  #gNav li {
    position: relative;
    margin-right: 20px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #gNav .h_contact_btn {
    margin-right: 10px;
  }
  #gNav .h_trial_btn {
    margin-right: 8px;
  }
  .sub-menu {
    position: fixed;
    left: 0;
    width: 100%;
    top: 90px;
    background: rgba(2,40,76,0.9);
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.4);
  }
  .sub-menu li {
    display: inline-block;
  }
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 130px;
  }
  #gNav .nav02 {
    justify-content: flex-end;
    margin-bottom: 4px;
  }
  #gNav .nav02 > li > a {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 0.25em;
  }
}
@media print, screen and (min-width: 1200px) {
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 156px;
  }
  #gNav li {
    margin-right: 30px;
  }
}
#header {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.main-menu {
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.logo {
  text-align: center;
  padding: 18px;
  font-size: 24px;
  width: 200px;
  background: #ddd;
}
.pc-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  text-align: center;
  font-size: 16px;
  width: 25%;
}
.pc-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 60px;
}
.pc-menu > ul > li > a:hover {
  background: #ccc;
}
@media screen and (min-width: 992px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 42px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 6px;
}
.sp-menu__box span:after {
  top: 6px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255,255,255,0);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__content {
  right: 0;
  transition: 0.3s all;
}
.sp-menu__content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 80;
  background: rgba(2,40,76,0.9);
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 0;
}
.sp-menu__item {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}
.iv_title {
  font-size: 1.17em;
  font-weight: 700;
  margin: 40px 0 0 0;
}
.c-article__body .c-column-event-timeline p {
  margin-top: 1ex;
  margin-bottom: 2.5ex;
}
.c-article .c-column-event-timeline ul {
  margin: 2ex 0 3ex 20px;
}
.c-article__body .c-column-event-timeline .timeline__subhead {
  font-size: calc(var(--type-scale-300) * 1rem);
  font-weight: 700;
  margin: 2ex 0 1ex;
}
.c-excursion__link {
  text-align: center;
  margin: 4ex auto 0;
}
.c-excursion__link a {
  display: inline-flex;
  color: var(--blue-500);
  font-size: calc(var(--type-scale-100) * 1rem);
  text-decoration: underline;
}
.c-excursion__link a svg {
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}
.header-popup__button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25em 0.25em 0.5em 2em;
  font-size: 12px;
}
.header-popup__icon {
  width: 1em;
  height: auto;
  transition: transform 0.3s ease;
}
.header-popup__label {
  color: #fff;
}
.header-popup__menu {
  position: absolute;
  top: 100%;
  padding-top: 4px;
  left: -1.25em;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.header-popup__menu-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0.75em 0.5em;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
  border-radius: 4px;
  transition: box-shadow 0.26s ease;
}
.header-popup__menu-wrapper:hover {
  box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}
.header-popup--open .header-popup__menu {
  opacity: 1;
  transform: translateY(-2px);
  pointer-events: auto;
}
.header-popup--open .header-popup__button {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-popup__item {
  display: flex !important;
  align-items: center;
  padding: 1.5em 2.25em 1.5em 1em;
  white-space: nowrap;
  text-decoration: none;
  text-align-last: left;
  opacity: 1 !important;
  color: #333 !important;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.header-popup__item svg {
  vertical-align: middle;
  width: 1em;
  margin-right: 0.25em;
  height: auto;
}
.header-popup__item-label {
  vertical-align: middle;
  font-size: 14px;
  line-height: 0;
  color: currentColor;
}
.header-popup__item:hover {
  background-color: var(--blue-100);
  color: var(--blue-600) !important;
}
.header-popup__item:hover > * {
  opacity: 1 !important;
  color: var(--blue-600) !important;
}
.header-popup__item:active {
  color: var(--blue-700) !important;
  transition: all 0.1s ease;
}
.header-popup__item:active > * {
  opacity: 1 !important;
  color: var(--blue-700) !important;
  transition: all 0.1s ease;
}
.header-popup__item-icon {
  width: 0.75em;
  height: auto;
}
.header-popup__item-label {
  text-align: left;
  color: #333;
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.header-popup__item:hover .header-popup__item-label {
  transform: translateX(0.5em);
}
#footer {
  background: #02294f;
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 45px 0;
}
.f_body p {
  font-weight: bold;
  margin-bottom: 5px;
}
#footer a {
  color: #fff;
  margin-right: 15px;
  display: inline-block;
}
#footer a:last-child {
  margin-right: 0;
}
#footer .copy span {
  display: inline-block;
  margin-right: 5px;
}
#footer .copy span img {
  display: block;
}
@media only screen and (max-width: 991px) {
  #footer {
    text-align: center;
  }
  #footer .copy {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  #footer .container {
    max-width: 1100px;
  }
  #footer {
    padding: 70px 0;
  }
  #footer .f_body,
  #footer .copy {
    width: 48%;
  }
  #footer .copy {
    text-align: right;
  }
}
#contact {
  position: relative;
}
.contact {
  position: relative;
  overflow: hidden;
  background: var(--blue-700);
  color: #fff;
  padding-top: 64px;
  padding-bottom: 0;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: url("../image/top_mvimg.webp") no-repeat center 44%;
  background-size: cover;
  filter: none;
  opacity: 0.62;
  transform: scale(1.03);
}
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(145deg, rgba(52,126,196,0.4) 0%, rgba(33,106,176,0.36) 48%, rgba(0,62,112,0.52) 100%);
  mix-blend-mode: multiply;
  opacity: 0.56;
}
.contact > * {
  position: relative;
  z-index: 1;
}
.contact .container {
  max-width: 1240px;
}
.p-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}
.p-contact__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 900px;
  text-align: left;
  transition: min-height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-contact__title {
  margin: 0 0 30px;
  max-width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 20px rgba(0,62,112,0.78), 0 14px 30px rgba(0,32,61,0.62);
}
.p-contact__description {
  margin: 0;
  max-width: 760px;
  font-size: 1rem;
  line-height: 2;
  color: var(--blue-100);
  text-align: left;
}
.p-contact__form-wrap {
  width: 100%;
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  width: 100%;
  height: 900px;
  min-height: 900px;
  background: #fff;
  color: #666;
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
  transition: height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), min-height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-contact__form .js-form-embed {
  width: 100%;
  min-width: 100%;
  height: 100%;
  transition: height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), min-height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-contact__form iframe {
  width: 100%;
  min-width: 100%;
  height: auto;
  border: 0;
  display: block;
  transition: height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-contact__form > .p-form-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gray-800);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.p-contact__brand {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-contact__brand img {
  width: 100%;
  max-width: 1024px;
  height: auto;
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.18));
}
@media only screen and (max-width: 991px) {
  .contact {
    padding-top: 52px;
    padding-bottom: 0;
  }
  .p-contact__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .p-contact__copy {
    display: block;
    max-width: none;
    min-height: 0;
  }
  .p-contact__title {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 1.1;
  }
  .p-contact__description {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .p-contact__form {
    min-height: 900px;
  }
  .p-contact__brand {
    margin-top: 0;
    padding-top: 84px;
    padding-bottom: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 36px;
    padding-bottom: 0;
  }
  .contact .container {
    padding: 0 6%;
  }
  .p-contact__layout {
    gap: 18px;
  }
  .p-contact__title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1.1;
  }
  .p-contact__description {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-contact__form {
    min-height: 900px;
  }
  .p-contact__brand {
    margin-top: 0;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .p-contact__brand img {
    width: 86%;
    max-width: 440px;
    margin: 0 auto;
  }
}
body.top {
  color: #fff;
  background-color: #02294f;
}
#gNav .h_contact_btn a,
.h_trial_btn a {
  border-radius: 999px;
}
.p-mv {
  height: auto;
  position: relative;
  overflow-anchor: none;
  isolation: isolate;
  background: #fff;
  color: #fff;
  transition: none;
  padding-top: 80px;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 16px;
  --mv-bg-clip-height: clamp(360px, 54vh, 680px);
  --mv-bg-visible-ratio: 0.48;
  --mv-bg-image-height: calc(var(--mv-bg-clip-height) / var(--mv-bg-visible-ratio));
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mv-bg-clip-height);
  pointer-events: none;
  z-index: 0;
  background: url("../image/top_mvimg.webp") no-repeat 50% 0;
  background-size: auto var(--mv-bg-image-height);
  filter: none;
  opacity: 0.78;
}
.p-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mv-bg-clip-height);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(145deg, rgba(70,150,226,0.5) 0%, rgba(34,108,178,0.7) 48%, rgba(0,54,98,0.8) 100%), linear-gradient(0deg, rgba(4,53,102,0.8), #043566);
  mix-blend-mode: multiply;
  opacity: 0.86;
}
.p-mv__container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  height: auto;
  padding: 20px 12px 20px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: clamp(40px, calc(94px - ((1920px - 100vw) / 8)), 94px);
  align-items: start;
}
.p-mv__form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  overflow-anchor: none;
  box-shadow: rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.05) 0px 4px 6px -2px;
  background: #fff;
  color: #666;
  font-size: 12px;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: auto;
  position: sticky;
  top: 88px;
  align-self: start;
  max-height: none;
  overflow: visible;
  min-height: auto;
}
.p-mv .p-mv__users {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  margin-bottom: 0;
  padding-top: 52px;
}
.p-mv .p-mv__users .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.p-mv .p-mv__users .p-users__sectors {
  width: 100%;
  max-width: 100%;
  left: auto;
  transform: none;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-content: stretch;
}
.p-mv__form .js-form-embed {
  width: 100%;
  min-width: 0;
  height: auto;
}
.p-mv__form iframe {
  width: 100%;
  min-width: 0;
  height: auto;
  border: 0;
  display: block;
}
.p-mv__form > .p-form-placeholder {
  display: flex;
  width: 100%;
  min-height: 720px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gray-800);
  font-size: 0.9375rem;
  line-height: 1.7;
  padding: 20px;
}
.p-mv__inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.p-mv__text {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-mv__text > .p-mv__users {
  width: 100%;
  align-self: stretch;
}
.p-mv__catch-heading-a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.p-mv__catch-draw {
  width: 80%;
  max-width: none;
  margin: 104px auto 4px;
  filter: drop-shadow(0 0 20px rgba(0,62,112,0.78)) drop-shadow(0 14px 30px rgba(0,32,61,0.62));
}
.p-mv__catch-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.p-mv__catch-char {
  --draw-delay: 0s;
  --fill-delay: 1s;
  --outline-len: 3400;
  --tracking-offset: 0px;
  --insert-shift-x: 0px;
  --insert-shift-y: 0px;
  --insert-delay: 0s;
  --insert-duration: 0.56s;
  opacity: 0;
  transform: translate(var(--tracking-offset), 8px);
}
.p-mv__catch-char-core {
  transform: translate(var(--insert-shift-x), var(--insert-shift-y));
}
.js-catch-outline.is-animated .p-mv__catch-char {
  animation: mvGlyphCharRise 0.64s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: var(--draw-delay);
}
.p-mv__catch-char-outline,
.p-mv__catch-char-fill {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 128px;
  font-weight: 700;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  text-anchor: middle;
  dominant-baseline: alphabetic;
}
.p-mv .p-mv__catch-char-outline,
.p-mv .p-mv__catch-char-fill {
  font-size: calc(clamp(66px, 7.4vw, 104px) * var(--catch-font-scale, 1) * var(--catch-font-scale-extra, 1));
}
.p-mv__catch-char.is-em-bracket .p-mv__catch-char-outline {
  stroke: transparent;
}
.p-mv__catch-char.is-em-bracket .p-mv__catch-char-fill {
  fill: #fff;
}
.p-mv__catch-char.is-em-bracket .p-mv__catch-char-outline,
.p-mv__catch-char.is-em-bracket .p-mv__catch-char-fill {
  font-weight: 100;
}
.p-mv__catch-char-outline {
  fill: transparent;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  paint-order: stroke;
}
.p-mv__catch-char-outline {
  stroke-width: 1;
  opacity: 0;
  stroke-dasharray: 1 var(--outline-len);
  stroke-dashoffset: 0;
  filter: none;
  will-change: stroke-dasharray, opacity;
}
.p-mv__catch-char-fill {
  fill: #fff;
  stroke: transparent;
  opacity: 0;
  transform: translateY(4px);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
.js-catch-outline.is-animated .p-mv__catch-char-outline {
  animation: mvGlyphOutline 0.96s cubic-bezier(0.2, 0, 0.1, 1) forwards;
  animation-delay: var(--draw-delay);
}
.js-catch-outline.is-animated .p-mv__catch-char-fill {
  animation: mvGlyphFill 0.6s cubic-bezier(0.22, 0, 0, 1) forwards;
  animation-delay: var(--fill-delay);
}
.js-catch-outline.is-animated .p-mv__catch-char.is-insert-target .p-mv__catch-char-core {
  animation: mvBracketInsertShift var(--insert-duration) cubic-bezier(0.22, 0.74, 0.24, 1) forwards;
  animation-delay: var(--insert-delay);
}
.p-mv__catch-char.is-insert-bracket .p-mv__catch-char-outline,
.p-mv__catch-char.is-insert-bracket .p-mv__catch-char-fill {
  opacity: 0;
}
.js-catch-outline.is-animated .p-mv__catch-char.is-insert-bracket .p-mv__catch-char-outline {
  animation: mvBracketInsertFade var(--insert-duration) cubic-bezier(0.22, 0.74, 0.24, 1) forwards;
  animation-delay: var(--insert-delay);
}
.js-catch-outline.is-animated .p-mv__catch-char.is-insert-bracket .p-mv__catch-char-fill {
  animation: mvBracketInsertFade var(--insert-duration) cubic-bezier(0.22, 0.74, 0.24, 1) forwards;
  animation-delay: var(--insert-delay);
}
.p-mv__catch-subtitle {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1.95vw, 1.85rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,62,112,0.58);
}
.p-mv__catch-subtitle-line {
  display: block;
}
.p-mv__catch-subtitle-line.fadein {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.58s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.p-mv__catch-subtitle-line.fadein.fadein__active {
  opacity: 1;
  transform: translateY(0);
}
.p-mv__catch-subtitle-line:nth-child(2) {
  transition-delay: 0.14s;
}
.p-mv__catch-callout {
  position: relative;
  width: fit-content;
  max-width: 760px;
  margin: 2px 0 14px;
  padding: 0;
  background: transparent;
  color: var(--gray-100);
  font-size: clamp(1.195rem, calc(1.78vw - 2px), 1.455rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
.p-mv__catch-callout > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-align: center;
  box-sizing: border-box;
  overflow: visible;
  isolation: auto;
  transition: none;
}
.p-mv__catch-callout-chunk {
  display: inline-block;
  white-space: nowrap;
  color: inherit;
  font-size: calc(1em + 5.333px);
  background-image: linear-gradient(transparent 60%, rgba(93,170,243,0.56) 60%, rgba(93,170,243,0.56) 92%, transparent 92%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}
.js-catch-outline.is-animated + .p-mv__catch-callout.fadein.fadein__active .p-mv__catch-callout-chunk {
  animation: mvCalloutHighlight 0.84s cubic-bezier(0.22, 0.8, 0.2, 1) 1.44s 1 forwards;
}
.p-mv__catch-callout.fadein {
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  filter: blur(2px);
  transition: opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.66s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.66s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-mv__catch-callout.fadein.fadein__active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.p-mv__catch-title {
  line-height: 1.3em;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #0a2e4e;
  background: #fff;
  padding: 8px 20px;
  margin-bottom: 8px;
  letter-spacing: -1px;
  white-space: nowrap;
}
.p-mv__catch-title:first-of-type {
  font-size: 3.2rem;
}
.p-mv__catch-txt {
  line-height: 2;
  font-size: 16.5px;
/* text-shadow 0 0 12px rgba(0, 32, 61, 0.72) */
  margin-top: 36px;
  margin-bottom: 0;
  max-width: 80%;
/* font-weight normal */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
.p-mv__feature-checklist {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
}
.p-mv__feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-100);
  font-size: clamp(0.86rem, 1.05vw, 0.98rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}
.p-mv__feature-label {
  white-space: nowrap;
}
.p-mv__feature-check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
}
.p-mv__feature-check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv__feature-box {
  fill: none;
  stroke: rgba(245,247,250,0.7);
  stroke-width: 1.4;
}
.p-mv__feature-mark {
  fill: none;
  stroke: var(--gray-100);
  stroke-width: 1.9;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  opacity: 0;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item {
  animation: mvChecklistItem 0.44s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(1) {
  animation-delay: 0.06s;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(2) {
  animation-delay: 0.28s;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(3) {
  animation-delay: 0.5s;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-mark {
  animation: mvChecklistMark 0.34s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(1) .p-mv__feature-mark {
  animation-delay: 0.18s;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(2) .p-mv__feature-mark {
  animation-delay: 0.4s;
}
.p-mv__feature-checklist.fadein.fadein__active .p-mv__feature-item:nth-child(3) .p-mv__feature-mark {
  animation-delay: 0.62s;
}
.p-mv__select-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  padding-bottom: 100px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-mv__select-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 180px;
  height: 48px;
  font-size: 1rem;
  border-radius: 999px;
}
.p-mv__select-menu li:first-child a {
  background: #f27500;
  background: -moz-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: -webkit-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: linear-gradient(to right, #f27500 0%, #edcb21 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1)";
}
.p-mv__select-menu li:nth-child(2) a {
  background: var(--blue-500);
  background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
}
@media only screen and (min-width: 992px) {
  .p-mv__catch-draw {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .p-mv {
    padding-left: 24px;
    padding-right: 24px;
  }
  .p-mv__container {
    padding-left: 13px;
    padding-right: 13px;
    gap: 26px;
  }
}
@media only screen and (max-width: 980px) {
  .p-mv__container {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 1000px;
  }
  .p-mv__text {
    max-width: 100%;
    align-items: center;
  }
  .p-mv__form,
  .p-mv__form.u-d-flex {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-mv {
    padding-top: 64px;
    padding-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: hidden;
  }
  .p-mv__container,
  .p-mv__inner,
  .p-mv__text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .p-mv__catch-svg {
    max-width: 100%;
    overflow: hidden;
  }
  .p-mv .p-mv__users {
    margin-top: -6px;
    padding-top: 52px;
  }
  .p-mv__container {
    padding: 16px 8px 16px 8px;
  }
  .p-mv__catch-draw {
    width: 84%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .p-mv__catch-callout {
    width: 100%;
    max-width: 100%;
    font-size: clamp(0.895rem, calc(2.35vw - 2px), 1.095rem);
    margin-bottom: 12px;
  }
  .p-mv__catch-callout > span {
    width: 100%;
    max-width: 100%;
  }
  .p-mv__catch-title {
    font-size: clamp(1.75rem, 4.2vw, 2.6rem);
  }
  .p-mv__catch-subtitle {
    font-size: clamp(1.18rem, 2.9vw, 1.52rem);
    margin-bottom: 10px;
  }
  .p-mv__catch-title:first-of-type {
    font-size: clamp(2.1rem, 4.9vw, 3rem);
  }
  .p-mv__select-menu {
    width: 100%;
    align-self: stretch;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv {
    padding-top: 56px;
    padding-bottom: 36px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-mv__container {
    padding: 16px 12px;
  }
  .p-mv .p-mv__users {
    margin-top: -6px;
    padding-top: 52px;
  }
  .p-mv .p-mv__users .p-users__sectors {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-mv__text {
    max-width: 100%;
  }
  .p-mv__catch-draw {
    width: 100vw;
    max-width: 100vw;
    margin-top: 18px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  html.is-mobile-safari .p-mv__catch-draw {
    transform: none;
  }
  html.is-mobile-safari .p-mv__catch-svg.js-catch-outline-svg {
    --catch-font-scale-extra: 1.3;
  }
  .p-mv__catch-callout {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 6px;
    text-align: center;
    font-size: clamp(1.005rem, calc(3.835vw + 0.159rem), 1.19rem);
    letter-spacing: 0;
  }
  .p-mv__catch-callout > span {
    display: flex;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .p-mv__catch-callout-chunk {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    overflow-wrap: normal;
  }
  .p-mv__catch-char-outline {
    stroke-width: 1;
  }
  .p-mv__catch-title {
    font-size: clamp(1.1rem, 5.4vw, 2.25rem);
    background: #fff;
    padding: 10px 12px;
  }
  .p-mv__catch-subtitle {
    font-size: clamp(1.08rem, 4.9vw, 1.34rem);
    margin-bottom: 8px;
  }
  .p-mv__catch-title:first-of-type {
    font-size: clamp(1.4rem, 6.1vw, 2.6rem);
  }
  .p-mv__catch-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
  }
  .p-mv__feature-checklist {
    margin-top: 12px;
    gap: 7px;
  }
  .p-mv__feature-item {
    gap: 8px;
    font-size: clamp(0.74rem, 3.6vw, 0.9rem);
  }
  .p-mv__feature-check {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .p-mv__select-menu {
    width: 100%;
    align-self: stretch;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 44px;
  }
  .p-mv__select-menu li {
    flex: 1 1 0;
    min-width: 0;
  }
  .p-mv__select-menu a {
    min-width: 0;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: clamp(0.85rem, 3.2vw, 0.98rem);
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-mv__catch-char {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .p-mv__catch-char-core {
    transform: none !important;
    animation: none !important;
  }
  .p-mv__catch-char-outline {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
  .p-mv__catch-char-fill {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .p-mv__catch-callout {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .p-mv__catch-callout-chunk {
    animation: none !important;
    text-shadow: none !important;
    background-size: 100% 100% !important;
  }
  .p-mv__feature-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .p-mv__feature-mark {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
@-moz-keyframes mvGlyphOutline {
  0% {
    opacity: 1;
    stroke-dasharray: 1 var(--outline-len);
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dasharray: var(--outline-len) 0;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes mvGlyphOutline {
  0% {
    opacity: 1;
    stroke-dasharray: 1 var(--outline-len);
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dasharray: var(--outline-len) 0;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes mvGlyphOutline {
  0% {
    opacity: 1;
    stroke-dasharray: 1 var(--outline-len);
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dasharray: var(--outline-len) 0;
    stroke-dashoffset: 0;
  }
}
@keyframes mvGlyphOutline {
  0% {
    opacity: 1;
    stroke-dasharray: 1 var(--outline-len);
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dasharray: var(--outline-len) 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes mvGlyphFill {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  35% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvGlyphFill {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  35% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes mvGlyphFill {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  35% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mvGlyphFill {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  35% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes mvGlyphCharRise {
  0% {
    opacity: 0;
    transform: translate(var(--tracking-offset), 8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes mvGlyphCharRise {
  0% {
    opacity: 0;
    transform: translate(var(--tracking-offset), 8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes mvGlyphCharRise {
  0% {
    opacity: 0;
    transform: translate(var(--tracking-offset), 8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mvGlyphCharRise {
  0% {
    opacity: 0;
    transform: translate(var(--tracking-offset), 8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes mvBracketInsertShift {
  0% {
    transform: translate(var(--insert-shift-x), var(--insert-shift-y));
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes mvBracketInsertShift {
  0% {
    transform: translate(var(--insert-shift-x), var(--insert-shift-y));
  }
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes mvBracketInsertShift {
  0% {
    transform: translate(var(--insert-shift-x), var(--insert-shift-y));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvBracketInsertShift {
  0% {
    transform: translate(var(--insert-shift-x), var(--insert-shift-y));
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes mvBracketInsertFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvBracketInsertFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mvBracketInsertFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvBracketInsertFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mvCalloutHighlight {
  0% {
    background-size: 0% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
  46% {
    text-shadow: 0 0 8px rgba(93,170,243,0.58), 0 0 16px rgba(14,110,200,0.36);
  }
  100% {
    background-size: 100% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-webkit-keyframes mvCalloutHighlight {
  0% {
    background-size: 0% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
  46% {
    text-shadow: 0 0 8px rgba(93,170,243,0.58), 0 0 16px rgba(14,110,200,0.36);
  }
  100% {
    background-size: 100% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-o-keyframes mvCalloutHighlight {
  0% {
    background-size: 0% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
  46% {
    text-shadow: 0 0 8px rgba(93,170,243,0.58), 0 0 16px rgba(14,110,200,0.36);
  }
  100% {
    background-size: 100% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@keyframes mvCalloutHighlight {
  0% {
    background-size: 0% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
  46% {
    text-shadow: 0 0 8px rgba(93,170,243,0.58), 0 0 16px rgba(14,110,200,0.36);
  }
  100% {
    background-size: 100% 100%;
    text-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-moz-keyframes mvChecklistItem {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvChecklistItem {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes mvChecklistItem {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mvChecklistItem {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes mvChecklistMark {
  0% {
    opacity: 0;
    stroke-dashoffset: 18;
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes mvChecklistMark {
  0% {
    opacity: 0;
    stroke-dashoffset: 18;
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes mvChecklistMark {
  0% {
    opacity: 0;
    stroke-dashoffset: 18;
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes mvChecklistMark {
  0% {
    opacity: 0;
    stroke-dashoffset: 18;
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.users {
  background: #fff;
  color: #111827;
}
.users .container {
  position: relative;
  z-index: 1;
}
.users .o-sec_title {
  color: #111827;
}
.users .p-users__title {
  font-size: var(--type-heading-section);
}
.users .o-sec_title::after {
  background-color: var(--gray-300);
}
.users .o-sec_title,
.users .o-lead_text_large,
.p-users__sectors li,
.p-users__caution {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.users .o-lead_text_large {
  color: #111827;
  margin-bottom: 32px;
  line-height: 1.8;
}
.users .js-users-fade-step.fadein {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(4px);
  transition: opacity 0.62s cubic-bezier(0.2, 0.68, 0.2, 1), transform 0.78s cubic-bezier(0.22, 1, 0.36, 1), filter 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}
.users .js-users-fade-step.fadein.fadein__active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.p-users__sectors {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  width: min(1920px, calc(100vw - 30px));
  max-width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: repeat(auto-fit, minmax(168px, 168px));
  justify-content: center;
  justify-items: stretch;
  gap: 8px 10px;
}
@media only screen and (min-width: 1400px) {
  .p-users__sectors {
    width: min(1920px, calc(100vw - 120px));
  }
}
.p-users__sectors li {
  color: #111827;
  border: none;
  background: var(--gray-100);
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 8px 5px;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-users__sectors li.fadein {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.992);
  filter: blur(2px);
  transition: opacity 0.58s cubic-bezier(0.2, 0.68, 0.2, 1), transform 0.74s cubic-bezier(0.22, 1, 0.36, 1), filter 0.74s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}
.p-users__sectors li.fadein.fadein__active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
.p-users__caution {
  margin-top: 22px;
  margin-bottom: 0;
  color: #4b5563;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
.p-users__caution-line {
  display: block;
}
.p-users__caution-line + .p-users__caution-line {
  margin-top: 4px;
}
.p-users__caution-em {
  color: var(--blue-700);
  font-weight: 700;
}
.p-users__caution a {
  color: var(--blue-600);
  text-decoration: underline;
  font-weight: 500;
}
.p-users__caution a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .users .p-users__title {
    font-size: var(--type-heading-section);
  }
  .users .o-lead_text_large {
    margin-bottom: 24px;
  }
  .p-users__sectors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 7px;
  }
  .p-users__sectors li {
    min-height: 44px;
    font-size: 13px;
    padding: 7px 8px;
  }
  .p-users__caution {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .users .p-users__title {
    font-size: var(--type-heading-section);
  }
  .p-users__sectors {
    width: min(1920px, calc(100vw - 24px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 4px;
  }
  .p-users__sectors li {
    font-size: clamp(9.4px, 2.5vw, 10.8px);
    min-height: 34px;
    line-height: 1.3;
    padding: 5px 4px 4px;
    border-radius: 5px;
  }
  .p-users__caution {
    font-size: 0.6875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .users .js-users-fade-step.fadein {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .p-users__sectors li.fadein {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
.issue-section {
  background: var(--gray-100) url("../image/rc_form_bg.png") no-repeat center 40%;
  background-size: cover;
  color: var(--gray-900);
  padding-top: 120px;
  padding-bottom: 120px;
}
.issue-section .o-sec_title {
  color: var(--blue-800);
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.issue-section .o-lead_text_large,
.p-issue__item-text,
.p-issue__result,
.p-issue__assure-title,
.p-issue__assure-text,
.p-issue__more-card-lead,
.p-issue__more-card-description {
  color: var(--gray-900);
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.issue-section .o-sec_title::after {
  background-color: var(--gray-300);
}
.p-issue__title-highlight {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 0;
}
.p-issue__title-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(1em + 10px);
  background: rgba(255,224,170,0.75);
  opacity: 1;
  transform: translateY(calc(-50% - 2px)) scaleX(0);
  transform-origin: left center;
  z-index: -1;
  will-change: transform;
}
.issue-section .o-sec_title.fadein.fadein__active .p-issue__title-highlight::before {
  animation: issueTitleHighlight 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s forwards;
}
.p-issue__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.p-issue__item {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 2px;
  box-shadow: none;
  padding: 30px 24px 26px;
  min-height: 100%;
}
.p-issue__item-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  position: relative;
}
.p-issue__item-icon img,
.p-issue__item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-issue__item-icon::before,
.p-issue__item-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.p-issue__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.p-issue__svg-shape {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.24;
  stroke-dasharray: var(--path-len, 120);
  stroke-dashoffset: var(--path-len, 120);
}
.p-issue__item.is-icon-animated .p-issue__svg-shape {
  animation: issueIconStrokeDraw 0.9s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
  animation-delay: calc(var(--shape-index, 0) * 0.07s);
}
.p-issue__svg-shape.icon-accent-stroke {
  stroke: #2563eb;
}
.p-issue__svg-shape.icon-accent-fill {
  fill: var(--blue-100);
  fill-opacity: 0;
}
.p-issue__item.is-icon-animated .p-issue__svg-shape.icon-accent-fill {
  animation: issueIconStrokeDraw 0.9s cubic-bezier(0.2, 0.78, 0.18, 1) forwards, issueIconAccentFill 0.52s ease-out forwards;
  animation-delay: calc(var(--shape-index, 0) * 0.07s), calc(var(--shape-index, 0) * 0.07s + 0.44s);
}
.p-issue__item--1.is-icon-animated .p-issue__svg {
  animation: issueIconSettle 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s both;
}
.p-issue__item--1.is-icon-animated .p-issue__svg polyline {
  transform-box: fill-box;
  transform-origin: center;
  animation: issueIconStrokeDraw 0.76s cubic-bezier(0.2, 0.78, 0.18, 1) 0.54s forwards, issueIconCheckPop 0.45s ease-out 0.9s both;
}
.p-issue__item--3 .p-issue__item-icon::before {
  inset: 20%;
  border: 1px solid rgba(30,64,175,0.38);
  border-radius: 999px;
  transform: scale(0.45);
}
.p-issue__item--3 .p-issue__item-icon::after {
  inset: 12%;
  border: 1px solid rgba(30,64,175,0.24);
  border-radius: 999px;
  transform: scale(0.5);
}
.p-issue__item--3.is-icon-animated .p-issue__item-icon::before {
  animation: issueIconPulseRing 0.9s ease-out 0.5s both;
}
.p-issue__item--3.is-icon-animated .p-issue__item-icon::after {
  animation: issueIconPulseRing 0.9s ease-out 0.72s both;
}
.p-issue__item-title {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: var(--blue-700);
}
.p-issue__item-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
.p-issue__result {
  margin: 0;
  font-size: var(--type-heading-section);
  line-height: var(--type-heading-section-lh);
  font-weight: 700;
  text-align: center;
}
.p-issue__assure-title {
  margin: 0 0 24px;
  max-width: none;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: var(--gray-900);
}
.p-issue__assure-list {
  margin: 34px auto 0;
  max-width: none;
  display: grid;
  gap: 12px;
}
.p-issue__assure-item {
  display: block;
  padding: 50px 30px 34px;
  border: none;
  border-radius: 0;
  background: rgba(255,255,255,0.88);
}
.p-issue__assure-content-wrap {
  text-align: center;
}
.p-issue__assure-content {
  display: inline-grid;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  text-align: left;
  vertical-align: top;
  margin: 0 auto;
  gap: 14px;
}
.p-issue__assure-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.p-issue__assure-check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.p-issue__assure-check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-issue__assure-check-box {
  fill: none;
  stroke: rgba(30,64,175,0.35);
  stroke-width: 1.5;
}
.p-issue__assure-check-mark {
  fill: none;
  stroke: var(--blue-600);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  opacity: 0.22;
}
.p-issue__assure-item.fadein.fadein__active .p-issue__assure-check-mark {
  animation: issueAssureCheckDraw 0.48s cubic-bezier(0.2, 0.78, 0.18, 1) 0.14s forwards;
}
.p-issue__assure-text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
.p-issue__assure-em {
  color: var(--blue-700);
  font-weight: 700;
}
.p-issue__assure-card-block {
  margin-top: 30px;
  padding: 18px 0 6px;
}
.p-issue__flow {
  margin: 24px 0 12px;
  display: flex;
  justify-content: center;
}
.p-issue__flow-arrow {
  width: 44px;
  height: auto;
  display: block;
}
.p-issue__flow-arrow-path {
  fill: none;
  stroke: var(--gray-900);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-issue__more-card {
  margin: 20px auto 0;
  max-width: 700px;
  display: block;
  width: 100%;
  border-radius: 2px;
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.26s ease, transform 0.26s ease;
}
.p-issue__more-card:hover {
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 2px 6px 2px;
  transform: translateY(-1px);
}
.p-issue__more-card-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
}
.p-issue__more-card-lead {
  margin: 0 auto 12px;
  max-width: 700px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.p-issue__download-wrap {
  margin: 18px auto 0;
  text-align: center;
}
.p-issue__download-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 180px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: var(--blue-500);
  background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
}
@media (prefers-reduced-motion: reduce) {
  .p-issue__svg-shape {
    opacity: 1;
    stroke-dashoffset: 0;
    animation: none !important;
  }
  .p-issue__svg-shape.icon-accent-fill {
    fill-opacity: 1;
  }
  .p-issue__item-icon::before,
  .p-issue__item-icon::after {
    display: none !important;
  }
  .p-issue__assure-check-mark {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .issue-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .p-issue__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
  }
  .p-issue__item {
    padding: 26px 20px 22px;
  }
  .p-issue__item-title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .p-issue__item-text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .p-issue__result {
    font-size: var(--type-heading-section);
    line-height: var(--type-heading-section-lh);
  }
  .p-issue__assure-title {
    margin-bottom: 22px;
    font-size: 1.4375rem;
    line-height: 1.52;
  }
  .p-issue__assure-list {
    gap: 11px;
  }
  .p-issue__assure-item {
    padding: 40px 24px 28px;
  }
  .p-issue__assure-row {
    gap: 13px;
  }
  .p-issue__assure-check {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
  }
  .p-issue__assure-text {
    font-size: 0.96875rem;
    line-height: 1.75;
  }
  .p-issue__more-card {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .issue-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .p-issue__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }
  .p-issue__item {
    padding: 22px 16px;
  }
  .p-issue__item-icon {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }
  .p-issue__item-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .p-issue__item-text {
    font-size: 0.875rem;
    line-height: 1.65;
  }
  .p-issue__flow {
    margin-top: 20px;
  }
  .p-issue__result {
    margin-top: 0;
    font-size: var(--type-heading-section);
    line-height: var(--type-heading-section-lh);
  }
  .p-issue__assure-title {
    margin: 0 0 18px;
    font-size: 1.3125rem;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .p-issue__assure-list {
    margin-top: 26px;
    gap: 10px;
  }
  .p-issue__assure-item {
    padding: 32px 18px 22px;
  }
  .p-issue__assure-card-block {
    margin-top: 22px;
    padding: 10px 0 2px;
  }
  .p-issue__assure-content {
    gap: 10px;
  }
  .p-issue__assure-row {
    gap: 12px;
  }
  .p-issue__assure-check {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  .p-issue__assure-text {
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 0.9375rem;
    line-height: 1.72;
  }
  .p-issue__more-card {
    max-width: 640px;
  }
  .p-issue__more-card-lead {
    max-width: 640px;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 1.3125rem;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: auto;
  }
  .p-issue__download-wrap {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .issue-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .issue-section .o-sec_title {
    font-size: clamp(1.06rem, 5.2vw, 1.42rem);
    line-height: 1.5;
  }
  .p-issue__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-issue__item {
    padding: 20px 14px;
  }
  .p-issue__item-icon {
    width: 78px;
    height: 78px;
  }
  .p-issue__item-title {
    font-size: 1rem;
  }
  .p-issue__item-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .p-issue__flow {
    margin: 18px 0 10px;
  }
  .p-issue__flow-arrow {
    width: 36px;
  }
  .p-issue__result {
    font-size: var(--type-heading-section);
    line-height: var(--type-heading-section-lh);
  }
  .p-issue__assure-title {
    margin: 0 0 14px;
    font-size: 1.125rem;
    line-height: 1.45;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .p-issue__assure-list {
    margin-top: 20px;
    gap: 10px;
  }
  .p-issue__assure-item {
    padding: 34px 18px 38px;
  }
  .p-issue__assure-content {
    gap: 8px;
  }
  .p-issue__assure-row {
    gap: 10px;
  }
  .p-issue__assure-check {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  .p-issue__assure-text {
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 0.875rem;
    line-height: 1.68;
  }
  .p-issue__more-card {
    max-width: 520px;
    margin-top: 14px;
  }
  .p-issue__more-card-lead {
    max-width: 520px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: auto;
  }
  .p-issue__download-wrap {
    margin-top: 12px;
  }
  .p-issue__download-btn {
    min-width: 172px;
    height: 46px;
    font-size: 0.9375rem;
  }
  .p-issue__assure-card-block {
    margin-top: 18px;
    padding: 8px 0 0;
  }
}
@-moz-keyframes issueTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@-webkit-keyframes issueTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@-o-keyframes issueTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@keyframes issueTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@-moz-keyframes issueIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes issueIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes issueIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes issueIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes issueIconSettle {
  0% {
    transform: translateY(5px) scale(0.96);
  }
  65% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes issueIconSettle {
  0% {
    transform: translateY(5px) scale(0.96);
  }
  65% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes issueIconSettle {
  0% {
    transform: translateY(5px) scale(0.96);
  }
  65% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes issueIconSettle {
  0% {
    transform: translateY(5px) scale(0.96);
  }
  65% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-moz-keyframes issueIconCheckPop {
  0% {
    transform: scale(0.92);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes issueIconCheckPop {
  0% {
    transform: scale(0.92);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes issueIconCheckPop {
  0% {
    transform: scale(0.92);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes issueIconCheckPop {
  0% {
    transform: scale(0.92);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes issueIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes issueIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-o-keyframes issueIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes issueIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-moz-keyframes issueIconPulseRing {
  0% {
    opacity: 0;
    transform: scale(0.45);
  }
  25% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@-webkit-keyframes issueIconPulseRing {
  0% {
    opacity: 0;
    transform: scale(0.45);
  }
  25% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@-o-keyframes issueIconPulseRing {
  0% {
    opacity: 0;
    transform: scale(0.45);
  }
  25% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@keyframes issueIconPulseRing {
  0% {
    opacity: 0;
    transform: scale(0.45);
  }
  25% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@-moz-keyframes issueAssureCheckDraw {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes issueAssureCheckDraw {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes issueAssureCheckDraw {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes issueAssureCheckDraw {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
:root {
  --brand-gradient: linear-gradient(-35deg, var(--red-500) 0%, #be327b 20%, #9c45b0 50%, #6b59cb 80%, var(--blue-500) 100%);
}
.btn-like {
  background: var(--brand-gradient) !important;
  color: #fff;
  transition: all 200ms ease !important;
}
.btn-like:hover {
  transform-origin: center;
  transform: scale(1.012);
  opacity: 1 !important;
  background: var(--brand-gradient) !important;
}
.btn-like:active {
  background: linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)), var(--brand-gradient);
  transform: translateY(1px);
}
.btn-like:focus-visible {
  outline: 2px solid rgba(14,110,200,0.6);
  outline-offset: 2px;
}
.top_news,
.top_news .top_news_body,
.top_news .top_news_body a {
  opacity: 1 !important;
}
.top_news_body {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  #top_news .news_inner {
    width: 100%;
    max-width: 100%;
  }
}
.our_solution {
  position: relative;
  background: #003769;
  color: #fff;
  overflow: visible;
/* 疑似要素を表示する余地を確保 */
  padding-top: 82px;
  padding-bottom: 72px;
}
.our_solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, #04294c 0%, rgba(4,41,76,0) 100%);
}
.our_solution > * {
  position: relative;
  z-index: 1;
}
.our_solution_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.our_solution_list .our_solution_item {
  background: linear-gradient(to bottom, #0e4d89 0%, #092846 100%);
  padding: 35px 30px 30px;
}
.our_solution_list .our_solution_item h4 {
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 20px;
}
.our_solution_list .our_solution_item p {
  font-size: 1rem;
  line-height: 180%;
  margin-bottom: 15px;
}
.our_solution_list .our_solution_item p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .our_solution_list {
    grid-template-columns: 1fr;
  }
}
.our-solution {
  position: relative;
  background: #fff;
  color: var(--gray-900);
  overflow: visible;
  padding-top: 82px;
  padding-bottom: 96px;
}
.our-solution .o-sec_title {
  color: var(--gray-900);
}
.p-our-solution__title-highlight {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  z-index: 0;
}
.p-our-solution__title-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc(1em + 12px);
  background: var(--yellow-300);
  opacity: 0.95;
  transform: translateY(calc(-50% - 2px)) scaleX(0);
  transform-origin: left center;
  z-index: -1;
  will-change: transform;
}
.our-solution .o-sec_title.fadein.fadein__active .p-our-solution__title-highlight::before {
  animation: ourSolutionTitleHighlight 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s forwards;
}
.our-solution .o-sec_title::after {
  background-color: var(--gray-300);
}
.our-solution .o-lead_text_large {
  color: var(--gray-800);
}
.p-our-solution__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}
.p-our-solution__inner {
  position: relative;
  z-index: 1;
}
.p-our-solution__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
}
.p-our-solution__lead {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2em;
}
.p-our-solution__description {
  max-width: 960px;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  color: var(--gray-800);
  margin-left: auto;
  margin-right: auto;
}
.p-our-solution__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.p-our-solution__item {
  background: transparent;
  padding: 35px 30px 30px;
  display: flex;
  flex-direction: column;
  color: var(--gray-900);
  text-decoration: none;
  position: relative;
  isolation: isolate;
  transition: none;
}
.p-our-solution__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gray-100);
  border-radius: 2px;
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.26s ease;
  pointer-events: none;
  z-index: 0;
}
.p-our-solution__item > * {
  position: relative;
  z-index: 1;
}
.p-our-solution__item:hover {
  opacity: 1;
  filter: none;
  -moz-opacity: 1;
}
.p-our-solution__item:hover img,
.p-our-solution__item:hover svg {
  opacity: 1;
  filter: none;
  -moz-opacity: 1;
}
.p-our-solution__item:hover::before {
  transform: scale(1.02);
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 2px 6px 2px;
}
.p-our-solution__item:hover .p-our-solution__item-link-indicator svg {
  animation: ourSolutionLinkIndicatorYoyo 0.56s ease-in-out infinite alternate;
}
.p-our-solution__item:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 2px;
}
.p-our-solution__item-icon {
  width: 138px;
  height: 138px;
  margin: 0 auto 14px;
}
.p-our-solution__item-ahead {
  margin: 0 0 12px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--blue-700);
  display: table;
  padding: 6px 8px;
  margin-left: auto;
  margin-right: auto;
}
.p-our-solution__item-icon img,
.p-our-solution__item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-our-solution__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.p-our-solution__svg-shape {
  fill: none;
  stroke: var(--blue-700);
  stroke-width: 0.8125;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.24;
  stroke-dasharray: var(--path-len, 120);
  stroke-dashoffset: var(--path-len, 120);
}
.p-our-solution__item.is-icon-animated .p-our-solution__svg-shape {
  animation: ourSolutionIconStrokeDraw 0.88s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
  animation-delay: calc(var(--shape-index, 0) * 0.06s);
}
.p-our-solution__svg-shape.icon-accent-stroke {
  stroke: var(--blue-500);
}
.p-our-solution__svg-shape.icon-accent-fill {
  fill: var(--blue-100);
  fill-opacity: 0;
}
.p-our-solution__item.is-icon-animated .p-our-solution__svg-shape.icon-accent-fill {
  animation: ourSolutionIconStrokeDraw 0.88s cubic-bezier(0.2, 0.78, 0.18, 1) forwards, ourSolutionIconAccentFill 0.5s ease-out forwards;
  animation-delay: calc(var(--shape-index, 0) * 0.06s), calc(var(--shape-index, 0) * 0.06s + 0.42s);
}
.p-our-solution__item--1.is-icon-animated .p-our-solution__svg polyline {
  transform-box: fill-box;
  transform-origin: center;
  animation: ourSolutionIconStrokeDraw 0.74s cubic-bezier(0.2, 0.78, 0.18, 1) 0.5s forwards, ourSolutionIconCheckPop 0.42s ease-out 0.82s both;
}
.p-our-solution__item--2.is-icon-animated .p-our-solution__svg {
  transform-origin: 50% 50%;
  animation: ourSolutionIconScaleSettle 0.8s cubic-bezier(0.18, 0.76, 0.2, 1) 0.26s both;
}
.p-our-solution__item--3.is-icon-animated .p-our-solution__svg {
  transform-origin: 50% 50%;
  animation: ourSolutionIconToolSettle 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) 0.24s both;
}
.p-our-solution__item--3.is-icon-animated .p-our-solution__svg rect.icon-accent-fill {
  transform-box: fill-box;
  transform-origin: center;
  animation: ourSolutionIconStrokeDraw 0.74s cubic-bezier(0.2, 0.78, 0.18, 1) 0.42s forwards, ourSolutionIconAccentFill 0.5s ease-out 0.78s forwards, ourSolutionIconToolPulse 0.45s ease-out 0.78s both;
}
.p-our-solution__item-title {
  font-size: 1.3125rem;
  text-align: center;
  margin: 0 0 16px;
  font-weight: 700;
  color: var(--blue-800);
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.p-our-solution__item-text {
  margin: 0;
  font-size: 1rem;
  line-height: 200%;
  color: var(--gray-800);
}
.p-our-solution__item-text:last-child {
  margin-bottom: 0;
}
.p-our-solution__item-link-indicator {
  margin-top: auto;
  padding-top: 16px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-our-solution__item-link-indicator svg {
  width: 62px;
  height: 18px;
  display: block;
  transform: translateY(0);
}
.p-our-solution__item-link-indicator path {
  fill: none;
  stroke: var(--blue-500);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-our-solution__cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.p-our-solution__cta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}
.p-our-solution__cta li:first-child a {
  background: #f27500;
  background: -moz-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: -webkit-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: linear-gradient(to right, #f27500 0%, #edcb21 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1)";
}
.p-our-solution__cta li:nth-child(2) a {
  background: var(--blue-500);
  background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
}
@media (prefers-reduced-motion: reduce) {
  .p-our-solution__item:hover .p-our-solution__item-link-indicator svg {
    animation: none !important;
  }
  .p-our-solution__title-highlight::before {
    animation: none !important;
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
  .p-our-solution__svg-shape {
    opacity: 1;
    stroke-dashoffset: 0;
    animation: none !important;
  }
  .p-our-solution__svg-shape.icon-accent-fill {
    fill-opacity: 1;
  }
}
.p-our-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, #04294c 0%, rgba(4,41,76,0) 100%);
}
.p-our-solution > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .p-our-solution__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-our-solution__description {
    margin-bottom: 28px;
    font-size: 0.9375rem;
  }
  .p-our-solution__container {
    max-width: 100%;
    padding: 0 10px;
  }
  .p-our-solution__item-icon {
    width: 126px;
    height: 126px;
  }
  .p-our-solution__svg-shape {
    stroke-width: 0.8889;
  }
  .p-our-solution__item-title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-our-solution__item-ahead {
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .our-solution {
    padding-top: 52px;
    padding-bottom: 52px;
    overflow-x: hidden;
  }
  .our-solution .o-sec_title {
    font-size: clamp(1rem, 4.7vw, 1.375rem);
    line-height: 1.42;
    letter-spacing: clamp(0.01em, 0.18vw, 0.03em);
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }
  .our-solution .p-our-solution__title-highlight {
    padding: 0 3px;
  }
  .p-our-solution__item {
    padding: 30px 20px;
  }
  .p-our-solution__item-icon {
    width: 117px;
    height: 117px;
  }
  .p-our-solution__svg-shape {
    stroke-width: 0.9574;
  }
  .p-our-solution__item-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-our-solution__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-our-solution__description {
    margin-bottom: 24px;
    font-size: 0.875rem;
    text-align: left;
  }
  .p-our-solution__cta {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-our-solution__cta a {
    min-width: 168px;
    height: 44px;
    font-size: 0.9375rem;
  }
}
@-moz-keyframes ourSolutionIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes ourSolutionIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes ourSolutionIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes ourSolutionIconStrokeDraw {
  0% {
    opacity: 0.14;
    stroke-dashoffset: var(--path-len, 120);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes ourSolutionIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes ourSolutionIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-o-keyframes ourSolutionIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes ourSolutionIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-moz-keyframes ourSolutionIconCheckPop {
  0% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ourSolutionIconCheckPop {
  0% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes ourSolutionIconCheckPop {
  0% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ourSolutionIconCheckPop {
  0% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes ourSolutionIconScaleSettle {
  0% {
    transform: rotate(-6deg) translateY(4px);
  }
  55% {
    transform: rotate(2deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes ourSolutionIconScaleSettle {
  0% {
    transform: rotate(-6deg) translateY(4px);
  }
  55% {
    transform: rotate(2deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@-o-keyframes ourSolutionIconScaleSettle {
  0% {
    transform: rotate(-6deg) translateY(4px);
  }
  55% {
    transform: rotate(2deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes ourSolutionIconScaleSettle {
  0% {
    transform: rotate(-6deg) translateY(4px);
  }
  55% {
    transform: rotate(2deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@-moz-keyframes ourSolutionIconToolSettle {
  0% {
    transform: translateY(4px) scale(0.96);
  }
  60% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes ourSolutionIconToolSettle {
  0% {
    transform: translateY(4px) scale(0.96);
  }
  60% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes ourSolutionIconToolSettle {
  0% {
    transform: translateY(4px) scale(0.96);
  }
  60% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes ourSolutionIconToolSettle {
  0% {
    transform: translateY(4px) scale(0.96);
  }
  60% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-moz-keyframes ourSolutionIconToolPulse {
  0% {
    transform: scale(0.9);
  }
  55% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ourSolutionIconToolPulse {
  0% {
    transform: scale(0.9);
  }
  55% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes ourSolutionIconToolPulse {
  0% {
    transform: scale(0.9);
  }
  55% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ourSolutionIconToolPulse {
  0% {
    transform: scale(0.9);
  }
  55% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes ourSolutionLinkIndicatorYoyo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@-webkit-keyframes ourSolutionLinkIndicatorYoyo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@-o-keyframes ourSolutionLinkIndicatorYoyo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@keyframes ourSolutionLinkIndicatorYoyo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@-moz-keyframes ourSolutionTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@-webkit-keyframes ourSolutionTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@-o-keyframes ourSolutionTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
@keyframes ourSolutionTitleHighlight {
  0% {
    transform: translateY(calc(-50% - 2px)) scaleX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2px)) scaleX(1);
  }
}
.solution-coverage {
  position: relative;
  background: #fff;
  color: var(--gray-900);
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.solution-coverage .o-sec_title {
  color: var(--gray-900);
}
.solution-coverage .o-sec_title::after {
  background-color: var(--gray-300);
}
.solution-coverage .o-lead_text_large {
  color: var(--gray-800);
  max-width: 820px;
  font-size: 1rem;
  line-height: 2;
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
  margin-left: auto;
  margin-right: auto;
}
.p-solution-section-box {
  background: var(--gray-100);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 60px;
  border-radius: 2px;
}
.p-solution-section-box .o-sec_title {
  font-size: calc(var(--type-heading-section) * 0.9);
  line-height: calc(var(--type-heading-section-lh) * 1em);
  margin-bottom: 20px;
}
.p-solution-section-box > .o-lead_text_large {
  margin-bottom: 34px;
}
.p-solution-section-box__title-prefix {
  display: block;
  margin: 0 0 24px;
  text-align: center;
  font-size: calc(var(--type-title-badge) * 0.9);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--blue-700);
  display: table;
  padding: 4px 14px;
  margin-left: auto;
  margin-right: auto;
}
.p-solution-section-box__title-main {
  display: block;
  color: var(--blue-800);
}
.p-solution-detail__coverage {
  margin-top: 36px;
}
.p-solution-detail__coverage-label {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--gray-600);
}
.p-solution-detail__coverage-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--blue-700);
}
.p-solution-detail__coverage-title--tail {
  margin: 30px 0 0;
}
.p-solution-detail__coverage-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}
.p-solution-detail__coverage-connector {
  display: block;
  width: 1px;
  height: 50px;
  background: var(--blue-700);
  margin: 12px auto;
}
.p-solution-detail__coverage-connector--before-summary {
  margin-top: 24px;
}
.p-solution-detail__coverage-connector--from-metrics {
  --connector-gap: 18px;
  width: 100%;
  height: 72px;
  background: transparent;
  margin: 12px auto;
  position: relative;
}
.p-solution-detail__coverage-connector-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--connector-gap);
  height: 22px;
}
.p-solution-detail__coverage-connector-branches::after {
  content: "";
  position: absolute;
  left: calc((100% - (var(--connector-gap) * 3)) / 8);
  right: calc((100% - (var(--connector-gap) * 3)) / 8);
  bottom: 0;
  border-top: 1px solid var(--blue-700);
}
.p-solution-detail__coverage-connector-branch {
  position: relative;
  min-width: 0;
}
.p-solution-detail__coverage-connector-branch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid var(--blue-700);
  transform: translateX(-50%);
}
.p-solution-detail__coverage-connector-trunk {
  position: absolute;
  left: 50%;
  top: 22px;
  height: 50px;
  border-left: 1px solid var(--blue-700);
  transform: translateX(-50%);
}
.p-solution-detail__coverage-description {
  margin: 0 auto;
  font-weight: 700;
  color: var(--gray-900);
}
.p-solution-detail__coverage-summary {
  margin: 0 auto;
  font-weight: 700;
  color: var(--gray-900);
}
.solution-coverage .o-lead_text_large.p-solution-detail__coverage-description,
.solution-coverage .o-lead_text_large.p-solution-detail__coverage-summary {
  font-size: var(--type-summary-strong);
  line-height: 1.6;
  font-weight: 700;
  color: var(--gray-900);
}
.p-solution-detail__coverage-item {
  min-height: 0;
  min-width: 0;
  aspect-ratio: 5/4;
  background: #fff;
  border: 1px solid var(--blue-700);
  border-radius: 2px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(93,170,243,0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.p-solution-detail__coverage-item::before {
  content: "";
  position: absolute;
  top: -34%;
  left: -136%;
  width: 68%;
  height: 168%;
  background: linear-gradient(110deg, rgba(228,242,255,0) 0%, rgba(255,255,255,0.34) 46%, rgba(228,242,255,0) 100%);
  opacity: 0;
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}
.p-solution-detail__coverage-item::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at center, rgba(157,206,252,0.16) 0%, rgba(93,170,243,0.08) 36%, rgba(93,170,243,0) 72%);
  opacity: 0;
  transform: scale(0.84);
  pointer-events: none;
  z-index: 0;
}
.p-solution-detail__coverage-item.is-metric-glow {
  animation: solutionMetricGlowShadow 0.46s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}
.p-solution-detail__coverage-item.is-metric-glow::before {
  animation: solutionMetricGlowSweep 0.46s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}
.p-solution-detail__coverage-item.is-metric-glow::after {
  animation: solutionMetricGlowAura 0.46s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}
.p-solution-detail__coverage-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-solution-detail__coverage-metric-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-solution-detail__coverage-metric-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-solution-detail__coverage-num {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--blue-700);
  white-space: nowrap;
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.js-solution-metric-content {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  max-width: 100%;
  min-width: 0;
}
.js-solution-metric-value {
  display: inline-block;
}
.js-solution-metric-suffix {
  display: inline-block;
}
.js-solution-metric-plus {
  display: inline-block;
  width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-0.28ch);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1), margin-left 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width, margin-left, opacity, transform;
}
.js-solution-metric-num.is-plus-visible .js-solution-metric-plus {
  width: 1.12ch;
  margin-left: 0.04em;
  opacity: 1;
  overflow: visible;
  transform: translateX(0);
}
.p-solution-detail__coverage-name {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--gray-800);
}
.p-solution-detail__coverage-examples {
  margin-top: 26px;
}
.p-solution-detail__coverage-examples-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.p-solution-detail__coverage-example {
  background: #fff;
  padding: 38px 24px 26px;
  border-radius: 2px;
}
.p-solution-detail__coverage-example-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 12px;
}
.p-solution-detail__coverage-example-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-solution-detail__coverage-example-title {
  margin: 0 0 10px;
  padding: 4px 0;
  font-size: 1.1875rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--blue-700);
}
.p-solution-detail__coverage-subtitle {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--gray-800);
}
.p-solution-detail__coverage-subtitle:empty {
  display: none;
}
.p-solution-detail__coverage-unit {
  padding: 6px 0 6px 12px;
  border: 0;
  border-left: 2px solid var(--blue-700);
}
.p-solution-detail__coverage-unit + .p-solution-detail__coverage-unit {
  margin-top: 14px;
}
.p-solution-detail__coverage-unit .p-solution-detail__coverage-subtitle {
  margin: 0 0 8px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--gray-800);
}
.p-solution-detail__coverage-desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--gray-800);
}
.p-solution-detail__coverage-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-solution-detail__coverage-bullets:empty {
  display: none;
}
.p-solution-detail__coverage-desc + .p-solution-detail__coverage-bullets {
  margin-top: 8px;
}
.p-solution-detail__coverage-bullets li {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-800);
}
.p-solution-detail__coverage-bullets li:last-child {
  margin-bottom: 0;
}
.p-solution-detail__coverage-bullets li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-600);
}
@media only screen and (max-width: 991px) {
  .p-solution-section-box {
    padding: 72px 32px 66px;
  }
  .p-solution-section-box .o-sec_title {
    margin-bottom: 16px;
  }
  .p-solution-section-box > .o-lead_text_large {
    margin-bottom: 26px;
  }
  .p-solution-detail__coverage-description {
    margin: 0 auto;
  }
  .p-solution-detail__coverage-summary {
    margin-top: 0;
  }
  .p-solution-detail__coverage-connector--from-metrics {
    width: 1px;
    height: 50px;
    background: var(--blue-700);
  }
  .p-solution-detail__coverage-connector-branches {
    display: none;
  }
  .p-solution-detail__coverage-connector-trunk {
    display: none;
  }
  .p-solution-detail__coverage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .p-solution-detail__coverage-title {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
  .p-solution-detail__coverage-examples-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-coverage {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .p-solution-section-box {
    padding: 48px 16px 44px;
    border-radius: 10px;
  }
  .p-solution-section-box .o-sec_title {
    margin-bottom: 14px;
  }
  .p-solution-section-box > .o-lead_text_large {
    margin-bottom: 20px;
  }
  .p-solution-section-box__title-prefix {
    margin-bottom: 22px;
  }
  .p-solution-detail__coverage {
    margin-top: 24px;
  }
  .p-solution-detail__coverage-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .p-solution-detail__coverage-description {
    margin: 0 auto;
  }
  .p-solution-detail__coverage-summary {
    margin-top: 0;
  }
  .p-solution-detail__coverage-connector--from-metrics {
    height: 50px;
  }
  .p-solution-detail__coverage-list {
    gap: 12px;
  }
  .p-solution-detail__coverage-item {
    min-height: 0;
  }
  .p-solution-detail__coverage-metric-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .p-solution-detail__coverage-num {
    font-size: clamp(1.125rem, 6.6vw, 1.625rem);
    line-height: 1.2;
  }
  .p-solution-detail__coverage-name {
    font-size: 0.8125rem;
  }
  .p-solution-detail__coverage-examples {
    margin-top: 18px;
  }
  .p-solution-detail__coverage-examples-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-solution-detail__coverage-example {
    padding: 28px 14px 20px;
  }
  .p-solution-detail__coverage-example-icon {
    width: 46px;
    height: 46px;
    margin: 0 0 10px;
  }
  .p-solution-detail__coverage-example-title {
    padding: 4px 0;
    font-size: 1.0625rem;
    margin-bottom: 8px;
  }
  .p-solution-detail__coverage-subtitle {
    margin-bottom: 9px;
    font-size: 0.9375rem;
  }
  .p-solution-detail__coverage-unit {
    padding: 5px 0 5px 10px;
  }
  .p-solution-detail__coverage-unit + .p-solution-detail__coverage-unit {
    margin-top: 12px;
  }
  .p-solution-detail__coverage-unit .p-solution-detail__coverage-subtitle {
    margin-bottom: 8px;
  }
  .p-solution-detail__coverage-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-solution-detail__coverage-bullets {
    margin-top: 0;
  }
  .p-solution-detail__coverage-bullets li {
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-solution-detail__coverage-bullets li::before {
    left: 0;
    top: 0;
  }
}
@-moz-keyframes solutionMetricGlowShadow {
  0% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
  34% {
    box-shadow: 0 0 0 1px rgba(93,170,243,0.1), 0 0 6px rgba(93,170,243,0.12), 0 0 12px rgba(93,170,243,0.08);
  }
  100% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-webkit-keyframes solutionMetricGlowShadow {
  0% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
  34% {
    box-shadow: 0 0 0 1px rgba(93,170,243,0.1), 0 0 6px rgba(93,170,243,0.12), 0 0 12px rgba(93,170,243,0.08);
  }
  100% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-o-keyframes solutionMetricGlowShadow {
  0% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
  34% {
    box-shadow: 0 0 0 1px rgba(93,170,243,0.1), 0 0 6px rgba(93,170,243,0.12), 0 0 12px rgba(93,170,243,0.08);
  }
  100% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@keyframes solutionMetricGlowShadow {
  0% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
  34% {
    box-shadow: 0 0 0 1px rgba(93,170,243,0.1), 0 0 6px rgba(93,170,243,0.12), 0 0 12px rgba(93,170,243,0.08);
  }
  100% {
    box-shadow: 0 0 0 rgba(93,170,243,0);
  }
}
@-moz-keyframes solutionMetricGlowAura {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }
  34% {
    opacity: 0.18;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
@-webkit-keyframes solutionMetricGlowAura {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }
  34% {
    opacity: 0.18;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
@-o-keyframes solutionMetricGlowAura {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }
  34% {
    opacity: 0.18;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
@keyframes solutionMetricGlowAura {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }
  34% {
    opacity: 0.18;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
@-moz-keyframes solutionMetricGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(8deg);
  }
  24% {
    opacity: 0.26;
  }
  100% {
    opacity: 0;
    transform: translateX(180%) rotate(8deg);
  }
}
@-webkit-keyframes solutionMetricGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(8deg);
  }
  24% {
    opacity: 0.26;
  }
  100% {
    opacity: 0;
    transform: translateX(180%) rotate(8deg);
  }
}
@-o-keyframes solutionMetricGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(8deg);
  }
  24% {
    opacity: 0.26;
  }
  100% {
    opacity: 0;
    transform: translateX(180%) rotate(8deg);
  }
}
@keyframes solutionMetricGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(8deg);
  }
  24% {
    opacity: 0.26;
  }
  100% {
    opacity: 0;
    transform: translateX(180%) rotate(8deg);
  }
}
.solution-law {
  position: relative;
  background: #fff;
  color: var(--gray-900);
  margin: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
.solution-law .o-sec_title {
  color: var(--gray-900);
}
.solution-law .o-sec_title::after {
  background-color: var(--gray-300);
}
.solution-law .o-lead_text_large {
  color: var(--gray-800);
  max-width: 820px;
  font-size: 1rem;
  line-height: 2;
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
  margin-left: auto;
  margin-right: auto;
}
.p-solution-law__panel {
  margin-top: 28px;
  background: #fff;
  border-radius: 0;
  padding: 48px;
}
.p-solution-law__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  column-gap: 52px;
  align-items: start;
}
.p-solution-law__overview {
  margin: 0;
  align-self: center;
}
.p-solution-law__overview-logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 0 14px;
}
.p-solution-law__overview-title {
  margin: 0 0 22px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0f3963;
}
.p-solution-law__overview-text {
  margin: 0 0 18px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #23323f;
}
.p-solution-law__overview-text:last-child {
  margin-bottom: 28px;
}
.p-solution-law__glossary {
  margin-top: 0;
  padding-top: 0;
}
.p-solution-law__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-solution-law__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  line-break: strict;
}
.p-solution-law__badge {
  flex: 0 0 72px;
  min-height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  background: var(--blue-600);
}
.p-solution-law__badge[data-code='SAN'] {
  background: #ef3b2d;
}
.p-solution-law__badge[data-code='SCO'] {
  background: #bb2c1c;
}
.p-solution-law__badge[data-code='OOL'] {
  background: #d57a33;
}
.p-solution-law__badge[data-code='OEL'] {
  background: #e09a54;
}
.p-solution-law__badge[data-code='SI'] {
  background: #efbf43;
}
.p-solution-law__badge[data-code='PEP'] {
  background: #9bcb60;
}
.p-solution-law__badge[data-code='RCA'] {
  background: #3773be;
}
.p-solution-law__badge[data-code='AME'] {
  background: #ecef46;
  color: #111;
}
.p-solution-law__badge[data-code='SOC'] {
  background: #9f5e23;
}
.p-solution-law__badge[data-code='BRD'] {
  background: #655489;
}
.p-solution-law__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
}
.p-solution-law__arrow {
  display: block;
  width: 1px;
  height: 50px;
  background: var(--blue-700);
  margin: 22px auto 18px;
}
.p-solution-law__benefits {
  max-width: 100%;
  margin: 20px 0 8px;
  text-align: left;
}
.p-solution-law__benefits-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0f3963;
}
.p-solution-law__benefits-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
  text-align: left;
}
.p-solution-law__benefits-item {
  --benefit-stagger: 0ms;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #23323f;
  text-align: left;
}
.p-solution-law__benefits-item-text {
  flex: 1 1 auto;
  min-width: 0;
}
.p-solution-law__benefits-check {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.solution-law .p-issue__assure-check-mark {
  stroke: var(--blue-500);
}
.p-solution-law__benefits-item:nth-child(1) {
  --benefit-stagger: 0ms;
}
.p-solution-law__benefits-item:nth-child(2) {
  --benefit-stagger: 180ms;
}
.p-solution-law__benefits-item:nth-child(3) {
  --benefit-stagger: 360ms;
}
.p-solution-law__benefits-item:last-child {
  margin-bottom: 0;
}
.p-solution-law__benefits.fadein:not(.fadein__active) .p-solution-law__benefits-item {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}
.p-solution-law__benefits.fadein:not(.fadein__active) .p-solution-law__benefits-check {
  opacity: 0;
  transform: scale(0.82);
}
.p-solution-law__benefits.fadein:not(.fadein__active) .p-solution-law__benefits-item .p-issue__assure-check-mark {
  opacity: 0.2;
  stroke-dashoffset: 18;
}
.p-solution-law__benefits.fadein.fadein__active .p-solution-law__benefits-item {
  animation: solutionLawBenefitItemIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--benefit-stagger);
}
.p-solution-law__benefits.fadein.fadein__active .p-solution-law__benefits-check {
  animation: solutionLawBenefitIconIn 0.36s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: calc(var(--benefit-stagger) + 80ms);
}
.p-solution-law__benefits.fadein.fadein__active .p-solution-law__benefits-item .p-issue__assure-check-mark {
  animation: solutionLawBenefitCheckIn 0.48s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
  animation-delay: calc(var(--benefit-stagger) + 150ms);
}
.p-solution-law__summary {
  margin: 0 auto;
  max-width: 960px;
}
.solution-law .o-lead_text_large.p-solution-law__summary {
  font-size: var(--type-summary-strong);
  line-height: 1.6;
  font-weight: 700;
  color: var(--gray-900);
}
@media (prefers-reduced-motion: reduce) {
  .p-solution-law__benefits.fadein .p-solution-law__benefits-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .p-solution-law__benefits.fadein .p-solution-law__benefits-check {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .p-solution-law__benefits.fadein .p-solution-law__benefits-item .p-issue__assure-check-mark {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-solution-law__panel {
    padding: 40px;
  }
  .p-solution-law__content {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    column-gap: 36px;
  }
  .p-solution-law__overview-title {
    font-size: 1rem;
  }
  .p-solution-law__overview-text {
    font-size: 0.875rem;
  }
  .p-solution-law__overview-logo {
    max-width: 220px;
    margin-bottom: 12px;
  }
  .p-solution-law__badge {
    flex-basis: 68px;
    min-height: 28px;
    font-size: 0.9375rem;
  }
  .p-solution-law__benefits-item {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-solution-law__content {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .p-solution-law__overview {
    align-self: auto;
  }
}
@media only screen and (max-width: 767px) {
  .solution-law {
    padding-top: 0;
    padding-bottom: 42px;
  }
  .p-solution-law__panel {
    margin-top: 18px;
    padding: 24px 16px;
    border-radius: 0;
  }
  .p-solution-law__content {
    row-gap: 14px;
  }
  .p-solution-law__overview-title {
    margin-bottom: 14px;
    font-size: 0.9375rem;
  }
  .p-solution-law__overview-logo {
    max-width: 180px;
    margin-bottom: 10px;
  }
  .p-solution-law__overview-text {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .p-solution-law__overview-text:last-child {
    margin-bottom: 16px;
  }
  .p-solution-law__glossary {
    margin-top: 0;
    padding-top: 0;
  }
  .p-solution-law__list {
    gap: 8px;
  }
  .p-solution-law__item {
    gap: 10px;
  }
  .p-solution-law__badge {
    flex: 0 0 60px;
    min-height: 26px;
    border-radius: 5px;
    font-size: 0.8125rem;
    padding: 1px 3px;
  }
  .p-solution-law__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-solution-law__arrow {
    height: 42px;
    margin: 16px auto 12px;
  }
  .p-solution-law__benefits-title {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  .p-solution-law__benefits-list {
    display: block;
    max-width: none;
    text-align: left;
  }
  .p-solution-law__benefits-item {
    font-size: 0.8125rem;
    margin-bottom: 8px;
    gap: 8px;
  }
  .p-solution-law__benefits-check {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }
}
@-moz-keyframes solutionLawBenefitItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes solutionLawBenefitItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes solutionLawBenefitItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes solutionLawBenefitItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes solutionLawBenefitIconIn {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  72% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes solutionLawBenefitIconIn {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  72% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes solutionLawBenefitIconIn {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  72% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes solutionLawBenefitIconIn {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  72% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes solutionLawBenefitCheckIn {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes solutionLawBenefitCheckIn {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes solutionLawBenefitCheckIn {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes solutionLawBenefitCheckIn {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.solution-tools {
  position: relative;
  background: #fff;
  color: var(--gray-900);
  margin: 0;
  padding-top: 0;
  padding-bottom: 90px;
}
.solution-tools .o-sec_title {
  color: var(--gray-900);
}
.solution-tools .o-sec_title::after {
  background-color: var(--gray-300);
}
.solution-tools .o-lead_text_large {
  color: var(--gray-800);
  max-width: 820px;
  font-size: 1rem;
  line-height: 2;
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
  margin-left: auto;
  margin-right: auto;
}
.p-solution-tools__overview {
  margin-top: 24px;
}
.p-solution-tools__overview-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--blue-700);
}
.p-solution-tools__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.p-solution-tools__card {
  --tools-card-delay: 0s;
  background: transparent;
  padding: 12px 24px 26px;
  min-height: 100%;
}
.p-solution-tools__card:nth-child(1) {
  --tools-card-delay: 0s;
}
.p-solution-tools__card:nth-child(2) {
  --tools-card-delay: 0.12s;
}
.p-solution-tools__card:nth-child(3) {
  --tools-card-delay: 0.24s;
}
.p-solution-tools__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.p-solution-tools__card-icon {
  width: 56px;
  height: 56px;
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
}
.p-solution-tools__card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-solution-tools__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.p-solution-tools__card.is-icon-ready .p-solution-tools__svg-shape {
  fill: none;
  stroke: var(--blue-500);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.24;
  stroke-dasharray: var(--path-len, 120);
  stroke-dashoffset: var(--path-len, 120);
  transform-box: fill-box;
  transform-origin: center;
  transform: translateY(1px) scale(0.985);
}
.p-solution-tools__card.is-icon-ready .p-solution-tools__svg-shape.icon-accent-fill {
  fill: var(--blue-300);
  fill-opacity: 0;
}
.p-solution-tools__card-title {
  margin: 0;
  padding: 0;
  font-size: var(--type-title-badge);
  line-height: 1.45;
  font-weight: 700;
  color: var(--blue-700);
  text-align: left;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}
.p-solution-tools__card.is-icon-motion .p-solution-tools__card-icon {
  opacity: 0;
  transform: translate3d(0, 2px, 0) scale(0.84);
}
.p-solution-tools__card.is-icon-motion .p-solution-tools__card-title {
  opacity: 0;
  transform: translate3d(-18px, 0, 0);
  filter: blur(1.5px);
}
.p-solution-tools__card.is-icon-motion.is-icon-animated .p-solution-tools__card-icon {
  animation: solutionToolsHeadIconIn 0.52s cubic-bezier(0.22, 0.8, 0.2, 1) both;
  animation-delay: var(--tools-card-delay);
}
.p-solution-tools__card.is-icon-motion.is-icon-animated .p-solution-tools__card-title {
  animation: solutionToolsHeadTitleIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--tools-card-delay) + 0.26s);
}
.p-solution-tools__card.is-icon-motion.is-icon-animated .p-solution-tools__card-icon img {
  animation: solutionToolsHeadIconSettle 0.76s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: calc(var(--tools-card-delay) + 0.04s);
}
.p-solution-tools__card.is-icon-ready.is-icon-motion.is-icon-animated .p-solution-tools__svg {
  transform-origin: 50% 50%;
  animation: solutionToolsHeadIconSettle 0.76s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: calc(var(--tools-card-delay) + 0.04s);
}
.p-solution-tools__card.is-icon-ready.is-icon-motion.is-icon-animated .p-solution-tools__svg-shape {
  animation: solutionToolsIconStrokeDraw 0.82s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
  animation-delay: calc(var(--tools-card-delay) + var(--shape-index, 0) * 0.05s);
}
.p-solution-tools__card.is-icon-ready.is-icon-motion.is-icon-animated .p-solution-tools__svg-shape.icon-accent-fill {
  animation: solutionToolsIconStrokeDraw 0.82s cubic-bezier(0.2, 0.78, 0.18, 1) forwards, solutionToolsIconAccentFill 0.5s ease-out forwards;
  animation-delay: calc(var(--tools-card-delay) + var(--shape-index, 0) * 0.05s), calc(var(--tools-card-delay) + var(--shape-index, 0) * 0.05s + 0.34s);
}
.p-solution-tools__card-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.p-solution-tools__card-point {
  margin: 0;
  padding: 28px 24px;
  border: 0;
  background: #fff;
  border-radius: 2px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--gray-800);
}
.p-solution-tools__card-point-title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--blue-700);
  text-align: center;
}
.p-solution-tools__card-point-description {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--gray-800);
}
.p-solution-tools__card-point-description--after {
  margin-top: 0;
}
.p-solution-tools__card-point-list {
  margin: 10px 0 12px;
  padding: 10px 14px 10px 1.55em;
  list-style: disc;
  background: var(--gray-100);
  border-radius: 2px;
}
.p-solution-tools__card-point-list-item {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--gray-800);
}
.p-solution-tools__card-point-list-item::marker {
  color: var(--blue-600);
}
.p-solution-tools__card-point-list-item + .p-solution-tools__card-point-list-item {
  margin-top: 4px;
}
.p-solution-tools__card-point-note {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--gray-700);
}
.p-solution-tools__card-point + .p-solution-tools__card-point {
  margin-top: 0;
}
.p-solution-tools__arrow {
  display: block;
  width: 1px;
  height: 50px;
  background: var(--blue-700);
  margin: 22px auto 18px;
}
.p-solution-tools__summary {
  margin: 0 auto;
  max-width: 960px;
}
.solution-tools .o-lead_text_large.p-solution-tools__summary {
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--gray-900);
}
.p-solution-tools__cta-divider {
  display: block;
  width: 1px;
  height: 52px;
  margin: 20px auto 18px;
  background: var(--blue-700);
  opacity: 0.6;
}
.p-solution-tools__cta {
  margin: 34px auto 0;
  max-width: 960px;
  text-align: center;
}
.p-solution-tools__cta-title {
  margin: 0 0 16px;
  font-size: var(--type-summary-strong);
  line-height: 1.6;
  color: var(--gray-900);
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.p-solution-tools__cta-title-br {
  display: none;
}
.p-solution-tools__cta-title-brand {
  white-space: nowrap;
}
.p-solution-tools__cta-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-solution-tools__cta-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 180px;
  height: 48px;
  padding: 0 20px;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
}
.p-solution-tools__cta-menu li:first-child a {
  background: #f27500;
  background: -moz-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: -webkit-linear-gradient(left, #f27500 0%, #edcb21 100%);
  background: linear-gradient(to right, #f27500 0%, #edcb21 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1)";
}
.p-solution-tools__cta-menu li:nth-child(2) a {
  background: var(--blue-500);
  background: -moz-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, var(--blue-500) 0%, #35d0c4 100%);
  background: linear-gradient(to right, var(--blue-500) 0%, #35d0c4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1)";
}
.section.solution-coverage,
.section.solution-law,
.section.solution-tools {
  padding-bottom: 0;
}
.section.solution-reason-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.solution-reason-cta .container {
  max-width: 1200px;
}
.solution-reason-cta .p-solution-tools__cta {
  margin-top: 0;
}
.section.solution-reason-cta + .section.solution-law,
.section.solution-reason-cta + .section.solution-tools,
.section.solution-reason-cta + .section.usecases {
  padding-top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .p-solution-tools__card.is-icon-motion .p-solution-tools__card-icon,
  .p-solution-tools__card.is-icon-motion .p-solution-tools__card-title {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
  .p-solution-tools__card.is-icon-motion .p-solution-tools__card-icon img,
  .p-solution-tools__card.is-icon-motion .p-solution-tools__svg {
    animation: none !important;
    transform: none !important;
  }
  .p-solution-tools__card.is-icon-ready .p-solution-tools__svg-shape {
    animation: none !important;
    opacity: 1;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .section.solution-coverage + .section.solution-reason-cta,
  .section.solution-law + .section.solution-reason-cta {
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .p-solution-tools__cta-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .p-solution-tools__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-solution-tools__card {
    padding: 12px 20px 22px;
  }
  .p-solution-tools__card-head {
    gap: 8px;
    margin-bottom: 10px;
  }
  .p-solution-tools__card-icon {
    width: 56px;
    height: 56px;
  }
  .p-solution-tools__card-point {
    padding: 26px 20px;
  }
  .p-solution-tools__card-point-title {
    font-size: 0.9375rem;
  }
  .p-solution-tools__card-point-description {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .p-solution-tools__card-point-list {
    margin: 8px 0 10px;
    padding: 8px 12px 8px 1.45em;
  }
  .p-solution-tools__card-point-list-item {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .p-solution-tools__card-point-note {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution-tools {
    padding-top: 0;
    padding-bottom: 90px;
  }
  .p-solution-tools__overview {
    margin-top: 16px;
  }
  .p-solution-tools__overview-title {
    margin-bottom: 12px;
    font-size: 1rem;
  }
  .p-solution-tools__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-solution-tools__card {
    padding: 10px 10px 14px;
  }
  .p-solution-tools__card-head {
    gap: 6px;
    margin-bottom: 10px;
  }
  .p-solution-tools__card-icon {
    width: 56px;
    height: 56px;
  }
  .p-solution-tools__card-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-solution-tools__card-point {
    padding: 22px 14px;
  }
  .p-solution-tools__card-point-title {
    font-size: 0.9375rem;
  }
  .p-solution-tools__card-point-description {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .p-solution-tools__card-point-list {
    margin: 8px 0 10px;
    padding: 8px 10px 8px 1.4em;
  }
  .p-solution-tools__card-point-list-item {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .p-solution-tools__card-point-note {
    font-size: 0.75rem;
  }
  .p-solution-tools__card-point + .p-solution-tools__card-point {
    margin-top: 0;
  }
  .p-solution-tools__arrow {
    height: 42px;
    margin: 16px auto 12px;
  }
  .p-solution-tools__cta-divider {
    height: 38px;
    margin: 14px auto 12px;
  }
  .p-solution-tools__cta {
    margin-top: 24px;
  }
  .p-solution-tools__cta-title {
    margin-bottom: 12px;
    font-size: var(--type-summary-strong);
    line-height: 1.6;
  }
  .p-solution-tools__cta-title-br {
    display: block;
  }
  .solution-tools .o-lead_text_large.p-solution-tools__summary {
    font-size: 1rem;
  }
  .p-solution-tools__cta-menu {
    width: 100%;
    margin: 0 auto;
    gap: 8px;
  }
  .p-solution-tools__cta-menu li {
    flex: 1 1 0;
    min-width: 0;
  }
  .p-solution-tools__cta-menu a {
    min-width: 0;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: clamp(0.84rem, 3.2vw, 0.95rem);
    white-space: nowrap;
  }
  .section.solution-coverage,
  .section.solution-law,
  .section.solution-tools {
    padding-bottom: 0;
  }
  .section.solution-reason-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@-moz-keyframes solutionToolsHeadIconIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.84);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-webkit-keyframes solutionToolsHeadIconIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.84);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-o-keyframes solutionToolsHeadIconIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.84);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes solutionToolsHeadIconIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.84);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-moz-keyframes solutionToolsHeadTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@-webkit-keyframes solutionToolsHeadTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@-o-keyframes solutionToolsHeadTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes solutionToolsHeadTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@-moz-keyframes solutionToolsHeadIconSettle {
  0% {
    transform: translateY(0) scale(0.95);
  }
  55% {
    transform: translateY(-1px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes solutionToolsHeadIconSettle {
  0% {
    transform: translateY(0) scale(0.95);
  }
  55% {
    transform: translateY(-1px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes solutionToolsHeadIconSettle {
  0% {
    transform: translateY(0) scale(0.95);
  }
  55% {
    transform: translateY(-1px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes solutionToolsHeadIconSettle {
  0% {
    transform: translateY(0) scale(0.95);
  }
  55% {
    transform: translateY(-1px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@-moz-keyframes solutionToolsIconStrokeDraw {
  0% {
    opacity: 0.24;
    stroke-dashoffset: var(--path-len, 120);
    fill-opacity: 0;
    transform: translateY(1px) scale(0.985);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes solutionToolsIconStrokeDraw {
  0% {
    opacity: 0.24;
    stroke-dashoffset: var(--path-len, 120);
    fill-opacity: 0;
    transform: translateY(1px) scale(0.985);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes solutionToolsIconStrokeDraw {
  0% {
    opacity: 0.24;
    stroke-dashoffset: var(--path-len, 120);
    fill-opacity: 0;
    transform: translateY(1px) scale(0.985);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes solutionToolsIconStrokeDraw {
  0% {
    opacity: 0.24;
    stroke-dashoffset: var(--path-len, 120);
    fill-opacity: 0;
    transform: translateY(1px) scale(0.985);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-moz-keyframes solutionToolsIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes solutionToolsIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-o-keyframes solutionToolsIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes solutionToolsIconAccentFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.section.usecases {
  padding: 80px 0;
}
.usecases {
  position: relative;
  background: #e8edf2;
  color: var(--gray-900);
}
.usecases .container {
  z-index: 1;
  position: relative;
}
.usecases .o-sec_title {
  color: var(--blue-700);
}
.usecases .o-sec_title::after {
  background-color: var(--gray-300);
}
.usecases .o-lead_text_large {
  color: var(--gray-800);
  line-height: 1.7;
  margin-bottom: 20px;
}
.usecases .o-lead_subtext {
  color: var(--gray-700);
  max-width: 980px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.p-usecases__arrow {
  display: block;
  width: 1px;
  height: 50px;
  background: var(--blue-700);
  margin: 22px auto 18px;
}
.p-usecases__summary {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
.usecases .o-lead_text_large.p-usecases__summary {
  font-size: var(--type-summary-strong);
  line-height: 1.6;
  font-weight: 700;
  color: var(--gray-900);
}
.hex-wrap {
  margin-top: 28px;
}
.hex-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
}
.hex-item {
  list-style: none;
  position: relative;
  --usecase-icon-delay: 0s;
  background: #fff;
  border-radius: 2px;
  padding: 22px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 240px;
}
.hex-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  pointer-events: none;
  background-color: var(--gray-300);
  opacity: 0;
}
.hex-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none;
  background-color: var(--gray-300);
  opacity: 0;
}
.hex-item:not(:nth-child(3n + 1))::before {
  opacity: 1;
}
.hex-item:nth-child(n + 4)::after {
  opacity: 1;
}
.hex-item__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hex-item__icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hex-item__icon img {
  width: 87px;
  height: 87px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(72%) saturate(1320%) hue-rotate(183deg) brightness(89%) contrast(103%);
  transform-origin: center;
}
.hex-item__label {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--blue-700);
}
.hex-item:nth-child(1) {
  --usecase-icon-delay: 0s;
}
.hex-item:nth-child(2) {
  --usecase-icon-delay: 0.08s;
}
.hex-item:nth-child(3) {
  --usecase-icon-delay: 0.16s;
}
.hex-item:nth-child(4) {
  --usecase-icon-delay: 0.24s;
}
.hex-item:nth-child(5) {
  --usecase-icon-delay: 0.32s;
}
.hex-item:nth-child(6) {
  --usecase-icon-delay: 0.4s;
}
.hex-item__icon .p-usecases__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.hex-item.is-icon-ready .p-usecases__svg-shape {
  fill: var(--blue-600);
  fill-opacity: 0;
  stroke: none;
  opacity: 0.14;
  transform-box: fill-box;
  transform-origin: left center;
  transform: translateY(2px) scaleX(0.82) scaleY(0.96);
}
.hex-item.is-icon-ready.is-icon-animated .p-usecases__svg {
  transform-origin: 50% 50%;
  animation: ourSolutionIconToolSettle 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) var(--usecase-icon-delay) both;
}
.hex-item.is-icon-ready .p-usecases__svg-shape.icon-accent-fill {
  fill: #3b82f6;
  fill-opacity: 0;
}
.hex-item.is-icon-ready.is-icon-animated .p-usecases__svg-shape {
  animation: usecaseShapeReveal 0.88s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
  animation-delay: calc(var(--usecase-icon-delay) + var(--shape-index, 0) * 0.06s);
}
.hex-item.is-icon-animated .hex-item__icon img {
  animation: ourSolutionIconToolSettle 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) var(--usecase-icon-delay) both;
}
@media (prefers-reduced-motion: reduce) {
  .hex-item.is-icon-ready.is-icon-animated .p-usecases__svg {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .hex-item.is-icon-ready.is-icon-animated .p-usecases__svg-shape {
    animation: none !important;
    fill: var(--blue-600);
    fill-opacity: 1;
    stroke: none;
    opacity: 1;
    transform: none;
  }
  .hex-item.is-icon-ready.is-icon-animated .p-usecases__svg-shape.icon-accent-fill {
    fill: #3b82f6;
    fill-opacity: 1;
  }
  .hex-item.is-icon-animated .hex-item__icon img {
    animation: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hex-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hex-item {
    padding: 12px 10px;
    min-height: 200px;
  }
  .hex-item__icon {
    width: 93px;
    height: 93px;
    margin-bottom: 8px;
  }
  .hex-item__icon img {
    width: 75px;
    height: 75px;
  }
  .hex-item__label {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .section.usecases {
    padding: 40px 0;
  }
  .usecases .o-lead_text_large {
    margin-bottom: 14px;
  }
  .usecases .o-lead_subtext {
    line-height: 1.7;
  }
  .p-usecases__arrow {
    margin: 18px auto 14px;
  }
  .usecases .o-lead_text_large.p-usecases__summary {
    line-height: 1.7;
  }
  .hex-wrap {
    margin-top: 18px;
  }
  .hex-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hex-item {
    padding: 9px 8px;
    min-height: 150px;
  }
  .hex-item::before {
    opacity: 0;
  }
  .hex-item::after {
    opacity: 0;
  }
  .hex-item:not(:nth-child(2n + 1))::before {
    opacity: 1;
  }
  .hex-item:nth-child(n + 3)::after {
    opacity: 1;
  }
  .hex-item__icon {
    width: 69px;
    height: 69px;
    margin-bottom: 6px;
  }
  .hex-item__icon img {
    width: 54px;
    height: 54px;
  }
  .hex-item__label {
    font-size: 0.75rem;
    line-height: 1.45;
  }
}
@-moz-keyframes usecaseShapeReveal {
  0% {
    opacity: 0.14;
    fill-opacity: 0;
    transform: translateY(2px) scaleX(0.82) scaleY(0.96);
  }
  100% {
    opacity: 1;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes usecaseShapeReveal {
  0% {
    opacity: 0.14;
    fill-opacity: 0;
    transform: translateY(2px) scaleX(0.82) scaleY(0.96);
  }
  100% {
    opacity: 1;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes usecaseShapeReveal {
  0% {
    opacity: 0.14;
    fill-opacity: 0;
    transform: translateY(2px) scaleX(0.82) scaleY(0.96);
  }
  100% {
    opacity: 1;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes usecaseShapeReveal {
  0% {
    opacity: 0.14;
    fill-opacity: 0;
    transform: translateY(2px) scaleX(0.82) scaleY(0.96);
  }
  100% {
    opacity: 1;
    fill-opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.product {
  position: relative;
  background: url("../image/top_product_suite_bgimg.webp") no-repeat center #003769;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
.product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, #003769 0%, rgba(0,55,105,0) 100%);
}
.product .container {
  z-index: 1;
  position: relative;
}
.product_cards_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  gap: 2.25%;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.product_card {
  position: relative;
  background: rgba(4,41,76,0.7);
  padding: 20px 20px 30px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 15px;
  border-top: 5px solid #fff;
  border-left: 1px solid #698095;
  border-right: 1px solid #698095;
  border-bottom: 1px solid #698095;
  transition: 0.5s;
}
.product_card:hover,
.product_card.is-hover {
  position: relative;
  background: #fff;
  color: #04294c;
  border-top: 5px solid #04294c;
}
.product_card a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product_card_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}
.product_card_title {
  font-size: 1.3125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card_list li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  padding-left: 20px;
}
.product_card_list li::before {
  content: '・';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .product_cards_inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    padding-top: 40px;
  }
  .product::before,
  .product::after {
    height: 100px;
  }
  .product .container {
    max-width: initial;
  }
  .product_card_text {
    font-size: 0.875rem;
    max-width: 550px;
    margin: 0 auto;
  }
  .product_card_list {
    font-size: 0.825rem;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .product_cards_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-knowledge {
  color: #fff;
  background: url("../image/top_knowledge_bgimg.webp") no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-knowledge__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.p-knowledge__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.p-knowledge__lead {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2em;
}
.p-knowledge__list-wrapper {
  overflow: auto;
  margin-bottom: 20px;
}
.p-knowledge__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2em;
}
.p-knowledge__large {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.p-knowledge__small {
  display: grid;
  width: 66.6705%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.p-knowledge__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-knowledge__card a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.p-knowledge__thumb {
  width: 100%;
  text-align: center;
  padding: 0;
}
.p-knowledge__thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
  transition: box-shadow 0.26s ease;
}
.p-knowledge__card a:hover .p-knowledge__thumb img {
  box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}
.p-knowledge__body {
  margin-top: 15px;
  font-size: 1rem;
}
.p-knowledge__card-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .p-knowledge__container {
    max-width: 100%;
    padding: 0;
  }
  .p-knowledge__list-wrapper {
    margin-bottom: 20px;
  }
  .p-knowledge__list {
    display: flex;
    width: max-content;
    gap: 15px;
  }
  .p-knowledge__large {
    width: initial;
    display: inline-block;
  }
  .p-knowledge__small {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }
  .p-knowledge__card {
    width: 145px;
    margin-right: 0;
  }
  .p-knowledge__card-title {
    font-size: 0.875rem;
  }
  .p-knowledge__thumb {
    height: 165px;
  }
  .p-knowledge__body {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-knowledge__large .btn,
  .p-knowledge__large .btn_border {
    display: none;
  }
  .btn_border.knowledge_btn {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-knowledge .btn_sp {
    display: none;
  }
  .p-knowledge__list {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-knowledge__large {
    width: 30%;
  }
  .p-knowledge__large .btn {
    margin-top: 60px;
  }
  .p-knowledge__small {
    display: grid;
    width: 66.6705%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
  .p-knowledge__large .p-knowledge__body {
    font-size: 17px;
  }
  .p-knowledge__small .p-knowledge__body {
    font-size: 14px;
  }
  .p-knowledge__body {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledge {
    background: url("../image/top_knowledge_bgimg.webp") no-repeat center/cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-knowledge__container {
    padding: 0 10px;
  }
  .product_card_title {
    font-size: 1rem;
  }
  .btn_border.knowledge_btn {
    margin: 0 auto;
  }
}
.p-case {
  padding: 80px 0;
  background: var(--gray-100);
}
.p-case .o-sec_title {
  color: var(--gray-900);
}
.p-case .o-sec_title::after {
  background-color: #c8d2dc;
}
.l-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-case__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25%;
  justify-content: center;
  margin-bottom: 40px;
}
.p-case__card {
  display: grid;
  background: transparent;
  overflow: visible;
  max-width: 31.6665%;
  width: 100%;
  position: relative;
  isolation: isolate;
  transition: none;
}
.p-case__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.26s ease;
  pointer-events: none;
  z-index: 0;
}
.p-case__card > * {
  position: relative;
  z-index: 1;
}
.p-case__card a {
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 10px;
  display: grid;
}
.p-case__card a:hover {
  opacity: 1;
  filter: none;
  -moz-opacity: 1;
}
.p-case__card a:hover img,
.p-case__card a:hover svg {
  opacity: 1;
  filter: none;
  -moz-opacity: 1;
}
.p-case__card:hover {
  opacity: 1;
  filter: none;
  -moz-opacity: 1;
}
.p-case__card:hover::before {
  transform: scale(1.02);
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 2px 6px 2px;
}
.p-case__thumb {
  max-width: 380px;
  width: 100%;
  aspect-ratio: 95/56;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.p-case__body {
  padding: 20px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.p-case__card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
  padding-left: 20px;
  padding-right: 20px;
}
.p-case__company {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-case__company-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-case__company-logo img {
  max-width: 80px;
  height: auto;
}
.p-case__company-name {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
}
.p-case__more {
  margin-top: auto;
  text-align: left;
  color: #005296;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.p-case__more span {
  position: relative;
  padding-right: 14px;
  text-decoration: underline;
  transition: 0.5s;
}
.p-case__more span::after {
  position: absolute;
  content: '';
  background: url("../image/btn_arrow_l_blue.svg") no-repeat center;
  right: 0;
  top: 50%;
  width: 5px;
  height: 10px;
  background-size: cover;
  transform: translateY(-50%);
}
.p-case__card a:hover .p-case__more span {
  text-decoration: none;
}
.p-case__all-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto 0;
  padding: 12px 0;
  border-radius: 2px;
  text-align: center;
  border: 1px solid var(--blue-600);
  background: #fff;
  color: var(--blue-600);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.p-case__all-link span {
  position: relative;
  padding-right: 14px;
}
.p-case__all-link span::after {
  position: absolute;
  content: '';
  background: url("../image/btn_arrow_d_blue.svg") no-repeat center;
  right: 0;
  top: 50%;
  width: 5px;
  height: 10px;
  background-size: cover;
  transform: translateY(-50%);
}
.p-case__all-link:hover {
  color: #fff;
  background: var(--blue-600);
  opacity: 1;
}
.p-case__all-link:hover span::after {
  background: url("../image/btn_arrow_white.svg") no-repeat center;
}
@media only screen and (max-width: 767px) {
  .p-case {
    padding: 40px 0;
  }
  .l-container {
    padding: 0 6%;
  }
  .p-case__list {
    max-width: 450px;
    margin: 0 auto 30px;
    flex-flow: column;
    gap: 20px;
  }
  .p-case__card {
    max-width: 100%;
  }
  .p-case__card-title,
  .p-case__company-name {
    font-size: 0.875rem;
  }
  .p-case__thumb {
    max-width: 100%;
  }
}
.faq {
  background: #fff;
  color: #1f2937;
}
.faq .o-sec_title__left {
  color: var(--gray-900);
}
.faq .o-sec_title__left::after {
  background-color: #b9c4cf;
}
.faq .o-lead_text_large__left {
  color: var(--gray-800);
}
.accordion__box {
  border-bottom: 1px solid #c5cfda;
}
.accordion__box:last-child {
  margin-bottom: 0;
}
.accordion_header {
  position: relative;
  color: #1f2937;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}
.accordion_header:hover {
  opacity: 0.7;
}
.q,
.a {
  position: absolute;
  font-weight: 400;
}
.q {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.a {
  top: 0;
  left: 0;
  color: var(--blue-600);
}
.accordion_header::before,
.accordion_header::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background: #0f3963;
  content: '';
  transform: translateY(-50%);
}
.accordion_header::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.accordion_header.open::before,
.accordion_header.open::after {
  background: #0f3963;
}
.accordion_header.open::after {
  transform: rotate(0);
  transition: 0.5s;
}
.accordion_inner {
  position: relative;
  display: none;
  color: #1f2937;
}
.accordion_inner p {
  min-height: 2.2em;
  line-height: 2em;
  color: #1f2937;
}
.accordion_inner p a {
  text-decoration: underline;
  color: var(--blue-600);
}
@media only screen and (max-width: 991px) {
  .faq_title .btn {
    display: none;
  }
  .faq_inner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion_header {
    padding: 20px 40px 20px 25px;
    font-size: 0.875rem;
  }
  .accordion_header::before,
  .accordion_header::after {
    right: 15px;
  }
  .q,
  .a,
  .accordion_inner p {
    font-size: 0.875rem;
  }
  .accordion_inner {
    padding: 0 20px 20px 25px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion_header {
    padding: 20px 50px 20px 40px;
    font-size: 1rem;
  }
  .accordion_header::before,
  .accordion_header::after {
    right: 20px;
  }
  .q,
  .a {
    font-size: 22px;
    font-weight: 300;
  }
  .accordion_inner {
    padding: 5px 20px 20px 40px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  #faq .btn_sp {
    display: none;
  }
  .faq_inner {
    display: flex;
    justify-content: space-between;
  }
  .faq_title {
    width: 30%;
  }
  .faq_body {
    width: 66%;
  }
}
#main .o-sec_title,
#main .o-sec_title__left {
  color: var(--blue-700);
}
#main .issue-section .o-sec_title,
#main .users .o-sec_title {
  color: var(--blue-800);
}
#main .users .o-sec_title::after,
#main .issue-section .o-sec_title::after,
#main .our-solution .o-sec_title::after,
#main .solution-coverage .o-sec_title::after,
#main .solution-law .o-sec_title::after,
#main .solution-tools .o-sec_title::after,
#main .usecases .o-sec_title::after,
#main .p-case .o-sec_title::after,
#main .faq .o-sec_title__left::after {
  background-color: var(--gray-900);
}
.mb0 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.u-d-flex {
  display: flex;
}
.u-align-items-center {
  align-items: center;
}
.u-justify-content-between {
  justify-content: space-between;
}
.u-justify-flex-start {
  justify-content: flex-start;
  gap: 15px;
}
.u-fadein {
  opacity: 1;
  transition: 0.8s;
}
.u-br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
:root {
  --brand-gradient-b: linear-gradient(-35deg, var(--red-500) 0%, #be327b 50%, #9c45b0 100%);
}
.pulse-dot {
  position: relative;
}
.pulse-dot::after,
.pulse-dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  right: -0.7em;
  border-radius: 50%;
  pointer-events: none;
}
.pulse-dot::after {
  width: 10px;
  height: 10px;
  background: var(--brand-gradient-b);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12) inset;
  animation: dot-breathe 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .pulse-dot::after {
    animation: none;
  }
  .pulse-dot::before {
    display: none;
  }
}
.pulse-dot--sp {
  display: inline-block !important;
}
.pulse-dot--sp::after {
  top: 1.1em !important;
  right: 1em !important;
  width: 8px;
  height: 8px;
}
@-moz-keyframes dot-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@-webkit-keyframes dot-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@-o-keyframes dot-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes dot-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@-moz-keyframes dot-glow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
@-webkit-keyframes dot-glow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
@-o-keyframes dot-glow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
@keyframes dot-glow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

