@charset "UTF-8";
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input, select, textarea, button {
  outline: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.bg-mainColor {
  background-color: #2F475C;
  color: #fff;
}

.bg-mainColor_light {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
}

.bg-subColor {
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
}

.bg-accentColor {
  background-color: #FF7A59;
  color: #fff;
}

.bg-grid {
  background-image: url(../image/bg-grid.svg);
}

.bg-grad {
  background: linear-gradient(0deg, #F7F7F5 0%, #fff 70%);
}

.break-keep {
  word-break: keep-all;
}
@media screen and (max-width: 575.98px) {
  .break-keep {
    word-break: normal;
  }
}

/*
//確認用アウトライン（あとでけす） ---------------------------------------------------------
@include mq(xxl) { *{ outline: 0.3px #000 solid;}}
@include mq(xl)  { *{ outline: 0.3px #00f solid;}}
@include mq(lg)  { *{ outline: 0.3px #f0f solid;}}
@include mq(md)  { *{ outline: 0.3px #0ff solid;}}
@include mq(sm)  { *{ outline: 0.3px #f00 solid;}}
@include mq(xs)  { *{ outline: 0.3px #0f0 solid;}}

@include mq(xxl) { body::before{content: "xxl"; background-color: #fff; color: #000; padding: 3px 25px; position: fixed; left: 0; top: 0; z-index: 100000; border: 1px solid #000;}}
@include mq(xl)  { body::before{content: "xl";  background-color: #00f; color: #fff; padding: 3px 25px; border: none;}}
@include mq(lg)  { body::before{content: "lg";  background-color: #f0f; color: #fff; padding: 3px 25px;}}
@include mq(md)  { body::before{content: "md";  background-color: #0ff; color: #000; padding: 3px 25px;}}
@include mq(sm)  { body::before{content: "sm";  background-color: #f00; color: #fff; padding: 3px 25px;}}
@include mq(xs)  { body::before{content: "xs";  background-color: #0f0; color: #000; padding: 3px 25px;}}
*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

#sideNavi {
  position: relative;
}
#sideNavi ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 20;
  position: fixed;
  right: -5px;
  bottom: 80px;
}
@media screen and (max-width: 1199.98px) {
  #sideNavi ul {
    bottom: 30%;
  }
}
#sideNavi li {
  width: 105px;
  height: 100px;
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.2);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #sideNavi li {
    width: 85px;
    height: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  #sideNavi li {
    width: 65px;
    height: 60px;
  }
}
#sideNavi li:hover {
  transform: translateX(-5px);
  cursor: pointer;
}
#sideNavi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: calc(100% - 5px);
  height: 100%;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 767.98px) {
  #sideNavi li a {
    font-size: 9px;
  }
}
@media screen and (max-width: 575.98px) {
  #sideNavi li a {
    font-size: 0.1px;
  }
}
#sideNavi li a::before {
  display: block;
  text-align: center;
  content: "";
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sideNavi li a::before {
    width: 24px;
    height: 24px;
  }
}
#sideNavi li.btn_pageTop {
  background-color: #fff;
}
#sideNavi li.btn_pageTop:hover {
  background-color: rgb(255, 252.756626506, 252.2);
}
#sideNavi li.btn_pageTop a {
  color: #2F475C;
}
#sideNavi li.btn_pageTop a::before {
  background-image: url(../image/icon_pageTop.svg);
}
#sideNavi li.btn_contact {
  background-color: #FF7A59;
}
#sideNavi li.btn_contact:hover {
  background-color: rgb(255, 162.8614457831, 140);
}
#sideNavi li.btn_contact a {
  color: #fff;
}
#sideNavi li.btn_contact a::before {
  background-image: url(../image/icon_contact_w.svg);
}

.sideMenu_block {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199.98px) {
  .sideMenu_block {
    gap: 25px;
  }
}
.sideMenu_block .main {
  flex: 1 1 auto;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main {
    order: 2;
  }
}
.sideMenu_block .menu {
  flex: 0 0 240px;
}
.sideMenu_block .menu a {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  .sideMenu_block .menu {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .menu {
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .menu {
    order: 1;
    flex: 1 1 auto;
  }
}

.btnArrow {
  --textSpace: 70px;
  --textSpaceS: calc(var(--textSpace) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
  padding: 5px !important;
  padding-right: calc(var(--textSpace) + 10px) !important;
  border: none;
}
.btnArrow:hover {
  color: #fff !important;
}
.btnArrow:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
@media screen and (max-width: 767.98px) {
  .btnArrow {
    padding-right: calc(var(--textSpaceS) + 10px) !important;
  }
}
.btnArrow::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: var(--textSpace);
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url(../image/icon_btnAr_rightW.svg);
  background-size: 16px 16px;
}
@media screen and (max-width: 767.98px) {
  .btnArrow::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 575.98px) {
  .btnArrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 767.98px) {
  .btnArrow::before {
    margin-right: var(--textSpaceS);
  }
}
@media screen and (max-width: 767.98px) {
  .btnArrow::before {
    background-size: 12px 12px;
  }
}
.btnArrow.arrow_left::before {
  transform: scale(-1, 1);
}
.btnArrow.text_center {
  position: relative; /* 相対位置を設定 */
  left: 50%; /* 親要素の中央を基準に位置調整 */
  transform: translateX(-50%); /* 左に50%移動して完全に中央に */
}
.btnArrow:hover {
  cursor: pointer;
}

.btnArrow.red {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
}
.btnArrow.red:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}

.btnArrow.white {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  color: #2F475C !important;
  background-color: #fff !important;
}
.btnArrow.white:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  color: #2F475C !important;
}
.btnArrow.white::before {
  border: 1px solid #2F475C;
  background-image: url(../image/icon_btnAr_rightM.svg);
}

.btn_mail {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 5px 42px;
  min-height: 54px;
  display: inline-flex;
}
.btn_mail:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
.btn_mail:hover {
  color: #fff !important;
}
@media screen and (max-width: 1399.98px) {
  .btn_mail {
    padding: 5px 36px;
  }
}
@media screen and (max-width: 1199.98px) {
  .btn_mail {
    padding: 5px 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  .btn_mail {
    min-height: 44px;
  }
}
@media screen and (max-width: 991.98px) {
  .btn_mail {
    min-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .btn_mail {
    font-size: 0.93em;
  }
}
.btn_mail::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991.98px) {
  .btn_mail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.btn_mail::before {
  background-image: url(../image/icon_contact_w.svg);
}

.btn_tel {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 5px 42px;
  min-height: 54px;
  display: inline-flex;
  font-size: 1.2em;
}
.btn_tel:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
.btn_tel:hover {
  color: #fff !important;
}
@media screen and (max-width: 1399.98px) {
  .btn_tel {
    padding: 5px 36px;
  }
}
@media screen and (max-width: 1199.98px) {
  .btn_tel {
    padding: 5px 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  .btn_tel {
    min-height: 44px;
  }
}
@media screen and (max-width: 991.98px) {
  .btn_tel {
    min-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .btn_tel {
    font-size: 0.93em;
  }
}
.btn_tel::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991.98px) {
  .btn_tel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.btn_tel::before {
  background-image: url(../image/icon_tel_w.svg);
}

.btnBlock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767.98px) {
  .btnBlock {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199.98px) {
  .btnBlock {
    gap: 36px;
  }
}
@media screen and (max-width: 991.98px) {
  .btnBlock {
    gap: 24px;
  }
}
.btnBlock .contactBtn_mail,
.btnBlock .contactBtn_tel {
  flex: 0 1 42%;
}
@media screen and (max-width: 1399.98px) {
  .btnBlock .contactBtn_mail,
  .btnBlock .contactBtn_tel {
    flex: 0 1 50%;
  }
}
.btnBlock .contactBtn_mail a,
.btnBlock .contactBtn_tel a {
  height: 100%;
}
.btnBlock .contactBtn_mail {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
}
.btnBlock .contactBtn_mail a {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1199.98px) {
  .btnBlock .contactBtn_mail a {
    padding: 14px;
  }
}
.btnBlock .contactBtn_mail:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
.btnBlock .contactBtn_mail a {
  color: #fff !important;
}
.btnBlock .contactBtn_mail a strong::before {
  background-image: url(../image/icon_contact_w.svg);
  border: 1px solid #fff;
  background-size: 60%;
}
.btnBlock .contactBtn_mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: normal;
  padding: 30px 40px;
}
@media screen and (max-width: 1399.98px) {
  .btnBlock .contactBtn_mail a {
    padding: 30px 20px;
  }
}
.btnBlock .contactBtn_mail a strong {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .btnBlock .contactBtn_mail a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  .btnBlock .contactBtn_mail a strong {
    font-size: 18px;
  }
}
.btnBlock .contactBtn_mail a strong::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  .btnBlock .contactBtn_mail a strong::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .btnBlock .contactBtn_mail a span {
    font-size: 15px;
  }
}
.btnBlock .contactBtn_tel {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  color: #2F475C !important;
  background-color: #fff !important;
}
.btnBlock .contactBtn_tel a {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1199.98px) {
  .btnBlock .contactBtn_tel a {
    padding: 14px;
  }
}
.btnBlock .contactBtn_tel:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  color: #2F475C !important;
}
.btnBlock .contactBtn_tel a {
  color: #2F475C !important;
  align-self: flex-end;
}
.btnBlock .contactBtn_tel a strong::before {
  background-image: url(../image/icon_tel_m.svg);
  border: 1px solid #2F475C;
  background-size: 70%;
}
.btnBlock .contactBtn_tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: normal;
  padding: 30px 40px;
}
@media screen and (max-width: 1399.98px) {
  .btnBlock .contactBtn_tel a {
    padding: 30px 20px;
  }
}
.btnBlock .contactBtn_tel a strong {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .btnBlock .contactBtn_tel a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  .btnBlock .contactBtn_tel a strong {
    font-size: 18px;
  }
}
.btnBlock .contactBtn_tel a strong::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  .btnBlock .contactBtn_tel a strong::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .btnBlock .contactBtn_tel a span {
    font-size: 15px;
  }
}

