@charset "UTF-8";
@import 'fontello/css/fontello.css';
html {
  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 {
  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 {
  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;
  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 {
  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] {
  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 v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px), print {
  .container-md, .container {
    max-width: 1110px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 768px), print {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px), print {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px), print {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px), print {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media print {
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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 (min-width: 768px), print {
  .container {
    width: 1110px;
  }
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media (min-width: 768px), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: 1.5rem;
  }
}

body {
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #313131;
  background-color: #fff;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px), print {
  body {
    min-width: 1110px;
  }
}

a {
  overflow: hidden;
  color: #3a84df;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: rgb(136.9720524017, 181.3074235808, 235.8279475983);
  text-decoration: underline;
}

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

p {
  margin-bottom: 1.6rem;
}

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

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

dd {
  margin-bottom: 1.6rem;
}

figure {
  margin: 0 0 1.6rem;
}

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

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

.svgIcon {
  position: absolute;
  width: 0;
  height: 0;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px), print {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.text-blue {
  color: #366cba !important;
}

.text-brown {
  color: #9a6632 !important;
}

.text-highlight {
  padding: 0 0.1em;
  background: linear-gradient(transparent, transparent 65%, #ffef81 0);
}
.text-highlight.-color02 {
  background: linear-gradient(transparent, transparent 65%, #ffbfbf 0);
}

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

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

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

.fz-xl {
  font-size: 140%;
}

.fz-xxl {
  font-size: 160%;
}

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

.header {
  padding: 1.4rem 0 1.6rem;
}
@media (min-width: 768px), print {
  .header {
    padding: 28px 0;
  }
}
.header .link-tel {
  color: #626262;
  text-decoration: none;
}

@media (min-width: 768px), print {
  .header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}

@media (min-width: 768px), print {
  .header-col-left {
    width: 514px;
  }
}

.header-col-right {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media (min-width: 768px), print {
  .header-col-right {
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.header-logo-wrap {
  width: 85%;
  margin: 0;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header-logo-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.header-logo {
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px), print {
  .header-logo {
    margin-bottom: 0;
  }
}

.header-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .header-info {
    margin: 0 20px 0 0;
  }
}
.header-info li {
  position: relative;
  padding: 0.2rem 0 0.2rem 2.4rem;
  margin-bottom: 0.2rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 768px), print {
  .header-info li {
    padding-left: 2.7rem;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.header-info li:last-child {
  margin-bottom: 0;
}
.header-info li.-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #626262;
  letter-spacing: 0.04em;
}
@media (min-width: 768px), print {
  .header-info li.-tel {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.header-info li.-tel i::before {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .header-info li.-tel i::before {
    font-size: 2.1rem;
  }
}
.header-info [class^=icon-]::before,
.header-info [class*=" icon-"]::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #626262;
  transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .header-info [class^=icon-]::before,
  .header-info [class*=" icon-"]::before {
    font-size: 1.8rem;
  }
}

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

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px), print {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu .slicknav_nav {
  position: absolute;
  top: 6rem;
  right: 0;
  z-index: 10;
  width: 62%;
  padding: 0;
  background: rgba(50, 96, 163, 0.97);
  border-radius: 0.4rem;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
.slicknav_menu .slicknav_nav ul {
  padding: 1.2rem 1.2rem 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav li {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.slicknav_menu .slicknav_nav li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.slicknav_menu .slicknav_nav li [class^=icon-],
.slicknav_menu .slicknav_nav li [class*=" icon-"] {
  display: none;
}
.slicknav_menu .slicknav_nav a {
  position: relative;
  box-sizing: border-box;
  padding: 0.8rem 0;
  margin: 0;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  border-radius: 0;
}
.slicknav_menu .slicknav_nav a.slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav a.slicknav_item a::before {
  display: none;
}
.slicknav_menu .slicknav_nav .slicknav_row:hover {
  background: transparent;
  border-radius: 0;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 1em;
  color: #e9caa5;
}
.slicknav_menu .slicknav_nav ul.sub {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav ul.sub > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slicknav_menu .slicknav_nav ul.sub > li:last-of-type {
  border-bottom: 0;
}
.slicknav_menu .slicknav_nav ul.sub a {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.8rem;
  font-size: 1.3rem;
  color: #eee;
  background-color: rgba(31, 72, 133, 0.9);
}
.slicknav_menu .slicknav_nav ul.sub a::before {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  line-height: 1;
  color: #fff;
  content: "・";
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .treatment-nav {
  padding: 0 1.2rem 1.2rem;
  border-top: 0;
}
.slicknav_menu .slicknav_nav .treatment-nav li:first-child {
  border-top: 0;
}
.slicknav_menu .slicknav_nav .treatment-nav br {
  display: none;
}
@media (min-width: 768px), print {
  .navber-tel {
    display: none;
  }
}

.slicknav_btn {
  position: absolute;
  top: 0.8rem;
  right: 0;
  z-index: 10;
  padding: 3.2vw 4.2vw 6.4vw;
  margin: 0;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.slicknav_btn::after {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
  color: #535353;
  text-shadow: none;
  content: "MENU";
  transition: content 1s;
  transform: translateX(-50%);
}
.slicknav_btn.slicknav_open::after {
  content: "CLOSE";
}
.slicknav_btn .slicknav_icon {
  position: relative;
  display: inline-block;
  width: 8vw;
  height: 5vw;
  transition: all 0.4s;
}
.slicknav_btn .slicknav_icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: #535353;
  border-radius: 1px;
  box-shadow: none;
  transition: all 0.4s;
}
.slicknav_btn .slicknav_icon-bar:nth-of-type(1) {
  top: 0;
}
.slicknav_btn .slicknav_icon-bar:nth-of-type(2) {
  top: 2.2vw;
}
.slicknav_btn .slicknav_icon-bar:nth-of-type(3) {
  bottom: 0;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin: 0;
}
.slicknav_btn.load .slicknav_icon span {
  animation: none;
}

.slicknav_icon span:nth-of-type(1) {
  animation: menu-bar01 0.6s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.slicknav_icon span:nth-of-type(2) {
  opacity: 1;
  transition: all 0.25s 0.25s;
}

.slicknav_icon span:nth-of-type(3) {
  animation: menu-bar02 0.6s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.slicknav_open .slicknav_icon span:nth-of-type(1) {
  animation: active-menu-bar01 0.6s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(2.2vw) rotate(45deg);
  }
}
.slicknav_open .slicknav_icon span:nth-of-type(2) {
  opacity: 0;
}

.slicknav_open .slicknav_icon span:nth-of-type(3) {
  animation: active-menu-bar03 0.6s forwards;
}

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

@media (min-width: 768px), print {
  .gNav {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  .gNav > li {
    position: relative;
    /*採用情報追加要調整*/
    width: 21%;
  }
  .gNav > li.mid {
    width: 18%;
  }
  .gNav > li.sml {
    width: 14.3333333333%;
  }
  .gNav > li {
    /*採用情報が不要になったらこちらに戻してください
    width: calc(100% / 5);*/
  }
  .gNav > li a::before, .gNav > li:last-child a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    content: "";
    border-left: 1px solid #366cba;
    transform: translateY(-50%);
  }
  .gNav > li:last-child a::after {
    right: 0;
    left: auto;
  }
  .gNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1;
    color: #111;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s, color 0.2s;
  }
  .gNav a:hover {
    color: #fff;
    background: #86a4cf;
  }
  .gNav a:hover [class^=icon-]::before,
  .gNav a:hover [class*=" icon-"]::before {
    color: #fff;
  }
  .gNav [class^=icon-]::before,
  .gNav [class*=" icon-"]::before {
    margin: 0 0.4em 0.1em 0;
    color: #366cba;
    text-align: right;
    transition: color 0.2s;
  }
  .gNav {
    /* 現時点で未使用ドロップダウン .sub {
    	display: none;
    	position: absolute;
    		left: -4%;  // width:100%を超えた分の半分の値をずらす
    	width: 108%; // 親のリスト幅より広くするため。通常は100%
    	padding: 0;
    	z-index: 1000;
    	list-style: none;
    	background: rgba(255,255,255, 1); // a要素につけていたがブラウザとタイミングによってリスト間にごく僅かな隙間ができ、それがhoverでちらつくのでulにつけたv。
    	border: 2px solid #71cfeb;
    	border-radius: 5px;

    	li {
    		width: 100%;
    		border: 0;
    		//border-bottom: 1px solid #867e78;
    		&:last-child {
    			border-bottom: 0;
    		}

    		a {
    			height: auto; // 親に指定してあるheightを打ち消し
    			padding: 14px 0;
    			background-image: none;
    			background: transparent;
    			font-size: 1.4rem;
    			text-align: center;
    			transition: color .15s, background-color .15s;

    			&:hover {
    				background-color: lighten(#c9eafb, 8%);
    				//background-color: #e57504;
    				color: darken(#c9eafb, 40%);
    			}
    		} // a

    		&:nth-child(2) a { // first-childはPC版では非表示のため2番目のliに
    			border-radius: 5px 5px 0 0; // ulのボーダーが丸なのでhoverのbackground-colorが四角になるのを防ぐ
    		}

    		&:last-child a {
    			border-radius: 0 0 5px 5px; // ulのボーダーが丸なのでhoverのbackground-colorが四角になるのを防ぐ
    		}

    	} // li
    } // .sub */
  }
  .sub-nav-box {
    display: none;
  }
}
.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0 4rem;
}
@media (min-width: 768px), print {
  .contents {
    padding: 60px 0 100px;
  }
}
.main {
  order: 1;
  width: 100%;
  padding-inline: 15px;
}
@media (min-width: 768px), print {
  .main {
    width: 840px;
    padding: 0 0 0 40px;
  }
}

.sidebar {
  order: 1;
  width: 100%;
  padding-inline: 15px;
  margin-top: 4rem;
}
@media (min-width: 768px), print {
  .sidebar {
    order: 0;
    width: 240px;
    padding: 0;
    margin: 0;
  }
}

.sidebar-reserve {
  display: block;
  width: 80%;
  padding: 1.3rem 0;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #1b1b1b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ddeefb;
  border: 2px solid #b4d8f3;
  transition: background-color 0.2s;
}
@media (min-width: 768px), print {
  .sidebar-reserve {
    width: 100%;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.sidebar-reserve i::before {
  margin: 0 0.12em 0.34em;
  font-size: 140%;
  color: #366cba;
}
@media (min-width: 768px), print {
  .sidebar-reserve i::before {
    font-size: 200%;
  }
}
.sidebar-reserve:hover {
  color: #1b1b1b;
  text-decoration: none;
  background-color: rgb(198.1842105263, 226.5921052632, 248.3157894737);
}

.sidebar-tit {
  display: none;
}
@media (min-width: 768px), print {
  .sidebar-tit {
    position: relative;
    display: block;
    padding: 18px 0 16px 100px;
    margin-bottom: 11px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #366cba;
    border-radius: 15px 0 0;
  }
}
.sidebar-tit::before {
  position: absolute;
  top: -16px;
  left: 25px;
  width: 64px;
  height: 69px;
  content: "";
  background: url("../images/sidebar_tit.png") no-repeat 0 0/contain;
}

.sidebar-nav {
  display: none;
}
@media (min-width: 768px), print {
  .sidebar-nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media (min-width: 768px), print {
  .sidebar-nav > li:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
@media (min-width: 768px), print {
  .sidebar-nav a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 0 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff;
    text-decoration: none;
    background: #5f87be;
    transition: background-color 0.2s;
  }
}
.sidebar-nav a::before {
  width: 1em;
  height: 1em;
  margin: 0 0.7rem 0 0;
  font-size: 1rem;
  color: #d1c2b3;
  content: "●";
  speak: never;
}
.sidebar-nav a:hover {
  background-color: rgb(69.0733333333, 111.58, 170.0266666667);
}
.sidebar-nav .sub {
  padding: 0;
  margin: 1px 0 0;
  list-style: none;
}
.sidebar-nav .sub > li {
  margin-bottom: 1px;
}
.sidebar-nav .sub a {
  height: 45px;
  padding-left: 2.1rem;
  font-size: 1.7rem;
  color: #333;
  background-color: #ddeefb;
}
.sidebar-nav .sub a:hover {
  background-color: rgb(184.4947368421, 219.7473684211, 246.7052631579);
}
.sidebar-nav .sub a::before {
  color: #8b7141;
  transform: scale(0.65);
}

.sidebar-bnr {
  width: 80%;
  padding: 0;
  margin: 1rem auto 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .sidebar-bnr {
    display: block;
    width: 100%;
    margin: 4rem 0 0;
  }
}
.sidebar-bnr li {
  margin-bottom: 1rem;
}
@media (min-width: 768px), print {
  .sidebar-bnr li {
    margin-bottom: 1.2rem;
  }
}
.sidebar-bnr a {
  transition: filter 0.2s, opacity 0.2s;
}
.sidebar-bnr a:hover {
  filter: brightness(108%);
}
.sidebar-bnr img {
  width: 100%;
}

.footer {
  background: #fff;
}
@media (min-width: 768px), print {
  .footer {
    padding: 4rem 0 0;
  }
}

@media (min-width: 768px), print {
  .footer-logo {
    display: block;
    width: 512px;
    margin: 0 auto 4rem;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px), print {
  .footer-nav {
    display: block;
    padding: 0;
    margin: 0 0 1rem;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.footer-nav > li::after {
  position: absolute;
  top: 0.3em;
  left: 1rem;
  font-size: 70%;
  color: #957561;
  content: "●";
}
.footer-nav > li > ol {
  display: none;
}
.footer-nav a {
  padding: 0 2.6rem;
  overflow: visible;
  color: #333;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav br {
  display: none;
}
.footer-nav .sub {
  display: none;
}
.footer-nav [class^=icon-]::before,
.footer-nav [class*=" icon-"]::before {
  display: none;
}

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

/*!
*  - v1.6.2
* Homepage: https://bqworks.net/slider-pro/
* Author: bqworks
* Author URL: https://bqworks.net/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

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

.page-tit-bg {
  width: 100%;
  background: #a3ddf9 url("../images/tit_pagetitle.jpg") no-repeat 50% 0/auto 100%;
}
@media (min-width: 768px), print {
  .page-tit-bg {
    background-size: 2000px;
  }
}

.page-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  padding: 0.3rem 0 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #366cba;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (min-width: 768px), print {
  .page-tit {
    height: 145px;
    font-size: 3.6rem;
  }
}

.tit-basic01 {
  position: relative;
  padding: 0.7rem 0.4rem 0.9rem 3.6rem;
  margin: 4rem 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #003f98;
  background: url("../images/tit_basic01.png") no-repeat left 0.3rem top calc(50% - 0.2rem)/2.6rem;
  border-bottom: 3px solid #86a4cf;
}
@media (min-width: 768px), print {
  .tit-basic01 {
    padding: 1.2rem 0.8rem 1.9rem 6.4rem;
    margin: 7rem 0 2.1rem;
    font-size: 2.5rem;
    background-position: left 8px top calc(50% - 0.4rem);
    background-size: 46px;
  }
}
.tit-basic01::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 9rem;
  height: 3px;
  content: "";
  background: #366cba;
}
@media (min-width: 768px), print {
  .tit-basic01::after {
    width: 200px;
  }
}
.tit-basic01.-color02 {
  border-color: #fff;
}
.tit-basic01.-color02::after {
  display: none;
}

.tit-basic02 {
  padding: 0.6rem 0.8rem 0.5rem 2.7rem;
  margin: 3.4rem auto 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  color: #1b1b1b;
  background: #ddeefb url("../images/tit_basic02.svg") no-repeat 1.1rem 53%/0.6em;
  border: 2px solid #e0f1f8;
  border-radius: 10rem 0 0 10rem;
}
@media (min-width: 768px), print {
  .tit-basic02 {
    padding: 0.7rem 1rem 0.6rem 3.5rem;
    margin: 5rem auto 1.4rem;
    font-size: 2rem;
    background-position: 1.4rem 53%;
  }
}

.tit-basic03 {
  padding: 0.4rem 0.8rem 0.3rem 2.3rem;
  margin: 2.6rem auto 0.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: #1b1b1b;
  background: #ececec url("../images/tit_basic03.svg") no-repeat 1.1rem 53%/0.4em;
  border-radius: 10rem 0 0 10rem;
}
@media (min-width: 768px), print {
  .tit-basic03 {
    padding: 0.8rem 1rem 0.7rem 3rem;
    margin: 3.2rem auto 1rem;
    font-size: 1.8rem;
    background-position: 1.4rem 53%;
  }
}

.main > 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.3rem;
  line-height: 1.4;
  border-collapse: collapse;
  border-top: #999ea4 1px solid;
}
@media (min-width: 768px), print {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.6rem;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #1f4378;
  text-align: center;
  background-color: #ddeefb;
  border-bottom: #999ea4 1px solid;
}
@media (min-width: 768px), print {
  .table-basic th {
    padding: 1.4rem 1.5rem;
  }
}
.table-basic th.-color02 {
  color: #183b6d;
  background-color: #b3d8f3;
}
.table-basic td {
  padding: 0.8rem;
  background: #f8f8f8;
  border-bottom: #999ea4 1px solid;
}
@media (min-width: 768px), print {
  .table-basic td {
    padding: 1.4rem 1.5rem;
  }
}
.table-basic td.price {
  text-align: right;
}
.table-basic.-price tr td:nth-child(2) {
  text-align: right;
}
.table-basic.-price tr :nth-child(2) {
  width: 34%;
}
@media (min-width: 768px), print {
  .table-basic.-price tr :nth-child(2) {
    width: 32%;
  }
}
.table-basic.-brain-dock tr td:nth-child(2) {
  text-align: right;
}
.table-basic.-brain-dock tr :nth-child(2) {
  width: 30%;
}
@media (min-width: 768px), print {
  .table-basic.-brain-dock tr :nth-child(2) {
    width: 26%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}

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

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

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.1em;
}
@media (min-width: 768px), print {
  .list-basic > li {
    padding-left: 1.8rem;
  }
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #bedaef;
  content: "●";
  transform: scale(0.65);
  transform-origin: left center;
}
@media (min-width: 768px), print {
  .list-basic.-col-2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px), print {
  .list-basic.-col-2 li {
    width: 50%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px), print {
  .list-basic.-col-3 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px), print {
  .list-basic.-col-3 li {
    width: 33.3333%;
    padding-right: 2rem;
  }
}

.list-notice {
  padding: 0;
  list-style: none;
}
.list-notice > li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.1em;
}
@media (min-width: 768px), print {
  .list-notice > li {
    padding-left: 2rem;
  }
}
.list-notice > li::before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  content: "※";
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.notice-frame {
  width: 100%;
  margin: 0 0 3.4rem;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 768px), print {
  .notice-frame {
    margin: 0 0 60px;
  }
}
.notice-frame dl {
  position: relative;
  height: 18rem;
  padding: 15px 15px 0;
  margin: 0;
  overflow: hidden scroll;
}
@media (min-width: 768px), print {
  .notice-frame dl {
    height: 220px;
    padding: 0 50px 0 12px;
  }
}
.notice-frame .news_title {
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #366cba;
  background: #f9f2e9;
}
@media (min-width: 768px), print {
  .notice-frame .news_title {
    padding: 0.4rem 1rem;
    margin-bottom: 0.85rem;
    font-size: 1.9rem;
  }
}
.notice-frame .news_body {
  padding: 0 0 0.1rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
@media (min-width: 768px), print {
  .notice-frame .news_body {
    padding: 0 0 0.4rem;
    margin-bottom: 1.2rem;
  }
}
.notice-frame .news_body:last-child {
  margin-bottom: 0;
  border: 0;
}

.overview {
  position: relative;
  padding: 2rem 0 4rem;
  background: #c5e7ff url("../images/a_overview_bg.jpg") repeat 50% 0/16rem;
}
@media (min-width: 768px), print {
  .overview {
    padding: 60px 0;
    background-size: 652px;
  }
}

@media (min-width: 768px), print {
  .overview-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem 0 0;
  }
}

@media (min-width: 768px), print {
  .overview-col-left {
    width: calc(50% - 17px);
  }
}

@media (min-width: 768px), print {
  .overview-col-right {
    width: calc(50% - 17px);
  }
}

.overview-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .overview-list {
    margin: 0 0 3rem;
    font-size: 1.8rem;
  }
}
.overview-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2em;
  padding: 0;
  color: #fff;
  text-align: center;
  background: #366cba;
}
@media (min-width: 768px), print {
  .overview-list dt {
    width: 7em;
  }
}
.overview-list dt:not(:first-child) {
  border-top: 1px solid #d0eaff;
}
.overview-list dd {
  width: calc(100% - 6.2em);
  padding: 0.8rem;
  margin: 0;
  word-wrap: break-word;
  background: #fff;
}
@media (min-width: 768px), print {
  .overview-list dd {
    width: calc(100% - 7em);
    padding: 1.7rem 1.8rem;
  }
}
.overview-list dd:not(:first-of-type) {
  border-top: 1px solid #d0eaff;
}
@media (min-width: 768px), print {
  .page-access .overview-list dt {
    width: 9em;
  }
}
@media (min-width: 768px), print {
  .page-access .overview-list dd {
    width: calc(100% - 9em);
  }
}

.overview-note {
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .overview-note {
    font-size: 1.8rem;
  }
}

.img-map {
  width: 100%;
  margin-bottom: 1.3rem;
}

.timetable {
  width: 100%;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 768px), print {
  .timetable {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.timetable caption {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .timetable caption {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }
}
.timetable tr {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.timetable tr > :last-child {
  width: 3.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px), print {
  .timetable tr > :last-child {
    width: 6rem;
    padding-right: 0.6rem;
  }
}
.timetable th {
  padding: 0.7rem 0;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #366cba;
}
@media (min-width: 768px), print {
  .timetable th {
    padding: 1.2rem 0;
  }
}
.timetable th.time {
  width: 8.6rem;
}
@media (min-width: 768px), print {
  .timetable th.time {
    width: 140px;
  }
}
.timetable td {
  padding: 0.9rem 0;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px), print {
  .timetable td {
    padding: 1.6rem 0;
  }
}
.timetable td.time2 {
  color: #313131;
}
@media (min-width: 768px), print {
  .main .timetable {
    margin-bottom: 2.6rem;
  }
  .main .timetable caption {
    line-height: 1.5;
  }
  .main .timetable tr > :last-child {
    width: 9.4rem;
    padding-right: 1.3rem;
  }
  .main .timetable th {
    padding: 1.2rem 0;
    font-size: 1.8rem;
  }
  .main .timetable .time {
    width: 22rem;
  }
  .main .timetable td {
    padding: 1.8rem 0;
    font-size: 1.9rem;
  }
}
.header .timetable {
  margin: 0;
}
@media (min-width: 768px), print {
  .header .timetable {
    font-size: 1.2rem;
    border: 0;
  }
  .header .timetable caption {
    padding: 0.2rem 0 0;
    font-size: 1.2rem;
  }
  .header .timetable caption br {
    display: block !important;
  }
  .header .timetable tr > :last-child {
    width: 3.8rem;
    padding-right: 0.7rem;
  }
  .header .timetable th,
  .header .timetable td {
    padding: 0.5rem 0;
  }
  .header .timetable th.time {
    width: 90px;
  }
}

.google-map {
  position: relative;
  height: 0;
  padding-bottom: 120%;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .google-map {
    width: 100%;
    padding-bottom: 106.5%;
    margin-bottom: 1.6rem;
  }
}
.page-access .google-map {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .page-access .google-map {
    padding-bottom: 70%;
    margin-top: 5rem;
  }
}

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

.google-map-link {
  display: block;
  width: 72%;
  padding: 0.8rem 0;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #366cba;
  border-radius: 5rem;
  transition: background-color 0.2s, color 0.2s;
}
@media (min-width: 768px), print {
  .google-map-link {
    width: 52%;
    padding: 0.9rem 0 0.8rem;
  }
}
.google-map-link i::before {
  margin: 0 0 0 0.5rem;
  font-size: 95%;
  vertical-align: top;
}
.google-map-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(42.525, 85.05, 146.475);
}

.page-top {
  position: fixed;
  right: 1rem;
  bottom: 1.4rem;
  z-index: 999;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  visibility: hidden;
  background: none;
  border: none;
  opacity: 0;
  transition: opacity 0.4s, visibility 0s 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px), print {
  .page-top {
    right: 2rem;
    bottom: 2rem;
    width: 77px;
    height: 77px;
  }
}
.page-top.is-scroll {
  visibility: visible;
  opacity: 1;
  transition: filter 0.4s, opacity 0.4s, visibility 0.4s;
}
.page-top.is-scroll:hover {
  filter: brightness(110%);
  transition: filter 0.25s, opacity 0.25s;
}
.page-top:focus {
  outline: none;
}
.page-top:focus-visible {
  outline: 1px solid #4b81f3;
}
.page-top img {
  width: 100%;
}

.slider-pro img,
.slider-pro p {
  display: none;
}
.slider-pro .sp-layer.sp-black.sp-padding {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 768px), print {
  .slider-pro .sp-layer.sp-black.sp-padding {
    font-size: 1.8rem;
  }
}
.slider-pro .sp-selected-thumbnail {
  border: 4px solid #366cba;
}

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

.low-img-basic {
  display: block;
  width: 70%;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px), print {
  .low-img-basic {
    width: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

.low-img-basic02 {
  display: block;
  width: 70%;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px), print {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.4167 - 30px);
    margin: 0 0 1.6rem 2rem;
  }
}
.low-img-basic02 img {
  width: 100%;
}
.low-img-basic02.-doctor {
  width: 60%;
}
@media (min-width: 768px), print {
  .low-img-basic02.-doctor {
    width: calc((100% + 30px) * 0.4167 - 30px);
  }
}

.bg-highlight {
  padding: 1.4rem 1.5rem;
  margin-bottom: 2rem;
  background: #e8f7fc;
}
@media (min-width: 768px), print {
  .bg-highlight {
    padding: 1.8rem 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin-bottom: 1.8rem;
}
@media (min-width: 768px), print {
  .list-frame {
    margin-bottom: 2.2rem;
  }
}
.list-frame dt {
  padding: 0.7rem 1.3rem;
  line-height: 1.3;
  color: #fff;
  background: #5e87bf;
}
@media (min-width: 768px), print {
  .list-frame dt {
    padding: 1rem 1.8rem;
  }
}
.list-frame dd {
  padding: 0.8rem 1.3rem;
  margin: 0;
  border: 2px solid #5e87bf;
  border-top: 0;
}
@media (min-width: 768px), print {
  .list-frame dd {
    padding: 1.5rem 1.8rem;
  }
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.btn-basic {
  display: inline-block;
  padding: 1.1rem 2.6rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #815a43;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.6rem rgba(45.0841836735, 31.4540816327, 23.4158163265, 0.3);
  transition: filter 0.3s;
}
@media (min-width: 768px), print {
  .btn-basic {
    padding: 1.6rem 3.8rem;
    font-size: 1.8rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(112%);
}
.btn-basic > i:first-child::before {
  margin-left: 0;
}
.btn-basic > i:last-child::before {
  margin-right: 0;
}
.txt_box {
  width: 100%;
  padding: 1.2rem;
  border: none;
  background: #f2f9ff;
  text-align: center;
}
.txt_box p {
  margin: 0;
}
@media (min-width: 768px), print {
  .txt_box {
    padding: 1.8rem;
  }
}

.nagare {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #5f87be;
  border-bottom: 0;
  margin: 1rem auto;
}
@media (min-width: 768px), print {
  .nagare {
    margin: 1.2rem auto;
  }
}

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

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

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

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

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

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

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

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

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.page-index .keyv {
  flex-basis: 100%;
  background: #b0dbff url("../images/index_keyv01.jpg") no-repeat 50% 50%/cover;
}
@media (min-width: 768px), print {
  .page-index .keyv {
    overflow: hidden;
    background-size: 2000px;
  }
}
.page-index .keyv-inner {
  position: relative;
  height: 15rem;
}
@media (min-width: 768px), print {
  .page-index .keyv-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 402px;
    padding: 0;
    background-position: right 15px top 50%;
  }
}
.page-index .keyv-copy {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  width: 12.6rem;
  margin: 0;
}
@media (min-width: 768px), print {
  .page-index .keyv-copy {
    right: -8px;
    width: 342px;
  }
}
.page-index .keyv-copy img {
  display: block;
  width: 100%;
}
.page-index .index-symptom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -0.5rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .index-symptom-list {
    margin: 0 -12px -26px;
  }
}
.page-index .index-symptom-list > li {
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px), print {
  .page-index .index-symptom-list > li {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 26px;
  }
}
.page-index .index-symptom-list a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  background: #ddeefb;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background-color 0.2s;
}
@media (min-width: 768px), print {
  .page-index .index-symptom-list a {
    font-size: 2rem;
  }
}
.page-index .index-symptom-list a > i:first-of-type {
  display: block;
  padding: 1rem 0;
  font-size: 4.2rem;
  color: #5f87be;
  text-align: center;
}
@media (min-width: 768px), print {
  .page-index .index-symptom-list a > i:first-of-type {
    padding: 1.2rem 0;
    font-size: 6rem;
  }
}
.page-index .index-symptom-list a:hover {
  background: rgb(189.0578947368, 222.0289473684, 247.2421052632);
}
.page-index .index-symptom-list a:hover span {
  background: rgb(72.02, 116.34, 177.28);
}
.page-index .index-symptom-list span {
  display: block;
  padding: 0.6rem 0;
  color: #fff;
  text-align: center;
  background: #5f87be;
  transition: background-color 0.2s;
}
@media (min-width: 768px), print {
  .page-index .index-symptom-list span {
    padding: 0.8rem 0;
  }
}
.page-index .index-symptom-list span > i::before {
  margin: 0 0 0 0.15em;
  transform: scale(0.7);
}
.page-index .feature-list {
  padding: 0;
  margin: 1.8rem 0 -3rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 -30px;
  }
}
.page-index .feature-list > li::after {
  display: block;
  clear: both;
  content: "";
}
.page-index .feature-list > li {
  margin-bottom: 4rem;
  line-height: 1.45;
}
@media (min-width: 768px), print {
  .page-index .feature-list > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
    font-size: 2.2rem;
    background-size: auto;
    border-bottom: 2px dotted #bfcbdc;
  }
}
@media (min-width: 768px), print {
  .page-index .feature-list > li.-w50 {
    width: calc(50% - 10px);
  }
}
.page-index .feature-list > li::before {
  position: relative;
  float: left;
  width: 6rem;
  height: 7.2rem;
  margin: -0.3rem 0.6rem 0.9rem 0;
  content: "";
  background: url("../images/index_feature_num01.png") no-repeat 0 0/100%;
}
@media (min-width: 768px), print {
  .page-index .feature-list > li::before {
    width: 116px;
    height: 135px;
    margin: -5px 10px 14px 0;
  }
}
.page-index .feature-list > li:nth-child(2)::before {
  width: 5.32rem;
  height: 8rem;
  background-image: url("../images/index_feature_num02.png");
}
@media (min-width: 768px), print {
  .page-index .feature-list > li:nth-child(2)::before {
    width: 103px;
    height: 153px;
  }
}
.page-index .feature-list > li:nth-child(3)::before {
  width: 5.43rem;
  height: 7.9rem;
  background-image: url("../images/index_feature_num03.png");
}
@media (min-width: 768px), print {
  .page-index .feature-list > li:nth-child(3)::before {
    width: 105px;
    height: 153px;
  }
}
.page-index .feature-list > li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.page-index .feature-list > li > span {
  font-weight: 700;
  color: #084ea3;
}
.page-index .feature-list figure {
  margin: 1rem 0 0;
  clear: both;
}
.page-index .feature-list .img-position01 {
  margin-top: -1.4rem;
}
@media (min-width: 768px), print {
  .page-index .feature-list .img-position01 {
    margin-top: -78px;
  }
}
.page-index .calendar-frame .outPatient {
  background: #ffe7e7;
}
.page-index .calendar-frame .amOnly {
  background: #ddeefb;
}
.page-index .calendar-frame .extraOutPatient {
  background: #fff3cb;
}
.page-index .calendar-frame .viceDirOutPatient {
  background: #ddeed8;
}
.page-index .calendar-frame .notTheMonth {
  background: #fff !important;
  color: #fff !important;
}
.page-index .calendar-frame .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7em;
  padding: 0;
}
.page-index .calendar-frame .detail li {
  padding: 0.3em 0.6em;
  list-style: none;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.page-index .calendar-frame .detail li.open {
  border: 1px solid #ddd;
}
.page-index .calendar-frame .calendar-wrap:first-of-type {
  margin: 0 0 2rem;
}
.page-index .calendar-frame .calendar-wrap table {
  width: 100%;
  line-height: 1;
  table-layout: fixed;
  border-collapse: collapse;
}
.page-index .calendar-frame .calendar-wrap table tr th {
  background: #366cba;
  color: #fff;
  border: 1px solid #fff;
}
.page-index .calendar-frame .calendar-wrap table tr th, .page-index .calendar-frame .calendar-wrap table tr td {
  text-align: center;
  padding: 1rem 0;
}
.page-index .calendar-frame .calendar-wrap table tr td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #366cba;
}
.page-index .calendar-frame .calendar-wrap .monthlynotes {
  margin: 1rem 0 0;
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .page-index .calendar-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-index .calendar-frame .detail {
    gap: 1em;
    margin: 0.5rem 0 3rem;
  }
  .page-index .calendar-frame .detail li {
    font-size: 1.8rem;
  }
  .page-index .calendar-frame .calendar-wrap {
    width: 48%;
  }
  .page-index .calendar-frame .calendar-wrap:first-of-type {
    margin: 0;
  }
  .page-index .calendar-frame .calendar-wrap table tr th, .page-index .calendar-frame .calendar-wrap table tr td {
    padding: 1.5rem 0;
  }
  .page-index .calendar-frame .calendar-wrap .monthlynotes {
    font-size: 1.8rem;
  }
}

.page-doctor .list-career {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px), print {
  .page-doctor .list-career {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.page-doctor .list-career dt {
  font-weight: 700;
}
@media (min-width: 768px), print {
  .page-doctor .list-career dt {
    width: 6.1em;
    font-weight: 400;
    text-align: right;
  }
}
.page-doctor .list-career dd {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px), print {
  .page-doctor .list-career dd {
    width: calc(100% - 6.1em);
    padding: 0 0 1.6rem 2rem;
  }
}

.page-access .main .address-br {
  display: none;
}

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

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  a[href]::after {
    content: normal;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  .page-top {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */