@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.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 1130px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
.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) {
  .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) {
  .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) {
  .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 {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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 (min-width: 768px) {
  .container {
    width: 1130px;
  }
}

html {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #222;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  body {
    min-width: 1130px;
  }
}

a {
  overflow: hidden;
  color: #3a84df;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: #216dca;
  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 {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
}

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

.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-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-nowrap {
    white-space: nowrap;
  }
  .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;
  }
}
.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: #eb4b4b !important;
}

.text-blue {
  color: #089adb !important;
}

.text-highlight {
  padding: 0 0.15em;
  background: linear-gradient(transparent, transparent 65%, #ffdd90 0);
}

.lh-1 {
  line-height: 1 !important;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-xl {
    font-size: 140%;
  }
  .fz-md-xxl {
    font-size: 160%;
  }
}
.hover-opacity:hover {
  opacity: 0.85;
}

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

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

.header {
  padding: 3.2rem 0 1.6rem;
}
@media (min-width: 768px) {
  .header {
    padding: 34px 0 32px;
  }
}
.header .link-tel {
  color: #00896b;
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .header-col-logo {
    flex-basis: 400px;
    flex-shrink: 0;
  }
}

.header-col-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.header-english {
  position: absolute;
  top: -3.2rem;
  right: 0;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  background: #028e70;
  transition: 0.2s background-color;
}
@media (min-width: 768px) {
  .header-english {
    top: -34px;
    padding: 7px 25px 7px 15px;
    font-size: 1.4rem;
  }
}
.header-english i::before {
  margin-left: 0;
}
.header-english:hover {
  color: #fff;
  text-decoration: none;
  background: #027058;
}

.header-logo-wrap {
  width: 84%;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    width: 100%;
  }
}

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

.header-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-info > li {
  position: relative;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .header-info > li {
    margin: 0;
    padding: 0;
    font-size: 2rem;
  }
}
.header-info > li:last-child {
  margin-bottom: 0;
}
.header-info > li.-tel {
  color: #00896b;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .header-info > li.-tel {
    font-size: 3rem;
  }
}
.header-info > li .small {
  font-size: 60%;
}

.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) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu .slicknav_nav {
  position: absolute;
  top: 7.2rem;
  right: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  background: #19bb9b;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0 1rem;
}
.slicknav_menu .slicknav_nav li:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.slicknav_menu .slicknav_nav li [class^=icon-],
.slicknav_menu .slicknav_nav li [class*=" icon-"] {
  display: none;
}
.slicknav_menu .slicknav_nav li > ol {
  display: none;
}
.slicknav_menu .slicknav_nav a {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0.9rem 1rem;
  color: #fff;
  font-size: 1.3rem;
  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 {
  margin: 0;
  padding: 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 {
  color: rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav ul.sub {
  margin: 0;
  background: #0a9f80;
}
.slicknav_menu .slicknav_nav ul.sub > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.slicknav_menu .slicknav_nav ul.sub a {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.9rem;
  color: #fff;
  font-size: 1.3rem;
}
.slicknav_menu .slicknav_nav ul.sub a::before {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
  content: "・";
}

.slicknav_btn {
  position: absolute;
  top: 2.7rem;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 3.2vw 4.2vw 6.4vw 4.2vw;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.slicknav_btn::after {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  color: #555;
  font-weight: 400;
  font-size: 2.8vw;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
  transform: translateX(-50%);
  transition: content 1s;
  content: "Menu";
}
.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: #555;
  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_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) {
  .navbar {
    display: block;
    background: #19bb9b;
  }
}

@media (min-width: 768px) {
  .gNav {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    flex-basis: 16.6666666667%;
  }
  .gNav > li:last-child::after,
  .gNav > li > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    transform: translateY(-50%);
    content: "";
  }
  .gNav > li:last-child::after {
    right: 0;
    left: auto;
  }
  .gNav > li.-contact > a {
    background: #FFAB00;
  }
  .gNav > li.-contact > a:hover {
    background: #d69000;
  }
  .gNav > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s;
  }
  .gNav > li > a:hover {
    background: #14977d;
  }
  .gNav .sub {
    position: absolute;
    left: 1px;
    z-index: 1000;
    display: none;
    width: 240px;
    padding: 0;
    list-style: none;
    background: #14977d;
  }
  .gNav .sub > li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gNav .sub > li:last-child {
    border-bottom: 0;
  }
  .gNav .sub > li [class^=icon-]::before,
  .gNav .sub > li [class*=" icon-"]::before {
    display: none;
  }
  .gNav .sub > li a {
    position: relative;
    display: block;
    height: auto;
    padding: 12px 12px 12px 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
  }
  .gNav .sub > li a::after {
    position: absolute;
    top: 50%;
    left: 0.3rem;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0;
    color: #fff;
    line-height: 1;
    transform: translateY(-50%);
    content: "・";
  }
  .gNav .sub > li a:hover {
    color: #fff;
    background-color: #11816b;
  }
  .sub-nav-box {
    display: none;
  }
}
.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0 4rem;
}
@media (min-width: 768px) {
  .contents {
    padding: 70px 0 90px;
  }
}
.page-index .contents {
  padding: 0;
}

