@charset "UTF-8";
a[href=""], .nolink {
  pointer-events: none;
}

@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 {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          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;
  -webkit-border-before: 1px solid;
          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)) {
  -webkit-clip-path: inset(50%) !important;
          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;
  -o-object-fit: contain;
     object-fit: contain;
}

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

:root {
  --sp-header-height: 3.0rem;
  --pc-header-height: 100px;
  --font-weight: 500;
  --letter-spacing: 0.1em;
  --color-base-txt: #343434;
  --color-base-txt-rgb: 52,52,52;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-logo: #8aa05a;
  --color-logo-vivid: #8dbc27;
  --color-logo-vivid-rgb: 129,188,39;
  --color-logo-smoke: #a7c46a;
  --color-logo-light: #cddfa6;
  --color-logo-pale: #e9f1d8;
  --color-logo-faint: #f9fcf4;
  --color-logo-faint-rgb: 249,252,244;
  --color-bn: #a18545;
  --color-ye: #d1b922;
  --color-ye-soft: #f6f4d7;
  --color-ye-pale: #fffcec;
  --color-or: #f8b90b;
  --color-or-dull: #dca200;
  --color-or-soft: #eccf7f;
  --color-or-light: #feedbe;
  --color-or-pale: #fff7ec;
  --color-dc: #2d9288;
  --color-dc-light: #a6dbdf;
  --color-rd: #ec7067;
  --color-rd-soft: #f9b4b4;
  --color-rd-light: #ffe5e5;
  --color-rd-light-rgb: 255,229,229;
  --color-rd-pale: #fbebeb;
  --color-bl: #4579a1;
  --color-bl-dull: #297ca6;
  --color-bl-soft: #4aa4d2;
  --color-bl-bright: #54baef;
  --color-bl-light: #d8e8f1;
  --color-bl-pale: #f6fcff;
  --color-timetable01: #489635;
  --color-timetable02: #ddecd5;
  --color-sns-line: #00b900;
  --color-border: #ccc;
  --color-attention: #aa374c;
  --color-highlight: #fff9d8;
  --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", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--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-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*)::before, :where(*)::after {
    letter-spacing: normal;
  }
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1220px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
@media screen and (max-width: 47.99em) {
  #global_header .header_wrap {
    padding: 1rem 1.8rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.5rem, transparent), color-stop(6.5rem, var(--color-logo-pale)));
    background: linear-gradient(transparent 6.5rem, var(--color-logo-pale) 6.5rem);
  }
  #global_header .header_wrap .logo {
    display: grid;
    place-content: center;
    width: calc(100% - 5.8rem);
    height: 4.8rem;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
  #global_header .header_wrap .clinic_info .tel {
    display: none;
  }
  #global_header .header_wrap .clinic_info .adr {
    position: relative;
    top: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    word-spacing: 0.3em;
    text-align: center;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    width: 100%;
  }
  #global_header::before, #global_header::after {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    max-width: 400px;
    width: calc(50% - 600px);
    height: 300px;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: 1s;
    transition: 1s;
  }
  #global_header::before {
    left: 0;
    background-position: right top;
    background-image: url(../img/header_left.webp);
  }
  #global_header::after {
    right: 0;
    background-position: left top;
    background-image: url(../img/header_right.webp);
  }
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 30px;
    padding: 20px calc(50% - 600px);
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 430px;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
  #global_header .header_wrap .clinic_info {
    --letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #global_header .header_wrap .clinic_info .tel {
    font-weight: 700;
    font-size: 2.6rem;
  }
  #global_header .header_wrap .clinic_info .tel::before {
    font-size: 2rem;
    content: "tel.";
  }
  #global_header .header_wrap .clinic_info .adr {
    text-align: left;
  }
}
@media screen and (min-width: 1220px) {
  #global_header::before, #global_header::after {
    opacity: 1;
    z-index: 1;
  }
}
@media print {
  #global_header .header_wrap {
    padding-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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(var(--color-white-rgb), 0.9);
    background-image: url(../img/header_left.webp), url(../img/header_right.webp), url(../img/header_frame.svg);
    background-repeat: no-repeat;
    background-position: left top, right top, center bottom;
    background-size: 45vw auto, 45vw auto, 100% 2rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .js-sp_modal.is_overlay::after {
    position: absolute;
    bottom: 2rem;
    display: block;
    width: 100%;
    height: 6rem;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 4rem;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            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: relative !important;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav .logo {
    display: none;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-white);
    background: var(--color-logo);
    border-radius: 0.4rem;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    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";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.5rem;
    left: 3vw;
    z-index: 1;
    overflow-y: auto;
    width: 94vw;
    max-height: 76dvh;
    padding: 1.8rem;
    font-size: 1.5rem;
    color: var(--color-base-txt);
    background: rgba(var(--color-logo-faint-rgb), 0.8);
    border: 3px solid rgba(var(--color-logo-faint-rgb), 0.8);
    border-radius: 1.5rem;
    outline: 1px solid var(--color-logo-light);
    outline-offset: -3px;
  }
  #global_nav .gnav > li {
    padding: 0.7rem 0;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-logo-light);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    text-align: center;
  }
  #global_nav .gnav > li.sub .sub_btn {
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn.close {
    color: var(--color-logo-smoke);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-block: 0.5rem;
  }
  #global_nav .gnav > li.sub .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.6rem 0;
    padding: 0.5rem;
    font-size: 1.4rem;
    background: var(--color-white);
    border-radius: 0.5rem;
  }
  #global_nav .gnav > li.sub .subnav li {
    min-width: 42%;
  }
  #global_nav .gnav > li.sub .subnav li a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    color: var(--color-logo-light);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    padding-block: 0;
    padding-inline: calc(50% - 600px);
    color: var(--color-base-txt);
    background-color: var(--color-logo-pale);
  }
  #global_nav .logo {
    display: none;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    --letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    height: 50px;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li {
    height: 100%;
    background-color: var(--color-logo-pale);
    background-image: url(../img/gnav_a.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-inline: 3px;
    line-height: 1;
    background-color: var(--color-logo-pale);
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:hover {
    background-color: transparent;
  }
  #global_nav .gnav > li.sub {
    position: relative;
    background: none;
    padding: 5px 0;
  }
  #global_nav .gnav > li.sub .sub_btn {
    padding-inline: 8px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .sub_btn:hover, #global_nav .gnav > li.sub .sub_btn.close {
    color: var(--color-timetable01);
    background: var(--color-logo-faint);
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 10px rgba(var(--color-black-rgb), 0.3));
            filter: drop-shadow(0 0 10px rgba(var(--color-black-rgb), 0.3));
  }
  #global_nav .gnav > li.sub .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 480px;
    padding: 20px 0;
    font-size: 1.6rem;
    background: rgba(var(--color-white-rgb), 0.9);
    border-radius: 20px;
  }
  #global_nav .gnav > li.sub .subnav::before {
    position: absolute;
    top: -15px;
    right: 2.3em;
    display: block;
    width: 24px;
    height: 15px;
    background-color: rgba(var(--color-white-rgb), 0.9);
    content: "";
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  #global_nav .gnav > li.sub .subnav li {
    width: 50%;
    padding-block: 5px;
    padding-left: 25px;
  }
  #global_nav .gnav > li.sub .subnav li:nth-child(even) {
    border-left: 1px solid var(--color-logo-light);
  }
  #global_nav .gnav > li.sub .subnav li a {
    --letter-spacing: 0.02em;
  }
  #global_nav .gnav > li.sub .subnav li a::after {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    color: transparent;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .subnav li a:hover {
    color: var(--color-logo);
  }
  #global_nav .gnav > li.sub .subnav li a:hover::after {
    color: inherit;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav.is_sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
    padding-block: 15px;
  }
  #global_nav.is_sticky .logo {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 180px;
            flex: 1 0 180px;
    max-width: 240px;
    aspect-ratio: 43/6;
  }
  #global_nav.is_sticky .logo a {
    display: inline-block;
  }
  #global_nav.is_sticky .gnav {
    width: 890px;
    min-width: 580px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 47.99em) and (max-width: 1000px) {
  #global_nav.is_sticky .gnav {
    font-size: 1.6vw;
  }
}
@media print {
  #global_nav.is_sticky {
    padding-block: 0;
  }
}
.overview {
  padding: 7rem 0 0;
  font-size: 1.4rem;
  color: var(--color-base-txt);
  background-color: var(--color-ye-pale);
  background-image: url(../img/overview_bg_t.svg), url(../img/overview_bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 0.5rem, 50% 0%;
  background-size: 75% auto, 120% 3.5rem;
}
.overview_head {
  padding-inline: 1rem;
}
.overview_head .name {
  width: 68%;
  margin: 0 auto 1.5rem;
}
.overview_head .contact {
  text-align: center;
}
.overview_head .contact .tel {
  width: 90%;
  margin-inline: auto;
  padding: 0.2rem 0;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background: var(--color-or);
  border-radius: 3em;
}
.overview_head .contact .tel::before {
  margin-right: 0.1em;
  font-size: 70%;
  letter-spacing: 0;
  content: "tel.";
}
.overview_head .contact .adr {
  margin-top: 0.3rem;
  letter-spacing: 0.03em;
}
.overview_wrap {
  margin-top: 2rem;
  padding-inline: 1rem;
}
.overview_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.overview_wrap .info dt {
  display: inline-block;
  font-weight: 700;
  color: var(--color-bl);
}
.overview_wrap .info dt::after {
  content: "：";
}
.overview_wrap .info dd {
  display: inline-block;
}
.overview_wrap .timetable {
  margin-top: 2rem;
  font-size: 1.25rem;
}
.overview_wrap .timetable_note mark {
  --color-highlight: #fddd84;
}
.overview_acs {
  margin-top: 3rem;
  padding: 1.5rem 1.5rem 1rem;
  background: var(--color-rd-soft);
}
.overview_acs dt {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--color-rd);
}
.overview_acs dt::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
  font-size: 111%;
}
.overview_acs dd a {
  color: var(--color-rd);
  text-decoration: underline;
}
.overview_gmap {
  width: 100%;
  height: 21rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 175px 0 0;
    font-size: 1.6rem;
    background-position: 50% 42px, 50% 0%;
    background-size: 500px auto, 2000px 84.3px;
  }
  .overview_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    padding-inline: 0;
  }
  .overview_head .name {
    width: 380px;
    margin: 0;
  }
  .overview_head .contact {
    width: 400px;
  }
  .overview_head .contact .tel {
    width: 350px;
    padding: 4px 0;
    font-size: 3.4rem;
  }
  .overview_head .contact .adr {
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
  .overview_wrap {
    width: 1200px;
    margin: 40px auto 0;
    padding-inline: 75px;
  }
  .overview_wrap .info {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .overview_wrap .timetable {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .overview_acs {
    margin-top: 80px;
    padding: 30px 0 28px;
  }
  .overview_acs dt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .overview_acs dt::before {
    display: inline-block;
    margin-right: 5px;
    font-size: 3rem;
    vertical-align: middle;
  }
  .overview_acs dd {
    text-align: center;
  }
  .overview_acs dd a:hover {
    text-decoration: none;
  }
  .overview_gmap {
    height: 400px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1.2rem 0;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-logo);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 30px 0;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-inline: 80px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.6em;
    letter-spacing: 0.1em;
    line-height: 1;
    -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 {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .gnav li.sub {
    display: none;
  }
  #global_footer .footer_wrap .treatmentnav ul li:nth-child(10),
  #global_footer .footer_wrap .treatmentnav ul li:nth-child(19) {
    border-left: none;
  }
  #global_footer .copyright {
    margin-top: 30px;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 47.99em) {
  #fixed_bar.js-floating {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #fixed_bar.js-floating.is_active {
    opacity: 1;
    visibility: visible;
  }
}
#pageup.js-floating {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageup.js-floating.is_active {
  opacity: 1;
  visibility: visible;
}

