@charset "UTF-8";
/*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 3.2vw);
  padding-left: var(--bs-gutter-x, 3.2vw);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: var(--bs-gutter-x, 20px);
    padding-left: var(--bs-gutter-x, 20px);
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 768px;
  }
}
@media (min-width: 960px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}
.row {
  --bs-gutter-x: 3.2vw;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.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.3333333333%;
}

.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.6666666667%;
}

.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: 10px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 40px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 40px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 80px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 80px;
}

@media (min-width: 600px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 10px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 20px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 20px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 40px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 40px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 80px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 80px;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 10px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 10px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 20px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 20px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 40px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 40px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 80px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 960px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 10px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 20px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 40px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 40px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 80px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 80px;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 10px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 40px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 40px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 80px;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 10px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 80px;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: 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: 600px) {
  .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-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-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: 960px) {
  .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-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-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-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-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;
  }
}
@media (min-width: 600px) {
  .row {
    --bs-gutter-x: 30px;
  }
  .col-sm-15 {
    width: 20%;
    float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list__item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  overflow-x: hidden;
}

#content iframe {
  display: none;
}

body, input, textarea, select {
  font-family: "Kiwi Maru", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "Yu Gothic Medium", "Yu Gothic", Osaka, sans-serif;
  line-height: 1.75;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #000;
}

/*----------------------------------------------------------
      common parts
  ----------------------------------------------------------*/
figure.img-zoom {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.img-zoom img:not(.is-keep) {
  transition: 0.3s;
  backface-visibility: hidden;
}
figure.img-zoom:hover img:not(.is-keep) {
  scale: 1.05;
}

a.img-zoom figure {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.img-zoom figure img:not(.is-keep) {
  transition: 0.3s;
  backface-visibility: hidden;
}
a.img-zoom:hover img:not(.is-keep) {
  scale: 1.05;
}
@media (max-width: 1280px) {
  a.img-zoom:hover img {
    scale: 1;
  }
}

body {
  background-color: #FFFAF4;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 300;
}

/*----------------------------------------------------------
background
----------------------------------------------------------*/
.bg01 {
  background-color: #FBF0E9;
  position: relative;
}
.bg01:before, .bg01:after {
  position: absolute;
  border-bottom-left-radius: 50vw 100px;
  border-bottom-right-radius: 50vw 100px;
  height: 40px;
  width: 100vw;
  content: "";
  display: block;
}
@media (max-width: 960px) {
  .bg01:before, .bg01:after {
    height: 20px;
    border-bottom-left-radius: 50vw 60px;
    border-bottom-right-radius: 50vw 60px;
  }
}
.bg01:before {
  top: 0;
  background-color: #FFFAF4;
}
.bg01:after {
  bottom: -40px;
  background-color: #FBF0E9;
}
@media (max-width: 960px) {
  .bg01:after {
    bottom: -20px;
  }
}

/*----------------------------------------------------------
section
----------------------------------------------------------*/
.sec-narrow {
  max-width: calc(1280px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 960px) {
  .sec-narrow {
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
  }
}
.sec-narrow h2:not(.title01) {
  font-size: 1.666em;
}
@media (max-width: 960px) {
  .sec-narrow h2:not(.title01) {
    font-size: 1.444em;
    text-align: center;
  }
}
.sec-narrow h2 {
  color: #4E2F14;
  margin-bottom: 1em;
}
.sec-narrow h3 {
  color: #F99837;
  margin-bottom: 1em;
  font-size: 1.666em;
}
@media (max-width: 960px) {
  .sec-narrow h3 {
    font-size: 1.444em;
  }
}
.sec-narrow p {
  margin-bottom: 2em;
}

.sec-narrow:not(:first-child) {
  padding: 80px 2vw;
}
@media (max-width: 960px) {
  .sec-narrow:not(:first-child) {
    padding: 80px 4vw;
  }
}

.sec__inner.is-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .sec__inner.is-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec__inner.is-flex .sec__img {
  width: 40%;
}
@media (max-width: 960px) {
  .sec__inner.is-flex .sec__img {
    width: 100%;
    padding: 0 8vw 4vw;
  }
}
.sec__inner.is-flex .sec__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.sec__inner.is-flex .sec__txt {
  width: 60%;
  padding-left: 4vw;
}
@media (max-width: 960px) {
  .sec__inner.is-flex .sec__txt {
    width: 100%;
    padding: 0;
  }
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
.title01 {
  font-size: 2em;
  color: #4E2F14;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 960px) {
  .title01 {
    font-size: 1.666em;
  }
}
.title01:after {
  content: attr(data-subtitle);
  display: block;
  font-size: 0.388em;
  color: #F99837;
}
.title01.is-horizontal {
  text-align: left;
}
.title01.is-horizontal:after {
  display: inline-block;
  margin-left: 1em;
}

/*----------------------------------------------------------
button
----------------------------------------------------------*/
.button__link--primary,
.button__link--secondary,
.button__link--standard {
  padding: 0.7em 1.6em 0.7em;
}

.button__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .button__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.button__list .button__item + .button__item {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .button__list .button__item + .button__item {
    margin: 1em auto 0;
  }
}
.button__link {
  border: 1px solid #F99837;
  background-color: #fff;
  color: #F99837;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.3em 1.5em;
  border-radius: 1.5em;
  transition: 0.3s;
}
.button__link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background-color: #F99837;
}
.button__link.is-fill {
  background-color: #F99837;
  color: #fff;
}
.button__link.is-fill:hover {
  background-color: #fff;
  color: #F99837;
  border: 1px solid #F99837;
}
.button__link.is-outline {
  background-color: #F99837;
  color: #fff;
}
.button__link.is-outline:hover {
  background-color: #fff;
  color: #F99837;
  border: 1px solid #F99837;
}
.button__link.ico-left:before {
  content: "";
  margin-right: 0.5em;
  margin-left: -0.5em;
  width: 0.8em;
  height: 0.8em;
}
.button__link.ico-right:after {
  content: "";
  margin-right: -0.5em;
  margin-left: 0.5em;
  width: 0.8em;
  height: 0.8em;
}
.button__link.ico-arrow:before, .button__link.ico-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 10.5 10.5' style='enable-background:new 0 0 10.5 10.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23F99837;}%3C/style%3E%3Cpath id='ico-arrow' class='st0' d='M5.6,10.3l4.7-4.7c0.2-0.2,0.2-0.6,0-0.8L5.6,0.2C5.5,0.1,5.4,0,5.2,0C4.9,0,4.7,0.3,4.7,0.6	c0,0.1,0.1,0.3,0.2,0.4l3.7,3.7h-8C0.3,4.7,0,4.9,0,5.2c0,0.3,0.3,0.6,0.6,0.6h8L4.8,9.5c-0.2,0.2-0.2,0.6,0,0.8	c0.1,0.1,0.2,0.2,0.4,0.2C5.4,10.5,5.5,10.4,5.6,10.3'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.button__link.ico-arrow:hover:before, .button__link.ico-arrow:hover:after {
  filter: none;
}
.button__link.ico-mail:before, .button__link.ico-mail:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-mail' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 24.2 24.2' style='enable-background:new 0 0 24.2 24.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23F99837;}%3C/style%3E%3Cpath id='ico-mail' class='st0' d='M9.1,24.2l3.3-4.5l-3.3-2.9V24.2z M24.2,0L0,12.1l7.3,1.8l10.6-7.3L10,14.9l8.2,7.3L24.2,0z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.button__link.ico-mail:hover:before, .button__link.ico-mail:hover:after {
  filter: none;
}
.button__link.ico-tel:before, .button__link.ico-tel:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-tel' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 17.8 26.7' style='enable-background:new 0 0 17.8 26.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23009946;}%3C/style%3E%3Cpath id='ico-tel' class='st0' d='M17.8,25.2l-3.9-7.6c0,0-2.2,1.1-2.3,1.1C9.1,20,4,10,6.5,8.7l2.3-1.1L4.9,0L2.6,1.2	c-8,4.2,4.7,28.9,12.9,25.2C15.6,26.3,17.8,25.2,17.8,25.2'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.button__link.ico-tel:hover:before, .button__link.ico-tel:hover:after {
  filter: none;
}
.button__link.button-s {
  border-radius: 20px;
  height: 40px;
}
.button__link.button-s:before, .button__link.button-s:after {
  width: 0.8em;
  height: 0.8em;
}
@media (max-width: 960px) {
  .button__link.button-s {
    height: 60px;
    border-radius: 30px;
    font-size: 1.222em;
  }
}
.button__link.button-m {
  border-radius: 30px;
  height: 60px;
  min-width: 300px;
}
.button__link.button-m:before, .button__link.button-m:after {
  width: 1.3em;
  height: 1.3em;
}
.button__link.is-rectangle {
  border-radius: 0;
}

.js-trigger-once {
  transition: all 0.8s ease-out;
  transform: translateY(10%);
  opacity: 0;
}

.js-trigger-once.appeared {
  transform: none;
  opacity: 1;
}

.header {
  z-index: 1;
  width: 100vw;
  position: relative;
}
.header:before, .header:after {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(../img/tree.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  position: absolute;
  top: 0;
}
@media (max-width: 1680px) {
  .header:before, .header:after {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 1540px) {
  .header:before, .header:after {
    display: none;
  }
}
.header:before {
  left: 0;
}
@media (max-width: 1680px) {
  .header:before {
    background-position: right top;
  }
}
.header:after {
  right: 0;
  transform: scale(-1, 1);
}
@media (max-width: 1680px) {
  .header:after {
    background-position: left top;
  }
}

.header__inner {
  max-width: calc(1280px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 130px;
  font-size: 700;
}
@media (max-width: 960px) {
  .header__inner {
    height: 100px;
  }
}
.header__inner .global-nav__wrap {
  margin-left: auto;
  font-weight: 500;
}

/* グローバルナビゲーション */
.global-nav {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}
@media (max-width: 960px) {
  .global-nav {
    margin: 20px 0;
  }
}
.global-nav a:hover {
  color: #F99837;
}

header.header.is-fixed {
  background-color: rgb(255, 255, 255);
}

.hamburger-button-check {
  display: none;
}

@media (max-width: 960px) {
  body.open-gnav {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .hamburger-button {
    position: fixed;
    width: 50px;
    height: 6vw;
    right: 6vw;
    top: 26px;
    z-index: 100;
  }
  .hamburger-button:after {
    content: "メニュー";
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    position: absolute;
    bottom: -26px;
    width: 50px;
    text-align: center;
  }
  .hamburger-button span {
    top: 50%;
    transform: translateY(-50%);
    margin: 1px 5px;
  }
  .hamburger-button span, .hamburger-button span:before, .hamburger-button span:after {
    content: "";
    height: 2px;
    width: 40px;
    border-radius: 1px;
    background: #000;
    display: block;
    position: absolute;
    transition: 0.3s;
  }
  .hamburger-button span:before {
    top: -0.5em;
  }
  .hamburger-button span:after {
    top: 0.4em;
  }
  .hamburger-button-check:checked + .hamburger-button span {
    background: transparent;
  }
  .hamburger-button-check:checked + .hamburger-button span:before {
    top: -0.1rem;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger-button-check:checked + .hamburger-button span:after {
    top: -0.1rem;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger-button-check:checked + .hamburger-button:after {
    content: "閉じる";
  }
  .hamburger-button-check:checked + .hamburger-button + .header-nav {
    left: 0;
    top: 0;
    background: #FFFAF4;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    min-height: -webkit-fill-available;
    height: 100vh;
    z-index: 2;
  }
  .hamburger-button-check:checked + .hamburger-button + .header-nav.is-open {
    left: -100vw;
    width: 200vw;
  }
}
.global-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1280px) {
  .global-nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .global-nav__list {
    display: block;
    padding-top: 100px;
  }
}

.global-nav__item + .global-nav__item {
  margin-left: 40px;
}
@media (max-width: 1280px) {
  .global-nav__item + .global-nav__item {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .global-nav__item + .global-nav__item {
    margin: 0;
  }
}
.global-nav__item.is-current a {
  color: #F99837;
}
@media (max-width: 1280px) {
  .global-nav__item {
    font-size: 0.888em;
  }
}
@media (max-width: 960px) {
  .global-nav__item {
    border-bottom: 1px solid #ccc;
    font-size: 1.111em;
  }
  .global-nav__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 10px;
  }
  .global-nav__item a:after {
    content: ">";
    margin-left: auto;
  }
}

.global-nav-control {
  display: none;
}

.global-nav-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  /*&:after {
    content: "";
    @include mixin.ico-arrow01;
    @include mixin.bgauto-center;
    width: 10px;
    height: 4px;
    position: relative;
    transform: rotate(180deg);
    display: block;
    margin-left: .8em;
    @include mixin.transition;
    @include bp.tb {
      transform: rotate(90deg);
      width: 2.6vw;
      height: 1.04vw;
    }
  }*/
}
.global-nav-toggle:hover {
  color: #F99837;
}

.global-nav__children {
  display: none;
}
@media (max-width: 960px) {
  .global-nav__children {
    position: absolute;
    top: 0;
    left: 100vw;
    transform: translateX(0);
    transition: 0.3s;
  }
  .global-nav__children .global-nav-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 15.625vw;
    padding-bottom: 3.91vw;
  }
  .global-nav__children .global-nav-toggle:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 10.5 10.5' style='enable-background:new 0 0 10.5 10.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23F99837;}%3C/style%3E%3Cpath id='ico-arrow' class='st0' d='M5.6,10.3l4.7-4.7c0.2-0.2,0.2-0.6,0-0.8L5.6,0.2C5.5,0.1,5.4,0,5.2,0C4.9,0,4.7,0.3,4.7,0.6	c0,0.1,0.1,0.3,0.2,0.4l3.7,3.7h-8C0.3,4.7,0,4.9,0,5.2c0,0.3,0.3,0.6,0.6,0.6h8L4.8,9.5c-0.2,0.2-0.2,0.6,0,0.8	c0.1,0.1,0.2,0.2,0.4,0.2C5.4,10.5,5.5,10.4,5.6,10.3'/%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.6vw;
    height: 1.04vw;
    position: relative;
    transform: rotate(-90deg);
    display: block;
    margin-right: 1.2em;
  }
  .global-nav__children .global-nav-toggle:after {
    display: none;
  }
}

.global-nav-control:checked + .global-nav-toggle + .global-nav__children {
  position: absolute;
  top: 133px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: calc(1920px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 10;
  background: #FFFAF4;
}
@media (max-width: 960px) {
  .global-nav-control:checked + .global-nav-toggle + .global-nav__children {
    top: 0;
    transform: translateX(0);
    left: 100vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
    width: 100vw;
  }
}

.is-noscroll .global-nav-control:checked + .global-nav-toggle + .global-nav__children {
  top: 100px;
}
@media (max-width: 960px) {
  .is-noscroll .global-nav-control:checked + .global-nav-toggle + .global-nav__children {
    top: 0;
  }
}

.is-noscroll .user-nav-control:checked + .user-nav-toggle + .fs-p-productSearch__search {
  top: 100px;
}
@media (max-width: 960px) {
  .is-noscroll .user-nav-control:checked + .user-nav-toggle + .fs-p-productSearch__search {
    top: 18.22vw;
  }
}

header.header.is-fixed .global-nav-control:checked + .global-nav-toggle + .global-nav__children {
  top: 100px;
}
@media (max-width: 960px) {
  header.header.is-fixed .global-nav-control:checked + .global-nav-toggle + .global-nav__children {
    top: 0;
    left: 100vw;
    transform: translateX(0);
    padding-bottom: 100px;
  }
}

.global-nav__children:after, .fs-p-productSearch__search:after {
  content: "";
  width: 500%;
  z-index: -2;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -250%;
  height: 100%;
  background: #FFFAF4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 960px) {
  .global-nav__children:after, .fs-p-productSearch__search:after {
    display: none;
  }
}

.global-nav-control:checked + .global-nav-toggle {
  color: #F99837;
}

.global-nav-control:checked + .global-nav-toggle:after {
  transform: rotate(360deg);
}

.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  flex-direction: row-reverse;
  width: calc(100% - 270px);
}
@media (max-width: 1280px) {
  .header-nav {
    width: calc(100% - 200px);
    font-size: 0.888em;
  }
}
@media (max-width: 960px) {
  .header-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: block;
    padding: 4vw;
    transition: 0.3s;
    transform: translateX(100%);
  }
}
.header-nav .global-nav {
  order: 3;
  width: 100%;
}
@media (max-width: 960px) {
  .header-nav .global-nav {
    order: unset;
  }
}
.header-nav .button__list {
  order: 1;
  font-size: 0.888em;
}
@media (max-width: 960px) {
  .header-nav .button__list {
    order: unset;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-nav .button__list .button-s {
    padding: 0.3em 2.5em;
  }
}
.header-nav .global-nav,
.header-nav .button__list {
  padding: 0.5em 0;
}

.local-nav {
  order: 2;
  margin-left: auto;
  padding: 0.8em 0 0;
}
@media (max-width: 960px) {
  .local-nav {
    order: unset;
    margin-left: 0;
    position: absolute;
    top: 2vw;
    left: 4vw;
  }
}
.local-nav .local-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 0.888em;
}
@media (max-width: 960px) {
  .local-nav .local-nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.local-nav .local-nav__item {
  margin-right: 3em;
}
.local-nav .local-nav__item a:hover {
  color: #F99837;
}
@media (max-width: 960px) {
  .local-nav .local-nav__item {
    margin-right: 0;
    width: 90px;
    text-align: center;
  }
  .local-nav .local-nav__item:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .local-nav .local-nav__item:nth-of-type(1):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-home' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cpath d='M11,39h7.5V26.5h11V39H37V19.5L24,9.7l-13,9.8V39z M8,42V18L24,6l16,12v24H26.5V29.5h-5V42H8z'/%3E%3C/svg%3E");
  }
  .local-nav .local-nav__item:nth-of-type(2):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-news' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cpath d='M22.6,34h3V22h-3V34z M24,18.3c0.5,0,0.9-0.2,1.2-0.5c0.3-0.3,0.5-0.7,0.5-1.1c0-0.5-0.2-0.9-0.5-1.2	C24.9,15.2,24.5,15,24,15c-0.5,0-0.9,0.2-1.2,0.5s-0.5,0.7-0.5,1.2c0,0.5,0.2,0.8,0.5,1.1C23.1,18.1,23.5,18.3,24,18.3z M24,44	c-2.8,0-5.3-0.5-7.8-1.6s-4.5-2.5-6.4-4.3s-3.2-3.9-4.3-6.4C4.5,29.3,4,26.7,4,24s0.5-5.4,1.6-7.8c1-2.4,2.5-4.5,4.3-6.3	s3.9-3.2,6.4-4.3C18.7,4.5,21.3,4,24,4s5.4,0.5,7.8,1.6c2.4,1.1,4.5,2.5,6.3,4.3s3.2,3.9,4.3,6.3c1.1,2.4,1.6,5,1.6,7.8	s-0.5,5.3-1.6,7.8c-1,2.4-2.5,4.5-4.3,6.4c-1.8,1.8-3.9,3.2-6.4,4.3S26.8,44,24,44z M24,41c4.7,0,8.7-1.7,12-5c3.3-3.3,5-7.3,5-12.1	s-1.6-8.7-4.9-12C32.8,8.6,28.7,7,24,7c-4.7,0-8.7,1.6-12,4.9C8.7,15.2,7,19.3,7,24c0,4.7,1.7,8.7,5,12C15.3,39.3,19.3,41,24,41z'/%3E%3C/svg%3E");
  }
  .local-nav .local-nav__item:nth-of-type(3):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-news' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cpath d='M9,42c-0.8,0-1.5-0.3-2.1-0.9C6.3,40.5,6,39.8,6,39V9c0-0.8,0.3-1.5,0.9-2.1S8.2,6,9,6h23.1l9.9,9.9V39	c0,0.8-0.3,1.5-0.9,2.1C40.5,41.7,39.8,42,39,42H9z M9,39h30V17.6h-8.5V9H9V39z M13.9,33.4H34v-3H13.9V33.4z M13.9,17.5H24v-3H13.9	V17.5z M13.9,25.5H34v-3H13.9V25.5z M9,9v8.6V9v30V9z'/%3E%3C/svg%3E");
  }
}

.cta__inner {
  width: 640px;
  margin: 0 auto 100px;
  border-radius: 10px;
  border: 2px solid #009946;
  background-color: #fff;
  font-weight: 500;
  position: relative;
}
.cta__inner:before, .cta__inner:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 960px) {
  .cta__inner {
    width: 90vw;
    margin: 0 auto 50px;
  }
}
.cta__inner:before {
  background-image: url(../img/birds03.png);
  width: 300px;
  height: 100px;
  transform: translate(-100%, -50%);
}
@media (max-width: 960px) {
  .cta__inner:before {
    width: 200px;
    height: 66px;
    transform: translate(0, -80%);
  }
}
.cta__inner:after {
  background-image: url(../img/tree2.png);
  width: 216px;
  height: 260px;
  right: 0;
  bottom: 0;
  transform: translate(100%, 100px);
}
@media (max-width: 960px) {
  .cta__inner:after {
    display: none;
  }
}

.cta__title {
  color: #fff;
  background-color: #009946;
  text-align: center;
  font-size: 1.222em;
  padding: 1em 0;
}
@media (max-width: 960px) {
  .cta__title {
    font-size: 1em;
  }
}

.cta-nav__list {
  padding: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .cta-nav__list {
    padding: 1.5em 1em;
  }
}
@media (max-width: 960px) {
  .cta-nav__list {
    display: block;
    padding: 0 1.5em 1.5em;
  }
  .cta-nav__list .button__link.button-m {
    min-width: 100%;
  }
}