a.ghostBtn.white {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 2px;
  text-decoration: none;
  border: 1px solid #fff !important;
  color: #fff !important;
}
a.ghostBtn.white::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
a.ghostBtn.white::before {
  background-image: url(../image/icon_btnAr_rightW.svg);
}
a.ghostBtn.white:hover {
  background-color: #fff !important;
  color: #2F475C !important;
}
a.ghostBtn.white:hover::before {
  background-image: url(../image/icon_btnAr_rightM.svg);
}
a.ghostBtn.blue {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 2px;
  text-decoration: none;
  border: 1px solid #2F475C !important;
  color: #2F475C !important;
}
a.ghostBtn.blue::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
a.ghostBtn.blue::before {
  background-image: url(../image/icon_btnAr_rightM.svg);
}
a.ghostBtn.blue:hover {
  background-color: #2F475C !important;
  color: #fff !important;
}
a.ghostBtn.blue:hover::before {
  background-image: url(../image/icon_btnAr_rightW.svg);
}
a.ghostBtn.ib {
  display: inline-block;
}

.smallCardBlock {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smallCardBlock li {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 991.98px) {
  .smallCardBlock li {
    border-radius: 10px;
  }
}
.smallCardBlock li a, .smallCardBlock li span {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 1199.98px) {
  .smallCardBlock {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .smallCardBlock {
    gap: 15px;
  }
}
.smallCardBlock ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .smallCardBlock ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .smallCardBlock ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1199.98px) {
  .smallCardBlock ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .smallCardBlock ul {
    gap: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .smallCardBlock ul {
    display: flex;
    overflow-x: auto; /* 横スクロールを許可 */
    white-space: nowrap; /* 子要素が折り返されないように */
  }
}
.smallCardBlock ul li a {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
}
.smallCardBlock ul li a:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
.smallCardBlock ul li:nth-of-type(2) a, .smallCardBlock ul li:nth-of-type(4) a, .smallCardBlock ul li:nth-of-type(5) a, .smallCardBlock ul li:nth-of-type(7) a, .smallCardBlock ul li:nth-of-type(10) a, .smallCardBlock ul li:nth-of-type(12) a {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
}
.smallCardBlock ul li:nth-of-type(2) a:hover, .smallCardBlock ul li:nth-of-type(4) a:hover, .smallCardBlock ul li:nth-of-type(5) a:hover, .smallCardBlock ul li:nth-of-type(7) a:hover, .smallCardBlock ul li:nth-of-type(10) a:hover, .smallCardBlock ul li:nth-of-type(12) a:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
@media screen and (max-width: 991.98px) {
  .smallCardBlock ul li:nth-of-type(1) a, .smallCardBlock ul li:nth-of-type(4) a, .smallCardBlock ul li:nth-of-type(5) a, .smallCardBlock ul li:nth-of-type(8) a, .smallCardBlock ul li:nth-of-type(9) a, .smallCardBlock ul li:nth-of-type(12) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #2F475C !important;
  }
  .smallCardBlock ul li:nth-of-type(1) a:hover, .smallCardBlock ul li:nth-of-type(4) a:hover, .smallCardBlock ul li:nth-of-type(5) a:hover, .smallCardBlock ul li:nth-of-type(8) a:hover, .smallCardBlock ul li:nth-of-type(9) a:hover, .smallCardBlock ul li:nth-of-type(12) a:hover {
    background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
  }
  .smallCardBlock ul li:nth-of-type(2) a, .smallCardBlock ul li:nth-of-type(3) a, .smallCardBlock ul li:nth-of-type(6) a, .smallCardBlock ul li:nth-of-type(7) a, .smallCardBlock ul li:nth-of-type(10) a, .smallCardBlock ul li:nth-of-type(11) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #FF7A59 !important;
  }
  .smallCardBlock ul li:nth-of-type(2) a:hover, .smallCardBlock ul li:nth-of-type(3) a:hover, .smallCardBlock ul li:nth-of-type(6) a:hover, .smallCardBlock ul li:nth-of-type(7) a:hover, .smallCardBlock ul li:nth-of-type(10) a:hover, .smallCardBlock ul li:nth-of-type(11) a:hover {
    background-color: rgb(255, 162.8614457831, 140) !important;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 575.98px) {
  .smallCardBlock ul li {
    flex: 0 0 auto; /* アイテムの幅が自動で決まるように */
    width: 220px;
  }
  .smallCardBlock ul li:nth-of-type(odd) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #2F475C !important;
  }
  .smallCardBlock ul li:nth-of-type(odd) a:hover {
    background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
  }
  .smallCardBlock ul li:nth-of-type(even) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #FF7A59 !important;
  }
  .smallCardBlock ul li:nth-of-type(even) a:hover {
    background-color: rgb(255, 162.8614457831, 140) !important;
  }
}
.smallCardBlock ul a, .smallCardBlock ul span {
  color: #fff !important;
}
.smallCardBlock ul a::before, .smallCardBlock ul span::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 210px;
  height: 210px;
  border-radius: 100vmax;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399.98px) {
  .smallCardBlock ul a::before, .smallCardBlock ul span::before {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1199.98px) {
  .smallCardBlock ul a::before, .smallCardBlock ul span::before {
    width: 160px;
    height: 160px;
  }
}
.smallCardBlock ul a.unitBath::before, .smallCardBlock ul span.unitBath::before {
  background-image: url(../image/icon_unitBath.svg);
}
.smallCardBlock ul a:hover {
  cursor: pointer;
}

#drawerMenu-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
  background-color: rgb(21.1330935252, 31.9244604317, 41.3669064748);
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container {
    width: 100vw;
  }
}
#drawerMenu-container.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
}
#drawerMenu-container.menu a {
  color: #fff;
}
#drawerMenu-container.menu a:hover {
  color: rgb(255, 203.7228915663, 191);
}
#drawerMenu-container.menu .h2Block::before,
#drawerMenu-container.menu .h2Block::after {
  background-color: #fff;
}
#drawerMenu-container.menu a {
  text-decoration: none;
}

#drawerMenu-container #drawerMenu-mainMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 118px;
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  #drawerMenu-container #drawerMenu-mainMenu {
    margin-top: 96px;
  }
}
#drawerMenu-container #drawerMenu-mainMenu ul {
  width: 100%;
}
#drawerMenu-container #drawerMenu-mainMenu li {
  border-bottom: 1px solid #ccc;
}
#drawerMenu-container #drawerMenu-mainMenu li a {
  display: block;
  padding: 10px 0;
}

