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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@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: 1000px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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 {
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .col-sm-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .col-sm-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
  }
  .col-sm-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
  }
  .col-sm-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
  }
  .col-sm-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
  }
  .col-sm-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .col-md-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .col-md-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
  }
  .col-md-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
  }
  .col-md-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
  }
  .col-md-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
  }
  .col-md-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
  }
  .col-md-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
  }
  .col-md-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
  }
  .col-md-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
  }
  .col-md-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .col-lg-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .col-lg-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
  }
  .col-lg-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
  }
  .col-lg-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
  }
  .col-lg-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
  }
  .col-lg-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .col-xl-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .col-xl-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
  }
  .col-xl-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
  }
  .col-xl-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
  }
  .col-xl-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
  }
  .col-xl-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted #DDD;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  max-width: 100%;
  padding: 0;
  display: table;
  color: inherit;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #413334;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  word-wrap: break-word;
  font-style: normal;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
body.error404 {
  background-color: #FFF1EF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

a, a:visited, a:active {
  display: inline-block;
  color: #E74F3D;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
a:hover, a:visited:hover, a:active:hover {
  color: #E74F3D;
}
a[href^="tel:"], a:visited[href^="tel:"], a:active[href^="tel:"] {
  color: #413334;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  a[href^="tel:"], a:visited[href^="tel:"], a:active[href^="tel:"] {
    pointer-events: none;
  }
}
a[href^="tel:"]:hover, a:visited[href^="tel:"]:hover, a:active[href^="tel:"]:hover {
  color: #413334;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"], a:visited[href^="tel:"], a:active[href^="tel:"] {
    color: #E74F3D;
    text-decoration: underline;
  }
  a[href^="tel:"]:hover, a:visited[href^="tel:"]:hover, a:active[href^="tel:"]:hover {
    color: #E74F3D;
    text-decoration: none;
  }
}
a[target=_blank]::after, a:visited[target=_blank]::after, a:active[target=_blank]::after {
  margin-left: 0.7rem;
  display: inline-block;
  content: "\f08e";
  vertical-align: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Font Awesome 6 Pro";
}
@media screen and (max-width: 767px) {
  a[target=_blank]::after, a:visited[target=_blank]::after, a:active[target=_blank]::after {
    font-size: 1.3rem;
  }
}
a img, a:visited img, a:active img {
  border: none;
}
a img:hover, a img:active, a:visited img:hover, a:visited img:active, a:active img:hover, a:active img:active {
  opacity: 0.8;
}

p {
  margin-top: 0;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 900;
  line-height: 1.5;
}

h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}

[class*=col-] {
  margin-bottom: 2rem;
}

[class*=col-] h1,
[class*=col-] h2,
[class*=col-] h3,
[class*=col-] h4,
[class*=col-] h5,
[class*=col-] h6 {
  margin-bottom: 1.5rem;
}

[class*=col-] h1:last-child,
[class*=col-] h2:last-child,
[class*=col-] h3:last-child,
[class*=col-] h4:last-child,
[class*=col-] h5:last-child,
[class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

img[src=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

.u-margintop--xl {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 60px;
  }
}

.u-margintop--lg {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--ms {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .u-marginbottom--xl {
    margin-bottom: 40px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .u-marginbottom--lg {
    margin-bottom: 40px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-marginbottom--sm {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .u-marginbottom--sm {
    margin-bottom: 20px;
  }
}

.u-padding--xl {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .u-padding--xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .u-padding--lg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-paddingright--sm {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .u-paddingright--sm {
    padding-right: 20px;
  }
}

.c-bg__pink {
  background: #FEF7F6;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.c-btn {
  clear: both;
  margin: 0 auto;
}
.c-btn a {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 1.2rem 3rem 0.5rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #E74F3D;
  background: #E74F3D;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    height: 50px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.c-btn a:hover {
  color: #E74F3D;
  background: #fff;
}
.c-btn a span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn a span {
    font-size: 1.4rem;
  }
}
.c-btn a i {
  margin-left: 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c-btn a i {
    font-size: 1.3rem;
  }
}
.c-btn .link-txt {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 1.2rem 3rem 0.5rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #E74F3D;
  background: #E74F3D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn .link-txt {
    height: 50px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.c-btn .link-txt span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn .link-txt span {
    font-size: 1.4rem;
  }
}
.c-btn .link-txt i {
  margin-left: 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c-btn .link-txt i {
    font-size: 1.3rem;
  }
}
.c-btn__bd a {
  color: #E74F3D;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .c-btn__bd a {
    width: 100%;
    max-width: 260px;
  }
}
.c-btn__bd a:hover {
  color: #fff;
  background: #E74F3D;
}
.c-btn__bd a i {
  float: right;
  margin-top: 1rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__bd a i {
    margin-top: 0.6rem;
  }
}
.c-btn__wide {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.c-btn__wide a {
  min-width: 325px;
  height: 60px;
  margin: 0 auto;
  padding: 1.2rem 3rem 0.5rem;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #E74F3D;
  background: #E74F3D;
}
@media screen and (max-width: 767px) {
  .c-btn__wide a {
    height: 50px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.c-btn__wide a:hover {
  color: #E74F3D;
  background: #fff;
}
.c-btn__wide a span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__wide a span {
    font-size: 1.4rem;
  }
}
.c-btn__wide a i {
  margin-left: 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c-btn__wide a i {
    font-size: 1.3rem;
  }
}
.c-btn__black {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__black {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-btn__black a {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
@media screen and (max-width: 1199px) {
  .c-btn__black a {
    width: 100%;
  }
}
.c-btn__black a:hover {
  color: #000;
  background: #fff;
}
.c-btn__black a i {
  float: right;
  margin-top: 1rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__black a i {
    margin-top: 0.6rem;
  }
}
.c-btn .link-txt:after {
  margin-left: 0.7rem;
  display: inline-block;
  content: "\f08e";
  vertical-align: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Font Awesome 6 Pro";
}

.c-ttl {
  width: 100%;
  display: block;
  text-align: center;
}
.c-ttl__jp {
  width: 100%;
  margin: 0 0 3rem;
  padding: 0;
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 991px) {
  .c-ttl__jp {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__jp {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .c-ttl__jp {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.c-ttl__en {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  color: #E74F3D;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .c-ttl__en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .c-ttl__en {
    font-size: 1.8rem;
  }
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 1.5rem;
}
.table th {
  width: 150px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-top: 1px solid #E74F3D;
}
.table td {
  border-top: 1px solid #DDD;
}
.table tr:last-of-type th {
  border-bottom: 1px solid #E74F3D;
}
.table tr:last-of-type td {
  border-bottom: 1px solid #DDD;
}

/* Header */
.l-header {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #FFF1EF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#home .l-header {
  background: transparent;
}
#about .l-header, #community .l-header, #solution .l-header {
  background: #ddf4ff;
}
.l-header.is-animation, #home .l-header.is-animation, #about .l-header.is-animation, #community .l-header.is-animation, #solution .l-header.is-animation {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
}
.l-header__inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    padding: 1.5rem;
  }
}
.l-header h1 {
  line-height: 1;
}
.l-header__logo {
  width: 240px;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .l-header__logo {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 180px;
  }
}
.l-header__logo img {
  vertical-align: top;
}
.l-header__logo a:hover img {
  opacity: 1;
}

body.mega-menu-header-mobile-open #header {
  background: rgba(252, 229, 226, 0.9);
}

/* Main Contents */
.container {
  width: 100%;
  max-width: 1070px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home .container, #solution .container {
  max-width: initial;
  padding-right: 0;
  padding-left: 0;
}
#about .container, #community .container {
  max-width: 1290px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #about .container, #community .container {
    padding-right: 0;
    padding-left: 0;
  }
}
#about .c-page__block .container, #community .c-page__block .container {
  max-width: 1070px;
  padding-right: 0;
  padding-left: 0;
}
.single .container {
  max-width: 850px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.l-contents {
  clear: both;
  width: 100%;
  padding-top: 8.8rem;
}
@media screen and (max-width: 991px) {
  .l-contents {
    padding-top: 7.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: 6.6rem;
  }
}

.l-pageHeader {
  clear: both;
  width: 100%;
  background: #FFF1EF;
}
@media screen and (max-width: 575px) {
  .l-pageHeader {
    margin-bottom: 3rem;
    padding: 3rem 0;
  }
}
#about .l-pageHeader, #community .l-pageHeader, #solution .l-pageHeader {
  padding: 5rem 0 0;
  background: #ddf4ff;
}
@media screen and (max-width: 991px) {
  #about .l-pageHeader, #community .l-pageHeader, #solution .l-pageHeader {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #about .l-pageHeader, #community .l-pageHeader, #solution .l-pageHeader {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #about .l-pageHeader, #community .l-pageHeader, #solution .l-pageHeader {
    margin-bottom: 0;
    padding-top: 2rem;
  }
}
#about .l-pageHeader, #community .l-pageHeader {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #about .l-pageHeader, #community .l-pageHeader {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #about .l-pageHeader, #community .l-pageHeader {
    margin-bottom: 3rem;
  }
}
.l-pageHeader .c-ttl {
  width: 100%;
}
#about .l-pageHeader .c-ttl, #community .l-pageHeader .c-ttl {
  padding-right: 1.5rem;
  padding-bottom: 16rem;
  padding-left: 1.5rem;
  text-align: center;
  background: url(../images/about/mv_bg.webp) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 1290px) {
  #about .l-pageHeader .c-ttl, #community .l-pageHeader .c-ttl {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  #about .l-pageHeader .c-ttl, #community .l-pageHeader .c-ttl {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #about .l-pageHeader .c-ttl, #community .l-pageHeader .c-ttl {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 575px) {
  #about .l-pageHeader .c-ttl, #community .l-pageHeader .c-ttl {
    padding-bottom: 9rem;
  }
}
#solution .l-pageHeader .c-ttl {
  padding-right: 1.5rem;
  padding-bottom: 16rem;
  padding-left: 1.5rem;
  background: url(../images/solution/mv_bg.webp) no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 1290px) {
  #solution .l-pageHeader .c-ttl {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  #solution .l-pageHeader .c-ttl {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .l-pageHeader .c-ttl {
    padding-bottom: 18rem;
    background: url(../images/solution/mv_bg-sp.webp) no-repeat center bottom;
    background-size: contain;
  }
}
@media screen and (max-width: 575px) {
  #solution .l-pageHeader .c-ttl {
    padding-bottom: 9rem;
  }
}
.l-pageHeader .c-ttl__jp {
  margin-bottom: 1.5rem;
  font-size: 4.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .l-pageHeader .c-ttl__jp {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-pageHeader .c-ttl__jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .l-pageHeader .c-ttl__jp {
    font-size: 3rem;
  }
}
#solution .l-pageHeader .c-ttl__jp {
  margin-bottom: 3rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #solution .l-pageHeader .c-ttl__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .l-pageHeader .c-ttl__jp {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}
#solution .l-pageHeader .c-ttl figure {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 575px) {
  #solution .l-pageHeader .c-ttl figure {
    margin-bottom: 3rem;
  }
}
#about .l-pageHeader .c-ttl p {
  margin-top: 1.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #about .l-pageHeader .c-ttl p {
    font-size: 1.8rem;
  }
}
#community .l-pageHeader .c-ttl p {
  margin-top: 4.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #community .l-pageHeader .c-ttl p {
    font-size: 1.8rem;
  }
}
#solution .l-pageHeader .c-ttl p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #solution .l-pageHeader .c-ttl p {
    margin-bottom: 0;
  }
}

.l-topicpath {
  clear: both;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .l-topicpath {
    margin-bottom: 3rem;
  }
}
.l-topicpath__inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: #797a7c;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-topicpath__inner {
    font-size: 1.2rem;
  }
}
.l-topicpath__inner a {
  color: #797a7c;
  text-decoration: none;
}
.l-topicpath__inner a:hover {
  color: #797a7c;
  text-decoration: underline;
}
.l-topicpath__inner i {
  padding: 0 1.4rem;
  font-size: 1.1rem;
}