.cta-nav__item {
  width: 50%;
}
@media (max-width: 960px) {
  .cta-nav__item {
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
}
.cta-nav__item .callink {
  font-size: 1.777em;
  color: #009946;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.cta-nav__item .callink:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-tel' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 17.8 26.7' style='enable-background:new 0 0 17.8 26.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23009946;}%3C/style%3E%3Cpath id='ico-tel' class='st0' d='M17.8,25.2l-3.9-7.6c0,0-2.2,1.1-2.3,1.1C9.1,20,4,10,6.5,8.7l2.3-1.1L4.9,0L2.6,1.2	c-8,4.2,4.7,28.9,12.9,25.2C15.6,26.3,17.8,25.2,17.8,25.2'/%3E%3C/svg%3E");
  display: inline-block;
  width: 18px;
  height: 26px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.2em;
}
.cta-nav__item .callink + time {
  display: block;
  font-size: 0.777em;
  color: #5B5B5B;
}
.cta-nav__item .button__link.ico-mail:before {
  width: 18px;
  height: 18px;
}

.footer-body__inner {
  max-width: calc(1280px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .footer-body__inner {
    display: block;
  }
}
.footer-body__inner .footer-info {
  width: 40%;
}
@media (max-width: 960px) {
  .footer-body__inner .footer-info {
    width: 100%;
    text-align: center;
  }
}
.footer-body__inner .footer-info .ja {
  font-size: 1.222em;
  display: block;
  line-height: 1;
}
.footer-body__inner .footer-info .en {
  font-size: 0.555em;
}
.footer-body__inner .footer-info address {
  padding-top: 20px;
  font-size: 0.888em;
}
.footer-body__inner .footer-nav {
  width: 50%;
}
@media (max-width: 960px) {
  .footer-body__inner .footer-nav {
    width: 100%;
  }
}
.footer-body__inner .footer-nav__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 0.888em;
}
@media (max-width: 960px) {
  .footer-body__inner .footer-nav__list {
    display: none;
  }
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(4) {
  grid-area: 4/1/5/2;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(5) {
  grid-area: 1/2/2/3;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(6) {
  grid-area: 2/2/3/3;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(7) {
  grid-area: 3/2/4/3;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(8) {
  grid-area: 1/3/2/4;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(9) {
  grid-area: 2/3/3/4;
}
.footer-body__inner .footer-nav__list .footer-nav__item:nth-of-type(10) {
  grid-area: 3/3/4/4;
}
.footer-body__inner .footer-nav__list .footer-nav__item {
  padding-left: 1em;
}
.footer-body__inner .footer-nav__list .footer-nav__item:before {
  content: ">";
  margin: 0 0.5em 0 -1em;
}
.footer-body__inner .footer-nav__list .footer-nav__item a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-body__inner .copyright {
  text-align: right;
  font-size: 0.555em;
  width: 100%;
  padding: 0 4vw 50px 0;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .footer-body__inner .copyright {
    transform: translateY(0);
    text-align: center;
    padding: 30px 4vw;
  }
}

.pagetop {
  position: fixed;
  right: 4vw;
  bottom: -40vw;
  transition: 0.3s;
  z-index: 3;
}
.pagetop a {
  font-size: 0;
  background-color: #A3CB10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.pagetop a:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 10.5 10.5' style='enable-background:new 0 0 10.5 10.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23F99837;}%3C/style%3E%3Cpath id='ico-arrow' class='st0' d='M5.6,10.3l4.7-4.7c0.2-0.2,0.2-0.6,0-0.8L5.6,0.2C5.5,0.1,5.4,0,5.2,0C4.9,0,4.7,0.3,4.7,0.6	c0,0.1,0.1,0.3,0.2,0.4l3.7,3.7h-8C0.3,4.7,0,4.9,0,5.2c0,0.3,0.3,0.6,0.6,0.6h8L4.8,9.5c-0.2,0.2-0.2,0.6,0,0.8	c0.1,0.1,0.2,0.2,0.4,0.2C5.4,10.5,5.5,10.4,5.6,10.3'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
  display: block;
}

.pagedown .pagetop {
  bottom: 4vw;
}

.footer-body {
  background-color: #A3CB10;
}
.footer-body:before {
  content: "";
  background-image: url(../img/grasses.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top;
  height: 44px;
  display: block;
  width: 100vw;
  position: relative;
  top: -44px;
}
.footer-body * {
  color: #fff;
}

.index-page .header .site-logo {
  padding: 90px 0 20px;
  width: 270px;
  display: block;
  text-align: center;
  background-color: #FFFAF4;
  border-bottom-right-radius: 90px;
  margin-left: -50px;
}
@media (max-width: 1280px) {
  .index-page .header .site-logo {
    width: 200px;
    padding: 90px 2vw 20px;
    margin-left: -2vw;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 960px) {
  .index-page .header .site-logo {
    width: 140px;
    padding: 2vw;
    border-bottom-right-radius: 30px;
  }
}
.index-page .header .site-logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 960px) {
  .index-page .header .site-logo img {
    margin: 0 auto;
    max-width: 80px;
  }
}
.index-page .header .site-logo .site-title {
  width: 100%;
  text-align: center;
  font-size: 0.888em;
}
@media (max-width: 1280px) {
  .index-page .header .site-logo .site-title {
    font-size: 0.722em;
    letter-spacing: normal;
  }
}
@media (max-width: 960px) {
  .index-page .header .site-logo .site-title {
    font-size: 10px;
  }
}

.mv {
  position: relative;
  margin-bottom: 120px;
  background: url(../img/mv_bg.png) repeat-x top;
  background-size: auto 100%;
}
@media (max-width: 960px) {
  .mv {
    margin-bottom: 40px;
  }
}
.mv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display: block;
  content: "";
  background-color: #FFFAF4;
}
@media (max-width: 960px) {
  .mv {
    margin-top: -30px;
  }
}

.mv__inner {
  max-width: calc(1280px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 960px) {
  .mv__inner {
    padding: 0;
  }
}

.mv__text {
  position: absolute;
  top: 50%;
  font-size: 3.111em;
  color: #4E2F14;
  left: 1.5em;
  transform: translateY(-50%);
  font-weight: normal;
}
@media (max-width: 960px) {
  .mv__text {
    font-size: 1.777em;
    line-height: 1.5;
    left: 4vw;
  }
}
.mv__text:after {
  content: attr(data-subtitle);
  font-size: 0.357em;
  display: block;
  color: #F99837;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (max-width: 960px) {
  .mv__text:after {
    padding-top: 1em;
  }
}

.mv__img img {
  border-bottom-left-radius: 90px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .mv__img img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

.sec-intro {
  position: relative;
  margin: 80px auto;
}
@media (max-width: 960px) {
  .sec-intro {
    margin: 60px auto;
  }
}
.sec-intro:before, .sec-intro:after {
  content: "";
  position: absolute;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sec-intro:before {
  background-image: url(../img/birds01.png);
  width: 220px;
  height: 84px;
  top: -50px;
}
@media (max-width: 960px) {
  .sec-intro:before {
    width: 150px;
    height: 40px;
    top: -30px;
  }
}
.sec-intro:after {
  background-image: url(../img/birds02.png);
  width: 150px;
  height: 145px;
  top: -80px;
  right: 0;
}
@media (max-width: 960px) {
  .sec-intro:after {
    width: 100px;
    height: 96px;
    top: -20px;
  }
}

.sec-services .sec__inner {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .sec-services .sec__inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.sec-services .service__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-services .service__list.is-trio .service__item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 960px) {
  .sec-services .service__list.is-trio .service__item {
    width: 100%;
  }
}
.sec-services .service__list.is-quad .service__item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 960px) {
  .sec-services .service__list.is-quad .service__item {
    width: 100%;
  }
}
.sec-services .service__item {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sec-services .service__item a {
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  display: block;
  position: relative;
}
.sec-services .service__item a:hover {
  opacity: 0.7;
}
.sec-services .service__item a:after {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #F6EFE8 transparent;
  border-bottom-right-radius: 10px;
}
@media (max-width: 960px) {
  .sec-services .service__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec-services .service__item figure {
  overflow: hidden;
}
.sec-services .service__item p {
  font-size: 1.333em;
  padding: 1em 0 0;
  color: #4E2F14;
  font-weight: 500;
}
@media (max-width: 960px) {
  .sec-services .service__item p {
    font-size: 1.222em;
  }
}
.sec-services .service__item p:after {
  content: attr(data-subtitle);
  display: block;
  font-size: 0.388em;
  color: #F99837;
}
.sec-services .service__item img {
  width: 100%;
  height: auto;
}
.sec-services .service__item:last-child {
  margin-right: 0;
}
.sec-services .service__item:nth-of-type(1), .sec-services .service__item:nth-of-type(2), .sec-services .service__item:nth-of-type(3) {
  width: calc((100% - 40px) / 3);
}
.sec-services .service__item:nth-of-type(4), .sec-services .service__item:nth-of-type(5), .sec-services .service__item:nth-of-type(6), .sec-services .service__item:nth-of-type(7) {
  width: calc((100% - 60px) / 4);
}

.latest-post__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .latest-post__list {
    display: block;
  }
}
.latest-post__list .latest-post__item {
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
  font-weight: 500;
}
@media (max-width: 960px) {
  .latest-post__list .latest-post__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2vw;
    overflow: hidden;
  }
}
.latest-post__list .latest-post__item:last-child {
  margin-right: 0;
}
.latest-post__list .latest-post__item a {
  transition: 0.3s;
}
.latest-post__list .latest-post__item a:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .latest-post__list .latest-post__item a {
    background: #fff;
    display: block;
    border-radius: 2vw;
    overflow: hidden;
  }
}
.latest-post__list .latest-post__item a figure {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.latest-post__list .latest-post__item a figure:before {
  content: "";
  display: block;
}
.latest-post__list .latest-post__item a figure img, .latest-post__list .latest-post__item a figure source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 960px) {
  .latest-post__list .latest-post__item a figure {
    border-radius: 2vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 1em;
  }
}
.latest-post__list .latest-post__item a figure:before {
  padding-top: 61.5384%;
}
.latest-post__list .latest-post__item a img {
  width: 100%;
  height: auto;
}
.latest-post__list .latest-post__item a time {
  color: #F99837;
  font-size: 0.777em;
  display: block;
  padding: 0.5em 0;
  margin: 0 10px;
}
@media (max-width: 960px) {
  .latest-post__list .latest-post__item a time {
    display: inline-block;
  }
}
.latest-post__list .latest-post__item a .cat {
  background: #fff;
  color: #009946;
  padding: 0.3em 0.8em;
  font-size: 0.777em;
  margin: 0 10px;
}
.latest-post__list .latest-post__item a p {
  color: #4E2F14;
  padding: 0.5em 0;
  margin: 0 10px;
}
@media (max-width: 960px) {
  .latest-post__list .latest-post__item a p {
    padding: 0 0 1em;
  }
}

.under-page .header .site-logo {
  padding: 30px 0 0;
  width: 180px;
  display: block;
  text-align: center;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .under-page .header .site-logo {
    width: 180px;
    padding: 30px 0 0;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 960px) {
  .under-page .header .site-logo {
    width: 140px;
    padding: 2vw;
    border-bottom-right-radius: 30px;
  }
}
.under-page .header .site-logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .under-page .header .site-logo img {
    max-width: 120px;
  }
}
@media (max-width: 960px) {
  .under-page .header .site-logo img {
    margin: 0 auto;
    max-width: 80px;
  }
}
.under-page .header .site-logo .site-title {
  width: 100%;
  text-align: center;
  font-size: 0.777em;
}
@media (max-width: 1280px) {
  .under-page .header .site-logo .site-title {
    font-size: 0.777em;
    letter-spacing: normal;
  }
}
@media (max-width: 960px) {
  .under-page .header .site-logo .site-title {
    font-size: 10px;
  }
}
.under-page .header .header__inner {
  height: 100px;
}

.page-head {
  position: relative;
  z-index: 0;
}
.page-head:after {
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 50vw 100px;
  border-bottom-right-radius: 50vw 100px;
  height: 30px;
  width: 100vw;
  content: "";
  display: block;
  top: 0;
  background-color: #FFFAF4;
}
@media (max-width: 960px) {
  .page-head:after {
    height: 10px;
    border-bottom-left-radius: 50vw 10px;
    border-bottom-right-radius: 50vw 10px;
  }
}

.page-head__inner {
  text-align: center;
}
.page-head__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.page-title {
  color: #000;
  position: absolute;
  text-align: left;
  width: 100%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 3.111em;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
  color: #4E2F14;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 960px) {
  .page-title {
    font-size: 1.666em;
  }
}
.page-title:after {
  content: attr(data-title);
  display: block;
  white-space: nowrap;
  padding-bottom: 0.1em;
  font-size: 0.357em;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #F99837;
}

.page-head {
  margin: 0 auto;
}

.page-head__inner {
  position: relative;
}

.page-head__img {
  height: 400px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .page-head__img {
    height: 200px;
  }
}
.page-head__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.site-breadcrumbs {
  position: relative;
  max-width: calc(1280px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.888em;
}
@media (max-width: 960px) {
  .site-breadcrumbs {
    padding: 10px 4vw;
    font-size: 0.666em;
  }
}

.breadcrumb__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
@media (max-width: 960px) {
  .breadcrumb__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.breadcrumb__list .breadcrumb__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb__list .breadcrumb__item:not(:last-child):after {
  content: ">";
  margin: 0 0.8em 0 1em;
}

.postEdit {
  margin-bottom: 120px;
}
.postEdit .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding: 4vw 0;
  }
}
.postEdit .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 4vw 0;
  }
}
.postEdit .wp-block-media-text .wp-block-media-text__media {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text .wp-block-media-text__media {
    border-radius: 2vw;
  }
}
.postEdit .wp-block-media-text + .wp-block-media-text {
  margin: 80px auto;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text + .wp-block-media-text {
    margin: 40px auto;
  }
}
.postEdit .wp-block-media-text.is-box01 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.postEdit .wp-block-media-text.is-box01 .wp-block-media-text__media {
  overflow: unset;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text.is-box01 {
    border-radius: 2vw;
  }
}
.postEdit .wp-block-media-text.is-box01:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 8%;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text.is-box01:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding: 4vw;
  }
}
.postEdit .wp-block-media-text.is-box01.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 8%;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text.is-box01.has-media-on-the-right .wp-block-media-text__content {
    padding: 4vw;
  }
}
.postEdit .wp-block-buttons.is-layout-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .postEdit .wp-block-buttons.is-layout-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.postEdit .wp-block-buttons .wp-block-button + .wp-block-button {
  margin-left: 1em;
}
@media (max-width: 960px) {
  .postEdit .wp-block-buttons .wp-block-button + .wp-block-button {
    margin: 1em auto;
  }
}
.postEdit .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.7em 1.6em 0.7em;
  border: 1px solid #F99837;
  background-color: #fff;
  color: #F99837;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.3em 1.5em;
  border-radius: 1.5em;
  transition: 0.3s;
}
.postEdit .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background-color: #F99837;
}
.postEdit .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 10.5 10.5' style='enable-background:new 0 0 10.5 10.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%23F99837;}%3C/style%3E%3Cpath id='ico-arrow' class='st0' d='M5.6,10.3l4.7-4.7c0.2-0.2,0.2-0.6,0-0.8L5.6,0.2C5.5,0.1,5.4,0,5.2,0C4.9,0,4.7,0.3,4.7,0.6	c0,0.1,0.1,0.3,0.2,0.4l3.7,3.7h-8C0.3,4.7,0,4.9,0,5.2c0,0.3,0.3,0.6,0.6,0.6h8L4.8,9.5c-0.2,0.2-0.2,0.6,0,0.8	c0.1,0.1,0.2,0.2,0.4,0.2C5.4,10.5,5.5,10.4,5.6,10.3'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  content: "";
  margin-right: -0.5em;
  margin-left: 0.5em;
  width: 0.8em;
  height: 0.8em;
}
.postEdit .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
  filter: brightness(0) invert(1);
}
.postEdit .wp-block-gallery {
  margin: 80px auto;
}
@media (max-width: 960px) {
  .postEdit .wp-block-gallery {
    margin: 40px auto;
  }
}
.postEdit .wp-block-gallery.has-nested-images figure.wp-block-image + .wp-block-image {
  margin-left: 1em !important;
}
.postEdit .wp-block-gallery.is-layout-flex {
  display: flex;
}
.postEdit .wp-block-gallery .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
.postEdit .wp-block-gallery .wp-block-image + .wp-block-image {
  margin-left: 1em;
}
@media (max-width: 960px) {
  .postEdit .wp-block-gallery .wp-block-image {
    border-radius: 2vw;
  }
}
.postEdit .wp-block-table {
  margin: 80px auto;
  background-color: #fff;
  padding: 1.5em;
}
@media (max-width: 960px) {
  .postEdit .wp-block-table {
    margin: 40px auto;
  }
}
@media (max-width: 960px) {
  .postEdit .wp-block-table {
    padding: 2vw;
  }
}
.postEdit .wp-block-table table {
  border: none;
  border-top: 1px solid #E5E5E5;
}
.postEdit .wp-block-table table thead, .postEdit .wp-block-table table tfoot {
  border: none;
}
.postEdit .wp-block-table table th, .postEdit .wp-block-table table td {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 2em;
}
@media (max-width: 960px) {
  .postEdit .wp-block-table table th, .postEdit .wp-block-table table td {
    padding: 2vw;
  }
}
@media (max-width: 960px) {
  .postEdit .wp-block-table.outline th, .postEdit .wp-block-table.outline td {
    display: block;
    border: none;
    font-weight: 500;
    color: #4E2F14;
  }
  .postEdit .wp-block-table.outline td + td {
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    color: #000;
  }
}
.postEdit .wp-block-heading + .wp-block-table {
  margin: 40px auto 80px;
}
@media (max-width: 960px) {
  .postEdit .wp-block-heading + .wp-block-table {
    margin: 20px auto 40px;
  }
}
.postEdit .history li {
  padding-left: 2em;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .postEdit .history li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .postEdit .history li strong {
    display: block;
  }
}
.postEdit .history li:before {
  content: "●";
  color: #4E2F14;
  font-size: 1em;
  margin: 0 0.5em 0 -1.5em;
}
.postEdit h2.wp-block-heading {
  font-size: 2em;
  margin-top: 4em;
  color: #4E2F14;
  text-align: left;
  font-weight: 500;
}
.postEdit h2.wp-block-heading:first-child {
  margin-top: 0;
}
@media (max-width: 960px) {
  .postEdit h2.wp-block-heading {
    font-size: 1.444em;
  }
}
.postEdit h2.wp-block-heading.has-text-align-right {
  text-align: right;
}
.postEdit h2.wp-block-heading.has-text-align-center {
  text-align: center;
}
.postEdit h2.wp-block-heading:after {
  content: attr(id);
  display: block;
  font-size: 0.388em;
  color: #F99837;
}
.postEdit h2.wp-block-heading.is-horizontal {
  text-align: left;
}
.postEdit h2.wp-block-heading.is-horizontal:after {
  display: inline-block;
  margin-left: 1em;
}

