@charset "UTF-8";
@import 'fontello/css/fontello.css';
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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) {
  .container-md, .container {
    max-width: 1230px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    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: 1230px !important;
  }
  .container {
    min-width: 1230px !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;
  }
}
/* スタイル
------------------------------- */
.font-serif {
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
}

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

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

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

a {
  overflow: hidden;
  color: #1781d5;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: #5bade1;
  text-decoration: underline;
}

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

p {
  margin-bottom: 1.2em;
}

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

ul,
ol {
  margin-bottom: 1.2em;
  padding-left: 2.2rem;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

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

blockquote {
  margin: 0 0 1.2em;
}

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

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

.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), print {
  .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), print {
  .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-nowrap {
  white-space: nowrap;
}

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

.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), print {
  .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;
}

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

.text-blue {
  color: #00437f !important;
}
.text-blue a {
  color: #00437f !important;
}

.text-skyblue {
  color: #57c3e7 !important;
}

.text-highlight {
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #ffed6b));
  background: linear-gradient(transparent, transparent 63%, #ffed6b 0);
}
.text-highlight.-color02 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #daf4ff));
  background: linear-gradient(transparent, transparent 63%, #daf4ff 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-s {
  font-size: 60%;
}

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

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

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

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

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

.fz-5l {
  font-size: 200%;
}

@media (min-width: 768px), print {
  .fz-md-sm {
    font-size: 80%;
  }
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
  .fz-md-5l {
    font-size: 200%;
  }
}
.hover-opacity:hover {
  opacity: 0.8;
}

.hover-lighten {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-lighten:hover {
  -webkit-filter: brightness(106%);
          filter: brightness(106%);
}

.hover-darken {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-darken:hover {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
}

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

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

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

.header {
  padding: 1.2rem 0 4.4rem;
  background: #fff;
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px), print {
  .header {
    padding: 1.2rem 0 1.4rem;
  }
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  padding: 0 0.9rem;
}
@media (min-width: 768px), print {
  .header-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 2.9rem 0 4rem;
  }
}

.header-logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0 0 1.4rem;
  padding: 0 8.1rem 0 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header-logo-wrap {
    width: 43rem;
    margin: 0;
    padding: 0;
  }
}
.page-yahoo .header-logo-wrap, .page-yahoo-reserve .header-logo-wrap, .page-yahoo-thanks .header-logo-wrap {
  padding: 0 4.4rem 0 3.5rem;
}
@media (min-width: 768px), print {
  .page-yahoo .header-logo-wrap, .page-yahoo-reserve .header-logo-wrap, .page-yahoo-thanks .header-logo-wrap {
    padding: 0;
  }
}

.header-logo {
  width: 100%;
}

.header-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px), print {
  .header-col-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header-access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.6rem;
}

.header-translate {
  position: relative !important;
  width: 100% !important;
  display: block;
}
@media (min-width: 768px), print {
  .header-translate {
    position: relative;
    width: 181px;
    margin-top: 0.6rem;
    z-index: 2000 !important;
  }
}
body.is-nav-open .header-translate {
  display: none !important;
}

/* 翻訳システムの強制固定を解除 */
.header-translate .gtranslate_wrapper,
.header-translate .gt_container--hich1m,
.header-translate .gt_switcher_wrapper {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 2000 !important;
}
@media (min-width: 768px), print {
  .header-translate .gtranslate_wrapper,
  .header-translate .gt_container--hich1m,
  .header-translate .gt_switcher_wrapper {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 181px;
    z-index: 2000;
  }
}

.gt_selected {
  z-index: auto !important;
}

/*.header-col-right {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
    word-break: break-word;
    min-width: 0;
    @include mq-up(md) {
        gap: 2rem;
        word-break: break-word;
        min-width: 0;
    }
}
.header-col-right ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-col-right ul li.gtranslate { 
    position: relative; 
    top: 4rem !important; 
    @include mq-up(md) { 
        top: 0 !important; 
    } 
} 
.gt_switcher_wrapper {
    position: absolute !important;
    right: -0.8rem !important;
    z-index: 99; 
    @include mq-up(md) {
        right: 0 !important; 
        padding-top: 0;
    }
} 
.header-col-right ul li.gtranslate .gt_switcher_wrapper .gt_switcher {
     width: 100vw !important;
    @include mq-up(md) {
        width: 181px !important;
        box-sizing: border-box;
    }
}


.gt_container--hich1m .gt_switcher .gt_selected a {
    width: 100vw !important;
    max-width: none;
    @include mq-up(md) {
        width: 181px !important;
    box-sizing: border-box;
    }
}
.gt_container--hich1m .gt_switcher .gt_option {
    width: 100vw !important;
    @include mq-up(md) {
        width: 181px !important;
        box-sizing: border-box;
    }
 }   
.gt_container--hich1m .gt_switcher .gt_option a {
    width: 100vw !important;
    @include mq-up(md) {
        width: 181px !important;
        box-sizing: border-box;
    }
}*/
.header-info {
  /*white-space: nowrap;*/
  margin-bottom: 1.2rem;
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #00437f;
  font-weight: 700;
  font-size: 2rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .header-tel {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 3rem;
    letter-spacing: 0.04em;
  }
}
.header-tel i::before {
  margin: 0 0.3em 0 0;
  font-size: 80%;
  -webkit-transform: translateY(-0.06em);
          transform: translateY(-0.06em);
}
@media (min-width: 768px), print {
  .header-tel i::before {
    margin: 0 0.4rem 0 0;
  }
}
.header-tel .fz-sm {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  font-size: 60%;
}
.header-tel a {
  color: #00437f;
}

