@charset "UTF-8";
@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  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 {
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !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.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) {
  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;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

: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;
  object-fit: contain;
}

:where(p) {
  margin: 0 0 1em;
}

:root {
  --sp-header-height: 2.5rem;
  --pc-header-height: 80px;
  --base-font-weight: 500;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.8;
  --color-base-txt: #0d163b;
  --color-base-txt-rgb: 13,22,59;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main-bright: #369;
  --color-main-soft: #69c;
  --color-main-light: #d3e6fb;
  --color-main-pale: #eff3f7;
  --color-main-faint: #f3f7fb;
  --color-sub: #bbc1d2;
  --color-sub-bluish: #cadfe5;
  --color-sub-btnover: #e6e7eb;
  --color-border: #e3e4ea;
  --color-notice: #b61364;
  --color-notice-light: #fdf3f8;
  --color-highlight: #ffff80;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Maru Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--base-font-weight, normal);
  font-size: 2.7777777778vw;
}

body {
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap {
  padding: 1.5rem 1rem 1rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 5.6rem);
}
#global_header .header_wrap .logo a {
  display: block;
  margin-left: 0.5rem;
}
#global_header .header_wrap .clinic_info .adr {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.6rem;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: var(--color-white);
  background: var(--color-main-soft);
  border: 2px solid var(--color-main-light);
}
#global_header .header_wrap .clinic_info .adr::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .clinic_info .phone {
    display: none;
  }
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 554px;
    height: 70px;
  }
  #global_header .header_wrap .logo a {
    margin-left: 0;
  }
  #global_header .header_wrap .clinic_info {
    width: 520px;
    display: flex;
    justify-content: flex-end;
  }
  #global_header .header_wrap .clinic_info .adr {
    justify-content: center;
    gap: 0 12px;
    min-width: 242px;
    height: 90px;
    margin-top: 0;
    padding: 0 5px 0 0;
    font-weight: 500;
    font-size: 1.6rem;
    border: none;
  }
  #global_header .header_wrap .clinic_info .adr::before {
    font-size: 2.4rem;
  }
  #global_header .header_wrap .clinic_info .phone {
    width: 278px;
    height: 90px;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 88px;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main-bright);
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@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: rgba(var(--color-white-rgb), 0.9);
    backdrop-filter: blur(1px);
  }
  .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;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-base-bg);
    background: var(--color-base-txt);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    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: "\e806";
    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: 6rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 80svh;
    padding: 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li {
    border-bottom: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    color: var(--color-main-soft);
  }
  #global_nav .gnav > li.sub .sub_btn {
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    content: "\e800";
  }
  #global_nav .gnav > li.sub .sub_btn.close::after {
    content: "\e803";
  }
  #global_nav .gnav .subnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1rem;
    font-size: 1.4rem;
    background: var(--color-main-pale);
  }
  #global_nav .gnav .subnav li {
    width: 50%;
    border: 1px solid var(--color-white);
  }
  #global_nav .gnav .subnav li a {
    display: block;
    padding: 0.8rem 1rem;
  }
  #global_nav .gnav .subnav li a::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\32';
    color: var(--color-main-bright);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 60px;
    color: var(--color-base-bg);
    background: var(--color-base-txt);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  #global_nav .gnav > li {
    flex: 1;
    border-right: 1px solid currentColor;
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid currentColor;
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    display: block;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li .sub_btn:hover, #global_nav .gnav > li .sub_btn:focus {
    color: rgba(var(--color-white-rgb), 0.7);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    width: 100%;
    cursor: pointer;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    position: absolute;
    top: auto;
    right: 10px;
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\34';
  }
  #global_nav .gnav > li.sub .sub_btn.close {
    color: rgba(var(--color-white-rgb), 0.7);
  }
  #global_nav .gnav > li.sub .sub_btn.close::after {
    content: "3";
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1;
  }
  #global_nav .gnav > li .subnav {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    padding: 8px 0;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border: 1px solid currentColor;
  }
  #global_nav .gnav > li .subnav li {
    width: 50%;
  }
  #global_nav .gnav > li .subnav li a {
    padding: 13px 20px;
    line-height: 1.2;
  }
  #global_nav .gnav > li .subnav li a::before {
    display: inline-block;
    margin-right: 10px;
    font-family: "fontello";
    font-weight: normal;
    content: '\32';
    color: var(--color-main-bright);
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: var(--color-main-soft);
    background: transparent;
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 395px;
    right: 0;
    z-index: 1;
    width: 70px;
    transition: top 0.4s;
  }
  #side_btn.is_fixed {
    top: 100px;
  }
  #side_btn li {
    margin-bottom: 10px;
  }
  #side_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 18px;
    width: 70px;
    min-height: 100px;
    padding: 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #side_btn a::before {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
  }
  #side_btn a.btn_rsv {
    height: 200px;
  }
}
@media print {
  #side_btn {
    display: none;
  }
}

