@charset "UTF-8";
:root {
  --fontfamily01: "Noto Sans JP", sans-serif;
  --fontfamily02: "Shippori Mincho", serif;
  --fontfamily03: "G_e12Daydream";
  --key-color: #679e5f;
  --font-color: #4d423b;
  --footer-sns-color: #4d423b;
  --color01: #4d423b;
  --color02: #679e5f;
  --color03: #fffcf4;
  --color04: #1f3b1b;
  --color05: 47, 135, 136;
  --color06: #f5eedb;
  --color07: #e2d3b5;
  --color08: #1c3a18;
  --color09: #f9f4e5;
  --color10: #dfe9dd;
  --btn-color01: #008282;
  --btn-color02: #01a2a4;
  --btn-color03: #77af6e;
  --btn-color04: #95cb8b;
}

/* stylelint-disable-next-line no-invalid-position-at-import-rule */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.position-relative {
  position: relative !important;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 1rem !important;
}

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: 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;
}

.mt-auto {
  margin-top: 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;
}

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

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

.pt-50 {
  padding-top: 50% !important;
}

.pt-100 {
  padding-top: 100% !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;
}

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

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

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

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

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

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

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

/* Grid */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  -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);
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-0 {
    margin-left: 1rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: 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;
  }
  .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;
  }
  .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;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .container {
    max-width: 720px;
  }
  .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%;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .container {
    max-width: 1176px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .container {
    max-width: 1224px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .container-1400 {
    max-width: 1400px;
  }
  .container-1600 {
    max-width: 1624px;
  }
}
.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  list-style: none;
}

.breadcrumb-item {
  color: #675d57;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item a {
  color: var(--color02);
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  color: var(--key-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--key-color);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: var(--key-color);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: var(--key-color);
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:hover:not(.disabled) .page-link, .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--key-color);
  border-color: var(--key-color);
}
.page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.6;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
  color: #0a58ca;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.text-primary {
  color: #6c961e !important;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  background: #dddad7;
}
hr.height2 {
  height: 2px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: normal;
}

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

body {
  font: 16px/24px var(--fontfamily01), sans-serif;
  color: var(--font-color);
  letter-spacing: 0.04em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background: var(--color01);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color01);
}