.header-address {
  margin: 0 0 0.5em;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px), print {
  .header-address {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}

.header-access {
  display: none;
}
@media (min-width: 768px), print {
  .header-access {
    position: relative;
    display: block;
    width: 18.2rem;
    /*margin-left: 2rem;*/
    padding: 1.8rem 1.8rem 1.8rem 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    background: #5bade1;
    border-width: 2px;
    border-radius: 10rem;
    -webkit-transition: -webkit-filter 0.25s;
    transition: -webkit-filter 0.25s;
    transition: filter 0.25s;
    transition: filter 0.25s, -webkit-filter 0.25s;
  }
}
@media (min-width: 768px), print {
  .page-yahoo .header-access, .page-yahoo-reserve .header-access, .page-yahoo-thanks .header-access {
    display: none;
  }
}
.header-access i {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-access i::before {
  margin: 0;
}
.header-access:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}

.nav-open {
  position: fixed;
  top: 1rem;
  right: 0;
  z-index: 1002;
  display: block;
  margin: 0;
  padding: 2.6vw 4.2vw 6.9vw;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  vertical-align: middle;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  mix-blend-mode: multiply;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media (min-width: 768px), print {
  .nav-open {
    display: none;
  }
}
.page-yahoo .nav-open, .page-yahoo-reserve .nav-open, .page-yahoo-thanks .nav-open {
  display: none;
}
.nav-open:focus {
  outline: none;
}
.nav-open:focus-visible {
  outline: 1px solid #4b81f3;
}
.nav-open::after {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  color: #333;
  font-weight: 400;
  font-size: 2.8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "MENU";
}
.nav-open .toggle-icon {
  position: relative;
  display: block;
  width: 8vw;
  height: 5vw;
  margin: 0;
  padding: 0;
  line-height: 1.125;
}
.nav-open .toggle-icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}
.nav-open .toggle-icon-bar:nth-child(1) {
  top: 0;
}
.nav-open .toggle-icon-bar:nth-child(2) {
  top: 2.2vw;
}
.nav-open .toggle-icon-bar:nth-child(3) {
  bottom: 0;
}
.nav-open.load .toggle-icon span {
  -webkit-animation: none;
          animation: none;
}

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

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

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    overscroll-behavior-y: contain;
    overflow: auto;
    background: #fff;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), visibility 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s, -webkit-transform 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
    transition: opacity 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), visibility 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s, -webkit-transform 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
    transition: opacity 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), transform 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), visibility 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s;
    transition: opacity 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), transform 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), visibility 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s, -webkit-transform 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
  }
  .navbar .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto 0;
    padding: 4rem 0 2.6rem;
  }
  .navbar .gNav {
    width: 100%;
    margin: 0;
    padding: 0 1.3rem;
    list-style: none;
  }
  .navbar .gNav > li {
    border-bottom: 1px solid #ccc;
  }
  .navbar .gNav > li.-parent > a {
    padding-bottom: 0.4rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navbar .gNav > li.-parent i {
    display: none;
  }
  .navbar .gNav a {
    display: block;
    padding: 1.4rem 0 1.3rem;
    color: #00437f;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0.8rem;
    list-style: none;
  }
  .navbar .sub > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
  .navbar .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.8rem;
    padding: 0 0.3rem 0 0;
    overflow: visible;
    color: #555;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .navbar .sub > li > a::before {
    margin-right: 0.1rem;
    color: #e73e33;
    font-family: fontello, sans-serif;
    -webkit-transform: rotate(-90deg) scale(0.6);
            transform: rotate(-90deg) scale(0.6);
    content: "\e816";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 767.98px) {
  .nav-open[aria-expanded=true] ~ .navbar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), visibility 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s, -webkit-transform 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
    transition: opacity 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), visibility 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s, -webkit-transform 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
    transition: opacity 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), transform 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), visibility 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s;
    transition: opacity 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), transform 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), visibility 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s, -webkit-transform 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
  }
}
.nav-open[aria-expanded=true] {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}
.nav-open[aria-expanded=true]::after {
  content: "CLOSE";
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(2) {
  opacity: 0;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}

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

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

@media (min-width: 768px), print {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .gNav > li:not(:nth-child(2)) > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1.8rem;
    background: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    content: "";
  }
  .gNav > li.-home, .gNav > li.-privacy {
    display: none;
  }
  .gNav > li.-parent:focus-visible {
    outline: none;
  }
  .gNav > li.-parent:focus-visible > a {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .gNav > li > a {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 0;
    overflow: visible;
    color: #222;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.35s;
    transition: color 0.3s, background-color 0.35s;
  }
  .gNav > li > a::after {
    position: absolute;
    bottom: 0;
    left: 8px;
    z-index: -1;
    width: calc(100% - 16px);
    height: 0;
    background: #ecf7fb;
    -webkit-transition: height 0.4s cubic-bezier(0.6, 0.17, 0, 0.97);
    transition: height 0.4s cubic-bezier(0.6, 0.17, 0, 0.97);
    content: "";
  }
  .gNav > li > a:hover::after {
    height: 60px;
  }
  .gNav > li[aria-expanded=true] > .sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .gNav .sub {
    position: absolute;
    top: 107%;
    left: 0;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px;
    padding: 0;
    list-style: none;
    background: #5bade1;
    -webkit-box-shadow: 0 3px 7px -2px rgba(78, 50, 9, 0.08);
            box-shadow: 0 3px 7px -2px rgba(78, 50, 9, 0.08);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top 0.4s, visibility 0.4s, opacity 0.4s;
    transition: top 0.4s, visibility 0.4s, opacity 0.4s;
  }
  .gNav .sub.load {
    display: block;
  }
  .gNav .sub > li {
    border: 0;
  }
  .gNav .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.1rem;
    padding: 0 0 0 1.3rem;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-decoration: none;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .gNav .sub > li > a::before {
    margin-right: 0.5em;
    font-size: 66%;
    font-family: fontello, sans-serif;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    content: "\e816";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .gNav .sub > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1698db;
  }
  .gNav .sub br {
    display: none;
  }
  .gNav .sub i {
    display: none;
  }
  .gNav .icon-icon-arrow_03_d::before {
    margin: 0 -0.2em 0 0.15em;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.contents {
  padding: 3.4rem calc(15px + 0.3rem) 6rem;
}
@media (min-width: 768px), print {
  .contents {
    width: 1230px;
    margin: 0 auto;
    padding: 58px 15px 120px;
  }
}
.page-index .contents {
  padding: 0;
}
@media (min-width: 768px), print {
  .page-index .contents {
    width: 100%;
  }
}

.footer {
  padding: 3.7rem 0 0;
  background: #f9f9f9;
}
@media (min-width: 768px), print {
  .footer {
    padding: 4rem 0 0;
  }
}
.page-yahoo .footer, .page-yahoo-reserve .footer, .page-yahoo-thanks .footer {
  padding: 0;
}
.page-yahoo .footer > .container, .page-yahoo-reserve .footer > .container, .page-yahoo-thanks .footer > .container {
  display: none;
}

.footer-bnr {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .footer-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.9rem;
  }
}
.footer-bnr > li {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px), print {
  .footer-bnr > li {
    -ms-flex-preferred-size: 38rem;
        flex-basis: 38rem;
    margin-bottom: 3rem;
  }
}
.footer-bnr a {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.footer-bnr a:hover {
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}
.footer-bnr img {
  width: 100%;
}

.footer-nav {
  display: none;
}
@media (min-width: 768px), print {
  .footer-nav {
    display: block;
    margin: 0 0 2.2rem -15px;
    padding: 0;
    font-size: 0;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1;
}
.footer-nav a {
  padding: 0 3.5rem 0 15px;
  overflow: visible;
  color: #00437f;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav br {
  display: none;
}
.footer-nav [class^=icon-],
.footer-nav [class*=" icon-"] {
  display: none;
}
.footer-nav .-parent {
  display: none;
}
.footer-nav .en-caption {
  display: none;
}

.footer-nav-row {
  display: none;
}
@media (min-width: 768px), print {
  .footer-nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav-col {
  -ms-flex-preferred-size: 31rem;
      flex-basis: 31rem;
}
.footer-nav-col:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-nav02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav02 a {
  display: block;
  overflow: visible;
  text-decoration: none;
}
.footer-nav02 a:hover {
  text-decoration: underline;
}
.footer-nav02 > li > a {
  color: #00437f;
  font-weight: 700;
}
.footer-nav02 .sub {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav02 .sub > li {
  position: relative;
  padding: 0 0 0 1.1rem;
}
.footer-nav02 .sub > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "-";
}
.footer-nav02 .sub > li > a {
  padding: 0.1rem 0;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.footer-nav02 [class^=icon-],
.footer-nav02 [class*=" icon-"] {
  display: none;
}
.footer-nav02 br {
  display: none;
}

.copyright {
  margin-top: 4rem;
  padding: 1rem 0 4.9rem;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background: #00437f;
}
@media (min-width: 768px), print {
  .copyright {
    margin-top: 4.4rem;
    padding: 3rem 0;
  }
}
.page-yahoo .copyright, .page-yahoo-reserve .copyright, .page-yahoo-thanks .copyright {
  padding: 1rem 0;
}
@media (min-width: 768px), print {
  .page-yahoo .copyright, .page-yahoo-reserve .copyright, .page-yahoo-thanks .copyright {
    margin-top: 0;
    padding: 4.9rem 0;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .copyright small {
    font-size: 1.5rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

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

.page-tit-bg {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: #e1f2fc url("../images/tit_pagetitle.jpg") no-repeat 50% 50%/cover;
}
@media (min-width: 768px), print {
  .page-tit-bg {
    background-size: auto;
  }
}
.page-tit-bg.-yahoo {
  background-color: #f5f5f5;
  background-image: url("../images/tit_pagetitle02.jpg");
}
.page-tit-bg.-yahoo .page-tit {
  height: 13rem;
  line-height: 1.3;
}
@media (min-width: 768px), print {
  .page-tit-bg.-yahoo .page-tit {
    height: 70rem;
  }
}

.page-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9rem;
  margin: 0;
  padding: 0.15em 0 0 0.1em;
  color: #00437f;
  font-weight: 400;
  font-size: 2.1rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px), print {
  .page-tit {
    height: 220px;
    margin: 0;
    padding: 0.15em 0 0 0.14em;
    font-size: 4rem;
    letter-spacing: 0.14em;
  }
}

.tit-basic01 {
  position: relative;
  margin: 4.4rem 0 1.9rem;
  padding: 0 0 1.6rem;
  color: #000;
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px), print {
  .tit-basic01 {
    margin: 9rem 0 3.6rem;
    padding: 0 0 2.9rem;
    font-size: 3.8rem;
    line-height: 1.15;
  }
}
.tit-basic01::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.4em;
  height: 2px;
  margin: 0 auto;
  background: #e73e33;
  content: "";
}
@media (min-width: 768px), print {
  .tit-basic01::before {
    width: 80px;
  }
}
.tit-basic01 > .caption {
  display: block;
  margin-bottom: 0.5em;
  color: #0086d1;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px), print {
  .tit-basic01 > .caption {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
.tit-basic01.-color02 {
  color: #fff;
}
.tit-basic01.-color02::before {
  background-color: #fff;
}
.tit-basic01.-color02 > .caption {
  color: #fff;
}
.tit-basic01.-news {
  margin-bottom: 2.6rem;
}
@media (min-width: 768px), print {
  .tit-basic01.-news {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
}
.tit-basic01.-news i {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  color: rgba(240, 240, 240, 0.5);
  font-size: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px), print {
  .tit-basic01.-news i {
    bottom: -19.2rem;
    font-size: 15rem;
  }
}
.tit-basic01.-news i::before {
  margin: 0;
}

.tit-basic02 {
  position: relative;
  margin: 3.1rem 0 1.1rem;
  padding: 0 0 0.7rem;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #e0e0e0;
}
@media (min-width: 768px), print {
  .tit-basic02 {
    margin: 4.8rem 0 1.7rem;
    padding: 0 0 1rem;
    font-size: 2.6rem;
  }
}
.tit-basic02::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3.1em;
  height: 2px;
  background: #e73e33;
  content: "";
}
.tit-basic02.-fs_tit-basic02 {
  margin-top: initial;
  font-family: inherit;
  font-weight: inherit;
  border-bottom: none;
}
.tit-basic02.-fs_tit-basic02::before {
  content: none;
}

.tit-basic03 {
  position: relative;
  margin: 2.5rem 0 0.85rem;
  padding: 0 0 0 1.4rem;
  color: #000;
  font-weight: 700;
  font-size: 1.35rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.15;
  letter-spacing: 0.08em;
}
@media (min-width: 768px), print {
  .tit-basic03 {
    margin: 3rem 0 1.2rem;
    padding-left: 24px;
    font-size: 2.1rem;
    line-height: 1.1;
  }
}
.tit-basic03::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.14rem;
  margin: auto 0;
  background: #e74746;
  content: "";
}
@media (min-width: 768px), print {
  .tit-basic03::before {
    width: 12px;
    height: 2px;
  }
}

.tit-basic04 {
  margin: 1.2em 0 0.2em;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  letter-spacing: 0.09em;
}
@media (min-width: 768px), print {
  .tit-basic04 {
    font-size: 1.9rem;
  }
}

.tit-basic05 {
  text-align: center;
  border: 2px solid #00437f;
  margin: 1.2em 0 1em;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  letter-spacing: 0.09em;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 768px), print {
  .tit-basic05 {
    font-size: 1.9rem;
  }
}

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

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.45;
  border-top: 1px solid #00437f;
  border-collapse: collapse;
}
@media (min-width: 768px), print {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #00437f;
  text-align: center;
  background-color: #e8f7fc;
  border-bottom: 1px solid #00437f;
}
@media (min-width: 768px), print {
  .table-basic th {
    padding: 1.5rem;
  }
}
.table-basic th:not(:last-child) {
  border-right: 1px solid #00437f;
}
.table-basic th.-color02 {
  color: rgb(52.8040201005, 79.5778894472, 95.1959798995);
  background-color: rgb(195.85, 225.425, 241.35);
  border-right-color: rgb(0, 48.1661417323, 91.3);
  border-bottom-color: rgb(0, 48.1661417323, 91.3);
}
.table-basic td {
  padding: 0.8rem;
  background: #fff;
  border-bottom: 1px solid #00437f;
}
@media (min-width: 768px), print {
  .table-basic td {
    padding: 1.5rem;
  }
}
.table-basic td:not(:last-child) {
  border-right: 1px solid #00437f;
}
.table-basic td.-color02 {
  background-color: #f1fbff;
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr :not(:only-child):last-child {
  width: 37%;
}
@media (min-width: 768px), print {
  .table-basic.-price tr :not(:only-child):last-child {
    width: 36%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}
.table-basic.-doctor {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  table-layout: fixed;
}
@media (min-width: 768px), print {
  .table-basic.-doctor {
    margin-top: 0.9rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.table-basic.-doctor tr > :nth-child(1) {
  width: 4rem;
}
@media (min-width: 768px), print {
  .table-basic.-doctor tr > :nth-child(1) {
    width: 23rem;
  }
}
.table-basic.-doctor th {
  padding: 0.4rem;
}
@media (min-width: 768px), print {
  .table-basic.-doctor th {
    padding: 1rem;
  }
}
.table-basic.-doctor td {
  padding: 0.4rem 0.3rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px), print {
  .table-basic.-doctor td {
    height: 7rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.table-basic.-doctor td:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .table-basic.-recruit tr > :nth-child(1) {
    width: 220px;
  }
}
.table-basic.-cardiovascular-dock {
  width: 130%;
  font-size: 1rem;
  letter-spacing: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
@media (min-width: 768px), print {
  .table-basic.-cardiovascular-dock {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.table-basic.-cardiovascular-dock tr > :nth-child(1) {
  position: sticky;
  left: 0;
  width: 10rem;
}
@media (min-width: 768px), print {
  .table-basic.-cardiovascular-dock tr > :nth-child(1) {
    position: static;
    width: 40rem;
  }
}
.table-basic.-cardiovascular-dock th,
.table-basic.-cardiovascular-dock td {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
@media (min-width: 768px), print {
  .table-basic.-cardiovascular-dock th,
  .table-basic.-cardiovascular-dock td {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.table-basic.-cardiovascular-dock td {
  text-align: center;
}

.scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px), print {
  .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.05em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #57c3e7;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "●";
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  color: #96aab0;
  -webkit-transform: none;
          transform: none;
  content: "□";
}
.list-basic.-check > li {
  padding-left: 1.35em;
}
.list-basic.-check > li::before {
  font-family: fontello, sans-serif;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  content: "\e805";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
@media (min-width: 768px), print {
  .list-basic.-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px), print {
  .list-basic.-col-3 > li {
    width: 33.3333%;
    padding-right: 2rem;
  }
}
.list-basic.-inline-block {
  margin-left: -15px;
  padding-left: 0;
  font-size: 0;
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: 1.8rem;
  }
}

.list-notice {
  padding: 0;
  list-style: none;
}
.list-notice > li {
  position: relative;
  padding-left: 1.6rem;
}
@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-notice.-expanded > li {
  margin-bottom: 0.8em;
}

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

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

.notice-area {
  padding: 3.8rem 1rem;
  background: #d7e8f2;
}
@media (min-width: 768px), print {
  .notice-area {
    padding: 6.1rem 0 8.2rem;
  }
}

.notice-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.8rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
}
@media (min-width: 768px), print {
  .notice-tit {
    margin: 0 6rem 1.7rem;
    font-size: 2.4rem;
  }
}
.notice-tit::before {
  width: 0.5em;
  height: 2px;
  margin-right: 0.6em;
  background: #e73e33;
  content: "";
}
.notice-tit .caption {
  margin-left: 1em;
  color: #00669c;
  font-size: 66.6667%;
}

.notice-frame {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px), print {
  .notice-frame {
    margin: 0 6rem;
  }
}
.notice-frame .notice-box {
  margin: 0;
  padding: 0;
}
.notice-frame .news_item {
  position: relative;
  margin-bottom: 0.8rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: 0.6rem;
}
@media (min-width: 768px), print {
  .notice-frame .news_item {
    margin-bottom: 1rem;
    padding: 2rem 3rem;
    border-radius: 1rem;
  }
}
.notice-frame .news_item:last-child {
  margin-bottom: 0;
}
.notice-frame .news_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2.1rem 0 0;
  padding: 0 0 0 1.2em;
  color: #222;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px), print {
  .notice-frame .news_title {
    margin: 0 0 0 25.9rem;
    padding: 0 0 0 1.3em;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.notice-frame .news_title .i-toggle {
  position: absolute;
  top: 0.85rem;
  left: -0.1rem;
  margin: auto 0;
  color: #e73e33;
  font-size: 0;
}
@media (min-width: 768px), print {
  .notice-frame .news_title .i-toggle {
    top: 1.15rem;
    margin: 0;
  }
}
.notice-frame .news_title .i-toggle::before {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: fontello, sans-serif;
  font-style: normal;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  content: "\e806";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px), print {
  .notice-frame .news_title .i-toggle::before {
    font-size: 1.8rem;
  }
}
.notice-frame .news_title:hover {
  color: #1695d7;
}
.notice-frame .news_title[aria-selected=true] .i-toggle::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.notice-frame .news_meta {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.35;
}
@media (min-width: 768px), print {
  .notice-frame .news_meta {
    top: 2.8rem;
    left: 3rem;
  }
}
.notice-frame .news_meta .new {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #c1af7b;
  font-weight: 700;
  font-size: 1rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px), print {
  .notice-frame .news_meta .new {
    font-size: 1.6rem;
  }
}
.notice-frame .news_date {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 0.6em;
  color: #222;
  font-weight: 400;
}
@media (min-width: 768px), print {
  .notice-frame .news_date {
    margin-right: 0.6em;
  }
}
.notice-frame .news_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
  margin: 0 0.6em 0 0;
  padding: 0.1em 0;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  background: #ebf5fb;
}
@media (min-width: 768px), print {
  .notice-frame .news_cat {
    font-size: 1.6rem;
  }
}
.notice-frame .news_tittle_inner {
  padding: 0.5em 0;
}
.notice-frame .news_body {
  display: none;
  margin: 0;
  padding: 0 0 0.1rem;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 768px), print {
  .notice-frame .news_body {
    padding-left: 28.2rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.notice-frame .news_body:last-child {
  padding-bottom: 0.1rem;
}

.notice-cat-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .notice-cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 4rem 0 0;
    padding: 0 6rem;
  }
}
.overview-btn {
  position: relative;
  display: block;
  width: 20.6rem;
  margin: 1.4rem auto 0.8rem;
  padding: 0.9rem 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #e73e33;
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .overview-btn {
    width: 31rem;
    margin: 2.1rem auto 1rem;
    padding: 1.4rem 0;
  }
}
.overview-btn.-color02 {
  background-color: #5bade1;
}
.page-yahoo .overview-btn, .page-yahoo-thanks .overview-btn {
  display: none;
}
.overview-btn i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .overview-btn i {
    right: 2rem;
  }
}
.overview-btn i::before {
  margin: 0;
}
.overview-btn:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}

.contact-area {
  padding: 3.8rem 0;
  background: #7dbfea url("../images/overview_contact_bg.jpg") no-repeat 50% 50%/cover;
}
@media (min-width: 768px), print {
  .contact-area {
    padding: 5.8rem 0 8.3rem;
  }
}
.page-yahoo .contact-area, .page-yahoo-thanks .contact-area {
  display: none;
}
.contact-area .contact-box {
  padding: 0.6rem 1.6rem;
  background: #fff;
  border-radius: 0.6rem;
}
@media (min-width: 768px), print {
  .contact-area .contact-box {
    margin: 0 6rem;
    padding: 3.8rem 0;
    border-radius: 1rem;
  }
}
@media (min-width: 768px), print {
  .contact-area .contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-area .contact-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.4rem 0;
}
@media (min-width: 768px), print {
  .contact-area .contact-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 2.6rem;
  }
}
.contact-area .contact-col:not(:last-child) {
  border-bottom: 1px solid #bbb;
}
@media (min-width: 768px), print {
  .contact-area .contact-col:not(:last-child) {
    border-right: 1px solid #bbb;
    border-bottom: none;
  }
}
.contact-area .contact-tit {
  display: table;
  margin: 0 auto 1.2em;
  padding: 0 0 0.3em;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  border-bottom: 2px solid #e73e33;
}
@media (min-width: 768px), print {
  .contact-area .contact-tit {
    font-size: 1.8rem;
  }
}
.contact-area .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2rem;
  color: #00437f;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .contact-area .contact-tel {
    margin-bottom: 3.4rem;
    font-size: 5rem;
    letter-spacing: 0.04em;
  }
}
.contact-area .contact-tel i::before {
  margin: 0 0.2em 0 0;
  font-size: 80%;
  -webkit-transform: translateY(-0.06em);
          transform: translateY(-0.06em);
}
@media (min-width: 768px), print {
  .contact-area .contact-tel i::before {
    margin: 0 0.4rem 0 0;
  }
}
.contact-area .contact-tel .fz-sm {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  font-size: 40%;
}
.contact-area .contact-tel a {
  color: #00437f;
}
.contact-area .contact-time {
  margin: -0.5rem 0 0.8rem;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .contact-area .contact-time {
    margin: 28px 0 5px;
    line-height: 1.5;
  }
}
.contact-area .contact-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-area .contact-time dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.5rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px), print {
  .contact-area .contact-time dt {
    -ms-flex-preferred-size: 8em;
        flex-basis: 8em;
    padding: 3px 0 11px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.contact-area .contact-time dt > span {
  display: block;
  width: 100%;
  padding: 0.3rem 0 0.2rem;
  background: #6c6;
}
@media (min-width: 768px), print {
  .contact-area .contact-time dt > span {
    padding: 4px 0 3px;
  }
}
.contact-area .contact-time dt > span.-color02 {
  background-color: #1ba1e6;
}
.contact-area .contact-time dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.6rem 0 0.6rem 1rem;
  font-size: 1.2rem;
  white-space: nowrap;
  word-break: break-all;
}
@media (min-width: 768px), print {
  .contact-area .contact-time dd {
    margin: 0;
    padding: 2px 0 11px 12px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px), print {
  .access-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-yahoo .access-area, .page-yahoo-thanks .access-area {
  background: #f9f9f9;
}
@media (min-width: 768px), print {
  .access-area .access-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.access-area .access-col-inner {
  padding: 3.8rem 15px;
}
@media (min-width: 768px), print {
  .access-area .access-col-inner {
    width: 60rem;
    margin-left: auto;
    padding: 5.8rem 2rem 6.2rem 0;
  }
}
@media (min-width: 768px), print {
  .access-area .access-col-inner p {
    line-height: 1.55;
    letter-spacing: 0;
  }
}
.access-area .access-tit {
  margin: 2.2rem 0 0.8rem;
  padding: 0 0 0.5em;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 768px), print {
  .access-area .access-tit {
    margin: 2.9rem 0 1.5rem;
    font-size: 1.8rem;
  }
}

.doctortable {
  width: 100%;
  height: 23rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .doctortable {
    height: 85rem;
  }
}
.doctortable iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.google-map {
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 115%;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .google-map {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}
.main .google-map {
  margin: 2.4rem 0 0;
  padding-bottom: 125%;
}
@media (min-width: 768px), print {
  .main .google-map {
    height: 0;
    margin-top: 4rem;
    padding-bottom: 50%;
  }
}

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

.page-top {
  position: fixed;
  right: 0.7rem;
  bottom: 6.5rem;
  z-index: 999;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-indent: 100%;
  background: #aaa;
  border: none;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
  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: 4.7rem;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.page-yahoo .page-top, .page-yahoo-reserve .page-top, .page-yahoo-thanks .page-top {
  bottom: 2.7rem;
}
.page-top.is-scroll {
  visibility: visible;
  opacity: 0.85;
  -webkit-transition: background-color 0.4s, opacity 0.4s, visibility 0.4s;
  transition: background-color 0.4s, opacity 0.4s, visibility 0.4s;
}
.page-top.is-scroll:hover {
  color: #fff;
  background-color: #9b9b9b;
  opacity: 1;
  -webkit-transition: background-color 0.25s, color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
.page-top:focus {
  outline: none;
}
.page-top:focus-visible {
  outline: 1px solid #4b81f3;
}
.page-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top i::before {
  margin: 0;
  font-size: 1.6rem;
  -webkit-transform: translateY(-0.03em);
          transform: translateY(-0.03em);
}
@media (min-width: 768px), print {
  .page-top i::before {
    font-size: 2.4rem;
  }
}

.sticky-contact {
  position: fixed;
  bottom: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ddd;
  -webkit-box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px), print {
  .sticky-contact {
    display: none !important;
  }
}
.page-yahoo .sticky-contact, .page-yahoo-reserve .sticky-contact, .page-yahoo-thanks .sticky-contact {
  display: none;
}
.sticky-contact li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.sticky-contact li.-tel a {
  font-size: 1.2rem;
  background-color: #00437f;
}
.sticky-contact li.-tel a i::before {
  margin-right: 0.3rem;
  font-size: 110%;
}
.sticky-contact li.-reserve a {
  background-color: #5bade1;
}
.sticky-contact li.-dock {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.sticky-contact li.-dock a {
  background-color: #e73e33;
}
.sticky-contact li.-access a {
  background-color: #53b8b1;
}
.sticky-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}
.sticky-contact i::before {
  margin: 0 0.5rem 0 0;
  font-size: 125%;
}

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

.low-img-basic {
  display: block;
  width: 88%;
  margin: 0 auto 1.2em;
}
@media (min-width: 768px), print {
  .low-img-basic {
    width: auto;
    margin: 0 0 1.2em;
  }
}
.low-img-basic.-doctor {
  width: 60%;
}
@media (min-width: 768px), print {
  .low-img-basic.-doctor {
    width: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

.low-img-basic02 {
  display: block;
  width: 88%;
  margin: 0 auto 1.2em;
}
@media (min-width: 768px), print {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0 0 1.2em 3rem;
  }
}
.low-img-basic02 img {
  width: 100%;
}
.low-img-basic02.-doctor {
  width: 68%;
}
@media (min-width: 768px), print {
  .low-img-basic02.-doctor {
    width: auto;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-left {
    float: left;
    margin: 0 3rem 1.2em 0;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-lg {
    width: calc((100% + 30px) * 0.5 - 30px);
  }
}

.bg-highlight {
  margin-bottom: 1.9rem;
  padding: 1.3rem 1.8rem;
  background: #ecf7fb;
}
@media (min-width: 768px), print {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.bg-highlight.-color02 {
  background-color: #f6f6f6;
}
.bg-highlight.-color03 {
  background-color: #ffeeed;
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}
.bg-highlight > :last-child > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin: 1.8rem 0;
}
@media (min-width: 768px), print {
  .list-frame {
    margin: 2.2rem 0;
  }
}
.list-frame dt {
  padding: 0.8rem 1.3rem 0.7rem;
  color: #fff;
  line-height: 1.2;
  background: #3274af;
}
@media (min-width: 768px), print {
  .list-frame dt {
    padding: 1.2rem 1.8rem 1.1rem;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem 1rem;
  line-height: 1.5;
  border: 2px solid #3274af;
  border-top: 0;
  border-bottom-width: 0;
}
@media (min-width: 768px), print {
  .list-frame dd {
    padding: 1.4rem 1.8rem 1.7rem;
  }
}
.list-frame dd:last-child {
  border-bottom-width: 2px;
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.list-frame dd > :last-child > :last-child {
  margin-bottom: 0;
}

.btn-basic {
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.8rem 1.2rem 0.7rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #5bade1;
  border-radius: 10rem;
  -webkit-transition: background-color 0.25s, -webkit-filter 0.25s;
  transition: background-color 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, background-color 0.25s;
  transition: filter 0.25s, background-color 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .btn-basic {
    padding: 0.9rem 2.2rem 0.8rem;
    font-size: 1.8rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(111%);
          filter: brightness(111%);
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  background: #e73e33;
}

.box-txt {
  margin: 0;
  padding: 0.8rem 1.2rem 0.7rem;
  color: #fff;
  background: #5bade1;
}
.box-txt.-color02 {
  background: #e73e33;
}

.list-pagenav {
  margin: 0 0 1.2em;
  padding: 0;
  list-style: none;
}
.list-pagenav > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.45;
}
.list-pagenav > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.2em;
  color: #555;
  font-family: fontello, sans-serif;
  line-height: 1;
  -webkit-transform: translateY(0.06em);
          transform: translateY(0.06em);
  content: "\e806";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-pagenav > li.-nolink {
  margin-bottom: 0.25em;
}
.list-pagenav > li.-nolink::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  content: "●";
}
.list-pagenav a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.25em;
}
.list-lower {
  margin: 0.6rem 0 -1.1rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .list-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem -1rem -2.1rem;
  }
}
.list-lower > li {
  margin-bottom: 1.1rem;
}
@media (min-width: 768px), print {
  .list-lower > li {
    width: 33.3333%;
    margin-bottom: 2.1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 768px), print {
  .list-lower.-col-4 > li {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .list-lower.-col-5 > li {
    width: 20%;
  }
}
@media (min-width: 768px), print {
  .list-lower.-fz-sm > li {
    font-size: 92%;
    letter-spacing: 0;
  }
}
.list-lower a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4em;
  padding: 0 0.9em 0 1.5em;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  background: #5bade1;
  border-radius: 10rem;
  -webkit-transition: background-color 0.25s, -webkit-filter 0.25s;
  transition: background-color 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, background-color 0.25s;
  transition: filter 0.25s, background-color 0.25s, -webkit-filter 0.25s;
}
.list-lower a::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 auto;
  padding-left: 0.4em;
  font-family: fontello, sans-serif;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  content: "\e807";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-lower a[href^="#"]::after {
  content: "\e806";
}
.list-lower a:hover {
  -webkit-filter: brightness(111%);
          filter: brightness(111%);
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #5bade1;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  content: "◀";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  content: "▶";
}

@media (min-width: 768px), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #5bade1;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #5bade1;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #333;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media (min-width: 768px), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.notice-inner {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.notice-inner .banner-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.notice-inner .banner-parent-children {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
}
@media (min-width: 768px), print {
  .notice-inner .banner-parent .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
  }
}
.notice-inner .banner-parent .hover-lighten {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 0.4rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px), print {
  .notice-inner .banner-parent .hover-lighten {
    border-radius: 0.6rem;
  }
}
@media (any-hover: hover) {
  .notice-inner .banner-parent .hover-lighten:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.notice-inner .banner-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.notice-inner .banner-item > img {
  display: block;
  width: 100%;
  height: auto;
}
.notice-inner .banner-img-wrap {
  position: relative;
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .notice-inner .banner-img-wrap {
    height: 14rem;
  }
}
.notice-inner .banner-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.notice-inner .banner-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice-inner .text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 4px 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px), print {
  .notice-inner .text {
    font-size: 2.4rem;
  }
}
.notice-inner .text-en {
  letter-spacing: 0.04em;
}
.notice-inner .banner-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  padding: 0 6px;
  background-color: #4c7ae3;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 768px), print {
  .notice-inner .banner-label {
    height: 5rem;
    font-size: 1.8rem;
    border-radius: 0 0 0.6rem 0.6rem;
  }
}

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

.txt_bold {
  font-weight: bold;
}

.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],
input[type=date],
textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.3rem 0.8rem;
  font-size: 1.37rem;
  line-height: 1.65;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px), print {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=date],
  textarea {
    width: 60%;
    font-size: 1.8rem;
  }
}

textarea {
  padding-top: 0.5rem;
  line-height: 1.5;
}
@media (min-width: 768px), print {
  textarea {
    width: 100%;
  }
}

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

input[type=radio],
input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.45em;
}

input[type=email]:focus {
  width: 71%;
  letter-spacing: 0.05em;
  -webkit-transform: scale(1.4) translateY(0.2rem);
          transform: scale(1.4) translateY(0.2rem);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 768px), print {
  input[type=email]:focus {
    width: 43.1%;
  }
}

input[type=date] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left !important;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
}
@media (min-width: 768px), print {
  input[type=date] {
    font-size: 0.9em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

select {
  height: 2.35em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px), print {
  select {
    font-size: 0.9em;
  }
}
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder {
  color: #aaa;
}
::placeholder {
  color: #aaa;
}

form#mailform {
  padding: 0 !important;
}

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

form#mailformpro label {
  margin: 0 !important;
}
@media (min-width: 768px), print {
  form#mailformpro label {
    margin: 0.6rem 0 !important;
  }
}
form#mailformpro label.mfp_not_checked, form#mailformpro label.mfp_checked {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 1rem 0.6rem 0 !important;
  padding: 0.6rem !important;
  line-height: 1.2;
  white-space: normal;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
form#mailformpro label.mfp_checked {
  background-color: #fffbc6 !important;
}
form#mailformpro .any,
form#mailformpro .must {
  position: relative;
  top: -0.05em;
  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;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  form#mailformpro .any,
  form#mailformpro .must {
    top: -0.2em;
    margin-right: 3.4rem;
    font-size: 1.1rem;
  }
}
form#mailformpro .any {
  background-color: #7499c7;
}
form#mailformpro .must {
  background-color: #f93c4a;
}
form#mailformpro .input-short {
  display: inline-block;
  width: 10em;
}
form#mailformpro .input-short02 {
  display: inline-block;
  width: 4.2em;
}
form#mailformpro .list-form {
  margin: 3rem 0 0;
  letter-spacing: 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px), print {
  form#mailformpro .list-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem auto 0;
    letter-spacing: 0.03em;
  }
}
form#mailformpro .list-form dt {
  padding: 1.3rem 0.8rem 0.5rem;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px), print {
  form#mailformpro .list-form dt {
    width: 19em;
    padding: calc(2.4rem + 1px) 1rem 1.6rem 1.8rem;
    line-height: 1.3;
  }
}
form#mailformpro .list-form dt:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
form#mailformpro .list-form dd {
  margin: 0;
  padding: 0 0.8rem 1.4rem;
}
@media (min-width: 768px), print {
  form#mailformpro .list-form dd {
    width: calc(100% - 19em);
    padding: 2.4rem 2rem 2.4rem 0;
    border-top: 1px solid #ddd;
  }
}
form#mailformpro .list-form dd:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
@media (min-width: 768px), print {
  form#mailformpro .list-form .dd-offset {
    margin-left: 19em;
  }
}
form#mailformpro #zip {
  display: inline-block;
  width: 8em;
  margin: 0 0.5rem 0.8rem 0;
}
@media (min-width: 768px), print {
  form#mailformpro #zip {
    margin: 0 1em 0.8rem 0;
  }
}
form#mailformpro .btn-submit {
  position: relative;
  display: inline-block;
  margin: 0 0 3rem;
  padding: 1.2rem 7rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-color: #59c39d;
  border: 0;
  border-radius: 10rem;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px), print {
  form#mailformpro .btn-submit {
    padding: 2rem 14rem;
    font-size: 2rem;
  }
}
form#mailformpro .btn-submit:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
form#mailformpro .text-notice {
  display: inline-block;
  color: #e60c0c;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 768px), print {
  form#mailformpro .text-notice {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

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

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

.page-index .keyv {
  position: relative;
}
.page-index .keyv-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.page-index .keyv-slider > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: keyv-fade 24s infinite;
          animation: keyv-fade 24s infinite;
}
.page-index .keyv-slider > li:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.page-index .keyv-slider > li:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.page-index .keyv-slider > li:nth-child(4) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.page-index .keyv-slider > li:nth-child(5) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.page-index .keyv-slider > li:nth-child(6) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
@-webkit-keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  4.1666666667% {
    opacity: 1;
  }
  18.75% {
    opacity: 1;
  }
  22.9166666667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  4.1666666667% {
    opacity: 1;
  }
  18.75% {
    opacity: 1;
  }
  22.9166666667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-index .keyv-slider img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media (min-width: 768px) {
  .page-index .keyv-slider img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
}
.page-index .keyv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40rem;
  padding: 0 1rem;
}
@media (min-width: 768px), print {
  .page-index .keyv-inner {
    height: 700px;
    padding: 0 15px;
  }
}
.page-index .keyv-btn {
  position: absolute;
  bottom: 1.8rem;
  left: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .keyv-btn {
    bottom: 2.2rem;
    left: 5px;
    gap: 0.5rem;
  }
}
.page-index .keyv-btn > li {
  margin-right: 0.6rem;
}
@media (min-width: 768px), print {
  .page-index .keyv-btn > li {
    margin: 0 0 0.8rem;
  }
}
.page-index .keyv-btn > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: auto;
  aspect-ratio: 500/393;
  padding: 0 0 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  background: url(../images/heart.svg) no-repeat center/contain;
  -webkit-box-shadow: 0 0 3rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 3rem rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: filter 0.2s, opacity 0.2s;
  transition: filter 0.2s, opacity 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px), print {
  .page-index .keyv-btn > li > a {
    width: 13rem;
    padding: 0 0 2.3rem;
    font-size: 2rem;
  }
}
.page-index .keyv-btn > li > a.-color02 {
  background-color: #5bade1;
}
.page-index .keyv-btn > li > a.-color02:hover {
  -webkit-filter: brightness(107%);
          filter: brightness(107%);
}
.page-index .keyv-btn > li > a:hover {
  text-decoration: none;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.page-index .keyv-btn i {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px), print {
  .page-index .keyv-btn i {
    bottom: 1.4rem;
    font-size: 2rem;
  }
}
.page-index .keyv-btn i::before {
  margin: 0;
}
.page-index .keyv-btn.-left {
  left: 14em;
}
@media (min-width: 768px), print {
  .page-index .keyv-btn.-left {
    left: 12em;
  }
}
.page-index .btn-index {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20.6rem;
  height: 3.8rem;
  margin: 0 auto 0.8rem;
  padding: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  background: #5bade1;
  border-radius: 10rem;
  -webkit-transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, opacity 0.25s;
  transition: filter 0.25s, opacity 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .page-index .btn-index {
    width: 32rem;
    height: 6.6rem;
    margin: 0 auto 1rem;
  }
}
.page-index .btn-index.-color02 {
  background-color: #e73e33;
}
.page-index .btn-index.-w-type02 {
  width: 27rem;
}
@media (min-width: 768px), print {
  .page-index .btn-index.-w-type02 {
    width: 52rem;
  }
}
.page-index .btn-index i {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .page-index .btn-index i {
    right: 2rem;
    font-size: 3rem;
  }
}
.page-index .btn-index i::before {
  margin: 0;
}
.page-index .btn-index:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.page-index .about-area {
  padding: 4.4rem 0 4rem;
}
@media (min-width: 768px), print {
  .page-index .about-area {
    padding: 6rem 0 8.3rem;
  }
}
@media (min-width: 768px), print {
  .page-index .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-index .about-img {
  width: 93%;
  margin: 0 auto 2.4rem;
}
@media (min-width: 768px), print {
  .page-index .about-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50rem;
    margin: 0;
  }
}
.page-index .about-img img {
  width: 100%;
  border-radius: 0.6rem;
}
@media (min-width: 768px), print {
  .page-index .about-img img {
    border-radius: 1rem;
  }
}
.page-index .about-img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-index .about-body {
  padding: 0 0.3rem;
}
@media (min-width: 768px), print {
  .page-index .about-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 4.5rem 0 0;
  }
}
.page-index .about-body ul > li {
  margin-bottom: 0.35em;
}
.page-index .treatment-area {
  padding: 4.2rem 0 5rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-area {
    padding: 6.3rem 0 8.6rem;
  }
}
.page-index .treatment-index-list {
  margin: 0 -15px;
  padding: 0 1.7rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem -15px 0;
    padding: 0;
  }
}
.page-index .treatment-index-list > li {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list > li {
    width: 41rem;
    margin: 0 0 0.2rem;
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list > li.-w-100 {
    width: 100%;
  }
}
.page-index .treatment-index-list > li.-cardiology a::before {
  background-image: url("../images/index_treatment01@2x.jpg");
}
.page-index .treatment-index-list > li.-cardiovascular a::before {
  background-image: url("../images/index_treatment02@2x.jpg");
}
.page-index .treatment-index-list > li.-cardiology-pediatrics a::before {
  background-image: url("../images/index_treatment03@2x.jpg");
}
.page-index .treatment-index-list > li.-specialized-outpatient a::before {
  background-image: url("../images/index_treatment04.jpg");
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list > li.-specialized-outpatient a::before {
    background-position: 50% 43%;
  }
}
.page-index .treatment-index-list a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22.1rem 0 1.4rem;
  overflow: visible;
  color: #222;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, opacity 0.25s;
  transition: filter 0.25s, opacity 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list a {
    padding: 37.9rem 0 4rem;
    font-size: 2.4rem;
  }
}
.page-index .treatment-index-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 18rem;
  background: #e4f5ff no-repeat 50% 50%/cover;
  border-radius: 0.6rem;
  content: "";
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list a::before {
    height: 32rem;
    border-radius: 1rem;
  }
}
.page-index .treatment-index-list a .i-treatment {
  position: absolute;
  top: 14.6rem;
  right: 0;
  left: 0;
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  margin: 0 auto;
  background: #ecf7fb no-repeat 50% 50%/4rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list a .i-treatment {
    top: 27rem;
    width: 10rem;
    height: 10rem;
    background-size: 6.4rem;
    border-width: 4px;
  }
}
.page-index .treatment-index-list a .i-treatment.-cardiology {
  background-image: url("../images/icon_cardiology.svg");
  background-position: 65% 50%;
}
.page-index .treatment-index-list a .i-treatment.-cardiovascular {
  background-image: url("../images/icon_cardiovascular.svg");
}
.page-index .treatment-index-list a .i-treatment.-cardiology-pediatrics {
  background-image: url("../images/icon_cardiology-pediatrics.svg");
  background-position: 68% 42%;
}
.page-index .treatment-index-list a .i-treatment.-specialized-outpatient {
  background-image: url("../images/icon_specialized-outpatient.svg");
}
.page-index .treatment-index-list a [class^=icon-], .page-index .treatment-index-list a [class*=" icon-"] {
  color: #1ba1e6;
  font-size: 129%;
}
.page-index .treatment-index-list a [class^=icon-]::before, .page-index .treatment-index-list a [class*=" icon-"]::before {
  margin: 0 0 0 0.35em;
}
.page-index .treatment-index-list a:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: center;*/
  margin: 0 -15px;
  padding: 0 1.2rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02 {
    margin: 0 -15px;
    padding: 0;
  }
}
.page-index .treatment-index-list02.-checkup {
  margin-top: 4.5rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02.-checkup {
    margin-top: 10.8rem;
  }
}
.page-index .treatment-index-list02 > li {
  width: 50%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02 > li {
    width: 33%;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
}
.page-index .treatment-index-list02 > li.-w-33 {
  width: 100%;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02 > li.-w-33 {
    width: 33.3333%;
  }
}
.page-index .treatment-index-list02 > li.-medical-list a {
  background-image: url("../images/index_treatment05@2x.jpg");
}
.page-index .treatment-index-list02 > li.-daysurgery a {
  background-image: url("../images/index_treatment12@2x.jpg");
}
.page-index .treatment-index-list02 > li.-inspection a {
  background-image: url("../images/index_treatment06@2x.jpg");
}
.page-index .treatment-index-list02 > li.-medical-personnel a {
  background-image: url("../images/index_treatment07@2x.jpg");
}
.page-index .treatment-index-list02 > li.-nutrition a {
  background-image: url("../images/index_treatment08@2x.jpg");
}
.page-index .treatment-index-list02 > li.-hospital-prescription a {
  background-image: url("../images/index_treatment09@2x.jpg");
}
.page-index .treatment-index-list02 > li.-doctor-voice a {
  background-image: url("../images/index_treatment10@2x.jpg");
}
.page-index .treatment-index-list02 > li.-movie a {
  background-image: url("../images/index_treatment11@2x.jpg");
  background-position: 0 80%;
}
.page-index .treatment-index-list02 > li.-about-examination a {
  background-image: url("../images/index_checkup01.jpg");
}
.page-index .treatment-index-list02 > li.-cardiovascular-dock a {
  background-image: url("../images/index_checkup02.jpg");
}
.page-index .treatment-index-list02 > li.-second-opinion a {
  background-image: url("../images/index_checkup03.jpg");
}
.page-index .treatment-index-list02 > li.-youtube01 a {
  background-size: 100%;
  background-image: url("../images/youtube_01.jpg");
}
.page-index .treatment-index-list02 > li.-youtube02 a {
  background-size: 100%;
  background-image: url("../images/youtube_02.jpg");
}
.page-index .treatment-index-list02 > li.-youtube03 a {
  background-size: 100%;
  background-image: url("../images/youtube_03.jpg");
}
.page-index .treatment-index-list02 a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0.5em rgba(18, 130, 187, 0.4);
  background: #ddd no-repeat 50% 50%/cover;
  border-radius: 0.6rem;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02 a {
    height: 20rem;
    font-size: 2.4rem;
    border-radius: 1rem;
  }
}
.page-index .treatment-index-list02 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(27, 161, 230, 0.75);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}
.page-index .treatment-index-list02 a:hover {
  text-shadow: 0 0 0.5em rgba(19, 99, 139, 0.6);
}
.page-index .treatment-index-list02 a:hover::before {
  opacity: 0.1;
}
.page-index .treatment-index-list02 i {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .page-index .treatment-index-list02 i {
    right: 1.5rem;
    bottom: 1.2rem;
    font-size: 3rem;
  }
}
.page-index .treatment-index-list02 i::before {
  margin: 0;
}
.page-index .treatment-index-list02 > li.-doctor-voice a {
  color: #003C8F;
  text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.4);
}
.page-index .treatment-index-list02 > li.-doctor-voice a::before {
  background: none;
}
.page-index .treatment-index-list02 > li.-doctor-voice a:hover {
  color: #0086d1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 > li.-doctor-voice a span {
  padding: 1rem 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-index .treatment-index-list02 > li.-movie a {
  color: #003C8F;
  text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.4);
}
.page-index .treatment-index-list02 > li.-movie a::before {
  background: none;
}
.page-index .treatment-index-list02 > li.-movie a:hover {
  color: #0086d1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 > li.-movie a span {
  padding: 1rem 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-index .treatment-index-list02 > li.-youtube01 a {
  color: #003C8F;
  text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.4);
}
.page-index .treatment-index-list02 > li.-youtube01 a::before {
  background: none;
}
.page-index .treatment-index-list02 > li.-youtube01 a:hover {
  color: #0086d1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 > li.-youtube01 a span {
  padding: 1rem 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-index .treatment-index-list02 > li.-youtube02 a {
  color: #003C8F;
  text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.4);
}
.page-index .treatment-index-list02 > li.-youtube02 a::before {
  background: none;
}
.page-index .treatment-index-list02 > li.-youtube02 a:hover {
  color: #0086d1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 > li.-youtube02 a span {
  padding: 1rem 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-index .treatment-index-list02 > li.-youtube03 a {
  color: #003C8F;
  text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.4);
}
.page-index .treatment-index-list02 > li.-youtube03 a::before {
  background: none;
}
.page-index .treatment-index-list02 > li.-youtube03 a:hover {
  color: #0086d1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.page-index .treatment-index-list02 > li.-youtube03 a span {
  padding: 1rem 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-index .symptom-area {
  padding: 4rem 0 4.6rem;
  background: #ecf7fb;
}
@media (min-width: 768px), print {
  .page-index .symptom-area {
    padding: 5.8rem 0 8.1rem;
  }
}
.page-index .symptom-box {
  position: relative;
  margin-bottom: 2.6rem;
  padding: 30rem 1.6rem 1.2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 1.3rem rgba(27, 161, 230, 0.15);
          box-shadow: 0 0 1.3rem rgba(27, 161, 230, 0.15);
}
@media (min-width: 768px), print {
  .page-index .symptom-box {
    margin-bottom: 4rem;
    padding: 4.7rem 3rem 4.8rem 54rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 2rem rgba(27, 161, 230, 0.15);
            box-shadow: 0 0 2rem rgba(27, 161, 230, 0.15);
  }
}
.page-index .symptom-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27.5rem;
  background: #d9e7ec url("../images/index_symptom01@2x.jpg") no-repeat 50% 50%/cover;
  content: "";
}
@media (min-width: 768px), print {
  .page-index .symptom-box::before {
    width: 50rem;
    height: 100%;
  }
}
.page-index .symptom-box.-img02::before {
  background-image: url("../images/index_symptom02@2x.jpg");
}
.page-index .symptom-tit {
  display: table;
  margin: 0 0 1.1em;
  padding: 0 0 0.18em;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  letter-spacing: 0;
  border-bottom: 2px solid #e73e33;
}
@media (min-width: 768px), print {
  .page-index .symptom-tit {
    margin: 0 0 1.55em;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.page-index .symptom-list {
  padding-left: 1rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .symptom-list {
    padding-left: 2rem;
  }
}
.page-index .symptom-list > li {
  position: relative;
  margin-bottom: 0.61em;
  padding-left: 1.65em;
  line-height: 1.4;
}
.page-index .symptom-list > li::before {
  position: absolute;
  left: 0;
  color: #d7e8f2;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "●";
}
.page-index .symptom-list.-check > li::before {
  color: #1ba1e6;
  font-family: fontello, sans-serif;
  -webkit-transform: none;
          transform: none;
  content: "\e805";
}
.page-index .checkup-area {
  position: relative;
  z-index: 0;
  padding: 4rem 0 4.6rem;
  background: #ecf7fb;
}
@media (min-width: 768px), print {
  .page-index .checkup-area {
    padding: 5.8rem 0 9.1rem;
    background-size: auto;
  }
}
.page-index .checkup-area::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 17rem;
  background: #fff url("../images/a_index_checkup_bg.jpg") no-repeat 78% 0/cover;
  content: "";
}
@media (min-width: 768px), print {
  .page-index .checkup-area::before {
    height: 33rem;
    background-position: 50% 0;
  }
}
.page-index .bnr-index-area {
  padding: 4rem 0 2.8rem;
}
@media (min-width: 768px), print {
  .page-index .bnr-index-area {
    padding: 6rem 0 2rem;
  }
}
.page-index .bnr-index-list {
  margin: 0 -15px;
  padding: 0 1.7rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .page-index .bnr-index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px), print {
  .page-index .bnr-index-list > li {
    width: calc(50% - 2rem);
  }
}
.page-index .bnr-index-list > li.-recruit > a::before {
  background-image: url("../images/index_bnr01_bg@2x.jpg");
}
.page-index .bnr-index-list > li.-heart-navi > a::before {
  background-image: url("../images/index_bnr02_bg@2x.jpg");
}
.page-index .bnr-index-list > li.-qa > a::before {
  background-image: url("../images/index_bnr03_bg@2x.jpg");
}
.page-index .bnr-index-list > li.-donate > a::before {
  background-image: url("../images/index_bnr04_bg@2x.jpg");
}
.page-index .bnr-index-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  margin-bottom: 1.4rem;
  padding: 0 1.2rem 0 9.2rem;
  overflow: hidden;
  color: #222;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
  background: #fff;
  border: 1px solid #1ba1e6;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .page-index .bnr-index-list a {
    height: 12rem;
    margin-bottom: 4rem;
    padding: 0 3rem 0 17.5rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    border-radius: 1rem;
  }
}
.page-index .bnr-index-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.2rem;
  height: 100%;
  background: #eef1f3 no-repeat 50% 50%/cover;
  content: "";
}
@media (min-width: 768px), print {
  .page-index .bnr-index-list a::before {
    width: 14rem;
  }
}
.page-index .bnr-index-list a:hover {
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}
.page-index .bnr-index-list i {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #1ba1e6;
  font-size: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .page-index .bnr-index-list i {
    right: 2rem;
    font-size: 3rem;
  }
}
.page-index .bnr-index-list i::before {
  margin: 0;
}

.page-notice-closure .google-calendar {
  position: relative;
  height: 0;
  margin-top: 2.4rem;
  padding-bottom: 95%;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .page-notice-closure .google-calendar {
    margin-top: 4rem;
    padding-bottom: 60%;
  }
}
.page-notice-closure .google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-doctor .doctor-anchor a {
  color: #222;
}
.page-doctor .doctor-anchor a:hover {
  color: #5bade1;
}
.page-doctor .tit-basic02 .fz-sm {
  display: inline-block;
  margin-left: 0.8em;
  color: #888;
  font-weight: 400;
  font-size: 65%;
}
.page-doctor .tit-basic02 .fz-sm::before {
  margin-right: 0.5em;
  content: "/";
}
.page-doctor .row-profile {
  margin-top: 1.2rem;
}
@media (min-width: 768px), print {
  .page-doctor .row-profile {
    margin-top: 4rem;
  }
}
.page-doctor .list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.65em;
  letter-spacing: 0.03em;
}
.page-doctor .list-profile dt {
  width: 7em;
}
@media (min-width: 768px), print {
  .page-doctor .list-profile dt {
    width: 7.4em;
  }
}
.page-doctor .list-profile dd {
  width: calc(100% - 7em);
  margin-bottom: 0;
  padding-bottom: 0.45em;
}
@media (min-width: 768px), print {
  .page-doctor .list-profile dd {
    width: calc(100% - 7.4em);
    padding-bottom: 0.55em;
  }
}
.page-doctor .list-profile dd:last-child {
  padding-bottom: 0;
}