:is(main) :where(article) :where(p) {
  margin-bottom: 0;
  text-indent: 1em;
}
:is(main) :where(article) :where(p) + :is(ul, ol, dl, table) {
  margin-top: 1em;
}
:is(main) :where(article) :where(p) * {
  text-indent: 0;
}

.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  background: var(--color-main-bright);
}
.overview .wrap {
  margin: 0 1.5rem 2rem;
  padding: 2.2rem 1.5rem;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.overview .clinic_name {
  max-width: 98%;
  margin-bottom: 2.5rem;
}
.overview .clinic_outline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.2rem;
}
.overview .clinic_outline dt {
  display: flex;
  align-items: center;
  width: 28%;
  padding-left: 0.8rem;
  color: var(--color-main-bright);
  border-left: 1px solid currentColor;
}
.overview .clinic_outline dd {
  width: 72%;
}
.overview .timetable {
  margin-top: 2.5rem;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 60px 0 0;
    font-size: 1.8rem;
  }
  .overview .wrap {
    margin: 0 auto 60px;
    padding: 40px;
  }
  .overview .wrap_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .overview .clinic_name {
    max-width: 554px;
    margin: 0 auto 60px;
  }
  .overview .clinic_outline {
    width: 540px;
    row-gap: 15px;
    margin-top: 0;
  }
  .overview .clinic_outline dt {
    width: 110px;
    padding: 2px 0 2px 14px;
  }
  .overview .clinic_outline dd {
    width: 405px;
    padding: 4px 0;
  }
  .overview .timetable {
    width: 540px;
    margin-top: 0;
  }
  .overview .gmap {
    height: 400px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  text-align: center;
  background: var(--color-main-pale);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-base-txt);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 40px 0;
    font-size: 1.8rem;
    line-height: 1.25;
  }
  #global_footer .footer_wrap ul {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    color: var(--color-main-bright);
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav li {
    margin-top: 16px;
  }
  #global_footer .copyright {
    padding: 20px 0 22px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 40px;
    right: 40px;
  }
  .js-pageup.is_active {
    bottom: 40px;
  }
}

#sp_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  color: var(--color-white);
  background: var(--color-main-bright);
}
#sp_footer li {
  flex-grow: 1;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li ~ li {
  border-left: 1px solid var(--color-main-soft);
}
#sp_footer li.phone {
  font-size: 1.5rem;
}
#sp_footer li a {
  display: block;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border: 1px solid var(--color-main-soft);
  cursor: pointer;
}
#pageup::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e814';
  font-size: 1.8rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 2.4rem;
    transition: 0.3s;
  }
  #pageup:hover {
    background: var(--color-main-soft);
  }
  #pageup:hover::before {
    transform: scale(1.5) translateY(-20px);
  }
}
@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 {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  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 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 480px;
    margin: 5px 50px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 480px;
    margin: 5px 0 20px 50px;
  }
}
.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;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 3.5rem;
}
article > .intro + section ~ section {
  margin-top: 3.5rem;
}
article > .intro + section ~ section section {
  margin-top: 2.5rem;
}
article > section ~ section {
  margin-top: 5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 60px;
  }
  article > .intro + section ~ section {
    margin-top: 60px;
  }
  article > .intro + section ~ section section {
    margin-top: 40px;
  }
  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-weight: 500;
  font-size: 2.2rem;
}