#drawerMenu-container #drawerMenu-contactMenu {
  background-color: #2F475C;
  padding: 25px 0;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock {
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
  flex-basis: 100%;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1199.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
    padding: 14px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
  color: #fff !important;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong::before {
  background-image: url(../image/icon_contact_w.svg);
  border: 1px solid #fff;
  background-size: 60%;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: normal;
  padding: 30px 40px;
}
@media screen and (max-width: 1399.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
    padding: 30px 20px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong {
    font-size: 18px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a span {
    font-size: 15px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a {
  padding: 20px;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong {
  font-size: 22px;
  gap: 6px;
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong {
    font-size: 18px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a strong::before {
  width: 30px;
  height: 30px;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a span {
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_mail a span {
    display: none;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  color: #2F475C !important;
  background-color: #fff !important;
  flex-basis: 100%;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1199.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
    padding: 14px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  color: #2F475C !important;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
  color: #2F475C !important;
  align-self: flex-end;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong::before {
  background-image: url(../image/icon_tel_m.svg);
  border: 1px solid #2F475C;
  background-size: 70%;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: normal;
  padding: 30px 40px;
}
@media screen and (max-width: 1399.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
    padding: 30px 20px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong {
    font-size: 18px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a span {
    font-size: 15px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a {
  padding: 20px;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong {
  font-size: 22px;
  gap: 6px;
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong {
    font-size: 18px;
  }
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a strong::before {
  width: 30px;
  height: 30px;
}
#drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a span {
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  #drawerMenu-container #drawerMenu-contactMenu .contactBlock .contactBtn_tel a span {
    display: none;
  }
}

/*----------------------------
* アニメーション部分
*----------------------------*/
#drawerMenu-container {
  /* アニメーション前のメニューの状態 */
  /* アニメーション後のメニューの状態 */
}
#drawerMenu-container.menu {
  transform: translateX(100vw);
  transition: all 0.3s linear;
}
#drawerMenu-container.menu.is-active {
  transform: translateX(0);
}

header {
  display: flex;
  height: 82px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
}
@media screen and (max-width: 1199.98px) {
  header {
    height: 76px;
  }
}
@media screen and (max-width: 767.98px) {
  header {
    height: 66px;
  }
}
@media screen and (max-width: 575.98px) {
  header {
    height: 56px;
  }
}
@media screen and (max-width: 991.98px) {
  header {
    background-color: #fff;
  }
}
header .headerBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  margin-left: 80px;
  /*
  max-width: 1550px;
  @include mq(xxl) { max-width: calc(100% - 80px);}
  @include mq(sm) { max-width: calc(100% - 20px);}
  margin: auto;
  */
}
@media screen and (max-width: 1399.98px) {
  header .headerBar {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  header .headerBar {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header .headerBar h1 img {
  display: inline-block;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1399.98px) {
  header .headerBar h1 img {
    width: 280px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .headerBar h1 img {
    width: 260px;
  }
}
@media screen and (max-width: 991.98px) {
  header .headerBar h1 img {
    width: 240px;
  }
}
@media screen and (max-width: 575.98px) {
  header .headerBar h1 img {
    width: 190px;
  }
}

header .headerBar ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
header .headerBar ul a.btn_mail {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 5px 42px;
  min-height: 54px;
  display: inline-flex;
}
header .headerBar ul a.btn_mail:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
header .headerBar ul a.btn_mail:hover {
  color: #fff !important;
}
@media screen and (max-width: 1399.98px) {
  header .headerBar ul a.btn_mail {
    padding: 5px 36px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .headerBar ul a.btn_mail {
    padding: 5px 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  header .headerBar ul a.btn_mail {
    min-height: 44px;
  }
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul a.btn_mail {
    min-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .headerBar ul a.btn_mail {
    font-size: 0.93em;
  }
}
header .headerBar ul a.btn_mail::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul a.btn_mail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
header .headerBar ul a.btn_mail::before {
  background-image: url(../image/icon_contact_w.svg);
}
header .headerBar ul a.btn_tel {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 5px 42px;
  min-height: 54px;
  display: inline-flex;
  font-size: 1.2em;
}
header .headerBar ul a.btn_tel:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
header .headerBar ul a.btn_tel:hover {
  color: #fff !important;
}
@media screen and (max-width: 1399.98px) {
  header .headerBar ul a.btn_tel {
    padding: 5px 36px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .headerBar ul a.btn_tel {
    padding: 5px 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  header .headerBar ul a.btn_tel {
    min-height: 44px;
  }
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul a.btn_tel {
    min-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .headerBar ul a.btn_tel {
    font-size: 0.93em;
  }
}
header .headerBar ul a.btn_tel::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul a.btn_tel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
header .headerBar ul a.btn_tel::before {
  background-image: url(../image/icon_tel_w.svg);
}
header .headerBar ul a.btn_menu_open {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 26px;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-image: url(../image/icon_drawer_open.svg);
  width: 72px;
  height: 72px;
  padding: 0;
}
header .headerBar ul a.btn_menu_open:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
header .headerBar ul a.btn_menu_open:hover {
  color: #fff !important;
}
header .headerBar ul a.btn_menu_open:hover {
  background-color: #FF7A59 !important;
  cursor: pointer;
}
header .headerBar ul a.btn_menu_open.is-active {
  background-color: rgb(255, 150.6030120482, 124.7);
  background-image: url(../image/icon_drawer_close.svg);
}
header .headerBar ul a.btn_menu_open.is-active:hover {
  background-color: rgb(59.0712230216, 89.2352517986, 115.6287769784);
}
@media screen and (max-width: 1399.98px) {
  header .headerBar ul a.btn_menu_open {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul a.btn_menu_open {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  header .headerBar ul a.btn_menu_open {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 767.98px) {
  header .headerBar ul li:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  header .headerBar ul li:nth-of-type(2) {
    display: none;
  }
}

#sec_news #normalNews li {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec_news #normalNews li {
    border-radius: 10px;
  }
}
#sec_news #normalNews li:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
}
#sec_news #normalNews a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews a {
    flex-direction: row;
  }
}
#sec_news #normalNews a::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  flex-grow: 1;
  flex-shrink: 0;
  background-image: var(--cardBg-img, url(../image/_subPage/mainImage_blank.png));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews a::before {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_news #normalNews a::before {
    width: 25%;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_news #normalNews a::before {
    height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_news #normalNews a::before {
    height: 170px;
  }
}
#sec_news #normalNews a .body {
  padding: 15px 20px 20px;
  flex-grow: 1;
  justify-content: flex-start;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 991.98px) {
  #sec_news #normalNews a .body {
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews a .body {
    width: 50%;
  }
}
#sec_news #normalNews a .body p {
  color: #2F475C;
}
#sec_news #normalNews a .body .cardDate {
  color: #2F475C !important;
}
#sec_news #normalNews .iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews .iconList {
    gap: 2px;
  }
}
#sec_news #normalNews .categoryIcon {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_10 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_1 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_11 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_14 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_12 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_13 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_19 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_20 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_21 {
  display: inline-block;
  background-color: #376e34;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_23 {
  display: inline-block;
  background-color: #239db8;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_24 {
  display: inline-block;
  background-color: #f78832;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_25 {
  display: inline-block;
  background-color: #ee6ab3;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_26 {
  display: inline-block;
  background-color: #a8b800;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_27 {
  display: inline-block;
  background-color: #ba5eb7;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .categoryIcon.cat_28 {
  display: inline-block;
  background-color: #3886ca;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_news #normalNews .cardDate {
  font-size: 14px;
}
#sec_news #normalNews .cardTitle {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  #sec_news #normalNews .cardTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews .cardTitle {
    font-size: 16px;
  }
}
#sec_news #normalNews .cardBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #sec_news #normalNews .cardBlock {
    grid-template-columns: 1fr;
  }
}
#sec_news #normalNews .cardBlock * {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  #sec_news #normalNews .cardBlock {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_news #normalNews .cardBlock {
    gap: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_news .btnArrow span {
    display: none;
  }
}
#sec_news #pickupNewsList {
  position: relative;
  margin-bottom: 40px;
}
#sec_news #pickupNewsList .pickupMark {
  font-size: 1.6em;
  line-height: 1.2;
  text-align: center;
  z-index: 5;
  width: 160px;
  height: 160px;
  background-image: url(../image/popularMark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1199.98px) {
  #sec_news #pickupNewsList .pickupMark {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_news #pickupNewsList .pickupMark {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_news #pickupNewsList .pickupMark {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_news #pickupNewsList .pickupMark {
    left: -10px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_news #pickupNewsList .pickupMark {
    left: 20px;
    top: -40px;
  }
}
#sec_news #pickupNewsList .pickupImage {
  min-height: 100px;
  max-height: 600px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.15);
}
@media screen and (max-width: 767.98px) {
  #sec_news #pickupNewsList .pickupImage {
    max-height: 400px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_news #pickupNewsList .pickupImage {
    max-height: 260px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_news #pickupNewsList .pickupImage {
    border-radius: 10px;
  }
}
#sec_news #pickupNewsList .pickupImage:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
}
#sec_news #pickupNewsList .pickupImage img {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #sec_news #pickupNewsList {
    margin-bottom: 15px;
  }
}

#sec_instagram {
  position: relative;
}
#sec_instagram::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  display: inline-block;
  border-radius: 100vmax;
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935) !important;
  background-image: url(../image/icon_instagram_title.svg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
#sec_instagram .h2Block {
  position: relative;
  margin-top: -30px;
}
#sec_instagram .h2Block::after {
  display: none;
}

#sec_instagram ul {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #sec_instagram ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_instagram ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_instagram ul {
    gap: 15px;
  }
}
#sec_instagram ul li {
  text-indent: 100%;
  overflow: hidden;
  background-color: pink;
  border-radius: 16px;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 1399.98px) {
  #sec_instagram ul li {
    height: 180px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_instagram ul li {
    height: 130px;
  }
}

#sec_instagram #sb_instagram ul {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #sec_instagram #sb_instagram ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_instagram #sb_instagram ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_instagram #sb_instagram ul {
    gap: 15px;
  }
}
#sec_instagram #sb_instagram ul li {
  text-indent: 100%;
  overflow: hidden;
  background-color: pink;
  border-radius: 16px;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 1399.98px) {
  #sec_instagram #sb_instagram ul li {
    height: 180px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_instagram #sb_instagram ul li {
    height: 130px;
  }
}
#sec_instagram #sb_instagram #sbi_images {
  z-index: 5;
  gap: 40px;
}
@media screen and (max-width: 1199.98px) {
  #sec_instagram #sb_instagram #sbi_images {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_instagram #sb_instagram #sbi_images {
    gap: 15px;
  }
}
#sec_instagram #sb_instagram .sbi_item {
  border-radius: 16px;
}