.post-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-bottom: 1px solid #E5E5E5;
}

.sec-narrow h2.post__title {
  width: 100%;
  line-height: 1.5;
  font-size: 2.222em;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .sec-narrow h2.post__title {
    font-size: 1.666em;
    text-align: left;
  }
}

.post__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.post__time {
  padding-top: 0.2em;
  font-weight: bold;
}
.post__time:after {
  content: "-";
  padding: 0 1em;
}

.post__cat {
  padding: 0.2em 0;
}

.archive-title {
  color: #fff;
  background: #FFFAF4;
  font-weight: 700;
}

.post__item-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.post__item-img:before {
  content: "";
  display: block;
}
.post__item-img img, .post__item-img source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
}
.post__item-img:before {
  padding-top: 66.6666%;
}

.post__item {
  border-top: 1px solid #E5E5E5;
}
.post__item a {
  transition: 0.3s;
}
.post__item a:hover {
  opacity: 0.7;
}
.post__item a .post__item-time {
  font-weight: 700;
}
.post__item a .post__item-time:after {
  content: "｜";
  color: #FFFAF4;
}
.post__item a .post__item-cat {
  color: #FFFAF4;
}
.post__item a .post__item-text {
  font-weight: 700;
}

.wp-pagenavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 5px;
  border: 1px solid #4E2F14;
}
.wp-pagenavi a {
  color: #4E2F14;
  background: #fff;
}
.wp-pagenavi .extend {
  background: #E5E5E5;
}
.wp-pagenavi .current {
  color: #fff;
  background: #4E2F14;
}