/* Text truncate */
.text__truncate {
  display: -webkit-box;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text__truncate.-n2 {
  -webkit-line-clamp: 2;
}

.text__truncate.-n3 {
  -webkit-line-clamp: 3;
}

.text__truncate.-n4 {
  -webkit-line-clamp: 4;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.btn {
  position: relative;
  font-family: var(--fontfamily02);
  font-size: 16px;
  line-height: normal;
}
.btn-primary {
  min-width: 150px;
  padding: 9px 30px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 30px;
}
.btn-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(45deg, var(--btn-color01), var(--btn-color02));
  border-radius: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary.-arrow-right::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 9px;
  height: 11px;
  content: "";
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/icon-angle-right.png");
          mask-image: url("../images/icon-angle-right.png");
}
.btn-primary.-large {
  min-width: 220px;
  padding: 12px 30px;
  font-size: 18px;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.btn-primary:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--btn-color01)), to(var(--btn-color02)));
  background: linear-gradient(360deg, var(--btn-color01), var(--btn-color02));
}
.btn-secondary {
  min-width: 150px;
  padding: 9px 30px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 30px;
}
.btn-secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(45deg, var(--btn-color03), var(--btn-color04));
  border-radius: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary.-large {
  min-width: 220px;
  padding: 12px 30px;
  font-size: 18px;
}
.btn-secondary i {
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.btn-secondary:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.btn-secondary:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--btn-color03)), to(var(--btn-color04)));
  background: linear-gradient(360deg, var(--btn-color03), var(--btn-color04));
}
.btn-primary-mask {
  min-width: 300px;
  padding: 20px;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/_seagreen/btn-primary-mask-seagreen.png");
}
.btn-primary-mask:hover {
  color: #fff;
}
.btn-primary-mask:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary-mask.-s2 {
  background-image: url("../images/_seagreen/btn-primary2-mask-seagreen.png");
}
.btn span {
  position: relative;
}
@media (max-width: 1199px) {
  .btn-primary-mask {
    min-width: 260px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .btn-primary-mask {
    min-width: 230px;
  }
}

.ef__flashing:hover {
  opacity: 1;
  -webkit-animation: flash 3s;
          animation: flash 3s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.ef__shine {
  position: relative;
  overflow: hidden;
}

.ef__shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.ef__shine:hover::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.ef--shine {
  position: relative;
  overflow: hidden;
}

.ef--shine .ef--shine__thumb {
  position: relative;
}

.ef--shine .ef--shine__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.ef--shine:hover .ef--shine__thumb::before {
  -webkit-animation: shine 2s;
          animation: shine 2s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.swiper .swiper-button {
  width: 40px;
  height: 40px;
  background: var(--key-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper .swiper-button-prev::after {
  position: relative;
  left: -2px;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 7px solid transparent;
}
.swiper .swiper-button-next::after {
  position: relative;
  left: 2px;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
}
@media (min-width: 768) {
  .swiper .swiper-button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

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

.container-980 {
  max-width: 1004px;
}

.container-1600 {
  max-width: 1624px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1224px;
  }
  .container-980 {
    max-width: 1004px;
  }
  .container-1600 {
    max-width: 1624px;
  }
  .g-xxl-120 {
    --bs-gutter-x: 120px;
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1200px) {
  .g-xl-60 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
  }
  .g-xl-80 {
    --bs-gutter-x: 80px;
    --bs-gutter-y: 80px;
  }
  .g-xl-100 {
    --bs-gutter-x: 100px;
    --bs-gutter-y: 100px;
  }
  .g-xl-120 {
    --bs-gutter-x: 120px;
    --bs-gutter-y: 120px;
  }
}
@font-face {
  font-family: "G_e12Daydream";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/G_e12Daydream/G_e12Daydream-Regular.woff2") format("woff2"), url("../fonts/G_e12Daydream/G_e12Daydream-Regular.woff") format("woff");
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  position: relative;
  display: inline-block;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[class^=icon-].-white::before,
[class*=" icon-"].-white::before {
  background-color: #fff;
}

/* Icon */
.icon-top::before {
  width: 90px;
  height: 90px;
  background-color: transparent;
  background-image: url("../images/page_top.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-phone::before {
  width: 16px;
  height: 20px;
  -webkit-mask-image: url("../images/icon-phone.svg");
          mask-image: url("../images/icon-phone.svg");
  background-color: var(--key-color);
}

.icon-phonev2::before {
  width: 22px;
  height: 28px;
  -webkit-mask-image: url("../images/icon-phone.svg");
          mask-image: url("../images/icon-phone.svg");
  background-color: var(--key-color);
}

.icon-phonev3::before {
  width: 16px;
  height: 20px;
  -webkit-mask-image: url("../images/icon-phone.svg");
          mask-image: url("../images/icon-phone.svg");
  background-color: #fff;
}

.icon-line::before {
  width: 36px;
  height: 36px;
  -webkit-mask-image: url("../images/icon-line.svg");
          mask-image: url("../images/icon-line.svg");
  background-color: var(--key-color);
}

.icon-twitter::before {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("../images/icon-twitter.svg");
          mask-image: url("../images/icon-twitter.svg");
  background-color: var(--key-color);
}

.icon-instagram::before {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url("../images/icon-instagram.svg");
          mask-image: url("../images/icon-instagram.svg");
  background-color: var(--key-color);
}

.icon-angle-right::before {
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../images/icon-arrow.svg");
          mask-image: url("../images/icon-arrow.svg");
  background-color: var(--key-color);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon-calendar::before {
  width: 25px;
  height: 24px;
  -webkit-mask-image: url("../images/icon-calendar.png");
          mask-image: url("../images/icon-calendar.png");
  background-color: #fff;
}

.icon-clock::before {
  width: 28px;
  height: 27px;
  -webkit-mask-image: url("../images/icon-clock.png");
          mask-image: url("../images/icon-clock.png");
  background-color: #fff;
}

[class^=iconbg-],
[class*=" iconbg-"] {
  display: inline-block;
}

.iconbg-line-circle,
.iconbg-twitter-circle,
.iconbg-instagram-circle {
  width: 55px;
  height: 55px;
  background-color: var(--footer-sns-color);
  background-repeat: no-repeat;
}

.iconbg-line-circle {
  -webkit-mask-image: url("../images/icon-line-circle.svg");
          mask-image: url("../images/icon-line-circle.svg");
}

.iconbg-twitter-circle {
  -webkit-mask-image: url("../images/icon-twitter-circle.svg");
          mask-image: url("../images/icon-twitter-circle.svg");
}

.iconbg-instagram-circle {
  -webkit-mask-image: url("../images/icon-instagram-circle.svg");
          mask-image: url("../images/icon-instagram-circle.svg");
}

/* C-header */
.c-header {
  margin-bottom: 60px;
}
.c-header__title {
  margin-bottom: 10px;
  font-family: var(--fontfamily03);
  font-size: 80px;
  line-height: 1.5;
  color: var(--color01);
  letter-spacing: 0.001em;
}
.c-header__sub {
  font-family: var(--fontfamily02);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--color02);
  letter-spacing: 0.05em;
}

.content {
  overflow-x: hidden;
}

/* Page */
.page-header {
  position: relative;
  z-index: 1;
  font-family: var(--fontfamily02);
}
.page-header__thumb .dnfix__thumb {
  min-height: 450px;
  padding-top: 36.65%;
}
@media (max-width: 767px) {
  .page-header__thumb .dnfix__thumb {
    min-height: 350px;
  }
}
.page-header__mask {
  -webkit-mask-image: url("../images/header-mask.png");
          mask-image: url("../images/header-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-header__mask {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
.page-header__meta {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  text-shadow: 0 0 10px var(--color04);
}
@media (max-width: 1199px) {
  .page-header__meta {
    padding-top: 65px;
  }
}
.page-header__title {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
}
.page-header__sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
}
.page-header__lead {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 10px var(--color04);
}
@media (max-width: 1199px) {
  .page-header__lead {
    top: 65px;
  }
}
@media (max-width: 575px) {
  .page-header__lead {
    padding: 5px 0;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0.8;
  }
}

/* widget */
.sidebar.-sticky {
  position: sticky;
  top: 120px;
}

.widget {
  padding: 30px 20px;
  background-color: var(--color09);
}
.widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget .widget__title {
  font-family: var(--fontfamily02);
  font-size: 26px;
  line-height: normal;
}
.widget .ul-list a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5rem;
  color: #8a8a8a;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .ul-list a:hover {
  color: #fff;
  background-color: var(--key-color);
}

.el-item {
  position: relative;
}

/* Ratio */
.ratio.-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

/* Fix image trong khung */
.dnfix__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 68.075%;
  overflow: hidden;
}

.dnfix__thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.dnfix__thumb.-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.schedule__text {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .schedule__text {
    font-size: 14px;
  }
}
.table-schedule {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #675d57;
  border-collapse: collapse;
  --dn-border-color: transparent;
}
.table-schedule th,
.table-schedule td {
  padding: 8px 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.table-schedule th:not(:last-child),
.table-schedule td:not(:last-child) {
  border-right: 1px solid var(--dn-border-color);
}
.table-schedule th {
  padding-top: 10px;
}
.table-schedule tr td:first-child {
  color: #675d57;
  white-space: nowrap;
}
.table-schedule thead tr {
  border-bottom: 1px solid var(--dn-border-color);
}
.table-schedule tbody td {
  color: var(--key-color);
}
.table-schedule .is-nowwrap {
  white-space: nowrap;
}
@media (max-width: 1899px) {
  .table-schedule th,
  .table-schedule td {
    padding: 8px 6px;
  }
}
@media (max-width: 1649px) {
  .table-schedule th,
  .table-schedule td {
    padding: 8px 6px;
  }
}
@media (max-width: 1399px) {
  .table-schedule {
    font-size: 14px;
  }
  .table-schedule th,
  .table-schedule td {
    padding: 8px 6px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 1200px) {
  .table-schedule th,
  .table-schedule td {
    width: 44px;
    padding: 5px 3px;
  }
}
@media (max-width: 991px) {
  .table-schedule thead th:first-child {
    min-width: 170px;
    font-size: 19.5px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .table-schedule th,
  .table-schedule td {
    padding: 4px 1px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .table-schedule thead th:first-child {
    font-size: 19.5px;
  }
}
@media (max-width: 991px) {
  .table-schedule th,
  .table-schedule td {
    min-width: 60px;
  }
}
@media (max-width: 767px) {
  .table-schedule th,
  .table-schedule td {
    min-width: 48px;
  }
  .table-schedule thead th:first-child {
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .table-schedule {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .table-schedule .schedule {
    font-size: 10px !important;
  }
  .table-schedule thead th:first-child {
    min-width: 105px;
    font-size: 12px !important;
  }
  .table-schedule th,
  .table-schedule td {
    min-width: 25px;
  }
}
@media (max-width: 353px) {
  .table-schedule thead th:first-child {
    min-width: 85px;
  }
}

/* back to top */
.back-to-top {
  position: fixed;
  right: calc((100vw - 1624px) / 2 - 100px);
  bottom: -80px;
  z-index: 99;
  width: 90px;
  height: 90px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top.active {
  bottom: 1px;
}

.back-to-top:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.fixed-contact {
  position: fixed;
  top: 22%;
  right: -120px;
  z-index: 100;
  width: 80px;
  height: 10em;
  font-family: var(--fontfamily02);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.fixed-contact i {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
}
.fixed-contact a:hover {
  color: #fff;
}
.fixed-contact.fixed {
  right: 0;
}
.fixed-contact .table-schedule .schedule__text {
  white-space: nowrap;
}
.fixed-contact .text-vertical {
  position: relative;
  left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fixed-contact__item {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../images/_seagreen/contact-btn-bg-seagreen-01.png");
}
.fixed-contact__item .icon-clock {
  position: relative;
  left: -1px;
}
.fixed-contact__item .text-combine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1px;
  line-height: 1.2;
  word-break: break-all;
}
.fixed-contact__item.-s2 {
  background-image: url("../images/_seagreen/contact-btn-bg-seagreen-02.png");
}
.fixed-contact__item.-s3 {
  background-image: url("../images/_seagreen/contact-btn-bg-seagreen-03.png");
}
.fixed-contact__item.-s4 {
  display: none;
}
.fixed-contact__item.-s4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.15;
}
@media (max-width: 767px) {
  .fixed-contact__item.-s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fixed-contact__item:hover {
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
}
.fixed-contact i.icon-line.-fix {
  position: relative;
  left: -7px;
}
.fixed-contact.style2 {
  width: 100px;
}
.fixed-contact.style2 .fixed-contact__item {
  word-break: normal;
}
.fixed-contact.style2 .fixed-contact__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.fixed-contact.style2 .fixed-contact__item .icon-line::before {
  width: 26px;
  height: 24px;
}
.fixed-contact.style2 .fixed-contact__item .icon-clock::before {
  width: 25px;
  height: 25px;
}
.fixed-contact__item.active {
  left: calc(var(--content-width) * -1);
  z-index: 1;
}
.fixed-contact__item--hide {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 218px;
  padding: 20px;
  color: #675d57;
  background: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.fixed-contact__item--hide a {
  color: #675d57;
}
.fixed-contact__item--hide .table-schedule th,
.fixed-contact__item--hide .table-schedule td {
  padding: 5px 6px;
}
.fixed-contact__item--hide .el__tel a {
  font-size: 24px;
}

@media (min-width: 1600px) {
  .g-xxxl-60,
  .gy-xxxl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xxxl-60,
  .gx-xxxl-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .col-md-45 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 45%;
  }
  .col-md-55 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-45 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 45%;
  }
  .col-lg-55 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 55%;
  }
}
/* REsponsive */
.back-to-top {
  right: 10px;
}
.back-to-top.active {
  bottom: 30px;
}

.contactfix {
  right: 10px;
}

@media (max-width: 1599px) {
  .fixed-contact {
    top: 4%;
    width: 60px;
  }
  .fixed-contact__item {
    padding: 20px 18px;
  }
  .fixed-contact.style2 {
    top: 19%;
    width: 100px;
  }
  .fixed-contact.style2 .fixed-contact__item {
    padding: 20px 10px;
  }
  .back-to-top {
    width: 70px;
    height: 70px;
  }
  .back-to-top.active {
    bottom: 20px;
  }
  .back-to-top .icon-top::before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding: 20px 0;
  }
  .c-header__title {
    font-size: 70px;
  }
  .fixed-contact.style2 {
    width: 70px;
  }
  .fixed-contact.style2 .fixed-contact__item {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .c-header__title {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .fixed-contact {
    top: auto;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 6px;
  }
  .fixed-contact i {
    top: 2px;
    width: 30px;
    margin: 0 6px 0 0;
  }
  .fixed-contact .icon-clock {
    left: 0;
  }
  .fixed-contact .text-vertical {
    left: 0;
    width: auto;
    line-height: normal;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .fixed-contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 14px 18px;
    font-size: 16px;
    line-height: normal;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fixed-contact__item .text-combine {
    width: auto;
    margin-right: 4px;
    line-height: normal;
    white-space: nowrap;
  }
  .fixed-contact__item .icon-calendar::before {
    width: 20px;
    height: 20px;
  }
  .fixed-contact.style2 {
    top: auto;
    width: 100%;
    height: auto;
  }
  .fixed-contact.style2 .fixed-contact__item {
    padding: 8px 5px;
    font-size: 14px;
  }
  .back-to-top.active {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .fixed-contact__item {
    left: 0;
  }
  .fixed-contact__item.active {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(calc(var(--content-height) * -1));
            transform: translateY(calc(var(--content-height) * -1));
  }
  .fixed-contact__item:last-child .fixed-contact__item--hide {
    right: -6px;
    left: auto;
  }
  .fixed-contact__item--hide {
    top: 100%;
    left: calc(var(--offset-left) * -1);
    width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .fixed-contact i {
    top: 2px;
  }
  .fixed-contact__item {
    padding: 14px 10px;
  }
  .c-header {
    margin-bottom: 40px;
  }
  .c-header__title {
    font-size: 60px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Header */
.fix-lg-br {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #675d57;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header .logo img {
  max-width: 100%;
  max-height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .main__nav {
  position: inherit;
  background: transparent;
}
.header .main__nav .el-menu > li:first-child > a > span::before {
  position: absolute;
  top: 14px !important;
  left: -1px !important;
  width: 2px !important;
  height: calc(100% - 28px) !important;
  content: "";
  background: var(--color06);
}
.header .main__nav .el-menu > li > a {
  min-height: 80px;
  padding: 18px 15px;
}
.header .main__nav .el-menu > li > a::after span {
  position: absolute;
  top: 14px !important;
  right: -1px !important;
  width: 2px !important;
  height: calc(100% - 28px) !important;
  content: "";
  background: var(--color06);
}
.header__phone {
  display: block;
  font-family: var(--fontfamily02);
  font-size: 22px;
  line-height: normal;
  color: #675d57;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.header__phone i {
  margin-right: 8px;
}
.header__phone i::before {
  width: 11px;
  height: 14px;
  -webkit-mask-image: url("../images/icon-phone.svg");
          mask-image: url("../images/icon-phone.svg");
  background-color: var(--key-color);
}
.header .mburger .icon-bar {
  background-color: #736963;
}
.header.is-sticky {
  position: fixed;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.header.is-sticky .main__nav .el-menu > li > a {
  color: #000;
}
@media (max-width: 1399px) {
  .header .main__nav .el-menu > li {
    min-width: 100px;
  }
  .header .main__nav .el-menu > li > a {
    padding: 18px 10px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .fix-lg-br {
    display: block;
  }
}

.footer {
  position: relative;
  padding: 80px 0 50px;
  overflow: hidden;
  font-family: var(--fontfamily02);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/bd_sand-seagreen.jpg");
}
.footer__map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__map:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.footer__map .dnfix__thumb {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 33.25%;
  overflow: hidden;
}
.footer__map .dnfix__thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer__btns {
  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;
}
.footer__btns > a {
  margin: 0 10px 10px 0;
}
.footer .schedule {
  font-size: 20px;
  line-height: normal;
}
.footer .schedule__text {
  font-size: 15px;
}
.footer .schedule__text span {
  font-size: 14px;
}
.footer .table-schedule {
  font-size: 20px;
  line-height: normal;
}
.footer__tel {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #3c352f;
}
.footer__tel span {
  font-size: 34px;
}
.footer-logo img {
  max-height: 60px;
}
.footer__address {
  font-size: 18px;
}
.footer .ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .ul-list li a:hover, .footer .ul-list li.is-active a {
  color: var(--color02);
}
.footer .ul-list li a:hover::before, .footer .ul-list li.is-active a::before {
  background: var(--color02);
}
.footer .ul-list li a:hover::after, .footer .ul-list li.is-active a::after {
  width: 100%;
}
.footer .ul-list a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 14px;
  font-size: 20px;
  line-height: normal;
  color: #675d57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .ul-list a::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #675d57;
}
.footer .ul-list a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  background: var(--color02);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer .el__socical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 66px;
}
.footer .el__socical a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .el__socical a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.copyright {
  font-size: 18px;
  line-height: normal;
}

@media (max-width: 1199px) {
  .footer .ul-list {
    padding-left: 20px;
    font-size: 14px;
  }
  .footer__tel {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .footer .ul-list {
    gap: 20px 40px;
  }
  .footer__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .btn-secondary.-large {
    min-width: 180px;
    padding: 12px 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer__map .dnfix__thumb {
    padding-bottom: 56.25%;
  }
  .footer .table-schedule {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 60px 0 140px;
  }
  .footer__tel {
    font-size: 36px;
  }
  .footer .btn-secondary.-large {
    min-width: 220px;
  }
  .footer .ul-list {
    gap: 10px 20px;
  }
  .footer .el__socical {
    margin-bottom: 30px;
  }
  .copyright {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------
 *  switch
 *---------------------------------------------------------- */
#switch {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
#switch ul li {
  padding: 3px;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
#switch a {
  display: block;
  font-size: 0.8rem;
  color: #333;
  cursor: pointer;
}

/* Menu */
.main__nav {
  position: relative;
  font-family: var(--fontfamily02);
  background: var(--color03);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main__nav .nav__logo {
  display: none;
}
.main__nav .nav__phone {
  display: none;
  font-size: 30px;
  color: #675d57;
  white-space: nowrap;
}
.main__nav .nav__phone i {
  margin-right: 3px;
}
.main__nav.is-sticky {
  /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.main__nav .el-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  background: none;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.main__nav .el-menu > li {
  display: inline-block;
  min-width: 100px;
  padding: 0;
}
.main__nav .el-menu > li:last-child {
  padding-right: 0;
}
.main__nav .el-menu > li:not(:last-child) > a::after {
  position: absolute;
  top: 18px;
  right: 0;
  width: 2px;
  height: calc(100% - 36px);
  content: "";
  background: var(--color06);
}
.main__nav .el-menu > li > a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 38px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #675d57;
  letter-spacing: 0.075em;
}
.main__nav .el-menu > li:not(.menu-item-has-children) > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  pointer-events: none;
  content: "";
  background: var(--key-color);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main__nav .el-menu > li.menu-item-has-children > a span::before {
  position: absolute;
  bottom: 6px;
  left: calc(50% - 4px);
  width: 12px !important;
  height: 8px;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../images/_seagreen/icon-arrow-seagreen.svg");
}
.main__nav .el-menu > li.is-active a, .main__nav .el-menu > li:not(.menu-item-has-children):hover > a {
  background: var(--color06);
}
.main__nav .el-menu > li.is-active a::before, .main__nav .el-menu > li:not(.menu-item-has-children):hover > a::before {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.main__nav .el-menu > li.is-active a, .main__nav .el-menu > li:not(.menu-item-has-children):hover a {
  background: var(--color06);
}
.main__nav .el-menu > li.is-active a::before, .main__nav .el-menu > li:not(.menu-item-has-children):hover a::before {
  width: 100% !important;
  opacity: 1 !important;
}
.main__nav .el-menu li:hover > .sub-menu {
  display: block;
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
}
.main__nav .el-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 205px;
  padding: 30px 0;
  font-weight: 500;
  text-align: left;
  pointer-events: none;
  visibility: hidden;
  background: rgba(236, 234, 232, 0.95);
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main__nav .el-menu .sub-menu.-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.main__nav .el-menu .sub-menu.-full .sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.main__nav .el-menu .sub-menu.-col5 li {
  width: 20%;
}
.main__nav .el-menu .sub-menu li {
  position: relative;
  line-height: 20px;
}
.main__nav .el-menu .sub-menu li:hover > a {
  color: var(--key-color);
}
.main__nav .el-menu .sub-menu li a {
  position: relative;
  display: block;
  padding: 18px 15px;
  color: #000;
  background: transparent;
}
.main__nav .el-menu .sub-menu li a::after {
  display: inline-block;
  width: 9px;
  height: 11px;
  margin-left: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../images/_seagreen/icon-arrow-seagreen.svg");
}
.main__nav .el-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
@media (max-width: 1599px) {
  .main__nav .el-menu > li > a {
    padding: 38px 20px;
  }
}
@media (max-width: 1399px) {
  .main__nav .el-menu > li > a {
    padding: 24px 10px;
  }
}

.headermb__mb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}
.headermb__mb.active {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.headermb__mb.active .logo {
  opacity: 1;
}
.headermb__mb.active .mburger .icon-bar {
  background-color: #736963;
}
.headermb__mb .logo {
  opacity: 0;
}
.headermb__mb .logo img {
  max-width: 100%;
  max-height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Menu custom */
.modal-open {
  overflow: hidden;
}

.dnmenu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1071;
  background-color: #000;
  opacity: 0.5;
}

.nav__mobile {
  position: fixed;
  top: 0;
  left: -390px;
  z-index: 1072;
  display: block;
  width: 390px;
  height: 100%;
  font-family: var(--fontfamily02);
  font-size: 18px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nav__mobile.style-blue {
  color: #fff;
  background: linear-gradient(45deg, rgba(26, 76, 121, 0.95), rgba(53, 113, 168, 0.95), rgba(88, 154, 215, 0.95));
}
.nav__mobile.style-blue .nav__mobile--ul li a {
  color: #fff;
}
.nav__mobile.style-blue .nav__mobile__header .mburger .icon-bar {
  background-color: #fff;
}
.nav__mobile.style-blue .nav__mobile__btn i::before,
.nav__mobile.style-blue .nav__mobile__btn i::after {
  background: #fff;
}
.nav__mobile.style-blue .nav__mobile--ul .sub-menu li::before {
  background-color: #fff;
}
.nav__mobile.style-blue .schedule {
  background: rgba(255, 255, 255, 0.95);
}
.nav__mobile.style-blue .el__phone {
  color: #fff;
}
.nav__mobile.style-blue [class^=icon-]::before,
.nav__mobile.style-blue [class*=" icon-"]::before {
  background-color: #fff;
}
.nav__mobile.style-blue .schedule__text {
  color: #000;
}

.nav__mobile__menu {
  overflow-y: auto;
}

.nav__mobile.active {
  left: 0;
  pointer-events: auto;
  opacity: 1;
}

.nav__mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 9px;
}

.nav__mobile__logo img {
  width: auto;
  max-height: 30px;
}

.nav__mobile__header .mburger .icon-bar {
  background-color: #000;
}

.nav__mobile__content {
  height: calc(100vh - 70px);
  padding: 15px;
  overflow: auto;
}
.nav__mobile__content::-webkit-scrollbar {
  width: 8px;
}
.nav__mobile__content::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.nav__mobile__content::-webkit-scrollbar-thumb {
  background: #fff;
}
.nav__mobile__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.nav__mobile__content .schedule {
  padding: 10px;
  background: var(--color10);
  border-radius: 8px;
}
.nav__mobile__content .el__phone {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  color: #675d57;
}
.nav__mobile__content .el__phone i {
  margin-right: 3px;
}
.nav__mobile__content .el__socical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__mobile__content .el__socical li a {
  position: relative;
  display: block;
  padding: 5px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__mobile__content .el__socical li a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.nav__mobile__content .schedule {
  font-size: 10px !important;
}
.nav__mobile__content thead th:first-child {
  min-width: 105px;
  font-size: 12px !important;
}
.nav__mobile__content th,
.nav__mobile__content td {
  min-width: 25px;
}
@media (max-width: 479px) {
  .nav__mobile__content th,
  .nav__mobile__content td {
    min-width: 20px;
  }
}

.nav__mobile .sub-menu {
  display: none;
}

.nav__mobile--ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav__mobile--ul .sub-menu {
  font-size: 16px;
}

.nav__mobile--ul .sub-menu li a {
  padding: 6px 4px 6px 22px;
}

.nav__mobile--ul .sub-menu li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 14px;
  height: 2px;
  content: "";
  background-color: var(--key-color);
}

.nav__mobile--ul li {
  position: relative;
}

.nav__mobile--ul li a {
  display: block;
  padding: 10px 0;
  color: #000;
}

.nav__mobile--ul li a:hover {
  color: #41bece;
}

.nav__mobile--ul > li {
  padding: 0;
}

.nav__mobile__btn {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  min-height: 37px;
  padding: 0;
  font-size: 19px;
  line-height: 40px;
  color: #3e252b;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__mobile__btn:focus {
  outline: none;
}

.nav__mobile__btn i {
  font-style: inherit;
  color: #000;
}

.nav__mobile__btn i::before {
  display: block;
  width: 16px;
  height: 2px;
  margin: auto;
  font-weight: 500;
  content: "";
  background: var(--key-color);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav__mobile__btn i::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 16px;
  margin: auto;
  font-weight: 500;
  content: "";
  background: var(--key-color);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__mobile .sub-active > .nav__mobile__btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mburger .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mburger .icon-bar + .icon-bar {
  margin-top: 5px;
}

.mburger.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.mburger .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mburger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.mburger.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.mburger .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 575px) {
  .nav__mobile {
    width: 100%;
  }
}
/* Sc banner */
.sc-banner {
  overflow: hidden;
  font-family: var(--fontfamily02);
}
.sc-banner .col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 26.7%;
      flex-basis: 26.7%;
  max-width: 26.7%;
  padding: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/home-side-bg-seagreen.png");
}
.sc-banner .col-right {
  -ms-flex-preferred-size: 73.3%;
      flex-basis: 73.3%;
  max-width: 73.3%;
}
.sc-banner .el-logo {
  padding: 80px 0;
}
.sc-banner .schedule {
  margin-bottom: 40px;
}
.sc-banner .el-mv {
  position: relative;
  height: 100%;
}
.sc-banner .el-mv__text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  text-align: right;
}
.sc-banner .el-mv-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sc-banner .el-mv-container .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sc-banner .el__group {
  max-width: 270px;
  margin: auto;
}
.sc-banner .el__phone {
  display: block;
  margin-bottom: 28px;
  font-size: 30px;
  color: #675d57;
  text-align: center;
}
.sc-banner .el__phone i {
  margin-right: 3px;
}
.sc-banner .el__address {
  margin-bottom: 40px;
  font-size: 16px;
}
.sc-banner .el__socical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc-banner .el__socical li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-banner .el__socical li a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media (max-width: 1649px) {
  .sc-banner .col-left {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px;
    padding: 60px 40px;
  }
  .sc-banner .col-right {
    -ms-flex-preferred-size: calc(100% - 400px);
        flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 1399px) {
  .sc-banner .col-left {
    -ms-flex-preferred-size: 362px;
        flex-basis: 362px;
    max-width: 362px;
    padding: 16px;
  }
  .sc-banner .col-right {
    -ms-flex-preferred-size: calc(100% - 362px);
        flex-basis: calc(100% - 362px);
    max-width: calc(100% - 362px);
  }
  .sc-banner .el-logo {
    padding: 30px 0;
  }
  .sc-banner .el-logo img {
    max-height: 140px;
  }
  .sc-banner .el__address {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .sc-banner .col-left,
  .sc-banner .col-right {
    max-width: none;
  }
  .sc-banner .el-mv-container {
    height: 100vw;
    max-height: 400px;
  }
}
.sc-opening {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  font-family: var(--fontfamily02);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/home-opening-bg-seagreen.jpg");
}
.sc-opening::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/home-opening-mask.png");
}
.sc-opening .el__date {
  margin-bottom: 10px;
  font-size: 55px;
  text-align: center;
  text-shadow: 0 0 10px var(--color04);
  letter-spacing: 0.001em;
}
.sc-opening .el__date span {
  font-size: 36px;
}
.sc-opening .el__excerpt {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px var(--color04);
}
.sc-opening .el-box {
  padding: 12px 20px;
  font-size: 18px;
  text-shadow: 0 0 10px var(--color04);
  border: 2px solid #fff;
}
.sc-opening .el-box__title {
  font-size: 36px;
  line-height: normal;
}
.sc-opening .el-box__excerpt {
  line-height: 36px;
}
.sc-opening .el-box .ul-list .-li-item {
  padding: 12px 10px;
  font-size: 16px;
  background: rgba(var(--color05), 0.6);
}
.sc-opening .el-box .ul-list .-li-item__date {
  font-size: 24px;
  line-height: 42px;
}
.sc-opening .el-box .ul-list .-li-item__date small {
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1599px) {
  .sc-opening .el__date {
    font-size: 48px;
  }
}
@media (max-width: 1399px) {
  .sc-opening .el-box {
    padding: 12px 8px;
  }
  .sc-opening .el__date {
    font-size: 40px;
  }
  .sc-opening .el__date span {
    font-size: 30px;
  }
  .sc-opening .el__excerpt {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .sc-opening .el-box__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .sc-opening .el__date {
    font-size: 32px;
  }
  .sc-opening .el__date span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sc-opening .container {
    position: relative;
    z-index: 1;
  }
}

.sc-new {
  padding: 100px 0 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/home-new-bg-seagreen.jpg");
}
.sc-new .el-banner {
  margin-bottom: 50px;
}
.sc-new .tab-content {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
  .sc-new .tab-content {
    height: 300px;
  }
}
.sc-new .el-boxnew {
  padding: 60px;
  margin-bottom: 70px;
  background: #fff;
  border-radius: 8px;
}
.sc-new .el-boxnew .nav {
  margin: 0 -20px 30px;
}
.sc-new .el-boxnew .nav-item {
  padding: 0 20px;
}
.sc-new .el-boxnew .nav-link {
  position: relative;
  padding: 12px 0;
  font-size: 16px;
  color: #675d57;
  background: transparent;
  border: 0;
}
.sc-new .el-boxnew .nav-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  content: "";
  background: var(--color02);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-new .el-boxnew .nav-link.active {
  color: var(--color02);
}
.sc-new .el-boxnew .nav-link.active::before {
  width: 100%;
  opacity: 1;
}
.sc-new .el-boxnew .nav__wrapper {
  border-bottom: 1px solid #e3e3e3;
}
.sc-new .el-boxnew .eltab-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  font-size: 16px;
  line-height: normal;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-new .el-boxnew .eltab-item:hover {
  color: var(--color01);
}
.sc-new .el-boxnew .eltab-item:hover a {
  color: var(--color01);
}
.sc-new .el-boxnew .eltab-item__date {
  margin-right: 60px;
  font-family: var(--fontfamily02);
}
.sc-new .el-boxnew .eltab-item .-day {
  font-size: 44px;
}
.sc-new .el-boxnew .eltab-item__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
}
.sc-new .el-boxnew .eltab-item__title a {
  color: #675d57;
}
.sc-new .el-boxnew .eltab-item__meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}
.sc-new .el-boxnew .eltab-item__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-family: var(--fontfamily02);
  border: 1px solid var(--key-color);
  border-radius: 50%;
}
.sc-new .el-boxnew .eltab-item__readmore i {
  position: relative;
  top: 0;
}
.sc-new .el-box {
  padding: 40px 60px;
  font-family: var(--fontfamily02);
  background: var(--color07);
}
.sc-new .el-box__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: normal;
}
.sc-new .el-box__text {
  font-size: 30px;
  line-height: normal;
}
.sc-new .el-box__meta {
  font-size: 18px;
  line-height: normal;
}
.sc-new .el-box__tel {
  display: block;
  font-size: 48px;
  line-height: normal;
  color: #675d57;
}
.sc-new .el-box__tel i::before {
  width: 28px;
  height: 34px;
}
.sc-new .el-box__attention {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sc-new .el-box__attention:hover {
  opacity: 0.8;
}
.sc-new .el-box__attention::after {
  position: absolute;
  top: -25px;
  left: -20px;
  font-family: var(--fontfamily03);
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 4px var(--btn-color03);
  letter-spacing: 2px;
  content: "Click!!";
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
.sc-new .el-box .-col-right {
  border-left: 2px solid #bba899;
}

@media (max-width: 1399px) {
  .sc-new {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .sc-new .el-box__title {
    font-size: 30px;
  }
  .sc-new .el-box__text {
    font-size: 26px;
  }
  .sc-new .el-box__tel {
    font-size: 42px;
  }
  .sc-new .el-box__meta {
    font-size: 16px;
  }
  .sc-new .btn-primary.-large {
    min-width: 180px;
    padding: 10px 16px;
    font-size: 16px;
  }
  .sc-new .btn-primary.-large::after {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .sc-new .el-box .-col-right {
    position: relative;
    padding-top: 3em;
    border-left: 0;
  }
  .sc-new .el-box .-col-right::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    content: "";
    background-color: #bba899;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .sc-new .el-box__title {
    font-size: 28px;
  }
  .sc-new .el-box {
    padding: 40px 50px;
  }
  .sc-new .el-box .-col-right {
    padding-top: 1.5em;
  }
  .sc-new .el-boxnew {
    padding: 40px;
  }
  .sc-new .el-boxnew .eltab-item {
    padding: 16px 10px;
    font-size: 14px;
  }
  .sc-new .el-boxnew .eltab-item__meta {
    margin-right: 10px;
  }
  .sc-new .el-boxnew .eltab-item__date {
    margin-right: 20px;
    font-family: var(--fontfamily02);
  }
  .sc-new .el-boxnew .eltab-item .-day {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sc-new {
    padding: 80px 0;
  }
  .sc-new .el-box {
    padding: 40px 20px;
  }
  .sc-new .el-box__tel {
    font-size: 41px;
  }
  .sc-new .el-box__title {
    font-size: 20px;
  }
  .sc-new .el-box__text {
    font-size: 18px;
  }
  .sc-new .el-boxnew {
    padding: 30px 20px;
  }
  .sc-new .el-boxnew .eltab-item__date {
    margin-right: 0;
  }
  .sc-new .el-boxnew .eltab-item__meta {
    margin-right: 40px;
  }
  .sc-new .el-boxnew .eltab-item__readmore {
    position: absolute;
    top: 82px;
    right: 12px;
  }
}
.sc-policy {
  position: relative;
  z-index: 3;
  padding: 80px 0 180px;
  font-family: var(--fontfamily02);
  color: #fff;
  background-image: url("../images/home-policy-bg.jpg");
  background-repeat: no-repeat;
  background-position: center centers;
  background-size: 100% 100%;
}
.sc-policy::before {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 50px);
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/_seagreen/home-policy-mask-seagreen.png");
}
@media (max-width: 991px) {
  .sc-policy {
    background-size: cover;
  }
}
.sc-policy .c-content {
  font-size: 18px;
  line-height: 36px;
}
.sc-policy__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.075em;
}

@media (max-width: 1399px) {
  .sc-policy {
    padding: 80px 0 100px;
  }
}
@media (max-width: 1199px) {
  .sc-policy {
    letter-spacing: 0.075em;
  }
  .sc-policy .c-content {
    font-size: 16px;
    line-height: 34px;
  }
  .sc-policy__title {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .sc-policy::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sc-policy__title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .sc-policy__title {
    font-size: 22px;
    line-height: 36px;
  }
  .sc-policy__text {
    text-align: left;
  }
}
.sc-greeting {
  position: relative;
  z-index: 2;
  padding: 140px 0 70px;
  margin-top: -30px;
}
.sc-greeting::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 110%;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #fff8f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff8f2 95%, rgba(255, 255, 255, 0));
}
.sc-greeting::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/home-greeting-bg-seagreen.png");
}
.sc-greeting .container {
  position: relative;
  z-index: 1;
}
.sc-greeting .col-left {
  position: relative;
  z-index: 1;
}
.sc-greeting .col-left__wrap {
  width: 94%;
}
.sc-greeting .c-content h3 {
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.075em;
}
.sc-greeting .c-content .el__name {
  font-family: var(--fontfamily02);
  font-size: 28px;
  line-height: normal;
}
.sc-greeting .c-content .el__name .-position {
  font-size: 20px;
}
.sc-greeting .c-content .el-box {
  padding: 30px 60px;
  margin-bottom: 100px;
  background: #faf0e7;
  border: 1px solid #9a9468;
}
.sc-greeting .c-content .el-box__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: normal;
}
.sc-greeting .c-content .el-box .ul-list .-li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sc-greeting .c-content .el-box .ul-list .-li-item:not(:last-child) {
  margin-bottom: 8px;
}
.sc-greeting .c-content .el-box .ul-list .-li-item__date {
  margin-right: 20px;
}
.sc-greeting .c-content .el__thumb.-large {
  position: relative;
  right: -10%;
  width: 97%;
  margin-left: auto;
}
.sc-greeting .c-content .el__thumb.-large .dnfix__thumb {
  padding-top: 125%;
  -webkit-box-shadow: -80px 0 100px rgba(162, 162, 162, 0.35);
          box-shadow: -80px 0 100px rgba(162, 162, 162, 0.35);
  -webkit-transform: rotate3d(1, 1, 1, 6deg);
          transform: rotate3d(1, 1, 1, 6deg);
}
.sc-greeting .c-content .el__thumb.-small {
  position: relative;
  left: -20px;
  z-index: 1;
  width: 60%;
  margin-top: -40px;
}
.sc-greeting .c-content .el__thumb.-small .dnfix__thumb {
  padding-top: 66%;
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
          transform: rotate3d(0, 0, 1, -10deg);
}

@media (max-width: 1599px) {
  .sc-greeting .c-content .el-box {
    padding: 30px 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .sc-greeting .c-content .el-box {
    padding: 24px 34px;
    margin-bottom: 60px;
  }
  .sc-greeting .c-content .el__thumb.-large {
    right: -2%;
    width: 90%;
  }
  .sc-greeting .c-content .el__thumb.-large .dnfix__thumb {
    -webkit-box-shadow: -30px 0 60px rgba(162, 162, 162, 0.35);
            box-shadow: -30px 0 60px rgba(162, 162, 162, 0.35);
  }
}
@media (max-width: 1199px) {
  .sc-greeting .c-content h3 {
    font-family: var(--fontfamily02);
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0.075em;
  }
}
@media (max-width: 991px) {
  .sc-greeting::before {
    height: 106%;
  }
  .sc-greeting .col-left__wrap {
    width: 100%;
  }
  .sc-greeting .c-content .col-right__wrap {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 575px) {
  .sc-greeting .c-content .el__thumb.-large {
    right: 0;
    width: 80%;
    margin-right: 5%;
  }
  .sc-greeting .c-content .el__thumb.-small {
    left: 2%;
  }
}
.sc-features {
  position: relative;
  background-repeat: repeat;
  background-image: url("../images/_seagreen/bd_sand-seagreen.jpg");
}
.sc-features .sc__wrap {
  position: relative;
  z-index: 2;
  padding: 200px 0 100px;
  overflow: hidden;
}
.sc-features .el-item:not(:last-child) {
  margin-bottom: 80px;
}
.sc-features .el-item:nth-child(odd) .el-item__thumb {
  left: -27%;
  -webkit-box-shadow: -50px 0 100px rgba(179, 171, 164, 0.7);
          box-shadow: -50px 0 100px rgba(179, 171, 164, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, -6deg);
          transform: rotate3d(1, 1, 1, -6deg);
}
.sc-features .el-item:nth-child(even) .el-item__thumb {
  right: -27%;
  -webkit-box-shadow: 50px 0 100px rgba(179, 171, 164, 0.7);
          box-shadow: 50px 0 100px rgba(179, 171, 164, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, 6deg);
          transform: rotate3d(1, 1, 1, 6deg);
}
.sc-features .el-item__thumb {
  position: relative;
  top: 6%;
  width: 120%;
}
.sc-features .el-item__meta {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
}
.sc-features .el-item__stt {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--fontfamily02);
  font-size: 24px;
  line-height: normal;
  color: #9a9468;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.sc-features .el-item__stt::after {
  display: inline-block;
  width: 250px;
  height: 2px;
  margin-left: 20px;
  content: "";
  background: #9a9468;
}
.sc-features .el-item__title {
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: normal;
}
.sc-features .el-item__excerpt {
  margin-bottom: 30px;
}

@media (max-width: 1799px) {
  .sc-features .el-item__thumb {
    width: 110%;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    right: -16%;
  }
  .sc-features .el-item:nth-child(odd) .el-item__thumb {
    left: -16%;
  }
}
@media (max-width: 1599px) {
  .sc-features .el-item__thumb {
    width: 100%;
  }
  .sc-features .el-item:nth-child(odd) .el-item__thumb {
    left: -7%;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    right: -7%;
  }
}
@media (max-width: 1399px) {
  .sc-features .el-item__thumb {
    top: 2%;
  }
  .sc-features .sc__wrap {
    padding: 200px 0 100px;
  }
  .sc-features .el-item:nth-child(odd) .el-item__thumb {
    left: -4%;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    right: -4%;
  }
  .sc-features .el-item__meta {
    padding-top: 0;
    padding-left: 40px;
  }
  .sc-features .el-item__stt {
    top: -12px;
  }
  .sc-features .el-item__title {
    margin-top: 28px;
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .sc-features .el-item__title {
    margin-top: 24px;
    font-size: 28px;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    left: -2%;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    right: -2%;
  }
}
@media (max-width: 991px) {
  .sc-features .sc__wrap {
    padding: 120px 0 100px;
  }
  .sc-features .el-item__thumb {
    max-width: 450px;
    margin: 0 auto 50px;
  }
  .sc-features .el-item__title {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .sc-features .sc__wrap {
    padding: 120px 0 60px;
  }
  .sc-features .el-item .el-item__thumb {
    top: 0;
    width: 98%;
  }
  .sc-features .el-item:nth-child(odd) .el-item__thumb {
    left: 0;
  }
  .sc-features .el-item:nth-child(even) .el-item__thumb {
    right: 0;
  }
  .sc-features .el-item__stt {
    top: -10px;
    left: 10px;
  }
  .sc-features .el-item__title {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .sc-features .el-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.sc-group-service-clinic {
  position: relative;
  padding-top: 40px;
  padding-bottom: 180px;
  margin-top: -30px;
  overflow: hidden;
}
.sc-group-service-clinic::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/home-service-bg-seagreen.jpg");
}
.sc-group-service-clinic::after {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 107px;
  content: "";
  background-image: url("../images/bg-mask-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .sc-group-service-clinic::after {
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .sc-group-service-clinic {
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .sc-group-service-clinic {
    padding-bottom: 110px;
  }
}
.sc-service {
  position: relative;
  padding: 100px 0 140px;
  font-family: var(--fontfamily02);
}
.sc-service .el-item {
  height: 100%;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 5px solid #ede8e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-service .el-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sc-service .el-item__thumb {
  margin-bottom: 30px;
}
.sc-service .el-item .dnfix__thumb {
  width: 100px;
  padding-top: 100px;
  margin: auto;
}
.sc-service .el-item__title {
  margin-bottom: 0;
  font-size: 16px;
  color: #675d57;
}
.sc-service .el-item__title a {
  color: #675d57;
}

@media (max-width: 1199px) {
  .sc-service {
    padding: 100px 0;
  }
  .sc-service .el-item {
    padding: 15px 10px 10px;
  }
  .sc-service .el-item__thumb {
    margin-bottom: 10px;
  }
  .sc-service .el-item .dnfix__thumb {
    width: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .sc-service .el-item {
    padding: 20px 8px;
  }
}
@media (max-width: 575px) {
  .sc-service {
    padding: 80px 0;
  }
  .sc-service .el-item {
    padding: 14px 6px 10px;
    border: 3px solid #ede8e2;
  }
  .sc-service .el-item__thumb {
    margin-bottom: 10px;
  }
  .sc-service .el-item .dnfix__thumb {
    width: 40px;
    padding-top: 40px;
  }
  .sc-service .el-item__title {
    font-size: 13px;
  }
}
.sc-clinic {
  position: relative;
  padding: 120px 0 180px;
  color: #fff;
}
.sc-clinic::before {
  position: absolute;
  top: 0;
  left: 9%;
  width: 91%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: -10px 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: -10px 0 50px rgba(0, 0, 0, 0.5);
  background-image: url("../images/_seagreen/home-clinic-bg-seagreen.png");
}
.sc-clinic .sc__wrap {
  position: relative;
  z-index: 1;
}
.sc-clinic .col-left__wrap {
  position: relative;
  max-width: 380px;
  padding-left: 80px;
}
.sc-clinic .c-header__title {
  position: relative;
  left: -40px;
}
.sc-clinic .c-header {
  margin-bottom: 130px;
}
.sc-clinic .mySwiper-thumnail {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc-clinic .mySwiper-thumnail {
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sc-clinic .mySwiper-thumnail {
    padding-right: 0;
  }
}
.sc-clinic .el__meta h3 {
  margin-bottom: 30px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  line-height: normal;
}
.sc-clinic .swiper__wrap {
  max-width: 85%;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
}
.sc-clinic .swiper-cards .swiper-pagination {
  right: 40px;
  bottom: -80px;
  left: auto;
  width: auto;
}
.sc-clinic .swiper-cards .swiper-button {
  top: auto;
  bottom: -90px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.sc-clinic .swiper-cards .swiper-button-next {
  right: auto;
  left: 100px;
}
.sc-clinic .swiper-cards .swiper-button-prev::after {
  position: relative;
  left: -2px;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-right: 14px solid var(--key-color);
  border-bottom: 7px solid transparent;
}
.sc-clinic .swiper-cards .swiper-button-next::after {
  position: relative;
  left: 2px;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid var(--key-color);
}
.sc-clinic .swiper-cards .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.sc-clinic .swiper-cards .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b1a22d;
}
.sc-clinic .swiper-cards .swiper-slide {
  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;
  overflow: inherit;
  opacity: 0;
}
.sc-clinic .swiper-cards .swiper-slide__wrap {
  width: 100%;
  height: 100%;
}
.sc-clinic .swiper-cards .swiper-slide__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(45, 62, 83, 0.75);
}
.sc-clinic .swiper-cards .swiper-slide.swiper-slide-duplicate, .sc-clinic .swiper-cards .swiper-slide.swiper-slide-duplicate-active, .sc-clinic .swiper-cards .swiper-slide.swiper-slide-duplicate.swiper-slide-prev.swiper-slide-duplicate-next {
  opacity: 0;
}
.sc-clinic .swiper-cards .swiper-slide.swiper-slide-active, .sc-clinic .swiper-cards .swiper-slide.swiper-slide-prev {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-clinic .swiper-cards .swiper-slide.swiper-slide-active .swiper-slide__wrap::before {
  opacity: 0;
}
.sc-clinic .swiper-cards .swiper-slide-prev .swiper-slide__wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1599px) {
  .sc-clinic::before {
    left: 6%;
    width: 94%;
  }
}
@media (max-width: 1399px) {
  .sc-clinic {
    padding: 120px 0;
  }
  .sc-clinic::before {
    left: 3%;
    width: 97%;
  }
}
@media (max-width: 1199px) {
  .sc-clinic {
    padding: 100px 0;
  }
  .sc-clinic .col-left__wrap {
    padding-left: 50px;
  }
  .sc-clinic .c-header {
    margin-bottom: 80px;
  }
  .sc-clinic .c-header__title {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .sc-clinic {
    padding: 80px 0;
  }
  .sc-clinic::before {
    left: 2%;
    width: 98%;
  }
  .sc-clinic .swiper__wrap {
    padding-bottom: 140px;
  }
  .sc-clinic .col-left__wrap {
    max-width: 100%;
    padding-left: 20px;
    margin-bottom: 60px;
  }
  .sc-clinic .c-header {
    margin-bottom: 60px;
  }
  .sc-clinic .c-header__title {
    left: -10px;
  }
  .sc-clinic .swiper__wrap {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .sc-clinic::before {
    left: 0;
    width: 100%;
  }
}
.sc-calendar {
  padding: 100px 0;
}

@media (max-width: 1399px) {
  .sc-calendar {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1199px) {
  .sc-calendar {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .sc-calendar {
    padding: 80px 0 40px;
  }
}
@media (max-width: 575px) {
  .sc-calendar {
    padding: 40px 0 20px;
  }
}
.sc-information {
  position: relative;
  padding: 120px 0 140px;
}
.sc-information.-bg-pink {
  background-image: url("../images/bd_sand.jpg");
  background-repeat: repeat;
}
.sc-information .sc__wrap {
  overflow: hidden;
}
.sc-information .el__thumb {
  position: relative;
  left: -52%;
  width: 160%;
  padding-right: 40px;
  -webkit-transform: rotate3d(1, 1, 1, -5deg);
          transform: rotate3d(1, 1, 1, -5deg);
}
.sc-information .el__thumb .dnfix__thumb {
  border-radius: 0;
}
.sc-information .c-content {
  margin-bottom: 100px;
}
.sc-information .ul-list {
  width: 106%;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
}
.sc-information .ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2efeb;
}
.sc-information .ul-list li .-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  padding-right: 10px;
  font-family: var(--fontfamily02);
  font-size: 18px;
  line-height: normal;
  color: var(--key-color);
}
.sc-information .ul-list li a {
  color: #675d57;
}
.sc-information .el-box {
  padding: 24px 0;
  border-top: 1px solid #f2efeb;
  border-bottom: 1px solid #f2efeb;
}
.sc-information .el-box .el-col:not(:last-child) {
  border-right: 1px solid #f2efeb;
}
.sc-information .el-box__item {
  max-width: 340px;
  padding: 24px 0;
  margin: auto;
  text-align: justify;
}
.sc-information .el-box__item a {
  color: #675d57;
}
.sc-information .el-box__title {
  margin-bottom: 10px;
  font-family: var(--fontfamily02);
  font-size: 24px;
  text-align: center;
}

@media (max-width: 1799px) {
  .sc-information .el__thumb {
    left: -25%;
    width: 130%;
  }
}
@media (max-width: 1599px) {
  .sc-information .el__thumb {
    left: -12%;
    width: 120%;
  }
}
@media (max-width: 1399px) {
  .sc-information {
    padding: 100px 0;
  }
  .sc-information .el__thumb {
    left: -2%;
    width: 110%;
  }
  .sc-information .ul-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .sc-information .c-content {
    margin-bottom: 80px;
  }
  .sc-information .el-box__item {
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .sc-information {
    padding: 80px 0;
  }
  .sc-information .el__thumb {
    left: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .sc-information .ul-list {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sc-information .el__thumb {
    padding-right: 0;
    margin: 0 auto 50px;
  }
  .sc-information .col-right__wrap {
    padding-left: 0;
  }
  .sc-information .el-box .el-col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #f2efeb;
  }
}
@media (max-width: 575px) {
  .sc-information {
    padding: 80px 0 40px;
  }
  .sc-information .ul-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .sc-information .el-box {
    border-bottom: 0;
  }
}
.access__wrap {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}
.access__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/access-bg-seagreen.png");
}

.access-map {
  padding: 60px 0 120px;
}
.access-map .c-content {
  margin-bottom: 100px;
}
.access-map .el-box.-s2 {
  margin-top: 100px;
}
.access-map .el-box.-s2 .el-item__thumb {
  max-width: 178px;
  margin: 0 auto 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.access-map .el-box.-s2 .el-item__title {
  padding-bottom: 0;
  text-align: center;
  border-bottom: 0;
}
.access-map .el-box__header {
  margin-bottom: 50px;
}
.access-map .el-box__title {
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: normal;
}
.access-map .el-box .el-item__thumb {
  max-width: 450px;
  margin: 0 auto 38px;
  -webkit-box-shadow: 15px 15px 15px rgba(162, 154, 147, 0.7);
          box-shadow: 15px 15px 15px rgba(162, 154, 147, 0.7);
}
.access-map .el-box .el-item__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 28px;
  color: var(--color08);
  border-bottom: 1px solid #958f68;
}
.access-map .el-box .el-item__excerpt {
  text-align: justify;
}
.access-map__iframe {
  position: relative;
  max-width: 640px;
  height: 0;
  padding-bottom: 53.35%;
  margin: 0 auto;
  overflow: hidden;
}
.access-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .access-map .el-box .el-item__title {
    font-size: 22px;
  }
  .access-map .el-box.-s2 {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .access-map__iframe {
    padding-bottom: 86.25%;
  }
}
@media (max-width: 575px) {
  .access-map .el-box.-s2 {
    margin-top: 60px;
  }
}

.access-guide {
  position: relative;
  z-index: 0;
  padding: 50px 0 70px;
  background-color: #fff8f2;
}
.access-guide::before, .access-guide::after {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  content: "";
  background-image: url("../images/access-bottom-mask.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.access-guide::before {
  top: -20px;
}
.access-guide::after {
  bottom: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.access-guide .sc__header {
  margin-bottom: 60px;
}
.access-guide .sc__title {
  margin-bottom: 0;
  font-family: var(--fontfamily02);
  font-size: 36px;
  font-weight: normal;
}
.access-guide .el-col {
  position: relative;
}
.access-guide .el-col:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 100px);
  right: -5%;
  width: 0;
  height: 0;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid var(--color08);
}
.access-guide .el-item {
  position: relative;
}
.access-guide .el-item__number {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-family: var(--fontfamily02);
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #8b8568;
  border-radius: 50%;
}
.access-guide .el-item__thumb {
  position: relative;
  margin-bottom: 38px;
  -webkit-box-shadow: 15px 15px 15px rgba(162, 154, 147, 0.7);
          box-shadow: 15px 15px 15px rgba(162, 154, 147, 0.7);
}
.access-guide .el-item__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 28px;
  color: var(--color08);
  border-bottom: 1px solid #958f68;
}
.access-guide .el-item__excerpt {
  text-align: justify;
}
@media (max-width: 1399px) {
  .access-guide .el-item__title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .access-guide .el-col {
    padding-right: 30px;
  }
  .access-guide .el-col:not(:last-child)::after {
    right: -2%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid var(--color08);
  }
}
@media (max-width: 767px) {
  .access-guide .el-col {
    padding-right: 6vw;
  }
  .access-guide .el-col:not(:last-child)::after {
    right: 4%;
  }
}
@media (max-width: 575px) {
  .access-guide .el-col {
    padding-right: calc(var(--bs-gutter-x));
    padding-bottom: 40px;
    padding-left: 25px;
  }
  .access-guide .el-col:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}

.staff__wrap {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
  padding-bottom:30px;
  background-color: #fff8f2;
}
.staff__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/_seagreen/staff-intro-bg-seagreen.png");
}
@media (max-width: 767px) {
  .staff__wrap::before {
    background-size: cover;
  }
}
.staff-intro {
  position: relative;
  padding: 90px 0;
}
.staff-intro .sc__wrap {
  max-width: 600px;
  margin: 0 auto;
}
.staff-intro .sc__title {
  margin-bottom: 30px;
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: 44px;
  color: var(--color08);
}
.staff-doctor {
  padding: 100px 0;
  background: #fff8f2;
}
.staff-doctor .c-content:not(:last-child) {
  margin-bottom: 150px;
}
.staff-doctor .el__ruby {
  position: relative;
  font-family: var(--fontfamily02);
  font-size: 18px;
  color: var(--color08);
  letter-spacing: 0.05em;
}
.staff-doctor .el__ruby ruby {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.07em;
}
.staff-doctor .el__ruby ruby rt {
  font-size: 12px;
}
.staff-doctor .el-item {
  margin-bottom: 50px;
}
.staff-doctor .el-item__thumb {
  margin-bottom: 50px;
}
.staff-doctor .el-item__thumb .dnfix__thumb {
  padding-top: 100%;
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, -5deg);
          transform: rotate3d(1, 1, 1, -5deg);
}
.staff-doctor .el-item__meta {
  padding-left: 50px;
}
.staff-doctor .el-item__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  color: var(--color08);
  border-bottom: 1px solid #9a9468;
}
.staff-doctor .el-group {
  padding: 80px;
  background: #fff;
}
.staff-doctor .el-box__header {
  position: relative;
}
.staff-doctor .el-box__title {
  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;
  font-family: var(--fontfamily02);
  font-size: 28px;
  color: var(--color08);
}
.staff-doctor .el-box__title::before, .staff-doctor .el-box__title::after {
  top: 0;
  left: 0;
  width: 150px;
  height: 2px;
  content: "";
  background: var(--color08);
}
.staff-doctor .el-box__title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 30px;
}
.staff-doctor .el-box .ul-list li:not(:last-child) {
  margin-bottom: 10px;
}
.staff-doctor .el-box .ul-list.is-dotted li {
  position: relative;
  padding-left: 20px;
}
.staff-doctor .el-box .ul-list.is-dotted li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.staff-doctor .el-box .ul-list.is-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .staff-doctor .el-box .ul-list.is-flex li {
    display: block;
  }
}
.staff-doctor .el-box .ul-list.is-flex li .-date {
  margin-right: 20px;
}
.staff-doctor .el-box.-large .ul-list {
  max-width: 680px;
  margin: auto;
}
.staff-staff {
  padding: 120px 0;
}
.staff-staff .sc__excerpt {
  max-width: 820px;
  margin: 0 auto 60px;
}
.staff-staff .sc__thumb {
  max-width: 1000px;
  margin: 0 auto 160px;
}
.staff-staff .sc__thumb .dnfix__thumb {
  padding-top: 60%;
}
.staff-staff .el-item__thumb {
  margin-bottom: 24px;
}
.staff-staff .el-item .dnfix__thumb {
  padding-top: 113%;
}
.staff-staff .el-item__title {
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 24px;
}
.staff-staff .el-item__sub {
  font-family: var(--fontfamily02);
  font-size: 14px;
  color: var(--color08);
}
@media (max-width: 1199px) {
  .staff-doctor .c-content:not(:last-child) {
    margin-bottom: 100px;
  }
  .staff-doctor .el-item__title {
    font-size: 24px;
  }
  .staff-doctor .el-item__thumb {
    max-width: 450px;
    margin: 0 auto 50px;
  }
  .staff-staff {
    padding: 100px 0;
  }
  .staff-staff .sc__thumb {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .staff-intro {
    padding: 50px 0;
  }
  .staff-doctor {
    padding: 80px 0;
  }
  .staff-doctor .el-item__meta {
    padding-left: 0;
  }
  .staff-staff {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .staff-intro {
    padding: 50px 0 20px;
  }
  .staff-intro .sc__title {
    font-size: 30px;
    line-height: 40px;
  }
  .staff-doctor .el-group {
    padding: 60px 40px;
  }
  .staff-doctor .el-box.-large .ul-list li .-date {
    margin-right: 30px;
  }
  .staff-staff .el-item__thumb {
    max-width: 50vw;
    margin: 0 auto 20px;
  }
}
@media (max-width: 575px) {
  .staff-intro .sc__title {
    font-size: 24px;
    line-height: 36px;
  }
  .staff-doctor .el-box__title span {
    padding: 0 20px;
  }
  .staff-doctor .el-box__title {
    font-size: 20px;
  }
  .staff-doctor .el-group {
    padding: 40px 20px;
  }
  .staff-doctor .el-item__thumb {
    max-width: 90%;
  }
  .staff-doctor .el-box.-large .ul-list li {
    display: block;
  }
  .staff-doctor .el__ruby ruby {
    font-size: 24px;
    line-height: 34px;
  }
  .staff-doctor .el-item__title {
    font-size: 18px;
  }
}

.facilities__wrap {
  padding-top: 40px;
  margin-top: -40px;
  background: #fff8f2;
}
.facilities-clinic {
  padding: 80px 0 200px;
}
@media (max-width: 1199px) {
  .facilities-clinic {
    padding: 60px 0 150px;
  }
}
#p-facilities .p-slider {
  max-width: 55vw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #p-facilities .p-slider {
    max-width: 100%;
  }
}
#p-facilities .p-slider .slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#p-facilities .p-slider .slick-slider.slick-initialized {
  opacity: 1;
}
#p-facilities .p-slider .slick-list {
  overflow: visible;
}
#p-facilities .p-slider .slick-list .slick-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#p-facilities .p-slider .slick-list .slick-center {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#p-facilities .p-slider .slick-next,
#p-facilities .p-slider .slick-prev {
  top: 38%;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: var(--key-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  #p-facilities .p-slider .slick-next,
  #p-facilities .p-slider .slick-prev {
    top: 50%;
  }
}
#p-facilities .p-slider .slick-next::before,
#p-facilities .p-slider .slick-prev::before {
  position: relative;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#p-facilities .p-slider .slick-next {
  right: 30px;
}
#p-facilities .p-slider .slick-next::before {
  left: 2px;
  border-left: 14px solid #fff;
}
#p-facilities .p-slider .slick-prev {
  left: 30px;
}
#p-facilities .p-slider .slick-prev::before {
  left: -2px;
  border-right: 14px solid #fff;
}
#p-facilities .p-slider__title {
  padding-bottom: 10px;
  margin-top: 30px;
  font-family: var(--fontfamily02);
  font-size: 2rem;
  color: var(--color08);
  text-align: center;
  border-bottom: 1px solid #9a9468;
}
@media (max-width: 575px) {
  #p-facilities .p-slider__title {
    font-size: 1.4rem;
  }
}
#p-facilities .p-slider__meta {
  max-width: 460px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-facilities .p-slider__excerpt {
  margin-top: 20px;
}
@media (max-width: 575px) {
  #p-facilities .p-slider__excerpt {
    font-size: 0.8rem;
  }
}
#p-facilities .p-slider__thumb {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-facilities .p-slider .slick-slide.is-active-next .p-slider__thumb, #p-facilities .p-slider .slick-slide.slick-current .p-slider__thumb {
  -webkit-box-shadow: 20px 20px 20px #a79f98;
          box-shadow: 20px 20px 20px #a79f98;
}
#p-facilities .p-slider .slick-slide.is-active-next .p-slider__meta, #p-facilities .p-slider .slick-slide.slick-current .p-slider__meta {
  opacity: 1;
}
#p-facilities .p-thumbnail {
  max-width: 470px;
  padding-top: 100px;
  margin: 60px auto 0;
}
@media (max-width: 575px) {
  #p-facilities .p-thumbnail {
    max-width: 220px;
    padding-top: 0;
  }
}
#p-facilities .p-thumbnail .slick-list {
  overflow: visible;
}
#p-facilities .p-thumbnail .slick-slide img {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-facilities .p-thumbnail .slick-slide.is-active-next img, #p-facilities .p-thumbnail .slick-slide.slick-current img {
  opacity: 1;
}
#p-facilities .p-thumbnail__item {
  padding: 0 30px;
}
@media (max-width: 575px) {
  #p-facilities .p-thumbnail__item {
    padding: 0 10px;
  }
}

.equipments__wrap {
  padding-top: 40px;
  margin-top: -40px;
  background: #fff8f2;
}
.equipments-intro {
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
}
.equipments-intro::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 107px;
  pointer-events: none;
  content: "";
}
.equipments-intro .el-item {
  margin-bottom: 30px;
}
.equipments-intro .el-item__thumb {
  margin-bottom: 40px;
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
}
.equipments-intro .el-item__meta {
  padding: 30px 30px 0;
}
.equipments-intro .el-item__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  line-height: 46px;
  color: var(--color08);
  text-align: center;
  border-bottom: 1px solid #9a9468;
}
.equipments-intro .el-item__excerpt {
  line-height: 1.8;
}
.equipments-emergency {
  position: relative;
  padding: 140px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/equipments-bg-seagreen.png");
}
.equipments-emergency::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 107px;
  pointer-events: none;
  content: "";
  background-image: url("../images/access-bottom-mask.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.equipments-emergency .el-item {
  margin-bottom: 30px;
}
.equipments-emergency .el-item__thumb {
  margin-bottom: 40px;
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
}
.equipments-emergency .el-item__meta {
  padding: 6px;
}
.equipments-emergency .el-item__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 28px;
  line-height: 38px;
  color: var(--color08);
  text-align: center;
  border-bottom: 1px solid #9a9468;
}
.equipments-emergency .el-item__excerpt {
  line-height: 1.8;
}
.equipments-foreign {
  position: relative;
  padding: 100px 0;
}
.equipments-foreign::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 107px;
  pointer-events: none;
  content: "";
  background-image: url("../images/bg-mask-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.equipments-foreign .el-box:not(:last-child) {
  margin-bottom: 100px;
}
.equipments-foreign .el-box__header {
  margin-bottom: 60px;
}
.equipments-foreign .el-box__title {
  font-family: var(--fontfamily02);
  font-size: 36px;
  color: #675d57;
}
.equipments-foreign .el-item__thumb {
  margin-bottom: 40px;
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, 5deg);
          transform: rotate3d(1, 1, 1, 5deg);
}
.equipments-foreign .el-item__meta {
  padding: 30px 30px 0;
}
.equipments-foreign .el-item__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  line-height: 46px;
  color: var(--color08);
  border-bottom: 1px solid #9a9468;
}
.equipments-foreign .el-item:nth-child(even) .el-item__thumb {
  -webkit-transform: rotate3d(1, 1, 1, -5deg);
          transform: rotate3d(1, 1, 1, -5deg);
}
@media (max-width: 1399px) {
  .equipments-intro {
    padding: 60px 0 40px;
  }
  .equipments-intro .el-item__meta {
    padding: 30px 20px 0;
  }
}
@media (max-width: 991px) {
  .equipments-intro .el-item__title {
    font-size: 25px;
    line-height: 35px;
  }
  .equipments-intro .el-item__thumb {
    margin-bottom: 20px;
  }
  .equipments-intro .el-item__meta {
    padding: 30px 0 0;
  }
  .equipments-emergency::before {
    background-size: cover;
  }
  .equipments-emergency .el-item__title {
    font-size: 25px;
    line-height: 35px;
  }
  .equipments-emergency .el-item__meta {
    padding: 30px 0 0;
  }
  .equipments-foreign::before {
    background-size: cover;
  }
  .equipments-foreign .el-item__thumb {
    max-width: 500px;
    margin: auto;
  }
  .equipments-foreign .el-item__title {
    font-size: 25px;
    line-height: 35px;
  }
  .equipments-foreign .el-item__meta {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .equipments-intro {
    padding: 60px 0;
  }
  .equipments-intro .el-item__title {
    font-size: 24px;
    line-height: 38px;
  }
  .equipments-emergency {
    padding: 140px 0 80px;
  }
  .equipments-emergency::before {
    top: -70px;
  }
  .equipments-emergency .el-item__title {
    font-size: 24px;
    line-height: 38px;
  }
  .equipments-foreign {
    padding: 80px 0 100px;
  }
  .equipments-foreign .el-item__thumb {
    max-width: 90%;
  }
  .equipments-foreign .el-item__meta {
    padding: 30px 0 0;
  }
  .equipments-foreign .el-item__title {
    font-size: 24px;
    line-height: 38px;
  }
  .equipments-foreign .el-box__title {
    font-size: 28px;
  }
  .equipments-foreign .el-box__title small {
    display: block;
  }
}
@media (max-width: 575px) {
  .equipments-intro .el-item__title {
    font-size: 20px;
    line-height: 32px;
  }
  .equipments-foreign .el-box__title small {
    font-size: 4.2vw;
  }
}

.service__wrap {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
  background-color: #fff8f2;
}
.service__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24%;
  max-height: 830px;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/staff-intro-bg-seagreen.png");
}
.service-menu {
  position: relative;
  padding: 80px 0 200px;
}
.service-menu .ul-list {
  margin-bottom: 180px;
}
.service-menu .li-item {
  position: relative;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  border: 5px solid #ede8e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-menu .li-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-menu .li-item__thumb {
  margin-bottom: 10px;
}
.service-menu .li-item .dnfix__thumb {
  width: 60px;
  padding-top: 60px;
  margin: auto;
}
.service-menu .li-item__title {
  margin-bottom: 0;
  font-family: var(--fontfamily02);
  font-size: 22px;
  font-weight: normal;
  color: #675d57;
}
.service-menu .li-item__title a {
  color: #675d57;
}
.service-menu .el-box:not(:last-child) {
  margin-bottom: 180px;
}
.service-menu .el-box__title {
  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-bottom: 60px;
  font-family: var(--fontfamily02);
  font-size: 36px;
  color: var(--color08);
}
.service-menu .el-box__title::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 0;
  content: "";
  background: #9a9468;
}
.service-menu .el-box__title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.service-menu .el-box__title .el-badge {
  display: inline-block;
  padding: 0 10px;
  margin-left: 20px;
  font-family: var(--fontfamily02);
  font-size: 14px;
  color: #fff;
  background: #8f8867;
}
.service-menu .el-box .el-item:not(:last-child) {
  margin-bottom: 100px;
}
.service-menu .el-box .el-item.-s2 {
  padding: 60px;
  background: #fffcfb;
}
.service-menu .el-box .el-item__thumb {
  margin-bottom: 40px;
  -webkit-box-shadow: -20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: -20px 20px 20px rgba(166, 158, 151, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, -5deg);
          transform: rotate3d(1, 1, 1, -5deg);
}
.service-menu .el-box .el-item__excerpt ul {
  margin-bottom: 30px;
  font-size: 22px;
}
.service-menu .el-box .el-item__excerpt ul li {
  position: relative;
  font-family: var(--fontfamily02);
}
.service-menu .el-box .el-item__excerpt ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-menu .el-box .el-item__excerpt ul li::before {
  position: relative;
  top: -8px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 8px;
  content: "";
  background: var(--color08);
}
.service-menu .el-box .el-item__title {
  font-family: var(--fontfamily02);
  font-size: 30px;
  line-height: 46px;
  color: var(--color08);
}
.service-menu .el-box .el-item__sub {
  font-family: var(--fontfamily02);
  font-size: 22px;
  line-height: normal;
  color: var(--color08);
}
.service-menu .el-box .el-item:nth-child(even) .el-item__thumb {
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
  -webkit-transform: rotate3d(1, 1, 1, 5deg);
          transform: rotate3d(1, 1, 1, 5deg);
}
.service-higherlevel {
  position: relative;
  padding: 80px 0 160px;
}
.service-higherlevel::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 107px;
  pointer-events: none;
  content: "";
  background-image: url("../images/bg-mask-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-higherlevel .sc__title {
  margin-bottom: 60px;
  font-family: var(--fontfamily02);
  font-size: 36px;
}
@media (max-width: 1399px) {
  .service-menu .ul-list {
    margin-bottom: 120px;
  }
  .service-menu .li-item__title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-menu {
    padding: 80px 0 150px;
  }
  .service-menu .el-box:not(:last-child) {
    margin-bottom: 100px;
  }
  .service-menu .li-item {
    padding: 15px 10px 10px;
  }
  .service-menu .li-item__title {
    font-size: 16px;
  }
  .service-menu .el-item__thumb {
    max-width: 450px;
    margin: 0 auto;
  }
  .service-menu .el-item.-s2 .el-item__thumb {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .service-menu .el-box__title::after {
    display: none;
  }
  .service-menu .el-box .el-item.-s2 {
    padding: 40px 20px;
  }
  .service-menu .el-box .el-item__thumb {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: -10px 10px 10px rgba(166, 158, 151, 0.5);
            box-shadow: -10px 10px 10px rgba(166, 158, 151, 0.5);
  }
  .service-menu .el-box .el-item__title {
    font-size: 24px;
    line-height: 38px;
  }
  .service-menu .el-box .el-item__sub {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .service-menu {
    padding: 40px 0 120px;
  }
  .service-menu .li-item {
    padding: 14px 6px 10px;
    border: 3px solid #ede8e2;
  }
  .service-menu .li-item__title {
    font-size: 13px;
  }
  .service-menu .el-box:not(:last-child) {
    margin-bottom: 80px;
  }
  .service-menu .el-box .el-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .service-menu .el-box__title {
    font-size: 24px;
  }
  .service-menu .el-box .el-item__excerpt {
    font-size: 14px;
  }
  .service-menu .el-box .el-item__excerpt ul li {
    font-size: 18px;
  }
  .service-menu .el-item__btn {
    text-align: right;
  }
  .service-higherlevel {
    padding: 60px 0 120px;
  }
  .service-higherlevel .sc__title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

.blog__wrap {
  position: relative;
  padding-bottom: 80px;
}

.archive-item {
  position: relative;
}
.archive-item__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
}
.archive-item__title a {
  color: #675d57;
}
.archive-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.archive-item__thumb {
  position: relative;
  overflow: hidden;
}
.archive-item__option .-date {
  display: inline-block;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #646464;
}
.archive-item__option .-category {
  padding: 6px 20px;
  font-family: var(--fontfamily02);
  font-size: 16px;
  line-height: normal;
  color: var(--color04);
  background-color: var(--color09);
}

.m-single_catch {
  margin-bottom: 50px;
  text-align: center;
}

/*
======================================
[ Editor Style ]
======================================
*/
.entry-content p,
.entry-content ul,
.entry-content blockquote,
.entry-content div {
  margin-bottom: 1.25rem;
}

.entry-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content img,
.entry-content figure.wp-caption {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.entry-content img + img {
  margin-bottom: 1rem;
}

.entry-content address p,
.entry-content address p {
  margin-bottom: 5px;
}

.entry-content a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.entry-content a:hover {
  color: #0648a7;
}

.entry-content figcaption {
  width: 100%;
  padding: 10px 0 0;
  font-style: italic;
  text-align: center;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.entry-content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content ol,
.entry-content ul {
  padding-left: 20px;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.entry-content table {
  width: 100%;
  margin-bottom: 1rem;
}

.entry-content table td,
.entry-content table th {
  border: 1px solid #737476;
}

.entry-content table td,
.entry-content table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #737476;
}

.entry-content blockquote {
  padding: 24px 32px;
  margin-top: 16px;
  color: #000;
  background: rgba(245, 136, 31, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: inset 3px 0 0 #f5881f;
          box-shadow: inset 3px 0 0 #f5881f;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .entry-content blockquote {
    padding: 48px 32px;
  }
}
.m-single_option {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.m-single_category {
  padding: 6px 30px;
  font-family: var(--fontfamily02);
  background-color: var(--key-color);
}
.m-single_category span {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.m-single_date {
  display: inline-block;
  border-bottom: 1px solid #646464;
}
.m-single_date span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.entry-title {
  margin-bottom: 2rem;
  font-family: var(--fontfamily02);
  font-size: 30px;
}

.entry-content .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 45.75%;
  margin-right: auto;
  margin-left: auto;
}
.entry-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry-content .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-bottom: 45.75%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.entry-content .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .archive-item__title {
    font-size: 16px;
  }
  .archive-item__option .-category {
    padding: 6px 10px 1px;
    margin-left: auto;
  }
  .archive-item__option .-date {
    padding: 6px 10px;
    font-size: 12px;
  }
  .m-single_category {
    padding: 5px 10px;
  }
  .m-single_category span {
    font-size: 12px;
  }
  .m-single_date span {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.pattern__wrap {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}
.pattern__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1/1;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/_seagreen/pattern-intro-bg.png");
}
@media (max-width: 767px) {
  .pattern__wrap::before {
    background-size: cover;
  }
}
.pattern__wrap .breadcrumb {
  margin-bottom: -50px;
}

.pattern__block {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .pattern__block {
    padding: 100px 0;
  }
}
.pattern__block.is-wall02 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/_seagreen/pattern-bg.png");
}
.pattern__block.is-wall02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  pointer-events: none;
  content: "";
}
.pattern__block.is-wall02 .pattern__heading::before {
  opacity: 0.1;
}
.pattern__block.is-wall01 {
  position: relative;
  z-index: 0;
  background-color: #fff8f2;
}
.pattern__block.is-wall01::before, .pattern__block.is-wall01::after {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  content: "";
  background-image: url("../images/pattern/pattern-wall-mask.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.pattern__block.is-wall01::before {
  top: -20px;
}
.pattern__block.is-wall01::after {
  bottom: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pattern__heading {
  position: relative;
  font-family: var(--fontfamily02);
  font-size: 36px;
}
.pattern__heading::before {
  position: absolute;
  top: -70px;
  left: 50%;
  font-family: var(--fontfamily03);
  font-size: 90px;
  letter-spacing: 0.001em;
/**  content: "section"; **/
  opacity: 0.05;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  display:none;
}
@media (max-width: 767px) {
  .pattern__heading {
    font-size: 28px;
  }
  .pattern__heading::before {
    font-size: 70px;
  }
}

.pattern__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 767px) {
  .pattern__list {
    padding: 0 10px;
  }
}

.pattern__list__check,
.pattern__list__dotted {
  margin-top: 20px;
}
.pattern__list__check li,
.pattern__list__dotted li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color08);
}
.pattern__list__check li::before,
.pattern__list__dotted li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: var(--color08);
}

.pattern__list__check li::before {
  content: "✔";
}

.pattern__list__dotted li::before {
  content: "・";
}

.pattern__cont__title {
  padding-bottom: 15px;
  margin-top: 20px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  color: var(--color08);
  border-bottom: 1px solid #958f68;
}
@media (max-width: 767px) {
  .pattern__cont__title {
    font-size: 22px;
  }
}

.pattern__cont__text,
.pattern__btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pattern__btn {
    text-align: center;
  }
}

