@charset "UTF-8";
@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.22em;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  block-size: 0;
  overflow: visible;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(button) {
  border: none;
  background: transparent;
}
:where(em) {
  font-style: normal;
  font-weight: bold;
}
:where(i) {
  font-style: normal;
}
:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}
:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(p) {
  margin: 0 0 1em;
}
:root {
  --sp-header-height: 8.0rem;
  --pc-header-height: 120px;
  --sp-letter-space: 0.09em;
  --pc-letter-space: 0.05em;
  --sp-l-height: 1.65;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #33383c;
  --color-base-txt-rgb: 51 56 60;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #63676a;
  --color-main-rgb: 99 103 106;
  --color-main-dark: #1d2326;
  --color-main-dull: #8d959b;
  --color-main-soft: #a8aeb3;
  --color-main-lite: #d8dfe6;
  --color-main-pale: #f2f3f5;
  --color-accent: #808e4b;
  --color-accent-rgb: 128 142 75;
  --color-accent-dark: #626d39;
  --color-accent-soft: #a3b26e;
  --color-accent-smoke: #d0d4bc;
  --color-accent-lite: #d7debf;
  --color-accent-pale: #f2f3ec;
  --color-sub-dark: #595954;
  --color-sub-dark-rgb: 89 89 84;
  --color-sub-smoke: #bdbab9;
  --color-sub-soft: #d9d3d0;
  --color-sub-lite: #e8e7e6;
  --color-sub-pale: #f5f4f2;
  --color-attention: #c21417;
  --color-highlight: #fff899;
  --color-shadow: rgb(0 0 0/0.16);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-gray: #808080;
  --color-gray-rgb: 128 128 128;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}
