@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

: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) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

: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.2ex;
}

: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) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

p {
  margin: 0 0 1em;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  height: 100%;
  border: none;
}

em, i {
  font-style: normal;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

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

@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
  .pc_flex_c {
    justify-content: center !important;
  }
  .pc_blk_c {
    display: grid;
    place-content: center;
  }
}
.img_c {
  margin: 0 auto 1.3rem;
  border-radius: 0.5rem;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.3rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.3rem;
  }
  .l-imgbox_left img,
  .l-imgbox_right img {
    max-width: 80%;
    margin: 0 auto 1.3rem;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_l {
    float: left;
    max-width: 480px;
    margin: 5px 40px 20px 0;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    max-width: 480px;
    margin: 5px 0 20px 40px;
    border-radius: 10px;
  }
  .l-imgbox_left,
  .l-imgbox_right {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
  }
  .l-imgbox_left img,
  .l-imgbox_right img {
    max-width: 480px;
    margin: 5px 0 0;
    border-radius: 10px;
  }
  .l-imgbox_right img {
    order: 2;
  }
}
.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;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

main.contents > section ~ section {
  margin-top: 4rem;
}
main.contents > section section {
  margin-top: 3rem;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 3rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  main.contents > section ~ section {
    margin-top: 80px;
  }
  main.contents > section section {
    margin-top: 60px;
  }
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 60px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}

.tit_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.4em;
  margin: 0 0 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #003288;
}
.tit_02::before, .tit_02::after {
  flex: none;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding-bottom: 0.15em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #8b7c6c;
  border-bottom: 3px solid currentColor;
  box-shadow: 0 2px 0 0 #baa58e;
}

.tit_04 {
  margin: 0 0 1.3rem;
  padding-bottom: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #003288;
  border-bottom: 3px solid currentColor;
}

.tit_05 {
  margin: 0 0 1rem;
  padding-bottom: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #488bb8;
  border-bottom: 2px dotted currentColor;
}

.tit_06 {
  margin: 0 0 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #8b7c6c;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 36px;
    font-size: 3.6rem;
    column-gap: 16px;
  }
  .tit_02::before, .tit_02::after {
    width: 40px;
    height: 42px;
  }
  .tit_03 {
    margin: 0 0 25px;
    padding-bottom: 5px;
    font-size: 3.4rem;
    border-bottom-width: 5px;
    box-shadow: 0 4px 0 0 #baa58e;
  }
  .tit_04 {
    margin: 0 0 21px;
    font-size: 3.2rem;
    border-bottom-width: 5px;
  }
  .tit_05 {
    margin: 0 0 18px;
    font-size: 3rem;
    border-bottom-width: 4px;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2.8rem;
  }
}
.dl_ul dt, .lst_ul > li {
  padding-left: 1.5em;
}
.dl_ul dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-left: -1.35em;
  margin-right: 0.25em;
  content: "●";
  color: #acc2d5;
  font-size: 1em;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .dl_ul dt::before, .lst_ul > li::before {
    font-size: 1.2em;
  }
}

.lst_ul > li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .lst_ul.cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
  }
  .lst_ul.cols > li {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em), print {
  .lst_ul > li {
    line-height: 1.5;
  }
  .lst_ul[class*=cols] {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_ul[class*=cols] > li {
    margin-top: 0;
  }
  .lst_ul.cols {
    gap: 1em 2em;
  }
  .lst_ul.cols2 {
    justify-content: space-between;
    gap: 1em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols3 {
    gap: 1em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
}

.lst_ol {
  padding-top: 0.2em;
  margin-left: 0.5em;
}
.lst_ol > li {
  margin-left: 1.3em;
  list-style-type: decimal;
  line-height: 1.4;
}
.lst_ol > li:not(:first-child) {
  margin-top: 0.8em;
}
.lst_ol > li::marker {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1;
  color: #8b7c6c;
}
.lst_ol > li.none {
  list-style-type: none;
}
.lst_ol > li.etc {
  margin-left: 0;
  list-style-type: none;
}

.lst_marker {
  margin-top: 0.8em;
}
.lst_marker > li {
  margin-top: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_marker > li {
    line-height: 1.5;
  }
}

.dl_ul dt {
  line-height: 1.3;
}
.dl_ul dt:not(:first-of-type) {
  margin-top: 0.8em;
}
.dl_ul dd {
  margin-left: 1.4em;
}

.dl_tbl {
  margin: 1em 0;
  border: 1px solid #444;
}
.dl_tbl dt {
  padding: 0.5em 1em;
}
.dl_tbl dt ~ dt {
  border-top: 1px solid #444;
}
.dl_tbl dd {
  padding: 0.8em 1em;
}
.dl_tbl.col_disease {
  border-color: #e5d2b1;
}
.dl_tbl.col_disease dt {
  background: #f8f3ea;
}
.dl_tbl.col_disease dt ~ dt {
  border-top-color: #e5d2b1;
}

.dl_flow > dt {
  padding: 1rem 1.2rem 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 125%;
  color: #488bb8;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #488bb8;
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow > dd {
  position: relative;
  padding: 0.3rem 1.2rem 1rem;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #488bb8;
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow > dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow > dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2.5rem 0 2.5rem;
  border-color: #488bb8 transparent transparent transparent;
}
.dl_flow > dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 26px 32px 10px;
    font-size: 145%;
    line-height: 1.3;
    border-width: 2px 2px 0;
  }
  .dl_flow dd {
    padding: 10px 32px 26px;
    border-width: 0 2px 2px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -62px;
    border-width: 32px 98px 0 98px;
  }
}

.box_notes, .box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
}
.box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_disease, .box_symptoms {
    padding: 40px;
    border-radius: 15px;
  }
}