#sec_footer {
  background-color: #2F475C;
  color: #fff;
  font-size: 16px;
  padding-top: 14vh;
  padding-bottom: 14vh;
}
#sec_footer a {
  color: #fff;
}
#sec_footer a:hover {
  color: rgb(255, 203.7228915663, 191);
}
#sec_footer .h2Block::before,
#sec_footer .h2Block::after {
  background-color: #fff;
}
#sec_footer * {
  text-decoration: none;
}
@media screen and (max-width: 575.98px) {
  #sec_footer {
    font-size: 14px;
  }
}
#sec_footer .footer_container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
}
@media screen and (max-width: 1199.98px) {
  #sec_footer .footer_container {
    grid-template-columns: 1fr 3.5fr;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_footer .footer_container {
    grid-template-columns: 1.3fr 2fr;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer .footer_container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer .footer_container {
    gap: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_footer .footer_container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer .footer_container {
    max-width: 480px;
  }
}
#sec_footer #footerInfo .name {
  font-size: 1.2em;
}
#sec_footer #footerInfo .name img {
  width: 280px;
  max-width: 100%;
}
#sec_footer #footerInfo .infoLink {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sec_footer #footerInfo .infoLink a {
  text-decoration: underline;
}
#sec_footer #footerInfo .infoLink a:hover {
  text-decoration: none;
}
#sec_footer #footerInfo .infoLink ul li::before {
  content: "▶";
  font-size: 0.9em;
  margin-right: 2px;
}
#sec_footer #footerInfo .infoLink ul li {
  line-height: 1.8;
}
#sec_footer #footerInfo .explanation {
  font-size: 12px;
}
@media screen and (max-width: 767.98px) {
  #sec_footer #footerInfo .explanation {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer #footerInfo .address br {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_footer #footerInfo .menu_about {
    display: none;
  }
}
#sec_footer #footerInfo .menu_sns {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
#sec_footer #footerInfo .menu_sns a:hover img {
  opacity: 0.5;
}
#sec_footer #footerMenu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1399.98px) {
  #sec_footer #footerMenu {
    gap: 18px;
  }
}
#sec_footer #footerMenu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec_footer #footerMenu ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_footer #footerMenu ul {
    gap: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer #footerMenu ul {
    order: 2;
  }
}
#sec_footer #footerMenu ul .menu_about {
  display: none;
}
@media screen and (max-width: 991.98px) {
  #sec_footer #footerMenu ul .menu_about {
    display: block;
  }
}
#sec_footer #footerMenu .btnBlock {
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec_footer #footerMenu .btnBlock {
    flex-direction: column;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_footer #footerMenu .btnBlock {
    gap: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer #footerMenu .btnBlock {
    order: 1;
  }
}
#sec_footer #footerMenu .btnBlock .contactBtn_mail,
#sec_footer #footerMenu .btnBlock .contactBtn_tel {
  flex: 0 1 100%;
}
#sec_footer #footerMenu .btnBlock .contactBtn_mail a,
#sec_footer #footerMenu .btnBlock .contactBtn_tel a {
  padding: 30px 25px;
}
@media screen and (max-width: 575.98px) {
  #sec_footer #footerMenu .btnBlock .contactBtn_mail a,
  #sec_footer #footerMenu .btnBlock .contactBtn_tel a {
    padding: 22px 15px;
  }
}
#sec_footer #footerMenu .btnBlock .contactBtn_mail strong,
#sec_footer #footerMenu .btnBlock .contactBtn_tel strong {
  text-align: left;
}
@media screen and (max-width: 575.98px) {
  #sec_footer #footerMenu .btnBlock .contactBtn_mail strong,
  #sec_footer #footerMenu .btnBlock .contactBtn_tel strong {
    font-size: 16px;
  }
  #sec_footer #footerMenu .btnBlock .contactBtn_mail strong::before,
  #sec_footer #footerMenu .btnBlock .contactBtn_tel strong::before {
    width: 26px;
    height: 26px;
  }
}
#sec_footer #footerMenu .btnBlock .contactBtn_mail span,
#sec_footer #footerMenu .btnBlock .contactBtn_tel span {
  display: inline-block;
}
@media screen and (max-width: 575.98px) {
  #sec_footer #footerMenu .btnBlock .contactBtn_mail span,
  #sec_footer #footerMenu .btnBlock .contactBtn_tel span {
    font-size: 12px;
  }
}
#sec_footer #footerMenu .btnBlock .contactBtn_tel {
  text-align: center;
}
#sec_footer #footerMenu .btnBlock .contactBtn_tel .telNo {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

#copyright {
  background-color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
}
@media screen and (max-width: 767.98px) {
  #copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 575.98px) {
  #copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 767.98px) {
  #copyright {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  #copyright {
    gap: 10px;
  }
}
#copyright div {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  font-weight: 100;
}
@media screen and (max-width: 767.98px) {
  #copyright div {
    order: 2;
  }
}
#copyright ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 575.98px) {
  #copyright ul {
    gap: 7px;
  }
}
@media screen and (max-width: 767.98px) {
  #copyright ul {
    order: 1;
  }
}
#copyright ul li::before {
  content: "●";
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
}

#sec_contact .h2Block strong {
  background-color: #fff;
  color: #2F475C;
  display: inline-block;
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  padding: 7px 2.5rem;
  border-radius: 100vmax;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  #sec_contact .h2Block strong {
    font-size: 0.85em;
  }
}
#sec_contact .h2Block strong::after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0.5rem;
  height: 1rem;
  border-radius: 100vmax;
}
#sec_contact .h2Block strong::after {
  background-color: #fff;
}

#popular_container .popular-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  align-items: stretch;
  gap: 1.2em;
}
#popular_container .popular-list {
  padding-top: 20px;
}
#popular_container .popular-list a {
  text-decoration: none;
}
#popular_container .popular-list .wrapper {
  position: relative;
  height: 400px;
  max-height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper {
    height: 330px;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper {
    height: 330px;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper {
    flex-direction: column;
  }
}
#popular_container .popular-list .wrapper .info {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 16px 16px 0;
  gap: 10px;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  padding: 30px 25px;
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper .info {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  #popular_container .popular-list .wrapper .info {
    width: 44%;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info {
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper .info {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper .info {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper .info {
    margin-left: initial;
    margin-top: auto;
  }
}
@media screen and (max-width: 991.98px) {
  #popular_container .popular-list .wrapper .info {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info {
    padding: 15px;
  }
}
#popular_container .popular-list .wrapper .info .houseType {
  text-align: center;
  border-radius: 100vmax;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 40px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .houseType {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .houseType {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  #popular_container .popular-list .wrapper .info .houseType {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .houseType {
    font-size: 13px;
  }
}
#popular_container .popular-list .wrapper .info .houseName {
  color: #2F475C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .houseName {
    font-size: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #popular_container .popular-list .wrapper .info .houseName {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .houseName {
    font-size: 16px;
  }
}
#popular_container .popular-list .wrapper .info .housePrice {
  margin-top: auto;
  color: #E5523E;
  font-family: "Roboto Condensed" !important;
  letter-spacing: 0;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  font-size: 52px;
  transform: translateY(10%);
  display: inline-block;
}
@media screen and (max-width: 1399.98px) {
  #popular_container .popular-list .wrapper .info .housePrice {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .housePrice {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .housePrice {
    font-size: 20px;
  }
}
#popular_container .popular-list .wrapper .info .housePrice span {
  font-size: 80px;
}
@media screen and (max-width: 1399.98px) {
  #popular_container .popular-list .wrapper .info .housePrice span {
    font-size: 66px;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .housePrice span {
    font-size: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .housePrice span {
    font-size: 32px;
  }
}
#popular_container .popular-list .wrapper .info .housePrice::before {
  content: "本体価格";
  display: inline-block;
  padding: 4px 10px;
  background-color: #E5523E;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  transform: translateY(15px);
}
@-moz-document url-prefix() {
  #popular_container .popular-list .wrapper .info .housePrice::before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .housePrice::before {
    font-size: 13px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .housePrice::before {
    transform: translateY(0px);
  }
}
#popular_container .popular-list .wrapper .info .housePrice::after {
  content: "円";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  #popular_container .popular-list .wrapper .info .housePrice::after {
    font-size: 15px;
  }
}
#popular_container .popular-list .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
#popular_container .popular-list .wrapper:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  #popular_container .popular-list .wrapper {
    height: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper {
    height: 430px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper {
    height: 330px;
  }
}
#popular_container .popular-list .wrapper .info {
  width: 50%;
  padding: 25px 20px;
}
@media screen and (max-width: 767.98px) {
  #popular_container .popular-list .wrapper .info {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info {
    padding: 20px 15px;
  }
}
#popular_container .popular-list .wrapper .info .houseName {
  font-size: 21px;
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .houseName {
    font-size: 16px;
  }
}
#popular_container .popular-list .wrapper .info .housePrice {
  margin-top: -20px;
  line-height: -1.5;
}
@media screen and (max-width: 991.98px) {
  #popular_container .popular-list .wrapper .info .housePrice {
    font-size: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .housePrice {
    font-size: 32px;
  }
}
#popular_container .popular-list .wrapper .info .housePrice::before {
  font-size: 15px;
  transform: translateY(13px);
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  #popular_container .popular-list .wrapper .info .housePrice::before {
    font-size: 11px;
  }
}
@-moz-document url-prefix() {
  #popular_container .popular-list .wrapper .info .housePrice::before {
    transform: translateY(20px);
  }
}
#popular_container .popular-list .wrapper .info .houseType {
  font-size: 17px;
}

#popular_container .pickupMark {
  z-index: 5;
  width: 160px;
  height: 160px;
  background-image: url(../image/popularMark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  #popular_container .pickupMark {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .pickupMark {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  #popular_container .pickupMark {
    left: -10px;
  }
}
@media screen and (max-width: 1199.98px) {
  #popular_container .pickupMark {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  #popular_container .pickupMark {
    font-size: 12px;
  }
}
#popular_container .pickupMark span {
  font-size: 1.6em;
}
@media screen and (max-width: 991.98px) {
  #popular_container .pickupMark {
    width: 110px;
    height: 110px;
  }
}