html {
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", Meiryo, sans-serif;
  scroll-padding-top: var(--sp-header-height, 0);
}
:where(*) {
  letter-spacing: var(--sp-letter-space, normal);
}
:where(*):before, :where(*)::after {
  letter-spacing: revert;
}
body {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main {
  font-size: var(--sp-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}
@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  :where(*) {
    letter-spacing: var(--pc-letter-space, normal);
  }
  body {
    min-width: 1240px;
    padding-bottom: 110px;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header {
  padding-top: 5.6rem;
}
#global_header .header_wrap {
  z-index: 1;
  position: fixed;
  height: 5.6rem;
  inset: 0 0 auto;
  padding: 1rem 1.5rem 0.5rem;
  background-color: var(--color-base-bg);
}
#global_header .header_wrap .logo {
  width: 70%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  font-size: 1.2rem;
  line-height: 1.25;
}
#global_header .header_wrap .clinic_info dl {
  display: inline-flex;
  align-items: baseline;
  letter-spacing: 0.05em;
}
#global_header .header_wrap .clinic_info dl dt {
  display: inline-grid;
  grid-template-columns: 2.4rem auto 1rem;
  align-items: center;
  gap: 0 0.8rem;
}
#global_header .header_wrap .clinic_info dl dt::before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
#global_header .header_wrap .clinic_info dl dt::after {
  width: 1px;
  height: 2.4rem;
  transform: skewX(-20deg);
  background-color: var(--color-main);
  content: "";
}
#global_header .header_wrap .clinic_info dl dd b {
  font-weight: 400;
  font-size: 1.8rem;
}
#global_header .header_wrap .clinic_info dl.parking dt::before {
  content: "\e806";
}
#global_header .header_wrap .clinic_info dl.acs dt::before {
  content: "\e807";
}
@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 0;
  }
  #global_header .header_wrap {
    display: flex;
    position: static;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 130px;
    margin-inline: auto;
    padding: 20px 0 30px;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 480px;
    height: 80px;
  }
  #global_header .header_wrap .clinic_info {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 1.8rem;
  }
  #global_header .header_wrap .clinic_info dl dt {
    grid-template-columns: 40px auto 20px;
    gap: 0 10px;
  }
  #global_header .header_wrap .clinic_info dl dt::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 40px;
  }
  #global_header .header_wrap .clinic_info dl dt::after {
    height: 40px;
    margin-left: 5px;
  }
  #global_header .header_wrap .clinic_info dl dd b {
    font-size: 2.6rem;
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
.js-menu_box {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(var(--color-black-rgb)/0.5);
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
  }
  .js-pc_sticky.is_sticky {
    z-index: 5;
    position: fixed;
    width: 100%;
    inset: 0 0 auto;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#global_nav .gnav > li .a_home::before {
  background-image: url(../img/gnav_home.svg);
}
#global_nav .gnav > li .a_doctor::before {
  background-image: url(../img/gnav_doctor.svg);
}
#global_nav .gnav > li .a_clinic::before {
  background-image: url(../img/gnav_clinic.svg);
}
#global_nav .gnav > li .a_first::before {
  background-image: url(../img/gnav_first.svg);
}
#global_nav .gnav > li .a_access::before {
  background-image: url(../img/gnav_access.svg);
}
#global_nav .gnav > li .a_price::before {
  background-image: url(../img/gnav_price.svg);
}
#global_nav .gnav > li .a_orthops::before {
  background-image: url(../img/gnav_orthops.svg);
}
#global_nav .gnav > li .a_cderma::before {
  background-image: url(../img/gnav_cderma.svg);
}
#global_nav .gnav > li .sub_btn {
  width: 100%;
}
#global_nav .gnav > li .sub_btn::after {
  content: '\e80e';
  color: var(--color-accent);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
  letter-spacing: 0;
}
#global_nav .gnav > li .sub_btn.is_open::after {
  content: "\e80f";
}
#global_nav .gnav > li .sub_box {
  background-color: rgb(var(--color-main-rgb)/0.95);
  color: var(--color-white);
}
#global_nav .gnav > li .sub_box .subnav {
  display: flex;
  flex-wrap: wrap;
}
#global_nav .gnav > li .sub_box .subnav a::before {
  display: inline-block;
  border-radius: 50%;
  background: var(--color-accent);
  content: '\e80c';
  color: var(--color-white);
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 5.6rem;
    margin: 0;
    padding: 0.2rem 0 0;
    background: transparent;
    color: var(--color-main);
    line-height: 1;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e800';
    font-weight: normal;
    font-size: 2.4rem;
    font-family: "fontello";
    letter-spacing: 0;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    display: inline-block;
    content: "MENU";
    font-size: 0.9rem;
    font-family: "Josefin Sans", sans-serif;
  }
  #global_nav #sp_btn.close {
    color: var(--color-white);
  }
  #global_nav #sp_btn.close::before {
    transform: scale(-1, 1);
    content: "\e815";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.5rem;
    left: 3vw;
    width: 94vw;
    max-height: 75vh;
    padding: 1.2rem 1.5rem;
    overflow-y: auto;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: 1px solid var(--color-main-lite);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    align-items: center;
    padding: 1rem 0.5rem;
    gap: 0 1.5rem;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    flex: none;
    width: 2em;
    height: 2em;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    flex-grow: 1;
    font-size: 2.4rem;
    text-align: right;
  }
  #global_nav .gnav > li .sub_box {
    padding: 1.2rem 0 1.2rem 1rem;
  }
  #global_nav .gnav > li .sub_box .subnav {
    gap: 1rem 4%;
    font-size: 1.3rem;
  }
  #global_nav .gnav > li .sub_box .subnav li {
    flex-grow: 1;
    width: 48%;
  }
  #global_nav .gnav > li .sub_box .subnav li a {
    display: block;
    padding-left: 2rem;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li .sub_box .subnav li a::before {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
    margin-left: -2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 90px;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    min-width: 144px;
  }
  #global_nav .gnav > li ~ li {
    border-left: 1px solid;
    -o-border-image: linear-gradient(transparent 10px, var(--color-main-lite) 10px, var(--color-main-lite) 80px, transparent 80px) 1;
    border-image: linear-gradient(transparent 10px, var(--color-main-lite) 10px, var(--color-main-lite) 80px, transparent 80px) 1;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    height: 90px;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 4px;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    display: inline-block;
    transform: scale(1.4);
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    border-bottom-color: var(--color-accent-soft);
  }
  #global_nav .gnav > li > a.is_current, #global_nav .gnav > li > a.is_open, #global_nav .gnav > li button.is_current, #global_nav .gnav > li button.is_open {
    border-bottom-color: var(--color-accent);
  }
  #global_nav .gnav > li .sub_box {
    z-index: 1;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding-block: 40px;
  }
  #global_nav .gnav > li .sub_box .subnav {
    width: 1200px;
    margin-inline: auto;
    gap: 30px 20px;
  }
  #global_nav .gnav > li .sub_box .subnav > li {
    width: 285px;
  }
  #global_nav .gnav > li .sub_box .subnav > li a {
    display: block;
    padding: 0 15px 15px;
    border-bottom: 1px solid var(--color-white);
  }
  #global_nav .gnav > li .sub_box .subnav > li a::before {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    line-height: 30px;
  }
  #global_nav .gnav > li .sub_box .subnav > li a:hover, #global_nav .gnav > li .sub_box .subnav > li a:focus {
    filter: opacity(0.7);
  }
}
.overview {
  padding: 3rem 1rem;
  background-image: url(../img/overview_bg.webp);
  background-position: center top;
  background-size: cover;
  font-size: 1.4rem;
}
.overview .wrap {
  padding: 2.5rem 1.5rem;
  background-color: var(--color-white);
}
.overview .wrap .logo {
  width: 85%;
  margin: 0 auto 2.5rem;
}
.overview .wrap .outline {
  display: grid;
  grid-template-columns: 7em auto;
  gap: 0 4px;
}
.overview .wrap .outline > dt {
  display: grid;
  align-items: center;
  padding: 0.8rem 0;
  border-top: 1px solid var(--color-accent);
  color: var(--color-main);
  text-align: center;
}
.overview .wrap .outline > dt:last-of-type {
  border-bottom: 1px solid var(--color-accent);
}
.overview .wrap .outline > dd {
  padding: 0.8rem 0.2rem 0.8rem 1.2rem;
  border-top: 1px solid var(--color-main);
  word-break: auto-phrase;
}
.overview .wrap .outline > dd:last-of-type {
  border-bottom: 1px solid var(--color-main);
}
.overview .wrap .outline > dd b {
  font-weight: 400;
}
.overview .wrap .timetable {
  margin-top: 3rem;
}
.overview .wrap .timetable_tbl {
  margin-top: 2rem;
}
.overview_gmap {
  width: 100%;
  height: 30rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 100px 0;
    background-size: auto;
    font-size: 1.8rem;
  }
  .overview .wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 40px 60px;
    gap: 60px 40px;
  }
  .overview .wrap .logo {
    width: 100%;
    margin: 0;
  }
  .overview .wrap .logo img {
    margin-inline: auto;
  }
  .overview .wrap .outline {
    grid-template-columns: 140px auto;
    width: 540px;
  }
  .overview .wrap .outline > dt {
    padding: 14px 0 15px;
  }
  .overview .wrap .outline > dd {
    padding: 14px 6px 15px 16px;
    word-break: normal;
  }
  .overview .wrap .timetable {
    width: 540px;
    margin-top: 0;
    font-size: 2rem;
  }
  .overview .wrap .timetable_tbl {
    margin-top: 0;
  }
  .overview .wrap .timetable_note:first-of-type {
    margin-bottom: 35px;
  }
  .overview_gmap {
    height: 400px;
  }
}
.relatedlinks {
  padding: 3.5rem 4% 4rem;
  background-color: var(--color-main-pale);
}
.relatedlinks .tit_03 {
  position: relative;
  left: -0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 0 none;
}
.relatedlinks .lst li {
  margin-top: 1rem;
}
.relatedlinks .lst li a {
  display: grid;
  z-index: 0;
  position: relative;
  place-content: center;
  min-height: 7rem;
  padding-block: 1rem;
  overflow: hidden;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-size: 1.7rem;
  text-align: center;
  text-shadow: 0 0 0.4rem var(--color-main-dark);
}
.relatedlinks .lst li a::before {
  z-index: -1;
  position: absolute;
  inset: 0;
  background: rgb(var(--color-base-txt-rgb)/0.4);
  content: "";
}
.relatedlinks .lst li a::after {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  content: '\e808';
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fontello";
  letter-spacing: 0;
}
.relatedlinks .lst li a i {
  font-size: 1.3rem;
}
.relatedlinks .lst li .bnr_tomaruseikei {
  background-image: url(../img/bnr_tomaruseikei.webp);
}
.relatedlinks .lst li .bnr_tomaru-dc {
  background-image: url(../img/bnr_tomaru-dc.webp);
}
.relatedlinks .lst li .bnr_rihanoba {
  background-image: url(../img/bnr_rihanoba.webp);
}
.relatedlinks .lst li .bnr_pokoa {
  background-image: url(../img/bnr_pokoa.webp);
}
.relatedlinks .lst li .bnr_shortstay {
  background-image: url(../img/bnr_shortstay.webp);
}
.relatedlinks .lst li .bnr_kyotakukaigo {
  background-image: url(../img/bnr_kyotakukaigo.webp);
}
@media screen and (min-width: 48em), print {
  .relatedlinks {
    padding: 60px 0 80px;
  }
  .relatedlinks .tit_03 {
    left: -15px;
  }
  .relatedlinks .lst {
    display: flex;
    flex-wrap: wrap;
    width: 830px;
    margin-inline: auto;
    gap: 30px;
  }
  .relatedlinks .lst li {
    width: 400px;
    margin-top: 0;
  }
  .relatedlinks .lst li a {
    min-height: 200px;
    padding-block: 20px;
    font-size: 2.4rem;
  }
  .relatedlinks .lst li a::after {
    right: 20px;
    bottom: 20px;
    font-size: 2rem;
  }
  .relatedlinks .lst li a i {
    font-size: 1.8rem;
  }
  .relatedlinks .lst li a:hover::before, .relatedlinks .lst li a:focus::before {
    background: rgb(var(--color-base-txt-rgb)/0.2);
  }
}
#global_footer {
  padding-top: 1.2rem;
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
}
#global_footer .footer_links > .gnav {
  font-size: 1.3rem;
}
#global_footer .footer_links > .gnav > li {
  padding-block: 0.7rem;
  border-bottom: 1px dotted rgb(var(--color-white-rgb)/0.2);
}
#global_footer .footer_links > .gnav > li.sub .sub_btn::after {
  content: '\e80e';
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
#global_footer .footer_links > .gnav > li.sub .sub_btn.is_open::after {
  content: "\e80f";
}
#global_footer .footer_links > .gnav > li.sub .sub_box {
  padding-top: 0.5rem;
  background-color: var(--color-base-txt);
}
#global_footer .footer_links > .gnav > li.sub .sub_box li {
  padding-block: 0.5rem;
}
#global_footer .footer_links > .subnav {
  display: none;
}
#global_footer .footer_wrap .privacy {
  padding-block: 0.8rem;
  font-size: 1.2rem;
}
#global_footer .footer_wrap .copyright {
  display: block;
  padding-block: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding-top: 0;
  }
  #global_footer .footer_links {
    padding-block: 60px;
  }
  #global_footer .footer_links ul {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_links ul li {
    display: inline-block;
    padding: 0 0.8em;
    letter-spacing: 0;
  }
  #global_footer .footer_links ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_links ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_links > .gnav {
    font-size: 1.8rem;
  }
  #global_footer .footer_links > .gnav > li {
    padding-block: 0;
    border-bottom: 0 none;
  }
  #global_footer .footer_links > .gnav > li.sub {
    display: none;
  }
  #global_footer .footer_links > .subnav {
    display: block;
    font-size: 1.8rem;
  }
  #global_footer .footer_links > .subnav ul {
    margin-top: 18px;
  }
  #global_footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    padding-top: 50px;
    padding-bottom: 45px;
    border-top: 1px solid rgb(var(--color-white-rgb)/0.2);
  }
  #global_footer .footer_wrap .privacy {
    padding-block: 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap .privacy a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .copyright {
    padding-block: 0;
    color: rgb(var(--color-white-rgb)/0.7);
    font-size: 1.6rem;
  }
}
.js-modal {
  display: none;
  z-index: 5;
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
}
.js-modal.is_active {
  display: block;
}
.footer_margin {
  height: 5.2rem;
}
.modal-overlay {
  background: rgb(var(--color-black-rgb)/0.3);
}
.modal-inbox {
  position: fixed;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100dvh;
  margin: auto;
  inset: 0;
  padding: 1.5rem;
  overflow-y: auto;
  background: var(--color-base-bg);
  box-shadow: 0 0 0.8em var(--color-shadow);
  color: var(--color-base-txt);
  font-size: 1.5rem;
}
.modal-inbox .timetable_note:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .footer_margin {
    height: 110px;
  }
  .modal-inbox {
    width: 900px;
    padding: 50px;
    font-size: 2rem;
  }
  .modal-inbox .timetable_note:first-of-type {
    margin-bottom: 50px;
  }
}
.js-fixedbtn {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-fixedbtn {
    top: 250px;
    bottom: auto;
    transition: top 0.5s;
  }
  .js-fixedbtn.is_fixed {
    top: 110px;
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0.5rem;
  bottom: 6rem;
  opacity: 0;
}
.js-pageup.is_active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 20px;
    bottom: 25px;
    transition: 0.5s;
  }
}
#fixed_btn {
  width: 30%;
}
#fixed_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  gap: 0 0.4em;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 1.4rem;
  letter-spacing: 0;
}
#fixed_btn button::before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--color-white);
  content: '\e803';
  color: var(--color-accent);
  font-weight: normal;
  line-height: 2.4rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  #fixed_btn {
    width: 60px;
  }
  #fixed_btn button {
    flex-direction: row;
    height: 290px;
    padding-bottom: 20px;
    gap: 0 12px;
    border-radius: 5px 0 0 5px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  #fixed_btn button::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #fixed_btn button:hover {
    background: var(--color-accent-dark);
  }
}
@media print {
  #fixed_btn {
    display: none;
  }
}
#fixed_bar {
  display: flex;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 70%;
}
#fixed_bar li {
  flex: 1 1 44%;
  height: 5.2rem;
}
#fixed_bar li a {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#fixed_bar li .btn_rsv {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
#fixed_bar li .btn_tel {
  font-size: 1.5rem;
}
#fixed_bar li .btn_tel a {
  padding-inline: 0.8rem;
  letter-spacing: 0.03em;
}
#fixed_bar li .btn_tel a::before {
  font-size: 1.4rem;
}
@media screen and (max-width: 47.99em) {
  #fixed_bar li a,
  #fixed_bar .btn_tel:not(:has(> a)) {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-color: transparent;
  }
}
@media screen and (min-width: 48em), print {
  #fixed_bar {
    right: 100px;
    bottom: 20px;
    left: auto;
    width: 520px;
    gap: 0 20px;
  }
  #fixed_bar li {
    flex: 1 0 250px;
    height: 70px;
    border-radius: 5px;
  }
  #fixed_bar li .btn_rsv {
    border-radius: 5px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #fixed_bar li .btn_tel {
    width: 100%;
    height: 100%;
    font-size: 2.6rem;
  }
  #fixed_bar li .btn_tel::before {
    font-size: 2.4rem;
  }
}
#pageup {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
#pageup::before {
  content: '\e80d';
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
  letter-spacing: 0;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  #pageup::before {
    font-size: 2.4rem;
  }
  #pageup:hover {
    background-color: var(--color-accent-dark);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}
