@charset "UTF-8";
@import 'fontello/css/fontello.css';
:root {
  --body-color-rgb: 38 38 38;
}

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #4179c9;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #d43c2a;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f00;
  --bs-secondary: #0f0;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #d43c2a;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 0, 0;
  --bs-secondary-rgb: 0, 255, 0;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 212, 60, 42;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 38, 38, 38;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 3.125vw;
  --bs-body-font-family: 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --bs-body-font-size: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #262626;
  --bs-body-bg: #fff;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* スタイル
------------------------------- */
.text_ul {
  border-bottom: 1px solid #7e6d5b;
}

.font-serif {
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
}

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

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

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

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

a {
  overflow: hidden;
  color: #d43c2a;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: rgb(229.5354330709, 137.3779527559, 126.4645669291);
  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;
}
ul.-expanded > li,
ol.-expanded > li {
  margin-bottom: 0.7em;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

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

blockquote {
  margin: 0 0 1.2em;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
.d-inline-table {
  display: inline-table;
}

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

.ov-h {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
.cps-t {
  caption-side: top !important;
}

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

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

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

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

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

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

.text-gray {
  color: rgb(var(--body-color-rgb)/70%);
}

.text-body {
  color: #262626;
}

.text-highlight {
  padding: 0 0.1em;
  background: linear-gradient(transparent, transparent 63%, #cce0c8 0);
}
.text-highlight.-color02 {
  background: linear-gradient(transparent, transparent 63%, #fbcfca 0);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .fz-md-sm {
    font-size: 80%;
  }
  .fz-md-n {
    font-size: 100%;
  }
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
}
.lts-0 {
  letter-spacing: 0;
}

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

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

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

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

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

.break-before {
  page-break-before: always;
  break-before: page;
}

.pointer-events {
  pointer-events: none;
}

.auto380 {
  margin: auto;
  max-width: 380px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 6rem 0 0.5rem;
}
@media (min-width: 768px) {
  .header {
    min-width: 1230px;
    height: 8rem;
    padding: 0;
  }
}
.header::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: rgba(0, 0, 0, 0.83);
  content: "";
}
@media (min-width: 768px) {
  .header::before {
    height: 8rem;
  }
}
.pistachioGreen::before {
  background: rgba(184, 224, 158, 0.83) !important;
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .header-row {
    margin: 0;
  }
}

.header-logo-wrap {
  flex-shrink: 0;
  width: 10rem;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    flex-shrink: 0;
    width: 14.8rem;
    margin: 0 0 0 0.5rem;
    padding: 0;
  }
}
.header-logo {
  width: 100%;
}

.header-sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.9rem;
  /* color: #ccc; */
  color: #262626;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  /* border: 1px solid #aaa; */
  border: 1px solid #262626;
  transition: filter 0.2s;
  padding: 0 0 0 0.3em;
}
@media (min-width: 768px) {
  .header-sp-btn {
    display: none;
  }
}
.header-sp-btn:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(95%);
}