.is-tilt-left {
  -webkit-transform: rotate3d(1, 1, 1, -6deg);
          transform: rotate3d(1, 1, 1, -6deg);
}

.is-tilt-right {
  -webkit-transform: rotate3d(1, 1, 1, 6deg);
          transform: rotate3d(1, 1, 1, 6deg);
}

.pattern__pic img {
  -webkit-box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
          box-shadow: 20px 20px 20px rgba(166, 158, 151, 0.7);
}

.pattern__table table td,
.pattern__table table th {
  padding: 20px 10px;
  border-bottom: 1px dotted #958f68;
}
@media (max-width: 767px) {
  .pattern__table table td,
  .pattern__table table th {
    padding: 10px 5px;
  }
}
.pattern__table table th {
  font-size: 20px;
}
.pattern__table table tbody {
  border-bottom: 1px solid #000;
}
.pattern__table table tbody th {
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .pattern__table table {
    min-width: 800px;
  }
}
@media (max-width: 767px) {
  .pattern__table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.pattern__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pattern__nav ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 10px;
}
@media (max-width: 1199px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (max-width: 767px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 5px;
  }
  .pattern__nav ul li .btn {
    font-size: 14px;
  }
  .pattern__nav ul li .btn-primary {
    padding: 9px 16px;
  }
}
.pattern__nav .btn-primary {
  width: 100%;
  border-radius: 100px;
}