.l-block__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#solution .l-block__inner {
  width: auto;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 1290px) {
  #solution .l-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* Footer */
.l-footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10rem 0 8rem;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 7rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 4rem;
  }
}
@media screen and (max-width: 575px) {
  .l-footer {
    padding: 4rem 0 4rem;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .l-footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    font-size: 1.2rem;
  }
}
.l-footer__info {
  width: 28%;
}
@media screen and (max-width: 991px) {
  .l-footer__info {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.l-footer__logo {
  width: 240px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .l-footer__logo {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__logo img {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    max-width: 200px;
  }
}
.l-footer__logo a:hover img {
  opacity: 1;
}
.l-footer__logo p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo p {
    margin-top: 0;
    text-align: center;
    font-size: 1.3rem;
  }
}
.l-footer__address {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1.2rem;
  }
}
.l-footer__address p {
  margin-bottom: 0;
}
.l-footer__nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (1290px) {
  .l-footer__nav {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__nav {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__nav__box {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .l-footer__nav__box {
    width: 33.3333%;
    padding: 0 2.5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__box {
    width: 50%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__box:nth-of-type(-n + 2) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__box:nth-of-type(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__nav__box:last-of-type {
    padding-right: 0;
  }
}
.l-footer__nav__ttl {
  margin-bottom: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__ttl {
    margin-bottom: 1.3rem;
  }
}
.l-footer__nav__ttl a {
  color: #413334;
  text-decoration: none;
}
.l-footer__nav__ttl a:hover {
  color: #413334;
  text-decoration: underline;
}
.l-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__nav ul li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .l-footer__nav ul li {
    margin-bottom: 1.2rem;
  }
}
.l-footer__nav ul li:last-child {
  margin-bottom: 0;
}
.l-footer__nav ul li a {
  color: #413334;
  text-decoration: none;
}
.l-footer__nav ul li a:hover {
  color: #413334;
  text-decoration: underline;
}
.l-footer__nav ul li a[target=_blank]::after {
  margin-left: 0.5rem;
  font-size: 1.3rem;
}
.l-footer .l-copyright {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 6rem 0 0;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-footer .l-copyright {
    padding-top: 4rem;
    text-align: left;
    line-height: 1.4;
  }
}

.l-pagetop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
.l-pagetop a {
  width: 60px;
  height: 60px;
  padding-top: 2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 100%;
  background: #413334;
}
@media screen and (max-width: 767px) {
  .l-pagetop a {
    width: 50px;
    height: 50px;
    padding-top: 1.6rem;
  }
}
.l-pagetop a:hover {
  background: rgb(79.2887931034, 62.2112068966, 63.4310344828);
}
.l-pagetop a i {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-pagetop a i {
    margin-bottom: 0.45rem;
    font-size: 2.2rem;
  }
}

/* InsidePage */
/* Post List Page */
.c-post__list {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ddd;
}
.c-post__box {
  width: 100%;
  margin: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.c-post__box a {
  color: #413334;
}
.c-post__box a:hover {
  color: rgb(79.2887931034, 62.2112068966, 63.4310344828);
  text-decoration: underline;
}
.c-post__box__photo {
  width: 200px;
}
@media screen and (max-width: 575px) {
  .c-post__box__photo {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__box__photo figure {
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-post__box__photo figure img {
  border-radius: 20px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__box__text {
  width: calc(100% - 240px);
  margin-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 991px) {
  .c-post__box__text {
    width: calc(100% - 230px);
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__box__text {
    width: calc(100% - 220px);
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__box__text {
    width: 100%;
    margin-left: 0;
  }
}
.c-post__box__text ul {
  width: 100%;
  min-height: 30px;
  margin: 0 0 2.5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .c-post__box__text ul {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__box__text ul {
    margin-bottom: 1.5rem;
  }
}
.c-post__cat {
  min-width: 128px;
  height: 30px;
  margin: 0 3rem 0 0;
  padding: 0.5rem 1.5rem 0;
  text-align: center;
  color: #E74F3D;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 30px;
  border: 1px solid #E74F3D;
}
.c-post__cat a {
  width: 100%;
  display: block;
  color: #E74F3D;
}
.c-post__cat a:hover {
  color: rgb(233.8073394495, 99.5871559633, 83.6926605505);
  text-decoration: none;
}
.c-post__date {
  width: 90px;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.c-post__ttl {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-post__pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-post__pager .page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #E74F3D;
  background: #E74F3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post__pager .page-numbers i {
  font-weight: 500;
}
.c-post__pager .page-numbers:hover {
  color: #413334;
  background: #fff;
}
.c-post__pager .page-numbers:not(:first-child) {
  margin-left: 1.2rem;
}
.c-post__pager .current {
  color: #000;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

/* Post Detail Page */
.c-post__detail {
  width: 100%;
  margin: 0;
  padding: 0 0 6rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .c-post__detail {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__detail {
    padding-bottom: 3rem;
  }
}
.c-post__detail__meta {
  width: 100%;
  margin: 0 0 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-post__detail__meta .c-post__cat {
  margin: 0;
}
.c-post__detail__photo {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .c-post__detail__photo {
    margin-bottom: 2rem;
  }
}
.c-post__detail__photo img {
  border-radius: 30px;
}
.c-post__detail__body {
  width: 100%;
}
.c-post__detail__body .c-post__ttl {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .c-post__detail__body .c-post__ttl {
    margin-bottom: 2.5rem;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__detail__body .c-post__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__detail__body .c-post__ttl {
    margin-bottom: 2rem;
    font-size: 2.7rem;
  }
}
.c-post__detail__body .c-post__date {
  width: auto;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-post__detail__body .c-post__date {
    font-size: 1.4rem;
  }
}
.c-post__detail__body h2 {
  margin: 3.5rem 0 2.5rem;
  padding: 0 0 1.5rem;
  font-size: 2.8rem;
  border-bottom: 2px solid #E74F3D;
}
@media screen and (max-width: 991px) {
  .c-post__detail__body h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__detail__body h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__detail__body h2 {
    margin: 3rem 0 2rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
  }
}
.c-post__detail__body h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0 1.5rem;
  font-size: 2.4rem;
  border-left: 2px solid #E74F3D;
}
@media screen and (max-width: 991px) {
  .c-post__detail__body h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__detail__body h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__detail__body h3 {
    margin: 2.5rem 0 1.5rem;
    font-size: 1.8rem;
  }
}
.c-post__detail__body p {
  margin-bottom: 2rem;
}
.c-post__detail__body p:last-child {
  margin-bottom: 0;
}
.c-post__detail__body a {
  word-break: break-all;
}
.c-post__detail__body iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-post__detail__body .c-btn {
  margin: 4rem 0 4.5rem;
}
@media screen and (max-width: 575px) {
  .c-post__detail__body .c-btn {
    margin: 3rem 0 3.5rem;
  }
}
.c-post__detail__body .c-btn a {
  position: relative;
}
.c-post__detail__body .c-btn a::after {
  position: absolute;
  top: 50%;
  right: 10%;
  content: "\f054";
  font: var(--fa-font-solid);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-post__linker {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .c-post__linker {
    margin-top: 2.5rem;
  }
}
.c-post__linker a {
  color: #413334;
  font-size: 1.4rem;
}
.c-post__linker a i {
  color: #E74F3D;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .c-post__linker__prev {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-post__linker__prev i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 575px) {
  .c-post__linker__list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c-post__linker__list a {
  width: 160px;
  height: 40px;
  padding-top: 0.5rem;
  display: block;
  text-align: center;
  border: 1px solid #413334;
}
@media screen and (max-width: 767px) {
  .c-post__linker__list a {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-post__linker__list a {
    width: 140px;
    margin: 2.5rem auto 0;
  }
}
.c-post__linker__list a:hover {
  color: #fff;
  background: #413334;
}
@media screen and (max-width: 575px) {
  .c-post__linker__next {
    width: 50%;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-post__linker__next i {
  margin-left: 0.5rem;
}
@media screen and (max-width: 575px) {
  .c-post__linker__dummy {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* Page */
.page .container.wrap-sticky {
  position: relative;
}
.page .container .c-page__block {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page .container .c-page__block .c-ttl__sub {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page .container .c-page__block .c-ttl__sub {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page .container .c-page__block .c-ttl__sub {
    text-align: left;
  }
}
.page .container .c-page__block .c-text__caution {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  color: #E74F3D;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page .container .c-page__block .c-text__caution {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .page .container .c-page__block .c-text__caution {
    text-align: left;
  }
}
.page .container .c-page__block p {
  margin: 0 0 2rem;
}
.page .container .c-page__block p:last-child {
  margin-bottom: 0;
}
.page .s-pagenavi {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .page .s-pagenavi {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem 1.5rem 1.9rem;
    position: fixed;
    bottom: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 0.9);
  }
}
.page .s-pagenavi__sticky {
  width: 165px;
  margin-right: 2.5rem;
  position: sticky;
  top: 98px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .page .s-pagenavi__sticky {
    top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .page .s-pagenavi__sticky {
    width: 100%;
    margin-right: 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .page .s-pagenavi__sticky ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .s-pagenavi__sticky ul li {
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .page .s-pagenavi__sticky ul li {
    margin-bottom: 1.5rem;
  }
}
.page .s-pagenavi__sticky ul li a {
  padding-left: 1.2em;
  display: block;
  color: #413334;
  text-indent: -1.5em;
}
.page .s-pagenavi__sticky ul li a::before {
  width: 14px;
  height: 14px;
  margin: 0 0.7rem 0 0;
  padding: 0 0 0 1em;
  display: inline-block;
  content: "";
  vertical-align: -2px;
  border-radius: 50%;
  background: #E74F3D;
}
.page .s-pagenavi__sticky ul li a:hover {
  color: #413334;
  text-decoration: underline;
}

/* About Page */
#about .c-anchor--link {
  margin-top: -88px;
  padding-top: 88px;
}
@media screen and (max-width: 991px) {
  #about .c-anchor--link {
    margin-top: -78px;
    padding-top: 78px;
  }
}
#about .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .s-pagenavi {
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #about .s-pagenavi__sticky ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi__sticky ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #about .s-pagenavi__sticky ul li {
    width: 31.3333%;
  }
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi__sticky ul li {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #about .s-pagenavi__sticky ul li:first-child {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #about .s-pagenavi__sticky ul li:nth-child(2) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi__sticky ul li:nth-child(2) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi__sticky ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  #about .s-pagenavi__sticky ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
#about .c-page__block {
  width: calc(100% - 190px);
  max-width: 1070px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #about .c-page__block {
    width: 100%;
  }
}
#about .c-ttl {
  max-width: 100%;
  text-align: left;
}
#about .c-about__philosophy {
  width: 100%;
}
#about .c-about__philosophy .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#about .c-about__philosophy__summary {
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  #about .c-about__philosophy__summary {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#about .c-about__philosophy__message__name {
  text-align: right;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #about .c-about__philosophy__message__name {
    font-size: 1.8rem;
  }
}
#about .c-about__philosophy__photo {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #about .c-about__philosophy__photo {
    width: 100%;
    margin-bottom: 2.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  #about .c-about__philosophy__photo figure {
    text-align: center;
  }
}
#about .c-about__philosophy__photo figure img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #about .c-about__philosophy__photo figure img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
#about .c-about__movie {
  width: 100%;
}
#about .c-about__movie .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .c-about__movie .c-ttl {
  text-align: center;
}
#about .c-about__movie .c-movie__container {
  width: 100%;
  margin: 0;
  padding: 0;
}
#about .c-about__movie .c-movie__box {
  width: 100%;
  margin: 0;
  padding: 0;
}
#about .c-about__movie .c-movie__box iframe {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  aspect-ratio: 16/9;
}
#about .c-about__movie .c-movie__box video {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}
#about .c-about__history {
  width: 100%;
}
#about .c-about__history dl {
  width: 100%;
  margin: 0;
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl {
    padding-left: 14px;
  }
}
#about .c-about__history dl dt {
  width: 250px;
  margin: 0 0 0 -0.8rem;
  padding: 0 7rem 6rem;
  position: relative;
  border-left: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl dt {
    width: 100%;
    margin-left: -0.7rem;
    padding: 0 0 1.5rem 3rem;
  }
}
#about .c-about__history dl dt:last-of-type {
  padding-bottom: 0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl dt:last-of-type {
    padding-bottom: 1.5rem;
  }
}
#about .c-about__history dl dt::before {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "";
  border-radius: 50%;
  background: #E74F3D;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl dt::before {
    width: 14px;
    height: 14px;
    left: -0.7rem;
  }
}
#about .c-about__history dl dd {
  width: calc(100% - 250px);
  margin: -1.1rem 0 0;
  padding: 0 0 7.1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl dd {
    width: 100%;
    margin-top: 0;
    margin-left: -0.7rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    font-size: 1.6rem;
    border-left: 1px solid #DDD;
  }
}
#about .c-about__history dl dd:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #about .c-about__history dl dd:last-of-type {
    border-left: none;
  }
}
#about .c-about__history__era-ad {
  margin-top: -0.1rem;
  padding-bottom: 1.5rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  #about .c-about__history__era-ad {
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}
#about .c-about__history__era-jc {
  display: block;
  color: #797a7c;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  #about .c-about__history__era-jc {
    font-size: 1.3rem;
  }
}
#about .c-about__outline {
  width: 100%;
}
#about .c-about__outline table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#about .c-about__outline table tr:first-of-type th {
  border-top: 1px solid #E74F3D;
}
#about .c-about__outline table tr:first-of-type td {
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  #about .c-about__outline table tr:first-of-type td {
    border-top: none;
  }
}
#about .c-about__outline table tr th {
  width: 260px;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #E74F3D;
}
@media screen and (max-width: 767px) {
  #about .c-about__outline table tr th {
    width: 100%;
    padding: 1rem 2rem;
    display: block;
    font-size: 1.6rem;
    border-bottom: 1px solid #DDD;
  }
}
#about .c-about__outline table tr td {
  font-size: 1.6rem;
  padding: 2rem 4rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  #about .c-about__outline table tr td {
    width: 100%;
    padding: 1rem 2rem;
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #E74F3D;
  }
}