#sec_plan {
  background: linear-gradient(0deg, #F7F7F5 0%, #fff 70%);
}
#sec_plan .h2Block {
  background-image: url(../image/houseLine_01.svg), url(../image/houseLine_02.svg);
  background-position: left 70px center, right 70px center;
  background-size: 400px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599.98px) {
  #sec_plan .h2Block {
    background-position: left 30px center, right 30px center;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_plan .h2Block {
    background-size: 300px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_plan .h2Block {
    background-size: 250px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_plan .h2Block {
    background-position: left -50px center, right -50px center;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_plan .h2Block {
    background-image: none;
  }
}
#sec_plan .h2Block h2 {
  margin-top: -20px;
}
#sec_plan .h2Block strong {
  display: inline-block;
  max-width: 100%;
  padding: 30px 60px;
  background-image: url(../image/icon_plan.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  #sec_plan .h2Block strong {
    padding: 30px;
  }
}

#swiper_container_plan .swiper-pagination {
  position: relative;
}
#swiper_container_plan .swiper-horizontal > .swiper-pagination-bullets, #swiper_container_plan .swiper-pagination-bullets.swiper-pagination-horizontal, #swiper_container_plan .swiper-pagination-custom, #swiper_container_plan .swiper-pagination-fraction {
  bottom: 0;
}
#swiper_container_plan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 162.8614457831, 140);
}
#swiper_container_plan .swiper-button-next, #swiper_container_plan .swiper-button-prev {
  color: #FF7A59;
}

.topSwiper_plan .swiper-slide .pickupMark {
  z-index: 5;
  width: 160px;
  height: 160px;
  background-image: url(../image/popularMark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .pickupMark {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .pickupMark {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .topSwiper_plan .swiper-slide .pickupMark {
    left: -10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .pickupMark {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .pickupMark {
    font-size: 12px;
  }
}
.topSwiper_plan .swiper-slide .pickupMark span {
  font-size: 1.6em;
}

.topSwiper_plan .swiper-slide {
  padding-top: 20px;
}
.topSwiper_plan .swiper-slide a {
  text-decoration: none;
}
.topSwiper_plan .swiper-slide .wrapper {
  position: relative;
  height: 400px;
  max-height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper {
    height: 330px;
  }
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper {
    height: 330px;
  }
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper {
    flex-direction: column;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 16px 16px 0;
  gap: 10px;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  padding: 30px 25px;
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    width: 44%;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    margin-left: initial;
    margin-top: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info {
    padding: 15px;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .houseType {
  text-align: center;
  border-radius: 100vmax;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 40px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseType {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseType {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseType {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseType {
    font-size: 13px;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .houseName {
  color: #2F475C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseName {
    font-size: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseName {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .houseName {
    font-size: 16px;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .housePrice {
  margin-top: auto;
  color: #E5523E;
  font-family: "Roboto Condensed" !important;
  letter-spacing: 0;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  font-size: 52px;
  transform: translateY(10%);
  display: inline-block;
}
@media screen and (max-width: 1399.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice {
    font-size: 20px;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .housePrice span {
  font-size: 80px;
}
@media screen and (max-width: 1399.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice span {
    font-size: 66px;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice span {
    font-size: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice span {
    font-size: 32px;
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .housePrice::before {
  content: "本体価格";
  display: inline-block;
  padding: 4px 10px;
  background-color: #E5523E;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  transform: translateY(15px);
}
@-moz-document url-prefix() {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice::before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice::before {
    font-size: 13px;
  }
}
@media screen and (max-width: 575.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice::before {
    transform: translateY(0px);
  }
}
.topSwiper_plan .swiper-slide .wrapper .info .housePrice::after {
  content: "円";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  .topSwiper_plan .swiper-slide .wrapper .info .housePrice::after {
    font-size: 15px;
  }
}

#swiper_container_plan .slide01 .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#swiper_container_plan .slide01 .wrapper:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
  box-shadow: none;
}
#swiper_container_plan .slide02 .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#swiper_container_plan .slide02 .wrapper:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
  box-shadow: none;
}
#swiper_container_plan .slide03 .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#swiper_container_plan .slide03 .wrapper:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
  box-shadow: none;
}

#page_plan .cardDate {
  display: none;
}

#sec_case #caseList li {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec_case #caseList li {
    border-radius: 10px;
  }
}
#sec_case #caseList li:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
}
#sec_case #caseList a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList a {
    flex-direction: row;
  }
}
#sec_case #caseList a::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  flex-grow: 1;
  flex-shrink: 0;
  background-image: var(--cardBg-img, url(../image/_subPage/mainImage_blank.png));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList a::before {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_case #caseList a::before {
    width: 25%;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_case #caseList a::before {
    height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_case #caseList a::before {
    height: 170px;
  }
}
#sec_case #caseList a .body {
  padding: 15px 20px 20px;
  flex-grow: 1;
  justify-content: flex-start;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 991.98px) {
  #sec_case #caseList a .body {
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList a .body {
    width: 50%;
  }
}
#sec_case #caseList a .body p {
  color: #2F475C;
}
#sec_case #caseList a .body .cardDate {
  color: #2F475C !important;
}
#sec_case #caseList .iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList .iconList {
    gap: 2px;
  }
}
#sec_case #caseList .categoryIcon {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_10 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_1 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_11 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_14 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_12 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_13 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_19 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_20 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_21 {
  display: inline-block;
  background-color: #376e34;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_23 {
  display: inline-block;
  background-color: #239db8;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_24 {
  display: inline-block;
  background-color: #f78832;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_25 {
  display: inline-block;
  background-color: #ee6ab3;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_26 {
  display: inline-block;
  background-color: #a8b800;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_27 {
  display: inline-block;
  background-color: #ba5eb7;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .categoryIcon.cat_28 {
  display: inline-block;
  background-color: #3886ca;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
#sec_case #caseList .cardDate {
  font-size: 14px;
}
#sec_case #caseList .cardTitle {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  #sec_case #caseList .cardTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList .cardTitle {
    font-size: 16px;
  }
}
#sec_case #caseList .cardBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #sec_case #caseList .cardBlock {
    grid-template-columns: 1fr;
  }
}
#sec_case #caseList .cardBlock * {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  #sec_case #caseList .cardBlock {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_case #caseList .cardBlock {
    gap: 15px;
  }
}

#sec_case h2 {
  position: relative;
}
#sec_case h2::before {
  display: inline-block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sec_case h2::before {
    display: none;
  }
}
#sec_case h2::after {
  display: inline-block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sec_case h2::after {
    display: none;
  }
}
#sec_case h2::before {
  margin-bottom: -15px;
  margin-right: 55px;
  width: 68px;
  height: 68px;
  background-image: url(../image/_indexPage/titleIcon_case_left.svg);
}
@media screen and (max-width: 767.98px) {
  #sec_case h2::before {
    margin-bottom: -8px;
    margin-right: 30px;
    width: 52px;
    height: 52px;
  }
}
#sec_case h2::after {
  margin-bottom: -15px;
  margin-left: 55px;
  width: 68px;
  height: 68px;
  background-image: url(../image/_indexPage/titleIcon_case_right.svg);
}
@media screen and (max-width: 767.98px) {
  #sec_case h2::after {
    margin-bottom: -8px;
    margin-left: 30px;
    width: 48px;
    height: 48px;
  }
}
#sec_case .h2Block strong {
  display: inline-block;
  margin-bottom: 15px;
}

*, *:before, *:after {
  transition: all 0.15s;
  box-sizing: border-box;
  line-height: 1.4;
}

body {
  opacity: 0;
}

body, html {
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  color: #2F475C;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  body, html {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  body, html {
    font-size: 15px;
  }
}
body a,
body a:visited, html a,
html a:visited {
  color: #2E75C1;
}
body a:hover, html a:hover {
  color: #FF7A59;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1160px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

.center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.align-center {
  text-align: center;
}

.textDeco_marker_red {
  background: linear-gradient(transparent 60%, rgb(255, 203.7228915663, 191) 60%);
}

.textDeco_marker_yellow {
  background: linear-gradient(transparent 60%, #ff8 60%);
}

.textDeco_marker_blue {
  background: linear-gradient(transparent 60%, rgb(211.9784172662, 223.2014388489, 233.0215827338) 60%);
}

.leadBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.leadBlock p {
  max-width: 70%;
  line-height: 1.8;
}
@media screen and (max-width: 1199.98px) {
  .leadBlock p {
    max-width: 85%;
  }
}
@media screen and (max-width: 991.98px) {
  .leadBlock p {
    max-width: 100%;
  }
}

.m1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .m1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.m2 {
  margin-top: calc(40px * 2);
  margin-bottom: calc(40px * 2);
}
@media screen and (max-width: 767.98px) {
  .m2 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.m3 {
  margin-top: calc(40px * 3);
  margin-bottom: calc(40px * 3);
}
@media screen and (max-width: 767.98px) {
  .m3 {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.m4 {
  margin-top: calc(40px * 4);
  margin-bottom: calc(40px * 4);
}
@media screen and (max-width: 767.98px) {
  .m4 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
.m5 {
  margin-top: calc(40px * 5);
  margin-bottom: calc(40px * 5);
}
@media screen and (max-width: 767.98px) {
  .m5 {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

section {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
@media screen and (max-width: 991.98px) {
  section {
    padding-top: 13vh;
    padding-bottom: 13vh;
  }
}
@media screen and (max-width: 767.98px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991.98px) {
  #sec_plan {
    padding-top: 6vh;
    padding-bottom: 13vh;
  }
}

#sec_contact {
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  color: #fff;
}
#sec_contact a {
  color: #fff;
}
#sec_contact a:hover {
  color: rgb(255, 203.7228915663, 191);
}
#sec_contact .h2Block::before,
#sec_contact .h2Block::after {
  background-color: #fff;
}

#sec_news {
  background: linear-gradient(0deg, #F7F7F5 0%, #fff 70%);
}

#sec_case {
  background-image: url(../image/bg-grid.svg);
}

#sec_instagram {
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  color: #fff;
}
#sec_instagram a {
  color: #fff;
}
#sec_instagram a:hover {
  color: rgb(255, 203.7228915663, 191);
}
#sec_instagram .h2Block::before,
#sec_instagram .h2Block::after {
  background-color: #fff;
}