.sp_n {
  display: none;
}
@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}
.l-cf, .l-intro {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.txt_c {
  text-align: center !important;
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
@media screen and (max-width: 47.99em) {
  .img_c.sp_w100, .img_l.sp_w100, .img_r.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w50 {
    max-width: 480px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  figure.img_c img {
    display: inline-block;
  }
  .img_l {
    max-width: 480px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 55px;
    margin-bottom: 0.5em;
    margin-left: 0;
    float: left;
  }
  .img_l.pc_wsm {
    max-width: 380px;
  }
  .img_r {
    max-width: 480px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 55px;
    float: right;
  }
  .img_r.pc_wsm {
    max-width: 380px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}
.mb0 {
  margin-bottom: 0;
}
.mt40 {
  margin-top: 4rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt0 {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}
.l-intro > :last-child {
  margin-bottom: 0;
}
article:not(:first-of-type) {
  margin-top: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 3.5rem;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) :where(section) {
  margin-top: 1.8rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 3.5rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) :where(section) :where(section) :where(section) :where(section) {
  margin-top: 1.8rem;
}
section article :is(h2, h3, h4, h5, h6) + section, article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}
@media screen and (min-width: 48em), print {
  article:not(:first-of-type) {
    margin-top: 100px;
  }
  article > .l-intro {
    margin-bottom: 60px;
  }
  article > .l-intro ~ :where(section) {
    margin-top: 70px;
  }
  article > .l-intro ~ :where(section) :where(section) {
    margin-top: 50px;
  }
  article > .l-intro ~ :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article > .l-intro ~ :where(section) :where(section) :where(section) :where(section), article > .l-intro ~ :where(section) :where(section) :where(section) .sec_lower {
    margin-top: 25px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 90px;
  }
  article > :where(section) :where(section) {
    margin-top: 70px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 50px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article > :where(section) :where(section) :where(section) :where(section) :where(section), article > :where(section) :where(section) :where(section) :where(section) .sec_lower {
    margin-top: 25px;
  }
}
.tit_01 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tit_02, .news_tit, .medical_tit, .feature_tit, .greeting_tit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  border-width: 0 0 1px;
  border-style: solid;
  background-image: url(../img/tit_02.svg);
  background-position: center top;
  background-size: 4.2rem auto;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: auto-phrase;
  -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
  border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
}
.tit_03 {
  margin-bottom: 1.8rem;
  padding: 1.3rem 0 0.5rem 1.6rem;
  border-width: 0 0 1px;
  border-style: solid;
  background-image: url(../img/tit_03.svg);
  background-position: left top;
  background-size: 4.3rem auto;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 6rem, transparent 6rem, transparent 6.4rem, var(--color-main) 6.4rem, var(--color-main)) 1;
  border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 6rem, transparent 6rem, transparent 6.4rem, var(--color-main) 6.4rem, var(--color-main)) 1;
}
.tit_04 {
  margin-bottom: 1.5rem;
  padding: 0.7rem 0 0.7rem 1.6rem;
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  background-color: var(--color-sub-pale);
  box-shadow: inset 0 2px 0 0 var(--color-white), inset 0 -2px 0 0 var(--color-white);
  color: var(--color-base-txt);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tit_05 {
  margin-bottom: 1.2rem;
  color: var(--color-accent);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tit_05::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e809';
  font-weight: normal;
  font-size: 67%;
  font-family: "fontello";
  letter-spacing: 0;
  vertical-align: 0.2em;
}
.tit_06 {
  margin-bottom: 1rem;
  padding: 0 0 0.8rem 1.2rem;
  background-image: linear-gradient(var(--color-accent), var(--color-accent)), linear-gradient(var(--color-accent), var(--color-accent));
  background-position: 0.5rem 0, 0 calc(100% - 0.5rem);
  background-size: 1px 100%, 100% 1px;
  background-repeat: no-repeat;
  color: var(--color-accent);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  .tit_02, .news_tit, .medical_tit, .feature_tit, .greeting_tit {
    margin: 0 auto 45px;
    padding-top: 55px;
    padding-bottom: 8px;
    background-size: 68px auto;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    word-break: normal;
  }
  .tit_03 {
    margin-bottom: 35px;
    padding: 26px 0 12px 30px;
    background-size: 70px auto;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 98px, transparent 98px, transparent 102px, var(--color-main) 102px, var(--color-main)) 1;
    border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 98px, transparent 98px, transparent 102px, var(--color-main) 102px, var(--color-main)) 1;
  }
  .tit_04 {
    margin-bottom: 28px;
    padding: 12px 0 12px 30px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .tit_05 {
    margin-bottom: 18px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .tit_05::before {
    margin-right: 8px;
  }
  .tit_06 {
    margin-bottom: 15px;
    padding: 0 0 18px 25px;
    background-position: 12px 0, 0 calc(100% - 12px);
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}
.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.3em;
  transform: scale(0.6) translateX(-0.2em);
  content: "●";
  color: var(--color-main);
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  color: var(--color-main);
  font-weight: 300;
  font-size: 125%;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}
.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.lst_dl > dt.tit_bkt::before {
  display: inline-block;
  margin-left: -0.5em;
  content: "【";
}
.lst_dl > dt.tit_bkt::after {
  content: "】";
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl > dt {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(table) {
    line-height: 1.5;
  }
}
.tbl_price_cross, .tbl_price_basic, .tbl_simple, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.tbl_price_cross th, .tbl_price_basic th, .tbl_simple th, .tbl_data th {
  padding: 0.6em;
  font-weight: 400;
}
.tbl_price_cross td, .tbl_price_basic td, .tbl_simple td, .tbl_data td {
  padding: 0.6em;
}
.tbl_price_cross thead th, .tbl_price_basic thead th, .tbl_simple thead th, .tbl_data thead th {
  padding: 0.6em 0;
}
@media screen and (min-width: 48em), print {
  .tbl_price_cross th, .tbl_price_basic th, .tbl_simple th, .tbl_data th {
    padding: 1em;
  }
  .tbl_price_cross td, .tbl_price_basic td, .tbl_simple td, .tbl_data td {
    padding: 1em 1.5em;
  }
  .tbl_price_cross thead th, .tbl_price_basic thead th, .tbl_simple thead th, .tbl_data thead th {
    padding: 1em 0;
  }
}
.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-main-lite);
}
.tbl_data thead th {
  background-color: var(--color-main);
  color: var(--color-white);
}
.tbl_data tbody th {
  background-color: var(--color-sub-pale);
  text-align: left;
}
.tbl_simple th, .tbl_simple td {
  border: 1px solid var(--color-main-lite);
  text-align: left;
}
.tbl_simple tbody th {
  background-color: var(--color-accent-pale);
}
.tbl_price_basic th {
  border: 1px solid var(--color-main-lite);
  background-color: var(--color-accent-pale);
  text-align: left;
}
.tbl_price_basic td {
  border: 1px solid var(--color-main-lite);
}
.tbl_price_basic td:last-child:not([colspan]) {
  width: 26%;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_price_basic {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
  }
}
.tbl_price_cross {
  border: 1px solid var(--color-sub-soft);
}
.tbl_price_cross th {
  border-bottom: 1px solid var(--color-sub-lite);
  background-color: var(--color-sub-pale);
  line-height: 1.3;
}
.tbl_price_cross td {
  border-bottom: 1px solid var(--color-sub-lite);
}
.tbl_price_cross td:last-child {
  line-height: 1.8;
}
@media screen and (max-width: 47.99em) {
  .tbl_price_cross + .tbl_price {
    margin-top: 2rem;
  }
  .tbl_price_cross tr {
    display: list-item;
    list-style-type: none;
  }
  .tbl_price_cross tr th {
    display: block;
    font-size: 1.6rem;
  }
  .tbl_price_cross tr td {
    display: block;
    border-bottom-color: var(--color-sub-soft);
  }
  .tbl_price_cross tr:last-of-type td:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_price_cross + .tbl_price {
    margin-top: 40px;
  }
  .tbl_price_cross tr th {
    width: 65%;
    border-bottom-color: var(--color-sub-soft);
    text-align: left;
  }
  .tbl_price_cross tr td:last-child:not([colspan]) {
    padding-block: 0.5em;
    text-align: right;
    white-space: nowrap;
  }
  .tbl_price_cross tr:last-of-type th, .tbl_price_cross tr:last-of-type td {
    border-bottom: none;
  }
}
@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}
.box_border, .box_notes, .box_disease, .box_symptoms, .box_basic {
  margin-bottom: 1em;
  padding: 1.2rem 1.5rem;
  border-width: 0 0 1px;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
  border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
}
.box_border > :last-child, .box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child, .box_basic > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_border, .box_notes, .box_disease, .box_symptoms, .box_basic {
    padding: 25px 30px;
  }
}
.box_basic {
  background-color: var(--color-basic-bg, transparent);
}
.box_symptoms {
  background-color: var(--color-sub-pale);
}
.box_disease {
  background-color: var(--color-accent-pale);
}
.box_notes {
  --color-main-pale: #f6f6f6;
  background-color: var(--color-main-pale);
}
.box_notes > :first-child {
  margin-top: 0;
}
.box_border {
  border: 1px solid var(--color-sub-smoke);
  -o-border-image: none;
  border-radius: 0.5rem;
  border-image: none;
}
.box_sec {
  padding: 0.8em 1.2em;
  border: 1px solid var(--color-accent-lite);
  box-shadow: inset 0 0 5px var(--color-accent-pale);
}
.box_sec > :not(dt) {
  font-size: 96%;
}
@media screen and (min-width: 48em), print {
  .box_sec {
    padding: 22px 26px 18px;
  }
  .box_sec > :not(dt) {
    font-size: 90%;
  }
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    text-decoration: none;
  }
}
.lnk_external::after {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: 0.2em;
  transform: scale(0.8) translateX(-0.1em);
  content: '\e808';
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
.lnkp_related {
  margin-top: 3rem;
}
.lnkp_related a {
  margin-inline: 3px;
  text-underline-offset: 0.3em;
}
.lnkp_related li ~ li {
  margin-top: 0.3em;
}
.lnkp_related li a::before {
  display: inline-block;
  margin-right: 0.4em;
  content: '\e80c';
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .lnkp_related {
    margin-top: 60px;
  }
  .lnkp_related a:hover {
    color: var(--color-accent);
    -webkit-text-decoration: underline var(--color-accent);
    text-decoration: underline var(--color-accent);
  }
}
.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border: 1px solid currentColor;
  border-radius: 5px;
  background-color: var(--color-white);
  color: var(--color-main);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.45em);
  right: 0.8em;
  line-height: 1;
}
.btn_detail::after, .btn_back::after {
  transform: scale(1.3);
  content: '\e80c';
  color: var(--color-accent);
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 1em 2.4em;
  }
  .btn_detail:hover, .btn_back:hover {
    background-color: var(--color-sub-pale);
  }
}
mark {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
  color: inherit;
}
.em {
  font-weight: bold;
}
.attn, .notification {
  color: var(--color-attention, #f00);
}
.f-smaller {
  font-size: 0.85em;
}
.f-larger {
  font-size: 1.15em;
}
.f-fpm {
  font-feature-settings: "palt";
}
.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, :is(ul, ol).remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}
span:not(dl, ul).remarks {
  display: inline-block;
}
dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}
:is(p, div, table, ul, ol):has(+ .remarks) {
  margin-bottom: 0.1em;
}
.notification {
  line-height: 1.5;
}
.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}
.btn_tel:has(> a) a, .btn_tel:not(:has(> a)) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4em;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  color: var(--color-main);
}
.btn_tel:has(> a) a::before, .btn_tel:not(:has(> a))::before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--color-main);
  content: '\e802';
  color: var(--color-white);
  font-weight: normal;
  line-height: 2.4rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .btn_tel:has(> a) a::before, .btn_tel:not(:has(> a))::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.btn_rsv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4em;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  text-decoration: none;
}
.btn_rsv::before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: var(--color-white);
  content: '\e804';
  color: var(--color-main);
  font-weight: normal;
  line-height: 2.4rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .btn_rsv::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .btn_rsv:hover, .btn_rsvfocus {
    background-color: var(--color-main-dark);
  }
}
.timetable_tbl {
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-collapse: collapse;
  line-height: 1;
  table-layout: fixed;
}
.timetable_tbl thead tr {
  border-bottom: 1px solid;
}
.timetable_tbl thead tr th {
  padding: 0.9rem 0;
  font-weight: 400;
}
.timetable_tbl thead tr th:first-child {
  width: 29%;
}
.timetable_tbl thead tr th:last-child {
  width: 12%;
}
.timetable_tbl tbody tr:not(:last-of-type) {
  border-bottom: 1px solid;
}
.timetable_tbl tbody tr th {
  padding: 1.3rem 0;
  font-weight: 400;
  white-space: nowrap;
}
.timetable_tbl tbody tr td {
  padding: 1.3rem 0;
  text-align: center;
}
.timetable_tbl[data-name=orthopedics] {
  border-top-color: var(--color-accent-soft);
  border-bottom-color: var(--color-accent-soft);
}
.timetable_tbl[data-name=orthopedics] thead {
  background-color: var(--color-accent-lite);
}
.timetable_tbl[data-name=orthopedics] thead tr {
  border-bottom-color: var(--color-accent-soft);
}
.timetable_tbl[data-name=orthopedics] tbody tr:not(:last-of-type) {
  border-bottom-color: var(--color-accent-lite);
}
.timetable_tbl[data-name=orthopedics] tbody tr td {
  color: var(--color-accent);
}
.timetable_tbl[data-name=orthopedics] tbody tr td.locum {
  font-weight: 700;
}
.timetable_tbl[data-name=orthopedics] + .timetable_note i {
  color: var(--color-accent);
}
.timetable_tbl[data-name=c_dermatology] {
  border-top-color: var(--color-main-soft);
  border-bottom-color: var(--color-main-soft);
}
.timetable_tbl[data-name=c_dermatology] thead {
  background-color: var(--color-sub-pale);
}
.timetable_tbl[data-name=c_dermatology] thead tr {
  border-bottom-color: var(--color-main-soft);
}
.timetable_tbl[data-name=c_dermatology] tbody tr:not(:last-of-type) {
  border-bottom-color: var(--color-main-lite);
}
.timetable_tbl[data-name=c_dermatology] tbody tr td {
  color: var(--color-main);
}
.timetable_tbl[data-name=c_dermatology] + .timetable_note i {
  color: var(--color-main);
}
.timetable_note {
  margin-top: 0.8em;
  font-size: 1.3rem;
  line-height: 1.5;
}
.timetable_note i {
  vertical-align: -0.15em;
}
.timetable i {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
}
.timetable i::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 1em;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
.timetable i.dr01::before, .timetable i.tx01::before {
  content: "\e82a";
}
.timetable i.dr02::before, .timetable i.tx02::before {
  content: "\e82c";
}
.timetable i.both::before {
  content: "\e82b";
}
@media screen and (min-width: 48em), print {
  .timetable_tbl {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .timetable_tbl thead tr {
    border-bottom-width: 2px;
  }
  .timetable_tbl thead tr th {
    padding: 0.65em 0 0.7em;
  }
  .timetable_tbl tbody tr:not(:last-of-type) {
    border-bottom-width: 2px;
  }
  .timetable_tbl tbody tr th,
  .timetable_tbl tbody tr td {
    padding: 0.9em 0 1em;
  }
  .timetable_note {
    font-size: 94%;
  }
}
.slick-slider {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
.slick-prev,
.slick-next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 2.4rem;
  height: 2.5rem;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0 !important;
}
.slick-prev:before,
.slick-next:before {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  line-height: 1;
  font-family: "slick";
  transition: 0.5s;
}
.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  right: 3px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: 3px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 1.2em;
}
.slick-dots {
  width: 100%;
  margin-top: 0.8em;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
}
.slick-dots li button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: transparent;
  font-size: 0px;
  cursor: pointer;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp_lite {
  0% {
    transform: translateY(1.2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 47.99em) {
  body#page_index #global_header .header_wrap .clinic_info {
    visibility: visible;
    position: absolute;
    top: 6.4rem;
    left: 1.3rem;
    color: var(--color-white);
    text-shadow: 1px 1px 1px rgb(var(--color-black-rgb)/0.1);
    opacity: 1;
    transition: 0.3s;
  }
  body#page_index #global_header .header_wrap .clinic_info dl ~ dl {
    margin-top: 0.5rem;
  }
  body#page_index #global_header .header_wrap .clinic_info dl dt::before {
    background-color: var(--color-white);
    color: var(--color-main);
    text-shadow: none;
  }
  body#page_index #global_header .header_wrap .clinic_info dl dt::after {
    background-color: var(--color-white);
  }
  body#page_index #global_header .header_wrap .clinic_info dl dt br {
    display: none;
  }
  body#page_index #global_header .header_wrap .clinic_info.hide {
    visibility: hidden;
    opacity: 0;
  }
}
.hero .hero_wrap .catch,
.hero .hero_wrap .ann,
.hero .hero_wrap .adr {
  opacity: 0;
}
.hero .hero_img {
  opacity: 0;
}
.hero .hero_img.slick-initialized {
  animation: fadeIn 1.5s ease-in-out forwards;
}
.hero .hero_img.slick-initialized + .hero_wrap .catch {
  animation: fadeIn 1.5s ease-in-out 0.8s forwards;
}
.hero .hero_img.slick-initialized + .hero_wrap .ann {
  animation: fadeIn 0.8s ease-in-out 2s forwards;
}
.hero .hero_img.slick-initialized + .hero_wrap .adr {
  animation: fadeIn 0.8s ease-in-out 2.3s forwards;
}
.hero {
  --height-hero: 40.0rem;
  position: relative;
  max-width: 100%;
  height: var(--height-hero);
}
.hero_img {
  z-index: -1;
  position: absolute;
  height: var(--height-hero);
  inset: 0;
  overflow: hidden;
}
.hero_img div img {
  width: 100%;
  min-height: var(--height-hero);
  -o-object-fit: cover;
  object-fit: cover;
}
.hero_wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem 1.5rem;
}
.hero_wrap .catch {
  position: absolute;
  top: 55%;
  left: 1.8rem;
  margin: 0;
  color: var(--color-white);
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5rem var(--color-main-dark), 0 0 0.5rem var(--color-main-dark);
}
.hero_wrap .ann {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.8rem;
  border-left: 1px solid var(--color-main-soft);
  background-color: rgb(var(--color-main-rgb)/0.95);
  color: var(--color-white);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.hero_wrap .ann b {
  font-weight: 400;
  font-size: 2rem;
}
.hero_wrap .ann em {
  font-weight: 400;
  font-size: 2rem;
}
.hero_wrap .adr {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  padding: 0.2rem 0.8rem;
  border-left: 1px solid var(--color-accent);
  background-color: rgb(var(--color-white-rgb)/0.95);
  color: var(--color-accent);
  font-size: 1.3rem;
}
.hero_wrap .adr::before {
  display: inline-block;
  margin-right: 0.5rem;
  transform: scale(1.1);
  content: '\e805';
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 730px;
  }
  .hero_img {
    width: clamp(1200px, 100%, 2000px);
    margin-inline: auto;
  }
  .hero_img div img {
    width: auto;
    height: var(--height-hero);
  }
  .hero_wrap {
    width: 1200px;
    margin-inline: auto;
    padding: 60px 0;
  }
  .hero_wrap .catch {
    top: 60px;
    left: 0;
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-orientation: upright;
    text-shadow: 0 0 10px var(--color-main-dark), 0 0 10px var(--color-main-dark), 0 0 10px var(--color-main-dark);
    writing-mode: vertical-rl;
  }
  .hero_wrap .ann {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .hero_wrap .ann b {
    font-size: 2.6rem;
  }
  .hero_wrap .ann em {
    font-size: 2.4rem;
  }
  .hero_wrap .adr {
    margin-top: 20px;
    padding: 4px 10px 3px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .hero_wrap .adr::before {
    display: inline-block;
    margin-right: 0.5rem;
    transform: scale(1.1);
    content: '\e805';
    font-weight: normal;
    font-family: "fontello";
    letter-spacing: 0;
  }
}
.greeting_tit, .feature_tit, .medical_tit, .news_tit {
  position: relative;
}
.greeting_tit::after, .feature_tit::after, .medical_tit::after, .news_tit::after {
  display: block;
  position: absolute;
  bottom: -2rem;
  width: 100%;
  content: attr(data-en);
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 48em), print {
  .greeting_tit::after, .feature_tit::after, .medical_tit::after, .news_tit::after {
    bottom: -3.6rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.medical_derma_tit, .medical_ortho .trouble_tit, .medical_ortho_tit {
  position: relative;
  margin: 0 auto 2rem;
  padding: 2.2rem 0 0 1.5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}
.medical_derma_tit::before, .medical_ortho .trouble_tit::before, .medical_ortho_tit::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-en);
  color: var(--color-sub-pale);
  font-size: 5rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 48em), print {
  .medical_derma_tit, .medical_ortho .trouble_tit, .medical_ortho_tit {
    margin: 0 auto 50px;
    padding: 50px 0 0 40px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .medical_derma_tit::before, .medical_ortho .trouble_tit::before, .medical_ortho_tit::before {
    font-size: 10rem;
    letter-spacing: 0.05em;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.news_box.js-effect {
  opacity: 0;
}
.news_box.js-effect.is_active {
  animation: fadeUp 1s ease-in-out forwards;
}
.news {
  padding: 4rem 5% 5rem;
  background-color: var(--color-sub-pale);
}
.news_box {
  margin-top: 3.8rem;
}
.news_box dl {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-sub-soft);
}
.news_box dl dt {
  font-size: 1.6rem;
}
.news_box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e811';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
  letter-spacing: 0;
}
.news_box dl dt.is_open::before {
  content: "\e810";
}
.news_box dl dt ~ dt {
  margin-top: 1.1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-sub-soft);
}
.news_box dl dd {
  padding-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .news {
    padding: 60px 0 100px;
  }
  .news .wrap {
    display: flex;
    align-items: flex-start;
  }
  .news_tit {
    width: 172px;
    margin-inline: 84px;
  }
  .news_box {
    width: 860px;
  }
  .news_box dl {
    padding-top: 40px;
  }
  .news_box dl dt {
    padding-left: 40px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .news_box dl dt::before {
    margin-right: 18px;
    margin-left: -40px;
  }
  .news_box dl dd {
    padding-top: 7px;
    padding-left: 40px;
  }
}
.medical_ortho_tit.js-effect {
  opacity: 0;
}
.medical_ortho_tit.js-effect::before {
  opacity: 0;
}
.medical_ortho_tit.js-effect.is_active {
  animation: fadeUp_lite 0.6s ease-out forwards;
}
.medical_ortho_tit.js-effect.is_active::before {
  animation: fadeIn 0.6s ease-out 0.3s forwards;
}
.medical_ortho_lst.js-effect li {
  opacity: 0;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(1) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(2) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(3) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(4) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(5) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(6) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho_lst.js-effect.is_active li:nth-child(7) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_ortho .trouble_tit.js-effect {
  opacity: 0;
}
.medical_ortho .trouble_tit.js-effect::before {
  opacity: 0;
}
.medical_ortho .trouble_tit.js-effect.is_active {
  animation: fadeUp_lite 0.4s ease-out forwards;
}
.medical_ortho .trouble_tit.js-effect.is_active::before {
  animation: fadeIn 0.6s ease-out 0.3s forwards;
}
.medical_ortho .trouble_box.js-effect .img {
  opacity: 0;
}
.medical_ortho .trouble_box.js-effect .lst li {
  opacity: 0;
}
.medical_ortho .trouble_box.js-effect.is_active .img {
  animation: fadeIn 0.6s ease-out forwards;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(1) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(2) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(3) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(4) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(5) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_ortho .trouble_box.js-effect.is_active .lst li:nth-child(6) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.medical_derma_tit.js-effect {
  opacity: 0;
}
.medical_derma_tit.js-effect::before {
  opacity: 0;
}
.medical_derma_tit.js-effect.is_active {
  animation: fadeUp_lite 0.4s ease-out forwards;
}
.medical_derma_tit.js-effect.is_active::before {
  animation: fadeIn 0.6s ease-out 0.3s forwards;
}
.medical_derma_txt.js-effect {
  opacity: 0;
}
.medical_derma_txt.js-effect.is_active {
  animation: fadeUp_lite 0.6s ease-out 0.2s forwards;
}
.medical_derma_lst.js-effect li {
  opacity: 0;
}
.medical_derma_lst.js-effect.is_active li:nth-child(1) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_derma_lst.js-effect.is_active li:nth-child(2) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_derma_lst.js-effect.is_active li:nth-child(3) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_derma_lst.js-effect.is_active li:nth-child(4) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_derma_lst.js-effect.is_active li:nth-child(5) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical_derma_lst.js-effect.is_active li:nth-child(6) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp_lite;
}
.medical {
  padding: 4rem 0;
}
.medical_tit {
  margin-bottom: 4rem;
}
.medical_ortho {
  display: flow-root;
}
.medical_ortho_tit {
  margin-inline: 1.5rem;
}
.medical_ortho_lst {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
  padding-inline: 2rem;
  gap: 2rem 6%;
}
.medical_ortho_lst > li {
  position: relative;
  width: 47%;
  line-height: 1;
}
.medical_ortho_lst > li::after {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  content: '\e80c';
  color: var(--color-accent);
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
  letter-spacing: 0;
}
.medical_ortho_lst > li a {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  gap: 1px;
  border: 1px solid var(--color-main);
  border-radius: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.medical_ortho_lst > li a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0.6rem, 0.6rem);
  border-radius: 0.5rem;
  content: "";
}
.medical_ortho_lst > li a::after {
  order: -1;
  aspect-ratio: 1/1;
  width: 36%;
  margin: 2.5rem auto 1.8rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.medical_ortho_lst > li:nth-child(odd) a::before {
  background-color: var(--color-accent-pale);
}
.medical_ortho_lst > li:nth-child(even) a::before {
  background-color: var(--color-sub-pale);
}
.medical_ortho_lst > li .a_ortho::after {
  background-image: url(../img/index/medical_orthops_ortho.svg);
}
.medical_ortho_lst > li .a_spine::after {
  background-image: url(../img/index/medical_orthops_spine.svg);
}
.medical_ortho_lst > li .a_reha::after {
  background-image: url(../img/index/medical_orthops_reha.svg);
}
.medical_ortho_lst > li .a_hand::after {
  background-image: url(../img/index/medical_orthops_hand.svg);
}
.medical_ortho_lst > li .a_osteo::after {
  background-image: url(../img/index/medical_orthops_osteo.svg);
}
.medical_ortho_lst > li .a_accident::after {
  background-image: url(../img/index/medical_orthops_accident.svg);
}
.medical_ortho_lst > li .a_checkup::after {
  background-image: url(../img/index/medical_orthops_checkup.svg);
}
.medical_ortho .trouble {
  display: flow-root;
  padding-bottom: 1rem;
  padding-inline: 5%;
  background: linear-gradient(transparent 3.5rem, var(--color-sub-pale) 3.5rem);
}
.medical_ortho .trouble_tit i {
  font-size: 1.4rem;
}
.medical_ortho .trouble_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-block: 2.5rem;
}
.medical_ortho .trouble_box .img {
  flex: none;
  width: 35%;
}
.medical_ortho .trouble_box .lst {
  width: 55%;
}
.medical_ortho .trouble_box .lst li {
  line-height: 1;
}
.medical_ortho .trouble_box .lst li ~ li {
  margin-top: 0.8rem;
}
.medical_ortho .trouble_box .lst li a {
  display: block;
  padding-block: 1.3rem;
  border: 1px solid var(--color-main);
  border-radius: 0.3rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  font-size: 1.5rem;
  text-align: center;
}
.medical_ortho .trouble_box .lst li a::before {
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  width: 2rem;
  border-radius: 50%;
  outline-color: var(--color-main);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 4px;
  content: "";
}
.medical_ortho .trouble_box .lst li a::after {
  position: absolute;
  top: auto;
  right: 1rem;
  bottom: auto;
  content: '\e80c';
  color: var(--color-accent);
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
  letter-spacing: 0;
}
.medical_ortho .trouble_box .lst li a:focus::before, .medical_ortho .trouble_box .lst li a:active::before {
  background-color: rgb(var(--color-sub-dark-rgb)/0.8);
}
.medical_ortho .trouble_box .lst li .parts01 {
  background-image: url(../img/index/medical_trouble_01.svg);
}
.medical_ortho .trouble_box .lst li .parts01::before {
  top: 10.5%;
  left: 9.5%;
  width: 2.3rem;
}
.medical_ortho .trouble_box .lst li .parts02 {
  background-image: url(../img/index/medical_trouble_02.svg);
}
.medical_ortho .trouble_box .lst li .parts02::before {
  top: 42.5%;
  left: 27.5%;
}
.medical_ortho .trouble_box .lst li .parts03 {
  background-image: url(../img/index/medical_trouble_03.svg);
}
.medical_ortho .trouble_box .lst li .parts03::before {
  top: 31%;
  left: 13%;
  width: 3rem;
}
.medical_ortho .trouble_box .lst li .parts04 {
  background-image: url(../img/index/medical_trouble_04.svg);
}
.medical_ortho .trouble_box .lst li .parts04::before {
  top: 45.5%;
  left: 8.5%;
}
.medical_ortho .trouble_box .lst li .parts05 {
  background-image: url(../img/index/medical_trouble_05.svg);
}
.medical_ortho .trouble_box .lst li .parts05::before {
  top: 66%;
  left: 9%;
}
.medical_ortho .trouble_box .lst li .parts06 {
  background-image: url(../img/index/medical_trouble_06.svg);
}
.medical_ortho .trouble_box .lst li .parts06::before {
  top: 88%;
  left: 19%;
}
.medical_derma {
  margin-top: 3.5rem;
  padding-inline: 5%;
}
@media screen and (max-width: 47.99em) {
  .medical_derma_tit::before {
    top: 0.5rem;
    font-size: 3.5rem;
    letter-spacing: -0.05em;
  }
}
.medical_derma_txt {
  margin: 2.5rem 0.5rem;
}
.medical_derma_lst {
  padding-inline: 0.5rem;
}
.medical_derma_lst li {
  margin-top: 1rem;
  line-height: 1;
}
.medical_derma_lst li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  gap: 0 1.5rem;
  border: 1px solid var(--color-main);
  border-radius: 0.3rem;
  background-color: var(--color-white);
  font-size: 1.5rem;
  text-align: center;
}
.medical_derma_lst li a::before {
  flex: none;
  aspect-ratio: 1/1;
  width: 4.4rem;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.medical_derma_lst li a::after {
  flex-grow: 1;
  content: '\e80c';
  color: var(--color-accent);
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: right;
}
.medical_derma_lst li .a_smd::before {
  background-image: url(../img/index/medical_derma_smd.webp);
}
.medical_derma_lst li .a_ws::before {
  background-image: url(../img/index/medical_derma_ws.webp);
}
.medical_derma_lst li .a_ap::before {
  background-image: url(../img/index/medical_derma_ap.webp);
}
.medical_derma_lst li .a_aga::before {
  background-image: url(../img/index/medical_derma_aga.webp);
}
.medical_derma_lst li .a_pm::before {
  background-image: url(../img/index/medical_derma_pm.webp);
}
.medical_derma_lst li .a_hc::before {
  background-image: url(../img/index/medical_derma_hc.webp);
}
@media screen and (min-width: 48em), print {
  .medical {
    padding: 80px 0 140px;
  }
  .medical_tit {
    margin-bottom: 60px;
  }
  .medical_ortho_tit {
    width: 1200px;
    margin-inline: auto;
  }
  .medical_ortho_lst {
    width: 1200px;
    margin: 0 auto 98px;
    padding-inline: 0;
    gap: 40px 37px;
  }
  .medical_ortho_lst > li {
    width: 270px;
  }
  .medical_ortho_lst > li::after {
    right: 15px;
    bottom: 10px;
    font-size: 2.3rem;
    transition: 0.3s;
  }
  .medical_ortho_lst > li:hover::after, .medical_ortho_lst > li:focus::after {
    transform: translate(20px, -15px) scale(1.7);
  }
  .medical_ortho_lst > li a {
    width: 270px;
    border-radius: 5px;
    font-size: 2.4rem;
  }
  .medical_ortho_lst > li a::before {
    transform: translate(10px, 10px);
    border-radius: 5px;
  }
  .medical_ortho_lst > li a::after {
    width: 90px;
    margin: 40px auto 48px;
  }
  .medical_ortho_lst > li a:hover, .medical_ortho_lst > li a:focus {
    background: var(--color-white);
  }
  .medical_ortho_lst > li a:hover::before, .medical_ortho_lst > li a:focus::before {
    transform: translate(7px, 7px);
    filter: brightness(0.95) saturate(1.6);
  }
  .medical_ortho .trouble {
    padding-bottom: 70px;
    padding-inline: 0;
    background-image: linear-gradient(var(--color-sub-pale), var(--color-sub-pale));
    background-position: 50% 72px;
    background-size: calc(50% + 700px) auto;
    background-repeat: no-repeat;
  }
  .medical_ortho .trouble_tit {
    width: 1200px;
    margin-inline: auto;
    word-spacing: 0.3em;
  }
  .medical_ortho .trouble_tit i {
    font-size: 2.4rem;
  }
  .medical_ortho .trouble_box {
    width: 1200px;
    margin: 0 auto;
    padding-right: 118px;
  }
  .medical_ortho .trouble_box .img {
    flex: none;
    width: 436px;
  }
  .medical_ortho .trouble_box .img img {
    margin-inline: auto;
  }
  .medical_ortho .trouble_box .lst {
    width: 600px;
  }
  .medical_ortho .trouble_box .lst li ~ li {
    margin-top: 20px;
  }
  .medical_ortho .trouble_box .lst li a {
    padding-top: 22px;
    padding-bottom: 21px;
    border-radius: 5px;
    font-size: 2.4rem;
  }
  .medical_ortho .trouble_box .lst li a::before {
    width: 40px;
    outline-offset: 5px;
  }
  .medical_ortho .trouble_box .lst li a::after {
    right: 138px;
    font-size: 2.3rem;
  }
  .medical_ortho .trouble_box .lst li a:hover, .medical_ortho .trouble_box .lst li a:focus {
    box-shadow: 5px 6px 0 var(--color-shadow);
  }
  .medical_ortho .trouble_box .lst li a:hover::before, .medical_ortho .trouble_box .lst li a:focus::before {
    background-color: rgb(var(--color-sub-dark-rgb)/0.8);
  }
  .medical_ortho .trouble_box .lst li a:hover::after, .medical_ortho .trouble_box .lst li a:focus::after {
    transform: translateX(32px);
  }
  .medical_ortho .trouble_box .lst li .parts01::before {
    top: 45px;
    left: 165px;
    width: 50px;
  }
  .medical_ortho .trouble_box .lst li .parts02::before {
    top: 222px;
    left: 272px;
  }
  .medical_ortho .trouble_box .lst li .parts03::before {
    top: 162px;
    left: 188px;
    width: 60px;
  }
  .medical_ortho .trouble_box .lst li .parts04::before {
    top: 232px;
    left: 162px;
  }
  .medical_ortho .trouble_box .lst li .parts05::before {
    top: 342px;
    left: 165px;
  }
  .medical_ortho .trouble_box .lst li .parts06::before {
    top: 460px;
    left: 223px;
  }
  .medical_derma {
    width: 1200px;
    margin-top: 88px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .medical_derma_txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }
  .medical_derma_lst {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 0;
    gap: 30px 40px;
  }
  .medical_derma_lst li {
    width: 580px;
    margin-top: 0;
  }
  .medical_derma_lst li a {
    padding: 19px 20px;
    gap: 0 20px;
    border-radius: 5px;
    font-size: 2.4rem;
  }
  .medical_derma_lst li a::before {
    width: 90px;
  }
  .medical_derma_lst li a::after {
    font-size: 2.3rem;
  }
  .medical_derma_lst li a:hover, .medical_derma_lst li a:focus {
    background-color: var(--color-sub-pale);
  }
  .medical_derma_lst li a:hover::after, .medical_derma_lst li a:focus::after {
    transform: translateX(30px);
  }
}
.feature_tit.js-effect {
  opacity: 0;
}
.feature_tit.js-effect.is_active {
  animation: fadeIn 0.6s ease-out 0.1s forwards;
}
.feature_lst.js-effect {
  opacity: 0;
}
.feature_lst.js-effect .box {
  opacity: 0;
}
.feature_lst.js-effect.is_active {
  animation: fadeUp_lite 0.6s ease-in-out forwards;
}
.feature_lst.js-effect.is_active .box {
  animation: fadeIn 0.6s ease-in-out 0.3s forwards;
}
.feature {
  padding: 4rem 0;
  background-image: url(../img/index/feature_bg_head.webp);
  background-position: center top;
  background-size: auto 14rem;
  background-repeat: no-repeat;
  counter-reset: fNum 0;
}
.feature_tit {
  margin-bottom: 4rem;
  background-image: url(../img/index/feature_tit_02.svg);
  color: var(--color-white);
  -o-border-image: linear-gradient(90deg, var(--color-white), var(--color-white) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-white) calc(50% + 2px), var(--color-white)) 1;
  border-image: linear-gradient(90deg, var(--color-white), var(--color-white) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-white) calc(50% + 2px), var(--color-white)) 1;
}
.feature_lst {
  padding: 10rem 1.5rem 0;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  counter-increment: fNum 1;
}
.feature_lst ~ .feature_lst {
  margin-top: 3rem;
}
.feature_lst .box {
  position: relative;
  padding: 1.5rem 1.5rem 4rem;
  border-width: 0 0 1px;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
  border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), var(--color-main) calc(50% + 2px), var(--color-main)) 1;
}
.feature_lst .box::before {
  position: absolute;
  right: 5.6rem;
  bottom: 0.8rem;
  content: "Feature";
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
.feature_lst .box::after {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  content: counter(fNum, decimal-leading-zero);
  font-size: 3.8rem;
  line-height: 0.7;
  font-family: "Josefin Sans", sans-serif;
}
.feature_lst .box .tit {
  margin-bottom: 1rem;
  padding: 1.6rem 0 0.5rem 1.6rem;
  background-image: url(../img/tit_03.svg);
  background-position: left top;
  background-size: 3.6rem auto;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
}
.feature_lst .box .txt {
  margin: 0 1.5rem;
}
.feature_lst:nth-of-type(odd) .box {
  background-color: var(--color-accent-pale);
}
.feature_lst:nth-of-type(odd) .box::before, .feature_lst:nth-of-type(odd) .box::after {
  color: var(--color-accent-smoke);
}
.feature_lst:nth-of-type(even) .box {
  background-color: var(--color-sub-pale);
}
.feature_lst:nth-of-type(even) .box::before, .feature_lst:nth-of-type(even) .box::after {
  color: var(--color-sub-soft);
}
.feature_lst[data-image=specialist] {
  background-image: url(../img/index/feature_pic_specialist.webp);
}
.feature_lst[data-image=equipment] {
  background-image: url(../img/index/feature_pic_equipment.webp);
}
.feature_lst[data-image=beauty] {
  background-image: url(../img/index/feature_pic_beauty.webp);
}
.feature_lst[data-image=rehabilitation] {
  background-image: url(../img/index/feature_pic_rehabilitation.webp);
}
.feature_lst[data-image=support] {
  background-image: url(../img/index/feature_pic_support.webp);
}
.feature_lst[data-image=collaboration] {
  background-image: url(../img/index/feature_pic_collaboration.webp);
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 80px 0 140px;
    background-size: auto;
  }
  .feature_tit {
    margin-bottom: 80px;
  }
  .feature_lst {
    padding: 50px 0 0;
    background-size: auto;
  }
  .feature_lst ~ .feature_lst {
    margin-top: 80px;
  }
  .feature_lst .box {
    width: 600px;
    padding: 40px 30px 140px;
  }
  .feature_lst .box::before {
    right: 165px;
    bottom: 25px;
    font-size: 4rem;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.05em;
  }
  .feature_lst .box::after {
    right: 30px;
    bottom: 25px;
    font-size: 10rem;
    line-height: 0.6;
    letter-spacing: 0.05em;
  }
  .feature_lst .box .tit {
    margin-bottom: 20px;
    padding: 30px 0 0 30px;
    background-size: 70px auto;
    font-size: 2.8rem;
    word-break: normal;
  }
  .feature_lst .box .txt {
    margin: 0 30px;
  }
  .feature_lst:first-of-type .box::before {
    right: 140px;
  }
  .feature_lst:nth-of-type(odd) {
    background-position: left calc(50% - 500px) top 0;
  }
  .feature_lst:nth-of-type(odd) .box {
    margin-right: auto;
    margin-left: 50%;
  }
  .feature_lst:nth-of-type(even) {
    background-position: right calc(50% - 500px) top 0;
  }
  .feature_lst:nth-of-type(even) .box {
    margin-right: 50%;
    margin-left: auto;
  }
}
.greeting_tit.js-effect {
  opacity: 0;
}
.greeting_tit.js-effect.is_active {
  animation: fadeIn 0.6s ease-out 0.1s forwards;
}
.greeting_box.js-effect .tit_03 {
  opacity: 0;
}
.greeting_box.js-effect .txt {
  opacity: 0;
}
.greeting_box.js-effect .txt .more {
  opacity: 0;
}
.greeting_box.js-effect.is_active .tit_03 {
  animation: fadeUp_lite 0.8s ease-in-out forwards;
}
.greeting_box.js-effect.is_active .txt {
  animation: fadeUp_lite 0.8s ease-in-out 0.4s forwards;
}
.greeting_box.js-effect.is_active .txt .more {
  animation: fadeIn 0.6s ease-in-out 0.6s forwards;
}
.greeting {
  padding: 3.5rem 5% 4rem;
  background-color: var(--color-sub-pale);
}
.greeting_tit {
  margin-bottom: 4rem;
}
.greeting_box {
  margin-top: 3.5rem;
}
.greeting_box .txt .more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0 1rem 1.4rem;
  border-bottom: 1px solid var(--color-main);
}
.greeting_box .txt .more a {
  display: inline-flex;
  gap: 0 0.8rem;
}
.greeting_box .txt .more a::before {
  flex: none;
  aspect-ratio: 1/1;
  width: 2rem;
  border-radius: 50%;
  background: var(--color-main);
  content: '\e80c';
  color: var(--color-white);
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2rem;
  font-family: "fontello";
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .greeting {
    padding: 80px 0 120px;
  }
  .greeting_tit {
    margin-bottom: 110px;
  }
  .greeting_box {
    margin-top: 100px;
  }
  .greeting_box .txt .more {
    margin: 50px auto 0;
    padding: 0 20px 28px;
    border-bottom: 1px solid var(--color-main);
    line-height: 1.5;
  }
  .greeting_box .txt .more a {
    gap: 0 20px;
    font-size: 2.4rem;
  }
  .greeting_box .txt .more a::before {
    width: 40px;
    font-size: 2.2rem;
    line-height: 40px;
  }
  .greeting_box .txt .more a:hover {
    color: var(--color-main);
  }
  .greeting_box .txt .more a:hover::before {
    background-color: var(--color-accent);
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 1rem 4%;
  background-image: url(../img/tit_heading.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.heading h1 {
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.5rem var(--color-white), 0 0 0.5rem var(--color-white), 0 0 0.5rem var(--color-white), 0 0 0.5rem var(--color-white), 0 0 0.5rem var(--color-white);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 280px;
    padding: 0 calc(50% - 600px);
  }
  .heading h1 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white);
  }
}
body:is(#page_ortho, #page_spine, #page_hand, #page_rehabilitation, #page_osteoporosis, #page_traffic_accident, #page_school_checkup) .heading {
  background-image: url(../img/tit_heading_ortho.jpg);
}
body:is(#page_stains_melasma_dullness, #page_wrinkles_sagging, #page_acne_pores, #page_aga, #page_permanent_makeup, #page_home_care, #page_price) .heading {
  background-image: url(../img/tit_heading_derma.jpg);
}
.breadcrumbs {
  padding: 1rem 4% 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 18px 0 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}
.contents {
  padding: 4rem 4%;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1200px;
    margin-inline: auto;
    padding: 45px 0 80px;
  }
}
body#page_doctor .doctor_greeting .img_r {
  max-width: 60%;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2rem;
}
body#page_doctor .doctor_profile .bio dl {
  display: grid;
  gap: 0.5em;
}
body#page_doctor .doctor_profile .bio dl dt {
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl.ym {
  grid-template-columns: 5em auto;
  line-height: 1.5;
}
body#page_doctor .doctor_profile .bio dl.y {
  grid-template-columns: 3.8em auto;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 400px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    gap: 0 80px;
  }
  body#page_doctor .doctor_profile > section {
    flex-grow: 1;
    margin-top: 0;
  }
}
@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-slide {
  opacity: 0.2;
  transition: opacity 0.3s;
}
body#page_clinic .slider .slider-panel .slick-slide figcaption {
  display: block;
  padding: 0.5em 0.2em;
  background: var(--color-accent-soft);
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
body#page_clinic .slider .slider-panel .slick-slide.slick-current {
  opacity: 1;
}
body#page_clinic .slider .slider-panel .slick-arrow::before {
  filter: drop-shadow(0 0 2px rgb(var(--color-gray-rgb)/0.5));
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-track {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  gap: 0.5rem 2%;
  transform: translate3d(0px, 0px, 0px) !important;
}
body#page_clinic .slider .slider-nav .slick-track .slick-slide {
  width: 32% !important;
}
body#page_clinic .slider .slider-nav .slick-track .slick-slide img {
  filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-track .slick-slide.slick-current img {
  outline: 4px solid var(--color-accent-soft);
  outline-offset: -4px;
  filter: opacity(1);
}
body#page_clinic .privacypolicy .tit_02 i {
  font-weight: 500;
  font-size: 1.6rem;
}
body#page_clinic .privacypolicy :not(.tit_02) {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
}
body#page_clinic .privacypolicy > section {
  margin-top: 1.5em;
}
body#page_clinic .privacypolicy > section > section {
  margin-top: 1.2em;
}
body#page_clinic .privacypolicy .lead {
  margin-bottom: 3em;
}
body#page_clinic .privacypolicy .tit {
  margin-bottom: 0.3em;
}
body#page_clinic .privacypolicy .tit_s {
  margin-bottom: 0.1em;
}
body#page_clinic .privacypolicy ul ul, body#page_clinic .privacypolicy ul ol, body#page_clinic .privacypolicy ol ul, body#page_clinic .privacypolicy ol ol {
  margin-block: 0.5em;
}
body#page_clinic .privacypolicy .lst_ul > li::before {
  transform: scale(0.4);
  content: "●";
  color: inherit;
}
body#page_clinic .privacypolicy .lst_ul > li ~ li {
  margin-top: 0.3em;
}
body#page_clinic .privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_clinic .privacypolicy .lst_ol > li::marker {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
body#page_clinic .privacypolicy .lst_ol > li ~ li {
  margin-top: 0.3em;
}
body#page_clinic .privacypolicy .dl_num dt ~ dt {
  margin-top: 0.5em;
}
body#page_clinic .privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
body#page_clinic .privacypolicy .pp_sign {
  margin-top: 3em;
}
body#page_clinic .privacypolicy .pp_contactus {
  margin-top: 0.5em;
}
body#page_clinic .privacypolicy .pp_contactus div {
  word-break: auto-phrase;
  word-spacing: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .contents {
    width: 100%;
  }
  body#page_clinic .slider {
    width: 100%;
    overflow-x: clip;
  }
  body#page_clinic .slider .slider-panel .slick-slide {
    width: 800px;
    padding-inline: 25px;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-arrow {
    width: 6rem;
    height: 6rem;
  }
  body#page_clinic .slider .slider-panel .slick-arrow::before {
    color: var(--color-accent-soft);
    font-size: 6rem;
    filter: none;
  }
  body#page_clinic .slider .slider-panel .slick-arrow:hover:before, body#page_clinic .slider .slider-panel .slick-arrow:focus:before {
    color: var(--color-accent);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: calc(50% - 500px);
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: calc(50% - 500px);
  }
  body#page_clinic .slider .slider-nav {
    width: 1000px;
    margin: 40px auto 0;
  }
  body#page_clinic .slider .slider-nav .slick-track {
    gap: 20px 2.5%;
  }
  body#page_clinic .slider .slider-nav .slick-track .slick-slide {
    width: 18% !important;
    cursor: pointer;
  }
  body#page_clinic .slider .slider-nav .slick-track .slick-slide.slick-current {
    cursor: auto;
  }
  body#page_clinic .privacypolicy {
    width: 1200px;
    margin-inline: auto;
  }
  body#page_clinic .privacypolicy .tit_02 i {
    font-size: 3rem;
  }
  body#page_clinic .privacypolicy :not(.tit_02) {
    font-size: 1.4rem;
  }
}
body#page_first .first_ortho .lst_ul {
  padding: 1.5rem;
  border-radius: 0.3rem;
  background-color: var(--color-accent-pale);
}
body#page_first .first_ortho .lst_ul > li::before {
  color: var(--color-accent);
}
body#page_first .about_appointment .lnkbtn {
  text-align: center;
}
body#page_first .about_appointment .lnkbtn .btn_rsv {
  width: 70%;
  padding: 0.7em 0.8em;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  body#page_first .first_ortho .lst_ul {
    padding: 24px 36px;
    border-radius: 5px;
  }
  body#page_first .about_appointment .lnkbtn {
    margin-top: -5px;
    text-align: left;
  }
  body#page_first .about_appointment .lnkbtn .btn_rsv {
    width: 260px;
    font-size: 2rem;
  }
}
body#page_access .timetable_note + .timetable_tbl {
  margin-top: 2.5rem;
}
body#page_access .access_info {
  display: grid;
  grid-template-columns: 8rem auto;
  align-items: center;
  gap: 1rem 0.4rem;
}
body#page_access .access_info > dt {
  display: grid;
  place-content: center;
  height: 100%;
  border-bottom: 1px solid var(--color-accent);
  background-color: var(--color-accent-pale);
}
body#page_access .access_info > dd {
  padding: 1rem 0 1rem 0.8rem;
  border-bottom: 1px solid var(--color-main);
}
body#page_access .access_info > dd b {
  font-weight: normal;
}
body#page_access .gmap {
  width: 100%;
  height: 35rem;
  margin-top: 2rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .contents {
    width: 1000px;
    margin-inline: auto;
  }
  body#page_access .contents .timetable {
    font-size: 2rem;
  }
  body#page_access .contents .timetable_note + .timetable_tbl {
    margin-top: 50px;
  }
  body#page_access .contents .access_info {
    grid-template-columns: 280px auto;
    gap: 15px 4px;
    font-size: 2rem;
  }
  body#page_access .contents .access_info > dd {
    padding: 20px 40px;
    border-bottom: 1px solid var(--color-main);
    word-spacing: 0.7em;
  }
  body#page_access .contents .access_info > dd br {
    display: none;
  }
  body#page_access .contents .gmap {
    height: 550px;
  }
}
body#page_rehabilitation .equipment_list {
  padding-inline: 1rem;
}
body#page_rehabilitation .equipment_list figure {
  margin-top: 1.8rem;
}
body#page_rehabilitation .equipment_list figure figcaption {
  margin-bottom: 1.2rem;
  padding: 0 0.6rem 0.5rem;
  border-width: 0 0 1px;
  border-style: solid;
  color: var(--color-accent);
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -o-border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 3em, transparent 3em, transparent 3.2em, var(--color-main) 3.2em, var(--color-main)) 1;
  border-image: linear-gradient(90deg, var(--color-accent), var(--color-accent) 3em, transparent 3em, transparent 3.2em, var(--color-main) 3.2em, var(--color-main)) 1;
}
body#page_rehabilitation .equipment_list figure p {
  margin-top: 0.8rem;
}
@media screen and (min-width: 48em), print {
  body#page_rehabilitation .equipment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 0;
    gap: 35px 60px;
  }
  body#page_rehabilitation .equipment_list figure {
    width: 560px;
    margin-top: 0;
  }
  body#page_rehabilitation .equipment_list figure figcaption {
    margin-bottom: 12px;
    padding: 0 12px 10px;
    font-size: 2.8rem;
  }
  body#page_rehabilitation .equipment_list figure p {
    margin-top: 4px;
  }
}
.aftercare {
  margin-block: 0.3em;
}
.aftercare li::before {
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.7);
  content: "◆";
  color: var(--color-accent-smoke);
}
.aftercare li ~ li {
  margin-top: 0.15em;
}
p:has(+ .aftercare) {
  margin-bottom: 0;
}
.tableblock table thead th:first-child {
  width: 25%;
}
.tableblock table tbody th {
  text-align: center;
}
.tableblock table tbody td {
  padding-left: 1.5em;
  vertical-align: top;
}
.tableblock table tbody td i {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .tableblock {
    display: flex;
  }
  .tableblock table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .tableblock table:not(:first-of-type) tr *:nth-child(1) {
    display: none;
  }
  .tableblock table:not(:first-of-type) tr *:nth-child(2) {
    border-left: none;
  }
  .tableblock table thead th {
    height: 3em;
  }
  .tableblock[data-name=caresys] thead th:first-child {
    width: 150px;
  }
  .tableblock[data-name=caresys] thead th:last-child {
    min-width: 500px;
  }
  .tableblock[data-name=caresys] tbody tr:first-child td {
    height: 5.5em;
  }
}
.products ~ .products {
  margin-top: 3.5rem;
}
.products_bnr {
  margin: 2rem 0;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3%;
}
.products_list .item {
  width: 48.5%;
  padding: 0.8rem 0.8rem 1.2rem;
  background-color: var(--color-main-lite);
  color: var(--color-base-txt);
}
.products_list .item .img {
  margin-bottom: 1.2rem;
  background-color: var(--color-white);
}
.products_list .item .name {
  font-weight: 700;
  line-height: 1.25;
}
.products_list .item .price {
  margin-block: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.products_list .item .txt {
  margin-block: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.products_list .item .txt sup {
  font-size: 80%;
}
.products_list .item .txt .note {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 80%;
}
.products_footnote {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .products ~ .products {
    margin-top: 60px;
  }
  .products_bnr {
    margin: 25px 0;
  }
  .products_list {
    gap: 12px;
  }
  .products_list .item {
    width: 230px;
    padding: 10px 10px 18px;
  }
  .products_list .item .img {
    margin-bottom: 20px;
  }
  .products_list .item .price {
    margin-block: 8px;
  }
  .products_list .item .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .products_footnote {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
body#page_price #topics.box_basic {
  --color-basic-bg: #fef5eb;
  padding: 1.8rem;
}
body#page_price #topics.box_basic .lead {
  margin-bottom: 2.5rem;
  color: #7b5047;
  font-weight: 700;
  font-size: 108%;
  line-height: 1.6;
}
@media screen and (min-width: 48em), print {
  body#page_price #topics.box_basic {
    padding: 50px 60px;
  }
  body#page_price #topics.box_basic .lead {
    margin-bottom: 40px;
    font-size: 112.5%;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
