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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #4179c9;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #d43c2a;
  --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-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: #0f6cb5;
  --bs-secondary: #0f0;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #d43c2a;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 15, 108, 181;
  --bs-secondary-rgb: 0, 255, 0;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 212, 60, 42;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 30, 30, 30;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", 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-root-font-size: 3.125vw;
  --bs-body-font-family: 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  --bs-body-font-size: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1e1e1e;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 1230px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

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

  .p-md-2 {
    padding: 0.5rem !important;
  }

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
/* スタイル
------------------------------- */
.font-serif {
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
}

.font-jost {
  font-family: "Jost", sans-serif;
  font-style: italic;
}

@media (min-width: 768px) {
  .container {
    width: 1230px;
  }
}

html {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
html.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #fff;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 768px) {
  body {
    min-width: 1230px;
  }
}
body.is-fixed {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

a {
  overflow: hidden;
  color: #0f6cb5;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: #1a90ec;
  text-decoration: underline;
}

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

h2, .h2 {
  color: #0f6cb5;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

p {
  margin-bottom: 1.2em;
}

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

ul, ol {
  margin-bottom: 1.2em;
  padding-left: 2.2rem;
}
ul.-expanded > li, ol.-expanded > li {
  margin-bottom: 0.7em;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

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

blockquote {
  margin: 0 0 1.2em;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

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

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

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

  .w-md-auto {
    width: auto !important;
  }
}
.d-inline-table {
  display: inline-table;
}

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

.ov-h {
  overflow: hidden;
}

.ti-0 {
  text-indent: 0 !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

  .text-md-justify {
    text-align: justify !important;
  }
}
.cps-t {
  caption-side: top !important;
}

.align-top {
  vertical-align: top !important;
}

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

.alignleft {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

.alignright {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}

.text-red {
  color: #d43c2a !important;
}
.text-red a {
  color: #d43c2a !important;
}

.text-blue {
  color: #4179c9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .fz-md-sm {
    font-size: 80%;
  }

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

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

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

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

  .fz-md-4l {
    font-size: 180%;
  }
}
.lts-0 {
  letter-spacing: 0;
}

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

.rounded {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .rounded {
    border-radius: 1rem;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .header {
    position: absolute;
    top: 3.3rem;
    right: 0;
    min-width: 1230px;
    height: auto;
    margin: 0 auto;
    background: none;
  }
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  padding: 0 5.3rem 0 1.2rem;
}
@media (min-width: 768px) {
  .header-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 8.9rem;
    margin: 0;
    padding: 0 3rem 0 0rem;
    background: #fff;
    border-radius: 10rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #b6d5ee;
            box-shadow: 0.3rem 0.3rem 0 #b6d5ee;
  }
}

.header-logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.3rem;
  margin: 0 0.9rem 0 -3px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    width: 24rem;
    margin: 0;
    padding: 0 0 0 3rem;
  }
}
.header-logo {
  width: 100%;
}

.header-home {
  display: block;
  margin: 0.3rem 0 0;
  padding: 0.36rem 0.6rem 0.15rem 0.42rem;
  color: #0f6cb5;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 0.3rem;
  -webkit-box-shadow: 0.16rem 0.16rem 0 #b6d5ee;
          box-shadow: 0.16rem 0.16rem 0 #b6d5ee;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .header-home {
    margin: 0 0.5rem 0 0.8rem;
    padding: 0.6rem 0.8rem 0.5rem 0.7rem;
    font-size: 1.4rem;
    border-radius: 0 0 0.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #b6d5ee;
            box-shadow: 0.2rem 0.2rem 0 #b6d5ee;
  }
}
.header-home .fz-sm {
  display: block;
  margin-top: 0.06em;
  color: #5ea6de;
  font-size: 100%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.header-home:hover {
  color: #5ea6de;
  text-decoration: none;
}
.header-home:hover .fz-sm {
  -webkit-transform: scale(0.65) translateX(0.2em);
          transform: scale(0.65) translateX(0.2em);
}

.header-entry {
  display: none;
}
@media (min-width: 768px) {
  .header-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0.8rem 3rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
    text-decoration: none;
    background: #1E91FE;
    border-radius: 10rem;
    -webkit-transition: -webkit-filter 0.25s;
    transition: -webkit-filter 0.25s;
    transition: filter 0.25s;
    transition: filter 0.25s, -webkit-filter 0.25s;
  }
}
.header-entry i::before {
  margin: 0 0.7rem 0 0;
  font-size: 100%;
}
.header-entry:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}