.tit_02, .topics > section .tit, .symptoms_tit, .treatments_tit, .features_tit {
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-base-txt);
  background: transparent;
}
.tit_02::before, .topics > section .tit::before, .symptoms_tit::before, .treatments_tit::before, .features_tit::before {
  display: block;
  width: 3rem;
  aspect-ratio: 11/10;
  margin: 0 auto 0.4rem;
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding: 1rem 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main-bright);
  border-left: 5px solid var(--color-main-soft);
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding: 0 1.2rem 0.8rem;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
}

.tit_05 {
  margin: 0 0 1.2rem;
  padding: 0.8rem 1.2rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main-soft);
}

.tit_06 {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-left: -1.4rem;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e813';
  font-size: 80%;
  vertical-align: 0.1em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
  }
  .tit_02, .topics > section .tit, .symptoms_tit, .treatments_tit, .features_tit {
    margin: 0 0 42px;
    font-size: 4rem;
  }
  .tit_02::before, .topics > section .tit::before, .symptoms_tit::before, .treatments_tit::before, .features_tit::before {
    width: 55px;
    margin: 0 auto 6px;
  }
  .tit_03 {
    margin: 0 0 24px;
    padding: 13px 15px 14px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .tit_04 {
    margin: 0 0 18px;
    padding: 0 15px 12px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .tit_05 {
    margin: 0 0 12px;
    padding: 9px 12px 10px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
:where(.contents) :where(li, dd) {
  line-height: 1.5;
}

.lst_ul li {
  padding-left: 0.8em;
}
.lst_ul li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-main-soft);
  line-height: 1;
  transform: scale(0.5);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ul li ~ li {
  margin-top: 0.5em;
}
.lst_ul li.etc {
  padding-right: 1em;
  padding-left: 0;
  text-align: right;
}
.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_ul.cols2 > li.etc {
    flex-grow: 1;
  }
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 107%;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1.5em;
}
.lst_dl > dd[class*=box_],
.lst_dl > dd :last-child {
  margin-bottom: 0;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
}
.dl_tbl > dt {
  padding: 0.5em 1em;
  background-color: var(--color-main-pale);
}
.dl_tbl > dt:not(:first-of-type) {
  border-top: 1px solid var(--color-border);
}
.dl_tbl > dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-border);
}
.dl_tbl > dd :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl.pc_cols {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_tbl.pc_cols > dt, .dl_tbl.pc_cols > dd {
    padding: 0.8em 1em;
  }
  .dl_tbl.pc_cols > dt:first-of-type, .dl_tbl.pc_cols > dd:first-of-type {
    border-top: none;
  }
  .dl_tbl.pc_cols[data-term="20"] > dt {
    width: 20%;
  }
  .dl_tbl.pc_cols[data-term="20"] > dd {
    width: 80%;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.3rem 1.3rem 0.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--color-base-txt);
}
.dl_flow dt::before {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.7rem;
  font-weight: 700;
  font-size: 125%;
  line-height: 1.1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-soft);
  content: counter(flowNum);
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.3rem 1.6rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-base-txt);
}
.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: 2rem 2.5rem 0 2.5rem;
  border-color: var(--color-main-soft) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 26px 30px 10px;
    font-size: 3rem;
  }
  .dl_flow dt::before {
    margin-right: 13px;
  }
  .dl_flow dd {
    padding: 10px 30px 26px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 70px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -50px;
    border-width: 30px 30px 0 30px;
  }
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
}
.tbl_simple th, .tbl_data th {
  padding: 1rem 0.5rem;
  font-weight: 500;
}
.tbl_simple td, .tbl_data td {
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th {
    padding: 17px 20px 18px;
  }
  .tbl_simple td, .tbl_data td {
    padding: 17px 20px 18px;
  }
}

.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-border);
}
.tbl_data thead th {
  color: var(--color-white);
  background-color: var(--color-base-txt);
}
.tbl_data tbody th {
  text-align: left;
  color: var(--color-base-txt);
  background-color: var(--color-main-pale);
}