.box_symptoms {
  background: #ecf5fc;
}

.box_disease {
  background: #f8f3ea;
}
.box_disease.lst_ul li::before, .box_disease .lst_ul li::before {
  color: #d6b883;
}

.box_notes {
  padding: 1rem 2rem;
  background: #fff;
  border: 2px solid #bcbab1;
}
@media screen and (min-width: 48em), print {
  .box_notes {
    padding: 30px 50px;
  }
}

.lnk_to {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .lnk_to {
    transition: 0.3s;
  }
  .lnk_to:hover {
    filter: saturate(1.5);
  }
}

.lnk_to {
  color: #488bb8;
}
@media screen and (min-width: 48em), print {
  .lnk_to:hover {
    text-decoration: none;
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 1.5em;
    font-size: 122%;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .btn_detail:hover, .btn_back:hover {
    filter: saturate(1.5);
    box-shadow: none;
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #488bb8;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  width: 2em;
  height: 0.4em;
  margin-left: 0.4em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
  vertical-align: 0.1em;
  content: "";
}
@media screen and (min-width: 48em), print {
  .btn_detail::after, .btn_back::after {
    margin-left: 0.8em;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

em, .em {
  font-weight: bold;
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.tel {
  white-space: nowrap;
}
.tel.ico {
  font-weight: bold;
  line-height: 1;
  color: #0391be;
}
.tel.ico a {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.tel.ico a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
}
@media screen and (min-width: 48em), print {
  .tel.ico::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80e';
  }
  .tel.ico a::before {
    display: none;
  }
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: left;
}
.timetable thead {
  color: #fff;
  background: #999;
}
.timetable thead th {
  width: 9.5%;
  padding: 0.5em 0;
  font-weight: normal;
}
.timetable thead th:first-child {
  width: 32%;
  color: #999;
  background: transparent;
}
.timetable thead th:last-child {
  width: 11%;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  padding: 0.8em 0 0.8em 0.3em;
  white-space: nowrap;
  font-weight: normal;
  font-size: 95%;
  text-align: left;
  border-bottom: 1px solid #999;
}
.timetable tbody td {
  text-align: center;
  padding: 0.8em 0;
  border-bottom: 1px solid #999;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.7em;
  }
  .timetable thead th {
    width: 11%;
    padding: 0.5em 0;
  }
  .timetable thead th:first-child {
    width: 22%;
  }
  .timetable thead th:last-child {
    width: 12%;
  }
  .timetable tbody th, .timetable tbody td {
    padding: 1em 0.2em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #444;
  background: #fff;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.3rem;
}
.main.contents {
  padding: 2rem 5% 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1300px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main.contents {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 105px;
    line-height: 2.1;
  }
}
#global_header {
  background-image: url(../img/header_bg.webp);
  background-repeat: no-repeat;
  background-position: right 20% top 0;
  background-size: cover;
}
#global_header .header_col {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 1rem 0.5rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
#global_header .header_col .logo {
  width: calc(100% - 5rem);
  height: 4.4rem;
}
#global_header .header_col .logo a {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .header_col .logo a img {
  width: 100%;
  max-height: 100%;
}
#global_header .header_col .clinic_info {
  margin: 0.2rem 0 0.5rem;
  font-size: 1.2rem;
}
#global_header .header_col .clinic_info .adr span {
  display: block;
  text-align: center;
}
#global_header .header_col .clinic_info .adr span.tel {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 0.8;
}
#global_header .header_col .clinic_info .acs {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
#global_header .header_col .clinic_info .acs li {
  flex: 1;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  background: #003288;
  border-radius: 5px;
}
#global_header .header_col .clinic_info .acs li b {
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  font-size: 177.7%;
}

