@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(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.22em;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  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: 3.0rem;
  --pc-header-height: 150px;
  --font-weight-normal: 700;
  --font-weight-bold: 900;
  --pc-l-height: 1.75;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-logo-main: #080059;
  --color-logo-sub: #009fe8;
  --color-logo-act: #b6001f;
  --color-main: #002c85;
  --color-main-rgb: 0 44 133;
  --color-main-dark: #293551;
  --color-main-dark-rgb: 41 53 81;
  --color-main-lighter: #31569e;
  --color-main-soft: #6281bc;
  --color-main-lite: #719ae8;
  --color-main-lite-rgb: 113 154 232;
  --color-main-pale: #ebf2ff;
  --color-sub: #f85b76;
  --color-sub-lite: #f5a7af;
  --color-sub-pale: #ffe8eb;
  --color-gy-dark: #555;
  --color-gy-main: #707070;
  --color-gy-mild: #888;
  --color-gy-soft: #9b9b9b;
  --color-gy-lite: #c3c3c3;
  --color-gy-pale: #f7f7f7;
  --color-gy-pale-rgb: 247 247 247;
  --color-link-hover: #f5c72d;
  --color-highlight: #fff56b;
  --color-shadow: rgb(0 0 0/0.16);
  --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 Old Mincho", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", serif;
  font-weight: var(--font-weight-normal, normal);
  font-size: 2.6666666667vw;
}

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

em, strong {
  font-weight: var(--font-weight-bold, 700);
}

@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: 1240px;
  }
  a, button {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header {
  background-image: url(../img/header_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#global_header .header_wrap .logo {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1;
  width: 100%;
  height: 5rem;
  padding: 1.3rem 7rem 1rem 1.5rem;
  background-color: var(--color-white);
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .info .ctc {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  border-top: 1px solid var(--color-main-pale);
}
#global_header .header_wrap .info .ctc > li {
  flex-grow: 1;
  height: 3.3rem;
  text-align: center;
}
#global_header .header_wrap .info .ctc > li.acs {
  font-size: 1.1rem;
  color: var(--color-white);
  background: linear-gradient(0deg, var(--color-logo-main) 0%, #043487 24%, #0068b6 49%, var(--color-logo-sub) 100%);
}
#global_header .header_wrap .info .ctc > li.acs .st em {
  font-size: 1.5rem;
}
#global_header .header_wrap .info .ctc > li.acs .walk em {
  font-size: 2rem;
}
#global_header .header_wrap .info .ctc > li.tele {
  font-size: 2rem;
  color: var(--color-white);
  background: var(--color-main);
}
#global_header .header_wrap .info .ctc > li.tele::before {
  font-size: 1.1rem;
  content: "TEL. ";
}
@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .header_wrap .info .ctc {
    display: none;
  }
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgb(var(--color-white-rgb)/1), rgb(var(--color-white-rgb)/0.9) 89%, rgb(var(--color-white-rgb)/0.8));
  }
  #global_header .header_wrap::after {
    position: absolute;
    inset: auto 0 -50px;
    z-index: -1;
    width: 100%;
    height: 50px;
    background: linear-gradient(rgb(var(--color-white-rgb)/0.8), rgb(var(--color-white-rgb)/0));
    content: "";
  }
  #global_header .header_wrap .logo {
    position: static;
    inset: 0;
    width: 574px;
    height: 52px;
    margin: 18px 40px 0;
    padding: 0;
    background: transparent;
  }
  #global_header .header_wrap .info {
    width: 600px;
    min-width: 460px;
  }
  #global_header .header_wrap .info .ctc {
    margin-top: 0;
    border-top: none;
    border-right: 10px solid var(--color-logo-act);
  }
  #global_header .header_wrap .info .ctc > li {
    height: 50px;
    line-height: 46px;
  }
  #global_header .header_wrap .info .ctc > li.acs .st {
    font-size: 1.4rem;
  }
  #global_header .header_wrap .info .ctc > li.acs .st em {
    font-size: 1.8rem;
  }
  #global_header .header_wrap .info .ctc > li.acs .walk {
    font-size: 1.2rem;
  }
  #global_header .header_wrap .info .ctc > li.acs .walk em {
    font-size: 2.4rem;
  }
  #global_header .header_wrap .info .ctc > li.tele {
    font-size: 3.2rem;
  }
  #global_header .header_wrap .info .ctc > li.tele::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  #global_header .header_wrap .logo {
    margin: 18px 0 0;
  }
}
@media print {
  #global_header .header_wrap {
    position: static !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1;
    transition: all 0.5s;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100vw);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
#global_nav .gnav > li > a, #global_nav .gnav > li button {
  width: 100%;
}
#global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
  letter-spacing: 0.08em;
  color: var(--color-main-lighter);
  content: attr(title);
}
#global_nav .subnav {
  background: var(--color-main-pale);
}
#global_nav .subnav > li a {
  display: block;
}
#global_nav .subnav > li a::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e807';
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0 0 0.4rem;
    line-height: 0.8;
    text-align: center;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    color: var(--color-white);
    background: linear-gradient(var(--color-logo-main), var(--color-logo-sub));
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.8rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-weight: 400;
    font-size: 1rem;
    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;
    inset: 5rem 0 0;
    overflow-y: auto;
    width: 100vw;
    height: calc(100dvh - 5rem);
    padding: 2rem 2rem 4.5rem;
    background: rgb(var(--color-gy-pale-rgb)/0.85);
    backdrop-filter: blur(0.3rem);
  }
  #global_nav .gnav > li {
    margin-bottom: 0.8rem;
    border-bottom: 1px solid var(--color-gy-lite);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0 0.5em;
    padding: 0.6rem 0.5rem;
    font-size: 1.2rem;
    text-align: left;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    flex-grow: 1;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    text-align: right;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80c';
    color: var(--color-main-soft);
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    content: "\e80b";
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-bottom: 1rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem;
    font-size: 1.3rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav > li {
    width: 50%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav > li.bc {
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav > li a {
    padding: 0.4rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
    width: 100%;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    text-align: center;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: block;
    font-size: 2rem;
    line-height: 1.7;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    color: var(--color-gy-main);
    filter: drop-shadow(0 0 4px var(--color-white));
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li > a:focus::before, #global_nav .gnav > li button:hover::before, #global_nav .gnav > li button:focus::before {
    color: var(--color-logo-sub);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 1;
    min-width: 108%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  #global_nav .gnav > li.sub .sub_box .subnav > li a {
    padding: 10px 16px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav > li a:hover, #global_nav .gnav > li.sub .sub_box .subnav > li a:focus {
    color: var(--color-white);
    background: var(--color-main);
  }
  #global_nav .gnav > li.sub[data-name=treatment] .sub_box {
    width: 300px;
    transform: translateX(-25%);
  }
  #global_nav .gnav > li.sub[data-name=treatment] .sub_box .subnav {
    display: flex;
    flex-wrap: wrap;
  }
  #global_nav .gnav > li.sub[data-name=treatment] .sub_box .subnav > li {
    width: 50%;
  }
  #global_nav .gnav > li.sub[data-name=treatment] .sub_box .subnav > li.bc {
    width: 100%;
  }
}
#global_footer {
  padding-bottom: 4rem;
  font-size: 1.4rem;
}
#global_footer .access_movie {
  padding: 3.5rem 1.5rem 2rem;
}
#global_footer .access_movie dd {
  width: 100%;
  aspect-ratio: 16/9;
}
#global_footer .access_movie dd iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#global_footer .access_maps {
  padding: 2rem 1.5rem;
}
#global_footer .access_maps .gmap {
  width: 100%;
  height: 27rem;
}
#global_footer .access_maps .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#global_footer .access_maps .illmap {
  margin-top: 1.5rem;
}
#global_footer .footer_wrap {
  display: flow-root;
  background-image: url(../img/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#global_footer .overview {
  margin: 3rem 1rem;
  padding: 3rem 1.5rem 2.5rem;
  background: rgb(var(--color-white-rgb)/0.8);
}
#global_footer .overview .logo {
  margin-bottom: 3rem;
}
#global_footer .overview .outline {
  display: grid;
  grid-template-columns: 6em auto;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
#global_footer .overview .outline > dt {
  color: var(--color-logo-act);
}
#global_footer .overview .outline > dt::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f006';
  transform: scale(0.8);
}
#global_footer .overview .outline > dd {
  word-break: auto-phrase;
}
#global_footer .overview .timetable {
  margin-top: 2.5rem;
}
#global_footer .overview .timetable_tbl {
  background-color: var(--color-white);
}
#global_footer .overview .timetable_note {
  font-size: 92%;
}
#global_footer .sitemap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  #global_footer .access_movie {
    width: 1200px;
    margin-inline: auto;
    padding: 98px 65px 10px;
  }
  #global_footer .access_maps {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    padding: 70px 65px;
  }
  #global_footer .access_maps .gmap {
    width: 500px;
    height: auto;
  }
  #global_footer .access_maps .illmap {
    margin-top: 0;
    width: 500px;
  }
  #global_footer .overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 60px auto 73px;
    padding: 46px 116px;
  }
  #global_footer .overview .logo {
    width: 100%;
    margin-bottom: 44px;
  }
  #global_footer .overview .logo img {
    margin-inline: auto;
  }
  #global_footer .overview .outline {
    width: 450px;
    grid-template-columns: 120px auto;
    gap: 13px 0;
    margin-bottom: 0;
  }
  #global_footer .overview .timetable {
    width: 450px;
    margin-top: 0;
    font-size: 1.4rem;
  }
  #global_footer .overview .timetable_note {
    font-size: 100%;
  }
  #global_footer .sitemap {
    display: block;
    padding-block: 40px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--color-white);
    background-color: rgb(var(--color-main-rgb)/0.5);
  }
  #global_footer .sitemap > ul {
    width: 1000px;
    margin-inline: auto;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .sitemap > ul li {
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 0;
    border-left: 1px solid rgb(var(--color-white-rgb)/0.6);
  }
  #global_footer .sitemap > ul li:nth-child(9), #global_footer .sitemap > ul li:last-child {
    border-right: 1px solid rgb(var(--color-white-rgb)/0.6);
  }
  #global_footer .sitemap > ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .sitemap > ul.gnav {
    margin-bottom: 10px;
  }
  #global_footer .sitemap > ul.gnav .sub[data-name=clinic] {
    padding-inline: 0;
    border-left: none;
  }
  #global_footer .sitemap > ul.gnav .sub[data-name=clinic] button {
    display: none;
  }
  #global_footer .sitemap > ul.gnav .sub[data-name=clinic] .subnav li {
    margin-top: 0;
  }
  #global_footer .sitemap > ul.gnav .sub[data-name=clinic] .subnav li:last-child {
    border-right: none;
  }
  #global_footer .sitemap > ul.gnav .sub[data-name=treatment] {
    display: none;
  }
  #global_footer .sitemap > ul.subnav li {
    margin-top: 10px;
  }
  #global_footer .copyright {
    padding-block: 6px;
  }
}
@media screen and (min-width: 2001px) {
  #global_footer {
    background-size: 100% auto;
  }
}
.js-floating {
  position: fixed;
  inset: auto 0 0;
  z-index: 1;
  transition: 0.5s;
}
@media screen and (min-width: 48em), print {
  .js-floating {
    opacity: 0;
    visibility: hidden;
    inset: auto 0 0 auto;
  }
  .js-floating.is_active {
    opacity: 1;
    visibility: visible;
  }
}

#fixed_bar {
  display: flex;
  width: 100%;
}
#fixed_bar .btns {
  display: flex;
  width: calc(100% - 4.5rem);
  height: 4rem;
  line-height: 4rem;
}
#fixed_bar .btns li {
  flex-grow: 1;
  text-align: center;
}
#fixed_bar .btns li a {
  display: block;
}
#fixed_bar .btns li.phone {
  font-size: 1.7rem;
  color: var(--color-white);
  background-color: var(--color-main);
}
#fixed_bar .btns li.resv {
  font-size: 1.5rem;
  color: var(--color-white);
  background-color: var(--color-main-soft);
}
#fixed_bar .btns li.resv a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  margin-right: 0.3em;
}
#fixed_bar #pageup {
  display: block;
  width: 4.5rem;
  height: 4rem;
  padding: 0;
  font-size: 1.2rem;
  line-height: 0.8;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-act);
  border: none;
}
#fixed_bar #pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\f005';
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  #fixed_bar {
    width: 525px;
  }
  #fixed_bar .btns {
    width: 455px;
    height: 70px;
    line-height: 70px;
  }
  #fixed_bar .btns li {
    transition: background 0.3s;
  }
  #fixed_bar .btns li.phone {
    flex: 0 0 230px;
    font-size: 2.5rem;
  }
  #fixed_bar .btns li.phone::before {
    font-size: 2.8rem;
  }
  #fixed_bar .btns li.resv {
    font-size: 2.2rem;
  }
  #fixed_bar .btns li.resv a::before {
    font-size: 3rem;
    transform: translateY(0.1em);
  }
  #fixed_bar .btns li.resv:hover {
    background-color: var(--color-main-lite);
  }
  #fixed_bar #pageup {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    text-align: center;
  }
  #fixed_bar #pageup::before {
    font-size: 3.2rem;
  }
  #fixed_bar #pageup:hover {
    background-color: var(--color-sub);
  }
}
.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;
}
.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.4rem;
  }
}
@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: 424px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 20px;
  }
  .img_r {
    float: right;
    max-width: 424px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 20px;
    margin-bottom: 0.5em;
    margin-left: 40px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}

.l-intro > :last-child {
  margin-bottom: 0;
}

article > .l-intro {
  margin-bottom: 4.5rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 3.5rem;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 3.5rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}

@media screen and (min-width: 48em), print {
  article > .l-intro {
    margin-bottom: 80px;
  }
  article > .l-intro ~ :where(section) {
    margin-top: 60px;
  }
  article > .l-intro ~ :where(section) :where(section) {
    margin-top: 40px;
  }
  article > .l-intro ~ :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-size: 2.4rem;
}

.tit_02 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-main);
}

.tit_03 {
  margin-bottom: 1.7rem;
  padding: 0.6rem 0.5rem 0.6rem 5.5rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/tit_03.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4.8rem auto;
}

.tit_04 {
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.5rem 0.6rem 3.5rem;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--color-main);
  background-image: url(../img/tit_04.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem auto;
  border-bottom: 1px solid currentColor;
}

.tit_05 {
  margin-bottom: 1.4rem;
  padding: 0 0.8rem 0.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-main);
  border-bottom: 1px dashed currentColor;
}

.tit_06 {
  margin-bottom: 1.4rem;
  padding: 0 0.8rem 0.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-logo-act);
  border-bottom: 1px dashed currentColor;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
  }
  .tit_02 {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 0.24em;
  }
  .tit_03 {
    margin-bottom: 25px;
    padding: 9px 10px 9px 85px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    background-size: 66px auto;
  }
  .tit_04 {
    margin-bottom: 20px;
    padding: 12px 10px 10px 57px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    background-size: 42px auto;
  }
  .tit_05 {
    margin-bottom: 16px;
    padding: 0 22px 8px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .tit_06 {
    margin-bottom: 16px;
    padding: 0 22px 8px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  color: var(--color-main);
  transform: scale(0.7) translateY(-0.1em);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  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.5em;
}
.lst_ol > li::marker {
  font-weight: bold;
  color: var(--color-base-txt);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.ol_flow {
  --color-border: #1a1311;
  counter-reset: flowNum 0;
}
.ol_flow > li {
  counter-increment: flowNum 1;
  position: relative;
  display: grid;
  grid-template-columns: 20% 80%;
}
.ol_flow > li::before {
  width: 100%;
  padding-top: 4.4rem;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  content: counter(flowNum, decimal-leading-zero);
}
.ol_flow > li > dl {
  min-height: 10.5rem;
  padding: 0.5rem 0 1rem 1rem;
  border-left: 1px solid var(--color-border);
}
.ol_flow > li > dl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20%;
  padding-top: 2.5em;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  background-image: url(../img/icon_flow-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 1em;
  background-size: 2em auto;
  content: "STEP";
}
.ol_flow > li > dl > dt {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  color: var(--color-logo-main);
}
.ol_flow > li > dl > dd > *:last-child {
  margin-bottom: 0;
}
.ol_flow > li:not(:last-child) {
  margin-bottom: 5rem;
}
.ol_flow > li:not(:last-child)::after {
  position: absolute;
  bottom: -4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 6rem;
  background-image: url(../img/icon_flow-bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 48em), print {
  .ol_flow > li {
    grid-template-columns: 158px auto;
  }
  .ol_flow > li::before {
    padding-top: 75px;
    font-size: 5.1rem;
  }
  .ol_flow > li > dl {
    min-height: 160px;
    padding: 10px 0 40px 30px;
  }
  .ol_flow > li > dl::before {
    width: 158px;
    font-size: 2.1rem;
    background-position: 50% 17px;
    background-size: 46px auto;
  }
  .ol_flow > li > dl > dt {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .ol_flow > li:not(:last-child) {
    margin-bottom: 120px;
  }
  .ol_flow > li:not(:last-child)::after {
    bottom: -105px;
    height: 125px;
  }
}

@media screen and (min-width: 48em), print {
  :where(.contents) :where(table) {
    line-height: 1.5;
  }
}

.tbl_price, .tbl_data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.tbl_price th, .tbl_data th, .tbl_price td, .tbl_data td {
  padding: 0.6rem 1rem;
  border: 1px solid var(--color-gy-mild);
}
.tbl_price thead th, .tbl_data thead th {
  padding: 0.6rem 0.2rem;
}
@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_data th, .tbl_price td, .tbl_data td {
    padding: 0.8em 1.8em;
  }
  .tbl_price thead th, .tbl_data thead th {
    padding: 0.8em 1em;
  }
}

.tbl_data th {
  background-color: var(--color-gy-pale);
}
.tbl_data thead th {
  color: var(--color-white);
  background: var(--color-main-lighter);
}

.tbl_price th {
  word-break: keep-all;
  text-align: left;
  background-color: var(--color-main-pale);
}
.tbl_price td {
  width: 30%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_price {
    width: 1070px;
    margin-inline: auto;
  }
}

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

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

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

.box_02 {
  background: var(--color-sub-pale);
}

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

.box_notes {
  background: var(--color-gy-pale);
}

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

.lnk_ref::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e807';
}

.lnk_img {
  display: inline-block;
}
.lnk_img img {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk_img:hover {
    opacity: 0.7;
  }
}

.btn_detail, .btn_back {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 1.2rem 4.5rem 1.2rem 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.btn_detail::before, .btn_back::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3rem;
  height: 1px;
  border-top: 1px solid;
  content: "";
}
.btn_detail::after, .btn_back::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 1.5rem;
  height: 100%;
  content: "";
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 14px 70px 14px 20px;
  }
  .btn_detail::before, .btn_back::before {
    width: 50px;
  }
  .btn_detail::after, .btn_back::after {
    width: 25px;
    transition: 0.3s;
  }
  .btn_detail:hover, .btn_back:hover, .btn_detail:focus, .btn_back:focus {
    color: inherit;
  }
  .btn_detail:hover::after, .btn_back:hover::after, .btn_detail:focus::after, .btn_back:focus::after {
    width: 100%;
  }
}

.btn_detail, .btn_back {
  color: var(--color-gy-main);
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
}
.btn_detail::before, .btn_back::before {
  border-top-color: var(--color-main);
}
.btn_detail::after, .btn_back::after {
  background-color: var(--color-main-pale);
}

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

.em {
  font-weight: 900;
}

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

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

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

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

.notification, ul.remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, ul.remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}

span:not(dl, ul).remarks {
  display: inline-block;
}

dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}

.notification {
  line-height: 1.5;
}

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

.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
  margin-right: 0.3em;
  line-height: 1;
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.timetable_tbl {
  table-layout: fixed;
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
.timetable_tbl thead th {
  padding: 0.5rem 0;
  color: var(--color-white);
  background: var(--color-main);
}
.timetable_tbl thead th:first-child {
  width: 32%;
}
.timetable_tbl thead th:last-child {
  width: 14%;
  padding-right: 2%;
  letter-spacing: -0.15em;
}
.timetable_tbl tbody th {
  padding-block: 0.8rem;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-main);
}
.timetable_tbl tbody td {
  padding-block: 0.8rem;
  text-align: center;
  border-bottom: 1px solid var(--color-main);
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding: 0.5rem 0.5rem 0;
  line-height: 1.4;
  border-top: 1px solid var(--color-main);
}

@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.4em 0 0.35em;
  }
  .timetable_tbl thead th:first-child {
    width: 35.5%;
  }
  .timetable_tbl thead th:last-child {
    width: 13%;
  }
  .timetable_tbl tbody th {
    padding-block: 0.65em;
  }
  .timetable_tbl tbody td {
    padding-block: 0.65em;
  }
  .timetable_note {
    padding: 0.5em 0.5em 0;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #333;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 70%;
  width: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #000;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeBomb {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.greeting_wrap .tit, .treatment_wrap .tit, .feature_wrap .tit, .information_wrap .tit {
  line-height: 1.5;
  text-align: center;
}
.greeting_wrap .tit h2, .treatment_wrap .tit h2, .feature_wrap .tit h2, .information_wrap .tit h2 {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: var(--color-main);
  background: transparent;
}
.greeting_wrap .tit h2 span, .treatment_wrap .tit h2 span, .feature_wrap .tit h2 span, .information_wrap .tit h2 span {
  color: var(--color-logo-act);
}
.greeting_wrap .tit p, .treatment_wrap .tit p, .feature_wrap .tit p, .information_wrap .tit p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: var(--color-gy-soft);
}
@media screen and (min-width: 48em), print {
  .greeting_wrap .tit h2, .treatment_wrap .tit h2, .feature_wrap .tit h2, .information_wrap .tit h2 {
    font-size: 4.8rem;
    letter-spacing: 0.12em;
  }
  .greeting_wrap .tit p, .treatment_wrap .tit p, .feature_wrap .tit p, .information_wrap .tit p {
    margin-top: 10px;
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}

body#page_index {
  position: relative;
}
body#page_index #global_header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  background: none;
}

#keyvsl {
  width: 100%;
  height: 100dvh;
  z-index: -1;
  overflow: hidden;
}
#keyvsl .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  position: relative;
  height: 100dvh;
}
.hero_wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5rem 2rem 15rem;
}
.hero_wrap .tagline {
  font-size: 2.2rem;
  word-break: keep-all;
  letter-spacing: 0.02em;
  line-height: 2;
  color: var(--color-white);
  text-shadow: 0 0 0.4rem rgb(var(--color-black-rgb)/0.8);
}
.hero_wrap .ann {
  position: absolute;
  bottom: 4.2rem;
  right: 1rem;
}
.hero_wrap .ann em, .hero_wrap .ann span {
  display: block;
}
.hero_wrap .ann .new {
  width: 19rem;
  aspect-ratio: 164/129;
  padding: 3.4rem 1rem 0;
  text-align: center;
  color: var(--color-white);
  background-image: url(../img/index/ann_new_bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.hero_wrap .ann .new span.date {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
}
.hero_wrap .ann .new span.date b {
  font-size: 2.5rem;
  line-height: 0.8;
}
.hero_wrap .ann .new span.acs {
  font-size: 1.6rem;
}
.hero_wrap .ann .new em {
  font-size: 1.9rem;
}

@media screen and (min-width: 48em), print {
  .hero_wrap {
    inset: 0 calc(50% - 600px);
    width: 1200px;
    padding: 150px 0 80px;
  }
  .hero_wrap .tagline {
    font-size: 3.2rem;
    word-break: unset;
    line-height: 1.6;
    text-shadow: 0 0 8px rgb(var(--color-black-rgb)/0.8);
  }
  .hero_wrap .ann {
    bottom: 20px;
    right: 20px;
    width: fit-content;
  }
  .hero_wrap .ann .new {
    width: 328px;
    padding: 60px 45px 0 40px;
  }
  .hero_wrap .ann .new > * {
    letter-spacing: 0.06em;
  }
  .hero_wrap .ann .new span.date {
    font-size: 3rem;
  }
  .hero_wrap .ann .new span.date b {
    font-size: 4.8rem;
  }
  .hero_wrap .ann .new span.acs {
    font-size: 2.6rem;
  }
  .hero_wrap .ann .new em {
    font-size: 3.2rem;
  }
}
.banner_recruit {
  margin: 3rem 3rem 6rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .banner_recruit {
    margin: 80px 0 120px;
  }
}

.topic_box {
  margin: 3.5rem 2rem;
  padding: 0 1.5rem 1.5rem;
  border: 1px solid var(--color-main-soft);
}
.topic_box:first-of-type {
  margin-top: 5rem;
}
.topic_box > dt {
  position: relative;
  top: -1.5rem;
  width: fit-content;
  margin: 0 auto -0.5rem;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.topic_box > dd {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 48em), print {
  .topic_box {
    width: 980px;
    margin: 55px auto;
    padding: 0 85px 30px;
    border-width: 2px;
  }
  .topic_box:first-of-type {
    margin-top: 75px;
  }
  .topic_box > dt {
    top: -23px;
    margin: 0 auto -10px;
    padding: 0 50px;
    font-size: 2.6rem;
  }
  .topic_box > dd {
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
.topic_box[data-name=appointment_priority] > dt {
  color: var(--color-white);
  background: var(--color-main);
}
.topic_box[data-name=pediatric_patients] > dt {
  color: var(--color-white);
  background: var(--color-logo-sub);
}

.banner_interview {
  margin: 4rem 2rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .banner_interview {
    width: 500px;
    margin: 70px auto;
  }
}

.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dt.null {
  pointer-events: none;
}
.js-accordion > dd {
  display: none;
  word-wrap: break-word;
}
.js-accordion > dd.null {
  display: none !important;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}

.information_wrap.js-fade {
  opacity: 0;
}
.information_wrap.js-fade.is_active {
  animation: fadeUp 1s ease-out forwards;
}
.information_wrap .tit.js-fade {
  opacity: 0;
}
.information_wrap .tit.js-fade.is_active {
  animation: fadeUp 1s ease-out forwards;
}
.information_wrap .box.js-fade {
  opacity: 0;
}
.information_wrap .box.js-fade.is_active {
  animation: fadeUp 1s ease-out 0.2s forwards;
}

.information {
  margin-top: 5rem;
  padding-top: 4rem;
  background-image: url(../img/index/information_bg.webp);
  background-repeat: no-repeat;
  background-position: right -10vw top 0;
  background-size: 50vw auto;
}
.information_wrap {
  margin-right: 1rem;
  padding: 3rem 0.5rem 1.5rem 2.5rem;
  background: rgb(var(--color-white-rgb)/0.68);
}
.information_wrap .box {
  max-height: 30rem;
  overflow-y: auto;
  margin-top: 2rem;
  padding-right: 0.5rem;
}
.information_wrap .box dl {
  padding-bottom: 1em;
  border-bottom: 1px dashed var(--color-gy-lite);
}
.information_wrap .box dl dt {
  font-size: 1.6rem;
  color: var(--color-logo-act);
}
.information_wrap .box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
.information_wrap .box dl dt.is_open::before {
  content: "\e80b";
}
.information_wrap .box dl dt time {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.information_wrap .box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed var(--color-gy-lite);
}
.information_wrap .box dl dd {
  padding-top: 0.5em;
}

@media screen and (min-width: 48em), print {
  .information {
    margin-top: 120px;
    padding-top: 190px;
    padding-bottom: 154px;
    background-position: right calc(50% - 500px) top 150px;
    background-attachment: fixed;
    background-size: auto;
  }
  .information_wrap {
    margin-right: calc(50% - 400px);
    padding: 45px 130px 80px calc(50% - 600px);
  }
  .information_wrap .box {
    max-height: 328px;
    margin-top: 60px;
    padding-inline: 20px;
  }
  .information_wrap .box dl {
    padding-bottom: 18px;
  }
  .information_wrap .box dl dt {
    padding-left: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .information_wrap .box dl dt::before {
    width: 30px;
    margin-left: -30px;
    margin-right: 0;
    text-align: center;
  }
  .information_wrap .box dl dt time {
    margin-right: 18px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .information_wrap .box dl dd {
    padding-left: 28px;
  }
}
.feature.js-fade::before {
  opacity: 0;
}
.feature.js-fade.is_active::before {
  animation: fadeIn 1.2s ease-out 0.2s forwards;
}
.feature_wrap .slogan.js-fade {
  opacity: 0;
}
.feature_wrap .slogan.js-fade.is_active {
  animation: fadeIn 1.2s ease-in-out 0.5s forwards;
}
.feature_wrap .lst ol.js-fade > li {
  opacity: 0;
}
.feature_wrap .lst ol.js-fade.is_active > li:nth-child(1) {
  animation-name: fadeToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.feature_wrap .lst ol.js-fade.is_active > li:nth-child(2) {
  animation-name: fadeToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.feature_wrap .lst ol.js-fade.is_active > li:nth-child(3) {
  animation-name: fadeToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.feature_wrap .lst ol.js-fade.is_active > li:nth-child(4) {
  animation-name: fadeToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.feature {
  position: relative;
  overflow-x: clip;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 12rem;
  background-image: url(../img/index/feature_bg02.webp), url(../img/index/feature_bg03.webp);
  background-repeat: no-repeat;
  background-position: right -35vw top 50%, left -5vw bottom 0;
  background-size: 50vw auto, 60vw auto;
}
.feature::before {
  position: absolute;
  left: -22vw;
  top: 0;
  z-index: -1;
  width: 50vw;
  aspect-ratio: 39/22;
  background-image: url(../img/index/feature_bg01.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
}
.feature_wrap .slogan {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
.feature_wrap .slogan em {
  color: var(--color-main-soft);
}
.feature_wrap .lst {
  display: flow-root;
  margin-top: 5rem;
  padding: 1rem 1rem 2rem;
  background: rgb(var(--color-gy-pale-rgb)/0.9);
}
.feature_wrap .lst ol {
  counter-reset: fNum 0;
  margin-top: -2rem;
}
.feature_wrap .lst ol li {
  counter-increment: fNum 1;
  min-height: 9rem;
  padding-left: 8.3rem;
  font-size: 1.5rem;
  color: var(--color-main-lighter);
}
.feature_wrap .lst ol li::before {
  display: block;
  height: 8rem;
  aspect-ratio: 2/1;
  margin: 0 0 -2.5rem -8.3rem;
  padding: 1.4rem 0 0 4.8rem;
  font-family: "Caveat", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1;
  color: var(--color-logo-act);
  background-image: url(../img/index/feature_lst_item.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  content: counter(fNum);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 625px;
    background-position: right calc(50% - 740px) top 440px, left calc(50% - 390px) bottom 0;
    background-size: auto;
  }
  .feature::before {
    left: calc(50% - 1000px);
    top: 0;
    width: 780px;
  }
  .feature_wrap .tit {
    padding-left: 300px;
  }
  .feature_wrap .slogan {
    margin-top: 70px;
    padding-left: 300px;
    font-size: 3.8rem;
  }
  .feature_wrap .lst {
    margin-top: 70px;
    padding: 10px calc(50% - 580px) 30px;
  }
  .feature_wrap .lst ol {
    margin-top: 0;
  }
  .feature_wrap .lst ol li {
    display: grid;
    grid-template-columns: 280px auto;
    align-items: center;
    min-height: 133px;
    margin-top: -30px;
    padding-left: 0;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .feature_wrap .lst ol li::before {
    height: 133px;
    margin: 0;
    padding: 22px 0 0 82px;
    font-size: 5.7rem;
    background-size: auto;
  }
  .feature_wrap .lst ol li:nth-child(2) {
    margin-left: 60px;
  }
  .feature_wrap .lst ol li:nth-child(3) {
    margin-left: 120px;
  }
  .feature_wrap .lst ol li:nth-child(4) {
    margin-left: 180px;
  }
}
.treatment {
  clip-path: inset(0);
  padding-block: 4rem;
}
.treatment_wrap {
  position: relative;
  z-index: 0;
}
.treatment_wrap::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}
.treatment_wrap .box {
  margin-top: 2.5rem;
  padding-inline: 1rem;
}
.treatment_wrap .box .tab {
  display: flex;
  gap: 0 0.3rem;
}
.treatment_wrap .box .tab li {
  flex-grow: 1;
}
.treatment_wrap .box .tab li a {
  display: block;
  height: 100%;
  padding: 1.2rem 0.5rem 1rem;
  text-align: center;
  color: var(--color-white);
  background-color: rgb(var(--color-main-dark-rgb)/0.62);
}
.treatment_wrap .box .tab li a.is_current {
  background-color: rgb(var(--color-main-dark-rgb)/0.4);
  pointer-events: none;
}
.treatment_wrap .box .tabox {
  display: none;
  padding: 2rem 1.5rem 3rem;
  color: var(--color-white);
  background-color: rgb(var(--color-main-dark-rgb)/0.4);
}
.treatment_wrap .box .tabox.is_active {
  display: block;
}
.treatment_wrap .box .tabox .lst {
  padding: 1.5rem;
  color: var(--color-base-txt);
  background: var(--color-white);
  box-shadow: 0 0.1rem 0.4rem rgb(var(--color-main-dark-rgb)/0.4);
}
.treatment_wrap .box .tabox .lst li {
  margin-bottom: 0.5rem;
  padding: 0.8rem 0.5rem 0.8rem 3rem;
  line-height: 1.3;
  border-bottom: 1px dashed var(--color-gy-soft);
}
.treatment_wrap .box .tabox .lst li::before {
  display: inline-block;
  margin-left: -2.5rem;
  margin-right: 1rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
  color: var(--color-logo-act);
  transform: scale(1.3);
}
.treatment_wrap .box .tabox .nav {
  margin-top: 2.5rem;
}
.treatment_wrap .box .tabox .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2%;
}
.treatment_wrap .box .tabox .nav ul li {
  width: 49%;
  text-align: center;
}
.treatment_wrap .box .tabox .nav ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 0 0.1rem 0.3rem rgb(var(--color-main-dark-rgb)/0.9);
}
.treatment_wrap .box .tabox .nav ul li a::before {
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.8rem;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72% auto;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.4rem rgb(var(--color-main-dark-rgb)/0.3);
  content: "";
}
.treatment_wrap .box .tabox .nav ul li a i {
  display: inline-block;
}
.treatment_wrap .box .tabox .nav ul li .a_cystitis::before {
  background-image: url(../img/index/treatment_ico_cystitis.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_oab::before {
  background-image: url(../img/index/treatment_ico_oab.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_nocturia::before {
  background-image: url(../img/index/treatment_ico_nocturia.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_bph::before {
  background-image: url(../img/index/treatment_ico_bph.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_us::before {
  background-image: url(../img/index/treatment_ico_us.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_hydrocele::before {
  background-image: url(../img/index/treatment_ico_hydrocele.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_balanoposthitis::before {
  background-image: url(../img/index/treatment_ico_balanoposthitis.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_pcs::before {
  background-image: url(../img/index/treatment_ico_pcs.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_kcc::before {
  background-image: url(../img/index/treatment_ico_kcc.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_bca::before {
  background-image: url(../img/index/treatment_ico_bca.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_ttc::before {
  background-image: url(../img/index/treatment_ico_ttc.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_fu::before {
  background-image: url(../img/index/treatment_ico_fu.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_ckd::before {
  background-image: url(../img/index/treatment_ico_ckd.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_ed::before {
  background-image: url(../img/index/treatment_ico_ed.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_aga::before {
  background-image: url(../img/index/treatment_ico_aga.svg);
}
.treatment_wrap .box .tabox .nav ul li .a_sti::before {
  background-image: url(../img/index/treatment_ico_sti.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding-top: 130px;
    padding-bottom: 56px;
  }
  .treatment_wrap {
    width: 1200px;
    margin-inline: auto;
  }
  .treatment_wrap .box {
    margin-top: 70px;
    padding-inline: 50px;
  }
  .treatment_wrap .box .tab {
    gap: 0 10px;
  }
  .treatment_wrap .box .tab li {
    flex-grow: 0;
  }
  .treatment_wrap .box .tab li a {
    padding: 10px 64px;
    font-size: 2.4rem;
  }
  .treatment_wrap .box .tabox {
    padding: 40px 70px 55px;
  }
  .treatment_wrap .box .tabox .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
    padding: 35px 46px 40px;
    font-size: 1.8rem;
    box-shadow: 0 2px 6px rgb(var(--color-main-dark-rgb)/0.8);
  }
  .treatment_wrap .box .tabox .lst li {
    width: 412px;
    margin-bottom: 0;
    padding: 0 6px 13px 40px;
  }
  .treatment_wrap .box .tabox .lst li::before {
    display: inline-block;
    margin-left: -34px;
    margin-right: 16px;
  }
  .treatment_wrap .box .tabox .nav {
    margin-top: 45px;
  }
  .treatment_wrap .box .tabox .nav ul {
    gap: 45px 50px;
  }
  .treatment_wrap .box .tabox .nav ul li {
    width: 140px;
  }
  .treatment_wrap .box .tabox .nav ul li a {
    font-size: 2rem;
    text-shadow: 0 2px 6px rgb(var(--color-main-dark-rgb)/1);
  }
  .treatment_wrap .box .tabox .nav ul li a::before {
    width: 140px;
    margin: 0 auto 15px;
    background-size: 100px auto;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgb(var(--color-main-dark-rgb)/0.5);
    transition: 0.3s;
  }
  .treatment_wrap .box .tabox .nav ul li a:hover {
    background: linear-gradient(transparent 70%, rgb(var(--color-main-lite-rgb)/0.8) 70%);
  }
  .treatment_wrap .box .tabox .nav ul li a:hover::before {
    border-color: var(--color-main-lite);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 7px rgb(var(--color-main-dark-rgb)/0.6);
  }
  .treatment_wrap .box .tabox .nav ul li:has(.a_sti) {
    width: 200px;
  }
}
.banner_movie {
  padding: 4rem 2rem;
}
.banner_movie li ~ li {
  margin-top: 2rem;
}
.banner_movie li a {
  display: block;
  padding: 1rem 0.8rem 0.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-image: url(../img/bnr_bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.banner_movie li a::after {
  display: block;
  margin-top: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 120%;
}
.banner_movie li:nth-child(1) a {
  background-color: var(--color-main);
}
.banner_movie li:nth-child(2) a {
  background-color: var(--color-main-soft);
}
.banner_movie li:nth-child(3) a {
  background-color: var(--color-logo-sub);
}
.banner_movie li:nth-child(4) a {
  --color-movie-bnr04: #2353b2;
  background-color: var(--color-movie-bnr04);
}
.banner_movie li:nth-child(5) a {
  --color-movie-bnr05: #237db2;
  background-color: var(--color-movie-bnr05);
}

@media screen and (min-width: 48em), print {
  .banner_movie {
    padding: 80px 0;
  }
  .banner_movie ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .banner_movie ul li ~ li {
    margin-top: 0;
  }
  .banner_movie ul li a {
    padding: 12px 40px 2px;
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .banner_movie ul li a::after {
    margin-top: 2px;
    font-size: 100%;
  }
  .banner_movie ul li a:hover {
    filter: saturate(1.1) brightness(1.2);
  }
}
.greeting_wrap .tit.js-fade {
  opacity: 0;
}
.greeting_wrap .tit.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.greeting_wrap .pic.js-fade {
  opacity: 0;
}
.greeting_wrap .pic.js-fade.is_active {
  animation: fadeIn 1s ease-out 0.5s forwards;
}
.greeting_wrap .philosophy.js-fade {
  opacity: 0;
}
.greeting_wrap .philosophy.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.greeting_wrap .txt.js-fade, .greeting_wrap .prof.js-fade {
  opacity: 0;
}
.greeting_wrap .txt.js-fade.is_active, .greeting_wrap .prof.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}

.greeting {
  position: relative;
  clip-path: inset(0);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.greeting::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: var(--color-main-pale);
  background-image: url(../img/index/greeting_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}
.greeting_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 22rem;
  background-image: url(../img/index/greeting_bg01.jpg), url(../img/index/greeting_bg02.jpg);
  background-repeat: no-repeat;
  background-position: left 0 bottom 8rem, right 0 bottom 0;
  background-size: auto 10rem;
}
.greeting_wrap .box {
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
.greeting_wrap .box .philosophy {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
.greeting_wrap .box .philosophy em {
  color: var(--color-main-soft);
}
.greeting_wrap .box .pic img {
  max-width: 60%;
  margin-inline: auto;
}
.greeting_wrap .box .pic figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  text-align: center;
}
.greeting_wrap .box .pic figcaption .cl {
  font-size: 1.2rem;
}
.greeting_wrap .box .pic figcaption .dr {
  font-size: 1.8rem;
  line-height: 1.2;
}
.greeting_wrap .box .txt {
  margin-top: 2.5rem;
}
.greeting_wrap .box .txt p {
  line-height: 1.66;
}
.greeting_wrap .box .prof {
  margin-top: 3rem;
  padding: 0.2rem 1.5rem;
  color: var(--color-gy-dark);
  background: rgb(var(--color-white-rgb)/0.7);
}
.greeting_wrap .box .prof dl {
  display: grid;
  grid-template-columns: 5em auto;
  margin-block: 1.2rem;
  font-size: 1.3rem;
}
.greeting_wrap .box .more {
  margin-top: 3rem;
  text-align: center;
}
.greeting_wrap .box .more .btn_detail {
  width: 70%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .greeting_wrap {
    padding-bottom: 505px;
    background-position: left calc(50% - 400px) bottom 160px, right calc(50% - 400px) bottom 0;
    background-size: auto;
  }
  .greeting_wrap .box {
    display: grid;
    grid-template-columns: 712px 360px;
    grid-template-rows: 165px 280px 85px auto;
    gap: 40px;
    justify-content: space-between;
    width: 1200px;
    margin: 50px auto 0;
    padding-inline: 40px;
  }
  .greeting_wrap .box .philosophy {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: calc((1em - 1lh) * 0.5);
    font-size: 3rem;
    line-height: 2;
    text-align: left;
  }
  .greeting_wrap .box .pic {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  .greeting_wrap .box .pic img {
    max-width: 100%;
    margin-inline: 0;
  }
  .greeting_wrap .box .pic figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
  }
  .greeting_wrap .box .pic figcaption .cl {
    font-size: 1.6rem;
  }
  .greeting_wrap .box .pic figcaption .dr {
    font-size: 2.4rem;
  }
  .greeting_wrap .box .txt {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
  .greeting_wrap .box .txt p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .greeting_wrap .box .prof {
    grid-column: 1/2;
    grid-row: 3/5;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 20px 20px;
    background: linear-gradient(rgb(var(--color-white-rgb)/0), rgb(var(--color-white-rgb)/0.8));
  }
  .greeting_wrap .box .prof dl {
    display: block;
    margin-block: 0;
    font-size: 1.4rem;
  }
  .greeting_wrap .box .prof dl dt {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--color-gy-mild);
  }
  .greeting_wrap .box .more {
    grid-column: 2/3;
    grid-row: 4/5;
    display: grid;
    place-content: center;
    margin-top: 0;
  }
  .greeting_wrap .box .more .btn_detail {
    width: 254px;
  }
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 14rem;
  padding: 5.5rem 1.5rem 0.5rem;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .heading {
    align-items: flex-start;
    min-height: 220px;
    padding: 120px calc(50% - 600px) 20px;
  }
  .heading h1 {
    font-size: 3.6rem;
  }
}

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

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

body#page_doctor .doctor_greeting .img_l {
  max-width: 60%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile > section {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor article {
    width: 960px;
    margin-inline: auto;
  }
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_l {
    max-width: 310px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 60px;
    margin-top: 60px;
  }
  body#page_doctor .doctor_profile > section {
    flex: 1 1 30%;
    margin-top: 0;
  }
}

body#page_interior_introduction .splide__arrow {
  background: var(--color-white);
}
body#page_interior_introduction .splide__arrow svg {
  fill: var(--color-main-lighter);
}
body#page_interior_introduction .splide.panels .splide__slide figcaption {
  margin-top: 0.3rem;
  padding: 0.6em 0.3em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_interior_introduction .splide.navis {
  margin-top: 0.3rem;
}
body#page_interior_introduction .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  filter: contrast(0.5) opacity(0.6);
  outline: 3px solid transparent;
  outline-offset: -3px;
}
body#page_interior_introduction .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: contrast(1) opacity(1);
  outline-color: var(--color-main-lighter);
}
body#page_interior_introduction .splide.navis#equipmentSlide-nav .splide__list {
  justify-content: center;
}
@media screen and (min-width: 48em), print {
  body#page_interior_introduction article {
    width: 960px;
    margin-inline: auto;
  }
  body#page_interior_introduction .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_interior_introduction .splide.panels .splide__arrow {
    background: transparent;
    width: 50px;
    height: 50px;
  }
  body#page_interior_introduction .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-pale);
  }
  body#page_interior_introduction .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_interior_introduction .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_interior_introduction .splide.panels .splide__slide figcaption {
    margin-top: 1px;
    font-size: 2.4rem;
  }
  body#page_interior_introduction .splide.navis {
    margin-top: 15px;
  }
  body#page_interior_introduction .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}

@media screen and (min-width: 48em), print {
  body#page_visitor article {
    width: 960px;
    margin-inline: auto;
  }
}

body#page_access #global_footer .access_maps, body#page_access #global_footer .access_movie, body#page_access #global_footer .overview {
  display: none;
}
body#page_access .access_info {
  display: grid;
  grid-template-columns: 7.5em auto;
  border-top: 1px solid var(--color-gy-mild);
}
body#page_access .access_info > dt {
  padding: 0.8rem 0 0.8rem 0.8rem;
  background: var(--color-main-pale);
  border-bottom: 1px solid var(--color-gy-mild);
}
body#page_access .access_info > dd {
  padding: 0.8rem 0 0.8rem 1rem;
  word-break: auto-phrase;
  border-bottom: 1px solid var(--color-gy-mild);
}
body#page_access .illmap {
  width: fit-content;
  margin-inline: auto;
}
body#page_access .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
body#page_access .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .gmap {
  width: 100%;
  height: 35rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access article {
    width: 960px;
    margin-inline: auto;
  }
  body#page_access .timetable_tbl {
    font-size: 2rem;
  }
  body#page_access .timetable_tbl tbody {
    line-height: 2;
  }
  body#page_access .timetable_note {
    font-size: 1.8rem;
  }
  body#page_access .access_info {
    grid-template-columns: 250px auto;
    font-size: 1.8rem;
  }
  body#page_access .access_info > dt {
    padding: 20px 40px;
  }
  body#page_access .access_info > dd {
    padding: 20px 60px;
  }
  body#page_access .movie {
    width: 750px;
    margin-inline: auto;
  }
  body#page_access .gmap {
    height: 500px;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacypolicy article .lead {
  margin-bottom: 4.5rem;
}
body#page_privacypolicy article ul ul, body#page_privacypolicy article ul ol, body#page_privacypolicy article ol ul, body#page_privacypolicy article ol ol {
  margin-block: 0.5em;
}
body#page_privacypolicy article .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
body#page_privacypolicy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacypolicy article .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
body#page_privacypolicy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacypolicy article .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 48em), print {
  body#page_privacypolicy article .lead {
    margin-bottom: 90px;
  }
}

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

/*# sourceMappingURL=style.css.map */