.page-about-examination .examination-lead {
  margin: 0 calc(-15px - 0.3rem) 2rem;
  padding: 3.8rem 0 0.3rem;
  background: url("../images/a_index_checkup_bg.jpg") no-repeat 78% 0/cover;
}
@media (min-width: 768px), print {
  .page-about-examination .examination-lead {
    margin: 0 -15px 4.6rem;
    padding: 7.5rem 0 2.5rem;
    background-position: 50% 0;
    background-size: auto;
  }
}
@media (min-width: 1230px) {
  .page-about-examination .examination-lead {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.page-access .gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.page-access .gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #5bade1;
  line-height: 1.4;
}
.page-access .gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page-access .gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-access .gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.page-access .gallery .gallery_thum .slick-current div img {
  border: 4px solid #5bade1;
}
@media (min-width: 768px), print {
  .page-access .gallery {
    width: 75rem;
    margin: auto;
  }
  .page-access .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .page-access .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .page-access .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}

.page-qa .faq-box {
  margin: 1.2em 0;
  border-bottom: 1px solid #d5d5d5;
}
.page-qa .faq-tit {
  position: relative;
  margin: 0;
  padding: 0.75em 0.7em 0.7em 2.2em;
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  border-top: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px), print {
  .page-qa .faq-tit {
    font-size: 1.8rem;
  }
}
.page-qa .faq-tit::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #65b2e2;
  border-radius: 0.2rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  content: "Q";
}
.page-qa .faq-tit:hover {
  background: #f5faff;
}
.page-qa .faq-tit:hover::before {
  background: #1ba1e6;
}
.page-qa .faq-panel {
  position: relative;
  display: none;
  margin: 0;
  padding: 0.6em 0 1em 2.2em;
}
.page-qa .faq-panel::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #e73e33;
  border-radius: 0.2rem;
  content: "A";
}
.page-qa .faq-panel > :last-child {
  margin-bottom: 0;
}
.page-qa .faq-panel > :last-child > :last-child {
  margin-bottom: 0;
}