.main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .main {
    width: 1080px;
    padding: 0;
  }
}
.page-index .main {
  padding: 0;
}
@media (min-width: 768px) {
  .page-index .main {
    width: 100%;
  }
}

.footer {
  margin-top: 0;
  padding: 0;
  background: #19bb9b;
}
@media (min-width: 768px) {
  .footer {
    padding: 4rem 0 0;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.4rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.footer-nav > li::before {
  font-size: 80%;
  font-family: "fontello", sans-serif;
  content: "\e800";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-nav > li.-products {
  display: block;
}
.footer-nav > li.-products > a {
  display: inline-block;
  pointer-events: none;
}
.footer-nav a {
  display: inline-block;
  padding: 0 2.6rem 0 0.4rem;
  overflow: visible;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav .sub {
  margin: 0;
  padding: 0 0 0 1.3rem;
}
.footer-nav .sub > li {
  display: inline-flex;
  margin-top: 0.8rem;
}
.footer-nav .sub > li::before {
  content: "-";
}
.footer-nav .sub > li > a {
  font-weight: 400;
  text-transform: none;
}
.footer-nav br {
  display: none;
}
.footer-nav [class^=icon-]::before,
.footer-nav [class*=" icon-"]::before {
  display: none;
}

.copyright {
  padding: 1rem 0;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 2.6rem;
    padding: 2.4rem 0;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .copyright small {
    font-size: 1.4rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

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

.page-tit-bg {
  background: url("../images/tit_pagetitle.jpg") no-repeat 50% 50%/cover;
}

.page-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 9rem;
  margin: 0;
  padding: 0.2rem 0 0;
  color: #222;
  font-weight: 400;
  font-size: 2.1rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .page-tit {
    height: 200px;
    padding: 0.8rem 0 0;
    font-size: 3.8rem;
    letter-spacing: 0.15em;
  }
}

.tit-basic01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin: 5rem 0 1.8rem;
  padding: 0.3rem 0 1.2rem 0.06em;
  color: #555;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .tit-basic01 {
    margin: 9rem 0 3.4rem;
    padding: 0.5rem 0 2.2rem 0.06em;
    font-size: 3.6rem;
    line-height: 1.1;
  }
}
.tit-basic01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.8em;
  height: 2px;
  border-bottom: 2px solid #19bb9b;
  transform: translateX(-50%);
  content: "";
}
.tit-basic01.-color02 {
  color: #fff;
}
.tit-basic01.-color02::after {
  border-color: #fff;
}

.tit-basic02 {
  margin: 3.4rem 0 1rem;
  padding: 0.5rem 0.8rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  background: #19bb9b;
}
@media (min-width: 768px) {
  .tit-basic02 {
    margin: 5rem 0 1.6rem;
    padding: 1rem 1.8rem;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.tit-basic03 {
  margin: 2rem 0 0.8rem;
  padding: 0.6rem 0.1rem;
  color: #19bb9b;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #19bb9b;
}
@media (min-width: 768px) {
  .tit-basic03 {
    margin: 2.4rem 0 1.3rem;
    padding: 0.9rem 0.1rem;
    font-size: 2rem;
    line-height: 1.1;
  }
}

.tit-basic04 {
  font-size: 1.5rem;
  color: #19bb9b;
}
@media (min-width: 768px) {
  .tit-basic04 {
    margin: 2.4rem 0 1.3rem;
    font-size: 2rem;
  }
}

.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,
.tit-basic04 + section:first-of-type > .tit-basic05 {
  margin-top: 0;
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.3rem;
  line-height: 1.4;
  border-top: 1px solid #b5bfbd;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #197361;
  text-align: center;
  background-color: #d7f5ef;
  border-bottom: 1px solid #b5bfbd;
}
@media (min-width: 768px) {
  .table-basic th {
    padding: 1.4rem 1.5rem;
  }
}
.table-basic td {
  padding: 0.8rem;
  background: #fafafa;
  border-bottom: 1px solid #b5bfbd;
}
@media (min-width: 768px) {
  .table-basic td {
    padding: 1.4rem 1.5rem;
  }
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr :not(:only-child):last-child {
  width: 35%;
}
@media (min-width: 768px) {
  .table-basic.-price tr :not(:only-child):last-child {
    width: 40%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}
.table-basic.-company th {
  text-align: left;
}
.table-basic.-company tr > :nth-child(1) {
  width: 8rem;
}
@media (min-width: 768px) {
  .table-basic.-company tr > :nth-child(1) {
    width: 200px;
  }
}
.table-basic.-recruit th {
  text-align: left;
}
.table-basic.-recruit tr > :nth-child(1) {
  width: 8rem;
}
@media (min-width: 768px) {
  .table-basic.-recruit tr > :nth-child(1) {
    width: 200px;
  }
}
.table-basic.-catalog {
  width: 200%;
  border-left: 1px solid #b5bfbd;
}
@media (min-width: 768px) {
  .table-basic.-catalog {
    width: 100%;
  }
}
.table-basic.-catalog th {
  border-right: 1px solid #b5bfbd;
}
.table-basic.-catalog td {
  border-right: 1px solid #b5bfbd;
}
.table-basic.-catalog tr > :nth-child(1) {
  width: 8rem;
}
@media (min-width: 768px) {
  .table-basic.-catalog tr > :nth-child(1) {
    width: 140px;
  }
}
.table-basic.-catalog tr > :nth-child(2) {
  width: 20rem;
}
@media (min-width: 768px) {
  .table-basic.-catalog tr > :nth-child(2) {
    width: 570px;
  }
}

.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;
  margin-bottom: 0.1em;
  padding-left: 1.2rem;
}
@media (min-width: 768px) {
  .list-basic > li {
    padding-left: 1.6rem;
  }
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #19bb9b;
  transform: scale(0.55);
  transform-origin: left center;
  content: "●";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: flex;
    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: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .list-notice > li {
    padding-left: 2rem;
  }
}
.list-notice > li::before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  content: "※";
}
.list-notice.-expanded > li {
  margin-bottom: 0.8em;
}

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

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

.notice-area {
  padding: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .notice-area {
    padding: 0;
  }
}

.notice-flex {
  box-shadow: 0 1px 0.3rem rgba(0, 0, 0, 0.05), 0 0 2rem rgba(0, 0, 0, 0.18);
  transform: translateY(-1.2rem);
}
@media (min-width: 768px) {
  .notice-flex {
    display: flex;
    justify-content: space-between;
    transform: translateY(-40px);
  }
}

.notice-tit {
  position: relative;
  padding: 1.4rem 0;
  overflow: hidden;
  background: #19bb9b;
}
@media (min-width: 768px) {
  .notice-tit {
    display: flex;
    width: 250px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.notice-tit::after {
  position: absolute;
  right: -2.4rem;
  bottom: -0.5rem;
  width: 10rem;
  height: 4.3rem;
  background: url("../images/logo_wh.svg") no-repeat 100% 100%/contain;
  opacity: 0.2;
  content: "";
}
@media (min-width: 768px) {
  .notice-tit::after {
    right: -54px;
    bottom: -10px;
    width: 210px;
    height: 86px;
  }
}

.notice-frame {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  .notice-frame {
    width: calc(100% - 250px);
  }
}
.notice-frame dl {
  position: relative;
  height: 22rem;
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .notice-frame dl {
    height: 270px;
    padding: 3rem;
  }
}
.notice-frame .news_title {
  margin-bottom: 0.1em;
  color: #23864c;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .notice-frame .news_title {
    font-size: 2rem;
  }
}
.notice-frame .news_date {
  display: block;
  font-weight: 400;
  font-size: 80%;
  letter-spacing: 0.04em;
}
.notice-frame .news_body {
  margin-bottom: 1.5rem;
  padding: 0 0 0.1rem;
  line-height: 1.4;
  background: url(../images/index_news_hr.svg) repeat-x 0 100%/auto 3px;
}
@media (min-width: 768px) {
  .notice-frame .news_body {
    margin-bottom: 2rem;
    padding: 0 0 1rem;
  }
}
.notice-frame .news_body:last-child {
  margin-bottom: 0.1rem;
}

.overview {
  padding: 3.6rem 0 3.6rem;
  background: #19bb9b;
}
@media (min-width: 768px) {
  .overview {
    display: block;
    padding: 65px 0 0;
  }
}

.overview-logo {
  display: block;
  width: 95%;
  margin: 0 auto 0.6rem;
}
@media (min-width: 768px) {
  .overview-logo {
    width: 665px;
    margin-bottom: 1rem;
  }
}

.overview-address {
  margin: 0 0 1.6rem;
  font-size: 1.1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-address {
    font-size: 1.6rem;
  }
}

.overview-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .overview-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.overview-info > li {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.overview-info .-tel {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-info .-tel {
    font-size: 3rem;
  }
}
.overview-info .-tel a {
  color: #fff;
}
.overview-info .-contact a {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0.3rem 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #FFAB00;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .overview-info .-contact a {
    width: 100%;
    margin: 0 0 0 30px;
    padding: 4px 70px;
    font-size: 2rem;
  }
}
.overview-info .-contact a:hover {
  background: #e69a00;
}

.google-map {
  position: relative;
  height: 0;
  margin-top: 3rem;
  padding-bottom: 120%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .google-map {
    width: 100%;
    margin-top: 4.6rem;
    padding-bottom: 400px;
  }
}

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

.page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  display: none;
  width: auto;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-top {
    right: 2rem;
    bottom: 2rem;
  }
}
.page-top a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  padding: 1rem 0 0;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  background: #00896b;
  border-radius: 50%;
  opacity: 0.9;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .page-top a {
    width: 80px;
    height: 80px;
    padding: 1.7rem 0 0;
    font-size: 1.2rem;
  }
}
.page-top a::before {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  margin: 0;
  font-size: 1rem;
  transform: translateX(-50%) rotate(-90deg);
}
@media (min-width: 768px) {
  .page-top a::before {
    top: 1.2rem;
    font-size: 1.8rem;
  }
}
.page-top a:hover {
  opacity: 1;
}

.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.5s;
}
.js-fadeIn.-delay02 {
  transition-delay: 0.8s;
}
.js-fadeIn.-fadeInUp {
  transform: translateY(2rem);
}
.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.-zoomIn {
  transform: scale3d(0.2, 0.2, 0.2);
}
.js-fadeIn.-zoomIn.active {
  transform: scale3d(1, 1, 1);
}
.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) {
  .low-img-basic {
    width: auto;
    margin: 0 0 1.6rem 0;
  }
}
.low-img-basic.-doctor {
  width: 55%;
}
@media (min-width: 768px) {
  .low-img-basic.-doctor {
    width: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

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

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

.list-frame {
  margin: 1.8rem 0;
}
@media (min-width: 768px) {
  .list-frame {
    margin: 2.2rem 0;
  }
}
.list-frame dt {
  padding: 0.8rem 1.3rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 4px #3999d0;
  background: #58b6ec;
}
@media (min-width: 768px) {
  .list-frame dt {
    padding: 1.2rem 1.8rem;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem;
  line-height: 1.4;
  border: 2px solid #58b6ec;
  border-top: 0;
}
@media (min-width: 768px) {
  .list-frame dd {
    padding: 1.6rem 1.8rem;
  }
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}

.btn-basic {
  display: inline-block;
  margin: 0;
  padding: 1.1rem 2.6rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #60c0bd;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.7rem rgba(53, 133, 131, 0.3);
  transition: filter 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .btn-basic {
    padding: 1.6rem 3.8rem;
    font-size: 1.9rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(107%);
}
.btn-basic:hover _:-ms-lang(x)::-ms-backdrop, .btn-basic:hover {
  opacity: 0.8;
}
.btn-basic.-color02 {
  background: #4cabe1;
  box-shadow: 0 0.1rem 0.7rem rgba(29, 119, 170, 0.3);
}

.list-pagenav {
  margin: 0 0 0 -1rem;
  padding: 0;
  font-size: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .list-pagenav {
    margin-left: -1.3rem;
  }
}
.list-pagenav > li {
  display: inline-block;
  margin: 0 0 1rem 1rem;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .list-pagenav > li {
    margin: 0 0 1.3rem 1.2rem;
    font-size: 1.6rem;
  }
}
.list-pagenav a {
  display: block;
  padding: 0.7rem 0.9rem;
  color: #fff;
  text-decoration: none;
  background: #00896b;
  border-radius: 0.2rem;
  transition: filter 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .list-pagenav a {
    padding: 1.4rem 2.4rem;
  }
}
.list-pagenav a:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(110%);
}
.list-pagenav a:hover _:-ms-lang(x)::-ms-backdrop, .list-pagenav a:hover {
  opacity: 0.8;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.6rem 0.8rem;
  line-height: 1.3;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}

input[type=button] {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  input[type=button] {
    font-size: 0.9em;
  }
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.6rem;
}

select {
  height: 2em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
  select {
    font-size: 0.9em;
  }
}
::placeholder {
  color: #aaa;
}

form#mailform {
  padding: 0 !important;
}

.form-label {
  display: inline-block;
  margin: 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .form-label {
    margin: 0.6rem 0 !important;
  }
}

form#mailformpro label {
  margin: 0 !important;
}
@media (min-width: 768px) {
  form#mailformpro label {
    margin: 0.6rem 0 !important;
  }
}
form#mailformpro label.mfp_not_checked, form#mailformpro label.mfp_checked {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem 0.6rem 0 !important;
  padding: 0.6rem !important;
  line-height: 1.2;
  white-space: normal;
  box-shadow: none !important;
}
form#mailformpro label.mfp_checked {
  background-color: #fffbc6 !important;
}
form#mailformpro .any,
form#mailformpro .must {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin: 0 0.8rem 0 0;
  padding: 0.2rem 0.6rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 2px;
}
@media (min-width: 768px) {
  form#mailformpro .any,
  form#mailformpro .must {
    font-size: 1.1rem;
  }
}
form#mailformpro .any {
  background-color: #7499c7;
}
form#mailformpro .must {
  background-color: #dc6b6b;
}
form#mailformpro .input-short {
  display: inline-block;
  width: 6em;
}
form#mailformpro .list-form {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  form#mailformpro .list-form {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 4rem auto 0;
  }
}
form#mailformpro .list-form dt {
  padding: 0 0 0.5rem;
}
@media (min-width: 768px) {
  form#mailformpro .list-form dt {
    flex-basis: 13.2em;
    max-width: 13.2em;
    padding: calc(0rem + 1px) 30px 0 0;
    line-height: 1.3;
    text-align: right;
  }
}
form#mailformpro .list-form dd {
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  form#mailformpro .list-form dd {
    flex-basis: calc(100% - 13.2em);
    max-width: calc(100% - 13.2em);
    padding: 0 0 2rem;
  }
}
@media (min-width: 768px) {
  form#mailformpro .list-form .dd-offset {
    margin-left: 13.2em;
  }
}
form#mailformpro #zip {
  display: inline-block;
  width: 7em;
  margin: 0 0.5rem 0.8rem 0;
}
@media (min-width: 768px) {
  form#mailformpro #zip {
    width: 8em;
    margin: 0 1em 0.8rem 0;
  }
}
form#mailformpro .btn-submit {
  position: relative;
  display: inline-block;
  margin: 0 0 3rem;
  padding: 0.8rem 6rem;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-color: #0db392;
  border: 0;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: filter 0.3s, opacity 0.3s;
  user-select: none;
}
@media (min-width: 768px) {
  form#mailformpro .btn-submit {
    padding: 1.2rem 9rem;
    font-size: 2.2rem;
  }
}
form#mailformpro .btn-submit:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(114%);
}
form#mailformpro .btn-submit:hover _:-ms-lang(x)::-ms-backdrop, form#mailformpro .btn-submit:hover {
  opacity: 0.8;
}