/* community Page */
#community .c-anchor--link {
  margin-top: -88px;
  padding-top: 88px;
}
@media screen and (max-width: 991px) {
  #community .c-anchor--link {
    margin-top: -78px;
    padding-top: 78px;
  }
}
#community .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #community .s-pagenavi__sticky ul li {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #community .s-pagenavi__sticky ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #community .s-pagenavi__sticky ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
#community .c-page__block {
  width: calc(100% - 190px);
  max-width: 1070px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #community .c-page__block {
    width: 100%;
  }
}
#community .c-ttl {
  text-align: left;
}
#community .c-community__or {
  width: 100%;
  padding: 10rem !important;
  border-bottom: 16px solid #fb8a31;
}
@media screen and (max-width: 991px) {
  #community .c-community__or {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__or {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 575px) {
  #community .c-community__or {
    padding: 3rem 1.5rem !important;
  }
}
#community .c-community__or .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#community .c-community__or .c-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #community .c-community__or .c-ttl {
    margin-bottom: 20px;
  }
}
#community .c-community__or__photo {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #community .c-community__or__photo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__or__photo figure img {
    max-width: 340px;
  }
}
@media screen and (max-width: 575px) {
  #community .c-community__or__photo figure img {
    max-width: 100%;
  }
}
#community .c-community__or__summary {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#community .c-community__box {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  #community .c-community__box {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__box {
    margin-bottom: 3rem;
  }
}
#community .c-community__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#community .c-community__box:nth-of-type(odd) .c-community__box__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #community .c-community__box:nth-of-type(odd) .c-community__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#community .c-community__box .c-movie__container {
  width: 100%;
  margin: 0;
  padding: 0;
}
#community .c-community__box .c-movie__box {
  width: 100%;
  margin: 0;
  padding: 0;
}
#community .c-community__box .c-movie__box video {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}
#community .c-community__photo {
  width: 48.6%;
  max-width: 520px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #community .c-community__photo {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__photo {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 575px) {
  #community .c-community__photo {
    margin-bottom: 1.5rem;
  }
}
#community .c-community__photo figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 520/347;
}
#community .c-community__photo figure img {
  border-radius: 30px;
}
#community .c-community__summary {
  width: 47.43%;
  max-width: 515px;
}
@media screen and (max-width: 991px) {
  #community .c-community__summary {
    width: 45%;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__summary {
    width: 100%;
  }
}
#community .c-community__summary h3 {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 991px) {
  #community .c-community__summary h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #community .c-community__summary h3 {
    width: 100%;
    text-align: center;
  }
}
#community .c-community__summary p {
  margin-bottom: 2.5rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #community .c-community__summary p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  #community .c-community__summary p {
    margin-bottom: 1rem;
  }
}
#community .c-community .c-btn {
  margin: 0;
}
#community .c-community .c-btn a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #community .c-community .c-btn a {
    margin: 0 auto;
  }
}