.tbl_simple th, .tbl_simple td {
  border: 1px solid var(--color-border);
}
.tbl_simple tbody th {
  text-align: left;
  background-color: var(--color-main-faint);
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_03, .box_02, .box_01, .box_symptoms {
  margin-bottom: 1em;
  padding: 1em;
}
.box_03 > :last-child, .box_02 > :last-child, .box_01 > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_03, .box_02, .box_01, .box_symptoms {
    padding: 20px;
  }
}

.box_symptoms {
  background: var(--color-main-faint);
}
.box_symptoms .lst_dl {
  --color-main-faint-more: #e4edf6;
}
.box_symptoms .lst_dl dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0;
  background: var(--color-main-faint-more);
}

.box_01 {
  background: var(--color-main-pale);
}

.box_02 {
  background: var(--color-base-bg);
  border: 1px solid var(--color-border);
}

.box_03 {
  background: var(--color-notice-light);
}

:where(.contents) a {
  text-decoration: underline;
  color: var(--color-main-bright);
}
@media screen and (min-width: 48em), print {
  :where(.contents) a:hover {
    text-decoration: none;
  }
}

.btn, .btn_rsv {
  position: relative;
  display: inline-block;
  padding: 1.2rem 1em 1.3rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  outline: 1px solid currentColor;
  outline-offset: -2px;
  color: var(--color-base-bg);
  background: var(--color-base-txt);
}
.btn::after, .btn_rsv::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: transparent transparent var(--color-main-bright) transparent;
  content: "";
}
@media screen and (min-width: 48em), print {
  .btn, .btn_rsv {
    padding: 19px 1.2em;
    letter-spacing: 0.03em;
    outline-offset: -3px;
  }
  .btn::after, .btn_rsv::after {
    border-width: 0 0 20px 20px;
  }
  .btn:hover, .btn_rsv:hover {
    color: var(--color-base-txt);
    background: var(--color-sub-btnover);
  }
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

.f-smaller {
  font-size: 0.85em;
}

.f-larger {
  font-size: 1.15em;
}

.f-fpm {
  font-feature-settings: "palt";
}

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

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
  font-size: 94%;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.3em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    line-height: 1;
    transform: scale(0.8);
  }
  .phone a::before {
    display: none;
  }
}

.btn_rsv::before, .rsv a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
}

.rsv a::before {
  margin-right: 0.3em;
}

.btn_rsv {
  letter-spacing: 0.05em;
}
.btn_rsv::before {
  margin-right: 0.4em;
}

