@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #000;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.list-unstyled, .navigation {
  padding-left: 0;
  list-style: none;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

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

.col {
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

 .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

 textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
 .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

 .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

 .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
 .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
 .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
 .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

 .input-group > .form-control:not(:focus).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}


.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

 .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
 .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

 .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
 .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
 .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
 .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

 .input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-img,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

:root {
  --bs-btn-close-filter: ;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5 !important;
}

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */

/* rtl:end:remove */

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

@media (min-width: 768px) {
  html {
    scrollbar-gutter: stable;
  }
}
html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.zen-kaku-gothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
  a img {
    transition: none;
  }
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}

hr {
  background-color: transparent;
  opacity: 1;
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

ul,
ol {
  padding-left: 1.5em;
}

.list-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .list-social {
    margin-bottom: 7.4666666667vw;
  }
}
.list-social li {
  display: inline-block;
  margin: 0 8px;
}
.list-social .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-social .link {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}

.list-circle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: 100%;
  max-width: 867px;
  margin: 19px auto 0;
}
@media (max-width: 767.98px) {
  .list-circle {
    -moz-column-gap: 1px;
         column-gap: 1px;
    margin-top: -8px;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:nth-of-type(2) .icon img {
    width: 5.8666666667vw;
  }
}
@media (min-width: 768px) {
  .list-circle li:nth-of-type(2) a, .list-circle li:nth-of-type(4) a {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:nth-of-type(3) a, .list-circle li:nth-of-type(4) a {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .list-circle li:nth-of-type(3) a {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:nth-of-type(3) .icon img {
    width: 3.2vw;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:nth-of-type(4) .icon img {
    width: 8vw;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:nth-of-type(5) .icon img {
    width: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .list-circle li:first-of-type {
    display: none;
  }
}
.list-circle a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #294c9a;
  width: 171px;
  height: 171px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .list-circle a {
    font-size: 14px;
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 767.98px) {
  .list-circle a {
    font-size: 2.6666666667vw;
    line-height: 1.1;
    width: 22.4vw;
    height: 22.4vw;
  }
}
.list-circle .int {
  position: relative;
  overflow: hidden;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .list-circle .int {
    width: 144px;
    height: 144px;
  }
}
@media (max-width: 767.98px) {
  .list-circle .int {
    width: 22.1333333333vw;
    height: 22.1333333333vw;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.list-circle .int:before, .list-circle .int:after {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  content: "";
  transition: all 0.15s ease;
}
.list-circle .int:before {
  bottom: 9px;
  width: 12px;
  height: 12px;
  background: url("../img/icon/arrow-down-white.svg") 50% 50%/cover no-repeat;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .list-circle .int:before {
    bottom: 1.8666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    background-image: url("../img/icon/arrow-down-white-sp.svg");
  }
}
.list-circle .int:after {
  bottom: -30px;
  width: 97px;
  height: 63px;
  background-color: #294c9a;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-circle .int:after {
    width: 12vw;
    height: 8vw;
    bottom: -2.9333333333vw;
  }
}
.list-circle .out {
  position: relative;
  overflow: hidden;
}
.list-circle .out:before, .list-circle .out:after {
  position: absolute;
  content: "";
}
.list-circle .out:before {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  bottom: -27px;
  width: 97px;
  height: 63px;
  background-color: #294c9a;
  border-radius: 50%;
  transition: all 0.15s ease;
}
.list-circle .out:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 3px solid #ebeadf;
  border-radius: 50%;
  z-index: 2;
}
.list-circle .out:hover {
  background-color: #ffef2c;
  border-color: #ffef2c;
}
.list-circle .out:hover:after {
  border: 0;
}
@media (min-width: 768px) {
  .list-circle .out:hover:before {
    opacity: 0;
  }
}
.list-circle .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  margin-top: 18px;
  min-height: 73px;
}
@media (max-width: 991.98px) {
  .list-circle .icon {
    min-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .list-circle .icon {
    min-height: auto;
    margin-top: 2.1333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .list-circle .icon img {
    height: 50px;
    width: auto;
  }
}

.list-notice {
  margin-bottom: 0;
}
.list-notice li {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .list-notice li {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.list-notice li:not(:only-child) {
  border-bottom: 2px dotted #def0f9;
}
.list-notice li + li {
  border-bottom: 0;
}
.list-notice a {
  position: relative;
  display: block;
  padding-right: 30px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .list-notice a {
    padding-right: 8vw;
    font-size: 3.7333333333vw;
  }
}
.list-notice a:before, .list-notice a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.list-notice a:before {
  width: 24px;
  height: 24px;
  background-color: #def0f9;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-notice a:before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.list-notice a:after {
  width: 9px;
  height: 8px;
  margin-right: 8px;
  background: url("../img/icon/arrow-blue.svg") 50% 50%/cover no-repeat;
}
@media (max-width: 767.98px) {
  .list-notice a:after {
    width: 2.4vw;
    height: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.list-notice a:hover {
  opacity: 0.7;
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}
.table > :not(:first-child) {
  border-top: 0;
}
.table th {
  font-weight: normal;
}

label {
  cursor: pointer;
}
label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: #f00;
}

select {
  cursor: pointer;
}

.btn {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn-blue {
  position: relative;
  display: block;
  padding: 14px 14px 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #294c9a;
  border-radius: 25px;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:active:hover, .btn-blue:active:active, .btn-blue:active:focus {
  border-color: #ffef2c;
  background-color: #ffef2c;
  color: #294c9a;
}
.btn-blue:hover:before, .btn-blue:active:before, .btn-blue:focus:before, .btn-blue:active:hover:before, .btn-blue:active:active:before, .btn-blue:active:focus:before {
  background-color: #294c9a;
}
.btn-blue:hover:after, .btn-blue:active:after, .btn-blue:focus:after, .btn-blue:active:hover:after, .btn-blue:active:active:after, .btn-blue:active:focus:after {
  filter: brightness(0) invert(1);
}
.btn-blue:before, .btn-blue:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.btn-blue:before {
  right: 9px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .btn-blue:before {
    right: 2.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.btn-blue:after {
  right: 16px;
  width: 9px;
  height: 8px;
  background: url("../img/icon/arrow-blue.svg") 50% 50%/cover no-repeat;
}
@media (max-width: 767.98px) {
  .btn-blue:after {
    right: 4.2666666667vw;
    width: 2.4vw;
    height: 2.1333333333vw;
  }
}
.btn-blue.btn-sm {
  padding: 11px 40px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .btn-blue.btn-sm {
    padding: 3.4666666667vw 10.6666666667vw;
    font-size: 3.2vw;
    border-radius: 8vw;
  }
}
.btn-blue.btn-sm .icon {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 14px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .btn-blue.btn-sm .icon-mail {
    left: 3.7333333333vw;
    width: 6.4vw;
    height: 4.5333333333vw;
  }
}

.btn-yellow {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px 80px 16px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.12em;
  color: #294c9a;
  background-color: #ffef2c;
  border-radius: 55px;
}
@media (max-width: 767.98px) {
  .btn-yellow {
    padding: 5.8666666667vw 5.3333333333vw 5.6vw;
    font-size: 5.6vw;
    border-radius: 14.6666666667vw;
  }
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:active:hover, .btn-yellow:active:active, .btn-yellow:active:focus {
  border-color: #294c9a;
  background-color: #fff;
  color: #294c9a;
}
.btn-yellow:hover:before, .btn-yellow:active:before, .btn-yellow:focus:before, .btn-yellow:active:hover:before, .btn-yellow:active:active:before, .btn-yellow:active:focus:before {
  background-color: #294c9a;
}
.btn-yellow:hover:after, .btn-yellow:active:after, .btn-yellow:focus:after, .btn-yellow:active:hover:after, .btn-yellow:active:active:after, .btn-yellow:active:focus:after {
  filter: brightness(0) invert(1);
}
.btn-yellow:hover .title, .btn-yellow:active .title, .btn-yellow:focus .title, .btn-yellow:active:hover .title, .btn-yellow:active:active .title, .btn-yellow:active:focus .title {
  color: #fff;
  background-color: #294c9a;
}
.btn-yellow:before, .btn-yellow:after {
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.btn-yellow:before {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
}
.btn-yellow:after {
  width: 15px;
  height: 13px;
  margin-right: 14px;
  background: url("../img/icon/arrow-blue.svg") 50% 50%/cover no-repeat;
}
@media (max-width: 767.98px) {
  .btn-yellow.arrow-md-none:before, .btn-yellow.arrow-md-none:after {
    content: none;
  }
}
.btn-yellow .text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.btn-yellow .title {
  display: inline-flex;
  justify-content: center;
  gap: 11px;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: normal;
  color: #294c9a;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .btn-yellow .title {
    gap: 2.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
    margin-bottom: 0.8vw;
    font-size: 3.4666666667vw;
  }
}
.btn-yellow .title:before, .btn-yellow .title:after {
  display: inline-block;
  width: 1px;
  height: 21px;
  margin: -2px 0 -3px;
  border-left: 1px solid;
  content: "";
}
@media (max-width: 767.98px) {
  .btn-yellow .title:before, .btn-yellow .title:after {
    height: 5.3333333333vw;
    margin: -0.5333333333vw 0 -1.3333333333vw;
  }
}
.btn-yellow .title:before {
  transform: rotate(-28deg);
}
.btn-yellow .title:after {
  transform: rotate(28deg);
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .btn-white {
    font-size: 2.6666666667vw;
    border-radius: 0.6222547584vw;
  }
}

.btn-language {
  position: fixed;
  top: 120px;
  left: 20px;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .btn-language {
    top: 26.6666666667vw;
  }
}
.btn-language a {
  width: 66px;
  padding: 2px 10px;
}
@media (max-width: 767.98px) {
  .btn-language a {
    width: 12.2666666667vw;
  }
}
.btn-language a:hover {
  opacity: 0.7;
}

.navbar {
  padding: 0;
}
.navbar .navbar-brand {
  position: relative;
  z-index: 1;
  padding: 15px 23px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    padding: 6.1333333333vw 5.8666666667vw;
  }
}
.navbar .navbar-brand:before {
  position: absolute;
  top: -20px;
  left: -8px;
  z-index: -1;
  width: 333px;
  height: 95px;
  background: url("../img/common/bg-header-blue.svg") no-repeat 100% 100%/cover;
  content: "";
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand:before {
    top: -1px;
    left: -1px;
    width: 67.4666666667vw;
    height: 19.2vw;
  }
}
.navbar .navbar-brand a {
  display: block;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand .img-logo {
    width: 44.23vw;
  }
}
.navbar .nav-item-btn {
  margin-top: 20px;
  margin-right: 35px;
  min-width: 178px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .navbar .nav-item-btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -53.3333333333vw;
    min-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .navbar .nav-item-btn.is-scrolled {
    bottom: 5.3333333333vw;
  }
}
.navbar .btn-ticket {
  position: relative;
  z-index: 1;
  padding: 17px 28px;
  font-size: 11px;
  font-weight: bold;
  color: #272727;
  border: 0;
}
@media (max-width: 767.98px) {
  .navbar .btn-ticket {
    padding: 2.6666666667vw 4.5333333333vw;
    font-size: 1.6vw;
  }
}
.navbar .btn-ticket:hover img {
  opacity: 0.7;
}
.navbar .btn-ticket:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 209px;
  height: 144px;
  background: url("../img/common/bg-header-yellow.svg") no-repeat 4px -4px/cover;
  pointer-events: none;
  content: "";
}
@media (max-width: 767.98px) {
  .navbar .btn-ticket:before {
    width: 32.5333333333vw;
    height: 22.4vw;
    background-size: 2px -2px;
  }
}
.navbar .btn-ticket img {
  display: block;
  margin: 0 auto 4px;
}
@media (max-width: 767.98px) {
  .navbar .btn-ticket img {
    margin-bottom: 0.8vw;
  }
}
.navbar .btn-ticket .img-ticket {
  margin-bottom: 10px;
  transform: rotate(-9deg);
}
@media (max-width: 767.98px) {
  .navbar .btn-ticket .img-ticket {
    width: 10.9333333333vw;
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 767.98px) {
  .navbar .btn-ticket .img-text {
    width: 14.566vw;
  }
}

.js-header.is-scrolled {
  position: fixed;
  top: -200px;
}
.js-header.is-transition {
  transition: top 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-header.is-transition {
    transition: none;
  }
}
.js-header.is-transition {
  will-change: top;
}
.js-header.is-show {
  top: 0;
}
.js-banner.is-scrolled {
  bottom: 0;
}
.js-banner.is-transition {
  transition: top 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-banner.is-transition {
    transition: none;
  }
}
.js-banner.is-transition {
  will-change: top;
}
.js-banner.is-show {
  top: 0;
}

.menu-trigger {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 32px;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.menu-trigger[aria-expanded=true], .menu-trigger[aria-expanded=true]:focus {
  box-shadow: none;
}

.navigation {
  margin-bottom: 0;
  overflow: hidden;
}
.navigation li {
  display: block;
}
.navigation li a {
  position: relative;
  display: block;
  padding: 0 10px 100%;
  overflow: hidden;
}
.navigation li a:hover .img {
  width: 100%;
}
.navigation .img {
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navigation .img {
    transition: none;
  }
}
.navigation .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 204px;
  margin: auto;
}
@media (max-width: 575.98px) {
  .navigation .img {
    width: 60%;
  }
}
.navigation .title {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.navigation .caption {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 1;
  display: block;
  margin-top: 19px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .navigation .caption {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .navigation .caption {
    bottom: 6%;
    font-size: 2.67vw;
  }
}

.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  vertical-align: 1px;
}

.modal-vertical-middle {
  overflow: hidden !important;
}
.modal-vertical-middle .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.bg-warm-white {
  background-color: #f2f1ec;
}

.bg-gray {
  background-color: #f2f1ec;
  position: relative;
  z-index: 1;
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

.title-overlay {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.12em;
  color: #294c9a;
}
@media (max-width: 767.98px) {
  .title-overlay {
    font-size: 5.8666666667vw;
  }
}
.title-overlay strong {
  display: block;
  margin-bottom: -34px;
  font-size: 82px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.01;
  color: #e5e4e0;
}
@media (max-width: 767.98px) {
  .title-overlay strong {
    margin: 0 -15px -8vw;
    font-size: 19.4666666667vw;
  }
}
.title-overlay.title-overlay-blue {
  color: #fff;
}
.title-overlay.title-overlay-blue strong {
  color: #1a3d89;
}

.title-simple {
  position: relative;
  display: inline-block;
}
.title-simple:before, .title-simple:after {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 7px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767.98px) {
  .title-simple:before, .title-simple:after {
    top: 2.4vw;
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.title-simple:before {
  left: -44px;
}
@media (max-width: 767.98px) {
  .title-simple:before {
    left: -8.2666666667vw;
  }
}
.title-simple:after {
  right: -44px;
}
@media (max-width: 767.98px) {
  .title-simple:after {
    right: -8.2666666667vw;
  }
}
.title-simple .text {
  display: block;
  font-family: ab-tombo-bold, sans-serif;
  font-size: 50px;
  letter-spacing: 0.08em;
}
@media (max-width: 767.98px) {
  .title-simple .text {
    font-size: 8.8vw;
  }
}
.title-simple .text.text-en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
}
.title-simple small, .title-simple .small {
  display: block;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 767.98px) {
  .title-simple small, .title-simple .small {
    font-size: 2.4vw;
  }
}
.title-simple small:before, .title-simple .small:before, .title-simple small:after, .title-simple .small:after {
  display: inline-block;
  width: 8px;
  height: 17px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icon/parentheses.svg");
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .title-simple small:before, .title-simple .small:before, .title-simple small:after, .title-simple .small:after {
    margin-top: -3px;
  }
}
@media (max-width: 767.98px) {
  .title-simple small:before, .title-simple .small:before, .title-simple small:after, .title-simple .small:after {
    font-size: 2.4vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}
.title-simple small:before, .title-simple .small:before {
  margin-right: 5px;
}
.title-simple small:after, .title-simple .small:after {
  transform: scale(-1);
  margin-left: 5px;
}
.title-simple .label {
  position: relative;
  width: 100%;
  max-width: 195px;
  padding: 8px;
  margin-bottom: 19px;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .title-simple .label {
    max-width: 34.9333333333vw;
    font-size: 3.2vw;
    padding: 1.6vw;
  }
}
.title-simple .label:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 10px 8px 0;
  transform: rotate(0deg);
  content: "";
}
@media (max-width: 767.98px) {
  .title-simple .label:after {
    border-width: 1.6vw 1.3333333333vw 0;
    bottom: -1.0666666667vw;
  }
}
.title-simple.blue:before {
  background-image: url("../img/icon/star-left.svg");
}
.title-simple.blue:after {
  background-image: url("../img/icon/star-right.svg");
}
.title-simple.blue small, .title-simple.blue .small {
  color: #294c9a;
}
.title-simple.blue small:before, .title-simple.blue .small:before, .title-simple.blue small:after, .title-simple.blue .small:after {
  background-image: url("../img/icon/parentheses.svg");
}
.title-simple.blue .label {
  color: #fff;
  background-color: #294c9a;
}
.title-simple.blue .label:after {
  border-color: #294c9a transparent transparent;
}
.title-simple.yellow {
  color: #fff;
}
.title-simple.yellow:before {
  background-image: url("../img/icon/star-left-yellow.svg");
}
.title-simple.yellow:after {
  background-image: url("../img/icon/star-right-yellow.svg");
}
.title-simple.yellow small, .title-simple.yellow .small {
  color: #fff;
}
.title-simple.yellow small:before, .title-simple.yellow .small:before, .title-simple.yellow small:after, .title-simple.yellow .small:after {
  filter: brightness(0) invert(1);
}
.title-simple.yellow .label {
  color: #294c9a;
  background-color: #ffef2c;
}
.title-simple.yellow .label:after {
  border-color: #ffef2c transparent transparent;
}

.section-cool-treats {
  position: relative;
  padding-bottom: 265px;
  background: url("../img/section/cool-treats/spot.svg") 50% 0/cover repeat-y;
}
@media (max-width: 767.98px) {
  .section-cool-treats {
    background-image: url("../img/section/cool-treats/sp/spot.svg");
    background-repeat: no-repeat;
    background-position-y: 10.95%;
    padding-bottom: 20.8vw;
  }
}
.section-cool-treats .container {
  max-width: 1108px;
  padding-top: 38px;
}
@media (min-width: 1367px) {
  .section-cool-treats .container {
    padding-top: 2.7818448023vw;
  }
}
@media (max-width: 767.98px) {
  .section-cool-treats .container {
    padding-top: 0;
  }
}
.section-cool-treats .badge {
  padding: 13px 35px 10px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  background-color: #ffef2c;
}
@media (max-width: 767.98px) {
  .section-cool-treats .badge {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}
.section-cool-treats .flex {
  -moz-column-gap: min(3.953147877vw, 54px);
       column-gap: min(3.953147877vw, 54px);
}
.section-cool-treats .flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.section-cool-treats .flex + .flex {
  margin-top: 139px;
}
@media (max-width: 767.98px) {
  .section-cool-treats .flex + .flex {
    margin-top: 58px;
  }
}
@media (max-width: 767.98px) {
  .section-cool-treats .flex + .flex .label-img {
    top: -19px;
  }
}
.section-cool-treats .flex-title {
  margin-top: 11px;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 32px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .section-cool-treats .flex-title {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 2px;
    margin-bottom: 8px;
  }
}
.section-cool-treats .label {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #294c9a;
  border-radius: 4px;
}
.section-cool-treats .left {
  position: relative;
}
@media (min-width: 768px) {
  .section-cool-treats .left {
    width: 48.25%;
  }
}
.section-cool-treats .left > img {
  width: 100%;
  border-radius: 20px;
}
.section-cool-treats .right {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .section-cool-treats .right {
    margin-top: 28px;
  }
}
.section-cool-treats .label-img {
  position: absolute;
  top: -27px;
  left: -40px;
}
@media (max-width: 1199.98px) {
  .section-cool-treats .label-img {
    left: -10px;
  }
}
@media (max-width: 767.98px) {
  .section-cool-treats .label-img {
    top: -16px;
    left: -25px;
  }
}
@media (max-width: 767.98px) {
  .section-cool-treats .label-img img {
    max-width: 102px;
    width: 100%;
  }
}
.section-cool-treats .lead {
  font-weight: 500;
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
}
.section-cool-treats .dl-list {
  margin-top: 7px;
}
.section-cool-treats dl {
  border-bottom: 1px dotted #000;
  padding-top: 9px;
  padding-bottom: 9px;
}
.section-cool-treats dt,
.section-cool-treats dd {
  vertical-align: middle;
}
.section-cool-treats dt {
  white-space: nowrap;
  padding-right: 20px;
}
.section-cool-treats dt > span {
  display: inline-block;
  padding: 7px 5px;
  min-width: 77px;
}
.section-cool-treats dd {
  font-weight: 500;
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
}
.section-cool-treats .btn-container {
  margin-top: 39px;
}
@media (max-width: 767.98px) {
  .section-cool-treats .btn-container {
    margin-top: 19px;
  }
}

.section-experience {
  position: relative;
  padding-top: 97px;
  padding-bottom: 48px;
  overflow: hidden;
}
@media (min-width: 1367px) {
  .section-experience {
    padding-top: 6.8814055637vw;
    padding-bottom: 10.980966325vw;
  }
}
@media (max-width: 767.98px) {
  .section-experience {
    padding-top: 16.5333333333vw;
    padding-bottom: 11.4666666667vw;
  }
}
.section-experience:before {
  position: absolute;
  top: -69px;
  left: 0;
  height: 474px;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/section/experience/semicircle.svg") 50% 50%/cover no-repeat;
  content: "";
}
@media (min-width: 1367px) {
  .section-experience:before {
    top: 0;
    height: 34.6998535871vw;
    width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .section-experience:before {
    top: -6.6666666667vw;
    height: 70.1333333333vw;
    background-image: url("../img/section/experience/sp/semicircle.svg");
  }
}

.section-ticket {
  position: relative;
  padding-top: 35px;
  padding-bottom: 140px;
  background-color: #294c9a;
}
@media (max-width: 767.98px) {
  .section-ticket {
    padding-top: 9.6vw;
    padding-bottom: 17.6vw;
  }
}
.section-ticket:before {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  height: 60px;
  margin-top: 1px;
  background: url("../img/common/bg-wave-blue.svg") no-repeat 50% 0/cover;
  content: "";
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-ticket:before {
    top: -5vw;
    background-size: 120% auto;
  }
}
.section-ticket .title-section {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .section-ticket .title-section {
    margin-bottom: 8vw;
  }
}
.section-ticket .btn-container {
  max-width: 785px;
}

.section-access {
  position: relative;
  padding-top: 76px;
  padding-bottom: 73px;
}
@media (max-width: 767.98px) {
  .section-access {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
.section-access:before {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  height: 60px;
  margin-top: 1px;
  background: url("../img/common/bg-wave.svg") no-repeat 50% 0/cover;
  content: "";
}
@media (max-width: 767.98px) {
  .section-access:before {
    top: -5vw;
    background-size: 120% auto;
  }
}
.section-access .container {
  max-width: 1110px;
}
.section-access .maps-container {
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .section-access .maps-container {
    height: 56vw;
  }
}
.section-access .title-section {
  margin-bottom: 52px;
}
@media (max-width: 767.98px) {
  .section-access .title-section {
    margin-bottom: 8vw;
  }
}

.flex-access {
  gap: min(1.9033674963vw, 26px);
}
@media (max-width: 767.98px) {
  .flex-access {
    flex-direction: column-reverse;
  }
}

.card-access {
  padding: min(3.0014641288vw, 41px) min(2.7818448023vw, 38px) min(2.4158125915vw, 33px);
  font-size: clamp(13px, 1.0980966325vw, 15px);
  font-weight: 500;
  line-height: 1.73333333;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .card-access {
    width: min(27.5256222548vw, 376px);
  }
}
@media (max-width: 767.98px) {
  .card-access {
    padding: 5.6vw 5.6vw 3.2vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.card-access .card-img {
  margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
  .card-access .card-img {
    max-width: 43.87vw;
    margin-bottom: 5.3333333333vw;
  }
}
.card-access .icon {
  margin-left: 5px;
  vertical-align: -1px;
}
.card-access a {
  color: #1d00ff;
}
.card-access p {
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .card-access p {
    margin-bottom: 1.3333333333vw;
  }
}
.card-access ul {
  list-style: none;
  padding-left: 0;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1.85714286;
}
@media (max-width: 767.98px) {
  .card-access ul {
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.83333333;
  }
}
.card-access ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 18px;
  letter-spacing: 0.1em;
  border: solid #f2f1ec;
  border-width: 1px 0;
}
@media (max-width: 767.98px) {
  .card-access ul li {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4vw;
  }
}
.card-access ul li + li {
  border-top-width: 0;
}
.card-access ul li:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #294c9a;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767.98px) {
  .card-access ul li:before {
    top: 3.2vw;
    width: 2.065vw;
    height: 2.065vw;
  }
}

.section-fv {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  padding-top: min(3.6603221083vw, 50px);
  padding-bottom: min(3.6603221083vw, 50px);
  color: #fff;
  background-color: #000;
  pointer-events: none;
}
.section-fv .video-fv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.section-fv .container {
  position: relative;
}
.section-fv .title {
  margin-bottom: 20px;
}
.section-fv .title .img-fv {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: min(32.9428989751vw, 450px);
}
@media (max-width: 767.98px) {
  .section-fv .title .img-fv {
    width: 90.6666666667vw;
  }
}
.section-fv .title .img-fv.is-en {
  width: min(55.4172767204vw, 757px);
}
@media (max-width: 767.98px) {
  .section-fv .title .img-fv.is-en {
    width: 93.3333333333vw;
  }
}
.section-fv .container-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-fv .container-date {
    gap: 1.6vw;
  }
}
.section-fv .container-date .date {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: min(4.5387994143vw, 62px);
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-fv .container-date .date {
    font-size: 9.6vw;
  }
}
.section-fv .container-date .day {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min(3.513909224vw, 48px);
  height: min(3.513909224vw, 48px);
  font-weight: 500;
  font-size: min(1.6105417277vw, 22px);
  color: #294c9a;
  background-color: #ffef2c;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .section-fv .container-date .day {
    min-width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
}
.section-fv .container-date .icon {
  font-size: min(2.2693997072vw, 31px);
}
@media (max-width: 767.98px) {
  .section-fv .container-date .icon {
    font-size: 4vw;
  }
}
.section-fv .container-date.is-en .day {
  font-size: min(1.317715959vw, 18px);
}
@media (max-width: 767.98px) {
  .section-fv .container-date.is-en .day {
    font-size: 2.6666666667vw;
  }
}

.img-fv-sm {
  position: fixed;
  top: 160px;
  left: 18px;
  z-index: 20;
  width: 71px;
}
@media (max-width: 767.98px) {
  .img-fv-sm {
    top: 38.6666666667vw;
    left: 3.7333333333vw;
    width: 18.9333333333vw;
  }
}

.fv-space {
  height: 100svh;
}

.section-notice {
  position: relative;
  padding-top: 4.7584187408vw;
  padding-bottom: 0;
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .section-notice {
    padding-top: 8vw;
    padding-bottom: 0;
  }
}
.section-notice .container {
  position: relative;
  z-index: 10;
  max-width: 1140px;
}
.section-notice .inner-bg {
  position: relative;
  z-index: 10;
  padding-top: 2.3426061493vw;
  padding-bottom: 14.934114202vw;
  margin-top: 25.6222547584vw;
  background-color: #7cc7d1;
}
@media (max-width: 767.98px) {
  .section-notice .inner-bg {
    padding-bottom: 96vw;
    margin-top: 168px;
  }
}
.section-notice .title-section {
  margin-bottom: 18px;
}
.section-notice .title-section:before, .section-notice .title-section:after {
  display: none;
}
.section-notice .title-section .label {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 35px;
  padding-left: 22px;
}
@media (max-width: 767.98px) {
  .section-notice .title-section .label {
    padding: 1.6vw 3.7333333333vw;
    padding-left: 6.4vw;
    margin-bottom: 4.8vw;
  }
}
.section-notice .title-section .text {
  font-size: min(3.6603221083vw, 50px);
  line-height: 1.5;
  color: #fff;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .section-notice .title-section .text {
    font-size: 8.5333333333vw;
  }
}
.section-notice .title-section .text.text-en {
  font-size: min(4.5387994143vw, 62px);
  letter-spacing: 0.06em;
  line-height: 1.032;
}
@media (max-width: 767.98px) {
  .section-notice .title-section .text.text-en {
    font-size: 9.3333333333vw;
  }
}
.section-notice .lead {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.375;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-notice .lead {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }
}
.section-notice .img-travel {
  position: absolute;
  top: 5.5636896047vw;
  left: 50vw;
  width: 110.3953147877vw;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .section-notice .img-travel {
    top: 2.6666666667vw;
    left: 75vw;
    width: 188.2666666667vw;
  }
}
.section-notice .img-team {
  position: absolute;
}
.section-notice .img-team.team-1 {
  top: 6.7349926794vw;
  left: 12.0058565154vw;
  width: 17.7159590044vw;
}
@media (max-width: 767.98px) {
  .section-notice .img-team.team-1 {
    top: 2.1333333333vw;
    left: 8.5333333333vw;
    z-index: 1;
    width: 41.6vw;
  }
}
.section-notice .img-team.team-2 {
  top: 5.270863836vw;
  right: 6.2225475842vw;
  width: 19.0336749634vw;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-notice .img-team.team-2 {
    top: 4vw;
    right: 2.6666666667vw;
    width: 43.7333333333vw;
  }
}
.section-notice .img-cable-car {
  position: absolute;
  top: 3.074670571vw;
  left: 50vw;
  width: 115.8125915081vw;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .section-notice .img-cable-car {
    top: -4vw;
    left: 24vw;
    width: 270.4vw;
  }
}
.section-notice .img-playground {
  position: absolute;
  bottom: 6.0029282577vw;
  left: 50vw;
  width: 113.4699853587vw;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .section-notice .img-playground {
    bottom: 19.2vw;
    left: 52vw;
    width: 124.8vw;
  }
}
.section-notice .img-girl {
  position: absolute;
  bottom: 8.0527086384vw;
  left: 8.0527086384vw;
  width: 7.8330893119vw;
}
@media (max-width: 767.98px) {
  .section-notice .img-girl {
    bottom: 18.1333333333vw;
    left: 18.6666666667vw;
    width: 19.2vw;
  }
}
.section-notice .img-boy {
  position: absolute;
  right: 26.3543191801vw;
  bottom: -2.9282576867vw;
  z-index: 10;
  width: 12.6647144949vw;
}
@media (max-width: 767.98px) {
  .section-notice .img-boy {
    right: 27.7333333333vw;
    bottom: -1.3333333333vw;
    width: 27.7333333333vw;
  }
}
.section-notice .img-line-green,
.section-notice .img-line {
  position: absolute;
  right: 0;
  left: 50vw;
  transform: translateX(-50%);
  width: 104.9780380673vw;
}
@media (max-width: 767.98px) {
  .section-notice .img-line-green,
  .section-notice .img-line {
    width: 136vw;
  }
}
.section-notice .img-line {
  bottom: 0;
}
.section-notice .img-line-green {
  top: -4.9780380673vw;
}
.section-notice .card-notice {
  position: relative;
  z-index: 10;
  flex-direction: row;
  overflow: hidden;
  max-width: 732px;
  margin-bottom: 120px;
  border-radius: 10px;
  border: 0;
}
@media (max-width: 767.98px) {
  .section-notice .card-notice {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 11.2vw;
  }
}
.section-notice .card-notice .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 169px;
  padding: 6px 10px 10px;
  background-color: #294c9a;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .section-notice .card-notice .card-header {
    width: 100%;
    padding: 4.8vw 4.2666666667vw 4.5333333333vw;
  }
}
.section-notice .card-notice .card-body {
  padding: 6px 23px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-notice .card-notice .card-body {
    padding: 2.9333333333vw 5.3333333333vw;
  }
}
.section-notice .card-notice .card-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-notice .card-notice .card-title {
    font-size: 4.2666666667vw;
  }
}

.section-campaign {
  padding-top: 75px;
  padding-bottom: 175px;
  position: relative;
  background-color: #3fb998;
  z-index: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767.98px) {
  .section-campaign {
    padding-top: 8.5333333333vw;
    padding-bottom: 18.4vw;
  }
}
.section-campaign:before {
  position: absolute;
  top: -57px;
  right: 0;
  left: 0;
  height: 57px;
  margin-top: 1px;
  background: url("../img/section/campaign/wave-green.svg") 12% 50%/cover no-repeat;
  content: "";
  z-index: 1;
}
@media (min-width: 1367px) {
  .section-campaign:before {
    height: 4.1727672035vw;
  }
}
@media (max-width: 767.98px) {
  .section-campaign:before {
    top: -25px;
    width: 100vw;
    height: 6.6666666667vw;
    background-image: url("../img/section/campaign/sp/wave-green.svg");
  }
}
.section-campaign:after {
  position: absolute;
  bottom: 27px;
  left: 0;
  height: 366px;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/section/campaign/semicircle.svg") 50% 50%/cover no-repeat;
  content: "";
}
@media (min-width: 1367px) {
  .section-campaign:after {
    height: 26.7935578331vw;
    width: 100vw;
  }
}
@media (min-width: 1400px) {
  .section-campaign:after {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section-campaign:after {
    height: 66.9333333333vw;
    bottom: 2.6666666667vw;
    background-image: url("../img/section/campaign/sp/semicircle.svg");
  }
}
.section-campaign .container {
  max-width: 1024px;
}
.section-campaign .cloud {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1920px) {
  .section-campaign .cloud {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
  }
}
.section-campaign .cloud:before, .section-campaign .cloud:after {
  position: absolute;
  content: "";
}
.section-campaign .cloud:before {
  top: 78px;
  left: -80px;
  width: 375px;
  height: 92px;
  background: url("../img/icon/cloud-left.svg") 50% 50%/cover no-repeat;
}
@media (min-width: 1920px) {
  .section-campaign .cloud:before {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-campaign .cloud:before {
    top: 42.9333333333vw;
    left: -22.6666666667vw;
    width: 53.3333333333vw;
    height: 13.0666666667vw;
    background-image: url("../img/icon/sp/cloud-left.svg");
  }
}
.section-campaign .cloud:after {
  top: 17px;
  right: -178px;
  width: 453px;
  height: 152px;
  background: url("../img/icon/cloud-right.svg") 50% 50%/cover no-repeat;
}
@media (min-width: 1920px) {
  .section-campaign .cloud:after {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .section-campaign .cloud:after {
    top: 25.3333333333vw;
    right: -39.4666666667vw;
    width: 67.2vw;
    height: 16.5333333333vw;
    background-image: url("../img/icon/sp/cloud-right.svg");
  }
}
.section-campaign .card {
  position: relative;
  border: 0;
  border-radius: 20px;
}
.section-campaign .card .text {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-size: min(2.9282576867vw, 40px);
  color: #294c9a;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-campaign .card .text {
    font-size: 8vw;
  }
}
.section-campaign .card-img-top,
.section-campaign .card-img-top img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-campaign .card-body {
  padding: 26px 41px 36px;
  background: url("../img/section/campaign/dot.svg") 0% repeat;
}
@media (max-width: 767.98px) {
  .section-campaign .card-body {
    padding: 4.2666666667vw 7.4666666667vw 4vw;
  }
}
.section-campaign hr {
  margin-top: 18px;
  margin-bottom: 12px;
  border-top: 8px solid #ffee2c;
}
@media (max-width: 767.98px) {
  .section-campaign hr {
    border-top-width: 1.3333333333vw;
  }
}
.section-campaign .lead {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
.section-campaign .badge {
  width: 100%;
  max-width: 223px;
  padding: 5px 10px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #294c9a;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .section-campaign .badge {
    max-width: 52vw;
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw 0.8vw;
  }
}
.section-campaign .number {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 85px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #294c9a;
  background: url("../img/icon/star-yellow.svg") 0%/cover no-repeat;
}
@media (max-width: 767.98px) {
  .section-campaign .number {
    top: -7.4666666667vw;
    width: 14.6666666667vw;
    height: 15.4666666667vw;
    font-size: 4.8vw;
  }
}
.section-campaign .title-section {
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .section-campaign .title-section {
    margin-bottom: 18.1333333333vw;
  }
}
@media (min-width: 768px) {
  .section-campaign .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.section-campaign .icon {
  position: absolute;
  bottom: 111px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-campaign .icon {
    bottom: 64px;
  }
}
.section-campaign .icon.left {
  left: -48px;
}
@media (max-width: 767.98px) {
  .section-campaign .icon.left {
    left: -8.8vw;
    width: 17.6vw;
    bottom: 36vw;
  }
}
.section-campaign .icon.right {
  right: -42px;
}
@media (max-width: 767.98px) {
  .section-campaign .icon.right {
    right: -9.3333333333vw;
    width: 23.7333333333vw;
    bottom: 24.8vw;
  }
}
@media (max-width: 767.98px) {
  .section-campaign .text-1 {
    width: 29.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .section-campaign .text-2 {
    width: 49.0666666667vw;
  }
}
@media (max-width: 767.98px) {
  .section-campaign .row {
    row-gap: 12.8vw;
  }
}

footer {
  position: relative;
  z-index: 0;
  padding-top: 56px;
  padding-bottom: 16px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 14.4vw;
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
footer:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: -1;
  width: 1510px;
  height: 704px;
  background-color: #294a9a;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767.98px) {
  footer:before {
    width: 227.7333333333vw;
    height: 106.1333333333vw;
  }
}
footer a {
  color: #fff;
}
footer .title {
  margin-bottom: 11px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 767.98px) {
  footer .title {
    margin-bottom: 2.9333333333vw;
    font-size: 5.6vw;
  }
}
footer .copyright {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  footer .copyright {
    margin-top: 9.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: normal;
  }
}

.page-top {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 999;
  transition: none;
}
@media (max-width: 767.98px) {
  .page-top {
    right: 4vw;
    width: 17.3333333333vw;
    height: 14.6666666667vw;
  }
}
.page-top:hover {
  opacity: 0.7;
}

.btn-language {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .btn-language {
    border-radius: 10px;
  }
}
.btn-language .btn-language-toggle,
.btn-language .btn-language-item {
  width: 66px;
  padding: 2px 10px 4px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .btn-language .btn-language-toggle,
  .btn-language .btn-language-item {
    width: 14.6666666667vw;
    padding: 8px 10px;
  }
}
.btn-language .btn-language-toggle:hover, .btn-language .btn-language-toggle:focus, .btn-language .btn-language-toggle:active,
.btn-language .btn-language-item:hover,
.btn-language .btn-language-item:focus,
.btn-language .btn-language-item:active {
  background: #fff;
  color: #000;
  opacity: 0.7;
  box-shadow: none;
}
.btn-language .language-collapse {
  margin-top: 4px;
}
.btn-language .btn-language-item {
  display: block;
}

/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

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



:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}


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

  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}


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




.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

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

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


.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

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

    &:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Flip slide shadows end */

.swiper-coverflow {
}

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

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

/*# sourceMappingURL=style.css.map */