/* Solution Page */
#solution .c-page__block ul {
  width: 100%;
  margin: 0;
  padding: 0 0 0 2.3rem;
}
#solution .c-page__block ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  list-style: disc outside;
}
#solution .c-page__block ul li:last-child {
  margin-bottom: 0;
}
#solution .c-page__block p {
  line-height: 1.7;
}
#solution .c-solution__agreement {
  width: 100%;
  padding: 13rem 0 5rem;
  background: #fce5e2 url(../images/solution/agreement_bg.webp) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 1290px) {
  #solution .c-solution__agreement {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 991px) {
  #solution .c-solution__agreement {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__agreement {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background: #fce5e2 url(../images/solution/agreement_bg-sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__agreement {
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__agreement .c-btn {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__agreement .c-btn {
    margin-bottom: 4rem;
  }
}
#solution .c-solution__agreement__box {
  max-width: 850px;
  margin: 0 auto;
  padding: 3.5rem 5rem;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__agreement__box {
    padding: 3rem 4.5rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__agreement__box {
    padding: 2rem 3.5rem;
  }
}
#solution .c-solution__agreement__box ul {
  max-width: 500px;
  margin: 0 auto 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__agreement__box ul {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__agreement__box ul {
    margin-bottom: 1.5rem;
  }
}
#solution .c-solution__agreement__box ul li {
  margin: 0 8% 0 0;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__agreement__box ul li {
    margin-right: 7%;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__agreement__box ul li {
    margin-right: 6%;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__agreement__box ul li {
    margin-right: 5%;
  }
}
#solution .c-solution__agreement__box ul li:first-child {
  width: 39%;
}
#solution .c-solution__agreement__box ul li:first-child img {
  width: 100%;
  max-width: 190px;
}
#solution .c-solution__agreement__box ul li:nth-child(2) {
  width: 17%;
}
#solution .c-solution__agreement__box ul li:nth-child(2) img {
  width: 100%;
  max-width: 80px;
}
#solution .c-solution__agreement__box ul li:last-child {
  width: 28%;
  margin-right: 0;
}
#solution .c-solution__agreement__box ul li:last-child img {
  width: 100%;
  max-width: 135px;
}
#solution .c-solution__agreement__box p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
#solution .c-solution__about {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__about {
    padding-top: 3rem;
  }
}
#solution .c-solution__about p {
  max-width: 740px;
  margin: 0 auto;
}
#solution .c-solution__reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#solution .c-solution__reasons__box {
  width: 26.82%;
  max-width: 346px;
  margin-right: 9%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__reasons__box {
    width: 28.82%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__reasons__box {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#solution .c-solution__reasons__box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__reasons__box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-of-type(even) {
    margin-right: 0;
  }
}
#solution .c-solution__reasons__box:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-last-of-type(-n + 2) {
    margin-bottom: 6rem;
  }
}
#solution .c-solution__reasons__box:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:last-of-type {
    margin-bottom: 0;
  }
}
#solution .c-solution__reasons__box:nth-of-type(-n + 3) figure {
  min-height: 113px;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-of-type(-n + 3) figure {
    min-height: initial;
  }
}
#solution .c-solution__reasons__box:nth-last-of-type(-n + 2) figure {
  min-height: 123px;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-of-type(-n + 2) figure {
    min-height: 113px;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:nth-last-of-type(-n + 3) figure {
    min-height: 123px;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box:last-of-type figure {
    min-height: initial;
  }
}
#solution .c-solution__reasons__box figure {
  margin-bottom: 4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box figure {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__reasons__box figure {
    margin-bottom: 2rem;
  }
}
#solution .c-solution__reasons__box h3 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__reasons__box h3 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__reasons__box h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
#solution .c-solution__business__box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__box {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__box {
    margin-bottom: 5rem;
  }
}
#solution .c-solution__business__box:last-of-type {
  margin-bottom: 0;
}
#solution .c-solution__business__box__inner {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#solution .c-solution__business__box__inner:last-of-type {
  margin-bottom: 0;
}
#solution .c-solution__business h3 {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business h3 {
    margin-bottom: 2rem;
  }
}
#solution .c-solution__business__photo {
  width: 41.86%;
  max-width: 540px;
  margin-right: 10.85%;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__business__photo {
    margin-right: 8.85%;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__photo {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
#solution .c-solution__business__photo figure img {
  margin-bottom: 0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__photo figure img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__photo figure img {
    margin-bottom: 2rem;
  }
}
#solution .c-solution__business__summary {
  width: 47.29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__business__summary {
    width: 49.29%;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__summary {
    width: 47%;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__summary {
    width: 100%;
  }
}
#solution .c-solution__business__summary p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__summary p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__summary p {
    margin-bottom: 1.5rem;
  }
}
#solution .c-solution__business__summary .c-btn {
  margin-top: 5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__business__summary .c-btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__business__summary .c-btn {
    margin-top: 2.5rem;
  }
}
#solution .c-solution__business__summary .c-btn a {
  width: 300px;
}
#solution .c-solution__case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#solution .c-solution__case__box {
  width: 31.78%;
  max-width: 410px;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__case__box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__case__box {
    width: 100%;
    max-width: 410px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__case__box:nth-of-type(even) {
    margin-right: 0;
  }
}
#solution .c-solution__case__box:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__case__box:last-of-type {
    margin-bottom: 0;
  }
}
#solution .c-solution__case__box h3 {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__case__box h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__case__box h3 {
    margin-bottom: 1.5rem;
  }
}
#solution .c-solution__case__box figure {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__case__box figure {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__case__box figure {
    margin-bottom: 1.5rem;
  }
}
#solution .c-solution__case__box figure img {
  border-radius: 30px;
}
#solution .c-solution__faq__box {
  margin-bottom: 6rem;
  padding: 3.5rem 10rem;
  border-radius: 20px;
  background: #FEF7F6;
}
@media screen and (max-width: 991px) {
  #solution .c-solution__faq__box {
    margin-bottom: 5rem;
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box {
    margin-bottom: 4rem;
    padding: 2.5rem 6rem;
  }
}
@media screen and (max-width: 575px) {
  #solution .c-solution__faq__box {
    margin-bottom: 3rem;
    padding: 2rem 3rem;
  }
}
#solution .c-solution__faq__box:last-of-type {
  margin-bottom: 0;
}
#solution .c-solution__faq__box__que {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box__que {
    font-size: 1.8rem;
  }
}
#solution .c-solution__faq__box__que::before {
  width: 40px;
  height: 40px;
  margin: 0 6rem 0 0;
  padding: 0.8rem 0 0;
  display: block;
  content: "Q";
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #E74F3D;
  border-radius: 100%;
  background: #E74F3D;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box__que::before {
    margin-right: 2rem;
  }
}
#solution .c-solution__faq__box__que span {
  width: calc(100% - 100px);
  padding: 0.4rem 0 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box__que span {
    width: calc(100% - 60px);
  }
}
#solution .c-solution__faq__box__ans {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#solution .c-solution__faq__box__ans::before {
  width: 40px;
  height: 40px;
  margin: 0 6rem 0 0;
  padding: 0.9rem 0 0;
  display: block;
  content: "A";
  text-align: center;
  color: #E74F3D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #E74F3D;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box__ans::before {
    margin-right: 2rem;
  }
}
#solution .c-solution__faq__box__ans span {
  width: calc(100% - 100px);
  padding: 0.6rem 0 0;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #solution .c-solution__faq__box__ans span {
    width: calc(100% - 60px);
  }
}
#solution .c-solution__contact .c-ttl__jp {
  color: #E74F3D;
}