@media screen and (max-width: 991.98px) {
  #sec_footer {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#sec_privacy h2 {
  font-size: 30px;
}
#sec_privacy * {
  margin-bottom: 10px;
  text-align: justify;
}
#sec_privacy strong {
  font-weight: bold;
  margin-top: 40px;
  display: block;
  padding: 8px;
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
}
#sec_privacy ul {
  padding-left: 15px;
}
#sec_privacy ul li {
  display: flex;
  flex-direction: row;
}
#sec_privacy ul li::before {
  content: "■";
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 4px;
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
}
#sec_privacy .lead {
  margin-bottom: 60px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(47, 71, 92, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* フェードイン・アウトのアニメーションとvisibilityの変更 */
}
.modal .modalBody {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  max-width: 640px;
  width: 90%;
  animation-name: modalopen;
  animation-duration: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 575.98px) {
  .modal .modalBody {
    padding: 14px;
  }
}
.modal .modalClose {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 100vmax;
  background-color: #FF7A59;
  text-indent: -9999px;
  background-image: url(../image/icon_pekeW.svg);
  background-size: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .modal .modalClose {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767.98px) {
  .modal .modalClose {
    background-size: 16px;
  }
}
.modal .modalClose:hover {
  background-color: rgb(255, 183.2921686747, 165.5);
}

.modal.is-open { /* 表示状態のクラス */
  display: block;
  opacity: 1;
  visibility: visible;
}

@keyframes modalopen {
  from {
    opacity: 0;
    transform: translateY(-70%) translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
}
#sec_mainVisual {
  position: relative;
  padding: 0;
  height: 180px;
  background-image: url(../image/_subPage/pageTitle_left.svg), url(../image/_subPage/pageTitle_right.svg);
  background-position: right center, left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 3px solid rgb(74.5913669065, 112.6805755396, 146.0086330935);
}
@media screen and (max-width: 1199.98px) {
  #sec_mainVisual {
    height: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_mainVisual {
    height: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_mainVisual {
    background-image: none;
  }
}
@media screen and (max-width: 1599.98px) {
  #sec_mainVisual {
    background-position: right -10% center, left -10% center;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_mainVisual {
    background-position: right -20% center, left -20% center;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_mainVisual {
    background-position: right -25% center, left -25% center;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_mainVisual {
    background-position: right -50% center, left -50% center;
  }
}
@media screen and (max-width: 1399.98px) {
  #sec_mainVisual {
    background-size: 380px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_mainVisual {
    background-size: 320px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_mainVisual {
    background-size: 290px;
  }
}

#sec_mainVisual #pageTitle {
  max-width: 1160px;
  height: 100%;
  transform: translateY(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1399.98px) {
  #sec_mainVisual #pageTitle {
    max-width: 980px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_mainVisual #pageTitle {
    max-width: 700px;
  }
}
#sec_mainVisual #pageTitle::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 12px #fff solid;
  border-right: 12px #fff solid;
}

#sec_mainVisual #pageTitle {
  text-align: center;
}
#sec_mainVisual #pageTitle .jpTitle {
  font-size: 1.15em;
  font-weight: bold;
  margin-top: -10px;
}
@media screen and (max-width: 991.98px) {
  #sec_mainVisual #pageTitle .jpTitle {
    margin-top: 0px;
  }
}
#sec_mainVisual #pageTitle .enTitle {
  text-transform: uppercase;
  font-size: 68px;
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991.98px) {
  #sec_mainVisual #pageTitle .enTitle {
    font-size: 54px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_mainVisual #pageTitle .enTitle {
    font-size: 38px;
  }
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-trigger .accordion-icon {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .accordion-trigger {
    cursor: pointer;
    transition: background-color 0.2s;
  }
  .accordion-trigger.accordion-trigger:hover {
    background-color: #f8fafc;
  }
  .accordion-trigger[aria-expanded=true] .accordion-icon {
    transform: rotate(180deg);
  }
  .accordion-trigger .accordion-icon {
    display: inline-block;
    transition: transform 0.2s;
  }
}

.accordion-content {
  max-height: none;
  overflow: visible;
  transition: none;
}
@media screen and (max-width: 767.98px) {
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .accordion-content.open {
    height: 500px;
  }
}

.accordion-trigger {
  background-color: rgb(232.2316546763, 238.1712230216, 243.3683453237);
  padding: 8px 8px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 991.98px) {
  .accordion-trigger {
    font-size: 16px;
  }
}

.accordion-content {
  display: grid;
  grid-template-columns: 1fr;
}
.accordion-content li {
  border-bottom: 1px solid #2F475C;
}
.accordion-content li:hover {
  cursor: pointer;
}
.accordion-content a {
  display: inline-block;
  width: 100%;
  padding: 6px 5px;
  color: #2F475C !important;
}
@media screen and (max-width: 991.98px) {
  .accordion-content a {
    font-size: 14px;
  }
}
.accordion-content a:hover {
  background-color: rgb(232.2316546763, 238.1712230216, 243.3683453237);
}
@media screen and (max-width: 767.98px) {
  .accordion-content {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 4px;
         column-gap: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .accordion-content {
    grid-template-columns: 1fr;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.sideMenu_block {
  position: relative;
}
.sideMenu_block .menu {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .menu {
    max-height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .menu {
    position: relative;
  }
}
@media screen and (max-width: 1199.98px) {
  .sideMenu_block .menu {
    top: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .menu {
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .menu {
    align-self: stretch;
  }
}
.sideMenu_block .menu ul {
  max-height: 70vh;
  overflow-y: auto;
}

#sec_postBody {
  padding-top: 9vh;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #sec_postBody {
    padding-top: 6.5vh;
  }
}
@media (min-width: 1400px) {
  #sec_postBody .container {
    max-width: 1000px !important;
  }
}

#type-post .postHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#type-post .postHeader .postDate {
  margin-bottom: 40px;
  margin-top: -10px;
  background-color: rgb(222.1050359712, 230.6863309353, 238.1949640288);
  width: 100%;
  padding: 3px 7px;
  border-radius: 4px;
  text-align: right;
}

#type-case .postHeader,
#type-plan .postHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6em;
}
#type-case .postHeader .categoryIcon p,
#type-plan .postHeader .categoryIcon p {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background-color: #FF7A59;
  padding: 2px 16px;
  border-radius: 4px;
}
#type-case .postHeader .priceIcon,
#type-plan .postHeader .priceIcon {
  font-family: "Roboto Condensed" !important;
  letter-spacing: 0;
  font-weight: 700;
  font-style: normal;
  color: #E5523E;
  font-weight: bold;
  font-size: 66px;
  border: #E5523E 1px solid;
  border-radius: 4px;
  display: inline-block;
  padding: 0 16px;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  #type-case .postHeader .priceIcon,
  #type-plan .postHeader .priceIcon {
    font-size: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  #type-case .postHeader .priceIcon,
  #type-plan .postHeader .priceIcon {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  #type-case .postHeader .priceIcon,
  #type-plan .postHeader .priceIcon {
    padding: 0 14px;
  }
}
#type-case .postHeader .priceIcon span,
#type-plan .postHeader .priceIcon span {
  font-size: 0.7em;
}
#type-case .postHeader .priceIcon::before, #type-case .postHeader .priceIcon::after,
#type-plan .postHeader .priceIcon::before,
#type-plan .postHeader .priceIcon::after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  #type-case .postHeader .priceIcon::before, #type-case .postHeader .priceIcon::after,
  #type-plan .postHeader .priceIcon::before,
  #type-plan .postHeader .priceIcon::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  #type-case .postHeader .priceIcon::before, #type-case .postHeader .priceIcon::after,
  #type-plan .postHeader .priceIcon::before,
  #type-plan .postHeader .priceIcon::after {
    width: 26px;
    height: 26px;
  }
}
#type-case .postHeader .priceIcon::before,
#type-plan .postHeader .priceIcon::before {
  background-image: url(../image/_subPage/priceIcon_left.svg);
  margin-right: -6px;
}
#type-case .postHeader .priceIcon::after,
#type-plan .postHeader .priceIcon::after {
  background-image: url(../image/_subPage/priceIcon_right.svg);
  margin-left: -8px;
}