.pattern__block__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__2 {
    display: block;
  }
}
.pattern__block__2 .pattern__pic,
.pattern__block__2 .pattern__list {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.pattern__block__2 .pattern__cont {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 40px;
  margin-top: 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pattern__block__2 .pattern__cont {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pattern__block__2 .pattern__list {
    margin-top: 40px;
  }
}

.pattern__block__3 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__3 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__3 .pattern__pic,
.pattern__block__3 .pattern__cont {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.pattern__block__3 .pattern__pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .pattern__block__3 .pattern__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pattern__block__3 .pattern__cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .pattern__block__3 .pattern__cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}

.pattern__block__4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__4 {
    display: block;
  }
}
.pattern__block__4 .pattern__pic,
.pattern__block__4 .pattern__cont {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.pattern__block__4 .pattern__pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .pattern__block__4 .pattern__pic {
    margin-top: 40px;
  }
}
.pattern__block__4 .pattern__cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pattern__block__5 .pattern__block__wrap {
  position: relative;
  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;
  counter-increment: cnt;
}
.pattern__block__5 .pattern__block__wrap::after, .pattern__block__5 .pattern__block__wrap::before {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  color: #fff;
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__block__wrap::after, .pattern__block__5 .pattern__block__wrap::before {
    width: 60px;
    height: 60px;
  }
}
.pattern__block__5 .pattern__block__wrap::after {
  padding-top: 20px;
  font-family: var(--fontfamily03);
  font-size: 16px;
  letter-spacing: 2px;
  content: "Step.";
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__block__wrap::after {
    padding-top: 10px;
    font-size: 10px;
  }
}
.pattern__block__5 .pattern__block__wrap::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  font-family: var(--fontfamily02);
  font-size: 36px;
  content: counter(cnt);
  background: #8b8568;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__block__wrap::before {
    padding-top: 25px;
    font-size: 22px;
  }
}
.pattern__block__5 .pattern__block__wrap:not(:first-of-type) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__block__wrap {
    display: block;
  }
  .pattern__block__5 .pattern__block__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
.pattern__block__5 .pattern__pic,
.pattern__block__5 .pattern__cont {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__cont {
    margin-top: 40px;
  }
}

.pattern__block__7 .pattern__block__wrap {
  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;
}
.pattern__block__7 .pattern__block__wrap:not(:first-of-type) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pattern__block__7 .pattern__block__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .pattern__block__7 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__7 .pattern__pic {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
}
.pattern__block__7 .pattern__cont {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
}
@media (max-width: 767px) {
  .pattern__block__7 .pattern__cont {
    margin-top: 40px;
  }
}

.pattern__block__8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__8 {
    display: block;
  }
}
.pattern__block__8::after {
  display: block;
  width: 30%;
  content: "";
}
.pattern__block__8 .pattern__block__wrap {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media (max-width: 767px) {
  .pattern__block__8 .pattern__block__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
.pattern__block__8 .pattern__cont__title {
  font-size: 22px;
}

.pattern__block__9 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__9 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__9 .pattern__pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.pattern__block__9 .pattern__pic__main {
  position: relative;
}
.pattern__block__9 .pattern__pic__sub {
  position: absolute;
  right: -80px;
  bottom: -30px;
  max-width: 40%;
}
@media (max-width: 991px) {
  .pattern__block__9 .pattern__pic__sub {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .pattern__block__9 .pattern__pic__sub {
    right: 0;
    bottom: -60px;
  }
}
.pattern__block__9 .pattern__cont {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (max-width: 767px) {
  .pattern__block__9 .pattern__cont {
    margin-top: 80px;
  }
}

.pattern__block__10 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .pattern__block__10 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__10 .pattern__pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pattern__block__10 .pattern__pic__main {
  position: relative;
}
.pattern__block__10 .pattern__pic__sub {
  position: absolute;
  bottom: -30px;
  left: -80px;
  max-width: 40%;
}
@media (max-width: 991px) {
  .pattern__block__10 .pattern__pic__sub {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .pattern__block__10 .pattern__pic__sub {
    bottom: -60px;
    left: 0;
  }
}
.pattern__block__10 .pattern__cont {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .pattern__block__10 .pattern__cont {
    margin-top: 80px;
  }
}

.pattern__block__11 .pattern__list__check {
  display: inline-block;
}
.pattern__block__11 .pattern__cont {
  max-width: 1000px;
  padding: 40px;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .pattern__block__11 .pattern__cont {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pattern__block__11 .pattern__cont {
    padding: 20px;
  }
}



.timechange {
  max-width: 940px;
  margin: 80px auto;
  padding: 30px 50px 26px;
  box-sizing: border-box;
  border: 1px solid #7F7870;
  background: #fff;
}
.timechange .title {
  font-size: 2.0em;
  margin-bottom: .8em;
  text-align: center;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
.timechange .text01 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.9;
}
.timechange span.marker {
  font-size: 1.1em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #4d423b;
}
.timechange .schedule {
  width: 74%;
  margin: 0 auto 1em;
}
.timechange .schedule .subtitle {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
.timechange table.table-schedule {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #A8A29C;
  box-sizing: border-box;
  margin-bottom: .5em;
}
.timechange table.table-schedule th, .timechange table.table-schedule td {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #A8A29C;
  border-bottom: 1px solid #A8A29C;
}
.timechange .text02 {
  text-align: right;
  font-size: .9em;
}

.schedule__text .last_reception span.marker {
  color: #4d423b;
}

@media (max-width: 767px) {
  .timechange {
    width: 100%;
    margin: 40px auto 80px;
    padding: 20px 15px 10px;
  }
  .timechange .title {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .timechange .text01 {
    margin-bottom: 1em;
    text-align: left;
    font-size: .9em;
    line-height: 1.7;
  }
  .timechange span.marker {
    font-size: 1.1em;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    color: #4d423b;
  }
  .timechange .schedule {
    width: 100%;
  }
  .timechange .schedule .subtitle {
    text-align: center;
    margin-bottom: .5em;
    font-size: 1.1em;
  }
  .timechange table.table-schedule {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A8A29C;
    box-sizing: border-box;
    margin-bottom: .5em;
    font-size: .8em;
  }
  .timechange table.table-schedule th, .timechange table.table-schedule td {
    padding: 4px;
  }
  .timechange .schedule .schedule__text {
    font-size: 12px;
  }
}