/* Privacy Policy Page */
#privacy .c-page__block .c-ttl__sub {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block .c-ttl__sub {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 575px) {
  #privacy .c-page__block .c-ttl__sub {
    margin-bottom: 2.5rem;
  }
}
#privacy .c-page__block p {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block p {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #privacy .c-page__block p {
    margin-bottom: 3rem;
  }
}
#privacy .c-page__block .c-page__box {
  width: 100%;
  margin: 0;
  padding: 0;
}
#privacy .c-page__block .c-page__box .c-pp__box {
  width: 100%;
  margin: 0 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block .c-page__box .c-pp__box {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #privacy .c-page__block .c-page__box .c-pp__box {
    margin-bottom: 3rem;
  }
}
#privacy .c-page__block .c-page__box .c-pp__box:last-of-type {
  margin-bottom: 0;
}
#privacy .c-page__block .c-page__box .c-pp__box h2 {
  width: 40%;
  padding-left: 1em;
  font-size: 2rem;
  font-weight: 900;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block .c-page__box .c-pp__box h2 {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 0;
    font-size: 1.8rem;
    text-indent: 0;
  }
}
@media screen and (max-width: 575px) {
  #privacy .c-page__block .c-page__box .c-pp__box h2 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block .c-page__box .c-pp__box h2 br {
    display: none;
  }
}
#privacy .c-page__block .c-page__box .c-pp__box__summary {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #privacy .c-page__block .c-page__box .c-pp__box__summary {
    width: 100%;
  }
}
#privacy .c-page__block .c-page__box .c-pp__box__summary p {
  margin-bottom: 2rem;
}
#privacy .c-page__block .c-page__box .c-pp__box__summary p:last-child {
  margin-bottom: 0;
}
#privacy .c-page__block .c-page__box .c-pp__box__summary a {
  text-decoration: underline;
}
#privacy .c-page__block .c-page__box .c-pp__box__summary a:hover {
  text-decoration: none;
}
@media screen and (min-width:768px) {
  #privacy .c-page__block .c-page__box .c-pp__box__summary a[href^="tel:"] {
    text-decoration: none;
  }
}
#privacy .c-page__block .c-page__box .c-pp__box__summary ul {
  margin: 0;
  padding: 0 0 0 2.3rem;
}
#privacy .c-page__block .c-page__box .c-pp__box__summary ul li {
  list-style: disc outside;
}
#privacy .c-page__block .c-page__box .c-pp__box__summary ul li ul {
  margin-top: 0.3rem;
}

/* Contact Page */
#contact .c-page__block .p-country-name {
  display: none;
}
#contact .c-page__block .cf-box__text {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-box__text {
    margin-bottom: 5rem;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-box__text {
    margin-bottom: 4rem;
  }
}
#contact .c-page__block .cf-box__form dl {
  margin: 0 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-box__form dl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-box__form dl {
    margin-bottom: 0;
  }
}
#contact .c-page__block .cf-box__form dl dt {
  width: 280px;
  margin: 0 4rem 4rem 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-box__form dl dt {
    width: 38%;
    margin-right: 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-box__form dl dt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#contact .c-page__block .cf-box__form dl dt.cf-area__wide {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-box__form dl dt.cf-area__wide {
    margin-bottom: 1.5rem;
  }
}
#contact .c-page__block .cf-box__form dl dt .cf-require {
  width: 57px;
  height: 28px;
  margin-left: 0.5rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 5px;
  background: #E74F3D;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-box__form dl dt .cf-require {
    height: 26px;
  }
}
#contact .c-page__block .cf-box__form dl dd {
  width: calc(100% - 320px);
  margin: 0 0 4rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-box__form dl dd {
    width: 58%;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-box__form dl dd {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#contact .c-page__block .cf-box__form dl dd.cf-area__wide {
  width: 100%;
}
#contact .c-page__block .cf-box__form dl dd a {
  text-decoration: underline;
}
#contact .c-page__block .cf-box__form dl dd a:hover {
  text-decoration: none;
}
#contact .c-page__block .cf-box__form dl dd a[target=_blank]::after,
#contact .c-page__block .cf-box__form dl dd a:visited[target=_blank]::after,
#contact .c-page__block .cf-box__form dl dd a:active[target=_blank]::after {
  display: none;
}
#contact .c-page__block .cf-box__form dl dd input[type=text],
#contact .c-page__block .cf-box__form dl dd input[type=email] {
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 1.5rem;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
#contact .c-page__block .cf-box__form dl dd input[type=text]:focus, #contact .c-page__block .cf-box__form dl dd input[type=text]:focus-visible,
#contact .c-page__block .cf-box__form dl dd input[type=email]:focus,
#contact .c-page__block .cf-box__form dl dd input[type=email]:focus-visible {
  outline: none;
  border: none;
  background: #FEF7F6;
}
#contact .c-page__block .cf-box__form dl dd textarea {
  width: 100%;
  margin: 0;
  padding: 1.5rem;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
#contact .c-page__block .cf-box__form dl dd textarea:focus, #contact .c-page__block .cf-box__form dl dd textarea:focus-visible {
  outline: none;
  border: none;
  background: #FEF7F6;
}
#contact .c-page__block .cf-box__form dl dd .wpcf7-form-control.wpcf7-radio {
  margin-bottom: 1rem;
  display: block;
}
#contact .c-page__block .cf-box__form dl dd .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-bottom: 0.5rem;
}
#contact .c-page__block .cf-box__form dl dd .wpcf7-checkbox {
  margin-top: 1rem;
  display: block;
}
#contact .c-page__block .cf-area__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-area__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .c-page__block .cf-area__button__submit {
  width: 260px;
  height: 60px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-area__button__submit {
    width: 240px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-area__button__submit {
    margin: 0 auto;
  }
}
#contact .c-page__block .cf-area__button__submit:after {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .c-page__block .cf-area__button__submit:hover:after {
  color: #E74F3D;
}
#contact .c-page__block .cf-area__button__submit input[type=submit] {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 0 3rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #E74F3D;
  background: #E74F3D;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  order: 1;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-area__button__submit input[type=submit] {
    width: 240px;
    height: 50px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