@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .header_col .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    min-height: 600px;
    background-position: center top;
    background-size: auto;
  }
  #global_header .header_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    width: 1300px;
    height: 100px;
    margin: 0 auto;
    padding: 5px 50px;
    border-radius: 0 0 20px 20px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  }
  #global_header .header_col .logo {
    width: 430px;
    height: 73px;
  }
  #global_header .header_col .logo a {
    display: block;
  }
  #global_header .header_col .clinic_info {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin: 0;
    font-size: 1.8rem;
  }
  #global_header .header_col .clinic_info .adr span {
    text-align: right;
  }
  #global_header .header_col .clinic_info .adr span.tel {
    margin-top: 6px;
    font-size: 3.4rem;
    letter-spacing: 0;
  }
  #global_header .header_col .clinic_info .acs {
    width: 380px;
    margin-top: 0;
  }
  #global_header .header_col .clinic_info .acs li {
    height: 65px;
    padding: 8px;
  }
}
@media screen and (min-width: 2001px) {
  #global_header {
    background-size: cover;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3rem);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
  }
  .l-pulldown {
    overflow: hidden;
    cursor: pointer;
  }
  .l-pulldown > ul {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s;
  }
  .l-pulldown:hover, .l-pulldown:focus-within {
    overflow: visible;
  }
  .l-pulldown:hover > ul, .l-pulldown:focus-within > ul {
    display: block;
    opacity: 1;
    height: auto;
  }
}
#global_nav {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
#global_nav .gnav > li > a, #global_nav .gnav > li > span {
  display: flex;
}
#global_nav .gnav > li > a::after, #global_nav .gnav > li > span::after {
  font-family: "fontello";
  font-weight: normal;
}
#global_nav .gnav .subnav a {
  display: block;
}
#global_nav .gnav .a_home::after {
  content: "\e8de";
}
#global_nav .gnav .a_doctor::after {
  content: "\e889";
}
#global_nav .gnav .a_treatment::after {
  content: "\e82a";
}
#global_nav .gnav .a_first::after {
  content: "\e840";
}
#global_nav .gnav .a_clinic::after {
  content: "\e82d";
}
#global_nav .gnav .a_access::after {
  content: "\e888";
}
#global_nav .gnav .a_symptoms a:after {
  content: "？";
  font-weight: bold;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: #003288;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 0.3rem;
    box-shadow: inset 0 -1px 1px #ccc, 0 1px 1px #ccc;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 3.4rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
    transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 5.3rem;
    left: 0;
    right: 0;
    overflow-y: auto;
    width: 100dvw;
    max-height: 90svh;
    padding: 0 2rem 1rem;
    font-size: 1.4rem;
    color: #444;
    background: #fff;
  }
  #global_nav .gnav > li {
    padding: 0.9rem 0 1rem;
    border-bottom: 1px dotted #bbb;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li > span {
    column-gap: 0.5rem;
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li > span::after {
    order: -1;
    color: #003288;
  }
  #global_nav .gnav .subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.3rem;
    margin: 0.5rem 0 0.3rem 0.5rem;
    font-size: 1.3rem;
  }
  #global_nav .gnav .subnav li:nth-child(even) {
    width: 56%;
  }
  #global_nav .gnav .subnav li a {
    font-weight: normal;
  }
  #global_nav .gnav .subnav li a::before {
    display: inline-block;
    margin-right: 0.3rem;
    color: #99adcf;
    transform: scale(0.6);
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    height: 100px;
    padding: 20px 0;
    color: #fff;
    background: rgba(99, 98, 92, 0.9);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    font-size: 2rem;
  }
  #global_nav .gnav > li {
    flex: 1;
    text-align: center;
    border-right: 1px dotted #fff;
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px dotted #fff;
  }
  #global_nav .gnav > li.a_symptoms {
    display: none;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li > span {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: 60px;
    text-align: center;
    font-size: 2rem;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li > span::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: #63625c;
    transform: scale(1, 0);
    filter: brightness(1) opacity(0);
    transition: 0.5s;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li > span::after {
    font-size: 2.4rem;
    line-height: 1;
  }
  #global_nav .gnav > li.sub:hover > span::before, #global_nav .gnav > li.sub:focus > span::before,
  #global_nav .gnav > li > a:hover::before,
  #global_nav .gnav > li > a:focus::before {
    transform: scale(1, 1.6);
    filter: brightness(0.9) opacity(1);
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    min-width: 100%;
  }
  #global_nav .gnav > li .subnav::before {
    position: relative;
    z-index: -1;
    display: block;
    height: 20px;
    content: "";
  }
  #global_nav .gnav > li .subnav li {
    color: #fff;
    background: rgba(114, 113, 108, 0.85);
    border-top: 1px dotted #bdbdb9;
  }
  #global_nav .gnav > li .subnav li a {
    padding: 15px 14px;
    white-space: nowrap;
    text-align: left;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    background: #72716c;
  }
}
:target::before {
  content: "";
  display: block;
  height: 7rem;
  margin: -7rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 140px;
    margin: -140px 0 0;
  }
}

.overview_inner {
  padding: 3rem 5% 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview_inner .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview_inner .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview_inner .clinic_outline > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.8em;
  width: 100%;
}
.overview_inner .clinic_outline > dl > dt {
  width: 23%;
  font-weight: bold;
  color: #003288;
}
.overview_inner .clinic_outline > dl > dd {
  width: 74%;
}
.overview_inner .clinic_outline > dl > dd.tel {
  font-size: 160%;
  line-height: 1.1;
  color: #003288;
}
.overview_inner .clinic_outline > dl > dd.tel a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.overview_inner .clinic_outline > dl > dd .acs dt {
  font-weight: bold;
  color: #0391be;
}
.overview_inner .clinic_outline > dl > dd .acs dt ~ dt {
  margin-top: 0.6em;
}
@media screen and (max-width: 47.99em) {
  .overview_inner .clinic_outline > dl > dd .acs dd {
    word-break: keep-all;
  }
}
.overview_inner .clinic_outline > dl.time {
  row-gap: 0.3em;
  margin-top: 0.5em;
}
.overview_inner .clinic_outline > dl.time > dt, .overview_inner .clinic_outline > dl.time > dd {
  width: 100%;
}
.overview_inner .clinic_map {
  margin-top: 2rem;
}
.overview .gmap {
  height: 15rem;
}