#fixed_bar {
  position: fixed;
  inset: auto auto 0 0;
  z-index: 1;
  width: calc(100% - 4rem);
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-logo-smoke)), to(var(--color-logo)));
  background: linear-gradient(var(--color-logo-smoke), var(--color-logo));
}
#fixed_bar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#fixed_bar .phone a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
  line-height: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 48em), print {
  #fixed_bar {
    display: none;
  }
}

#pageup {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  color: var(--color-logo);
  background: var(--color-white);
  border: 2px solid currentColor;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
  font-size: 1.6rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    font-size: 3rem;
    border-width: 3px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 3rem;
  }
  #pageup:hover {
    color: var(--color-logo-smoke);
  }
}
@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, .l-intro {
  display: flow-root;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 1.5rem;
}
.img_c.w100 {
  max-width: 100%;
}

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

@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;
    border-radius: 30px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c.w_sml {
    max-width: 500px;
  }
  .img_l {
    float: left;
    max-width: 500px;
    margin: 0 60px 20px 0;
    border-radius: 30px;
  }
  .img_r {
    float: right;
    max-width: 500px;
    margin: 0 0 20px 60px;
    border-radius: 30px;
  }
}
.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;
  }
}
.l-intro > :last-child {
  margin-bottom: 0;
}

article {
  display: flow-root;
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ section {
  margin-top: 3.5rem;
}
article > .l-intro ~ section section {
  margin-top: 2.5rem;
}
article > section ~ section {
  margin-top: 4.5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}

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

.tit_02 {
  margin-bottom: 2rem;
  padding-left: 0.7rem;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-left: 0.2rem solid var(--color-logo);
}
.tit_02::after {
  display: block;
  margin-top: 0.2rem;
  padding-left: 0.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: var(--color-logo);
  content: attr(data-title);
}

.tit_03 {
  margin-bottom: 1.3rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 1rem;
}

.tit_04 {
  margin-bottom: 1rem;
  padding-left: 1.7em;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-logo);
  background-image: url(../img/tit_04.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.4em auto;
}

.tit_05 {
  margin-bottom: 0.8rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-bl);
  border-bottom: 1px dotted currentColor;
}