.previouspostslink:before, .nextpostslink:before {
  content: "";
  display: inline-block;
}

.previouspostslink:before {
  transform: scale(-1, 1);
}

.nextpostslink:before {
  transform: scale(1, 1);
}

.under-2column .entry-post h2 {
  border: none;
  padding-top: 0;
}
.under-2column .entry-post a {
  text-decoration: underline;
}
.under-2column .entry-post h2 + ul, .under-2column .entry-post h2 + ol, .under-2column .entry-post h3 + ul, .under-2column .entry-post h3 + ol, .under-2column .entry-post h4 + ul, .under-2column .entry-post h4 + ol, .under-2column .entry-post h5 + ul, .under-2column .entry-post h5 + ol, .under-2column .entry-post h6 + ul, .under-2column .entry-post h6 + ol {
  margin-top: -0.5em;
}
.under-2column .entry-post .entry-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-2column .entry-post .entry-info .post-time {
  font-weight: 700;
}
.under-2column .entry-post .entry-info .post-time:after {
  content: "｜";
  color: #FFFAF4;
}
.under-2column .entry-post .entry-info .post-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.under-2column .entry-post .entry-info .post-tag {
  width: 100%;
}
.under-2column .entry-post .entry-info .post-tag li {
  background: #E5E5E5;
  padding: 0 0.3em;
}