@media screen and (min-width: 48em), print {
  .overview_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 900px;
    padding: 100px calc(50% - 600px) 108px;
    font-size: 1.8rem;
    background-size: auto;
  }
  .overview_inner .clinic_name {
    width: 100%;
    margin: 0 0 34px;
  }
  .overview_inner .clinic_name img {
    max-width: 376px;
  }
  .overview_inner .clinic_outline {
    width: 582px;
    padding-top: 5px;
    padding-left: 20px;
    border-left: 1px solid #707070;
  }
  .overview_inner .clinic_outline > dl {
    row-gap: 22px;
  }
  .overview_inner .clinic_outline > dl > dt {
    width: 100px;
  }
  .overview_inner .clinic_outline > dl > dd {
    width: 440px;
  }
  .overview_inner .clinic_outline > dl > dd.tel {
    font-size: 3.4rem;
  }
  .overview_inner .clinic_outline > dl > dd .acs dt ~ dt {
    margin-top: 12px;
  }
  .overview_inner .clinic_outline > dl.time {
    row-gap: 0.3em;
    margin-top: 20px;
  }
  .overview_inner .clinic_map {
    width: 582px;
    margin-top: 0;
  }
  .overview .gmap {
    height: 500px;
  }
}
@media screen and (min-width: 2001px) {
  .overview_inner {
    background-size: cover;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #63625c;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 50px 0 0;
    font-size: 1.8rem;
  }
  #global_footer ul {
    display: block;
    width: 700px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li:not(:last-child)::after {
    margin: 0 7px;
    content: "|";
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer ul.subnav li {
    margin-top: 24px;
  }
  #global_footer ul.subnav li:nth-child(5)::after {
    display: none;
  }
  #global_footer .copyright {
    margin: 54px 0 0;
    padding: 34px 0;
    font-size: inherit;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    border-top: 1px solid rgba(99, 98, 92, 0.2);
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_stay {
    bottom: 180px;
    right: 30px;
  }
}

#sp_footer {
  width: calc(100% - 4rem);
  height: 4rem;
  text-align: center;
  background: #fff;
}
#sp_footer .tel {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
}
#sp_footer .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0.3em;
  text-align: center;
  color: #fff;
  background: #003288;
  border: none;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  font-size: 2.5rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
  }
  #pageup:hover {
    filter: brightness(1.3) saturate(1.3);
  }
}

body#page_index #global_header {
  position: relative;
  background: none;
}
@media screen and (max-width: 47.99em) {
  body#page_index #global_header .header_col {
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 48em), print {
  body#page_index #global_header {
    position: relative;
    height: 850px;
  }
  body#page_index #global_header .header_col {
    position: absolute;
    top: 0;
    left: calc(50% - 650px);
  }
}

.greeting_tit, .trouble_tit, .treatment_tit, .feature_tit, .news_tit {
  margin-top: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.greeting_tit::before, .trouble_tit::before, .treatment_tit::before, .feature_tit::before, .news_tit::before {
  display: block;
  margin-bottom: -1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  color: #e4f1fe;
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .greeting_tit, .trouble_tit, .treatment_tit, .feature_tit, .news_tit {
    margin-top: 10px;
    font-size: 3.2rem;
  }
  .greeting_tit::before, .trouble_tit::before, .treatment_tit::before, .feature_tit::before, .news_tit::before {
    margin-bottom: -16px;
    font-size: 9rem;
    letter-spacing: -0.02em;
    line-height: 50px;
  }
}

#keyvsl {
  max-width: 100%;
  height: 22rem;
  padding: 14rem 5% 0;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .catch {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #63625c;
  text-shadow: rgba(255, 255, 255, 0.9) 2px 0px 3px, rgba(255, 255, 255, 0.9) 1.75517px 0.958851px 3px, rgba(255, 255, 255, 0.9) 1.0806px 1.68294px 3px, rgba(255, 255, 255, 0.9) 0.141474px 1.99499px 3px, rgba(255, 255, 255, 0.9) -0.832294px 1.81859px 3px, rgba(255, 255, 255, 0.9) -1.60229px 1.19694px 3px, rgba(255, 255, 255, 0.9) -1.97998px 0.28224px 3px, rgba(255, 255, 255, 0.9) -1.87291px -0.701566px 3px, rgba(255, 255, 255, 0.9) -1.30729px -1.5136px 3px, rgba(255, 255, 255, 0.9) -0.421592px -1.95506px 3px, rgba(255, 255, 255, 0.9) 0.567324px -1.91785px 3px, rgba(255, 255, 255, 0.9) 1.41734px -1.41108px 3px, rgba(255, 255, 255, 0.9) 1.92034px -0.558831px 3px;
}
#keyvsl .catch span {
  font-size: 2.2rem;
}
#keyvsl .catch span:nth-of-type(1) {
  color: #6faa68;
}
#keyvsl .catch span:nth-of-type(2) {
  color: #d48fa9;
}
#keyvsl .catch span:nth-of-type(3) {
  color: #df845b;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 750px;
    padding-top: 100px;
    background-size: auto;
  }
  #keyvsl .catch {
    width: 1200px;
    margin: 460px auto 0;
    font-size: 3.4rem;
    line-height: 1.7;
    text-shadow: rgba(255, 255, 255, 0.4) 2px 0px 6px, rgba(255, 255, 255, 0.4) 1.75517px 0.958851px 6px, rgba(255, 255, 255, 0.4) 1.0806px 1.68294px 6px, rgba(255, 255, 255, 0.4) 0.141474px 1.99499px 6px, rgba(255, 255, 255, 0.4) -0.832294px 1.81859px 6px, rgba(255, 255, 255, 0.4) -1.60229px 1.19694px 6px, rgba(255, 255, 255, 0.4) -1.97998px 0.28224px 6px, rgba(255, 255, 255, 0.4) -1.87291px -0.701566px 6px, rgba(255, 255, 255, 0.4) -1.30729px -1.5136px 6px, rgba(255, 255, 255, 0.4) -0.421592px -1.95506px 6px, rgba(255, 255, 255, 0.4) 0.567324px -1.91785px 6px, rgba(255, 255, 255, 0.4) 1.41734px -1.41108px 6px, rgba(255, 255, 255, 0.4) 1.92034px -0.558831px 6px;
  }
  #keyvsl .catch span {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.js-news dt {
  cursor: pointer;
}