.tit_06 {
  margin-bottom: 0.5rem;
  padding-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-rd);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1em, var(--color-rd-pale)), color-stop(1em, transparent));
  background: linear-gradient(0deg, var(--color-rd-pale) 1em, transparent 1em);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 50px;
    padding-left: 11px;
    font-size: 4rem;
    letter-spacing: 0.1em;
    border-left-width: 3px;
  }
  .tit_02::after {
    margin-top: 3px;
    padding-left: 3px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding: 13px 20px 14px;
    font-size: 2.8rem;
    border-radius: 20px;
  }
  .tit_04 {
    margin-bottom: 16px;
    padding: 3px 0 2px 50px;
    font-size: 2.4rem;
    background-size: 40px auto;
  }
  .tit_05 {
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .tit_06 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
}
.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.4em;
  margin-right: 0.35em;
  color: var(--color-bl);
  line-height: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.7em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.7em;
}
.lst_ol > li::marker {
  font-weight: bold;
  color: var(--color-base-txt);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_colon dt::after {
  display: inline-block;
  content: "：";
}

.tbl_data, .tbl_price {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data caption, .tbl_price caption {
  caption-side: bottom;
  margin-top: 0.4em;
  text-align: left;
}
.tbl_data caption.top, .tbl_price caption.top {
  caption-side: top;
  margin-top: 0;
  text-align: center;
}
.tbl_data thead th, .tbl_price thead th {
  padding: 1.2rem 1rem;
  font-size: 115%;
  line-height: 1.3;
}
.tbl_data tbody th, .tbl_price tbody th {
  padding: 1rem;
  font-size: 107%;
  line-height: 1.3;
  text-align: left;
}
.tbl_data tbody td, .tbl_price tbody td {
  padding: 1rem;
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .tbl_data thead th, .tbl_price thead th {
    padding: 1em 0.5em;
    font-size: 125%;
  }
  .tbl_data tbody th, .tbl_price tbody th {
    padding: 0.52em 1em;
    font-size: 112.5%;
  }
  .tbl_data tbody td, .tbl_price tbody td {
    padding: 0.56em 1.2em;
  }
}

.tbl_data, .tbl_price {
  border-bottom: 1px solid var(--color-border);
}
.tbl_data thead tr > *, .tbl_price thead tr > * {
  color: var(--color-white);
  background: var(--color-logo);
}
.tbl_data thead tr > *:first-child, .tbl_price thead tr > *:first-child {
  border-top-left-radius: 1rem;
}
.tbl_data thead tr > *:last-child, .tbl_price thead tr > *:last-child {
  border-top-right-radius: 1rem;
}
.tbl_data tbody tr > *, .tbl_price tbody tr > * {
  border-right: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}
.tbl_data tbody tr > *:first-child, .tbl_price tbody tr > *:first-child {
  border-left: 1px solid var(--color-border);
}
.tbl_data tbody tr th, .tbl_price tbody tr th {
  background: var(--color-logo-light);
}
@media screen and (min-width: 48em), print {
  .tbl_data thead tr > *:first-child, .tbl_price thead tr > *:first-child {
    border-top-left-radius: 20px;
  }
  .tbl_data thead tr > *:last-child, .tbl_price thead tr > *:last-child {
    border-top-right-radius: 20px;
  }
}

.tbl_price thead th {
  line-height: 1.2;
}
.tbl_price thead th i {
  display: inline-block;
  font-size: 80%;
}
.tbl_price tbody td:last-child {
  padding-inline: 0.5em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 750px;
  }
  .tbl_price thead th i {
    font-size: 100%;
  }
}

.box_notice, .box_03, .box_02, .box_01 {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 1.4rem;
}
.box_notice > :last-child, .box_03 > :last-child, .box_02 > :last-child, .box_01 > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notice, .box_03, .box_02, .box_01 {
    padding: 38px 40px;
    border-radius: 30px;
  }
}

.box_01 {
  background: var(--color-logo-faint);
  border: 1px solid var(--color-logo-light);
}

.box_02 {
  background: var(--color-bl-pale);
  border: 1px solid var(--color-bl-light);
}

.box_03 {
  background: var(--color-ye-soft);
  border: 1px solid var(--color-ye-light);
}

.box_notice {
  background: var(--color-rd-pale);
  border: 1px solid var(--color-rd-light);
}

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

.btn_tel, .btn_detail, .btn_back {
  display: inline-block;
  padding: 0.65em 1.2em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
@media screen and (min-width: 48em), print {
  .btn_tel, .btn_detail, .btn_back {
    padding: 0.7em 1.4em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  color: var(--color-white);
  background: var(--color-logo);
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  margin-left: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  vertical-align: 0.05em;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-logo-smoke);
  }
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.attn {
  color: var(--color-attention, #f00);
}

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

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

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

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

.js-tel {
  white-space: nowrap;
}
.js-tel a {
  color: inherit;
  text-decoration: none !important;
}

.btn_tel {
  padding-block: 0.4em;
  font-weight: 700;
  font-size: 125%;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--color-logo);
  background: var(--color-white);
  border: 2px solid currentColor;
}
.btn_tel::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
}
p .btn_tel {
  margin-block: 0.5em;
}

.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.timetable_tbl thead th {
  padding: 0.6rem 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.16rem;
  color: var(--color-white);
  background: var(--color-timetable01);
  border: 1px solid var(--color-timetable01);
}
.timetable_tbl thead th:first-child {
  width: 3em;
}
.timetable_tbl thead th:last-child {
  letter-spacing: -0.05em;
}
.timetable_tbl tbody th {
  padding: 1rem 0;
  font-weight: 500;
  white-space: nowrap;
  background: var(--color-timetable02);
  border: 1px solid var(--color-timetable01);
}
.timetable_tbl tbody td {
  padding: 1rem 0;
  text-align: center;
  border: 1px solid var(--color-timetable01);
}
.timetable_tbl tbody td span {
  display: inline-block;
  margin-top: 0.3rem;
}
.timetable_note {
  margin-top: 1rem;
}
.timetable_note mark {
  margin-inline: 1px;
  padding-inline: 2px;
  font-weight: 700;
}
.timetable_note .lst_ul > li::before {
  color: var(--color-timetable01);
}
.timetable_note .lst_ul > li ~ li {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.8em 0;
    font-size: inherit;
  }
  .timetable_tbl thead th:first-child {
    width: 17%;
  }
  .timetable_tbl thead th:last-child {
    letter-spacing: inherit;
  }
  .timetable_tbl tbody th {
    padding: 0.3em 0;
    text-align: center;
  }
  .timetable_tbl tbody td {
    padding: 1.63em 1.1em;
  }
  .timetable_note {
    margin-top: 15px;
    font-size: 87.5%;
    letter-spacing: 0.1em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#keyvsl {
  position: relative;
  max-width: 100%;
  height: 25rem;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 3rem;
  background-image: url(../img/header_frame.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3rem;
  content: "";
}
#keyvsl .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 4.5rem 1rem;
  text-align: center;
}
#keyvsl .catch em {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background: rgba(var(--color-logo-vivid-rgb), 0.7);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 700px;
    background-size: cover;
  }
  #keyvsl::after {
    height: 119px;
    background-size: 2000px 120px;
  }
  #keyvsl .catch {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
  }
  #keyvsl .catch em {
    padding: 10px;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl::after {
    background-size: 100% 120px;
  }
}
body#page_index main {
  background-image: url(../img/index_main_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 5rem;
  background-size: 180% auto;
}
@media screen and (min-width: 48em), print {
  body#page_index main {
    background-position: 50% 40px;
    background-size: auto;
  }
}

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

.news {
  padding: 4rem 4% 1rem;
}
.news .tit_02 {
  margin-left: 2px;
}
.news .box .item {
  padding: 1.3rem 1.6rem;
  color: var(--color-base-txt);
  background: rgba(var(--color-logo-faint-rgb), 0.9);
  border-radius: 1rem;
}
.news .box .item ~ .item {
  margin-top: 1rem;
}
.news .box .item > dt {
  padding-left: 2.4rem;
  color: var(--color-bn);
  font-weight: 700;
  font-size: 1.6rem;
}
.news .box .item > dt::before {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: -2.4rem;
  margin-right: 0.6rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: 0.1em;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 50%;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
}
.news .box .item > dt.is_open::before {
  content: "\e80c";
}
.news .box .item > dt time {
  display: inline-block;
  margin-left: 1.3rem;
  font-size: 1.3rem;
  color: var(--color-logo);
}
.news .box .item > dd {
  padding-top: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 120px 0;
  }
  .news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .wrap .tit_02 {
    width: 200px;
    margin-left: 0;
  }
  .news .wrap .box {
    width: 935px;
  }
  .news .wrap .box .item {
    padding: 30px 30px 30px 15px;
    border-radius: 20px;
  }
  .news .wrap .box .item ~ .item {
    margin-top: 15px;
  }
  .news .wrap .box .item > dt {
    padding-left: 38px;
    font-size: 2rem;
  }
  .news .wrap .box .item > dt::before {
    width: 24px;
    height: 24px;
    margin-left: -38px;
    margin-right: 14px;
    padding-left: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .news .wrap .box .item > dt time {
    margin-left: 15px;
    font-size: 1.6rem;
  }
  .news .wrap .box .item > dd {
    padding-left: 38px;
    padding-top: 8px;
  }
}
.consultus {
  padding: 3rem 4%;
}
@media screen and (max-width: 47.99em) {
  .consultus {
    background-image: url(../img/index_sp_main_bg_add01.webp), url(../img/index_sp_main_bg_add02.webp);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: contain;
  }
}
.consultus .wrap {
  padding: 2rem;
  color: var(--color-base-txt);
  background: rgba(var(--color-rd-light-rgb), 0.7);
  border: 0.3rem solid var(--color-white);
  border-radius: 1.5rem;
}
.consultus .wrap .tit {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.consultus .wrap .tit mark {
  --color-highlight: #fef1be;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-rd);
}
.consultus .wrap .tit::before {
  display: block;
  width: 100%;
  height: 8rem;
  margin-bottom: 0.5rem;
  background-image: url(../img/index_consultus_pic.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.consultus .wrap .lst_ul {
  margin: 0 0.5rem;
}
.consultus .wrap .lst_ul > li::before {
  color: var(--color-or);
}

@media screen and (min-width: 48em), print {
  .consultus {
    padding: 30px 0;
  }
  .consultus .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 70px;
    border-width: 5px;
    border-radius: 30px;
  }
  .consultus .wrap .tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 430px;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.5;
  }
  .consultus .wrap .tit mark {
    font-size: 5rem;
  }
  .consultus .wrap .tit::before {
    height: 224px;
    margin-bottom: 10px;
  }
  .consultus .wrap .lst_ul {
    margin: 0;
    font-size: 2rem;
  }
  .consultus .wrap .lst_ul li ~ li {
    margin-top: 1em;
  }
}
.greeting {
  padding: 2.5rem 4%;
}
.greeting .tit_02 {
  margin-bottom: 1rem;
}
.greeting .box {
  padding: 1.8rem;
  background: var(--color-or-light);
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0 0.2rem 0.3rem rgba(var(--color-black-rgb), 0.16);
}
.greeting .box p {
  margin-bottom: 1.2em;
}
.greeting .box .signature {
  margin-top: 1.5em;
  text-align: right;
}
.greeting .box .signature span {
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 120px 0;
  }
  .greeting .tit_02 {
    margin-bottom: 50px;
  }
  .greeting .box {
    padding: 50px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  .greeting .box .signature span {
    display: block;
    font-size: 2.4rem;
  }
}
.topbnrs {
  margin: 1rem 0;
  padding: 4rem 4%;
  background: var(--color-or-pale);
}
.topbnrs_lst {
  padding-inline: 2.5rem;
}
.topbnrs_lst li ~ li {
  margin-top: 1rem;
}
.topbnrs_lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  border: 2px solid var(--color-white);
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0 0.2rem 0.3rem rgba(var(--color-black-rgb), 0.16);
}
.topbnrs_lst li a[class*=lnkbnr] {
  padding: 0 6% 0 28%;
  background-repeat: no-repeat;
  background-position: 12% 50%;
  background-size: 15% auto;
}
.topbnrs_lst li a[class*=lnkbnr] i {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.topbnrs_lst li a[class*=lnkbnr] i::after {
  display: inline-block;
  margin-left: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 80%;
  vertical-align: middle;
}
.topbnrs_lst li a[class*=lnkbnr] i.pre::after {
  display: none;
}
.topbnrs_lst li a[class*=rsvbnr] {
  padding: 0 35% 0 13%;
  background-repeat: no-repeat;
  background-position: 92% 100%, 10% 100%;
  background-size: contain;
}
.topbnrs_lst li a[class*=rsvbnr] i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
.topbnrs_lst li a.lnkbnr_ageo {
  background-color: var(--color-or-soft);
  background-image: url(../img/index_topbnrs_clinic.webp);
}
.topbnrs_lst li a.lnkbnr_ageo i::after {
  color: var(--color-or-dull);
}
.topbnrs_lst li a.lnkbnr_ageost {
  background-color: var(--color-logo-light);
  background-image: url(../img/index_topbnrs_clinic.webp);
}
.topbnrs_lst li a.lnkbnr_ageost i::after {
  color: var(--color-logo);
}
.topbnrs_lst li a.lnkbnr_rmlo {
  font-size: 2rem;
  letter-spacing: 0;
  background-color: var(--color-dc-light);
  background-image: url(../img/index_topbnrs_clinic.webp);
}
.topbnrs_lst li a.lnkbnr_rmlo i::after {
  color: var(--color-dc);
}
.topbnrs_lst li a.lnkbnr_ageoin {
  font-size: 2rem;
  letter-spacing: 0;
  background-color: var(--color-bl-light);
  background-image: url(../img/index_topbnrs_clinic.webp);
}
.topbnrs_lst li a.lnkbnr_ageoin i::after {
  color: var(--color-bl-bright);
}
.topbnrs_lst li a.lnkbnr_recruit {
  background-color: var(--color-rd-soft);
  background-image: url(../img/index_topbnrs_recruit.webp);
}
.topbnrs_lst li a.lnkbnr_recruit i::after {
  color: var(--color-rd);
}
.topbnrs_lst li a.rsvbnr_web {
  color: var(--color-white);
  background-color: var(--color-bl-soft);
  background-image: url(../img/index_topbnrs_web.webp), url(../img/index_topbnrs_web_bg.webp);
}
.topbnrs_lst li a.rsvbnr_line {
  color: var(--color-white);
  background-color: var(--color-sns-line);
  background-image: url(../img/index_topbnrs_line.webp), url(../img/index_topbnrs_line_bg.webp);
}

@media screen and (min-width: 48em), print {
  .topbnrs {
    margin: 30px 0;
    padding: 80px 0;
  }
  .topbnrs_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 45px;
    width: 1200px;
    margin: 0 auto;
    padding-inline: 0;
  }
  .topbnrs_lst li {
    width: 370px;
  }
  .topbnrs_lst li ~ li {
    margin-top: 0;
  }
  .topbnrs_lst li a {
    height: 140px;
    font-size: 3.6rem;
    border-width: 3px;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  .topbnrs_lst li a:hover {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0 0 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 0 3px rgba(var(--color-black-rgb), 0.16);
  }
  .topbnrs_lst li a[class*=lnkbnr] {
    padding: 0 30px 0 106px;
    background-size: auto;
  }
  .topbnrs_lst li a[class*=lnkbnr] i {
    font-size: 2rem;
  }
  .topbnrs_lst li a[class*=lnkbnr] i::after {
    font-size: 90%;
    vertical-align: baseline;
  }
  .topbnrs_lst li a[class*=rsvbnr] {
    padding: 0 130px 0 35px;
    background-size: auto;
  }
  .topbnrs_lst li a[class*=rsvbnr] i {
    font-size: 2.4rem;
  }
  .topbnrs_lst li a.lnkbnr_rmlo {
    font-size: 3rem;
  }
  .topbnrs_lst li a.lnkbnr_ageoin {
    font-size: 3rem;
  }
}
.treatment {
  padding: 4rem 4%;
  background-image: url(../img/index_treatment_bg_l.webp), url(../img/index_treatment_bg_r.webp);
  background-repeat: no-repeat;
  background-position: -50% 100%, 110% 0%;
  background-size: 80% auto;
}
.treatment .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.2rem;
}
.treatment .lst li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 33%;
}
.treatment .lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0 0.5rem 0 2rem;
  color: var(--color-white);
  background: var(--color-bl-soft);
  border-radius: 3em;
  -webkit-box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.16);
}
.treatment .lst li a::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.8rem;
  height: 1.8rem;
  padding-left: 0.2rem;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: var(--color-bl-soft);
  background: var(--color-white);
  border-radius: 50%;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 120px 0;
    background-position: calc(50% - 500px) 146px, calc(50% + 500px) 146px;
    background-size: auto;
  }
  .treatment .lst {
    gap: 20px 18px;
  }
  .treatment .lst li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 286px;
            flex: 0 0 286px;
    min-width: auto;
  }
  .treatment .lst li a {
    height: 80px;
    padding: 0 10px 0 30px;
    font-size: 1.9rem;
    line-height: 1.2;
    -webkit-box-shadow: 4px 4px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 4px 4px 0 rgba(var(--color-black-rgb), 0.16);
  }
  .treatment .lst li a::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 1.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment .lst li a:hover {
    background-color: var(--color-bl-dull);
    -webkit-box-shadow: -1px -1px 2px rgba(var(--color-black-rgb), 0.16);
            box-shadow: -1px -1px 2px rgba(var(--color-black-rgb), 0.16);
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  .treatment .lst li a:hover::after {
    color: var(--color-bl-dull);
  }
}
.teams {
  padding: 4rem 4%;
}
.teams .adolescence {
  padding: 0.5rem 1.5rem;
  color: var(--color-base-txt);
  background-color: var(--color-bl-light);
  background-image: url(../img/index_teams_adolescence.webp);
  background-repeat: no-repeat;
  background-position: 3% 5%;
  background-size: 28% auto;
  border-radius: 1.5rem;
}
.teams .adolescence .tit {
  margin-block: 3.5rem;
  margin-left: 32%;
  font-weight: 700;
  font-size: 2.2rem;
}
.teams .adolescence .tit a {
  display: inline-block;
  padding-bottom: 0.2rem;
  color: var(--color-bl);
  border-bottom: 2px dashed currentColor;
}
.teams .adolescence .tit a::before {
  display: inline-block;
  width: 1.8em;
  height: 1.2em;
  margin-right: 0.1em;
  vertical-align: -0.1em;
  background-image: url(../img/index_teams_icon01.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.teams .others li {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  margin-top: 1.5rem;
  padding-inline: 2.5rem;
  border-radius: 1.5rem;
}
.teams .others li::before {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  display: block;
  height: 120%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.teams .others li a {
  display: block;
  width: 62%;
  margin-left: auto;
  padding-left: 3.6rem;
  padding-bottom: 0.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  border-bottom: 2px dashed currentColor;
}
.teams .others li a::before {
  display: inline-block;
  width: 3.6rem;
  height: 1.2em;
  margin-left: -3.6rem;
  vertical-align: -0.1em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.teams .others li:nth-child(odd) {
  color: var(--color-logo);
  background: var(--color-logo-pale);
}
.teams .others li:nth-child(odd) a::before {
  background-image: url(../img/index_teams_icon02.webp);
}
.teams .others li:nth-child(even) {
  color: var(--color-ye);
  background: var(--color-ye-soft);
}
.teams .others li:nth-child(even) a::before {
  background-image: url(../img/index_teams_icon03.webp);
}
.teams .others .bnr_counseling::before {
  background-image: url(../img/index_teams_counseling.webp);
}
.teams .others .bnr_mentalhealth::before {
  background-image: url(../img/index_teams_mentalhealth.webp);
}
.teams .others .bnr_kampo::before {
  background-image: url(../img/index_teams_kampo.webp);
}

@media screen and (min-width: 48em), print {
  .teams {
    padding: 30px 0 65px;
  }
  .teams .adolescence {
    padding: 75px 100px 75px 468px;
    background-position: 100px 50%;
    background-size: auto;
    border-radius: 30px;
  }
  .teams .adolescence .tit {
    margin: 0 0 30px;
    font-size: 3rem;
  }
  .teams .adolescence .tit a {
    padding-bottom: 8px;
  }
  .teams .adolescence .tit a::before {
    display: inline-block;
    width: 52px;
    height: 39px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .teams .adolescence .tit a:hover {
    -webkit-filter: brightness(1.3) opacity(0.9);
            filter: brightness(1.3) opacity(0.9);
  }
  .teams .adolescence .txt {
    margin-bottom: 0;
  }
  .teams .others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 50px;
    margin-top: 50px;
  }
  .teams .others li {
    width: 550px;
    height: 130px;
    margin-top: 0;
    padding-inline: 30px;
    border-radius: 30px;
  }
  .teams .others li::before {
    left: 30px;
    height: 134%;
  }
  .teams .others li a {
    width: 288px;
    padding-left: 60px;
    padding-bottom: 8px;
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
  .teams .others li a::before {
    width: 60px;
    height: 39px;
    margin-left: -60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .teams .others li a:hover {
    -webkit-filter: saturate(1.4) brightness(0.85);
            filter: saturate(1.4) brightness(0.85);
  }
}
.heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 13rem;
  padding: 3rem 1rem 4.5rem;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3rem;
  background-image: url(../img/header_frame.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3rem;
  content: "";
}
.heading h1 {
  padding: 0.4rem 0.8rem;
  font-weight: 500;
  font-size: 2.2rem;
  word-break: auto-phrase;
  line-height: 1.2;
  color: var(--color-white);
  background: rgba(var(--color-logo-vivid-rgb), 0.7);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 400px;
    padding: 20px calc((100% - 1200px) / 2) 50px;
  }
  .heading::after {
    height: 119px;
    background-size: 2000px 120px;
  }
  .heading h1 {
    padding: 14px 10px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 2001px) {
  .heading::after {
    background-size: 100% 120px;
  }
}

.breadcrumbs {
  padding: 0.8rem 4% 0;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 1px 0 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

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

.l-indentation p {
  margin-bottom: 0;
  text-indent: 1em;
}
.l-indentation.p_revert p {
  margin-bottom: 1em;
}

.box_01[data-box=ocd] {
  margin-block: 1.5rem;
}
.box_01[data-box=ocd] > section {
  margin-top: 2rem;
}
.box_01[data-box=ocd] > section:first-of-type {
  margin-top: 0;
}
.box_01[data-box=ocd] > section .dl_colon {
  display: grid;
  grid-template-columns: 5.5em auto;
  gap: 0.5rem 0;
  margin-inline: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .box_01[data-box=ocd] {
    margin-block: 30px;
  }
  .box_01[data-box=ocd] > section {
    margin-top: 30px;
  }
  .box_01[data-box=ocd] > section .dl_colon {
    gap: 10px 5px;
    margin-inline: 20px;
  }
}

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