.nav-open {
  position: fixed;
  top: 0.3rem;
  right: 0;
  z-index: 1002;
  display: block;
  margin: 0;
  padding: 2.6vw 4.2vw 6.9vw;
  line-height: 1;
  vertical-align: middle;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  mix-blend-mode: multiply;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media (min-width: 768px) {
  .nav-open {
    display: none;
  }
}
.nav-open:focus {
  outline: none;
}
.nav-open::after {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  color: #333;
  font-weight: 400;
  font-size: 2.8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "MENU";
}
.nav-open .toggle-icon {
  position: relative;
  display: block;
  width: 8vw;
  height: 5vw;
  margin: 0;
  padding: 0;
  line-height: 1.125;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-open .toggle-icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-open .toggle-icon-bar:nth-child(1) {
  top: 0;
}
.nav-open .toggle-icon-bar:nth-child(2) {
  top: 2.2vw;
}
.nav-open .toggle-icon-bar:nth-child(3) {
  bottom: 0;
}

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

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

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.nav-close {
  display: none;
}

@media (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    overscroll-behavior-y: contain;
    overflow: auto;
    background: #fff;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
    transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
  }
  .navbar .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto 0;
    padding: 3.6rem 0 4rem;
  }
  .navbar .nav-inner2 {
    width: 100%;
  }
  .navbar .gNav {
    width: 100%;
    margin: 0;
    padding: 0 1.4rem;
    list-style: none;
  }
  .navbar .gNav > li {
    position: relative;
    padding: 0;
  }
  .navbar .gNav > li:not(:last-child)::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2.2rem;
    height: 1px;
    margin: 0 auto;
    background: rgba(15, 108, 181, 0.4);
    content: "";
  }
  .navbar .gNav > li.-parent > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-bottom: 0.5rem;
  }
  .navbar .gNav > li.-parent i {
    display: none;
  }
  .navbar .gNav a {
    display: block;
    padding: 1.7rem 0 1.6rem;
    color: #0f6cb5;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 0 1rem;
    list-style: none;
  }
  .navbar .sub > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
  .navbar .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.7rem;
    padding: 0;
    color: #0f6cb5;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
  }
  .navbar .sub > li > a::before {
    margin-right: 0.1rem;
    color: #f3ce1e;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    content: "■";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar .nav-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20rem;
    margin: 1.2rem auto 0;
    padding: 0.6rem 0 0.8rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
    text-decoration: none;
    background: #1e91fe;
    border-radius: 10rem;
  }
  .navbar .nav-entry i::before {
    margin: 0 0.7rem 0 0;
    font-size: 146%;
    -webkit-transform: translateY(0.12em);
            transform: translateY(0.12em);
  }
}
@media (max-width: 767.98px) {
  .nav-open[aria-expanded=true] ~ .navbar {
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
    transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
  }
}
.nav-open[aria-expanded=true]::after {
  content: "CLOSE";
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(2) {
  opacity: 0;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}

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

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .navbar {
    display: block;
  }
}

@media (min-width: 768px) {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 1;
  }
  .gNav > li:not(:first-child) > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background: rgba(15, 108, 181, 0.5);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
  }
  .gNav > li > a {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    padding: 0 0.85rem;
    overflow: visible;
    color: #0f6cb5;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .gNav > li > a:hover {
    color: #ff4b29;
  }
  .gNav > li > a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
    transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
  }
  .gNav i {
    display: none;
  }

  .nav-entry {
    display: none;
  }
}
.main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.contents {
  padding: 2.6rem calc(15px + 0.2rem) 6.2rem;
}
@media (min-width: 768px) {
  .contents {
    width: 1030px;
    margin: 0 auto;
    padding: 5.6rem 15px 13rem;
  }
}
.page-index .contents {
  padding: 0;
}
@media (min-width: 768px) {
  .page-index .contents {
    width: 100%;
  }
}

.footer {
  position: relative;
  background: #d8ecff;
}
@media (min-width: 768px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.footer-sticky {
  position: fixed;
  top: 15.5vw;
  z-index: 998;
  width: 100%;
  height: 11vw;
  background: #f9f9f9;
  -webkit-box-shadow: 0px -10px 6px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -10px 6px -10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), bottom 0s;
  transition: all 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), bottom 0s;
}
@media (min-width: 768px) {
  .footer-sticky {
    top: auto;
    border: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 1230px;
    height: 11.3rem;
    border-width: 2px 0;
  }
  .footer-sticky.is-foot {
    position: absolute;
    -webkit-transition: bottom 0s;
    transition: bottom 0s;
  }
}
.footer-sticky.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), left 0s, bottom 0s;
  transition: all 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), left 0s, bottom 0s;
}