.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  text-decoration: underline;
}
.js-news dd a:hover {
  filter: saturate(1.5);
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 4rem 5%;
}
.news_tit {
  margin-bottom: 1.6rem;
}
.news_box dl {
  line-height: 1.4;
}
.news_box dl dt {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  color: #003288;
}
.news_box dl dt ~ dt {
  margin-top: 1.2em;
}
.news_box dl dt::before {
  content: "▼";
}
.news_box dl dt.is_open::before {
  content: "▲";
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 100px 0 96px;
  }
  .news .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news_tit {
    width: 290px;
  }
  .news_box {
    width: 890px;
    padding: 18px 0;
    border-top: 1px solid #8e806f;
    border-bottom: 1px solid #8e806f;
  }
  .news_box dl dt {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.feature {
  padding: 4rem 0 0;
  background: #f6f5f5;
}
.feature_tit {
  margin-bottom: 2rem;
}
.feature_tit::before {
  color: #fff;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst > div {
  counter-increment: fNum 1;
  padding-top: 14rem;
}
.feature_lst > div section {
  color: #ebf4fc;
  background-image: url(../img/index_feature_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35% auto;
}
.feature_lst > div section::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1;
  content: "FEATURE." counter(fNum, decimal-leading-zero);
}
.feature_lst > div section .tit {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  border-bottom: 1px dotted currentColor;
}
.feature_lst > div section .txt {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
}
.feature_lst > div:nth-of-type(odd), .feature_lst > div:nth-of-type(even) {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 14rem;
}
.feature_lst > div:nth-of-type(odd) section, .feature_lst > div:nth-of-type(even) section {
  padding: 1rem 8% 2rem;
}
.feature_lst_equipment {
  background-color: #6bafa4;
  background-image: url(../img/index_feature_equipment.webp);
}
.feature_lst_support {
  background-color: #488bb8;
  background-image: url(../img/index_feature_support.webp);
}
.feature_lst_access {
  background-color: #888bb5;
  background-image: url(../img/index_feature_access.webp);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 100px 0 0;
  }
  .feature_tit {
    margin-bottom: 40px;
  }
  .feature_lst > div {
    display: flex;
    align-items: center;
    height: 400px;
    padding-top: 0;
  }
  .feature_lst > div section {
    width: 600px;
    background-size: 286px auto;
  }
  .feature_lst > div section::before {
    font-size: 5rem;
  }
  .feature_lst > div section .tit {
    margin-top: 40px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-size: 2.6rem;
    border-bottom-width: 2px;
  }
  .feature_lst > div section .txt {
    font-size: 2rem;
    line-height: 2;
  }
  .feature_lst > div:nth-of-type(odd) {
    padding-left: 50%;
    background-position: calc(50% - 500px) top;
    background-size: auto;
  }
  .feature_lst > div:nth-of-type(odd) section {
    margin-right: auto;
    padding: 36px 0 36px 85px;
  }
  .feature_lst > div:nth-of-type(even) {
    padding-right: 50%;
    background-position: calc(50% + 500px) top;
    background-size: auto;
  }
  .feature_lst > div:nth-of-type(even) section {
    margin-left: auto;
    padding: 36px 85px 36px 0;
  }
}
@media screen and (min-width: 2001px) {
  .feature_lst > div:nth-of-type(odd) {
    background-position: left top;
    background-size: 50% auto;
  }
  .feature_lst > div:nth-of-type(even) {
    background-position: right top;
    background-size: 50% auto;
  }
}
.treatment {
  padding: 4.5rem 5% 4rem;
}
.treatment_tit {
  margin-bottom: 2rem;
}
.treatment_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 4%;
}
.treatment_lst li {
  width: 48%;
  padding-top: 13vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.treatment_lst li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 8rem;
  background: #f3f3f3;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.treatment_lst li a::before {
  flex: none;
  width: 26vw;
  height: 26vw;
  margin: -13vw auto 0.5rem;
  background-color: #488bb8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  content: "";
}
.treatment_lst li .a_ortho::before {
  background-image: url(../img/index_ttt_ortho.svg);
}
.treatment_lst li .a_sports::before {
  background-image: url(../img/index_ttt_sports.svg);
}
.treatment_lst li .a_pediatric::before {
  background-image: url(../img/index_ttt_pediatric.svg);
}
.treatment_lst li .a_rehab::before {
  background-image: url(../img/index_ttt_rehab.svg);
}
.treatment_lst li .a_rheumatism::before {
  background-image: url(../img/index_ttt_rheumatism.svg);
}
.treatment_lst li .a_accident::before {
  background-image: url(../img/index_ttt_accident.svg);
}
.treatment_lst li .a_osteoporosis::before {
  background-image: url(../img/index_ttt_osteoporosis.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 100px 0 104px;
  }
  .treatment_tit {
    margin-bottom: 45px;
  }
  .treatment_lst {
    justify-content: flex-start;
    gap: 30px 35px;
  }
  .treatment_lst li {
    width: 273px;
    padding-top: 68px;
  }
  .treatment_lst li a {
    height: 150px;
    font-size: 2.2rem;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .treatment_lst li a::before {
    width: 138px;
    height: 138px;
    margin: -68px auto 24px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .treatment_lst li a:hover {
    color: #488bb8;
    filter: brightness(1.05) saturate(1.3);
  }
  .treatment_lst li a:hover::before {
    transform: scale(1.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }
}
.trouble {
  padding: 4.5rem 0.5rem 5rem;
  background: #e2effc;
}
.trouble_tit {
  margin-bottom: 2.4rem;
}
.trouble_tit::before {
  color: #fff;
}
@media screen and (max-width: 47.99em) {
  .trouble_tit {
    font-size: 1.8rem;
  }
  .trouble_tit::before {
    font-size: 3.6rem;
  }
}
.trouble_lst {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: radial-gradient(circle, white 25vw, rgba(255, 255, 255, 0) 30vw);
}
.trouble_lst_pic {
  order: 2;
  width: 26vw;
}
.trouble_lst_pic img {
  max-height: 60vw;
  margin: auto;
}
.trouble_lst_col1 {
  order: 1;
}
.trouble_lst_col1 a {
  justify-content: flex-end;
  padding: 0 0.7rem 0 30%;
  color: #fff;
  background-color: #86a4e3;
  background-position: left 0.5rem center;
}
.trouble_lst_col2 {
  order: 3;
}
.trouble_lst_col2 a {
  justify-content: flex-start;
  padding: 0 30% 0 0.7rem;
  color: #fff;
  background-color: #1c9fc5;
  background-position: right 0.5rem center;
}
.trouble_lst ul {
  width: 33vw;
}
.trouble_lst ul li:not(:first-child) {
  margin-top: 1.2rem;
}
.trouble_lst ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 25% auto;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.trouble_lst ul li a::before {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  content: "";
}
.trouble_lst .tp_neck a {
  background-image: url(../img/index_trouble_neck.webp);
}
.trouble_lst .tp_neck a::before {
  top: 2.3rem;
  right: -17vw;
}
.trouble_lst .tp_elbow a {
  background-image: url(../img/index_trouble_elbow.webp);
}
.trouble_lst .tp_elbow a::before {
  top: 1.3rem;
  right: -10vw;
}
.trouble_lst .tp_hand a {
  background-image: url(../img/index_trouble_hand.webp);
}
.trouble_lst .tp_hand a::before {
  top: -1.5rem;
  right: -9vw;
}
.trouble_lst .tp_knee a {
  background-image: url(../img/index_trouble_knee.webp);
}
.trouble_lst .tp_knee a::before {
  top: -2.3rem;
  right: -13vw;
}
.trouble_lst .tp_shoulder a {
  background-image: url(../img/index_trouble_shoulder.webp);
}
.trouble_lst .tp_shoulder a::before {
  top: 3.3rem;
  left: -13vw;
}
.trouble_lst .tp_waist a {
  background-image: url(../img/index_trouble_waist.webp);
}
.trouble_lst .tp_waist a::before {
  top: 2.2rem;
  left: -15.5vw;
}
.trouble_lst .tp_hipjoint a {
  background-image: url(../img/index_trouble_hipjoint.webp);
}
.trouble_lst .tp_hipjoint a::before {
  top: -1rem;
  left: -15vw;
}
@media screen and (max-width: 47.99em) {
  .trouble_lst .tp_hipjoint a {
    font-size: 1rem;
  }
}
.trouble_lst .tp_leg a {
  background-image: url(../img/index_trouble_leg.webp);
}
.trouble_lst .tp_leg a::before {
  top: 0.5rem;
  left: -14vw;
}

@media screen and (min-width: 48em), print {
  .trouble {
    padding: 102px 0 86px;
  }
  .trouble_tit {
    margin-bottom: 50px;
  }
  .trouble_lst {
    height: 700px;
    background: radial-gradient(circle, white 260px, rgba(255, 255, 255, 0) 350px);
  }
  .trouble_lst_pic {
    width: 308px;
  }
  .trouble_lst_pic img {
    max-height: 700px;
  }
  .trouble_lst_col1 a {
    padding: 0 36px 0 120px;
    background-position: left 10px center;
    text-align: right;
  }
  .trouble_lst_col1 a::after {
    left: 308px;
    background: linear-gradient(90deg, #4875d5, transparent);
  }
  .trouble_lst_col1 a:hover {
    background-color: #4875d5;
  }
  .trouble_lst_col1 a:hover::before {
    border-color: #4875d5;
  }
  .trouble_lst_col2 a {
    padding: 0 120px 0 32px;
    background-position: right 10px center;
  }
  .trouble_lst_col2 a::after {
    right: 308px;
    background: linear-gradient(270deg, #27b7e1, transparent);
  }
  .trouble_lst_col2 a:hover {
    background-color: #27b7e1;
  }
  .trouble_lst_col2 a:hover::before {
    border-color: #27b7e1;
  }
  .trouble_lst ul {
    width: 310px;
    padding-bottom: 12px;
  }
  .trouble_lst ul li:not(:first-child) {
    margin-top: 40px;
  }
  .trouble_lst ul li a {
    height: 130px;
    font-size: 2.2rem;
    background-size: auto;
    border-width: 3px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .trouble_lst ul li a::before {
    width: 70px;
    height: 70px;
    border-width: 3px;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
    transition: 0.3s;
  }
  .trouble_lst ul li a::after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -80%;
    height: 215px;
    content: "";
    transition: 0.3s;
  }
  .trouble_lst ul li a:hover::before {
    z-index: 1;
    transform: scale(1.2);
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.1));
  }
  .trouble_lst ul li a:hover::after {
    width: 250px;
  }
  .trouble_lst .tp_neck a::before {
    top: 0;
    right: -300px;
  }
  .trouble_lst .tp_neck a::after {
    clip-path: polygon(0% 50%, 0% 100%, 100% 65%);
  }
  .trouble_lst .tp_elbow a::before {
    top: -10px;
    right: -225px;
  }
  .trouble_lst .tp_elbow a::after {
    clip-path: polygon(0% 50%, 0% 100%, 70% 60%);
  }
  .trouble_lst .tp_hand a::before {
    top: -85px;
    right: -220px;
  }
  .trouble_lst .tp_hand a::after {
    clip-path: polygon(0% 50%, 0% 100%, 60% 32%);
  }
  .trouble_lst .tp_knee a::before {
    top: -95px;
    right: -260px;
  }
  .trouble_lst .tp_knee a::after {
    clip-path: polygon(0% 50%, 0% 100%, 85% 20%);
  }
  .trouble_lst .tp_shoulder a::before {
    top: 45px;
    left: -260px;
  }
  .trouble_lst .tp_shoulder a::after {
    clip-path: polygon(100% 50%, 20% 80%, 100% 100%);
  }
  .trouble_lst .tp_waist a::before {
    top: 40px;
    left: -290px;
  }
  .trouble_lst .tp_waist a::after {
    clip-path: polygon(100% 50%, 5% 85%, 100% 100%);
  }
  .trouble_lst .tp_hipjoint a::before {
    top: -60px;
    left: -280px;
  }
  .trouble_lst .tp_hipjoint a::after {
    clip-path: polygon(100% 50%, 15% 35%, 100% 100%);
  }
  .trouble_lst .tp_leg a::before {
    top: 0;
    left: -278px;
  }
  .trouble_lst .tp_leg a::after {
    clip-path: polygon(100% 50%, 12% 62%, 100% 100%);
  }
}
.greeting {
  margin: 4rem 5%;
}
.greeting_tit {
  margin-bottom: 2rem;
}
.greeting_box {
  background-image: url(../img/index_greeting_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom 1rem;
  background-size: 60% auto;
}
.greeting_box img {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
.greeting_box .signature {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-right: 0.5em;
  letter-spacing: -0.03em;
  text-align: right;
}
.greeting_box .signature b {
  font-weight: normal;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 100px 0;
  }
  .greeting_tit {
    margin-bottom: 38px;
  }
  .greeting_box {
    display: flow-root;
    padding-top: 10px;
    background-position: right 174px top;
    background-size: auto;
  }
  .greeting_box p {
    margin-bottom: 2em;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.8;
  }
  .greeting_box img {
    float: left;
    margin-right: 68px;
  }
  .greeting_box .signature {
    margin-top: 3em;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .greeting_box .signature b {
    font-size: 2.6rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-family: "slick";
  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-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  padding: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #8b7c6c;
  text-shadow: #fff 1px 0px 15px, #fff 0.540302px 0.841471px 15px, #fff -0.416147px 0.909297px 15px, #fff -0.989992px 0.14112px 15px, #fff -0.653644px -0.756802px 15px, #fff 0.283662px -0.958924px 15px, #fff 0.96017px -0.279415px 15px;
}
@media screen and (min-width: 48em), print {
  .heading {
    justify-content: flex-end;
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 4rem;
    text-shadow: none;
  }
}

.breadcrumbs {
  padding: 1rem 5% 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
}
.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: 30px 0 12px;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting {
  margin: 0 -0.5rem 4rem;
  padding: 1.5rem 1.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px #eae8e8;
}
body#page_doctor .doctor_greeting .signature {
  margin-top: 1.3em;
  margin-bottom: 0;
  text-align: right;
}
body#page_doctor .doctor_profile ul > li {
  margin-top: 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 47.99em) {
  body#page_doctor .doctor_profile > section {
    margin-top: 3rem;
  }
  body#page_doctor .doctor_profile ul > li {
    display: flex;
  }
  body#page_doctor .doctor_profile ul > li::before {
    flex: none;
  }
  body#page_doctor .doctor_profile ul > li span {
    width: calc(100% - 5em);
  }
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    margin: 0 0 80px;
    padding: 30px 68px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eae8e8;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    justify-content: space-around;
  }
}