#contact .c-page__block .cf-area__button__submit input[type=submit]:hover {
  color: #E74F3D;
  background: #fff;
}
#contact .c-page__block .cf-area__button__back {
  width: 260px;
  height: 60px;
  margin: 0 3rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-area__button__back {
    width: 240px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  #contact .c-page__block .cf-area__button__back {
    margin: 0 auto 2rem;
  }
}
#contact .c-page__block .cf-area__button__back:after {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  order: 2;
}
#contact .c-page__block .cf-area__button__back:hover:after {
  color: #999;
}
#contact .c-page__block .cf-area__button__back input[type=button] {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 0 3rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #999;
  background: #999;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  #contact .c-page__block .cf-area__button__back input[type=button] {
    width: 240px;
    height: 50px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
#contact .c-page__block .cf-area__button__back input[type=button]:hover {
  color: #999;
  background: #fff;
}
#contact .c-page__block .wpcf7-list-item {
  margin-left: 0;
}

/* Contact Complete Page */
#contact.complete .c-page__block .cf-box__text {
  max-width: 900px;
  margin: 0 auto 6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contact.complete .c-page__block .cf-box__text {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #contact.complete .c-page__block .cf-box__text {
    margin-bottom: 2rem;
  }
}
#contact.complete .c-page__block .cf-box__text h2 {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact.complete .c-page__block .cf-box__text h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #contact.complete .c-page__block .cf-box__text h2 {
    margin-bottom: 2rem;
  }
}
#contact.complete .c-page__block figure {
  max-width: 900px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  #contact.complete .c-page__block figure {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #contact.complete .c-page__block figure {
    margin-bottom: 3rem;
  }
}