.header-tel {
  display: none;
}
@media (min-width: 768px) {
  .header-tel {
    display: block;
    margin-left: auto;
    padding: 0 10.6rem 0 3.1rem;
    /* color: #d9d9d9; */
    font-size: 2rem;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.header-tel a {
  color: #262626;
}
.header-tel .fz-lg {
  font-size: 170%;
}

.nav-open {
  position: fixed;
  top: 0.8rem;
  right: 0.6rem;
  z-index: 1002;
  display: block;
  margin: 0;
  padding: 2.6vw 3vw;
  line-height: 1;
  vertical-align: middle;
  background: none;
  border: 1px solid #262626;
  border-radius: 0;
  cursor: pointer;
  transition: transform ease 0.5s;
}
@media (min-width: 768px) {
  .nav-open {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    padding: 1.4rem 1.6rem;
    transform: translateY(-50%);
  }
}
.nav-open:focus {
  outline: none;
}
.nav-open:focus-visible {
  outline: 1px solid #4b81f3;
}
.nav-open .toggle-icon {
  position: relative;
  display: block;
  width: 5.4vw;
  height: 5vw;
  margin: 0;
  padding: 0;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .nav-open .toggle-icon {
    width: 2.6rem;
    height: 2.5rem;
  }
}
.nav-open .toggle-icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  /*  background-color: #aaa; */
  background-color: #262626;
  border-radius: 1px;
  box-shadow: none;
  transition: opacity 0.4s, background-color 0.4s;
}
@media (min-width: 768px) {
  .nav-open .toggle-icon-bar {
    height: 0.3rem;
  }
}
.nav-open .toggle-icon-bar:nth-child(1) {
  top: 0;
}
.nav-open .toggle-icon-bar:nth-child(2) {
  top: 2.2vw;
}
@media (min-width: 768px) {
  .nav-open .toggle-icon-bar:nth-child(2) {
    top: 1.1rem;
  }
}
.nav-open .toggle-icon-bar:nth-child(3) {
  bottom: 0;
}
.nav-open.load .toggle-icon span {
  animation: none;
}
.nav-open:hover .toggle-icon-bar {
  background-color: #262626;
  /* background-color: #fff; */
}

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

@keyframes menu-bar01 {
  0% {
    transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01-md {
  0% {
    transform: translateY(1.12rem) rotate(45deg);
  }
  50% {
    transform: translateY(1.12rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03-md {
  0% {
    transform: translateY(-1.12rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-1.12rem) rotate(0);
  }
  100% {
    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;
  transition: 0.3s ease-in-out;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overscroll-behavior-y: contain;
  overflow: auto;
  /*  background: rgba(#000, 0.92); */
  background: rgba(184, 224, 158, 0.83);
  transform: translateY(-3rem);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
}
@media (min-width: 768px) {
  .navbar {
    min-width: 1230px;
  }
}
.navbar .nav-inner {
  margin: auto 0;
  padding: 3.6rem 0 3rem;
}
@media (min-width: 768px) {
  .navbar .nav-inner {
    max-width: 980px;
    padding: 2rem 0;
  }
}
.navbar .nav-inner2 {
  width: 100%;
}
.navbar .gNav {
  width: 100%;
  margin: 0;
  padding: 0 1.4rem;
  list-style: none;
}
@media (min-width: 768px) {
  .navbar .gNav {
    padding: 0 15px;
  }
}
.navbar .gNav > li {
  padding: 0;
}
.navbar .gNav > li [class^=icon-],
.navbar .gNav > li [class*=" icon-"] {
  display: none;
}
.navbar .gNav > li.-parent > a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-bottom: 0.6rem;
}
.navbar .gNav > li.-parent i {
  display: none;
}
.navbar .gNav a {
  display: block;
  padding: 1.2rem 0;
  color: #262626;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .navbar .gNav a {
    padding: 1.5rem 5rem;
    font-size: 1.7rem;
  }
}
.navbar .gNav a::before {
  margin-right: 0.6rem;
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  content: "i";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .navbar .gNav a::before {
    margin-right: 0.8rem;
  }
}
.navbar .gNav a:hover {
  color: #262626;
  transform: translateX(0.3em);
}
.navbar .sub {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 1rem;
  list-style: none;
}
.navbar .sub > li {
  flex-basis: 50%;
  margin: 0;
}
.navbar .sub > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 0 0 2.8rem;
  color: #eb9f2b;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.nav-open[aria-expanded=true] ~ .navbar {
  position: fixed;
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), left 0s;
}

.nav-open[aria-expanded=true] {
  transform: translateY(0.6rem);
}
@media (min-width: 768px) {
  .nav-open[aria-expanded=true] {
    transform: translateY(calc(-50% + 0.6rem));
  }
}
.nav-open[aria-expanded=true] .toggle-icon .toggle-icon-bar {
  /* background-color: #fff; */
  background-color: #262626;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  animation: active-menu-bar01 0.6s forwards;
}
@media (min-width: 768px) {
  .nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
    animation: active-menu-bar01-md 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) {
  animation: active-menu-bar03 0.6s forwards;
}
@media (min-width: 768px) {
  .nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
    animation: active-menu-bar03-md 0.6s forwards;
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(2.2vw) rotate(45deg);
  }
}
@keyframes active-menu-bar01-md {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.12rem) rotate(0);
  }
  100% {
    transform: translateY(1.12rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@keyframes active-menu-bar03-md {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.12rem) rotate(0);
  }
  100% {
    transform: translateY(-1.12rem) rotate(-45deg);
  }
}
.main {
  flex-basis: 100%;
}
.page-index .main {
  background-position: 50% 0;
}
@media (min-width: 768px) {
  .page-index .main {
    background-position: 50% 7.5rem;
  }
}
.main p:not(.text-center) {
  text-indent: 1em;
}

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

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

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
    margin: 0 0 1.8rem;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.footer-nav > li:not(:first-child) {
  border-left: 1px solid rgba(38, 38, 38, 0.5);
}
.footer-nav a {
  padding: 0 1rem;
  overflow: visible;
  color: #262626;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  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;
}

.copyright {
  padding: 0.7rem 0 1rem;
  color: #262626;
  line-height: 1.1;
  text-align: center;
  background: rgb(180, 207, 158);
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 5.5rem;
    padding: 1.6rem 0;
  }
}
.copyright small {
  font-weight: 700;
  font-size: 1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media (min-width: 768px) {
  .copyright small {
    font-size: 1.6rem;
  }
}
.copyright a {
  color: #262626;
  text-decoration: none;
}

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

.page-tit-bg {
  width: 100%;
  background: #f2f2f2 no-repeat 50% 50%/cover;
}
.page-rheumatoid-arthritis .page-tit-bg {
  background-image: url("../images/tit_pagetitle01.jpg?2");
}
.page-rheumatologist .page-tit-bg {
  background-image: url("../images/tit_pagetitle02.jpg?2");
}
.page-physician .page-tit-bg {
  background-image: url("../images/tit_pagetitle03.jpg?2");
}
.page-osteoporosis .page-tit-bg {
  background-image: url("../images/tit_pagetitle04.jpg?2");
}
.page-staff .page-tit-bg {
  background-image: url("../images/tit_pagetitle05.jpg?2");
}
.page-screen .page-tit-bg {
  background-image: url("../images/tit_pagetitle06.jpg?2");
}
.page-greeting-commentary .page-tit-bg {
  background-image: url("../images/tit_pagetitle07.jpg?2");
}
.page-medical-data .page-tit-bg {
  background-image: url("../images/tit_pagetitle08.jpg?3");
}
.page-access .page-tit-bg {
  background-image: url("../images/tit_pagetitle09.jpg?2");
}
.page-passion_treatment .page-tit-bg {
  background-image: url("../images/tit_pagetitle02.jpg?2");
}
.page-passion_clinic .page-tit-bg {
  background-image: url("../images/tit_pagetitle04.jpg?2");
}
.page-osteo-porosis .page-tit-bg {
  background-image: url("../images/tit_pagetitle05.jpg");
}
.page-rheumatism .page-tit-bg {
  background-image: url("../images/tit_pagetitle01.jpg");
}
.page-test .page-tit-bg {
  background-image: url("../images/tit_pagetitle08.jpg");
}
.page-vaccination .page-tit-bg {
  background-image: url("../images/tit_pagetitle10.jpg");
}
.page-features .page-tit-bg {
  background-image: url("../images/tit_pagetitle03.jpg");
}
.page-recruit .page-tit-bg {
  background-image: url("../images/tit_pagetitle09.jpg?2");
}

.page-tit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 22rem;
  margin: 0 -15px;
  padding: 6.4rem 1rem 0;
  color: #262626;
  font-weight: 700;
  font-size: 2.1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.2em #fff, 0 0 0.23em #fff, 0 0 0.26em #fff, 0 0 0.29em #fff, 0 0 0.32em #fff;
}
@media (min-width: 768px) {
  .page-tit {
    height: 40rem;
    margin: 0;
    padding: 8.3rem 0 0;
    font-size: 3rem;
  }
}