.footer-row {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0 2.6rem;
  }
}

.footer-logo-wrap {
  display: none;
}
@media (min-width: 768px) {
  .footer-logo-wrap {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.footer-logo-wrap p {
  margin-top: 10px;
  letter-spacing: -0.01rem;
}

.footer-logo {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-logo {
    margin-top: 10px;
    width: 285px;
  }
}

.footer-home {
  display: none;
}
@media (min-width: 768px) {
  .footer-home {
    display: block;
    margin: 0 0 0 -1rem;
    padding: 0.6rem 0.8rem 0.5rem 0.7rem;
    color: #0f6cb5;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0 0.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #b6d5ee;
            box-shadow: 0.2rem 0.2rem 0 #b6d5ee;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
}
.footer-home .fz-sm {
  display: block;
  margin-top: 0.06em;
  color: #5ea6de;
  font-size: 100%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.footer-home:hover {
  color: #5ea6de;
  text-decoration: none;
}
.footer-home:hover .fz-sm {
  -webkit-transform: scale(0.65) translateX(0.2em);
          transform: scale(0.65) translateX(0.2em);
}

.footer-info {
  display: none;
}
@media (min-width: 768px) {
  .footer-info {
    display: block;
    width: 45%;
    margin-left: 5%;
  }
}
.footer-info p {
  font-size: 1.2rem;
}
.footer-info p span {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -0.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer-btn {
    margin-left: -1rem;
  }
}
.footer-btn > li {
  margin: 0 0.4rem;
}
@media (min-width: 768px) {
  .footer-btn > li {
    margin: 0 1rem;
  }
}
.footer-btn > li:last-child {
  margin-bottom: 0;
}
.footer-btn > li:last-child a {
  background: #209BFF;
}
.footer-btn > li > a, .footer-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.5rem;
  height: 3rem;
  padding: 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #202962;
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px) {
  .footer-btn > li > a, .footer-btn .btn {
    width: 15rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.footer-btn > li > a .link-tel, .footer-btn .btn .link-tel {
  color: #fff;
}
.footer-btn > li > a.-line, .footer-btn .btn.-line {
  color: #fff;
  background: #00b900;
}
.footer-btn > li > a.-line .icon-icon05, .footer-btn .btn.-line .icon-icon05 {
  font-size: 105%;
  line-height: 1;
}
.footer-btn > li > a.-line .icon-icon06, .footer-btn .btn.-line .icon-icon06 {
  padding-top: 0.05em;
  font-size: 422%;
  line-height: 1;
}
.footer-btn > li > a.-line .icon-icon06::before, .footer-btn .btn.-line .icon-icon06::before {
  margin: 0;
}
.footer-btn > li > a:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.footer-btn i::before {
  margin: 0 0.29em 0 0;
}

.footer-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.375;
  letter-spacing: 0;
}
.footer-hours dt {
  margin: 0;
  padding: 0.8rem 1.8rem 0.8rem 0.6rem;
  color: #0f6cb5;
  font-weight: 700;
  border-left: 0.3rem solid #0f6cb5;
}
.footer-hours dd {
  margin: 0;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer-contact {
    display: block;
    width: 15rem;
    display: none;
  }
}
.footer-contact > li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media (min-width: 768px) {
  .footer-contact > li {
    margin-bottom: 0.7rem;
  }
}
.footer-contact > li:last-child {
  margin-bottom: 0;
}
.footer-contact > li.-entry {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.footer-contact > li.-entry a {
  background: #209BFF;
}
.footer-contact > li.-line {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.footer-contact > li.-line a {
  background: #00C800;
}
.footer-contact > li.-tel {
  color: #fff;
  letter-spacing: 0;
  background: #1D295E;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px) {
  .footer-contact a {
    font-size: 1.6rem;
    border-radius: 10rem;
  }
}
.footer-contact a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(107%);
          filter: brightness(107%);
}
.footer-contact i {
  font-size: 140%;
}
@media (min-width: 768px) {
  .footer-contact i {
    font-size: 100%;
  }
}
.footer-contact i::before {
  margin: 0 0.15em 0 0;
}
.footer-contact i.icon-icon31 {
  -webkit-transform: translateY(-0.02em);
          transform: translateY(-0.02em);
}
@media (min-width: 768px) {
  .footer-contact i.icon-icon31 {
    font-size: 146%;
  }
}
@media (min-width: 768px) {
  .footer-contact i.icon-icon31::before {
    margin: 0 0.7rem 0 0;
  }
}

@media (min-width: 768px) {
  .copyright {
    margin-top: auto;
  }
}
.copyright small {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background: #0f6cb5;
}
@media (min-width: 768px) {
  .copyright small {
    padding: 2.7rem 0;
    font-size: 1.2rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

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

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

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-top: 1px solid #0f6cb5;
  border-left: 1px solid #0f6cb5;
  border-collapse: separate;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #5ea6de;
}
@media (min-width: 768px) {
  .table-basic th {
    padding: 2.3rem 1.6rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.table-basic th:not(:last-child) {
  border-right: 1px solid #0f6cb5;
}
.table-basic td {
  padding: 0.8rem;
  background: #eef7ff;
  border-right: 1px solid #0f6cb5;
  border-bottom: 1px solid #0f6cb5;
}
@media (min-width: 768px) {
  .table-basic td {
    padding: 2.1rem 4.6rem;
  }
}
.table-basic tr:nth-child(2n) > th {
  color: #0f6cb5;
  background-color: #b4deff;
}
.table-basic tr:nth-child(2n) > td {
  background-color: #fff;
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr > :not(:only-child):last-child {
  width: 34%;
}
@media (min-width: 768px) {
  .table-basic.-price tr > :not(:only-child):last-child {
    width: 31%;
  }
}
.table-basic.-th-left th {
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #0f6cb5;
}
.table-basic.-careers {
  margin: 0;
}
.table-basic.-careers th {
  white-space: nowrap;
  border-right: none;
  border-bottom: 1px solid #0f6cb5;
}
@media (min-width: 768px) {
  .table-basic.-careers tr > :nth-child(1) {
    width: 241px;
  }
}
.scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .scroll-area {
    overflow: visible;
  }
}

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  padding-left: 1.3em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #f5745a;
  content: "●";
}
.list-basic > li + li {
  margin-top: 0.1em;
}
.list-basic.-color02 > li::before {
  color: #4a8bca;
}
.list-basic.-notice > li {
  padding-left: 1.1em;
}
@media (min-width: 768px) {
  .list-basic.-notice > li {
    padding-left: 1.25em;
  }
}
.list-basic.-notice > li::before {
  color: #1e1e1e;
  -webkit-transform: none;
          transform: none;
  content: "※";
}
.list-basic.-square > li {
  padding-left: 1.3em;
}
.list-basic.-square > li::before {
  color: #0f6cb5;
  -webkit-transform: none;
          transform: none;
  content: "■";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-2 > li {
    width: 50%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 > li {
    width: 33.3333%;
    padding-right: 2rem;
  }
}
.list-basic.-inline-block {
  margin-bottom: 1.44rem;
  margin-left: -15px;
  padding-left: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .list-basic.-inline-block {
    margin-bottom: 2.04rem;
  }
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: 1.7rem;
  }
}
.list-basic.-inline-block.fz-lg > li {
  font-size: 1.32rem;
}
@media (min-width: 768px) {
  .list-basic.-inline-block.fz-lg > li {
    font-size: 2.125rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled.-expanded > li {
  margin-bottom: 0.8em;
}

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

.page-top {
  position: fixed;
  right: 0.9rem;
  bottom: 1rem;
  z-index: 999;
  display: none;
  width: auto;
  margin: 0;
  -webkit-transition: bottom 0.6s 0.05s cubic-bezier(0.27, 0.09, 0, 0.86);
  transition: bottom 0.6s 0.05s cubic-bezier(0.27, 0.09, 0, 0.86);
}
@media (min-width: 768px) {
  .page-top {
    right: 2rem;
    bottom: 12.9rem;
  }
}
.page-top.is-foot {
  bottom: 5rem;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
@media (min-width: 768px) {
  .page-top.is-foot {
    bottom: 20rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.page-top a {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  /*overflow: hidden; // テキスト飛ばし
  color: #fff;
  line-height: 1;
  white-space: nowrap; // テキスト飛ばし
  text-align: center;
  text-decoration: none;
  text-indent: 100%; // テキスト飛ばし
  background: #0f6cb5;
  border-radius: 50%;
  opacity: 0.85;*/
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .page-top a {
    width: 90px;
    height: 90px;
    /*font-size: 1.6rem;*/
  }
}
.page-top a i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top a i::before {
  margin: 0;
  font-size: 2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .page-top a i::before {
    font-size: 4.2rem;
  }
}
.page-top a:hover {
  color: #fff;
  opacity: 1;
}

.js-fadeIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.5s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}
.js-fadeIn.active {
  visibility: visible;
  opacity: 1;
}
.js-fadeIn.-delay01 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-fadeIn.-delay02 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-fadeIn.-fadeInUp {
  -webkit-transform: translateY(1.7rem);
          transform: translateY(1.7rem);
}
.js-fadeIn.-fadeInUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInDown {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.js-fadeIn.-fadeInDown.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInLeft {
  -webkit-transform: translate3d(-2rem, 0, 0);
          transform: translate3d(-2rem, 0, 0);
}
.js-fadeIn.-fadeInLeft.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInRight {
  -webkit-transform: translate3d(2rem, 0, 0);
          transform: translate3d(2rem, 0, 0);
}
.js-fadeIn.-fadeInRight.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInBlur {
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.js-fadeIn.-fadeInBlur.active {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.btn-basic {
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.8rem 1.8rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#0f6cb5), to(#53a4e4));
  background: linear-gradient(90deg, #0f6cb5, #53a4e4);
  border-radius: 4rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px) {
  .btn-basic {
    padding: 1.2rem 2.4rem;
    font-size: 1.6rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffae24), to(#ff6848));
  background-image: linear-gradient(90deg, #ffae24, #ff6848);
}

.ul_box {
  background-color: #fff;
  padding: 20px 20px 5px;
  -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .ul_box {
    padding: 40px;
  }
}

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

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

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

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

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

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

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

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

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

.page-index .keyv {
  background: url("../images/keyv_sp.jpg") no-repeat top right/cover;
}
@media (min-width: 768px) {
  .page-index .keyv {
    z-index: 1;
    background: url("../images/keyv.jpg") no-repeat bottom right #E7E7E5;
  }
}
.page-index .keyv-inner {
  position: relative;
  height: 600px;
  max-height: 60rem;
  max-height: 600px;
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    max-height: none;
    padding: 28rem 15px 0 0;
  }
}
@supports (-webkit-touch-callout: none) {
  .page-index .keyv-inner {
    /* stylelint-disable-next-line */
    height: -webkit-fill-available;
  }
}
.page-index .keyv-box {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .page-index .keyv-box {
    padding-top: 0;
  }
}
@media (orientation: landscape) and (min-width: 768px) {
  .page-index .keyv-inner {
    height: 900px;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .page-index .keyv-inner {
    height: 53vh;
    min-height: 53rem;
  }
}
.page-index .keyv-copy02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  color: #ff4e00;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1176;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: right;
}
@media (min-width: 768px) {
  .page-index .keyv-copy02 {
    margin-bottom: 1.3rem;
    font-size: 3.4rem;
  }
}
.page-index .keyv-copy02 > .hataraku {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24rem;
  margin-left: 1rem;
  margin-top: 16rem;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .page-index .keyv-copy02 > .hataraku {
    width: 65.3rem;
    margin-top: 0rem;
    margin-left: 4.2rem;
    margin-bottom: 7vh !important;
  }
}
.page-index .keyv-copy02 img {
  width: 100%;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0 #fff);
          filter: drop-shadow(0.2rem 0.2rem 0 #fff);
}
@media (min-width: 768px) {
  .page-index .keyv-copy02 img {
    -webkit-filter: drop-shadow(0.6rem 0.6rem 0 #fff);
            filter: drop-shadow(0.6rem 0.6rem 0 #fff);
  }
}
.page-index .keyv_logo {
  position: relative;
  vertical-align: bottom;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-index .keyv_logo {
    margin-bottom: 1rem;
    font-size: 4rem;
    margin-left: 4.2rem;
  }
}
.page-index .keyv_logo img {
  width: 200px;
}
@media (min-width: 768px) {
  .page-index .keyv_logo img {
    width: 380px;
  }
}
.page-index .keyv_logo span {
  position: absolute;
  left: 210px;
  top: 15px;
  font-weight: bold;
  -webkit-filter: drop-shadow(0.18rem 0.18rem 0 #fff);
          filter: drop-shadow(0.18rem 0.18rem 0 #fff);
}
@media (min-width: 768px) {
  .page-index .keyv_logo span {
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0 #fff);
            filter: drop-shadow(0.2rem 0.2rem 0 #fff);
    left: 390px;
    top: 15px;
  }
}
.page-index .keyv_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 0px;
  margin-bottom: 2rem;
  color: #0f6cb5;
  -webkit-filter: drop-shadow(0.12rem 0.12rem 0 #fff);
          filter: drop-shadow(0.12rem 0.12rem 0 #fff);
}
@media (min-width: 768px) {
  .page-index .keyv_txt {
    margin-left: 130px;
    font-size: 4.5rem;
    -webkit-filter: drop-shadow(0.3rem 0.3rem 0 #fff);
            filter: drop-shadow(0.3rem 0.3rem 0 #fff);
    margin-bottom: 3vh;
  }
}
.page-index .keyv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -0.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .keyv-btn {
    margin-left: 130px;
  }
}
.page-index .keyv-btn > li {
  margin: 0 0.4rem;
}
@media (min-width: 768px) {
  .page-index .keyv-btn > li {
    margin: 0 1rem;
  }
}
.page-index .keyv-btn > li:last-child {
  margin-bottom: 0;
}
.page-index .keyv-btn > li > a, .page-index .keyv-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.5rem;
  height: 3rem;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.25;
  text-decoration: none;
  background: #202962;
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px) {
  .page-index .keyv-btn > li > a, .page-index .keyv-btn .btn {
    width: 20rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
}
.page-index .keyv-btn > li > a .link-tel, .page-index .keyv-btn .btn .link-tel {
  color: #fff;
}
.page-index .keyv-btn > li > a.-line, .page-index .keyv-btn .btn.-line {
  color: #fff;
  background: #00b900;
}
.page-index .keyv-btn > li > a.-line .icon-icon05, .page-index .keyv-btn .btn.-line .icon-icon05 {
  font-size: 105%;
  line-height: 1;
}
.page-index .keyv-btn > li > a.-line .icon-icon06, .page-index .keyv-btn .btn.-line .icon-icon06 {
  padding-top: 0.05em;
  font-size: 422%;
  line-height: 1;
}
.page-index .keyv-btn > li > a.-line .icon-icon06::before, .page-index .keyv-btn .btn.-line .icon-icon06::before {
  margin: 0;
}
.page-index .keyv-btn > li > a:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.page-index .keyv-btn i::before {
  margin: 0 0.29em 0 0;
}
.page-index .message {
  background-color: #d5dce6;
  background-image: url("../images/message_bg_sp.jpg");
  background-position: left;
  vertical-align: middle;
  padding: 50px 0;
  background-size: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .page-index .message {
    padding: 150px 0;
    background-image: url("../images/message_bg.jpg");
    height: 520px;
  }
}
.page-index .message p.head-line {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0f6cb5;
  -webkit-filter: drop-shadow(0.12rem 0.12rem 0 #fff);
          filter: drop-shadow(0.12rem 0.12rem 0 #fff);
  text-align: right;
}
@media (min-width: 768px) {
  .page-index .message p.head-line {
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0 #fff);
            filter: drop-shadow(0.2rem 0.2rem 0 #fff);
    font-size: 3rem;
    font-size: 5rem;
    margin-bottom: 30px;
  }
}
.page-index .message p.txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  -webkit-filter: drop-shadow(0.12rem 0.12rem 0 #fff);
          filter: drop-shadow(0.12rem 0.12rem 0 #fff);
  text-align: right;
}
@media (min-width: 768px) {
  .page-index .message p.txt {
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0 #fff);
            filter: drop-shadow(0.2rem 0.2rem 0 #fff);
    margin-bottom: 0rem;
    font-size: 3rem;
  }
}
.page-index .recommend {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(130deg, #e8f4ff calc(60% - 56.7rem), #d8ecff calc(60% - 56.7rem));
}
@media (min-width: 768px) {
  .page-index .recommend {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .page-index .recommend .list-basic.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    /* 子要素をflexboxにより中央に配置する */
  }
}
@media (min-width: 768px) {
  .page-index .recommend .list-basic.flex2 li {
    width: 50%;
  }
}
.page-index .merit_and_demerit {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    /* 子要素をflexboxにより中央に配置する */
  }
}
.page-index .merit_and_demerit .flex2 > div {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit .flex2 > div {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit .flex2 > div:first-child {
    margin-right: 4%;
  }
}
.page-index .merit_and_demerit h3 {
  text-align: center;
  border-radius: 25px;
  line-height: 2;
  position: relative;
  color: #fff;
  margin-top: 50px;
  font-weight: normal;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit h3 {
    font-size: 2.4rem;
  }
}
.page-index .merit_and_demerit h3 img {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 80px;
}
@media (min-width: 768px) {
  .page-index .merit_and_demerit h3 img {
    right: 50px;
    width: auto;
  }
}
.page-index .merit_and_demerit h4 {
  color: #ff5f3e;
}
.page-index .merit_and_demerit .merit h3 {
  background-color: #ff5f3e;
}
.page-index .merit_and_demerit .demerit h3 {
  background-color: #4393e0;
}
.page-index .feature {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(50deg, #d8ecff calc(70% + 33.8rem), #e8f4ff calc(70% + 33.8rem));
}
@media (min-width: 768px) {
  .page-index .feature {
    padding: 80px 0;
  }
}
.page-index .feature .feature_box {
  margin-bottom: 60px;
}
.page-index .feature .feature_box:last-child {
  margin-bottom: 0;
}
.page-index .feature .feature_box h3 {
  color: #202962;
  position: relative;
  font-size: 1.6rem;
  padding-left: 4.5rem;
  line-height: 1.2;
  background-image: url("../images/icon_logo.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 40px;
  min-height: 50px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box h3 {
    padding-left: 5.5rem;
    font-size: 2.8rem;
    vertical-align: middle;
    padding-top: 10px;
  }
}
.page-index .feature .feature_box h3.line1_sp {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box h3.line1_sp {
    padding-top: 0;
  }
}
.page-index .feature .feature_box .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*--折り返しの指定--*/
  /* モバイル時は縦並び */
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2 {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-index .feature .feature_box .flex2 .txt {
  z-index: 2;
  display: block;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2 .txt {
    width: 60%;
  }
}
.page-index .feature .feature_box .flex2 .txt .lead {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.4;
  color: #0f6cb5;
  z-index: 2;
}
.page-index .feature .feature_box .flex2 figure {
  display: block;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2 figure {
    width: 35%;
    margin-left: 5%;
  }
}
.page-index .feature .feature_box .flex2 figure.feature-img {
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2 figure.feature-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-index .feature .feature_box .flex2 figure.feature-img > img {
  border-radius: 0.6rem;
  -webkit-box-shadow: 0.64rem 0.64rem 0 #d7dff6;
          box-shadow: 0.64rem 0.64rem 0 #d7dff6;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2 figure.feature-img > img {
    border-radius: 1rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 #d7dff6;
            box-shadow: 0.8rem 0.8rem 0 #d7dff6;
  }
}
.page-index .feature .feature_box .flex2.num01, .page-index .feature .feature_box .flex2.num03, .page-index .feature .feature_box .flex2.num05 {
  position: relative;
}
.page-index .feature .feature_box .flex2.num01::before, .page-index .feature .feature_box .flex2.num03::before, .page-index .feature .feature_box .flex2.num05::before {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  margin-right: -0.3em;
  color: #ecf6ff;
  font-weight: 400;
  font-size: 10rem;
  font-family: "Jost", sans-serif;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: 0.01em;
  text-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2.num01::before, .page-index .feature .feature_box .flex2.num03::before, .page-index .feature .feature_box .flex2.num05::before {
    left: 0;
    bottom: 0;
    font-size: 30rem;
  }
}
.page-index .feature .feature_box .flex2.num02, .page-index .feature .feature_box .flex2.num04 {
  position: relative;
}
.page-index .feature .feature_box .flex2.num02::before, .page-index .feature .feature_box .flex2.num04::before {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  right: auto;
  margin-right: -0.3em;
  color: #ecf6ff;
  font-weight: 400;
  font-size: 10rem;
  font-family: "Jost", sans-serif;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: 0.01em;
  text-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2.num02::before, .page-index .feature .feature_box .flex2.num04::before {
    right: 10rem;
    bottom: 0;
    left: auto;
    font-size: 30rem;
  }
}
.page-index .feature .feature_box .flex2.num02 .txt, .page-index .feature .feature_box .flex2.num04 .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2.num02 .txt, .page-index .feature .feature_box .flex2.num04 .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-index .feature .feature_box .flex2.num02 figure, .page-index .feature .feature_box .flex2.num04 figure {
  margin-right: 5%;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .page-index .feature .feature_box .flex2.num02 figure, .page-index .feature .feature_box .flex2.num04 figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-index .feature .feature_box .flex2.num01::before {
  content: "01";
}
.page-index .feature .feature_box .flex2.num02::before {
  content: "02";
}
.page-index .feature .feature_box .flex2.num03::before {
  content: "03";
}
.page-index .feature .feature_box .flex2.num04::before {
  content: "04";
}
.page-index .feature .feature_box .flex2.num05::before {
  content: "05";
}
.page-index .feature .ul_box h3 {
  color: #202962;
  position: relative;
  font-size: 1.6rem;
  padding-left: 0rem;
  line-height: 1.4;
  background-image: none;
  min-height: auto;
}
@media (min-width: 768px) {
  .page-index .feature .ul_box h3 {
    font-size: 2rem;
  }
}
.page-index .treatment_flow {
  padding: 50px 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .page-index .treatment_flow {
    padding: 80px 0;
  }
}
.page-index .treatment_flow .treatment_flow_box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box {
    border-bottom: 3px dotted #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0 0 4rem;
    padding: 0 0 4rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    /* 子要素をflexboxにより中央に配置する */
  }
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .step {
    width: 10%;
    margin-right: 5%;
    background: url("../images/treatment_flow_arrow.png") no-repeat bottom center;
  }
}
.page-index .treatment_flow .treatment_flow_box .step p {
  background: linear-gradient(130deg, #3f89c4 calc(25% - 1rem), #0f6cb5 calc(25% - 1rem));
  text-align: center;
  color: #fff;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail {
    width: 85%;
  }
}
.page-index .treatment_flow .treatment_flow_box .detail h3 {
  color: #f75637;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail h3 {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    /* 子要素をflexboxにより中央に配置する */
  }
}
.page-index .treatment_flow .treatment_flow_box .detail .flex2 .txt {
  z-index: 2;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail .flex2 .txt {
    width: 65%;
  }
}
.page-index .treatment_flow .treatment_flow_box .detail .flex2 .txt .lead {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.4;
  color: #0f6cb5;
}
.page-index .treatment_flow .treatment_flow_box .detail .flex2 figure {
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail .flex2 figure {
    width: 35%;
    text-align: left;
  }
}
.page-index .treatment_flow .treatment_flow_box .detail .flex2 figure.treatment_flow-img {
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail .flex2 figure.treatment_flow-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-index .treatment_flow .treatment_flow_box .detail .flex2 figure.treatment_flow-img > img {
  border-radius: 0.6rem;
  -webkit-box-shadow: 0.64rem 0.64rem 0 #fddbbb;
          box-shadow: 0.64rem 0.64rem 0 #fddbbb;
}
@media (min-width: 768px) {
  .page-index .treatment_flow .treatment_flow_box .detail .flex2 figure.treatment_flow-img > img {
    border-radius: 1rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 #fddbbb;
            box-shadow: 0.8rem 0.8rem 0 #fddbbb;
  }
}
.page-index .goal {
  position: relative;
  background: url("../images/goal_bg_sp.png") center no-repeat #fff;
  height: 250px;
}
@media (min-width: 768px) {
  .page-index .goal {
    height: 548px;
    background: url("../images/goal_bg.png") center no-repeat #d8ecff;
  }
}
.page-index .price {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .page-index .price {
    padding: 80px 0 150px;
  }
}
.page-index .price .lead {
  font-weight: bold;
  font-size: 2rem;
  color: #0f6cb5;
}
@media (min-width: 768px) {
  .page-index .price .lead {
    font-size: 3rem;
  }
}
.page-index .price .price_box {
  border: 4px solid #2579cd;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #2579cd;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: block;
  width: 95%;
}
@media (min-width: 768px) {
  .page-index .price .price_box {
    padding: 50px;
    font-size: 4rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
}
.page-index .price .price_box .lower {
  color: #ff6600;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .page-index .price .price_box .lower {
    font-size: 7rem;
  }
}
.page-index .price .price_box .upper {
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-index .price .price_box .upper {
    display: inline;
    font-size: 3rem;
    text-align: left;
  }
}

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

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 768px !important;
  }

  .container {
    min-width: 768px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }

  a:not(.btn) {
    text-decoration: none;
  }

  a[href]::after {
    content: normal;
  }

  abbr[title]::after {
    content: normal;
  }

  .navbar {
    display: block;
  }

  .page-index .keyv-inner {
    max-height: 760px;
  }

  .footer-sticky {
    position: absolute;
    bottom: 132px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .page-top {
    display: none !important;
  }
}