/* 404 Page */
.error404 .l-pageHeader.u-padding--lg {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .error404 .c-ttl__jp {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .error404 .c-ttl__jp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .error404 .c-ttl__jp {
    font-size: 2.6rem;
  }
}
.error404 .c-ttl__en {
  margin-bottom: 4rem;
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .error404 .c-ttl__en {
    margin-bottom: 3rem;
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .error404 .c-ttl__en {
    margin-bottom: 2rem;
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 575px) {
  .error404 .c-ttl__en {
    font-size: 5rem;
  }
}
.error404 .c-ttl__num {
  display: block;
  font-size: 30rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .error404 .c-ttl__num {
    font-size: 26rem;
  }
}
@media screen and (max-width: 575px) {
  .error404 .c-ttl__num {
    font-size: 14rem;
  }
}
@media screen and (max-width: 991px) {
  .error404 .l-topicpath {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.error404 .container p {
  margin: 0 auto 9.5rem;
}
@media screen and (max-width: 991px) {
  .error404 .container p {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .error404 .container p {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575px) {
  .error404 .container p {
    margin-bottom: 5rem;
  }
}
.error404 .container .c-btn__black a {
  width: 260px;
}
@media screen and (max-width: 575px) {
  .error404 .container .c-btn__black a {
    width: 100%;
  }
}

/* TopPage */
.c-home__visual {
  clear: both;
  width: 100%;
  margin: 0.8rem 0 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-home__visual {
    margin-top: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__visual {
    margin-top: 5rem;
  }
}
.c-home__visual .l-block__inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width:1900px) {
  .c-home__visual .l-block__inner {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-home__visual .l-block__inner {
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__visual .l-block__inner {
    padding-right: 1.5rem;
  }
}
.c-home__visual .l-block__inner .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-home__visual .l-block__inner .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-home__visual__intro {
  width: 32.28%;
  max-width: 560px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 1.5%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width:1900px) {
  .c-home__visual__intro {
    left: 12.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-home__visual__intro {
    left: 2.2%;
  }
}
@media screen and (max-width: 767px) {
  .c-home__visual__intro {
    width: 100%;
    margin-bottom: -2.8rem;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}
@media screen and (max-width:448px) {
  .c-home__visual__intro {
    margin-bottom: -3.2rem;
    -webkit-transform: translateY(-22%);
            transform: translateY(-22%);
  }
}
.c-home__visual__intro h2 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-home__visual__intro h2 {
    margin-bottom: 0;
  }
}
.c-home__visual__intro p {
  text-align: center;
  color: #797a7c;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 767px) {
  .c-home__visual__intro p {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.c-home__visual__image {
  width: 100%;
  max-width: 560px;
  margin-bottom: 3rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .c-home__visual__image {
    margin-bottom: 0;
  }
}
.c-home__visual__bg {
  width: 70.87%;
  max-width: 1247px;
  margin: 0.5rem 0 0 28.13%;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .c-home__visual__bg {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-home__visual__bg {
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-home__about {
  clear: both;
  width: 100%;
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .c-home__about {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__about {
    padding-top: 4rem;
  }
}
.c-home__about .l-block__inner {
  width: 100%;
  max-width: 850px;
}
@media screen and (max-width: 1290px) {
  .c-home__about .l-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-home__about p {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-home__about p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__about p {
    text-align: left;
  }
}

.c-home__service {
  clear: both;
  width: 100%;
}
.c-home__service .l-block__inner {
  width: 100%;
  max-width: 1290px;
}
@media screen and (max-width: 1290px) {
  .c-home__service .l-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-home__service p {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .c-home__service p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__service p {
    text-align: left;
  }
}
.c-home__service__list {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-home__service__list ul {
  clear: both;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-home__service__list ul li {
  width: 48.5%;
  margin: 0 0 3%;
  padding: 0;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .c-home__service__list ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.c-home__service__list ul li a {
  display: block;
}
.c-home__service__list ul li a figure img {
  display: block;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.c-home__service__list ul li a:hover figure img {
  opacity: 0.6;
}
.c-home__service__list ul li a[target=_blank]::after {
  display: none;
}
.c-home__service__list ul li:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (max-width: 575px) {
  .c-home__service__list ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.c-home__service__logo {
  clear: both;
  width: 100%;
  margin: 0 auto 3.1rem;
  color: #e7503d;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-home__service__logo {
    margin-bottom: 2.1rem;
    font-size: 3.6rem;
  }
}

.c-home__city {
  clear: both;
  width: 100%;
}
.c-home__city .l-block__inner {
  width: 100%;
  max-width: 1340px;
}
@media screen and (max-width: 1290px) {
  .c-home__city .l-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-home__city p {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-home__city p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__city p {
    text-align: left;
  }
}
.c-home__city__list {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-home__city__box {
  width: 100%;
  max-width: 1290px;
  margin-bottom: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-home__city__box {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__box {
    margin-bottom: 7rem;
  }
}
.c-home__city__box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-home__city__box:nth-of-type(odd) .c-home__city__square {
  right: -4rem;
}
@media screen and (max-width: 991px) {
  .c-home__city__box:nth-of-type(odd) .c-home__city__square {
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__box:nth-of-type(odd) .c-home__city__square {
    right: 0;
  }
}
.c-home__city__box:nth-of-type(odd) .c-home__city__summary {
  padding-right: 5rem;
}
@media screen and (max-width: 991px) {
  .c-home__city__box:nth-of-type(odd) .c-home__city__summary {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__box:nth-of-type(odd) .c-home__city__summary {
    padding: 0 1rem 0 0;
  }
}
.c-home__city__box:nth-of-type(even) .c-home__city__square {
  left: -4rem;
}
@media screen and (max-width: 991px) {
  .c-home__city__box:nth-of-type(even) .c-home__city__square {
    left: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__box:nth-of-type(even) .c-home__city__square {
    left: initial;
    right: 0;
  }
}
.c-home__city__box:nth-of-type(even) .c-home__city__summary {
  padding-left: 5rem;
}
@media screen and (max-width: 991px) {
  .c-home__city__box:nth-of-type(even) .c-home__city__summary {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__box:nth-of-type(even) .c-home__city__summary {
    padding: 0 1rem 0 0;
  }
}
.c-home__city__box:last-of-type {
  margin-bottom: 0;
}
.c-home__city h3 {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 991px) {
  .c-home__city h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city h3 {
    width: 100%;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.c-home__city h3 a {
  display: block;
  color: #413334;
}
.c-home__city h3 a:hover {
  color: #413334;
}
.c-home__city__photo {
  width: 55.225%;
  max-width: 740px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-home__city__photo {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__photo {
    width: 100%;
    max-width: 600px;
    margin-bottom: 2rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .c-home__city__photo {
    margin-bottom: 1.5rem;
  }
}
.c-home__city__photo figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 37/20;
}
.c-home__city__photo figure img {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.c-home__city__square {
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  top: -4.5rem;
  z-index: 0;
  content: "";
  border-radius: 30px;
  background: #fce5e2;
}
@media screen and (max-width: 1199px) {
  .c-home__city__square {
    width: 28.774vw;
    height: 28.774vw;
  }
}
@media screen and (max-width: 991px) {
  .c-home__city__square {
    width: 24.7225vw;
    height: 24.7225vw;
    top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__square {
    width: 40.1565vw;
    height: 40.1565vw;
    top: -2rem;
  }
}
.c-home__city__summary {
  width: 33.58%;
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .c-home__city__summary {
    width: 45%;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-home__city__summary {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 575px) {
  .c-home__city__summary {
    width: 100%;
  }
}
.c-home__city__summary p {
  margin-bottom: 2.5rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-home__city__summary p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.c-home__city__summary .c-btn {
  margin: 0;
}
.c-home__city__summary .c-btn a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-home__city__summary .c-btn a {
    margin: 0 auto;
  }
}

.c-home__recruit {
  clear: both;
  width: 100%;
}
.c-home__recruit .l-block__inner {
  width: 100%;
  max-width: 1070px;
  position: relative;
}
@media screen and (max-width: 1290px) {
  .c-home__recruit .l-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-home__recruit__block {
  clear: both;
  width: 100%;
  max-width: 1070px;
  max-height: 534px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__block {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-home__recruit__box {
  min-width: 520px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-home__recruit__box {
    min-width: initial;
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__box {
    min-width: initial;
    width: 100%;
    margin: 0;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: none;
            transform: none;
  }
}
.c-home__recruit__text {
  width: 100%;
  margin-bottom: 8rem;
  padding: 4rem;
  border-radius: 25rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1199px) {
  .c-home__recruit__text {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .c-home__recruit__text {
    margin-bottom: 4rem;
    padding: 3rem;
  }
}
@media screen and (max-width:660px) {
  .c-home__recruit__text {
    margin-bottom: 3rem;
    padding: 2rem 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__text {
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.c-home__recruit__text p {
  clear: both;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-home__recruit__text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__text p {
    font-size: 1.4rem;
  }
}
.c-home__recruit__photo {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__photo {
    margin-bottom: 3rem;
  }
}
.c-home__recruit__photo figure {
  clear: both;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__photo figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-home__recruit__photo figure img {
  margin: 0 auto;
  display: block;
  border-radius: 3rem;
}
.c-home__recruit__linkBox__block {
  clear: both;
  width: 100%;
  max-width: 1070px;
  max-height: 534px;
  margin: 0 auto;
  position: relative;
}
.c-home__recruit__linkBox__block a {
  display: block;
}
.c-home__recruit__linkBox__block a:after {
  display: none !important;
}
.c-home__recruit__linkBox__block a:hover .link-txt {
  color: #E74F3D;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__block a {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-home__recruit__linkBox__box {
  min-width: 520px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-home__recruit__linkBox__box {
    min-width: initial;
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__box {
    min-width: initial;
    width: 100%;
    margin: 0;
    position: static;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    -webkit-transform: none;
            transform: none;
  }
}
.c-home__recruit__linkBox__text {
  width: 100%;
  margin-bottom: 8rem;
  padding: 4rem;
  border-radius: 25rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1199px) {
  .c-home__recruit__linkBox__text {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .c-home__recruit__linkBox__text {
    margin-bottom: 4rem;
    padding: 3rem;
  }
}
@media screen and (max-width:660px) {
  .c-home__recruit__linkBox__text {
    margin-bottom: 3rem;
    padding: 2rem 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__text {
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.c-home__recruit__linkBox__text p {
  clear: both;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
  color: #413334;
}
@media screen and (max-width: 767px) {
  .c-home__recruit__linkBox__text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__text p {
    font-size: 1.4rem;
  }
}
.c-home__recruit__linkBox__photo {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__photo {
    margin-bottom: 3rem;
  }
}
.c-home__recruit__linkBox__photo figure {
  clear: both;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-home__recruit__linkBox__photo figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-home__recruit__linkBox__photo figure img {
  margin: 0 auto;
  display: block;
  border-radius: 3rem;
}

.c-home__news {
  clear: both;
  width: 100%;
}
.c-home__news .l-block__inner {
  width: 100%;
  max-width: 1290px;
}
.c-home__news .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-home__news__ttl {
  width: 20%;
}
@media screen and (max-width: 1290px) {
  .c-home__news__ttl {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__news__ttl {
    width: 100%;
  }
}
.c-home__news__ttl .c-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-home__news__ttl .c-ttl {
    text-align: center;
  }
}
.c-home__news__ttl .c-ttl__jp {
  margin-bottom: 0.5rem;
}
.c-home__news__ttl .c-ttl__en {
  margin-bottom: 2.5rem;
}
.c-home__news__list {
  width: 74.42%;
}
@media screen and (max-width: 767px) {
  .c-home__news__list {
    width: 100%;
  }
}
.c-home__news__list ul {
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.c-home__news__list li {
  width: 100%;
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .c-home__news__list li {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-home__news__list li .c-post__date {
    width: 90px;
    font-size: 1.3rem;
  }
}
.c-home__news__list li .c-post__cat {
  margin: 0 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-home__news__list li .c-post__cat {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0.6rem;
    font-size: 1.2rem;
  }
}
.c-home__news__list li .c-post__ttl {
  width: calc(100% - 328px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-home__news__list li .c-post__ttl {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.c-home__news__list a {
  width: 100%;
  color: #413334;
  text-decoration: none;
}
.c-home__news__list a:hover {
  color: #E74F3D;
  text-decoration: none;
}
.c-home__news__btn {
  width: 120px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-home__news__btn.is-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-home__news__btn a {
  width: 100%;
  padding: 0 0.8rem 1rem;
  display: block;
  color: #413334;
  text-decoration: none;
}
.c-home__news__btn a:hover {
  color: #E74F3D;
  text-decoration: none;
}
.c-home__news__btn a span {
  font-weight: 700;
}
.c-home__news__btn a i {
  float: right;
  margin-top: 1.1rem;
  color: #E74F3D;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-home__news__btn a i {
    margin-top: 0.6rem;
  }
}

.special-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}