.timetable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.8rem;
  line-height: 1.3;
  text-align: left;
}
.timetable caption li {
  display: inline-block;
  margin-right: 1.5em;
}
.timetable caption li.closed {
  display: block;
  margin: 0.5rem 0 0;
}
.timetable caption li.closed span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.1em 1em;
  border: 1px solid currentCOlor;
}
.timetable th, .timetable td {
  border: 1px solid var(--color-base-txt);
}
.timetable thead th {
  padding: 0.8rem 0;
  font-weight: 500;
  font-size: 94%;
  color: var(--color-base-bg);
  background: var(--color-base-txt);
}
.timetable thead th:first-child {
  width: 29%;
}
.timetable tbody th {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 94%;
  white-space: nowrap;
}
.timetable tbody td {
  text-align: center;
  padding: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 0.5em;
  }
  .timetable caption li.closed {
    margin: 0.3em 0 0;
  }
  .timetable caption li.closed span {
    padding: 0 1em;
  }
  .timetable thead th {
    padding: 0.63em 0;
    font-size: 100%;
  }
  .timetable thead th:first-child {
    width: 31%;
  }
  .timetable tbody th {
    padding: 1em 0;
    font-size: 110%;
  }
  .timetable tbody td {
    padding: 1.12em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#keyvsl {
  position: relative;
  max-width: 100%;
  height: 20rem;
  padding: 1.5rem 1rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .catch {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: var(--color-white) 1px 0px 5px, var(--color-white) 0.540302px 0.841471px 5px, var(--color-white) -0.416147px 0.909297px 5px, var(--color-white) -0.989992px 0.14112px 5px, var(--color-white) -0.653644px -0.756802px 5px, var(--color-white) 0.283662px -0.958924px 5px, var(--color-white) 0.96017px -0.279415px 3px;
  color: var(--color-base-txt);
  background: linear-gradient(90deg, rgba(var(--color-white-rgb), 1), rgba(var(--color-white-rgb), 0));
}
#keyvsl .catch b {
  font-size: 130%;
  line-height: 1;
  color: var(--color-main-soft);
}
#keyvsl .new {
  --color-newbg: 230,242,255;
  position: absolute;
  right: 1rem;
  bottom: -2rem;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27vw;
  height: 27vw;
  font-size: 1.4rem;
  text-align: center;
  color: var(--color-base-txt);
  border-radius: 50%;
}
#keyvsl .new::before, #keyvsl .new::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
}
#keyvsl .new::before {
  top: 0;
  left: -0.3rem;
  background: rgba(var(--color-newbg), 0.9);
}
#keyvsl .new::after {
  top: 0;
  left: 0;
  border: 1px solid var(--color-main-bright);
}
#keyvsl .new p {
  margin-bottom: 0;
}
#keyvsl .new p b {
  font-weight: 500;
  font-size: 125%;
  color: var(--color-main-bright);
}
#keyvsl .new p em {
  font-weight: 500;
  font-size: 125%;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 650px;
    padding: 80px calc(50% - 600px);
  }
  #keyvsl .catch {
    padding: 13px 20px 14px;
    font-weight: 500;
    font-size: 4rem;
  }
  #keyvsl .catch b {
    font-weight: 500;
  }
  #keyvsl .new {
    position: absolute;
    right: calc(50% - 600px);
    bottom: 40px;
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
  #keyvsl .new::before {
    top: 2px;
    left: -5px;
  }
  #keyvsl .new::after {
    border-width: 2px;
  }
  #keyvsl .new p b {
    font-size: 2.8rem;
  }
  #keyvsl .new p em {
    font-weight: 500;
    font-size: 2.4rem;
  }
}
.features_tit::after, .treatments_tit::after, .symptoms_tit::after, .topics > section .tit::after {
  display: block;
  margin-top: 0.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-main-soft);
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .features_tit::after, .treatments_tit::after, .symptoms_tit::after, .topics > section .tit::after {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.topics > section .box {
  max-height: 28rem;
  overflow-y: auto;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.topics > section .box::-webkit-scrollbar {
  width: 0.8rem;
  background: var(--color-border);
}
.topics > section .box::-webkit-scrollbar-thumb {
  background-color: var(--color-main-bright);
}
.topics > section .box > dl {
  margin-right: 0.5rem;
  padding: 1em 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.topics > section .box > dl > dt {
  padding-inline: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-main-bright);
}
.topics > section .box > dl > dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e800';
}
.topics > section .box > dl > dt.is_open::before {
  content: "\e803";
}
.topics > section .box > dl > dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.topics > section .box > dl > dd {
  padding-inline: 1rem;
  padding-top: 0.6rem;
  line-height: 1.6;
}
.topics > section .box > ul {
  margin-right: 0.5rem;
  padding: 1em 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.topics > section .box > ul > li {
  padding-inline: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-main-bright);
}
.topics > section .box > ul > li::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
}
.topics > section .box > ul > li ~ li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.topics_news {
  padding: 4rem 5% 3.5rem;
  background-color: var(--color-main-faint);
}
.topics_blog {
  padding: 3.5rem 5% 4rem;
  background-color: var(--color-main-pale);
}

