:root {
  --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-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

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],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

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: #6c757d;
  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 {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px; }

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

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @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"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* 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-file-upload-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: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
/*----------------------------------------
***********default css**********
----------------------------------------*/
@font-face {
  font-family: 'huiji';
  src: url("../font/HuiFont109.ttf"); }
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8; }

footer {
  text-align: center;
  padding: 2rem;
  background: #86B22E; }
  footer p {
    font-size: .8rem;
    margin-bottom: 0;
    color: #fff; }

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

a {
  text-decoration: none;
  color: #94C85C;
  transition: .2s; }
  a.trial_btn {
    display: block;
    padding: 18px 32px;
    position: fixed;
    border-radius: 4px;
    line-height: 1.5;
    border-bottom: solid 5px rgba(0, 0, 0, 0.2);
    background-color: #EEB800;
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    z-index: 100;
    top: 90%;
    width: 250px;
    left: 87%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold; }
    a.trial_btn:hover {
      opacity: .6; }

p {
  color: #333; }
  p.m-ttl {
    color: #EF8CAA;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: calc(42 / 1280 * 100vw); }
  p.g-point {
    color: #dc3545;
    font-weight: 700;
    margin-bottom: 3rem; }

.pc {
  display: block; }

.sp {
  display: none; }

.-hcc {
  display: none !important; }

.-machitra a img {
  width: 200px;
  filter: brightness(0) invert(1); }

.-w {
  background: #fff;
  padding-top: calc(62 / 1280 * 100vw);
  padding-bottom: calc(62 / 1280 * 100vw); }

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

.m-01 {
  margin-top: calc(62 / 1280 * 100vw); }

.m-02 {
  margin-bottom: calc(62 / 1280 * 100vw); }

.inner {
  padding-top: calc(112 / 1280 * 100vw);
  padding-bottom: calc(84 / 1280 * 100vw);
  position: relative; }
  .inner:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 2px;
    background: #EF8CAA;
    top: 0;
    left: 50%; }

.flex {
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .flex.j-center {
    justify-content: center; }
  .flex.j-between {
    justify-content: space-between; }
  .flex.j-around {
    justify-content: space-around; }

.b-border {
  border-color: #333;
  margin: 0 auto;
  margin-top: calc(62 / 1280 * 100vw);
  margin-bottom: calc(62 / 1280 * 100vw); }

.bg {
  position: relative; }
  .bg.stone {
    background-image: url("../img/stone.webp");
    z-index: -1; }
    .bg.stone:after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      left: 0;
      z-index: -1; }
  .bg.-p {
    background: #EEB800; }
    .bg.-p .inner:before {
      background: #fff; }
    .bg.-p .inner p.m-ttl {
      color: #fff; }
  .bg.-g {
    background: #f8f8f8; }
    .bg.-g .inner:before {
      background: #333; }
    .bg.-g .inner p.m-ttl {
      color: #333; }
  .bg.-g02 {
    background: #eeeeee; }
    .bg.-g02 .inner:before {
      background: #333; }
    .bg.-g02 .inner p.m-ttl {
      color: #333; }
  .bg.-gr {
    background: #E8EFE9; }

    .bg.-gr .inner:before {
      background: #86B22E; }

    .bg.-gr .inner p.m-ttl {
      color: #86B22E; }
  .bg.-o {
    background: #FAEFD3; }
    .bg.-o .inner:before {
      background: #EEB800; }
    .bg.-o .inner p.m-ttl {
      color: #EEB800; }
  .bg.-p {
    background: #fae0f1; }
    .bg.-p .inner:before {
      background: #EF8CAA; }
    .bg.-p .inner p.m-ttl {
      color: #EF8CAA; }

/*----------------------------------------
***********fade***********
----------------------------------------*/
header {
  color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 2.3em 5em;
  background: #000;
  background-color: rgba(0, 0, 0, 0.2);
  height: 120px;
  top: 0; }
  header a {
    color: #fff; }
    header a:hover {
      color: #EEB800; }
  header .left {
    float: left; }
  header .right {
    float: right;
    text-align: right;
    width: 600px;
    margin-top: .55em; }
  header p {
    display: inline-block;
    margin: 0 1.5em;
    vertical-align: -webkit-; }
  header img {
    width: 80px; }

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 9999;
  opacity: 0; }
  nav .inner {
    padding: 25px; }
    nav .inner ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333; }
        nav .inner ul li a {
          display: block;
          color: #333;
          font-size: 14px;
          padding: 1em;
          text-decoration: none;
          transition-duration: 0.2s; }
          nav .inner ul li a:hover {
            background: #e4e4e4; }

.open nav {
  left: 0;
  opacity: 1;
  z-index: 9999; }

#mask {
  display: none;
  transition: all .5s; }

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9em; }

:-ms-input-placeholder {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9em; }

::placeholder {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9em; }

.area-navi {
  background: #E8EFE9;
  color: #fff;
  font-size: .8em;
  padding: 5em 0 12em 0; }
  .area-navi a {
    color: #333; }
    .area-navi a:hover {
      color: #EEB800; }
  .area-navi .navi__2column {
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto; }
  .area-navi .navi-left {
    width: 50%;
    padding: 2em 0; }
    .area-navi .navi-left img {
      width: 230px;
      filter: brightness(0) invert(0); }
    .area-navi .navi-left .navi-txt {
      margin: 1em 0;
      font-size: 1.2em;
      line-height: 1.4;
      letter-spacing: 1px; }
      .area-navi .navi-left .navi-txt p {
        color: #333; }
  .area-navi .navi-right {
    width: 100%;
    padding: 2em 0;
    display: flex; }
  .area-navi .navi-flex {
    display: inline-block;
    width: 100%; }
    .area-navi .navi-flex ul {
      list-style: none;
      margin: 0 1em; }
      .area-navi .navi-flex ul li {
        margin-bottom: 0.4em; }
        .area-navi .navi-flex ul li:first-child {
          color: #333;
          border-bottom: 1px solid #333;
          margin-bottom: 0.5em;
          padding-bottom: 0.2em;
          font-size: 1.2em; }

.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3; }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s; }
    .toggle_btn span:nth-child(1) {
      top: 4px; }
    .toggle_btn span:nth-child(2) {
      top: 14px; }
    .toggle_btn span:nth-child(3) {
      bottom: 4px; }

.open .toggle_btn span {
  background-color: #fff; }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg); }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0; }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg); }

/*----------------------------------------
***********fade***********
----------------------------------------*/
.e-fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms; }

.e-scroll {
  opacity: 1;
  transform: translate(0, 0); }

/*----------------------------------------
***********main visual***********
----------------------------------------*/
.main-visual {
  background: url("../img/top.webp") right/contain no-repeat;
  height: 740px;
  position: relative;
  margin-top: 120px; }
  .main-visual span {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1; }
    .main-visual span h1, .main-visual span .h1 {
      margin-bottom: 1rem; }
    .main-visual span img {
      max-width: 600px;
      filter: drop-shadow(0px 0px 1px white);
      filter: drop-shadow(0px 0px 1px white); }
      .main-visual span img:nth-child(3) {
        margin: .5rem 0 1rem 0; }
    .main-visual span a:hover {
      opacity: .6; }
  .main-visual:after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #fff 40%, transparent 60%);
    z-index: 0; }


/*----------------------------------------
***********main visual2***********
----------------------------------------*/
.main-visual2 {

    background-image: url("../img/top.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  height: 740px;
  position: relative;
  margin-top: 120px; }
  .main-visual2:after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
/*----------------------------------------
    background: linear-gradient(to right, #fff 40%, transparent 60%);
----------------------------------------*/
    z-index: 0; }



/*----------------------------------------
***********machitre***********
----------------------------------------*/

.m-reason .m-r_inner {
  margin-bottom: calc(62 / 1280 * 100vw); }

  .m-reason .m-r_inner:nth-child(1) .i-box figure:before {
    background: #EF8CAA; }


  .m-reason .m-r_inner:nth-child(1) .t-box p:first-child span {
    border: 1px solid #EF8CAA;
    color: #EF8CAA; }

  .m-reason .m-r_inner:nth-child(1) .t-box p:first-child:after {
    background: #EF8CAA; }

  .m-reason .m-r_inner:nth-child(1) .t-box h3 span, .m-reason .m-r_inner:nth-child(1) .t-box .h3 span {
    color: #EF8CAA; }

  .m-reason .m-r_inner:nth-child(3) .i-box figure:before {
    background: #86B22E; }

  .m-reason .m-r_inner:nth-child(3) .t-box p:first-child span {
    border: 1px solid #86B22E;
    color: #86B22E; }

  .m-reason .m-r_inner:nth-child(3) .t-box p:first-child:after {
    background: #86B22E; }

  .m-reason .m-r_inner:nth-child(3) .t-box h3 span, .m-reason .m-r_inner:nth-child(3) .t-box .h3 span {
    color: #86B22E; }

<!--  -->
  .m-reason .m-r_inner:nth-child(4) .i-box figure:before {
    background: #0079c6; }

  .m-reason .m-r_inner:nth-child(4) .t-box p:first-child span {
    border: 1px solid #0079c6;
    color: #0079c6; }

  .m-reason .m-r_inner:nth-child(4) .t-box p:first-child:after {
    background: #0079c6; }

  .m-reason .m-r_inner:nth-child(4) .t-box h3 span, .m-reason .m-r_inner:nth-child(3) .t-box .h3 span {
    color: #0079c6; }


.m-reason .flex:nth-child(even) {
  flex-direction: row-reverse; }
  .m-reason .flex:nth-child(even) .i-box figure {
    float: right; }
.m-reason .i-box figure {
  position: relative;
  z-index: 0; }
  .m-reason .i-box figure img {
    max-width: 560px;
    position: relative;
    z-index: 0; }

  .m-reason .i-box figure:before {
    content: '';
    background: #EEB800;
    top: 1rem;
    left: -1rem;
    position: absolute;
    width: 560px;
    height: 400px;
    z-index: -1; }


.m-reason .t-box {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
  width: 480px;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa; }
  .m-reason .t-box img {
    position: absolute;
    top: -2vh;
    right: -2vh;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    z-index: -1; }
  .m-reason .t-box p:first-child {
    font-size: 2rem;
    position: relative; }


    .m-reason .t-box p:first-child span {
      font-size: 1.4rem;
      border: 1px solid #EEB800;
      color: #EEB800;
      padding: .1rem .3rem .3rem .3rem;
      font-weight: 300;
      margin-left: .5rem;
      letter-spacing: 2px; }

/* 
    .m-reason .t-box p:first-child:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 35px;
      background: #EEB800; }
 */

  .m-reason .t-box h3, .m-reason .t-box .h3 {
    line-height: 1.8;
    letter-spacing: 2px; }
    .m-reason .t-box h3 span, .m-reason .t-box .h3 span {
      color: #EEB800;
      display: block; }


.price {
  max-width: 900px;
  margin: 0 auto; }
  .price p {
    text-align: center;
    font-size: 1.2rem; }
    .price p.-campaign {
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      color: #86B22E;
      letter-spacing: 2px; }
      .price p.-campaign span {
        font-size: 2rem;
        background: linear-gradient(transparent 60%, #ff6 60%);
        margin-left: .5rem; }
    .price p.tax {
      text-align: right;
      font-size: .9rem;
      margin-bottom: .2rem;
      color: #333; }
    .price p:last-child {
      margin-top: calc(42 / 1280 * 100vw); }
  .price .list {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 auto; }
    .price .list tr {
      /*  &:nth-child(3){
            background: $light-green;
                th{
                    position: relative;
                    color: #fff;
                    border-color: #fff;
                    span{
                        &:first-child{
                            font-size: .9rem;
                            display: block;
                        }
                        &:last-child{
                            position: absolute;
                            top: -2vh;
                            left: -2vh;
                            background: $orange;
                            border-radius: 50px;
                            width: 80px;
                            height: 80px;
                            font-size:1.1rem;
                            line-height:4.1;
                            transform: rotate(-10deg)                                
                        }
                    }
                }
                td{
                    color: #fff;
                    border-color: #fff;
                    
                }                
            }      
        &:nth-child(4){
            background: $pastel-green;
            th{
                color: #fff;
                border-color: #fff;
            }
            td{
                color: #fff;
                border-color: #fff;
            }
        }*/ }
    .price .list th {
      color: #333;
      padding: 2rem;
      text-align: center;
      border: 1px solid #ccc; }
    .price .list td {
      padding: 2rem;
      text-align: center;
      border: 1px solid #ccc; }
      .price .list td span {
        display: block;
        font-size: .8rem; }

.access .flex {
  justify-content: space-between; }
  .access .flex .a-date ul {
    margin-top: calc(22 / 1280 * 100vw);
    margin-bottom: calc(22 / 1280 * 100vw); }
    .access .flex .a-date ul li:nth-child(odd) {
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 2px; }
    .access .flex .a-date ul li:nth-child(even) {
      margin-bottom: calc(12 / 1280 * 100vw);
      font-size: 1.2rem; }
    .access .flex .a-date ul li span {
      display: block; }
.access iframe {
  display: block;
  width: 100%;
  height: 500px; }

.note .n-inner p {
  font-size: 1.2rem;
  margin-bottom: 2rem; }
.note .n-inner ul.flex {
  flex-wrap: wrap;
  margin: 0 auto; }
.note .n-inner ul li {
  height: 170px;
  width: 170px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #86B22E; }
  .note .n-inner ul li:nth-child(1) img {
    max-height: 65px;
    margin-top: 0.5rem;
    margin-bottom: 1rem; }
  .note .n-inner ul li:nth-child(-n+2) {
    margin-right: 2rem; }
  .note .n-inner ul li:nth-child(n+4) {
    margin-top: 2rem; }
  .note .n-inner ul li:nth-child(5) {
    margin-left: 2rem; }
  .note .n-inner ul li img {
    width: 100%;
    max-height: 80px;
    margin-bottom: .5rem; }

.point .p-inner ul.flex {
  flex-wrap: wrap;
  margin: 0 auto; }
.point .p-inner ul li {
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  width: 360px; }
  .point .p-inner ul li:nth-child(n+2) {
    margin-left: 2rem; }
  .point .p-inner ul li:nth-child(4) {
    margin-right: 1rem; }
  .point .p-inner ul li:nth-child(n+4) {
    margin-top: 2rem;
    margin-left: 1rem; }
  .point .p-inner ul li img {
    width: 100%;
    border-radius: 6px 6px 0 0; }
  .point .p-inner ul li figure {
    margin-bottom: 0; }
    .point .p-inner ul li figure figcaption {
      background: #fff;
      color: #86B22E;
      padding: 1rem;
      border-radius: 0 0 6px 6px; }

.t-flow {
  position: relative;
  padding-bottom: 400px; }
  .t-flow .t-f_inner ul.flex {
    flex-wrap: wrap;
    margin: 0 auto; }
  .t-flow .t-f_inner ul li {
    width: 440px; }
    .t-flow .t-f_inner ul li img {
      width: 100%; }
    .t-flow .t-f_inner ul li figure {
      margin-bottom: 0; }
      .t-flow .t-f_inner ul li figure figcaption {
        background: #fff;
        padding: 1rem; }
    .t-flow .t-f_inner ul li:nth-child(even) {
      margin-left: 4rem; }
    .t-flow .t-f_inner ul li:nth-child(n+3) {
      margin-top: 2rem; }
  .t-flow .t-f_inner ul p {
    text-align: justify; }
    .t-flow .t-f_inner ul p:first-child {
      font-size: 2rem;
      position: relative;
      text-align: left;
      color: #EEB800;
      margin-bottom: .5rem; }
      .t-flow .t-f_inner ul p:first-child span {
        font-size: 1rem;
        vertical-align: super;
        margin-right: .5rem; }
      .t-flow .t-f_inner ul p:first-child:after {
        content: '';
        position: absolute;
        width: 340px;
        height: 1px;
        top: 50%;
        right: 0;
        background: #EEB800; }
    .t-flow .t-f_inner ul p.t-f_txt {
      margin-top: 1rem;
      font-size: 1.5rem;
      color: #EEB800; }
  .t-flow a img {
    max-width: 950px;
    margin: 0 auto;
    display: block;
    margin-top: 2rem;
    transition: .2s;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .t-flow a img:hover {
      opacity: .6; }

.voice .v-inner .col-8 {
  margin: 0 auto; }
.voice .v-inner p {
  text-align: justify;
  font-size: 1.1rem; }
  .voice .v-inner p:last-child {
    text-align: right; }

.a-flow .a-f_inner ul.flex {
  align-items: flex-start; }
  .a-flow .a-f_inner ul.flex li {
    position: relative;
    background: #fff;
    min-height: 440px;
    max-height: 440px;
    width: 30%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    -moz-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow: 0px 0px 5px 0px #aaa; }
    .a-flow .a-f_inner ul.flex li img {
      height: 180px;
      width: 100%;
      object-fit: cover; }
    .a-flow .a-f_inner ul.flex li p {
      padding: 1rem;
      text-align: center; }
      .a-flow .a-f_inner ul.flex li p:nth-child(1) {
        padding: .8rem;
        position: absolute;
        top: -2vh;
        left: 1vh;
        font-size: 1.4rem;
        line-height: 1;
        background: #EEB800;
        border-radius: 50px;
        color: #fff; }
        .a-flow .a-f_inner ul.flex li p:nth-child(1) span {
          display: block;
          font-size: 1rem; }
      .a-flow .a-f_inner ul.flex li p:nth-child(2) {
        font-size: 1.4rem;
        margin-bottom: 0;
        font-weight: 500; }
      .a-flow .a-f_inner ul.flex li p:nth-child(4) {
        text-align: left; }
.a-flow .a-f_inner ul.col-8 {
  margin: 0 auto; }

.c-voice .c-v_inner ul.flex {
  flex-wrap: wrap;
  margin: 0 auto; }
.c-voice .c-v_inner ul li {
  width: 48%;
  font-family: huiji;
  font-size: .9rem;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa; }
  .c-voice .c-v_inner ul li p {
    margin-bottom: 0; }
    .c-voice .c-v_inner ul li p:last-child {
      margin-top: 1rem; }
  .c-voice .c-v_inner ul li .frame {
    border: 3px dashed #EF8CAA;
    padding: 1rem; }
  .c-voice .c-v_inner ul li:nth-child(even) {
    margin-left: 2rem; }
  .c-voice .c-v_inner ul li:nth-child(n+3) {
    margin-top: 2rem; }

@media screen and (min-width: 100em) {
  .main-visual:after {
    width: 100%;
    background: linear-gradient(to right, #fff 40%, transparent 60%); }
  .main-visual span img {
    max-width: 800px; } }

  .main-visual2:after {
    width: 100%;
 }



@media screen and (max-width: 64em) {
  p.m-ttl span {
    display: block; }

  .main-visual {
    background: url(../img/top.webp) -90px/cover no-repeat; }
    .main-visual span {
      top: 30%;
      left: 40%; }
      .main-visual span img {
        max-width: 500px; }

  .main-visual2 {
    background-image: url(../img/top2.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

  .inner:before {
    height: 40px; }

  .col-6 {
    width: 100%; }

  .m-reason .i-box figure img {
    max-width: 440px; }
  .m-reason .i-box figure:before {
    width: 440px;
    height: 315px; }

  .point .p-inner ul li {
    width: 320px; }
    .point .p-inner ul li figure figcaption span {
      display: block; }
    .point .p-inner ul li:nth-child(n+3) {
      margin-top: 2rem; }

  .t-flow .t-f_inner ul li {
    width: 500px; }
    .t-flow .t-f_inner ul li:nth-child(even) {
      margin-left: 0; }

  .a-flow .a-f_inner ul.flex {
    display: block; }
    .a-flow .a-f_inner ul.flex li {
      width: 500px;
      min-height: inherit;
      max-height: inherit;
      margin: 0 auto;
      margin-bottom: 2rem; }
      .a-flow .a-f_inner ul.flex li img {
        height: 280px; }

  .c-voice .c-v_inner ul li:nth-child(even) {
    margin-left: 0; }
  .c-voice .c-v_inner ul li:nth-child(n+2) {
    margin-top: 2rem; }

  .access .flex {
    display: block; }
    .access .flex .a-date {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .access .flex .a-date img {
        max-height: 70px; }
    .access .flex .col-3 {
      width: 100%; }
    .access .flex .col-8 {
      width: 100%; } }
@media screen and (max-width: 37.5em) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  p {
    font-size: .9rem; }
    p.m-ttl {
      font-size: 1.6rem;
      margin-bottom: 2rem; }

  a.trial_btn {
    display: none;
    font-size: 1.2rem;
    top: 93%;
    width: 340px;
    left: 50%;
    padding: 10px 0; }
  a.fixed {
    bottom: 0;
    position: fixed;
    z-index: 1; }
    a.fixed img {
      width: 100%; }

  .-machitra a img {
    width: 140px; }

  header {
    height: 60px;
    padding: 1rem; }
    header #navArea .inner:before {
      content: none; }

  footer {
    padding: 1rem 0;
    margin-bottom: 93.75px; }

  .area-navi {
    padding: 2rem 0; }
    .area-navi .navi__2column {
      display: block; }
      .area-navi .navi__2column .navi-right {
        display: block;
        width: 90%; }
      .area-navi .navi__2column .navi-left {
        width: 90%;
        margin-bottom: 0;
        padding: 0;
        margin: 0 1rem; }
      .area-navi .navi__2column .navi-txt p {
        margin-bottom: 0; }

  .toggle_btn {
    top: 15px; }

  .navi-flex {
    margin-bottom: 1em; }

  .navi-flex ul li {
    margin: 0.4em 0; }

  .main-visual {
    height: 390px;
    margin-top: 60px;
    background: url(../img/top.webp) -100px/cover no-repeat; }
    .main-visual span {
      top: 34%;
      left: 40%; }
      .main-visual span img {
        max-width: 260px; }

  .main-visual2 {
    height: 390px;
    margin-top: 55px;
    background-image: url(../img/top2.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }


  .inner:before {
    height: 25px; }

  .m-reason .m-r_inner {
    display: block; }
    .m-reason .m-r_inner .col-5 {
      width: 100%; }
  .m-reason .i-box figure img {
    max-width: inherit;
    width: 100%; }
  .m-reason .i-box figure:before {
    width: 380px;
    height: 250px; }
  .m-reason .t-box {
    position: inherit;
    width: 95%; }
    .m-reason .t-box p:first-child span {
      font-size: 1.1rem; }

  .point .p-inner p {
    text-align: left; }
    .point .p-inner p.g-point {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
  .point .p-inner ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 2rem; }
  .point .p-inner ul li:nth-child(4) {
    margin-right: 0; }

  .price {
    max-width: inherit; }
    .price p {
      font-size: .8rem; }
      .price p.-campaign {
        font-size: 1rem;
        margin-top: 2rem;
        line-height: 1.6; }
        .price p.-campaign span {
          display: block;
          font-size: 1.6rem;
          width: 260px;
          margin: 0 auto; }
    .price .list {
      font-size: .9rem; }
      .price .list tr:nth-child(3) th span:first-child {
        font-size: .8rem; }
      .price .list tr:nth-child(3) th span:last-child {
        font-size: .7rem;
        width: 50px;
        height: 50px;
        left: auto;
        right: -40vh;
        transform: rotate(10deg); }
      .price .list th {
        padding: .75rem; }
      .price .list td {
        padding: .75rem; }
        .price .list td span {
          font-size: .7rem; }

  .t-flow {
    padding-bottom: 120px; }
    .t-flow .t-f_inner ul li {
      width: 320px; }
    .t-flow .t-f_inner ul p:first-child:after {
      width: 220px; }
    .t-flow .t-f_inner ul p.t-f_txt {
      margin-bottom: 0; }
    .t-flow a img {
      max-width: inherit;
      width: 90%;
      margin-top: 0;
      top: 96%; }

  .a-flow .a-f_inner ul.flex li {
    width: 320px; }
    .a-flow .a-f_inner ul.flex li img {
      height: 180px; }
    .a-flow .a-f_inner ul.flex li p:nth-child(1) {
      left: -2vh; }

  .voice .v-inner .col-8 {
    width: 320px; }
  .voice .v-inner p {
    font-size: .9rem; }

  .c-voice .c-v_inner ul li {
    width: 100%; }

  .note .n-inner p {
    font-size: .9rem; }
  .note .n-inner ul.flex {
    justify-content: space-around; }
    .note .n-inner ul.flex li {
      width: 140px;
      height: 150px;
      line-height: 1.2; }
      .note .n-inner ul.flex li:nth-child(-n+2) {
        margin-right: 0; }
      .note .n-inner ul.flex li:nth-child(n+3) {
        margin-top: 1rem; }
      .note .n-inner ul.flex li:nth-child(5) {
        margin-left: 0; }
      .note .n-inner ul.flex li span {
        font-size: .9rem; }

  .access .flex .a-date {
    display: block; }
    .access .flex .a-date ul li:nth-child(even) {
      font-size: 1rem; }
    .access .flex .a-date img {
      max-height: 60px; }
  .access .flex .col-3 {
    width: 320px;
    margin: 0 auto; } }