.post_mainImage {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-bottom: 40px;
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .post_mainImage {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.post_explanation {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .post_explanation {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.post_info {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
  padding: 30px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 767.98px) {
  .post_info {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.post_info .info_headline {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #fff;
  padding: 7px 20px;
  text-align: center;
}
.post_info .info_headline::before {
  display: none;
}
.post_info table tr {
  border-bottom: 1px solid #2F475C;
}
.post_info table th, .post_info table td {
  padding: 16px 8px;
}
@media screen and (max-width: 767.98px) {
  .post_info table th, .post_info table td {
    padding: 14px 6px;
  }
}
.post_info table th {
  font-weight: bold;
  min-width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .post_info table th {
    min-width: 140px;
  }
}
@media screen and (max-width: 575.98px) {
  .post_info table th {
    min-width: 80px;
  }
}
.post_info table td {
  width: 100%;
}

#sec_postBody .news .post_mainImage {
  max-height: 520px;
  border-radius: 16px;
}
@media screen and (max-width: 1199.98px) {
  #sec_postBody .news .post_mainImage {
    max-height: 480px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_postBody .news .post_mainImage {
    border-radius: 10px;
  }
}
#sec_postBody .news .post_mainImage img {
  display: inline-block;
  max-width: 100%;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199.98px) {
  #sec_postBody .news .post_mainImage img {
    max-height: 480px;
  }
}

#sec_postBody .case .post_mainImage, #sec_postBody .plan .post_mainImage {
  max-height: 620px;
}
@media screen and (max-width: 991.98px) {
  #sec_postBody .case .post_mainImage, #sec_postBody .plan .post_mainImage {
    max-height: 440px;
  }
}
#sec_postBody .case .post_mainImage img, #sec_postBody .plan .post_mainImage img {
  display: inline-block;
  max-width: 100%;
  max-height: 620px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  #sec_postBody .case .post_mainImage img, #sec_postBody .plan .post_mainImage img {
    max-height: 440px;
  }
}

.subImageList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  overflow: hidden;
}

#pager_container {
  margin-top: 60px;
}
#pager_container .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #pager_container .wp-pagenavi {
    gap: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  #pager_container .wp-pagenavi {
    gap: 5px;
  }
}
#pager_container .wp-pagenavi a, #pager_container .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  align-self: center;
  text-decoration: none;
  border-radius: 100vmax;
}
@media screen and (max-width: 767.98px) {
  #pager_container .wp-pagenavi a, #pager_container .wp-pagenavi span {
    width: 28px;
    height: 28px;
  }
}
#pager_container .wp-pagenavi .previouspostslink,
#pager_container .wp-pagenavi .nextpostslink {
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
}
#pager_container .wp-pagenavi .previouspostslink:hover,
#pager_container .wp-pagenavi .nextpostslink:hover {
  background-color: rgb(114.0877697842, 150.8474820144, 183.0122302158);
}
#pager_container .wp-pagenavi a {
  color: #FF7A59;
}
#pager_container .wp-pagenavi a:hover {
  background-color: rgb(255, 224.1536144578, 216.5);
}
#pager_container .wp-pagenavi .current {
  background-color: rgb(232.2316546763, 238.1712230216, 243.3683453237);
}
#pager_container span.pages {
  display: none;
}

.contactform_container {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .contactform_container {
    padding: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .contactform_container {
    gap: 20px;
  }
}

.contactform_container strong {
  display: block;
  font-weight: bold;
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
}

.contactform_container .hissu::after {
  content: "★必須";
  display: inline-block;
  color: #E5523E;
  font-size: 0.8em;
  margin-left: 0.3em;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  background-color: #E5523E;
  color: #fff !important;
  line-height: 1;
  padding: 5px;
}

form[data-status=sent] .wpcf7-response-output {
  /*
  color: $subColor;
  background-color: lighten($subColor , 50%);
  border: 1px solid $subColor !important;
  */
  display: none;
}
form[data-status=invalid] .wpcf7-response-output, form[data-status=unaccepted] .wpcf7-response-output, form[data-status=spam] .wpcf7-response-output, form[data-status=aborted] .wpcf7-response-output, form[data-status=failed] .wpcf7-response-output {
  color: rgb(255, 81.1385542169, 38);
  background-color: rgb(255, 244.5843373494, 242);
  border: 1px solid rgb(255, 81.1385542169, 38) !important;
}

/*
.wpcf7-response-output{
    border: none;
    background-color: #ffb900;
    text-align: center;
}
    */
.contactform_container .content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
@media screen and (max-width: 575.98px) {
  .contactform_container .content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .contactform_container .content {
    gap: 10px;
  }
}
.contactform_container .w-100 {
  width: 100%;
}
.contactform_container .wpcf7-form-control-wrap[data-name=contact-address] {
  margin-top: 5px;
  display: block;
}
.contactform_container .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contactform_container .wpcf7-list-item label input {
  flex-grow: 0;
  flex-shrink: 0;
}
.contactform_container .wpcf7-list-item label span {
  flex-grow: 1;
  flex-shrink: 1;
}
.contactform_container input:hover, .contactform_container .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.contactform_container .wpcf7-list-item {
  margin-left: 0 !important;
}
.contactform_container .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactform_container input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-right: 4px;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../image/_subPage/icon_check_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contactform_container input[type=checkbox]:checked {
  background-image: url(../image/_subPage/icon_check_on.svg);
}
.contactform_container input[type=email], .contactform_container input[type=text], .contactform_container input[type=tel] {
  border: none;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px 6px;
}
.contactform_container input[type=email]:hover, .contactform_container input[type=text]:hover, .contactform_container input[type=tel]:hover {
  cursor: text;
}
.contactform_container textarea {
  border: none;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px 6px;
}

.contactform_container .contactform_block {
  padding: 10px 5px;
}

.contactform_container ul {
  margin-top: 1em;
}
.contactform_container ul li {
  margin-top: 0.3em;
}
.contactform_container .exp {
  font-size: 0.8em;
}

.submitBtnSpace {
  margin-top: 40px;
}
.submitBtnSpace button {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .submitBtnSpace button {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .submitBtnSpace button {
    font-size: 15px;
  }
}

h1.categoryTitle {
  margin-bottom: 20px;
}

.postBody.news h1, .postBody.news h2, .postBody.news h3, .postBody.news h4, .postBody.news h5, .postBody.news h6, .postBody.news div, .postBody.news p, .postBody.news figure {
  margin-bottom: 20px;
}
.postBody.news .contactform_container div {
  margin-bottom: 0;
}
.postBody.news h1 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  border-bottom: 1px solid rgb(74.5913669065, 112.6805755396, 146.0086330935);
}
.postBody.news h2 {
  font-size: 1.6em;
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  font-weight: bold;
}
.postBody.news h2::before {
  content: "●";
  color: #FF7A59;
}
.postBody.news h3 {
  font-size: 1.6em;
  font-weight: bold;
}
.postBody.news h4 {
  font-size: 1.4em;
  font-weight: bold;
}
.postBody.news h5 {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  border-bottom: 1px solid rgb(74.5913669065, 112.6805755396, 146.0086330935);
}
.postBody.news h6 {
  font-size: 1.2em;
  font-weight: bold;
}

#sec_about_first {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#sec_about_first li {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 991.98px) {
  #sec_about_first li {
    border-radius: 10px;
  }
}
#sec_about_first li a, #sec_about_first li span {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 1199.98px) {
  #sec_about_first {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_about_first {
    gap: 15px;
  }
}
#sec_about_first ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_about_first ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_about_first ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul {
    gap: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_about_first ul {
    display: flex;
    overflow-x: auto; /* 横スクロールを許可 */
    white-space: nowrap; /* 子要素が折り返されないように */
  }
}
#sec_about_first ul li a {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #2F475C !important;
}
#sec_about_first ul li a:hover {
  background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
}
#sec_about_first ul li:nth-of-type(2) a, #sec_about_first ul li:nth-of-type(4) a, #sec_about_first ul li:nth-of-type(5) a, #sec_about_first ul li:nth-of-type(7) a, #sec_about_first ul li:nth-of-type(10) a, #sec_about_first ul li:nth-of-type(12) a {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  background-color: #FF7A59 !important;
}
#sec_about_first ul li:nth-of-type(2) a:hover, #sec_about_first ul li:nth-of-type(4) a:hover, #sec_about_first ul li:nth-of-type(5) a:hover, #sec_about_first ul li:nth-of-type(7) a:hover, #sec_about_first ul li:nth-of-type(10) a:hover, #sec_about_first ul li:nth-of-type(12) a:hover {
  background-color: rgb(255, 162.8614457831, 140) !important;
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul li:nth-of-type(1) a, #sec_about_first ul li:nth-of-type(4) a, #sec_about_first ul li:nth-of-type(5) a, #sec_about_first ul li:nth-of-type(8) a, #sec_about_first ul li:nth-of-type(9) a, #sec_about_first ul li:nth-of-type(12) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #2F475C !important;
  }
  #sec_about_first ul li:nth-of-type(1) a:hover, #sec_about_first ul li:nth-of-type(4) a:hover, #sec_about_first ul li:nth-of-type(5) a:hover, #sec_about_first ul li:nth-of-type(8) a:hover, #sec_about_first ul li:nth-of-type(9) a:hover, #sec_about_first ul li:nth-of-type(12) a:hover {
    background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
  }
  #sec_about_first ul li:nth-of-type(2) a, #sec_about_first ul li:nth-of-type(3) a, #sec_about_first ul li:nth-of-type(6) a, #sec_about_first ul li:nth-of-type(7) a, #sec_about_first ul li:nth-of-type(10) a, #sec_about_first ul li:nth-of-type(11) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #FF7A59 !important;
  }
  #sec_about_first ul li:nth-of-type(2) a:hover, #sec_about_first ul li:nth-of-type(3) a:hover, #sec_about_first ul li:nth-of-type(6) a:hover, #sec_about_first ul li:nth-of-type(7) a:hover, #sec_about_first ul li:nth-of-type(10) a:hover, #sec_about_first ul li:nth-of-type(11) a:hover {
    background-color: rgb(255, 162.8614457831, 140) !important;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 575.98px) {
  #sec_about_first ul li {
    flex: 0 0 auto; /* アイテムの幅が自動で決まるように */
    width: 220px;
  }
  #sec_about_first ul li:nth-of-type(odd) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #2F475C !important;
  }
  #sec_about_first ul li:nth-of-type(odd) a:hover {
    background-color: rgb(60.7956834532, 91.8402877698, 119.0043165468) !important;
  }
  #sec_about_first ul li:nth-of-type(even) a {
    font-family: "Roboto" !important;
    letter-spacing: 0.05em;
    background-color: #FF7A59 !important;
  }
  #sec_about_first ul li:nth-of-type(even) a:hover {
    background-color: rgb(255, 162.8614457831, 140) !important;
  }
}
#sec_about_first ul a, #sec_about_first ul span {
  color: #fff !important;
}
#sec_about_first ul a::before, #sec_about_first ul span::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 210px;
  height: 210px;
  border-radius: 100vmax;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399.98px) {
  #sec_about_first ul a::before, #sec_about_first ul span::before {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_about_first ul a::before, #sec_about_first ul span::before {
    width: 160px;
    height: 160px;
  }
}
#sec_about_first ul a.unitBath::before, #sec_about_first ul span.unitBath::before {
  background-image: url(../image/icon_unitBath.svg);
}
#sec_about_first ul a:hover {
  cursor: pointer;
}
#sec_about_first ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #sec_about_first ul {
    grid-template-columns: 1fr;
  }
}
#sec_about_first ul * {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  #sec_about_first ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul {
    gap: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