.tit-basic01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 1.9rem;
  padding: 0 0 1.5rem 0.14em;
  color: #262626;
  font-weight: 700;
  font-size: 2rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.14em;
  text-align: center;
}
@media (min-width: 768px) {
  .tit-basic01 {
    margin: 7rem 0 3.2rem;
    padding: 0 0 1.8rem 0.2em;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.tit-basic01::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5.7em;
  height: 2px;
  margin: 0 auto;
  background: #d43c2a;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic01::before {
    width: 15rem;
  }
}
.tit-basic01.-caption {
  position: relative;
  margin-bottom: 4.6rem;
}
@media (min-width: 768px) {
  .tit-basic01.-caption {
    margin-bottom: 6.1rem;
  }
}
.tit-basic01.-caption .caption {
  position: absolute;
  bottom: -2.4rem;
  margin-top: 0.24em;
  padding-right: 0.1em;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .tit-basic01.-caption .caption {
    bottom: -3rem;
    font-size: 1.5rem;
  }
}
.tit-basic01.-wh {
  color: #fff;
}
.tit-basic01.-wh::before {
  background-color: #fff;
}
.tit-basic01.-wh .caption {
  color: #d9d9d9;
}

.tit-basic02 {
  margin: 3.2rem 0 1.1rem;
  padding: 0.9rem 0.5rem;
  color: #262626;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.024em;
  border-top: 2px solid #9ead9b;
  border-bottom: 2px solid #9ead9b;
}
@media (min-width: 768px) {
  .tit-basic02 {
    margin: 5.2rem 0 2rem;
    padding: 1.4rem 1rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}

.tit-basic03 {
  position: relative;
  margin: 1.9rem 0 0.9rem;
  padding: 0.1rem 0 0.8rem 1.4em;
  color: #262626;
  font-weight: 700;
  font-size: 1.45rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid #c1c1c1;
}
@media (min-width: 768px) {
  .tit-basic03 {
    margin: 3rem 0 1.4rem;
    padding: 0.2rem 0 1rem 1.4em;
    font-size: 1.9rem;
    letter-spacing: 0.08em;
  }
}
.tit-basic03::before {
  position: absolute;
  left: 0;
  color: #816c57;
  font-weight: 400;
  font-family: fontello, sans-serif;
  content: "\e98c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

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

@media (min-width: 768px) {
  .modaal-content-container {
    text-align: center;
  }
}
.modaal-content-container p {
  font-size: 120%;
  font-weight: bold;
}
.modaal-content-container ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.modaal-content-container ul li {
  list-style: none;
}
.modaal-content-container ul li a, .modaal-content-container ul li span {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
}
.modaal-content-container ul li a::after {
  margin-left: auto;
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  transition: transform 0.3s ease;
  content: "w";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin: 1.2rem 0 0;
  }
}
.breadcrumb > li {
  font-size: 1.1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .breadcrumb > li {
    font-size: 1.4rem;
  }
}
.breadcrumb > li + li {
  padding-left: 0.55em;
}
.breadcrumb > li + li::before {
  float: left;
  padding-right: 0.55em;
  color: #9ead9b;
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  content: "w";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li.active {
  color: #7d7d7d;
}
.breadcrumb a {
  color: #262626;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb br {
  display: none;
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #262626;
  text-align: center;
  background-color: #f2f2ed;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
@media (min-width: 768px) {
  .table-basic th {
    padding: 1.6rem;
  }
}
.table-basic th.-color02 {
  color: rgb(12.5, 12.5, 12.5);
  background-color: rgb(224.8903225806, 224.8903225806, 213.3096774194);
  border-right-color: rgb(175.25, 175.25, 175.25);
  border-bottom-color: rgb(175.25, 175.25, 175.25);
}
.table-basic td {
  padding: 0.8rem;
  background: #fff;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
@media (min-width: 768px) {
  .table-basic td {
    padding: 1.6rem 2rem;
  }
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr > :not(:only-child):last-child {
  width: 34%;
}
@media (min-width: 768px) {
  .table-basic.-price tr > :not(:only-child):last-child {
    width: 31%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}

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

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  margin-bottom: 0.1em;
  padding-left: 1.05em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #816c57;
  transform: scale(0.6);
  transform-origin: left center;
  content: "●";
}
.list-basic.-notice > li {
  padding-left: 1.1em;
}
@media (min-width: 768px) {
  .list-basic.-notice > li {
    padding-left: 1.25em;
  }
}
.list-basic.-notice > li::before {
  color: #262626;
  transform: none;
  content: "※";
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  color: #959baf;
  transform: none;
  content: "□";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-2 > li {
    width: 50%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 > li {
    width: 33.3333%;
    padding-right: 2rem;
  }
}
.list-basic.-inline-block {
  margin-bottom: 1.44rem;
  margin-left: -15px;
  padding-left: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .list-basic.-inline-block {
    margin-bottom: 1.92rem;
  }
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: 1.6rem;
  }
}
.list-basic.-inline-block.fz-lg > li {
  font-size: 1.32rem;
}
@media (min-width: 768px) {
  .list-basic.-inline-block.fz-lg > li {
    font-size: 2rem;
  }
}

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

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

.pickup-area {
  padding: 2rem 1rem;
  background: #eee url("../images/a_pattern02.jpg") repeat 50% 0/30rem;
  border-top: 0.6rem solid #816c57;
  border-bottom: 0.6rem solid #b8b8b8;
}
@media (min-width: 768px) {
  .pickup-area {
    padding: 4.5rem 0;
    background-size: 50rem;
    border-width: 1rem 0;
  }
}

@media (min-width: 768px) {
  .pickup-inner {
    margin: 0 auto;
    padding: 0 5rem;
    width: auto;
  }
}

.pickup-frame {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.pickup-frame .pickup-box {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0 0.8rem 0 0;
}
@media (min-width: 768px) {
  .pickup-frame .pickup-box {
    padding-right: 1.5rem;
  }
}
.pickup-frame .pickup-box::-webkit-scrollbar {
  width: 4px;
}
.pickup-frame .pickup-box::-webkit-scrollbar-track {
  background-color: #ddd;
}
.pickup-frame .pickup-box::-webkit-scrollbar-thumb {
  background-color: #816c57;
}
.pickup-frame .pickup-border {
  border-bottom: 1px solid #d5d5d5;
}
.pickup-frame .pickup_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  border: 2px solid #868686;
  border-radius: 10px;
  cursor: pointer;
  cursor: pointer;
  padding: 0.8rem;
  margin: 1.5rem auto;
}
@media (min-width: 768px) {
  .pickup-frame .pickup_title {
    padding: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 auto 2rem;
  }
}
.pickup-frame .pickup_title:hover {
  color: #d43c2a;
}
.pickup-frame .pickup_title[aria-selected=true] .i-toggle::before {
  transform: scale(1.5, -1.5);
}
.pickup-frame .pickup_body {
  display: none;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.45;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s 0.35s, opacity 0.5s;
}
@media (min-width: 768px) {
  .pickup-frame .pickup_body {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.pickup-frame .pickup_body p {
  text-indent: 0;
}
.pickup-frame .pickup_body[aria-hidden=false] {
  transform: translateY(-0.8rem);
  opacity: 1;
}
@media (min-width: 768px) {
  .pickup-frame .pickup_body[aria-hidden=false] {
    transform: translateY(-1.4rem);
  }
}

.notice-area {
  /*padding: 4rem 0 5.2rem;*/
  padding: 1.5rem 0 5.2rem;
  background: #eee url("../images/a_pattern02.jpg") repeat 50% 0/30rem;
  border-top: 0.6rem solid #816c57;
  border-bottom: 0.6rem solid #b8b8b8;
}
@media (min-width: 768px) {
  .notice-area {
    /*padding: 9.6rem 0 11.4rem;*/
    padding: 0 0 11.4rem;
    background-size: 50rem;
    border-width: 1rem 0;
  }
}

@media (min-width: 768px) {
  .bnr-inner {
    margin: 0 auto;
    padding: 0 5rem;
    text-align: center;
  }
}
.bnr-inner span.small {
  font-size: 80% !important;
}

@media (min-width: 768px) {
  .notice-inner {
    margin: 0 auto;
    padding: 0 5rem;
    width: 110rem;
  }
}

.sns-inner {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
@media (min-width: 768px) {
  .sns-inner {
    width: 800px;
    margin: 0 auto;
    padding: 0 5rem;
    text-align: center;
  }
}

.notice-tit {
  display: flex;
  align-items: baseline;
  margin: 0 0 0.6rem;
  padding: 0 0 0.8rem 0.5rem;
  font-weight: 700;
  font-size: 1.9rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #262626;
}
@media (min-width: 768px) {
  .notice-tit {
    margin: 0 0 0.9rem;
    padding: 0 0 1.4rem 1.4rem;
    font-size: 2.5rem;
  }
}
.notice-tit::before {
  align-self: center;
  width: 0.8em;
  height: 0.3rem;
  margin: 0.04em 0.4em 0 0;
  background: #d43c2a;
  content: "";
}
@media (min-width: 768px) {
  .notice-tit::before {
    height: 0.4rem;
  }
}
.notice-tit .en {
  margin-left: auto;
  color: #9ead9b;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .notice-tit .en {
    font-size: 1.5rem;
  }
}

.notice-frame {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.notice-frame .notice-box {
  position: relative;
  height: 30rem;
  margin: 0;
  padding: 0 0.8rem 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .notice-frame .notice-box {
    height: 60rem;
    padding-right: 1.5rem;
  }
}
.notice-frame .notice-box::-webkit-scrollbar {
  width: 4px;
}
.notice-frame .notice-box::-webkit-scrollbar-track {
  background-color: #ddd;
}
.notice-frame .notice-box::-webkit-scrollbar-thumb {
  background-color: #816c57;
}
.notice-frame .notice-border {
  border-bottom: 1px solid #d5d5d5;
}
.notice-frame .news_title {
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 1.4rem 0 1.4rem 2.1rem;
  font-size: 1.3rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.06em;
  border-top: 1px solid #d5d5d5;
  cursor: pointer;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .notice-frame .news_title {
    padding: 2.8rem 0 2.8rem 5rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.notice-frame .news_title:first-of-type {
  border-top: none;
}
.notice-frame .news_title .i-toggle {
  position: absolute;
  left: 0.2rem;
  font-size: 0;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle {
    left: 1.6rem;
  }
}
.notice-frame .news_title .i-toggle::before {
  display: inline-block;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: fontello, sans-serif;
  font-style: normal;
  transform: scale(1.5);
  transform-origin: left center;
  transition: transform 0.25s ease;
  content: "r";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle::before {
    font-size: 1.8rem;
  }
}
.notice-frame .news_title:hover {
  color: #d43c2a;
}
.notice-frame .news_title[aria-selected=true] .i-toggle::before {
  transform: scale(1.5, -1.5);
}
.notice-frame .news_date {
  padding-right: 0.8em;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .notice-frame .news_date {
    flex-shrink: 0;
    padding-right: 1.4em;
  }
}
.notice-frame .news_body {
  display: none;
  margin: 0;
  padding: 0 0 0 2.1rem;
  font-size: 1.2rem;
  line-height: 1.45;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s 0.35s, opacity 0.5s;
}
@media (min-width: 768px) {
  .notice-frame .news_body {
    padding: 0 0 0 5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.notice-frame .news_body[aria-hidden=false] {
  transform: translateY(-0.8rem);
  opacity: 1;
}
@media (min-width: 768px) {
  .notice-frame .news_body[aria-hidden=false] {
    transform: translateY(-1.4rem);
  }
}

.notice-blog {
  display: flex;
  align-items: center;
  margin: 1.5rem 0.5rem 0;
  padding: 1rem 1.9rem 1rem 2.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  text-decoration: none;
  background: #816c57;
  border: 1px solid #816c57;
  border-radius: 10rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .notice-blog {
    display: inline-flex;
    width: 35rem;
    margin: 5rem auto 0;
    padding: 0.8rem 3.5rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
.notice-blog .en {
  margin-left: 0.9em;
  color: #beb7b4;
  font-size: 81.25%;
}
.notice-blog i {
  margin-left: auto;
}
.notice-blog i::before {
  margin: 0.2em 0 0;
  font-size: 150%;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .notice-blog i::before {
    margin-top: 0.08em;
    font-size: 190%;
  }
}
.notice-blog:hover {
  color: #816c57;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.notice-blog:hover i::before {
  transform: translateX(0.22em);
}

.notice-blog-small {
  display: flex;
  align-items: center;
  margin: 2.6rem 0 0;
  padding: 1rem 1.9rem 1rem 2.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  text-decoration: none;
  background: #816c57;
  border: 1px solid #816c57;
  border-radius: 10rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .notice-blog-small {
    width: 50rem;
    margin: 5rem auto 0;
    padding: 1.2rem 2rem 1.2rem 2.8rem;
    font-size: 1.9rem;
  }
}
.notice-blog-small i {
  margin-left: auto;
}
.notice-blog-small i::before {
  margin: 0.2em 0 0;
  font-size: 150%;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .notice-blog-small i::before {
    margin-top: 0.08em;
    font-size: 190%;
  }
}
.notice-blog-small:hover {
  color: #816c57;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.notice-blog-small:hover i::before {
  transform: translateX(0.22em);
}

.top_linkbtn {
  display: flex;
  align-items: center;
  position: relative;
  margin: 1.5rem 0.5rem 0;
  /*padding: 1rem 1.9rem 1rem 2.2rem;*/
  padding: 1rem 1.9rem 1rem 0.5rem;
  color: #fff;
  font-weight: 700;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  text-decoration: none;
  background: #816c57;
  border: 1px solid #816c57;
  border-radius: 10rem;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
@media (min-width: 768px) {
  .top_linkbtn {
    width: 50rem;
    margin: 5rem auto 0;
    padding: 1.2rem 2rem 1.2rem 2.8rem;
  }
}
.top_linkbtn span {
  margin: 0 auto;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .top_linkbtn span {
    font-size: 2.5rem;
  }
}
.top_linkbtn i {
  /*margin-left: auto;*/
  position: absolute;
  right: 3.5rem;
}
.top_linkbtn i::before {
  margin: 0.2em 0 0;
  font-size: 200%;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .top_linkbtn i::before {
    margin-top: 0.08em;
    font-size: 250%;
  }
}
.top_linkbtn:hover {
  color: #816c57;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.top_linkbtn:hover i::before {
  transform: translateX(0.22em);
}

.overview {
  padding: 3.6rem 0 3rem;
  background: rgb(180, 207, 158);
}
@media (min-width: 768px) {
  .overview {
    padding: 5.8rem 0;
  }
}

.overview-row {
  padding: 0 1.2rem 3.4rem;
}
@media (min-width: 768px) {
  .overview-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 5.8rem;
  }
}

.overview-col-left {
  margin-bottom: 2.7rem;
}
@media (min-width: 768px) {
  .overview-col-left {
    margin: 0;
    padding-right: 11.6rem;
  }
}

.overview-col-right {
  padding-top: 3rem;
  border-top: 1px solid #262626;
}
@media (min-width: 768px) {
  .overview-col-right {
    width: 64.1rem;
    padding: 0 0 0 11.6rem;
    border-top: 0;
    border-left: 1px solid #262626;
  }
}

.overview-clinic {
  width: 21.8rem;
  margin: 0 auto 1.8rem;
}
@media (min-width: 768px) {
  .overview-clinic {
    width: 34.4rem;
    margin: 0 0 4.3rem;
  }
}

.overview-dept {
  display: block;
  width: 12.10336rem;
  margin: 0 0 0.77rem;
}
@media (min-width: 768px) {
  .overview-dept {
    width: 19.09888rem;
    margin: 0 0 1.4rem;
  }
}

.overview-logo {
  display: block;
  width: 100%;
}

.overview-tel {
  color: #262626;
  font-size: 1.1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-tel {
    font-size: 2rem;
  }
}
.overview-tel .tel {
  font-size: 190%;
  letter-spacing: 0.06em;
}
.overview-tel a {
  color: #262626;
}

.overview-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 1.2rem 0 0;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .overview-list {
    margin: 1.4rem 0 0;
    line-height: 1.5;
  }
}
.overview-list dt {
  display: flex;
  align-items: flex-start;
  width: 5em;
  padding: 0 0 0.9rem;
  color: #262626;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-list dt {
    width: 5em;
    padding: 0 0 1.7rem;
    font-size: 1.8rem;
  }
}
.overview-list dt > span {
  display: block;
  width: 100%;
  padding: 0.2em 0 0.15em;
  border: 1px solid #262626;
}
@media (min-width: 768px) {
  .overview-list dt > span {
    padding: 0.15em 0 0.1em;
  }
}
.overview-list dt:last-of-type {
  padding-bottom: 0;
}
.overview-list dd {
  display: flex;
  align-items: center;
  width: calc(100% - 5em);
  margin: 0;
  padding: 0 0 0.8rem 0.9rem;
  color: #262626;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  word-break: break-all;
}
@media (min-width: 768px) {
  .overview-list dd {
    width: calc(100% - 5em);
    padding: 0 0 1.3rem 1.5rem;
    font-size: 1.8rem;
  }
}
.overview-list dd:last-of-type {
  padding-bottom: 0;
}
.overview-map {
  padding: 0 1.2rem;
  text-align: center;
}
.timetable {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  table-layout: fixed;
  border-top: 1px solid #262626;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .timetable {
    font-size: 1.6rem;
  }
}
.timetable caption {
  padding: 0.8rem 0 0;
  color: #262626;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.55;
  letter-spacing: 0.036em;
  caption-side: bottom;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 768px) {
  .timetable caption {
    padding: 1.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timetable th {
  padding: 0.7rem 0;
  /* color: #d9d9d9; */
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  /* background: #000; */
  border-bottom: 1px solid #262626;
}
@media (min-width: 768px) {
  .timetable th {
    padding: 1.1rem 0;
    font-size: 1.9rem;
  }
}
.timetable th:last-child {
  border-right: 1px solid #262626;
}
.timetable th.time {
  width: 8.2rem;
  border-left: 1px solid #262626;
}
@media (min-width: 768px) {
  .timetable th.time {
    width: 153px;
  }
}
.timetable td {
  padding: 1.3rem 0;
  /* color: #d9d9d9; */
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  /* background: #000; */
  border-bottom: 1px solid #262626;
}
@media (min-width: 768px) {
  .timetable td {
    padding: 2.2rem 0;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .timetable td.time2 {
    font-size: 1.8rem;
  }
}
.timetable td:last-child {
  padding-right: 0.6rem;
}
@media (min-width: 768px) {
  .timetable td:last-child {
    padding-right: 1.6rem;
  }
}
.timetable .sun {
  width: 3.5rem;
  padding-right: 0.6rem;
}
@media (min-width: 768px) {
  .timetable .sun {
    width: 6.4rem;
    padding-right: 1.6rem;
  }
}
.timetable .closed {
  color: #262626;
}
.main .timetable {
  border-color: #444;
}
.main .timetable caption {
  color: #262626;
  font-weight: 400;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media (min-width: 768px) {
  .main .timetable caption {
    padding-top: 1.3rem;
    font-size: 1.6rem;
  }
}
.main .timetable th {
  color: #262626;
  background-color: #fff;
  border-color: #444;
}
@media (min-width: 768px) {
  .main .timetable th {
    padding: 1.3rem 0;
    font-size: 2rem;
  }
}
.main .timetable td {
  color: #262626;
  background-color: #fff;
  border-color: #444;
}
@media (min-width: 768px) {
  .main .timetable td {
    padding: 3rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .main .timetable th.time {
    width: 290px;
    letter-spacing: 0.08em;
  }
  .main .timetable td.time2 {
    font-size: 2.1rem;
  }
  .main .timetable .sun {
    width: auto;
  }
}

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

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

.page-top {
  position: fixed;
  right: 0.7rem;
  bottom: 1.1rem;
  z-index: 999;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-indent: 100%;
  background: rgb(180, 207, 158);
  border: 0.16rem solid #fff;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s, visibility 0s 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page-top {
    right: 2rem;
    bottom: 2.5rem;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-width: 2px;
  }
}
.page-top.is-scroll {
  visibility: visible;
  opacity: 0.8;
  transition: opacity 0.4s, visibility 0.4s;
}
.page-top.is-scroll:hover {
  color: #fff;
  opacity: 1;
  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;
  transform: translate(-50%, -50%);
}
.page-top i::before {
  margin: 0;
  font-size: 2.4rem;
  transform: translateY(-0.06em);
}
@media (min-width: 768px) {
  .page-top i::before {
    font-size: 3.2rem;
  }
}

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

.low-img-basic {
  display: block;
  width: 92%;
  margin: 0.2em auto 1.2em;
}
@media (min-width: 768px) {
  .low-img-basic {
    width: auto;
    margin: 0.3em 0 1.2em;
  }
}
.low-img-basic.-doctor {
  width: 65%;
}
@media (min-width: 768px) {
  .low-img-basic.-doctor {
    width: auto;
    margin-left: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

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

.bg-highlight {
  margin-bottom: 1.9rem;
  padding: 1.3rem 1.8rem;
  background: #ebe9dd;
}
@media (min-width: 768px) {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2.2rem 2.6rem;
  }
}
.bg-highlight.-color02 {
  background-color: #fcf7e4;
}
.bg-highlight.-color03 {
  background-color: #fbe9f0;
}
.bg-highlight.-color04 {
  color: #fff;
  background: #B4CF9E url("../images/a_pattern01.jpg") repeat 50% 0/30rem;
}
@media (min-width: 768px) {
  .bg-highlight.-color04 {
    background-size: auto;
  }
}
.bg-highlight.-full-width {
  margin-right: calc(-15px - 0.2rem);
  margin-left: calc(-15px - 0.2rem);
  padding-right: calc(15px + 0.2rem);
  padding-left: calc(15px + 0.2rem);
}
@media (min-width: 768px) {
  .bg-highlight.-full-width {
    margin-right: -115px;
    margin-left: -115px;
    padding-right: 115px;
    padding-left: 115px;
  }
}
@media (min-width: 1230px) {
  .bg-highlight.-full-width {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
}
.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) {
  .list-frame {
    margin: 2.2rem 0;
  }
}
.list-frame dt {
  padding: 0.8rem 1.3rem 0.7rem;
  color: #fff;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.2;
  background: #aba57d;
}
@media (min-width: 768px) {
  .list-frame dt {
    padding: 1.3rem 1.8rem 1.2rem;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem 1.1rem;
  line-height: 1.5;
  border: 2px solid #aba57d;
  border-top: 0;
  border-bottom-width: 0;
}
@media (min-width: 768px) {
  .list-frame dd {
    padding: 1.4rem 1.8rem 1.8rem;
  }
}
.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 {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.9rem 2.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #262626;
  border: 1px solid #262626;
  border-radius: 10rem;
  transition: background-color 0.2s, color 0.2s;
}
@media (min-width: 768px) {
  .btn-basic {
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
  }
}
.btn-basic:hover {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  color: #262626;
  background-color: #fff;
}
.btn-basic.-color02:hover {
  color: #fff;
  background-color: #262626;
}

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.body-color {
  color: #262626 !important;
}
.body-color::before {
  background-color: #262626 !important;
}

.button_siteSecondary-color {
  color: #E8D3D1;
}

.blog_siteSecondary-color {
  border: 1px solid #E8D3D1;
  background: #E8D3D1;
}
.blog_siteSecondary-color span {
  color: #262626;
  font-family: YuMincho, "Yu Mincho", serif;
}
.blog_siteSecondary-color .en {
  color: #262626;
}
.blog_siteSecondary-color i::before {
  color: #262626;
}

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

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.fs-10 {
  font-size: 10rem !important;
}

.fs-11 {
  font-size: 11rem !important;
}

.fs-12 {
  font-size: 12rem !important;
}

.fs-13 {
  font-size: 13rem !important;
}

.fs-14 {
  font-size: 14rem !important;
}

.fs-15 {
  font-size: 15rem !important;
}

.fs-16 {
  font-size: 16rem !important;
}

.fs-17 {
  font-size: 17rem !important;
}

.fs-18 {
  font-size: 18rem !important;
}

.fs-19 {
  font-size: 19rem !important;
}

.fs-20 {
  font-size: 20rem !important;
}

.fs-21 {
  font-size: 21rem !important;
}

.fs-22 {
  font-size: 22rem !important;
}

.fs-23 {
  font-size: 23rem !important;
}

.fs-24 {
  font-size: 24rem !important;
}

.fs-25 {
  font-size: 25rem !important;
}

.fs-26 {
  font-size: 26rem !important;
}

.fs-27 {
  font-size: 27rem !important;
}

.fs-28 {
  font-size: 28rem !important;
}

.fs-29 {
  font-size: 29rem !important;
}

.fs-30 {
  font-size: 30rem !important;
}

.fs-31 {
  font-size: 31rem !important;
}

.fs-32 {
  font-size: 32rem !important;
}

.fs-33 {
  font-size: 33rem !important;
}

.fs-34 {
  font-size: 34rem !important;
}

.fs-35 {
  font-size: 35rem !important;
}

.fs-36 {
  font-size: 36rem !important;
}

.fs-37 {
  font-size: 37rem !important;
}

.fs-38 {
  font-size: 38rem !important;
}

.fs-39 {
  font-size: 39rem !important;
}

.fs-40 {
  font-size: 40rem !important;
}

.fs-41 {
  font-size: 41rem !important;
}

.fs-42 {
  font-size: 42rem !important;
}

.fs-43 {
  font-size: 43rem !important;
}

.fs-44 {
  font-size: 44rem !important;
}

.fs-45 {
  font-size: 45rem !important;
}

.fs-46 {
  font-size: 46rem !important;
}

.fs-47 {
  font-size: 47rem !important;
}

.fs-48 {
  font-size: 48rem !important;
}

.fs-49 {
  font-size: 49rem !important;
}

.fs-50 {
  font-size: 50rem !important;
}

.color-pistachioGreen {
  background: rgb(180, 207, 158) !important;
}

.color-hizakura {
  background: #E8D3D1 !important;
}

.color-button {
  background: #dc4e41 !important;
}

.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;
}
@media (min-width: 768px) {
  .page-index .keyv-slider {
    min-width: 1230px;
  }
}
.page-index .keyv-slider > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: keyv-fade 8s infinite;
}
.page-index .keyv-slider > li:nth-child(2) {
  animation-delay: 4s;
}
.page-index .keyv-slider img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  56.25% {
    opacity: 1;
  }
  68.75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-index .keyv {
  position: relative;
}
@media (min-width: 768px) {
  .page-index .keyv {
    flex-basis: 100%;
  }
}
.page-index .keyv-inner {
  height: 23rem;
}
.page-index .keyv-inner span {
  position: absolute;
  top: 7rem;
  left: 32%;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.4rem;
  font-family: YuMincho, "Yu Mincho", serif;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.22), -3px 3px 8px rgba(0, 0, 0, 0.22), 3px -3px 8px rgba(0, 0, 0, 0.22), -3px -3px 8px rgba(0, 0, 0, 0.22), 3px 0px 8px rgba(0, 0, 0, 0.22), 0px 3px 8px rgba(0, 0, 0, 0.22), -3px 0px 8px rgba(0, 0, 0, 0.22), 0px -3px 8px rgba(0, 0, 0, 0.22);
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    height: 80rem;
  }
  .page-index .keyv-inner span {
    top: 10rem;
    left: 37%;
    font-size: 3.8rem;
  }
}
.page-index .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 1rem 0;
  padding: 1rem 1.9rem 1rem 2.2rem;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  text-decoration: none;
  background: rgb(180, 207, 158);
  border: 1px solid rgb(180, 207, 158);
  border-radius: 10rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .page-index .tel-area {
    display: flex;
    justify-content: center;
    width: 700px;
    margin: 3rem auto 0;
    flex-direction: low;
    padding: 0.8rem 3.5rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
.page-index .tel-area.form {
  text-align: center;
}
.page-index .tel-area.form a {
  text-decoration: none;
  color: #262626;
}
.page-index .bnr-area {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-index .bnr-area {
    margin-bottom: 60px;
  }
}
.page-index .concept-area {
  padding: 4rem 0;
  background: #eee url("../images/a_pattern02.jpg") repeat 50% 0/30rem;
  border-right: 0;
  border-bottom: 0.6rem solid #816c57;
  border-left: 0;
}
@media (min-width: 768px) {
  .page-index .concept-area {
    padding: 8.5rem 0;
    background-size: 50rem;
    border-bottom-width: 1rem;
  }
}
.page-index .concept-box {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .page-index .concept-box {
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 1.8rem;
  }
}
.page-index .concept-box p {
  font-weight: 700;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-index .concept-box p {
    margin: 0 0 0 2.4em;
    line-height: 2.22;
    letter-spacing: 0;
  }
}
.page-index .concept-vertical {
  text-align: justify;
}
@media (min-width: 768px) {
  .page-index .concept-vertical {
    white-space: nowrap;
    text-align: left;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
}
.page-index .text-upright {
  text-combine-upright: all;
}
.page-index .concept-tit {
  position: relative;
  display: table;
  margin: 0 0 2.3rem;
  padding: 0.7rem;
  font-weight: 700;
  font-size: 1.9rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.28em;
  white-space: nowrap;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .page-index .concept-tit {
    margin: 0 0 0 8.2rem;
    padding: 1.2rem;
    font-size: 2.5rem;
    border: 1px solid #707070;
    border-top: 0;
    border-bottom: 0;
  }
}
.page-index .concept-tit .en {
  position: absolute;
  bottom: -1.8rem;
  left: 0.7rem;
  color: #9ead9b;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .page-index .concept-tit .en {
    top: 1.2rem;
    bottom: auto;
    left: -2.8rem;
    font-size: 1.5rem;
    text-orientation: mixed;
  }
}
.page-index .message-area {
  padding: 4rem 0 1.6rem;
  background: url("../images/index_message_bg.jpg") no-repeat 100% 0/75rem;
}
@media (min-width: 768px) {
  .page-index .message-area {
    padding: 8rem 0 7.4rem;
    background-size: auto;
  }
}
.page-index .message-box {
  padding: 2.6rem 1.6rem;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .page-index .message-box {
    padding: 5.1rem;
  }
}
.page-index .message-box p {
  margin: 0;
  font-weight: 700;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: justify;
  text-indent: 1em;
}
@media (min-width: 768px) {
  .page-index .message-box p {
    font-size: 1.8rem;
    line-height: 2.22;
    letter-spacing: 0;
  }
}
.page-index .message-tit {
  margin: 0 -1rem 1rem;
  padding: 0;
  font-weight: 700;
  font-size: 1.9rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .message-tit {
    margin: 0 0 3.3rem;
    font-size: 2.5rem;
  }
}
.page-index .point-area {
  padding: 5rem 0 4.2rem;
  background: url("../images/index_point_bg02.jpg") no-repeat 100% 100%/19rem, url("../images/index_point_bg01.jpg") no-repeat 0 0/19rem;
}
@media (min-width: 768px) {
  .page-index .point-area {
    padding: 10.5rem 0;
    background-size: auto, auto;
  }
}
.page-index .point-tit {
  margin: 0 0 2rem;
  padding: 0;
  font-weight: 700;
  font-size: 1.9rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .point-tit {
    margin: 0 0 6rem;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.page-index .point-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-index .point-list > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.7rem;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.54;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-index .point-list > li {
    align-items: center;
    margin-bottom: 2.6rem;
    font-size: 1.9rem;
  }
}
.page-index .point-list > li:last-child {
  margin-bottom: 0;
}
.page-index .point-list .num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5em;
  margin-right: 1.4rem;
  padding: 0.7rem 0;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  background: #9ead9b;
}
@media (min-width: 768px) {
  .page-index .point-list .num {
    width: 5.7898em;
    margin-right: 2.4rem;
    padding: 0.9rem 0;
  }
}
.page-index .treatment-area {
  padding: 4rem 0 3.4rem;
  background: rgb(180, 207, 158);
}
@media (min-width: 768px) {
  .page-index .treatment-area {
    padding: 9.1rem 0 7rem;
  }
}
.page-index .treatment-index-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .page-index .treatment-index-list > li {
    width: 40rem;
  }
}
.page-index .treatment-index-list a {
  display: block;
  padding-bottom: 3.2rem;
  color: #262626;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list a {
    padding-bottom: 6.1rem;
  }
}
.page-index .treatment-index-list a:hover {
  color: #f1eace;
}
.page-index .treatment-index-list a:hover figure {
  filter: brightness(88%);
}
.page-index .treatment-index-list a:hover img {
  transform: scale(1.05);
}
.page-index .treatment-index-list a:hover .treatment-index-name::after {
  transform: translateX(0.25em);
}
.page-index .treatment-index-list figure {
  width: 100%;
  height: 21rem;
  margin: 0;
  overflow: hidden;
  transition: filter 0.35s ease;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list figure {
    height: 30rem;
  }
}
.page-index .treatment-index-list img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.35s ease;
}
.page-index .treatment-index-name {
  display: flex;
  align-items: baseline;
  margin: 1rem 0.8rem 0 0.5rem;
  padding-left: 0.8rem;
  font-weight: 700;
  font-size: 1.35rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.2;
  border-left: 0.3rem solid #d43c2a;
}
@media (min-width: 768px) {
  .page-index .treatment-index-name {
    margin: 1.3rem 0.8rem 0 0.5rem;
    padding-left: 0.9rem;
    font-size: 1.6rem;
  }
}
.page-index .treatment-index-name::after {
  margin-left: auto;
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  transition: transform 0.3s ease;
  content: "w";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-features .heading01 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading01 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading01::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(131, 138, 45, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading01::before {
    font-size: 50px;
  }
}
.page-features .heading02 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading02 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading02::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(58, 143, 183, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading02::before {
    font-size: 50px;
  }
}
.page-features .heading03 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading03 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading03::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(17, 50, 133, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading03::before {
    font-size: 50px;
  }
}
.page-features .heading04 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading04 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading04::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(119, 66, 141, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading04::before {
    font-size: 50px;
  }
}
.page-features .heading05 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading05 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading05::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(219, 77, 109, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading05::before {
    font-size: 50px;
  }
}
.page-features .heading06 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading06 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading06::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(247, 92, 47, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading06::before {
    font-size: 50px;
  }
}
.page-features .heading07 {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 10px 55px;
  border-top: 2px solid #ebe9dd;
  border-bottom: 2px solid #ebe9dd;
}
@media (min-width: 768px) {
  .page-features .heading07 {
    font-size: 2.3rem;
    padding: 10px 0 10px 65px;
  }
}
.page-features .heading07::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(255, 177, 27, 0.5);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-features .heading07::before {
    font-size: 50px;
  }
}

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 768px !important;
  }
  .container {
    min-width: 768px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  a[href]::after {
    content: normal;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  .header {
    position: absolute;
  }
  .header::before {
    position: absolute;
  }
  .page-top {
    display: none !important;
  }
}