@media screen and (min-width: 48em), print {
  .topics {
    display: flex;
  }
  .topics > section {
    width: 50%;
  }
  .topics > section .tit {
    margin-bottom: 35px;
  }
  .topics > section .box {
    width: 570px;
    max-height: 490px;
  }
  .topics > section .box::-webkit-scrollbar {
    width: 10px;
  }
  .topics > section .box > dl {
    margin-right: 20px;
    padding: 20px 0;
  }
  .topics > section .box > dl > dt {
    padding-left: 40px;
    padding-right: 0;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
  .topics > section .box > dl > dt::before {
    margin-left: -30px;
    margin-right: 8px;
    font-size: 2rem;
    line-height: 1;
    vertical-align: 1px;
  }
  .topics > section .box > dl > dt ~ dt {
    margin-top: 20px;
    padding-top: 23px;
  }
  .topics > section .box > dl > dd {
    padding-left: 40px;
    padding-right: 0;
    padding-top: 14px;
  }
  .topics > section .box > ul {
    margin-right: 20px;
    padding: 20px 0;
  }
  .topics > section .box > ul > li {
    padding-left: 40px;
    padding-right: 0;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
  .topics > section .box > ul > li::before {
    margin-left: -30px;
    margin-right: 8px;
    font-size: 2rem;
    line-height: 1;
    vertical-align: 1px;
  }
  .topics > section .box > ul > li a:hover {
    color: var(--color-main-soft);
  }
  .topics > section .box > ul > li ~ li {
    margin-top: 20px;
    padding-top: 23px;
  }
  .topics_news {
    padding: 60px 40px 80px calc(50% - 600px);
  }
  .topics_blog {
    padding: 60px calc(50% - 600px) 80px 30px;
  }
}
.symptoms {
  padding: 4rem 5% 4.5rem;
}
.symptoms_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2.5rem;
  margin-top: 3.5rem;
}
.symptoms_lst > li {
  position: relative;
  width: 45%;
  aspect-ratio: 1/1;
  padding: 0.8rem 0;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.symptoms_lst > li::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  font-size: 130%;
  text-align: center;
}
.symptoms_lst > li::after {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 4rem;
  line-height: 1;
  background: radial-gradient(var(--color-white) 1.5rem, transparent 1.5rem);
}
.symptoms_lst > li:nth-child(odd) {
  color: var(--color-white);
  background-color: var(--color-main-bright);
  box-shadow: 0 0 0 0.3rem var(--color-main-bright);
}
.symptoms_lst > li:nth-child(odd)::after {
  color: var(--color-base-txt);
}
.symptoms_lst > li:nth-child(even) {
  color: var(--color-white);
  background-color: var(--color-main-soft);
  box-shadow: 0 0 0 0.3rem var(--color-main-soft);
}
.symptoms_lst > li:nth-child(even)::after {
  color: var(--color-main-bright);
}
.symptoms_lst > li:nth-child(3n+1)::after {
  content: "\e810";
}
.symptoms_lst > li:nth-child(3n+2)::after {
  content: "\e811";
}
.symptoms_lst > li:nth-child(3n+3)::after {
  content: "\e812";
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 60px 0 80px;
  }
  .symptoms_lst {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0 35px;
    margin-top: 60px;
  }
  .symptoms_lst > li {
    width: 210px;
    margin: 5px;
    padding: 25px 0 10px;
    font-size: 2rem;
    border: 1px solid var(--color-white);
    border-radius: 50%;
  }
  .symptoms_lst > li::before {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .symptoms_lst > li::after {
    font-size: 6rem;
    background: radial-gradient(var(--color-white) 2.1rem, transparent 2.1rem);
  }
  .symptoms_lst > li:nth-child(odd) {
    box-shadow: 0 0 0 5px var(--color-main-bright);
  }
  .symptoms_lst > li:nth-child(even) {
    margin-top: 35px;
    box-shadow: 0 0 0 5px var(--color-main-soft);
  }
  .symptoms_lst > li:nth-child(3)::before, .symptoms_lst > li:nth-child(5)::before {
    margin-bottom: 5px;
  }
}
.treatments {
  padding: 4rem 5%;
  background-color: var(--color-sub-bluish);
  background-image: linear-gradient(rgba(var(--color-white-rgb), 0) 11rem, var(--color-sub-bluish) 18rem), url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 20rem;
}
.treatments_tit {
  color: var(--color-white);
}
.treatments_tit::before {
  background-image: url(../img/tit_02_w.webp);
}
.treatments_tit::after {
  color: var(--color-white);
}
.treatments_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
}
.treatments_lst > li {
  width: 47.5%;
}
.treatments_lst > li a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  outline: 1px solid currentColor;
  outline-offset: -0.4rem;
}
.treatments_lst > li a::before {
  display: block;
  width: 45%;
  height: 65%;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.treatments_lst > li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent var(--color-main-bright) transparent;
  content: "";
}
.treatments_lst .a_stress::before {
  background-image: url(../img/index/treatment_stress.svg);
}
.treatments_lst .a_depression::before {
  background-image: url(../img/index/treatment_depression.svg);
}
.treatments_lst .a_bipolar::before {
  background-image: url(../img/index/treatment_bipolar.svg);
}
.treatments_lst .a_schizophrenia::before {
  background-image: url(../img/index/treatment_schizophrenia.svg);
}
.treatments_lst .a_ocd::before {
  background-image: url(../img/index/treatment_ocd.svg);
}
.treatments_lst .a_social::before {
  background-image: url(../img/index/treatment_social.svg);
}
.treatments_lst .a_oldage::before {
  background-image: url(../img/index/treatment_oldage.svg);
}
.treatments_lst .a_panic::before {
  background-image: url(../img/index/treatment_panic.svg);
}
.treatments_lst .a_dependence::before {
  background-image: url(../img/index/treatment_dependence.svg);
}
.treatments_lst .a_sleep::before {
  background-image: url(../img/index/treatment_sleep.svg);
}
.treatments_lst .a_drugtesting::before {
  background-image: url(../img/index/treatment_drugtesting.svg);
}
.treatments_lst .a_sexual_addiction::before {
  background-image: url(../img/index/treatment_sexual_addiction.svg);
}

