@charset "UTF-8";
@import 'fontello/css/fontello.css';
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-md {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 1130px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 768px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n5 {
  margin-left: -3rem !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: 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: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !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 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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-blue: #15bfad;
  --bs-red: #e72d2d;
  --bs-primary: #15bfad;
  --bs-secondary: #f07a9c;
  --bs-body-color: #111;
  --bs-body-color-rgb: 17 17 17;
  --bs-body-bg: #fff;
  --bs-link-color: #15bfad;
  --bs-link-hover-color: #f07a9c;
  --bs-font-sans-serif: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic', -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  --bs-font-serif: '游明朝 Medium', '游明朝体', 'Yu Mincho Medium', 'Yu Mincho', 'YuMincho', '游明朝', 'HiraMinProN-W3', 'Hiragino Mincho ProN', serif;
  --bs-root-font-size: calc(100vw / 32);
  --bs-root-font-size-md: 62.5%;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.2rem;
  --bs-body-font-size-md: 1.6rem;
  --font-zen-kaku: 'Zen Kaku Gothic New', sans-serif;
  --font-jost: 'Jost', sans-serif;
}

/* スタイル
------------------------------- */
.font-serif {
  font-family: var(--bs-font-serif);
}

.font-zen-kaku {
  font-family: var(--font-zen-kaku);
}

.font-jost {
  font-family: var(--font-jost);
}

@media (min-width: 768px), print {
  .container {
    width: 1130px;
  }
}

html {
  font-size: var(--bs-root-font-size);
}
@media (min-width: 768px), print {
  html {
    font-size: var(--bs-root-font-size-md);
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: 1.7;
  color: var(--bs-body-color);
  letter-spacing: 0.04em;
  background: var(--bs-body-bg);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
@media (min-width: 768px), print {
  body {
    font-size: var(--bs-body-font-size-md);
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 768px), print {
  body {
    min-width: 1130px;
  }
}
body.is-nav-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
}

a {
  overflow: hidden;
  color: var(--bs-link-color);
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 3em;
  margin-bottom: 0.8em;
  clear: both;
}

p {
  margin-bottom: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 2.2rem;
  margin-bottom: 1.2em;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

figcaption {
  margin: 0.5em 0;
  line-height: 1.3;
}

blockquote {
  margin: 0 0 1.2em;
}

hr {
  margin: 1.65em auto;
  border: none;
  border-bottom: 2px solid #ccc;
}
hr.-short {
  max-width: 33.3333%;
}

small,
.small {
  font-size: 80%;
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 768px), print {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
.d-inline-table {
  display: inline-table;
}

@media (min-width: 768px), print {
  .d-md-inline-table {
    display: inline-table;
  }
}

.ov-h {
  overflow: hidden;
}

.ti-1 {
  text-indent: 1em;
}

.td-u {
  text-decoration: underline;
}

.td-n {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

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

@media (min-width: 768px), print {
  .text-md-nowrap {
    white-space: nowrap;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
.align-top {
  vertical-align: top !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-red {
  color: var(--bs-red) !important;
}
.text-red a {
  color: var(--bs-red) !important;
}

.text-blue {
  color: var(--bs-blue) !important;
}

.text-pink {
  color: #e26c8e !important;
}

.text-pink2 {
  color: #c9466c !important;
}

.text-pink3 {
  color: #ffbdd2 !important;
}

.text-purple {
  color: #af7eb1 !important;
}

.text-brown {
  color: #855e28 !important;
}

.text-orange {
  color: #ffa500 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: rgb(var(--bs-body-color-rgb)/70%);
}

.text-highlight {
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #ffe8b6));
  background: linear-gradient(transparent, transparent 63%, #ffe8b6 0);
}
.text-highlight.-color02 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #ffe3eb));
  background: linear-gradient(transparent, transparent 63%, #ffe3eb 0);
}
.text-highlight.-color03 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #22c5b4));
  background: linear-gradient(transparent, transparent 63%, #22c5b4 0);
}

.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fz-0 {
  font-size: 0;
}

.fz-sm {
  font-size: 80%;
}

.fz-n {
  font-size: 100%;
}

.fz-lg {
  font-size: 120%;
}

.fz-2l {
  font-size: 140%;
}

.fz-3l {
  font-size: 160%;
}

.fz-4l {
  font-size: 180%;
}

@media (min-width: 768px), print {
  .fz-md-sm {
    font-size: 80%;
  }
  .fz-md-n {
    font-size: 100%;
  }
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
}
.lts-0 {
  letter-spacing: 0;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.hover-lighten {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-lighten:hover {
  -webkit-filter: brightness(107%);
          filter: brightness(107%);
}

.hover-darken {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-darken:hover {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
}

.rounded {
  border-radius: 1.2rem;
}
@media (min-width: 768px), print {
  .rounded {
    border-radius: 2rem;
  }
}

.sr-only,
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.break-before {
  page-break-before: always;
  -webkit-column-break-before: page;
     -moz-column-break-before: page;
          break-before: page;
}

.is-new::after {
  content: "NEW";
  margin-left: 0.5em;
  -webkit-animation: blinkAnim 1s steps(2, start) infinite;
          animation: blinkAnim 1s steps(2, start) infinite;
  color: red;
  font-weight: bold;
  font-size: 80%;
}

@-webkit-keyframes blinkAnim {
  to {
    visibility: hidden;
  }
}

@keyframes blinkAnim {
  to {
    visibility: hidden;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.2rem;
  margin: 0;
  background-color: #fff;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
}
@media (min-width: 768px), print {
  .header {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 1130px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: none;
  }
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color 0.5s 0.1s;
  transition: background-color 0.5s 0.1s;
}

.header-row {
  padding: 0 0 0 1rem;
  margin: 0 calc(-0.5 * var(--bs-gutter-x));
}
@media (min-width: 768px), print {
  .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2.3rem 0 1.3rem;
    margin: 0;
  }
}

.header-logo-wrap {
  width: 24.5rem;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header-logo-wrap {
    width: 65.1rem;
    margin: 0;
  }
}

.header-logo {
  width: 100%;
}

.header-info {
  display: none;
}
@media (min-width: 768px), print {
  .header-info {
    display: block;
    padding: 0;
    margin: 0 0 0 auto;
    list-style: none;
  }
}
.header-info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-zen-kaku);
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}
.header-info > li + li {
  margin-top: 0.4rem;
}
.header-info > li.-access i::before {
  margin: 0 0.04em 0 0;
  font-size: 139%;
  color: var(--bs-secondary);
  -webkit-transform: translate(-0.09em, 0.07em);
          transform: translate(-0.09em, 0.07em);
}
.header-info > li.-address i::before {
  margin: 0 0.32em 0 0;
  font-size: 111%;
  color: var(--bs-secondary);
  -webkit-transform: translateY(-0.07em);
          transform: translateY(-0.07em);
}
.header-info .address-br {
  display: none;
}

.nav-open {
  position: sticky;
  top: 0.65rem;
  right: 0;
  z-index: 1002;
  display: block;
  padding: 3.2vw 4vw;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  mix-blend-mode: multiply;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
@media (min-width: 768px), print {
  .nav-open {
    display: none;
  }
}
.nav-open:focus {
  outline: none;
}
.nav-open:focus-visible {
  outline: 1px solid #4b81f3;
}
.nav-open .toggle-icon {
  position: relative;
  display: block;
  width: 8vw;
  height: 5vw;
  padding: 0;
  margin: 0;
  line-height: 1.125;
}
.nav-open .toggle-icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: var(--bs-body-color);
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}
.nav-open .toggle-icon-bar:nth-child(1) {
  top: 0;
}
.nav-open .toggle-icon-bar:nth-child(2) {
  top: 2.2vw;
}
.nav-open .toggle-icon-bar:nth-child(3) {
  bottom: 0;
}
.nav-open.load .toggle-icon span {
  -webkit-animation: none;
          animation: none;
}

.toggle-icon span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.6s forwards;
          animation: menu-bar01 0.6s forwards;
}
.toggle-icon span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.18s, background-color 0.4s;
  transition: opacity 0.2s 0.18s, background-color 0.4s;
}
.toggle-icon span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.6s forwards;
          animation: menu-bar03 0.6s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    visibility: hidden;
    background: var(--bs-body-bg);
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s;
    transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  .navbar .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 3rem 0 1.2rem;
    margin: auto 0;
  }
  .navbar .nav-inner2 {
    width: 100%;
  }
  .navbar .gNav {
    width: 100%;
    padding: 0 1.4rem;
    margin: 0;
    font-family: var(--font-zen-kaku);
    list-style: none;
  }
  .navbar .gNav > li:not(:last-child) {
    border-bottom: 1px solid #c9d8d6;
  }
  .navbar .gNav > li [class^=icon-],
  .navbar .gNav > li [class*=" icon-"] {
    display: none;
  }
  .navbar .gNav > li.-parent > a {
    padding-bottom: 0.6rem;
    pointer-events: none;
    cursor: text;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navbar .gNav > li.-parent i {
    display: none;
  }
  .navbar .gNav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.15;
    color: #383838;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .navbar .gNav > li > a br {
    display: none;
  }
  .navbar .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 1.2rem 1.6rem;
    margin: 0;
    list-style: none;
  }
  .navbar .sub > li {
    width: 53%;
    margin: 0;
  }
  .navbar .sub > li:nth-child(2n) {
    width: 47%;
  }
  .navbar .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--bs-primary);
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  .navbar .sub > li > a::before {
    margin-right: 0.1rem;
    color: #f1b6c7;
    content: "■";
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  .navbar .sub > li > a br {
    display: none;
  }
  .navbar .sub > .-parent > a {
    padding: 0.8rem 1.3rem;
    color: #7c5e33;
    pointer-events: none;
    cursor: text;
    background: #eee3d4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navbar .sub > .-parent > a::before {
    content: none;
  }
  .navbar .sub > .-parent > .sub {
    padding: 0.3rem 0 1.1rem 1.2rem;
  }
  .navbar .sub > .-parent > .sub > li {
    width: 52%;
    border: none;
  }
  .navbar .sub > .-parent > .sub > li:nth-child(2n) {
    width: 48%;
  }
  .navbar .sub > .-parent > .sub > li > a {
    height: 2.9rem;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .nav-open[aria-expanded=true] ~ .navbar {
    position: fixed;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s;
    transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav-open[aria-expanded=true] {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(2) {
  opacity: 0;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@media (min-width: 768px), print {
  .navbar {
    left: 0;
    width: 100%;
    min-width: 1130px;
    -webkit-transition: backdrop-filter 0.3s;
    transition: backdrop-filter 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .navbar.is-fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(9px) saturate(110%);
  }
}

@media (min-width: 768px), print {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    padding: 0 8rem;
    margin: 0 auto;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .gNav > li.-parent > a {
    cursor: default;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .gNav > li.-parent > a::after {
    display: none;
  }
  .gNav > li .icon-icon02::before {
    margin: 0 -0.3em 0 0.3em;
    opacity: 0.8;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  .gNav > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.8rem;
    padding: 0;
    overflow: visible;
    font-family: var(--font-zen-kaku);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--bs-body-color);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .gNav > li > a::after {
    position: absolute;
    bottom: 7px;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    content: "";
    background: var(--bs-primary);
    -webkit-transition: -webkit-transform 0.3s 0.05s ease-out;
    transition: -webkit-transform 0.3s 0.05s ease-out;
    transition: transform 0.3s 0.05s ease-out;
    transition: transform 0.3s 0.05s ease-out, -webkit-transform 0.3s 0.05s ease-out;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .gNav > li > a:hover {
    color: var(--bs-primary);
  }
  .gNav > li > a:hover::after {
    -webkit-transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
    transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .gNav > li[aria-expanded=true] > .sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .gNav .sub {
    position: absolute;
    top: 108%;
    left: 0;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 19.8rem;
    padding: 0;
    list-style: none;
    visibility: hidden;
    background: rgba(0, 109, 97, 0.93);
    -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.06);
            box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transition: top 0.3s, left 0.3s, visibility 0.3s, opacity 0.3s;
    transition: top 0.3s, left 0.3s, visibility 0.3s, opacity 0.3s;
  }
  .gNav .sub::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px solid #c9fff9;
  }
  .gNav .sub.-col-2 {
    width: 39.6rem;
  }
  .gNav .sub.-col-2.load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gNav .sub.-col-2 > li {
    width: 50%;
  }
  .gNav .sub.-col-2 > li:nth-child(2n+1) {
    border-right: 1px solid #bbcb99;
  }
  .gNav .sub > .-parent > .sub {
    top: 0;
    left: 94%;
    z-index: -1;
    width: 20.5rem;
    background-color: rgba(0, 94, 84, 0.93);
    -webkit-box-shadow: inset 0.8rem 0 0.8rem rgba(0, 0, 0, 0.04);
            box-shadow: inset 0.8rem 0 0.8rem rgba(0, 0, 0, 0.04);
  }
  .gNav .sub > .-parent > .sub::after {
    border-bottom-color: #6fa9a2;
  }
  .gNav .sub > .-parent > .sub > li {
    border-bottom-color: #6fa9a2;
  }
  .gNav .sub > .-parent > .sub > li > a {
    padding-left: 0.7rem;
  }
  .gNav .sub > .-parent > .sub > li > a::before {
    margin-right: 0.2rem;
    content: "－";
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .gNav .sub > li {
    position: relative;
    border: 0;
    border-bottom: 1px solid #c9fff9;
  }
  .gNav .sub > li.-parent > a {
    cursor: default;
  }
  .gNav .sub > li.-parent > a:hover {
    color: #fff;
  }
  .gNav .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.4rem;
    padding: 0 0 0 0.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.0625em;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .gNav .sub > li > a::before {
    margin-right: 0.3rem;
    font-family: fontello, sans-serif;
    content: "\e804";
    opacity: 0.8;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .gNav .sub > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--bs-primary);
  }
  .gNav .sub > li[aria-expanded=true] > .sub {
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  .gNav .sub br {
    display: block;
  }
  .gNav .sub i {
    display: none;
  }
  .gNav .sub i.icon-play {
    position: absolute;
    right: 1rem;
    display: block;
  }
  .gNav .sub i.icon-play::before {
    margin: 0;
    opacity: 0.8;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
.main {
  position: relative;
}
.main::before {
  position: absolute;
  top: 11rem;
  left: calc(50% + 6.8rem);
  z-index: -1;
  width: calc(50% - 6.8rem);
  height: 40rem;
  max-height: calc(100% - 11rem);
  content: "";
  background: #92f2e8 url("../images/main_bg@2x.webp") no-repeat 0 0/160%;
}
@media (min-width: 768px), print {
  .main::before {
    top: 41.2rem;
    left: calc(50% + 30.4rem);
    width: calc(50% - 30.4rem);
    height: 102.1rem;
    max-height: calc(100% - 41.2rem);
    background-size: 69.6rem;
  }
}
.page-index .main {
  position: static;
}
.page-index .main::before {
  content: none;
}

.contents {
  position: relative;
  padding: 3.4rem calc(15px + 0.2rem) 4rem;
}
@media (min-width: 768px), print {
  .contents {
    width: 1130px;
    padding: 2.5rem 15px 9rem;
    margin: 0 auto;
  }
}
.contents::before {
  position: absolute;
  top: 1.3rem;
  left: 0;
  z-index: -1;
  width: calc(100% - 9px);
  height: 40rem;
  max-height: calc(100% - 1.3rem);
  content: "";
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px), print {
  .contents::before {
    top: 8.5rem;
    width: 110%;
    height: 94rem;
    max-height: calc(100% - 8.5rem);
  }
}
@media (min-width: 1130px) {
  .contents::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    width: 100vw;
    max-width: 126.5rem;
    margin: 0 auto;
  }
}
.page-index .contents {
  position: static;
  padding: 0;
}
@media (min-width: 768px), print {
  .page-index .contents {
    width: 100%;
  }
}
.page-index .contents::before {
  content: none;
}

.footer {
  padding: 3rem 0 0;
  background-color: #18a294;
}
@media (min-width: 768px), print {
  .footer {
    padding: 7.8rem 0 0;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px), print {
  .footer-nav {
    display: block;
    padding: 0;
    margin: 0 0 1.6rem;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.1;
}
.footer-nav > li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-nav a {
  display: inline-block;
  padding: 0 2rem;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav br {
  display: none;
}
.footer-nav [class^=icon-],
.footer-nav [class*=" icon-"] {
  display: none;
}
.footer-nav .-parent,
.footer-nav .en-caption,
.footer-nav .sub {
  display: none;
}

.copyright {
  padding: 0.9rem 0;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px), print {
  .copyright {
    padding: 3.7rem 0;
    margin-top: 2.3rem;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .copyright small {
    font-size: 1.2rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.width-30 {
  width: 100%;
}
@media (min-width: 768px), print {
  .width-30 {
    width: 30%;
  }
}

.pl_4 {
  padding-left: 2rem !important;
}
@media (min-width: 768px), print {
  .pl_4 {
    padding-left: 5rem !important;
  }
}

.link-tel {
  text-decoration: none;
}
.link-tel:hover {
  text-decoration: none;
}

.page-tit-bg {
  background: url("../images/tit_pagetitle@2x.png") no-repeat 38% 72%/auto 178%;
}
@media (min-width: 768px), print {
  .page-tit-bg {
    background-position: 50% 50%;
    background-size: cover;
  }
}

.page-tit {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11rem;
  padding: 0;
  margin: 0 calc(-0.5 * var(--bs-gutter-x));
  font-family: var(--font-zen-kaku);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #686868;
  text-align: center;
  text-shadow: 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca, 0 0 0.04em #3fdbca;
  letter-spacing: 0.02em;
}
@media (min-width: 768px), print {
  .page-tit {
    height: 41.2rem;
    padding: 8.5rem 0 0;
    margin: 0;
    font-size: 3.8rem;
    text-align: left;
  }
}
.page-tit::before {
  position: absolute;
  bottom: 2.5rem;
  left: 0.7rem;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 0.7rem);
  height: calc(100% - 2.3rem);
  font-family: var(--font-jost);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 0.85;
  color: #fff;
  text-align: left;
  text-shadow: none;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  content: attr(data-en);
}
@media (min-width: 768px), print {
  .page-tit::before {
    bottom: 10.8rem;
    left: 11.2rem;
    width: auto;
    font-size: 9.3rem;
  }
}

.page-bloodinstool .page-tit::before {
  font-size: 2.3rem;
}
@media (min-width: 768px), print {
  .page-bloodinstool .page-tit::before {
    font-size: 7.5rem;
  }
}

.tit-basic01 {
  position: relative;
  padding: 0 0 1.5rem 0.05em;
  margin: 4.8rem auto 2rem;
  font-family: var(--font-zen-kaku);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #006d61;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .tit-basic01 {
    padding: 0 0 2.6rem 0.05em;
    margin: 9.6rem auto 3.5rem;
    font-size: 3.6rem;
  }
}
.tit-basic01::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 0.24rem;
  margin: 0 auto;
  content: "";
  background: #3edbca;
}
@media (min-width: 768px), print {
  .tit-basic01::before {
    width: 20.4rem;
    height: 0.4rem;
  }
}
.tit-basic01 .fz-sm {
  font-size: 70%;
}

.tit-basic02 {
  padding: 0.6rem 1rem;
  margin: 3.6rem 0 1.2rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.06em;
  background: #18a294;
}
@media (min-width: 768px), print {
  .tit-basic02 {
    padding: 0.7rem 1.7rem 0.8rem;
    margin: 6rem 0 1.9rem;
    font-size: 2.7rem;
    letter-spacing: 0.08em;
  }
}
.tit-basic02.-m_revert {
  margin: revert;
  text-align: center;
}

.tit-basic03 {
  position: relative;
  padding: 0.5rem 0.7rem;
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #ce6785;
  letter-spacing: 0.03em;
  background: #fbe3ea;
}
@media (min-width: 768px), print {
  .tit-basic03 {
    padding: 0.8rem 1.3rem;
    margin: 3.6rem 0 1.5rem;
    font-size: 2.3rem;
    letter-spacing: 0.06em;
  }
}

.contents > section:first-child > .tit-basic01,
.tit-basic01 + section:first-of-type > .tit-basic02,
.tit-basic02 + section:first-of-type > .tit-basic03,
.tit-basic03 + section:first-of-type > .tit-basic04 {
  margin-top: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .breadcrumb {
    padding: 0;
    margin: 1.1rem 0 0;
  }
}
.breadcrumb > li {
  font-size: 1.1rem;
}
@media (min-width: 768px), print {
  .breadcrumb > li {
    font-size: 1.6rem;
  }
}
.breadcrumb > li:first-child {
  text-transform: uppercase;
}
.breadcrumb > li + li {
  padding-left: 0.55em;
}
.breadcrumb > li + li::before {
  float: left;
  padding-right: 0.55em;
  font-family: fontello, sans-serif;
  font-variant: normal;
  color: #888;
  text-transform: none;
  content: "2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li.active {
  color: #7d7d7d;
}
.breadcrumb a {
  color: var(--bs-body-color);
}
.breadcrumb a:hover {
  color: var(--bs-secondary);
}
.breadcrumb br {
  display: none;
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #c9d9d7;
  border-left: 1px solid #c9d9d7;
}
@media (min-width: 768px), print {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #405956;
  text-align: center;
  background-color: #dcf9f6;
  border-right: 1px solid #c9d9d7;
  border-bottom: 1px solid #c9d9d7;
}
@media (min-width: 768px), print {
  .table-basic th {
    padding: 1.6rem 2rem;
  }
}
.table-basic th.-color02 {
  color: rgb(53.3333333333, 74.1666666667, 71.6666666667);
  background-color: #baf1ec;
  border-right-color: rgb(183.0391304348, 204.3608695652, 201.6956521739);
  border-bottom-color: rgb(183.0391304348, 204.3608695652, 201.6956521739);
}
.table-basic td {
  padding: 0.8rem;
  background: #fff;
  border-right: 1px solid #c9d9d7;
  border-bottom: 1px solid #c9d9d7;
}
@media (min-width: 768px), print {
  .table-basic td {
    padding: 1.6rem 3.2rem;
  }
}
.table-basic .disabled {
  background-image: linear-gradient(to top left, transparent, transparent calc(50% - 0.5px), #bbb calc(50% - 0.5px), #bbb calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
}
.table-basic.-table-fixed {
  table-layout: fixed;
}
.table-basic.-caption-top caption {
  caption-side: top;
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr > :not(:only-child):last-child {
  width: 34%;
}
@media (min-width: 768px), print {
  .table-basic.-price tr > :not(:only-child):last-child {
    width: 31%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}
.table-basic.-center tr th, .table-basic.-center tr td {
  text-align: center;
}
@media (min-width: 768px), print {
  .table-basic.-access tr > :nth-child(1) {
    width: 25rem;
  }
}

.scroll-area {
  overflow: auto hidden;
}
@media (min-width: 768px), print {
  .scroll-area {
    overflow: visible;
  }
}

ul.-expanded > li,
ol.-expanded > li {
  margin-bottom: 0.8em;
}

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  padding-left: 1.05em;
  margin-bottom: 0.15em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #f1b6c7;
  content: "■";
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.list-basic.-color02 > li::before {
  color: var(--bs-primary);
}
.list-basic.-notice {
  padding-left: 0;
}
.list-basic.-notice > li {
  padding-left: 1.05em;
}
@media (min-width: 768px), print {
  .list-basic.-notice > li {
    padding-left: 1.15em;
  }
}
.list-basic.-notice > li::before {
  color: inherit;
  content: "※";
  -webkit-transform: none;
          transform: none;
}
.list-basic.-Q {
  padding-left: 0;
}
.list-basic.-Q > li {
  padding-left: 1.05em;
}
@media (min-width: 768px), print {
  .list-basic.-Q > li {
    padding-left: 1.15em;
  }
}
.list-basic.-Q > li::before {
  color: inherit;
  content: "Q";
  -webkit-transform: none;
          transform: none;
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  font-weight: 400;
  color: #bfa9b0;
  content: "□";
  -webkit-transform: none;
          transform: none;
}
.list-basic.-check > li {
  padding-left: 1.4em;
}
.list-basic.-check > li::before {
  font-family: fontello, sans-serif;
  content: "\e807";
  -webkit-transform: none;
          transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-basic.-check.text-white > li::before {
  color: #fff;
}
.list-basic.-inline-block {
  padding-left: 0;
  margin-bottom: calc(var(--bs-body-font-size) * 1.2);
  margin-left: -15px;
  font-size: 0;
}
@media (min-width: 768px), print {
  .list-basic.-inline-block {
    margin-bottom: calc(var(--bs-body-font-size-md) * 1.2);
  }
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: var(--bs-body-font-size);
}
@media (min-width: 768px), print {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: var(--bs-body-font-size-md);
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-parentheses {
  padding-left: 0.1em;
  list-style: none;
}
.list-parentheses > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.2em;
  counter-increment: parenNum;
}
.list-parentheses > li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  content: counter(parenNum) ") ";
}

.list-num {
  padding-left: 0.1em;
  list-style: none;
}
.list-num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.2em;
  font-weight: 700;
  color: #48a242;
  counter-increment: parenNum;
}
.list-num > li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  content: counter(parenNum) ".";
}
.list-num.-inline-block {
  padding-left: 0;
  margin-bottom: calc(var(--bs-body-font-size) * 1.2);
  margin-left: -15px;
  font-size: 0;
}
@media (min-width: 768px), print {
  .list-num.-inline-block {
    margin-bottom: calc(var(--bs-body-font-size-md) * 1.2);
  }
}
.list-num.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: var(--bs-body-font-size);
}
@media (min-width: 768px), print {
  .list-num.-inline-block > li {
    margin-right: 15px;
    font-size: var(--bs-body-font-size-md);
  }
}

.toc {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}
.toc.toc-2 ol {
  counter-reset: section 1;
}
.toc.toc-2 ol > li ol {
  counter-reset: section 2;
}
.toc.toc-3 ol {
  counter-reset: section 2;
}
.toc.toc-3 ol > li ol {
  counter-reset: section 3;
}
.toc.toc-4 ol {
  counter-reset: section 3;
}
.toc.toc-4 ol > li ol {
  counter-reset: section 4;
}
.toc.toc-5 ol {
  counter-reset: section 4;
}
.toc.toc-5 ol > li ol {
  counter-reset: section 5;
}
.toc.toc-6 ol {
  counter-reset: section 5;
}
.toc.toc-6 ol > li ol {
  counter-reset: section 6;
}
.toc.toc-7 ol {
  counter-reset: section 6;
}
.toc.toc-7 ol > li ol {
  counter-reset: section 7;
}
.toc.toc-8 ol {
  counter-reset: section 7;
}
.toc.toc-8 ol > li ol {
  counter-reset: section 8;
}
.toc.toc-9 ol {
  counter-reset: section 8;
}
.toc.toc-9 ol > li ol {
  counter-reset: section 9;
}
.toc.toc-10 ol {
  counter-reset: section 9;
}
.toc.toc-10 ol > li ol {
  counter-reset: section 10;
}
.toc.toc-11 ol {
  counter-reset: section 10;
}
.toc.toc-11 ol > li ol {
  counter-reset: section 11;
}
.toc.toc-12 ol {
  counter-reset: section 11;
}
.toc.toc-12 ol > li ol {
  counter-reset: section 12;
}
.toc.toc-13 ol {
  counter-reset: section 12;
}
.toc.toc-13 ol > li ol {
  counter-reset: section 13;
}
.toc.toc-14 ol {
  counter-reset: section 13;
}
.toc.toc-14 ol > li ol {
  counter-reset: section 14;
}
.toc ol {
  list-style: none;
  padding-left: 0.5rem;
  counter-reset: section;
}
.toc ol > li {
  counter-increment: section;
  margin: 1rem 0;
  position: relative;
}
.toc ol > li::before {
  content: counter(section) ". ";
  font-weight: bold;
  margin-right: 0.2rem;
}
.toc ol > li ol {
  counter-reset: subsection;
  margin-left: 1em;
}
.toc ol > li ol > li {
  counter-increment: subsection;
}
.toc ol > li ol > li::before {
  content: counter(section) "-" counter(subsection) ". ";
  font-weight: normal;
  margin-right: 0.2rem;
}
.toc ol > li ol > li ol {
  counter-reset: subsubsection;
  margin-left: 1.5rem;
}
.toc ol > li ol > li ol > li {
  counter-increment: subsubsection;
}
.toc ol > li ol > li ol > li::before {
  content: counter(section) "-" counter(subsection) "-" counter(subsubsection) ". ";
  font-weight: normal;
  margin-right: 0.2rem;
}

.notice-area {
  position: relative;
  z-index: 0;
  padding: 7.2rem 0 4rem;
}
@media (min-width: 768px), print {
  .notice-area {
    padding: 27rem 0 8.4rem;
  }
}
.notice-area::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: calc(100% - 15px);
  height: calc(100% - 8.8rem);
  content: "";
  background: #dcf9f6;
}
@media (min-width: 768px), print {
  .notice-area::before {
    width: calc(50% + 30.8rem);
    height: calc(100% - 19.6rem);
  }
}
.notice-area::after {
  position: absolute;
  top: 4.7rem;
  left: calc(15px + 15.5rem);
  z-index: -1;
  width: calc(100% - 15px - 15.5rem);
  height: 8.3rem;
  content: "";
  background: url("../images/index_notice_deco@2x.webp") no-repeat 30% 50%/cover;
}
@media (min-width: 768px), print {
  .notice-area::after {
    top: 10.1rem;
    left: calc(50% + 54.9rem);
    width: calc(50% - 54.9rem);
    height: 34.9rem;
  }
}

@media (min-width: 768px), print {
  .notice-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6rem 0 0;
  }
}

@media (min-width: 768px), print {
  .notice-col-right {
    width: 73.9rem;
  }
}

.notice-frame {
  width: 100%;
  padding: 0;
  margin: 0;
}
.notice-frame .notice-box {
  position: relative;
  padding: 0 0.6rem 0 0.9rem;
  margin: 0;
}
@media (min-width: 768px), print {
  .notice-frame .notice-box {
    padding: 0 0.5rem 0 0;
  }
}
.notice-frame .news_title {
  padding: 0;
  margin: 0;
}
.notice-frame .news_trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 0 1rem 1.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  color: #c9466c;
  text-align: left;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px), print {
  .notice-frame .news_trigger {
    padding: 1.6rem 0 1.6rem 2.7rem;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
.notice-frame .news_trigger:focus {
  outline: none;
}
.notice-frame .news_trigger:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(7, 79, 233, 0.5);
}
.notice-frame .news_trigger:first-of-type {
  border-top: none;
}
.notice-frame .news_trigger .i-toggle {
  position: absolute;
  left: 0;
  font-size: 0;
}
.notice-frame .news_trigger .i-toggle::before {
  display: inline-block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  color: var(--bs-secondary);
  content: "▼";
  -webkit-transition: color 0.25s, -webkit-transform 0.25s ease;
  transition: color 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s;
  transition: transform 0.25s ease, color 0.25s, -webkit-transform 0.25s ease;
}
@media (min-width: 768px), print {
  .notice-frame .news_trigger .i-toggle::before {
    font-size: 1.8rem;
  }
}
.notice-frame .news_trigger:hover {
  color: var(--bs-secondary);
}
.notice-frame .news_trigger:hover .i-toggle::before {
  color: rgb(242.5844594595, 144.9155405405, 173.0574324324);
}
.notice-frame .news_trigger[aria-expanded=true] .i-toggle::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.notice-frame .news_date {
  display: block;
  padding-right: 0.8em;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .notice-frame .news_date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 0.9em;
  }
}
.notice-frame .news_body {
  display: none;
  padding: 0 0 0 1.9rem;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.45;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s 0.35s;
  transition: opacity 0.5s, -webkit-transform 0.3s 0.35s;
  transition: transform 0.3s 0.35s, opacity 0.5s;
  transition: transform 0.3s 0.35s, opacity 0.5s, -webkit-transform 0.3s 0.35s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px), print {
  .notice-frame .news_body {
    padding: 0 0 0 2.7rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.notice-frame .news_body[aria-hidden=false] {
  opacity: 1;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}
@media (min-width: 768px), print {
  .notice-frame .news_body[aria-hidden=false] {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
  }
}

.overview {
  padding: 0 0 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3.75rem, #fff), color-stop(3.75rem, var(--bs-primary)));
  background: linear-gradient(#fff 3.75rem, var(--bs-primary) 3.75rem);
}
@media (min-width: 768px), print {
  .overview {
    padding: 0 0 6.9rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.6rem, #fff), color-stop(8.6rem, var(--bs-primary)));
    background: linear-gradient(#fff 8.6rem, var(--bs-primary) 8.6rem);
  }
}
.overview a {
  color: #fff;
}
.overview a:hover {
  color: #ffbdd2;
}

.overview-inner {
  margin: 0 1.2rem;
}
@media (min-width: 768px), print {
  .overview-inner {
    margin: 0 15px;
  }
}

.overview-logo {
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  color: #575757;
  letter-spacing: 0.07em;
}
@media (min-width: 768px), print {
  .overview-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 6.4rem;
    font-size: 1.8rem;
    line-height: 2.6;
  }
}
.overview-logo .en {
  font-family: var(--font-jost);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1831;
  color: var(--bs-primary);
  letter-spacing: 0.02em;
}
@media (min-width: 768px), print {
  .overview-logo .en {
    margin-right: 1.1rem;
    font-size: 7.1rem;
  }
}

.overview-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-family: var(--font-jost);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .overview-tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3rem;
  }
}
.overview-tel i::before {
  margin: 0 0.1em 0 -0.3em;
  font-size: 76%;
  -webkit-transform: translateY(-0.07em);
          transform: translateY(-0.07em);
}
@media (min-width: 768px), print {
  .overview-tel i::before {
    margin-left: 0;
  }
}
.overview-tel a {
  color: #fff;
}

.overview-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 1.3rem 0 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .overview-sns {
    margin: 0 0 0 2rem;
  }
}
.overview-sns > li {
  width: 3.7rem;
}
@media (min-width: 768px), print {
  .overview-sns > li {
    width: 4rem;
  }
}
.overview-sns > li + li {
  margin-left: 1.9rem;
}
@media (min-width: 768px), print {
  .overview-sns > li + li {
    margin-left: 2rem;
  }
}
.overview-sns img {
  width: 100%;
}

.overview-row {
  padding: 1.7rem 0 0;
}
@media (min-width: 768px), print {
  .overview-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0 0;
  }
}

.overview-col-left {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px), print {
  .overview-col-left {
    width: 45rem;
    padding-bottom: 0;
  }
}

@media (min-width: 768px), print {
  .overview-col-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 57.3rem;
  }
}
@media (min-width: 768px), print {
  .overview-col-right p {
    font-size: 1.7rem;
  }
}

.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1.3333;
  letter-spacing: 0;
}
.overview-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.7rem;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px), print {
  .overview-list dt {
    width: 5.62em;
    font-size: 1.8rem;
  }
}
.overview-list dt:not(:first-child) {
  margin-top: 1.4rem;
}
@media (min-width: 768px), print {
  .overview-list dt:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.overview-list dt > span {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  color: #c9466c;
  background: #fff;
}
.overview-list dd {
  width: calc(100% - 5.7rem);
  padding: 0 0 0 0.9rem;
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
  overflow-wrap: anywhere;
}
@media (min-width: 768px), print {
  .overview-list dd {
    width: calc(100% - 5.62em);
    padding: 0 0 0 1.7rem;
    font-size: 1.8rem;
  }
}
.overview-list dd:not(:first-of-type) {
  margin-top: 1.4rem;
}
@media (min-width: 768px), print {
  .overview-list dd:not(:first-of-type) {
    margin-top: 2.4rem;
  }
}
.overview-creditcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.overview-creditcard > li {
  width: 3.6rem;
}
@media (min-width: 768px), print {
  .overview-creditcard > li {
    width: 5rem;
  }
}
.overview-creditcard > li + li {
  margin-left: 0.6rem;
}
@media (min-width: 768px), print {
  .overview-creditcard > li + li {
    margin-left: 1.2rem;
  }
}
.overview-creditcard img {
  width: 100%;
}

.timetable {
  --border-color: var(--bs-primary);
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--bs-body-color);
  text-align: center;
  letter-spacing: 0.02em;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 768px), print {
  .timetable {
    font-size: 1.6rem;
  }
}
.timetable caption {
  padding: 0.8rem 0 0;
  line-height: 1.5;
  color: #fff;
  caption-side: bottom;
}
@media (min-width: 768px), print {
  .timetable caption {
    padding: 1.1rem 0 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.timetable caption .list-unstyled > li {
  margin-bottom: 0.15em;
}
.timetable tr {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.timetable tr > :last-child {
  width: 3.5rem;
  padding-right: 0.6rem;
}
@media (min-width: 768px), print {
  .timetable tr > :last-child {
    width: 9.5rem;
    padding-right: 3.5rem;
  }
}
.timetable th {
  padding: 0.7rem 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
@media (min-width: 768px), print {
  .timetable th {
    padding: 0.8rem 0;
  }
}
.timetable th.time {
  width: 8.3rem;
}
@media (min-width: 768px), print {
  .timetable th.time {
    width: 18.2rem;
    font-size: 1.8rem;
  }
}
.timetable td {
  padding: 1rem 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
@media (min-width: 768px), print {
  .timetable td {
    padding: 0.8rem 0;
  }
}
@media (min-width: 768px), print {
  .timetable td.time2 {
    font-size: 1.8rem;
  }
}
.page-access .main .timetable caption {
  color: var(--bs-body-color);
}
@media (min-width: 768px), print {
  .page-access .main .timetable caption {
    padding-top: 1.7rem;
    font-size: 1.8rem;
  }
  .page-access .main .timetable th {
    padding: 1.3rem 0;
    font-size: 2rem;
  }
  .page-access .main .timetable th.time {
    width: 300px;
    letter-spacing: 0.08em;
  }
  .page-access .main .timetable td {
    padding: 2rem 0;
    font-size: 2rem;
  }
  .page-access .main .timetable td.time2 {
    font-size: 2.1rem;
  }
  .page-access .main .timetable .sun {
    width: auto;
  }
}

.timetable-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  line-height: 1.3333;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .timetable-note {
    letter-spacing: 0.02em;
  }
}
.timetable-note dt {
  width: 4.8em;
  padding: 0.2rem 0;
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: var(--bs-secondary);
}
@media (min-width: 768px), print {
  .timetable-note dt {
    width: 9.5rem;
    padding: 0.3rem 0;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.timetable-note dd {
  width: calc(100% - 4.8em);
  padding: 0 0 0 0.4em;
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: #fff;
}
@media (min-width: 768px), print {
  .timetable-note dd {
    width: calc(100% - 9.5rem);
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
}
.page-access .timetable-note dd {
  color: var(--bs-body-color);
}

.google-map {
  position: relative;
  height: 0;
  padding-bottom: 125%;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .google-map {
    width: 100%;
    padding-bottom: 557px;
  }
}
.page-access .google-map {
  padding-bottom: 125%;
}
@media (min-width: 768px), print {
  .page-access .google-map {
    padding-bottom: 55%;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-top {
  position: fixed;
  right: 0.7rem;
  bottom: 5.1rem;
  z-index: 999;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  visibility: hidden;
  background: var(--bs-secondary);
  border: none;
  -webkit-box-shadow: 0.18rem 0.18rem 0 rgba(74, 54, 34, 0.2);
          box-shadow: 0.18rem 0.18rem 0 rgba(74, 54, 34, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s, visibility 0s 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px), print {
  .page-top {
    right: 2rem;
    bottom: 2.4rem;
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.6rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(74, 54, 34, 0.2);
            box-shadow: 0.3rem 0.3rem 0 rgba(74, 54, 34, 0.2);
  }
}
@media (min-width: 768px) and (height < 550px), print and (height < 550px) {
  .page-top {
    display: none;
  }
}
.page-top.is-scroll {
  visibility: visible;
  opacity: 0.95;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.page-top.is-scroll:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: background-color 0.25s, color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
.page-top:focus {
  outline: none;
}
.page-top:focus-visible {
  outline: 1px solid #4b81f3;
}
.page-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top i::before {
  margin: 0;
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .page-top i::before {
    font-size: 4.2rem;
  }
}

.sticky-btn {
  display: none;
}
@media (min-width: 768px), print {
  .sticky-btn {
    position: fixed;
    top: calc(50% + 0.4rem);
    right: 0;
    z-index: 9;
    display: block;
    width: clamp(2.6rem, 7.3vh, 5.3rem);
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (height >= 650px), print and (height >= 650px) {
  .sticky-btn {
    top: 16.9rem;
    width: 5.3rem;
    -webkit-transform: none;
            transform: none;
  }
}
.sticky-btn > li {
  margin-bottom: clamp(0.3rem, 3.0769vh, 2rem);
}
.sticky-btn > li.-reserve a {
  background-color: var(--bs-primary);
}
.sticky-btn > li.-reserve a i::before {
  -webkit-transform: translateX(0.06em);
          transform: translateX(0.06em);
}
.sticky-btn > li.-timetable a {
  background-color: var(--bs-secondary);
}
.sticky-btn > li.-timetable a i::before {
  font-size: 105%;
}
.sticky-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(8.4rem, 23.5vh, 17.4rem);
  padding: 0;
  font-family: var(--font-zen-kaku);
  font-size: clamp(1rem, 2.6154vh, 1.7rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  text-orientation: upright;
}
@media (height >= 650px) {
  .sticky-btn a {
    height: 17.4rem;
    letter-spacing: 0.18em;
  }
}
.sticky-btn a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.sticky-btn i::before {
  margin: 0 0 0.45em;
  font-size: 116%;
  letter-spacing: 0;
}
.sticky-btn .text-upright {
  text-combine-upright: all;
}

.sticky-contact {
  position: sticky;
  bottom: 0;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.45s, visibility 0s 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, visibility 0s 0.45s, -webkit-transform 0.45s;
  transition: transform 0.45s, opacity 0.45s, visibility 0s 0.45s;
  transition: transform 0.45s, opacity 0.45s, visibility 0s 0.45s, -webkit-transform 0.45s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sticky-contact.is-scroll {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s, visibility 0.6s;
  transition: transform 0.6s, opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sp-sticky-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ddd;
  -webkit-box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px), print {
  .sp-sticky-contact {
    display: none !important;
  }
}
.sp-sticky-contact > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sp-sticky-contact > li + li > a {
  border-left: 1px solid #fff;
}
.sp-sticky-contact > li.-instagram a {
  background-color: #717171;
}
.sp-sticky-contact > li.-instagram a .i-instagram img {
  width: 29px;
  margin-right: 1rem;
}
@media (min-width: 768px), print {
  .sp-sticky-contact > li.-instagram a .i-instagram img {
    width: 2.9rem;
    margin-right: 1.5rem;
  }
}
.sp-sticky-contact > li.-reserve a {
  text-transform: uppercase;
  background-color: var(--bs-primary);
}
.sp-sticky-contact > li.-access a {
  background-color: var(--bs-secondary);
}
.sp-sticky-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #fff;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.sp-sticky-contact i::before {
  margin: 0 0.5rem 0 0;
  font-size: 1.9rem;
}

.splide {
  margin: 0 auto;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 768px), print {
  .splide {
    width: 75rem;
  }
}
.splide .splide__slide.is-active figcaption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.splide figure {
  position: relative;
  margin: 0;
}
.splide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #006d61;
  text-align: center;
  text-shadow: 0 0 0.25em #fff, 0 0 0.3em #fff, 0 0 0.35em #fff;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateY(0.7em);
          transform: translateY(0.7em);
}
@media (min-width: 768px), print {
  .splide figcaption {
    padding: 1.1rem;
    font-size: 2rem;
  }
}
.splide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide--nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.splide--nav .splide__slide {
  border: 0.3rem solid transparent !important;
  opacity: 0.85;
}
@media (min-width: 768px), print {
  .splide--nav .splide__slide {
    border-width: 0.4rem !important;
  }
}
.splide--nav .splide__slide.is-active {
  border-color: var(--bs-primary) !important;
  opacity: 1;
}
.splide--nav .splide__arrow:focus {
  outline: none;
}
.splide--nav .splide__arrow--prev {
  left: -10px;
}
@media (min-width: 768px), print {
  .splide--nav .splide__arrow--prev {
    left: -2.7em;
  }
}
.splide--nav .splide__arrow--next {
  right: -10px;
}
@media (min-width: 768px), print {
  .splide--nav .splide__arrow--next {
    right: -2.7em;
  }
}

.js-fadeIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}
.js-fadeIn.active {
  visibility: visible;
  opacity: 1;
}
.js-fadeIn.-delay01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fadeIn.-delay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (min-width: 768px), print {
  .js-fadeIn.-delay-md-01 {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
@media (min-width: 768px), print {
  .js-fadeIn.-delay-md-02 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.js-fadeIn.-fadeInUp {
  -webkit-transform: translateY(1.7rem);
          transform: translateY(1.7rem);
}
.js-fadeIn.-fadeInUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInDown {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.js-fadeIn.-fadeInDown.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInLeft {
  -webkit-transform: translate3d(-2rem, 0, 0);
          transform: translate3d(-2rem, 0, 0);
}
.js-fadeIn.-fadeInLeft.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInRight {
  -webkit-transform: translate3d(2rem, 0, 0);
          transform: translate3d(2rem, 0, 0);
}
.js-fadeIn.-fadeInRight.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInBlur {
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.js-fadeIn.-fadeInBlur.active {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.low-img-basic {
  display: block;
  width: 95%;
  padding-top: 0.3em;
  margin: 0 auto 1.4em;
}
@media (min-width: 768px), print {
  .low-img-basic {
    width: auto;
    margin: 0 0 1.4em;
  }
}
.low-img-basic.-doctor {
  width: 70%;
}
@media (min-width: 768px), print {
  .low-img-basic.-doctor {
    width: auto;
    margin-left: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

.low-img-basic02 {
  display: block;
  width: 95%;
  padding-top: 0.3em;
  margin: 0 auto 1.4em;
}
@media (min-width: 768px), print {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0 0 1.4em 30px;
  }
}
.low-img-basic02 img {
  width: 100%;
}
.low-img-basic02.-doctor {
  width: 68%;
}
@media (min-width: 768px), print {
  .low-img-basic02.-doctor {
    width: auto;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-left {
    float: left;
    margin: 0 30px 1.4em 0;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-lg {
    width: calc((100% + 30px) * 0.5 - 30px);
  }
}

.bg-highlight {
  padding: 1.7rem 1.8rem;
  margin-bottom: 1.9rem;
  background: #dcf9f7;
}
@media (min-width: 768px), print {
  .bg-highlight {
    padding: 2.8rem 3.2rem;
    margin-bottom: 2.4rem;
  }
}
.bg-highlight.-color03 {
  background-color: #ffebeb;
}
.bg-highlight.-color04 {
  background-color: var(--bs-secondary);
}
.bg-highlight.-color05 {
  background-color: var(--bs-primary);
}
.bg-highlight.-color06 {
  background-color: rgb(216.2594339623, 250.7405660377, 247.0896226415);
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}
.bg-highlight > :last-child > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px), print {
  .list-frame {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
.list-frame > div:not(:last-child) {
  margin-bottom: 1.5em;
}
.list-frame dt {
  padding: 0.9rem 1.3rem 0.7rem;
  font-size: 112.5%;
  line-height: 1.3;
  color: #fff;
  background: #92a76d;
}
@media (min-width: 768px), print {
  .list-frame dt {
    padding: 1.1rem 2rem 0.9rem;
  }
}
.list-frame dd {
  padding: 0.8rem 1.3rem 1.5rem;
  margin: 0;
  border: 2px solid #92a76d;
  border-top: 0;
  border-bottom-width: 0;
}
@media (min-width: 768px), print {
  .list-frame dd {
    padding: 1.2rem 1.9rem 2.2rem;
  }
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.list-frame dd > :last-child > :last-child {
  margin-bottom: 0;
}

.btn-basic {
  z-index: 0;
  display: inline-block;
  padding: 1.2rem 1.9rem;
  margin: 0 0.3rem 0.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background: #20c2b1;
  -webkit-box-shadow: 0.18rem 0.18rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.18rem 0.18rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px), print {
  .btn-basic {
    padding: 1.6rem 3rem;
    margin: 0 0.5rem 0.8rem;
    font-size: 1.7rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff8f1e;
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  border-color: var(--bs-secondary);
}
.btn-basic.-color02:hover {
  color: #fff;
  background-color: #008ac4;
}
.btn-basic.-arrow {
  position: relative;
  display: block;
}
.btn-basic.-arrow::after {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  font-family: fontello, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e809";
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px), print {
  .btn-basic.-arrow::after {
    right: 1.7rem;
    font-size: 1.4rem;
  }
}
.btn-basic .i-instagram {
  width: 2rem;
  margin-right: 1rem;
}
@media (min-width: 768px), print {
  .btn-basic .i-instagram {
    width: 2.9rem;
    margin-right: 1.5rem;
  }
}

.pagenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin: 2rem auto;
  list-style: none;
}
@media (min-width: 768px), print {
  .pagenav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem auto 2rem;
  }
}
.pagenav-list li {
  min-width: 83%;
  margin: 0 0.3rem 0.5rem;
}
@media (min-width: 768px), print {
  .pagenav-list li {
    min-width: inherit;
    margin: 0 1rem 1rem;
  }
  .pagenav-list li:first-of-type {
    margin-left: 0;
  }
}
.pagenav-list a {
  z-index: 0;
  display: inline-block;
  width: 100%;
  padding: 0.8rem 1.7rem;
  margin: 0 0.3rem 0.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: var(--bs-secondary);
  border: 0.16rem solid var(--bs-secondary);
  border-radius: 10rem;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px), print {
  .pagenav-list a {
    padding: 1.1rem 2.8rem;
    margin: 0 0.4rem 0.8rem;
    font-size: 1.6rem;
    border-width: 0.2rem;
  }
}
.pagenav-list a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
  background-color: #fff;
}

.flow-list {
  padding: 0;
  margin: 1.8rem 0;
  list-style: none;
  counter-reset: flowNum;
}
.flow-list > li {
  position: relative;
  padding: 2rem 1.8rem;
  margin: 0 0 3.4rem;
  background: #e2faf8;
}
@media (min-width: 768px), print {
  .flow-list > li {
    padding: 2.8rem 3.2rem;
    margin-bottom: 5.6rem;
    border-width: 3px;
  }
}
.flow-list > li::after {
  position: absolute;
  right: 0;
  bottom: -2.6rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: "";
  border-top: 1.2em solid #afe5df;
  border-right: 1.4em solid transparent;
  border-left: 1.4em solid transparent;
}
@media (min-width: 768px), print {
  .flow-list > li::after {
    bottom: -4.2rem;
  }
}
.flow-list > li:last-of-type {
  margin-bottom: 0;
}
.flow-list > li:last-of-type::after {
  display: none;
}
.flow-list > li > :last-child {
  margin-bottom: 0;
}
.flow-list .flow-tit {
  position: relative;
  padding-left: 2.6rem;
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-secondary);
}
@media (min-width: 768px), print {
  .flow-list .flow-tit {
    padding-left: 3.8rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.flow-list .flow-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: counter(flowNum);
  counter-increment: flowNum;
  background: var(--bs-secondary);
  border-radius: 50%;
}
@media (min-width: 768px), print {
  .flow-list .flow-tit::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    margin: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.movie-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 0.9rem;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .movie-embed {
    margin: 0 0 1.6rem;
  }
}
.movie-embed.-index-colonoscopy {
  padding-bottom: 75%;
}
@media (min-width: 768px), print {
  .movie-embed.-index-colonoscopy {
    height: 100%;
    padding-bottom: 0;
  }
}
.movie-embed.-ratio-4-3 {
  padding-bottom: 75%;
}
.movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.qa .qa-item:not(:last-of-type) {
  padding-bottom: 1.25rem;
}
.qa .qa-list {
  font-weight: 600;
  color: #15bfad;
  margin-bottom: 0.5rem;
}
.qa .qa-list::before {
  content: "Q. ";
  font-weight: bold;
}
.qa .answer::before {
  color: var(--bs-red);
  content: "A. ";
  font-weight: bold;
}

.sp_n {
  display: none;
}
@media (min-width: 768px), print {
  .sp_n {
    display: block;
  }
}

@media (min-width: 768px), print {
  .pc_n {
    display: none;
  }
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

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

.pb_0 {
  padding-bottom: 0px !important;
}

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

.page-index .keyv {
  position: relative;
  z-index: 1;
  margin: -1.3rem 0 0;
  background: #e6fffc url("../images/index_keyv_bg@2x.png") no-repeat 50% 95%/auto 100%;
}
@media (min-width: 768px), print {
  .page-index .keyv {
    margin: 0;
    background-size: cover;
  }
}
@media (min-width: 768px), print {
  .page-index .keyv::before {
    position: absolute;
    bottom: -13.6rem;
    left: calc(50% - 90rem);
    width: 26.9rem;
    height: 40.7rem;
    content: "";
    background: url("../images/index_keyv_deco@2x.webp") no-repeat 50% 50%/cover;
  }
}
.page-index .swiper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26rem;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 768px), print {
  .page-index .swiper {
    left: 6.4rem;
    width: calc(100% - 6.4rem);
    max-width: 126.4rem;
    height: 78.3rem;
  }
}
.page-index .swiper.swiper-initialized .swiper-wrapper {
  opacity: 1;
}
.page-index .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 2s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}
.page-index .swiper-slide > img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45% 100%;
     object-position: 45% 100%;
}
@media (min-width: 768px), print {
  .page-index .swiper-slide > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.page-index .keyv-en {
  position: absolute;
  bottom: -1.2em;
  left: 1rem;
  font-family: var(--font-jost);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1828;
  color: var(--bs-primary);
  letter-spacing: 0.02em;
  cursor: default;
}
@media (min-width: 768px), print {
  .page-index .keyv-en {
    left: calc(50% - 43rem);
    font-size: 9.3rem;
  }
}
.page-index .keyv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 32.8rem;
  padding: 0 1rem 3.8rem 0;
}
@media (min-width: 768px), print {
  .page-index .keyv-inner {
    height: 91.4rem;
    padding: 0 15px 15.6rem;
  }
}
.page-index .keyv-copy {
  font-family: var(--font-zen-kaku);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.275;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .page-index .keyv-copy {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
  }
}
.page-index .keyv-copy p {
  margin: 0;
}
.page-index .tit-index {
  padding: 0;
  margin: 4.2rem 0 1.9rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .page-index .tit-index {
    margin: 8.2rem 0 3rem;
    font-size: 2.2rem;
  }
}
.page-index .tit-index .en {
  display: block;
  margin: 0 0 0.05em;
  font-family: var(--font-jost);
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1;
  color: #009a89;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .page-index .tit-index .en {
    font-size: 9.3rem;
    letter-spacing: 0.02em;
  }
}
.page-index .tit-index.-notice {
  color: var(--bs-secondary);
}
@media (min-width: 768px), print {
  .page-index .tit-index.-notice .en {
    font-size: 7rem;
    color: var(--bs-secondary);
    letter-spacing: 0;
  }
}
.page-index .tit-index.text-white .en {
  color: #fff;
}
.page-index .special-area {
  position: relative;
  z-index: 0;
  padding: 13.9rem 0 7.5rem;
  overflow: hidden;
  background: url("../images/index_special_bg.webp") no-repeat 42% 100%/auto 13.2rem;
}
@media (min-width: 768px), print {
  .page-index .special-area {
    padding: 17.9rem 0 9.1rem;
    background-position: 50% 100%;
    background-size: auto;
  }
}
.page-index .special-area::after {
  position: absolute;
  top: 3rem;
  right: calc(15px + 2.6rem);
  z-index: -2;
  width: calc(100% - 15px - 2.6rem);
  height: 12rem;
  content: "";
  background: #fcfae4 url("../images/index_special_deco@2x.webp") no-repeat 90% 50%/cover;
}
@media (min-width: 768px), print {
  .page-index .special-area::after {
    top: 10rem;
    right: calc(50% + 16.9rem);
    width: calc(50% - 16.9rem);
    height: 69.2rem;
  }
}
.page-index .special-box {
  padding: 1.8rem calc(15px + 1rem) 2rem 1.2rem;
  margin-right: -15px;
  background: rgba(21, 191, 173, 0.9);
}
@media (min-width: 768px), print {
  .page-index .special-box {
    padding: 5.1rem 2.3rem;
    margin-right: -15px;
  }
}
@media (min-width: 1130px) {
  .page-index .special-box {
    padding-right: calc(50vw - 50% + 2.3rem);
    margin-right: calc(50% - 50vw);
  }
}
.page-index .special-lead {
  margin: 0 0 1.5rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5385;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .page-index .special-lead {
    margin: 0 0 3.7rem;
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
.page-index .special-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .special-list {
    padding: 0 8rem;
  }
}
.page-index .special-list > li {
  padding: 0.9rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #444;
  background: #fff;
}
@media (min-width: 768px), print {
  .page-index .special-list > li {
    padding: 0.6rem 2.1rem;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.page-index .special-list > li + li {
  margin-top: 0.8rem;
}
@media (min-width: 768px), print {
  .page-index .special-list > li + li {
    margin-top: 1rem;
  }
}
.page-index .special-list .em {
  font-size: 110%;
  font-weight: 700;
  color: var(--bs-secondary);
}
.page-index .special-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem 1rem 2.4rem;
  margin: 2rem 1rem 0 0;
  font-family: var(--font-zen-kaku);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  background: rgba(240, 122, 156, 0.67);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px), print {
  .page-index .special-btn {
    padding: 2.4rem 5.4rem;
    margin: 11.8rem 13rem 0 0;
    font-size: 2.4rem;
  }
}
.page-index .special-btn i {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.page-index .special-btn i::before {
  margin: 0 0 0 0.15em;
  font-size: 270%;
  line-height: 0.5;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.page-index .special-btn:hover {
  background-color: var(--bs-secondary);
}
.page-index .special-btn:hover i {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.page-index .colonoscopy-area {
  padding: 4.2rem 0 4.6rem;
  background: #dcf9f6;
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-area {
    padding: 9.6rem 0 11.1rem;
  }
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-col-right {
    width: 35.8rem;
    padding-top: 1.5rem;
  }
}
.page-index .colonoscopy-body {
  position: relative;
  padding: 0 0 1.2rem 1.3rem;
  margin-bottom: 2.2rem;
  border: 1px solid #111;
  border-top: none;
  border-right: none;
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-body {
    padding: 0 0 1.9rem 2.4rem;
    margin-top: 4.2rem;
    margin-bottom: 0;
  }
}
.page-index .colonoscopy-body::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1.6rem;
  content: "";
  background: #111;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-body::before {
    height: 2rem;
  }
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-body p {
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px), print {
  .page-index .colonoscopy-movie {
    height: 100%;
  }
}
.page-index .reserve-area {
  padding: 3.2rem 0;
}
@media (min-width: 768px), print {
  .page-index .reserve-area {
    padding: 7rem 0;
  }
}
.page-index .reserve-index-bnr {
  display: inline-block;
  padding: 1rem 0.8rem 1.6rem 1.5rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  background: rgba(21, 191, 173, 0.95);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px), print {
  .page-index .reserve-index-bnr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7rem 6.8rem;
    font-size: 2.4rem;
  }
}
.page-index .reserve-index-bnr .reserve-index-bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-zen-kaku);
}
@media (min-width: 768px), print {
  .page-index .reserve-index-bnr .reserve-index-bnr-inner {
    margin: 0 3.3rem 0 0;
  }
}
.page-index .reserve-index-bnr .icon-icon04::before {
  margin: 0 0.1em 0 0;
  font-size: 120%;
  -webkit-transform: translateY(0.08em);
          transform: translateY(0.08em);
}
.page-index .reserve-index-bnr .icon-icon03 {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.page-index .reserve-index-bnr .icon-icon03::before {
  margin: 0 0 0 0.15em;
  font-size: 270%;
  line-height: 0.5;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.page-index .reserve-index-bnr p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6111;
  text-align: left;
}
@media (min-width: 768px), print {
  .page-index .reserve-index-bnr p {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
}
.page-index .reserve-index-bnr:hover {
  background-color: #00af9d;
}
.page-index .reserve-index-bnr:hover .icon-icon03 {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.page-index .reason-area {
  padding: 4.2rem 0 5rem;
  background: #dcf9f6 url("../images/index_reason_bg.webp") no-repeat 50% 100%/auto 25rem;
}
@media (min-width: 768px), print {
  .page-index .reason-area {
    padding: 9.2rem 0 15.5rem;
    background-size: auto;
  }
}
@media (width >= 2001px) {
  .page-index .reason-area {
    background-size: 100%;
  }
}
.page-index .reason-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -1rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.5rem;
  line-height: 1.45;
  color: var(--bs-secondary);
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px), print {
  .page-index .reason-lead {
    margin: 3.8rem 0 1.7rem;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
}
.page-index .reason-lead::before, .page-index .reason-lead::after {
  display: block;
  width: 1.3em;
  height: 1px;
  margin-top: 0.06em;
  content: "";
  background: var(--bs-secondary);
}
@media (min-width: 768px), print {
  .page-index .reason-lead::before, .page-index .reason-lead::after {
    width: 1.6em;
  }
}
.page-index .reason-lead::before {
  margin-right: 0.5em;
}
@media (min-width: 768px), print {
  .page-index .reason-lead::before {
    margin-right: 0.7em;
  }
}
.page-index .reason-lead::after {
  margin-left: 0.5em;
}
@media (min-width: 768px), print {
  .page-index .reason-lead::after {
    margin-left: 0.7em;
  }
}
.page-index .reason-box {
  counter-reset: reasonNum;
}
@media (min-width: 768px), print {
  .page-index .reason-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-index .reason-item {
  position: relative;
  z-index: 0;
  padding: 14.8rem 0 0 1.5rem;
  margin-top: 3.2rem;
}
@media (min-width: 768px), print {
  .page-index .reason-item {
    width: 53.2rem;
    padding: 22.9rem 0 0 3.3rem;
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px), print {
  .page-index .reason-item:nth-child(2n) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.page-index .reason-body {
  position: relative;
  padding: 2.2rem 2rem 2rem;
  text-align: justify;
  background: #fff;
  -webkit-box-shadow: 0.48rem 0.48rem 0.6rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.48rem 0.48rem 0.6rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px), print {
  .page-index .reason-body {
    height: 32.4rem;
    padding: 2.4rem 2.4rem 0;
    letter-spacing: 0;
    -webkit-box-shadow: 0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.05);
  }
}
.page-index .reason-body::before {
  position: absolute;
  top: -0.58em;
  right: 0.8rem;
  font-family: var(--font-jost);
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #c1c1c1;
  letter-spacing: 0;
  content: counter(reasonNum, decimal-leading-zero);
  counter-increment: reasonNum;
}
@media (min-width: 768px), print {
  .page-index .reason-body::before {
    right: 1.5rem;
    font-size: 7.3rem;
  }
}
@media (min-width: 768px), print {
  .page-index .reason-body p {
    line-height: 1.6875;
  }
}
.page-index .reason-body > :last-child {
  margin-bottom: 0;
}
.page-index .reason-body > :last-child > :last-child {
  margin-bottom: 0;
}
.page-index .reason-tit {
  padding: 0;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #c9466c;
  text-align: left;
}
@media (min-width: 768px), print {
  .page-index .reason-tit {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.page-index .reason-tit .fz-sm {
  font-size: 90%;
}
.page-index .reason-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 25.2rem;
  margin: 0;
}
@media (min-width: 768px), print {
  .page-index .reason-img {
    width: 37.7rem;
  }
}
.page-index .reason-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1.3rem;
  margin: 0.8rem 0 0;
  font-family: var(--font-zen-kaku);
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  background: var(--bs-primary);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px), print {
  .page-index .reason-btn {
    padding: 0.6rem 2rem 0.6rem 2.1rem;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.page-index .reason-btn .icon-icon04 {
  line-height: 1;
}
.page-index .reason-btn .icon-icon04::before {
  margin: 0 0.3em 0 0;
  font-size: 150%;
}
.page-index .reason-btn .i-instagram {
  margin-right: 1rem;
  line-height: 1;
}
@media (min-width: 768px), print {
  .page-index .reason-btn .i-instagram {
    margin-right: 1.5rem;
  }
}
.page-index .reason-btn .i-instagram img {
  width: 2rem;
}
@media (min-width: 768px), print {
  .page-index .reason-btn .i-instagram img {
    width: 2.9rem;
  }
}
.page-index .reason-btn .icon-icon03 {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.page-index .reason-btn .icon-icon03::before {
  margin: 0 0 0 0.1em;
  font-size: 190%;
  line-height: 0.5;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
.page-index .reason-btn:hover {
  color: #fff;
  background: #00a696;
}
.page-index .reason-btn:hover .icon-icon03 {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.page-index .reason-btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #c9466c;
  text-decoration: none;
  letter-spacing: 0;
  border: 1px solid #f1b6c7;
  border-radius: 10rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px), print {
  .page-index .reason-btn02 {
    padding: 0.7rem 1.3rem;
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
.page-index .reason-btn02:hover {
  background: #ffe8ef;
}
.page-index .feature-area {
  padding: 4.2rem 0 5rem;
  background: #91dcd4 url("../images/index_feature_bg.webp") no-repeat 50% 0/auto 30rem;
}
@media (min-width: 768px), print {
  .page-index .feature-area {
    padding: 9.2rem 0 19.5rem;
    background-size: auto;
  }
}
@media (width >= 2001px) {
  .page-index .feature-area {
    background-size: 100%;
  }
}
.page-index .feature-box {
  counter-reset: featureNum;
}
.page-index .feature-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem 2rem;
  margin-top: 5.2rem;
  background: #ffeff4;
}
@media (min-width: 768px), print {
  .page-index .feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 35.8rem;
    padding: 3.7rem 50.5rem 0 5rem;
    margin-top: 10rem;
  }
}
.page-index .feature-item:nth-child(2n) {
  color: #fff;
  background-color: #18a294;
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) {
    padding: 3.7rem 3.3rem 0 49.3rem;
    margin-top: 4rem;
  }
}
.page-index .feature-item:nth-child(2n) .feature-tit {
  color: #fff;
}
.page-index .feature-item:nth-child(2n) .feature-tit::before {
  color: #fff;
  border-color: #fff;
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) .feature-img {
    inset: auto auto -5rem 5rem;
  }
}
.page-index .feature-body p {
  text-align: justify;
}
@media (min-width: 768px), print {
  .page-index .feature-body p {
    margin-bottom: 1.4em;
    font-size: 1.5rem;
    line-height: 1.4667;
    letter-spacing: 0;
  }
}
.page-index .feature-body > :last-child {
  margin-bottom: 0;
}
.page-index .feature-body > :last-child > :last-child {
  margin-bottom: 0;
}
.page-index .feature-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0 1.4rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4615;
  color: #c9466c;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .page-index .feature-tit {
    margin: 0 0 1.1rem;
    font-size: 2.6rem;
    line-height: 1.1538;
  }
}
.page-index .feature-tit::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.11em 0.18em;
  margin-right: 0.25em;
  font-family: var(--font-jost);
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  content: counter(featureNum);
  counter-increment: featureNum;
  border-top: 1px solid #c9466c;
  border-bottom: 1px solid #c9466c;
}
@media (min-width: 768px), print {
  .page-index .feature-tit::before {
    padding: 0.06em 0.18em;
    margin-right: 0.3em;
    font-size: 5.2rem;
  }
}
.page-index .feature-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 -0.9rem;
  -webkit-transform: translateY(-2.1rem);
          transform: translateY(-2.1rem);
}
@media (min-width: 768px), print {
  .page-index .feature-img {
    position: absolute;
    top: -5rem;
    right: 5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40rem;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.page-index .treatment-area {
  padding: 4.6rem 0 2rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-area {
    max-height: 87.4rem;
    padding: 11.5rem 0 19.1rem;
    background: #fff url("../images/index_treatment_bg.webp") no-repeat left calc(50% - 60.3rem) top 0;
  }
}
@media (width >= 2001px) {
  .page-index .treatment-area {
    background-position: 0 0;
  }
}
.page-index .treatment-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.8rem;
  margin: 2.6rem calc(-0.5 * var(--bs-gutter-x)) 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list {
    padding: 0 0 0 54rem;
    margin: 1rem calc(-0.5 * var(--bs-gutter-x)) 0;
  }
}
.page-index .treatment-index-list.active > li {
  -webkit-animation: show-pop 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83) 0s both;
          animation: show-pop 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83) 0s both;
}
.page-index .treatment-index-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 0;
  margin-bottom: 1.6rem;
  opacity: 0;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list > li {
    width: 33.3333%;
    margin-bottom: 2.1rem;
  }
}
.page-index .treatment-index-list > li:nth-child(2) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.page-index .treatment-index-list > li:nth-child(3) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.page-index .treatment-index-list > li:nth-child(4) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.page-index .treatment-index-list > li:nth-child(5) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.page-index .treatment-index-list > li:nth-child(6) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.page-index .treatment-index-list > li:nth-child(7) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.page-index .treatment-index-list > li:nth-child(8) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}
.page-index .treatment-index-list > li:nth-child(9) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.page-index .treatment-index-list > li:nth-child(10) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}
@-webkit-keyframes show-pop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.7rem);
            transform: translateY(1.7rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show-pop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.7rem);
            transform: translateY(1.7rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-index .treatment-index-list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 11.4rem 0 0.7rem;
  overflow: visible;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #4a3a25;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list a {
    padding: 14.5rem 0 1.8rem;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}
.page-index .treatment-index-list a:hover {
  color: var(--bs-primary);
}
.page-index .treatment-index-list a:hover i::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.45s cubic-bezier(0.3, 0.06, 0.15, 0.98);
  transition: 0.45s cubic-bezier(0.3, 0.06, 0.15, 0.98);
}
.page-index .treatment-index-list i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  margin: 0 auto;
  background: var(--bs-primary);
  -webkit-transition: background-color 0.3s ease, background-position 0.6s cubic-bezier(0.49, 0.05, 0.01, 0.95);
  transition: background-color 0.3s ease, background-position 0.6s cubic-bezier(0.49, 0.05, 0.01, 0.95);
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list i {
    top: 0;
    width: 13rem;
    height: 13rem;
  }
}
.page-index .treatment-index-list i::before {
  z-index: 1;
  width: 10.4rem;
  height: 10.4rem;
  margin: 0;
  content: "";
  background: no-repeat 50% 50%/contain;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list i::before {
    width: 13rem;
    height: 13rem;
  }
}
.page-index .treatment-index-list i.i-proctology::before {
  background-image: url("../images/icon_proctology.svg");
}
.page-index .treatment-index-list i.i-colonoscopy::before {
  background-image: url("../images/icon_colonoscopy.svg");
}
.page-index .treatment-index-list i.i-colonoscopy01::before {
  background-image: url("../images/icon_colonoscopy01.svg");
}
.page-index .treatment-index-list i.i-endoscopy::before {
  background-image: url("../images/icon_endoscopy.svg");
}
.page-index .treatment-index-list i.i-gastro::before {
  background-image: url("../images/icon_gastro.svg");
}
.page-index .treatment-index-list i.i-colon-cancer::before {
  background-image: url("../images/icon_colon-cancer.svg");
}
.page-index .treatment-index-list i::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 74%;
  height: 74%;
  margin: auto;
  content: "";
  background: #18a294;
  opacity: 0;
  -webkit-transition: 0.5s 0.05s cubic-bezier(0, 0.1, 0.11, 0.63);
  transition: 0.5s 0.05s cubic-bezier(0, 0.1, 0.11, 0.63);
}
.page-index .carousel-area {
  margin: 0 0 3.4rem;
}
@media (min-width: 768px), print {
  .page-index .carousel-area {
    margin: -13rem 0 11rem;
    overflow: hidden;
  }
}
.page-index .carousel-inner {
  position: relative;
  width: calc(100% - 6.2rem);
  margin-left: auto;
}
@media (min-width: 768px), print {
  .page-index .carousel-inner {
    width: calc(50% + 40.6rem);
  }
}
.page-index .carousel-gallery {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-index .carousel-gallery > li {
  height: 8.6rem;
  margin-right: 0.6rem;
}
@media (min-width: 768px), print {
  .page-index .carousel-gallery > li {
    height: 20.8rem;
    margin-right: 1.5rem;
  }
}
.page-index .carousel-gallery img {
  width: auto;
  height: 100%;
}
.page-index .carousel-btn {
  position: absolute;
  top: -0.2rem;
  left: -5.6rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 9rem;
  height: 9rem;
  padding: 0.7rem 0 0;
  font-size: 1.1rem;
  line-height: 1.3214;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.02em;
  background: var(--bs-secondary);
  border-radius: 50%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px), print {
  .page-index .carousel-btn {
    top: 2.2rem;
    left: -14.4rem;
    width: 16.5rem;
    height: 16.5rem;
    padding: 2.7rem 0 0;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.page-index .carousel-btn i {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.page-index .carousel-btn i::before {
  margin: -0.265em 0 0;
  font-size: 400%;
  line-height: 0.5;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.page-index .carousel-btn:hover {
  background-color: #e1658a;
}
.page-index .carousel-btn:hover i {
  -webkit-transform: translateX(0.35em);
          transform: translateX(0.35em);
}
.page-index .group-area {
  padding: 4.2rem 0 5rem;
  background: url("../images/index_group_bg.webp") no-repeat 100% 0/auto 19rem;
}
@media (min-width: 768px), print {
  .page-index .group-area {
    padding: 9.2rem 0 11rem;
    background-position: calc(50% + 20rem) 0;
    background-size: auto;
  }
}
@media (width >= 2001px) {
  .page-index .group-area {
    background-position: 100% 0;
  }
}
.page-index .group-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 3.4rem 0 1.4rem;
  font-family: var(--font-zen-kaku);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #7d7d7d;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .page-index .group-tit {
    margin: 8.1rem 0 5.3rem;
    font-size: 2.8rem;
  }
}
.page-index .group-tit::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.4em;
  content: "";
  border-bottom: 2px dotted #7d7d7d;
}
.page-index .group-row {
  padding: 0 0.2rem;
}
@media (min-width: 768px), print {
  .page-index .group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 0.8rem;
  }
}
.page-index .group-col-left {
  padding-bottom: 1.6rem;
}
@media (min-width: 768px), print {
  .page-index .group-col-left {
    width: 43rem;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
  .page-index .group-col-right {
    width: 58.6rem;
  }
}
.page-index .group-btn {
  display: table;
  padding: 0.5rem 1.8rem;
  margin: 1rem auto 0;
  font-family: var(--font-zen-kaku);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  background: #b596b7;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .page-index .group-btn {
    padding: 0.7rem 2.4rem;
    margin: 2.3rem auto 0;
    font-size: 2rem;
  }
}
.page-index .group-btn.-color02 {
  background-color: #4ecec1;
}
.page-index .group-btn.-color03 {
  background-color: #855e28;
}
.page-index .group-btn.-color04 {
  background-color: #ffa500;
}
.page-index .group-btn:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.page-index .group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .page-index .group-list {
    line-height: 1.6875;
  }
}
.page-index .group-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.8rem;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px), print {
  .page-index .group-list dt {
    width: 9.8rem;
    font-size: 1.6rem;
  }
}
.page-index .group-list dt:not(:first-child) {
  margin-top: 1.1rem;
}
@media (min-width: 768px), print {
  .page-index .group-list dt:not(:first-child) {
    margin-top: 3.3rem;
  }
}
.page-index .group-list dt > span {
  display: block;
  width: 100%;
  padding: 0.3em 0 0.5em;
  -webkit-box-shadow: inset 1px -1px 0 #7d7d7d;
          box-shadow: inset 1px -1px 0 #7d7d7d;
}
@media (min-width: 768px), print {
  .page-index .group-list dt > span {
    padding: 0.1rem 0 0.6rem;
  }
}
.page-index .group-list dd {
  width: calc(100% - 5.8rem);
  padding: 0 0 0 1.1rem;
  margin: 0;
  font-size: 1.2rem;
  overflow-wrap: anywhere;
}
@media (min-width: 768px), print {
  .page-index .group-list dd {
    width: calc(100% - 9.8rem);
    padding: 0 0 0 1.8rem;
    font-size: 1.6rem;
  }
}
.page-index .group-list dd:not(:first-of-type) {
  margin-top: 1.1rem;
}
@media (min-width: 768px), print {
  .page-index .group-list dd:not(:first-of-type) {
    margin-top: 3.3rem;
  }
}
@media (min-width: 768px), print {
  .page-index .group-list .address-br {
    display: none;
  }
}
.page-index .group-list .fz-lg {
  font-size: 112.5%;
}

.page-doctor .list-career {
  margin-bottom: 1.65em;
}
@media (min-width: 768px), print {
  .page-doctor .list-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-doctor .list-career dt {
  font-weight: 700;
}
.page-doctor .list-career dt span {
  display: inline-block;
}
@media (min-width: 768px), print {
  .page-doctor .list-career dt {
    width: 30%;
  }
}
.page-doctor .list-career dd {
  padding-bottom: 0.4em;
  margin-bottom: 0;
}
@media (min-width: 768px), print {
  .page-doctor .list-career dd {
    width: 70%;
    padding-bottom: 0.45em;
  }
}
.page-doctor .list-career dd:last-child {
  padding-bottom: 0;
}
.page-doctor .list-career.-type02 dt {
  width: 5.6em;
}
.page-doctor .list-career.-type02 dd {
  width: calc(100% - 5.6em);
}

@media (min-width: 768px), print {
  .page-access .address-br {
    display: none;
  }
}
.page-access .list-route {
  padding: 0.3em 0 0;
  list-style: none;
}
.page-access .list-route > li {
  margin-bottom: 2.1rem;
}
@media (min-width: 768px), print {
  .page-access .list-route > li {
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0 auto 3rem;
  }
}
.page-access .list-route img {
  width: 100%;
}

.page-qa .list-faq {
  margin: 1.2em 0;
  border-bottom: 1px dashed #c0bc9a;
}
.page-qa .list-faq.-bdb-n {
  border-bottom: none;
}
.page-qa .list-faq dt {
  position: relative;
  padding: 1.55em 0.7em 0.7em 2.2em;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #18a294;
  border-top: 1px dashed #c0bc9a;
}
.page-qa .list-faq dt::before {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: "Q";
  background: #73d2c8;
  border-radius: 0.2rem;
}
.page-qa .list-faq dd {
  position: relative;
  padding: 0.2em 0 1.45em 2.2em;
  margin: 0;
}
.page-qa .list-faq dd::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: "A";
  background: #f18eae;
  border-radius: 0.2rem;
}
.page-qa .list-faq dd > :last-child {
  margin-bottom: 0;
}
.page-qa .list-faq dd > :last-child > :last-child {
  margin-bottom: 0;
}

.page-gastro .gastro-tit01 {
  padding: 0;
  margin: 3.9rem 0 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-secondary);
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .page-gastro .gastro-tit01 {
    margin: 0 0 2.6rem;
    font-size: 2.5rem;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  }
}

a[href=""] {
  pointer-events: none;
}

@media print {
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1130px !important;
  }
  .container {
    min-width: 1130px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  .page-top {
    display: none !important;
  }
  .sticky-btn {
    position: absolute;
  }
}
/*# sourceMappingURL=style.css.map */