.otherpost__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
}
.otherpost__list li {
  width: 33%;
  border: none;
}
.otherpost__list li:before {
  display: none;
}
.otherpost__list li a {
  color: #4E2F14;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 2.5em;
}
.otherpost__list .prev {
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.otherpost__list .prev a:before {
  content: "→";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s;
  background-repeat: no-repeat;
}
.otherpost__list .next {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.otherpost__list .next a:after {
  content: "→";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.otherpost {
  line-height: 1.6;
  border-top: 1px solid #4E2F14;
  margin-top: 4em;
}

.tolist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tolist a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.tolist a:hover {
  text-decoration: none;
}

.post-archive__list {
  border-top: 1px solid #E5E5E5;
}

.post-archive__item {
  border-bottom: 1px solid #E5E5E5;
}
.post-archive__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.post-archive__item a:after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-archive__item a .post-archive__date {
  text-transform: uppercase;
  font-weight: 700;
}
.post-archive__item a .post-archive__date:after {
  content: "-";
  padding: 0 0.5em;
}
.post-archive__item a .post-archive__cat {
  padding: 0.1em 0;
  font-size: 0.88em;
}
.post-archive__item a .post-archive__title {
  line-height: 1.5;
}

.monthlyarchive__label {
  font-weight: 700;
  content: attr(data-title);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.monthlyarchive ul {
  padding: 1em 0 1em 1em;
}

.monthlyarchive ul.cat > li {
  padding-left: 1.5rem;
}
.monthlyarchive ul.cat > li:not(:last-of-type) {
  margin-bottom: 1em;
}
.monthlyarchive ul.cat > li:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0.6rem;
  color: #009946;
  display: inline-block;
  position: relative;
  top: 0;
  font-weight: bold;
  text-align: center;
  line-height: 12px;
  margin: 0 1em 0 -1.2em;
}
.monthlyarchive ul.cat > li ul li:before {
  background: #4E2F14;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 0;
}

.monthlyarchive ul.tag > li {
  display: inline-block;
  border: 2px solid #E3E3E3;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em 0.8em;
}

.monthlyarchive__select {
  font-weight: 700;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='select-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 14 8' style='enable-background:new 0 0 14 8;' xml:space='preserve'%3E%3Cpath id='_' d='M14,1.1L12.9,0L7,5.8L1.1,0L0,1.1L7,8L14,1.1z'/%3E%3C/svg%3E");
  background-size: 8px 14px;
  background-position: right 22px center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}

.post-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.post-img:before {
  content: "";
  display: block;
}
.post-img img, .post-img source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
}
.post-img img {
  width: 100%;
  height: auto;
}

.blog-column {
  margin: 0 2vw 60px;
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog-column .blog-contents {
  width: calc(100% - 310px);
}
.blog-column .blog-side {
  width: 250px;
}

.post-archive__item a {
  padding: 30px 20px 30px 0;
  transition: 0.3s;
}
.post-archive__item a:hover {
  opacity: 0.7;
}
.post-archive__item a:hover .post-archive__title {
  text-decoration: underline;
}
.post-archive__item a:after {
  width: 22px;
  height: 10px;
  right: 20px;
}
.post-archive__item a .post-img {
  width: 160px;
  height: 160px;
}
.post-archive__item a .post-text {
  width: calc(100% - 180px);
}
.post-archive__item a .post-archive__title {
  padding-right: 20px;
  flex-basis: calc(100% - 150px);
  padding-top: 2em;
}

.monthlyarchive {
  padding: 0 0 30px;
}

.monthlyarchive__label {
  padding: 0 5px 20px;
}

.monthlyarchive__select {
  padding: 20px 25px;
  cursor: pointer;
}

.post-header {
  margin-bottom: 60px;
}

.post__title {
  padding: 20px 0;
}

.archive-title {
  padding: 22px 25px;
  margin-bottom: 40px;
}

.post__item a {
  padding: 38px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.post__item:last-child {
  margin-bottom: 10px;
}

.post__item-img {
  width: 240px;
  margin-right: 40px;
}

.post__item-body {
  width: calc(100% - 280px);
}

.post__item-info {
  padding: 20px 0;
}

.post__item-time:after {
  padding: 0 1em;
}

.post__item-text {
  padding: 10px 0;
}

.wp-pagenavi {
  padding: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 48px;
}

.otherpost {
  padding: 2em 0 0;
}
.otherpost a.button {
  color: #4E2F14;
}
.otherpost + .otherpost {
  padding-top: 0;
  margin-top: -60px;
}

.otherpost__list {
  padding: 20px;
  height: 90px;
  margin: 0 auto;
}
.otherpost__list + .wp-block-buttons .back-button {
  padding: 40px 0 10px;
}
.otherpost__list li {
  padding: 0;
}
.otherpost__list li a.button {
  width: 200px;
  height: 50px;
  padding: 0 12px;
  color: #4E2F14;
}

.tolist {
  margin: -68px auto 0;
  max-width: 180px;
}
.tolist a {
  height: 50px;
  width: 180px;
  color: #4E2F14;
}

.under-2column .entry-post .wp-block-media-text {
  margin: 40px auto;
}
.under-2column .entry-post .entry-info {
  margin: -20px 0 50px;
}
.under-2column .entry-post .entry-info .post-time:after {
  padding: 0 1em;
}
.under-2column .entry-post .entry-info .post-tag {
  padding: 1em 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-2column .entry-post .entry-info .post-tag li {
  padding: 0.4em 0.8em;
  margin: 0 0 1em 1em;
}
.under-2column .entry-post .entry-info .post-cat a:hover {
  text-decoration: none;
}

.postEdit .wp-block-media-text {
  margin: 80px auto;
}
@media (max-width: 960px) {
  .postEdit .wp-block-media-text {
    margin: 40px auto;
  }
}
.postEdit .wp-block-heading + .wp-block-media-text {
  margin: 40px auto 80px;
}
@media (max-width: 960px) {
  .postEdit .wp-block-heading + .wp-block-media-text {
    margin: 20px auto 40px;
  }
}
.postEdit .wp-block-group + .wp-block-group {
  margin: 80px auto;
}
@media (max-width: 960px) {
  .postEdit .wp-block-group + .wp-block-group {
    margin: 40px auto;
  }
}

@media (max-width: 960px) {
  .blog-column {
    display: block;
    padding-top: 10px;
  }
  .blog-column .blog-contents {
    width: 100%;
  }
  .blog-column .blog-side {
    width: 100%;
  }
  .post-archive__list {
    padding: 15px 0 0;
    margin-bottom: 20px;
  }
  .post-archive__item a {
    padding: 15px 0;
  }
  .post-archive__item a .post-archive__date {
    padding: 0 20px 0 0;
    display: block;
    font-size: 0.77em;
  }
  .post-archive__item a .post-archive__date:after {
    display: none;
  }
  .post-archive__item a .post-archive__title {
    padding-right: 0;
    flex-basis: calc(100% - 100px);
    padding-top: 1em;
    margin-bottom: 0;
  }
  .post-archive__item .post-img {
    width: 140px;
    height: 118px;
  }
  .post-archive__item .post-text {
    width: calc(100% - 160px);
  }
  .blog-side {
    padding: 10px 0;
    margin: 20px 0 0;
  }
  .monthlyarchive {
    padding: 15px 0;
  }
  .monthlyarchive__label {
    padding: 0 5px;
    width: 8em;
    width: 100%;
  }
  .monthlyarchive__select {
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    margin-top: 1em;
  }
  .post-header {
    margin-bottom: 20px;
  }
  .post__title {
    padding: 15px 0;
  }
  .archive-title {
    padding: 15px;
    margin-bottom: 20px;
  }
  .post__item a {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post__item:last-child {
    margin-bottom: 10px;
  }
  .post__item-img {
    width: 120px;
    margin-right: 20px;
  }
  .post__item-body {
    width: calc(100% - 140px);
  }
  .post__item-info {
    padding: 0 0 10px;
  }
  .post__item-time:after {
    padding: 0 0.5em;
  }
  .post__item-text {
    padding: 0 0;
  }
  .wp-pagenavi {
    padding: 50px 0 10px 0;
    position: relative;
    margin-bottom: 10px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    height: 30px;
    margin: 0 2px 4px;
    transition: 0.3s;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: calc(50% - 5px);
    position: absolute;
    top: 10px;
    border-radius: 5px;
  }
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
  .otherpost {
    margin: 10px 0;
    line-height: 1.6;
  }
  .otherpost .otherpost__list {
    padding: 10px 0;
    position: relative;
  }
  .otherpost .otherpost__list + .wp-block-buttons .back-button {
    padding: 10px 0 40px;
  }
  .otherpost .otherpost__list li {
    padding: 0;
    width: calc(50% - 5px);
  }
  .otherpost .otherpost__list li.prev {
    margin-right: 5px;
  }
  .otherpost .otherpost__list li.prev a {
    padding: 0;
  }
  .otherpost .otherpost__list li.next {
    margin-left: 5px;
  }
  .otherpost .otherpost__list li.next a {
    padding: 0;
  }
  .otherpost .otherpost__list li {
    padding: 0 !important;
  }
  .otherpost .otherpost__list a {
    width: 160px;
    height: 35px;
    padding: 0 12px;
  }
  .tolist {
    margin: 0 auto;
  }
  .tolist a {
    height: 40px;
    width: 180px;
    color: #4E2F14;
  }
  .under-2column .entry-post .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  .under-2column .entry-post .entry-info {
    margin: -10px 0 40px;
  }
  .under-2column .entry-post .entry-info .post-time:after {
    padding: 0 0.5em;
  }
  .under-2column .entry-post .entry-info .post-tag {
    padding: 10px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-2column .entry-post .entry-info .entry-info .post-tag li {
    margin: 0 1em 1em 0;
    padding: 0.2em 0.5em;
  }
}
.wp-block-group.form__head {
  padding-top: 0;
  font-weight: 700;
}

.mw_wp_form .wp-block-table td, .mw_wp_form .wp-block-table th {
  border: none;
}
.mw_wp_form .wp-block-table th, .mw_wp_form .wp-block-table td {
  border-top: 1px solid #D4E0F1;
}
.mw_wp_form table {
  border-top: none;
  margin-bottom: 0;
}
.mw_wp_form table th {
  position: relative;
  font-weight: normal;
}
.mw_wp_form .l-confirm__button {
  border: none !important;
}
.mw_wp_form .l-confirm__button .btn {
  border: none !important;
  padding: 0;
}
.mw_wp_form .l-confirm__button .btn:before {
  display: none;
}
.mw_wp_form .l-confirm__button .back {
  background: #E5E5E5;
  margin-top: 1em;
  color: #5B5B5B;
  border: none;
}

.sec-form form {
  background: #fff;
  padding-bottom: 40px;
}

.form__head {
  text-align: left;
}

.p-form-note {
  display: block;
}

.form__head {
  padding-top: 0;
}

.l-mailform input[type=text], .l-mailform input[type=tel], .l-mailform input[type=email], .l-mailform textarea, .l-mailform select {
  width: 100%;
  background: #F6F6F6;
}
.l-mailform input[type=text]:focus, .l-mailform input[type=tel]:focus, .l-mailform input[type=email]:focus, .l-mailform textarea:focus, .l-mailform select:focus {
  background: #E5E5E5;
}
.l-mailform input[type=text].field-error, .l-mailform input[type=tel].field-error, .l-mailform input[type=email].field-error, .l-mailform textarea.field-error, .l-mailform select.field-error {
  background: #C00;
}
.l-mailform .is-error input[type=text], .l-mailform .is-error input[type=tel], .l-mailform .is-error input[type=email], .l-mailform .is-error textarea, .l-mailform .is-error select {
  background: #C00;
}
.l-mailform input[type=radio], .l-mailform input[type=checkbox], .l-mailform input[type=file] {
  display: none;
}
.l-mailform label {
  position: relative;
}
.l-mailform .mwform-radio-field-text, .l-mailform .mwform-checkbox-field-text {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0px 0;
  padding: 2px 4px 2px 30px;
  background-color: none;
  vertical-align: middle;
  cursor: pointer;
}
.l-mailform .mwform-radio-field-text:before, .l-mailform .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  opacity: 0;
}
.l-mailform .mwform-radio-field-text:after, .l-mailform input[type=radio]:checked + .mwform-radio-field-text:before, .l-mailform .mwform-checkbox-field-text:after, .l-mailform input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}
.l-mailform .mwform-radio-field-text:after, .l-mailform .mwform-checkbox-field-text:after {
  z-index: 0;
  border: 2px solid #E5E5E5;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: -3px;
  display: block;
  margin-top: -13px;
  width: 25px;
  height: 25px;
}
.l-mailform .mwform-radio-field-text:before {
  left: 2px;
  margin-top: -8px;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #FFFAF4;
  border-radius: 50%;
}
.l-mailform .mwform-radio-field-text:after {
  border-radius: 50%;
}
.l-mailform .mwform-checkbox-field-text:before {
  left: 4px;
  margin-top: -9px;
  width: 10px;
  height: 14px;
  border-right: 2px solid #FFFAF4;
  border-bottom: 2px solid #FFFAF4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-mailform .p-form-note {
  display: block;
}
.l-mailform .p-form-note:before {
  content: "※";
}
.l-mailform .error {
  color: #C00;
  font-weight: 700;
}
.l-mailform .error-inner {
  display: block;
}

.p-form-error__item {
  color: #C00;
  font-weight: 700;
}

.p-form-error__item {
  margin-top: 1em;
}

.page-contact {
  position: relative;
}

.l-mailform--confirm {
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-mailform--confirm li {
  border: none;
}
.l-mailform--confirm table {
  width: 100%;
}
.l-mailform--confirm .c-button + .c-button {
  margin-top: 1em;
}

.entry__post .l-mailform table {
  width: 100%;
}

.entry__post .l-mailform .mw_wp_form_confirm .p-form-note {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.l-confirm__button li {
  border: none !important;
}
.l-confirm__button li.submit .wp-block-button__link {
  background: #F99837;
}

.required {
  color: #fff;
  background: #C00;
  padding: 0.1em 0.5em;
  display: inline-block;
  position: absolute;
  font-weight: normal;
}

.sec-form form .wp-block-table {
  padding: 2em;
}
@media (max-width: 960px) {
  .sec-form form .wp-block-table {
    padding: 0;
  }
}

.form__head {
  max-width: calc(1100px + 4vw);
  padding: 0 2vw;
  margin: 0 auto;
}

.l-mailform label {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}
.l-mailform table {
  border-bottom: 1px solid #D4E0F1;
}
.l-mailform table th {
  width: 300px;
  vertical-align: top;
  padding-top: 30px;
  text-align: left;
  padding: 25px 10px 25px 0;
}
.l-mailform table th.th-top {
  padding-top: 25px;
}
.l-mailform table td {
  padding: 15px 0 25px 15px;
}
.l-mailform table th, .l-mailform table td {
  border-top: 1px solid #D4E0F1;
}
.l-mailform .required {
  right: 20px;
  top: 30px;
}
.l-mailform .mwform-radio-field {
  padding-top: 10px;
  display: inline-block;
}
.l-mailform input[type=text], .l-mailform input[type=tel], .l-mailform input[type=email], .l-mailform select {
  padding: 0 1em;
  width: calc(100% - 2em);
}
.l-mailform textarea {
  padding: 2em 1em;
  width: calc(100% - 2em);
}
.l-mailform input[type=text], .l-mailform input[type=tel], .l-mailform input[type=email], .l-mailform select {
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-mailform textarea {
  height: calc(300px - 4em);
}
.l-mailform .p-form-note {
  padding: 10px 1em 0;
}
.l-mailform .error {
  padding: 10px 1em 0;
}
.l-mailform .l-confirm__button {
  padding-top: 15px;
}
.l-mailform .mwform-radio__list, .l-mailform .mwform-checkbox__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6;
}
.l-mailform .mwform-checkbox__list .horizontal-item {
  width: 50%;
}

.l-mailform .l-confirm__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: -40px auto 80px;
}
@media (max-width: 960px) {
  .l-mailform .l-confirm__button {
    margin: 0 auto;
  }
}
.l-mailform .l-confirm__button .finish {
  width: 580px;
  height: 80px;
  text-align: center;
}
.l-mailform .l-confirm__button .back {
  width: 200px;
  height: 80px;
  text-align: center;
}
.l-mailform .l-confirm__button .submit .wp-block-button__link {
  width: 300px;
  height: 70px;
  padding-top: 20px;
  font-weight: normal;
}

.l-mailform .mw_wp_form_confirm th, .l-mailform .mw_wp_form_confirm td {
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 10px 25px 30px;
}

.select-daytime {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.select-daytime input[type=text], .select-daytime select {
  width: 48% !important;
}

@media (max-width: 960px) {
  .form__head {
    padding: 0 4vw;
  }
  .l-mailform label {
    margin-right: 20px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: inline-block;
  }
  .l-mailform table th, .l-mailform table td {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-mailform table th {
    padding: 15px 15px 5px;
    text-align: left;
  }
  .l-mailform table td {
    padding: 10px 15px 15px;
  }
  .l-mailform .mwform-radio-field {
    padding: 10px 0;
    display: inline-block;
  }
  .l-mailform .required {
    margin-left: 1em;
  }
  .l-mailform input[type=text], .l-mailform input[type=tel], .l-mailform input[type=email], .l-mailform select {
    padding: 0 1em;
    width: 100%;
  }
  .l-mailform textarea {
    padding: 1em;
    width: 100%;
  }
  .l-mailform input[type=text], .l-mailform input[type=tel], .l-mailform input[type=email], .l-mailform select {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-mailform textarea {
    height: calc(200px - 4em);
  }
  .l-mailform .p-form-note {
    padding: 5px 0 0;
    clear: both;
  }
  .l-mailform .error {
    padding: 10px 1em 0;
  }
  .l-confirm__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 40px;
  }
  .l-confirm__button .finish {
    width: 200px;
    height: 50px;
    text-align: center;
  }
  .l-confirm__button .back {
    width: 120px;
    height: 50px;
    text-align: center;
  }
  .l-confirm__button .submit .wp-block-button {
    text-align: center;
  }
  .l-confirm__button .submit .wp-block-button {
    width: 100%;
    height: 60px;
  }
  .l-confirm__button .submit .wp-block-button__link {
    width: 200px;
    height: 50px;
    font-weight: normal;
  }
  .mw_wp_form_confirm td {
    border-bottom: 1px solid #E5E5E5;
  }
}