@media screen and (min-width: 48em), print {
  .treatments {
    padding: 60px 0 80px;
    background-image: url(../img/index/treatment_bg.webp);
    background-size: cover;
  }
  .treatments_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .treatments_lst > li {
    width: 220px;
  }
  .treatments_lst > li a {
    padding: 10px;
    font-size: 2rem;
    outline-offset: -6px;
  }
  .treatments_lst > li a::before {
    width: 80px;
    height: 130px;
  }
  .treatments_lst > li a::after {
    transition: 0.3s;
  }
  .treatments_lst > li a:hover {
    color: var(--color-main-bright);
    transform: translateY(-5px);
    outline-offset: 0;
    outline-color: var(--color-border);
  }
  .treatments_lst > li a:hover::after {
    border-color: transparent transparent var(--color-main-soft) transparent;
  }
}
.features {
  padding: 4rem 5% 6rem;
  background-color: var(--color-main-pale);
  background-image: url(../img/index/feature_bg_l.webp), url(../img/index/feature_bg_r.webp);
  background-repeat: no-repeat;
  background-position: -15% 100%, 115% 100%;
  background-size: 40vw auto;
}
.features_box {
  counter-reset: fNum 0;
  padding: 0 1rem;
}
.features_box .box {
  counter-increment: fNum 1;
  margin-top: 3rem;
}
.features_box .box .img {
  margin: 0 auto -4rem;
}
.features_box .box > section {
  position: relative;
  margin: 0 1.5rem;
  padding: 2.8rem 1.8rem 1.8rem;
  color: var(--color-base-txt);
  background: var(--color-main-faint);
  outline: 1px solid var(--color-main-soft);
  outline-offset: -0.4rem;
}
.features_box .box > section::before {
  position: absolute;
  top: -0.5em;
  left: 50%;
  display: inline-block;
  padding: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main-soft);
  content: "Feature." counter(fNum, decimal-leading-zero);
  transform: translateX(-50%);
}
.features_box .box > section .tit {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-main-bright);
}
.features_box .box > section .txt {
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .features {
    padding: 60px 0 80px;
    background-color: var(--color-base-bg);
    background-position: calc(50% - 738px) 100%, calc(50% + 760px) 100%;
    background-size: auto;
  }
  .features_box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 60px;
    padding: 0;
  }
  .features_box .box {
    width: 570px;
    margin-top: 0;
  }
  .features_box .box .img {
    margin-bottom: -80px;
  }
  .features_box .box > section {
    margin: 0 20px;
    padding: 50px 30px 36px;
    outline-offset: -6px;
  }
  .features_box .box > section::before {
    padding: 6px 12px;
    font-size: 1.8rem;
  }
  .features_box .box > section .tit {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
  padding: 1rem;
  color: var(--color-base-txt);
  background-color: var(--color-main-faint);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: right -1rem top 1rem;
  background-size: auto 100%;
}
.heading h1 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  text-shadow: 0 0 0.5rem var(--color-main-faint);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 280px;
    padding: 0 calc((100% - 1200px) / 2);
    background-position: right calc(50% - 475px) top 20px;
    background-size: auto;
  }
  .heading h1 {
    font-size: 5rem;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px var(--color-main-faint);
  }
}