body#page_first .first_guide {
  margin-bottom: 4rem;
}
body#page_first .dl_faq dt, body#page_first .dl_faq dd {
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
}
body#page_first .dl_faq dt::before, body#page_first .dl_faq dd::before {
  flex: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 150%;
  line-height: 1;
}
body#page_first .dl_faq dt::before {
  color: #488bb8;
  content: "Q.";
}
body#page_first .dl_faq dd {
  margin-top: 0.2em;
  margin-bottom: 1.5em;
}
body#page_first .dl_faq dd::before {
  color: #8b7c6c;
  content: "A.";
}
@media screen and (min-width: 48em), print {
  body#page_first .first_guide {
    display: flow-root;
    margin-bottom: 80px;
  }
  body#page_first .dl_faq dt, body#page_first .dl_faq dd {
    column-gap: 1em;
  }
  body#page_first .dl_faq dt::before, body#page_first .dl_faq dd::before {
    font-size: 180%;
  }
}

#clinicSlide, #equipmentSlide {
  visibility: hidden;
  width: auto;
}
#clinicSlide .slider-panel .slick-prev.slick-disabled, #clinicSlide .slider-panel .slick-next.slick-disabled, #equipmentSlide .slider-panel .slick-prev.slick-disabled, #equipmentSlide .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
#clinicSlide .slider-panel .slick-dots li, #equipmentSlide .slider-panel .slick-dots li {
  margin: 0 0.1em;
}
#clinicSlide .slider-panel .slick-dots li button::before, #equipmentSlide .slider-panel .slick-dots li button::before {
  font-size: 1rem;
}
#clinicSlide .slider-panel .slick-dots li.slick-active button::before, #equipmentSlide .slider-panel .slick-dots li.slick-active button::before {
  color: #63625c;
  opacity: 1;
}
#clinicSlide .slider-nav, #equipmentSlide .slider-nav {
  margin-top: 0.5rem;
}
#clinicSlide .slider-nav .slick-list .slick-slide, #equipmentSlide .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current, #equipmentSlide .slider-nav .slick-list .slick-slide.slick-current {
  background: #8b7c6c;
}
#clinicSlide figcaption, #equipmentSlide figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  color: #fff;
  background: #8b7c6c;
}
@media screen and (min-width: 48em), print {
  #clinicSlide, #equipmentSlide {
    width: 750px;
    margin: 0 auto;
  }
  #clinicSlide .slick-dotted.slick-slider, #equipmentSlide .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  #clinicSlide .slider-panel .slick-prev, #clinicSlide .slider-panel .slick-next, #equipmentSlide .slider-panel .slick-prev, #equipmentSlide .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before, #equipmentSlide .slider-panel .slick-prev::before, #equipmentSlide .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #63625c;
  }
  #clinicSlide .slider-panel .slick-prev, #equipmentSlide .slider-panel .slick-prev {
    left: -60px;
  }
  #clinicSlide .slider-panel .slick-next, #equipmentSlide .slider-panel .slick-next {
    right: -60px;
  }
  #clinicSlide .slider-panel .slick-dots, #equipmentSlide .slider-panel .slick-dots {
    bottom: -35px;
  }
  #clinicSlide .slider-panel .slick-dots li, #equipmentSlide .slider-panel .slick-dots li {
    margin: 0 5px;
  }
  #clinicSlide .slider-panel .slick-dots li button::before, #equipmentSlide .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
  #clinicSlide figcaption, #equipmentSlide figcaption {
    padding: 0.5rem 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.99em) {
  body#page_access main.contents {
    text-align: center;
  }
  body#page_access main.contents p {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  body#page_access main.contents figure {
    max-width: 90%;
    margin: 0 auto 1em;
    font-size: 1.2rem;
  }
  body#page_access main.contents .map img {
    margin: 0 auto 0.8rem;
  }
}
@media screen and (min-width: 48em), print {
  body#page_access main.contents > section {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2rem;
  }
  body#page_access main.contents .acs_car {
    display: flex;
    justify-content: space-between;
  }
  body#page_access main.contents .acs_car p {
    text-align: left;
  }
  body#page_access main.contents .acs_car figure {
    width: 480px;
  }
  body#page_access main.contents .acs_car figure figcaption {
    font-size: 1.6rem;
  }
  body#page_access main.contents .map img {
    margin: 0 auto 15px;
  }
  body#page_access main.contents .map a {
    font-size: inherit;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}