#mfp_overlay h4 {
  margin-top: 1rem;
}
#mfp_overlay button {
  padding: 0.3rem 1rem;
  background: linear-gradient(#f5f5f5, #eee);
  border: 1px solid #aaa;
  border-radius: 0.3rem;
}

.privacy-frame {
  height: 18rem;
  margin: 3rem auto 0;
  padding: 1.5rem;
  overflow-y: scroll;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .privacy-frame {
    width: 80%;
    height: 300px;
    margin-top: 5rem;
    padding: 3rem;
  }
}
.privacy-frame :last-child {
  margin-bottom: 0;
}

.page-index .keyv {
  width: 100%;
  background: url("../images/index_keyv01.jpg") 50% 50%/cover;
}
@media (min-width: 768px) {
  .page-index .keyv {
    margin-bottom: 0;
  }
}
.page-index .keyv-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 17.4rem;
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    height: 550px;
    padding-left: 127px;
  }
}
.page-index .keyv-copy {
  width: 11rem;
  padding: 0;
  color: #0075c1;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-index .keyv-copy {
    width: 358px;
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
.page-index .keyv-copy img {
  width: 100%;
}
.page-index .products-index-area {
  padding: 3rem 0 5rem;
  background: #f4fddf;
}
@media (min-width: 768px) {
  .page-index .products-index-area {
    padding: 80px 0 100px;
  }
}
.page-index .products-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .products-index-list {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
}
.page-index .products-index-list li {
  width: 100%;
}
@media (min-width: 768px) {
  .page-index .products-index-list li {
    width: 33.3333%;
  }
}
.page-index .products-index-list li.-newborn a::before {
  background-image: url("../images/index_products_newborn.jpg?2");
}
.page-index .products-index-list li.-obstetrics a::before {
  background-image: url("../images/index_products_obstetrics.jpg");
}
.page-index .products-index-list li.-measuring a::before {
  background-image: url("../images/index_products_measuring.jpg");
}
.page-index .products-index-list li.-galemed a::before {
  background-image: url("../images/index_products_galemed.jpg");
}
.page-index .products-index-list li.-etc a::before {
  background-image: url("../images/index_products_etc.jpg");
}
.page-index .products-index-list li.-catalog a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.3rem;
  padding: 0;
  color: #fff;
  background: #00896b;
}
@media (min-width: 768px) {
  .page-index .products-index-list li.-catalog a {
    height: 280px;
  }
}
.page-index .products-index-list a {
  position: relative;
  display: block;
  height: 20.4rem;
  padding: 16.9rem 1.2rem 0;
  color: #00896b;
  font-weight: 700;
  font-size: 1.47rem;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #d7dde0;
  transition: filter 0.3s ease-out;
}
@media (min-width: 768px) {
  .page-index .products-index-list a {
    height: 280px;
    padding: 213px 15px 10px;
    font-size: 2.2rem;
    border-left: 1px solid #f4fddf;
  }
}
.page-index .products-index-list a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 15.3rem;
  margin: 0 auto;
  background: no-repeat 50% 50%/100%;
  transition: background-size 0.6s ease-out;
  content: "";
}
@media (min-width: 768px) {
  .page-index .products-index-list a::before {
    height: 200px;
  }
}
.page-index .products-index-list a::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "fontello", sans-serif;
  transform: scale(0.7);
  content: "\e800";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-index .products-index-list a:hover {
  filter: brightness(108%);
}
.page-index .products-index-list a:hover _:-ms-lang(x)::-ms-backdrop, .page-index .products-index-list a:hover {
  opacity: 0.8;
}
.page-index .products-index-list a:hover::before {
  background-size: 110%;
}
.page-index .products-index-list br {
  display: none;
}
.page-index _:-ms-lang(x)::-ms-backdrop,
.page-index .products-index-list a:hover::before {
  background-size: 100%;
}

@media (min-width: 768px) {
  .page-company .career-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-company .career-list dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-company .career-list dt {
    flex-basis: 11.5em;
  }
}
.page-company .career-list dd {
  margin-bottom: 0;
  padding-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .page-company .career-list dd {
    flex-basis: calc(100% - 11.5em);
    padding-bottom: 2rem;
  }
}

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

@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-top {
    display: none !important;
  }
}