.doctor_box {
  border: 2px solid #00437f;
  padding: 1.5rem;
  border-radius: 50px;
  width: 100%;
  margin: 0 auto 5rem;
}
@media (min-width: 768px), print {
  .doctor_box {
    width: 800px;
    padding: 2rem 5rem 0;
    margin: 5rem auto 10rem;
  }
}
.doctor_box .ttl {
  width: 90%;
  color: #00437f;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  border-bottom: 1px solid #00437f;
  display: inline-block;
}
@media (min-width: 768px), print {
  .doctor_box .ttl {
    width: 75%;
    font-size: 180%;
  }
}
.doctor_box img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px), print {
  .doctor_box img {
    width: 100% !important;
  }
}

.page-notice-construction .youtube {
  text-align: center;
}
.page-notice-construction .youtube iframe {
  width: 100%;
}
@media (min-width: 768px), print {
  .page-notice-construction .youtube iframe {
    width: 560px;
  }
}
.page-notice-construction .youtube iframe {
  height: 100%;
  aspect-ratio: 16/9;
}

.flow {
  text-align: center;
}
.flow .flow-item {
  display: block;
  padding: 12px 24px;
  margin: 0 auto;
  border: 2px solid #1781d5;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 1.3rem;
  font-weight: bold;
  color: #00437f;
}
@media (min-width: 768px), print {
  .flow .flow-item {
    font-size: 2rem;
  }
}
.flow .arrow {
  position: relative;
  width: 20px;
  height: 36px;
  margin: 1rem auto;
}
.flow .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 25px;
  background: #00437f;
  border-radius: 3px;
}
.flow .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #00437f;
}
.flow .flow-branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 16px auto 0;
  width: 100%;
}
.flow .flow-branch .branch-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
}
.flow .flow-branch .branch-item .branch-arrow {
  position: relative;
  width: 20px;
  height: 36px;
  margin-bottom: 8px;
}
.flow .flow-branch .branch-item .branch-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 25px;
  background: #00437f;
  border-radius: 3px;
}
.flow .flow-branch .branch-item .branch-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #00437f;
}
.flow .flow-branch .branch-item .flow-item2 {
  width: 80%;
  padding: 15px 0;
  border: 2px solid #1781d5;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 1.3rem;
  font-weight: bold;
  color: #00437f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 768px), print {
  .flow .flow-branch .branch-item .flow-item2 {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    font-size: 2rem;
    padding: 12px 24px;
  }
}

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

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  .page-top {
    display: none !important;
  }
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  height: 80%;
  overflow-y: scroll;
  max-width: 800px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 20px;
}
#c-modal p {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  #c-modal p {
    font-size: 1.8rem;
  }
}
#c-modal .table-basic {
  font-size: 0.8rem;
}
@media (min-width: 768px), print {
  #c-modal .table-basic {
    font-size: 1.4rem;
  }
}
#c-modal .table-basic th, #c-modal .table-basic td {
  padding: 0.5rem;
}

#c-modal h2 {
  margin-top: 0;
  border-bottom: 2px solid #5bade1;
  text-align: center;
}

#c-modal ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#c-modal ul li {
  text-align: center;
}

#c-modal_close {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ec6d81;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
/*# sourceMappingURL=style.css.map */