.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-main-bright);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol li:not(:first-child)::before {
    margin: 0 0.7em;
  }
  .breadcrumbs ol li a:hover {
    text-decoration: none;
  }
}

.contents {
  padding: 2rem 5% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0 80px;
  }
}

body#page_clinic .clinic_doctor .greeting .signature {
  margin-top: 1.5em;
  text-align: right;
}
body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color-white);
  background: var(--color-main-bright);
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-main-bright);
  outline-offset: -4px;
  filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.7rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_doctor .profile {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  body#page_clinic .clinic_doctor .profile > section {
    width: 47%;
    margin-top: 0;
  }
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-main);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
}

body#page_first article p {
  text-indent: 0;
}
body#page_first .first_reserve .img {
  width: 80%;
  margin: 0 auto 1.2rem;
}
body#page_first .first_reserve .txt li ~ li {
  margin-top: 1.5em;
}
body#page_first .first_reserve .txt li .btn_rsv {
  display: block;
  width: 60%;
  margin: 0.8rem auto 0;
  font-size: 1.6rem;
}
body#page_first .first_reserve .txt li .tel {
  --color-highlight: var(--color-main-light);
  margin: 0.8rem auto 0;
  text-align: center;
}
body#page_first .first_reserve .txt li .tel .telnum {
  padding-inline: 0.3em;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
body#page_first .first_reserve .txt li .tel .telnum::before {
  font-size: 1.4rem;
  content: "TEL: ";
}
@media screen and (min-width: 48em), print {
  body#page_first .first_reserve {
    display: flex;
    column-gap: 100px;
  }
  body#page_first .first_reserve .img {
    flex: none;
    width: 480px;
    margin: 0;
  }
  body#page_first .first_reserve .txt li ~ li {
    margin-top: 40px;
  }
  body#page_first .first_reserve .txt li .btn_rsv {
    width: 280px;
    margin: 30px 0 0;
    font-size: 2rem;
  }
  body#page_first .first_reserve .txt li .tel {
    text-align: left;
  }
  body#page_first .first_reserve .txt li .tel .telnum {
    font-size: 2.6rem;
  }
  body#page_first .first_reserve .txt li .tel .telnum::before {
    font-size: 1.6rem;
  }
}

body#page_access .timetable tbody {
  line-height: 1.5;
}
body#page_access .access_info dt {
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main-bright);
  border-left: 5px solid var(--color-main-soft);
}
body#page_access .access_info dd {
  padding: 1rem 1.2rem 1.5rem;
}
body#page_access .gmap {
  height: 35rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2.2rem;
  }
  body#page_access .timetable caption {
    margin-top: 0.8em;
  }
  body#page_access .timetable caption ul {
    display: flex;
    align-items: baseline;
    column-gap: 2em;
  }
  body#page_access .timetable caption ul li {
    margin: 0;
  }
  body#page_access .timetable tbody {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  body#page_access .access_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body#page_access .access_info dt {
    width: 260px;
    padding: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body#page_access .access_info dd {
    flex-grow: 1;
    min-width: 70%;
    padding: 20px 40px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
  body#page_access .access_info dd br {
    display: none;
  }
  body#page_access .access_info dd.acs {
    word-spacing: 1.2em;
  }
  body#page_access .gmap {
    height: 500px;
    margin-top: 30px;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}/*# sourceMappingURL=style.css.map */