#sec_about_first ul li {
  background-color: #FF7A59 !important;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #sec_about_first ul li {
    width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_about_first ul li {
    width: 80%;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_about_first ul li {
    width: 100%;
  }
}
#sec_about_first ul span {
  text-align: justify;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#sec_about_first ul strong {
  font-weight: bold;
  font-size: 1.2em;
}
#sec_about_first ul span.stand::before {
  background-image: url(../image/_subPage/icon_stand.svg);
}
#sec_about_first ul span.balancing::before {
  background-image: url(../image/_subPage/icon_balancing.svg);
}
#sec_about_first ul span.goodmatch::before {
  background-image: url(../image/_subPage/icon_goodmatch.svg);
}

#sec_overview {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921);
}

#sec_overview #overview_info table {
  margin-top: calc(40px * 3);
  margin-bottom: calc(40px * 3);
}
#sec_overview #overview_info table tr {
  border-bottom: 1px solid #2F475C;
}
#sec_overview #overview_info table th, #sec_overview #overview_info table td {
  padding: 16px 8px;
}
@media screen and (max-width: 767.98px) {
  #sec_overview #overview_info table th, #sec_overview #overview_info table td {
    padding: 14px 6px;
  }
}
#sec_overview #overview_info table th {
  font-weight: bold;
  min-width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #sec_overview #overview_info table th {
    min-width: 140px;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_overview #overview_info table th {
    min-width: 80px;
  }
}
#sec_overview #overview_info table td {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #sec_overview #overview_info table {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

#sec_message {
  background-image: url(../image/bg-grid.svg);
}

#sec_message .messageContainer {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767.98px) {
  #sec_message .messageContainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_message .messageContainer {
    gap: 20px;
  }
}
#sec_message .messageContainer .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
#sec_message .messageContainer p {
  margin-bottom: 0.8em;
  text-align: justify;
}
#sec_message .messageContainer p.name {
  margin-bottom: 0;
  margin-top: auto;
  font-weight: bold;
  text-align: right;
}
#sec_message .messageContainer p.name span {
  font-size: 1.2em;
}
#sec_message .messageContainer .photo {
  flex: 0 0 300px;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  background-image: url(../image/_subPage/about_shacho.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 991.98px) {
  #sec_message .messageContainer .photo {
    flex: 0 0 280px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_message .messageContainer .photo {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_message .messageContainer .photo {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_message .messageContainer .photo {
    flex: 0 0 240px;
    min-height: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  #sec_message .messageContainer .photo {
    flex: 0 0 220px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_message .messageContainer .photo {
    background-image: url(../image/_subPage/about_shacho_s.webp);
  }
}

#sec_contact_form .telContact {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
#sec_contact_form .telContact .btn_tel {
  font-size: 1.7em;
  margin-top: 0.5em;
}
@media screen and (max-width: 575.98px) {
  #sec_contact_form .telContact .btn_tel {
    font-size: 1.3em;
  }
}

h2 {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 575.98px) {
  h2 {
    font-size: 30px;
  }
}

.h2Block {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .h2Block {
    margin-bottom: 30px;
  }
}
.h2Block h2 {
  margin-bottom: 20px;
}
.h2Block strong {
  font-size: 23px;
}
@media screen and (max-width: 767.98px) {
  .h2Block strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .h2Block strong {
    font-size: 18px;
  }
}
.h2Block::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #2F475C;
  display: inline-block;
}
.h2Block.border_none::after {
  content: "";
  display: none;
}

h3 {
  font-family: "Roboto" !important;
  letter-spacing: 0.05em;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  h3 {
    margin-bottom: 15px;
  }
}

.h3Block {
  margin-bottom: 40px;
}
.h3Block h3 {
  margin-bottom: 20px;
}
.h3Block strong {
  font-weight: bold;
}

.sideMenu_block .main .cardBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main .cardBlock {
    grid-template-columns: 1fr;
  }
}
.sideMenu_block .main .cardBlock * {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  .sideMenu_block .main .cardBlock {
    gap: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .main .cardBlock {
    gap: 15px;
  }
}
.sideMenu_block .main #post_container li {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .main #post_container li {
    border-radius: 10px;
  }
}
.sideMenu_block .main #post_container li:hover {
  background-color: rgb(228.8561151079, 235.6762589928, 241.6438848921) !important;
  transform: translateY(2px);
  box-shadow: 0px 3px 8px 0px rgba(47, 71, 92, 0.06);
  z-index: 1;
}
.sideMenu_block .main #post_container a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main #post_container a {
    flex-direction: row;
  }
}
.sideMenu_block .main #post_container a::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  flex-grow: 1;
  flex-shrink: 0;
  background-image: var(--cardBg-img, url(../image/_subPage/mainImage_blank.png));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main #post_container a::before {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .sideMenu_block .main #post_container a::before {
    width: 25%;
  }
}
@media screen and (max-width: 1399.98px) {
  .sideMenu_block .main #post_container a::before {
    height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .main #post_container a::before {
    height: 170px;
  }
}
.sideMenu_block .main #post_container a .body {
  padding: 15px 20px 20px;
  flex-grow: 1;
  justify-content: flex-start;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .main #post_container a .body {
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main #post_container a .body {
    width: 50%;
  }
}
.sideMenu_block .main #post_container a .body p {
  color: #2F475C;
}
.sideMenu_block .main #post_container a .body .cardDate {
  color: #2F475C !important;
}
.sideMenu_block .main #post_container .iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main #post_container .iconList {
    gap: 2px;
  }
}
.sideMenu_block .main #post_container .categoryIcon {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_10 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_1 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_11 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_14 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_12 {
  display: inline-block;
  background-color: #63B663;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_13 {
  display: inline-block;
  background-color: #FF7A59;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_19 {
  display: inline-block;
  background-color: #E3BE32;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_20 {
  display: inline-block;
  background-color: rgb(74.5913669065, 112.6805755396, 146.0086330935);
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_21 {
  display: inline-block;
  background-color: #376e34;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_23 {
  display: inline-block;
  background-color: #239db8;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_24 {
  display: inline-block;
  background-color: #f78832;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_25 {
  display: inline-block;
  background-color: #ee6ab3;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_26 {
  display: inline-block;
  background-color: #a8b800;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_27 {
  display: inline-block;
  background-color: #ba5eb7;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .categoryIcon.cat_28 {
  display: inline-block;
  background-color: #3886ca;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75em;
}
.sideMenu_block .main #post_container .cardDate {
  font-size: 14px;
}
.sideMenu_block .main #post_container .cardTitle {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .sideMenu_block .main #post_container .cardTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .sideMenu_block .main #post_container .cardTitle {
    font-size: 16px;
  }
}

.categoryTitle {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  padding-left: 42px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .categoryTitle {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 575.98px) {
  .categoryTitle {
    padding-left: 30px;
  }
}
.categoryTitle::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-10deg) translateY(4px);
}
@media screen and (max-width: 575.98px) {
  .categoryTitle::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .categoryTitle::before {
    top: -6px;
  }
}
@media screen and (max-width: 575.98px) {
  .categoryTitle::before {
    top: -1px;
  }
}
.categoryTitle::before {
  background-image: url(../image/icon_house1.svg);
}
.categoryTitle.page {
  margin-top: 80px;
  margin-bottom: 20px;
}
.categoryTitle.post {
  margin-top: 0;
}/*# sourceMappingURL=subPage.css.map */