@charset "UTF-8";
a[href*="recruit.html"],
a[href=""], .nolink {
  pointer-events: none;
}
@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  scrollbar-gutter: stable;
  tab-size: 2;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}
:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
  font-variation-settings: inherit;
  font-feature-settings: inherit;
  letter-spacing: inherit;
  word-spacing: 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, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  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, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  block-size: 0;
  overflow: visible;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
}
:where(dialog, [popover]) {
  max-width: unset;
  max-height: unset;
  inset: unset;
  overflow: unset;
  border: none;
  background: none;
  color: inherit;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}
:where(:focus-visible) {
  outline: 2px solid LinkText;
  outline-offset: 1px;
  box-shadow: 0 0 0 5px Canvas;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(button) {
  border: none;
  background: transparent;
}
:where(em) {
  font-style: normal;
  font-weight: bold;
}
:where(i) {
  font-style: normal;
}
:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}
:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(p) {
  margin: 0 0 1em;
}
:root {
  --sp-header-height: 4.0rem;
  --pc-header-height: 80px;
  --letter-spacing: 0.03em;
  --sp-l-height: 1.6;
  --pc-font-size: 1.8rem;
  --pc-l-height: 1.77;
  --color-base-txt: #222;
  --color-base-txt-rgb: 34 34 34;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #3f99d5;
  --color-main-dark: #0279c5;
  --color-main-soft: #7ebae3;
  --color-main-light: #c8e1f3;
  --color-main-lite: #e3f0f9;
  --color-main-pale: #eff6fb;
  --color-sub: #53b98d;
  --color-sub-dark: #23ab39;
  --color-sub-soft: #6bc39d;
  --color-sub-light: #cdebde;
  --color-sub-lite: #e6f5ee;
  --color-accent-pale: #f7fce3;
  --color-border: #ccc;
  --color-highlight: #fdd118;
  --color-shadow: rgb(0 0 0/0.1);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-gray: #999;
  --color-gray-rgb: 153 153 153;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}
:where(*) {
  letter-spacing: var(--letter-spacing, normal);
}
:where(*):before, :where(*)::after {
  letter-spacing: normal;
}
html {
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  scroll-padding-top: var(--sp-header-height, 0);
}
body {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main {
  font-size: var(--sp-font-size, 1.5rem);
  line-height: var(--sp-l-height, 1.5);
}
@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header {
  color: var(--color-white);
}
body:not(#page_index) #global_header {
  background-image: url(../img/header_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#global_header .header_wrap {
  padding: 1rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 6.5rem);
}
#global_header .header_wrap .logo a {
  display: block;
}
@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .mininfo {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 6px;
  }
  #global_header .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 94px;
    margin-inline: auto;
    padding: 14px 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 440px;
  }
  #global_header .header_wrap .mininfo {
    display: flex;
    align-items: baseline;
    gap: 0 24px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #global_header .header_wrap .mininfo .adr:has(+ *) {
    padding-right: 24px;
    border-right: 1px solid currentColor;
  }
  #global_header .header_wrap .mininfo .acs i {
    display: none;
  }
  #global_header .header_wrap .mininfo .acs span {
    font-size: 2.4rem;
    font-feature-settings: "palt";
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
  }
  .js-sp_modal::before {
    z-index: -10;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background: rgb(var(--color-white-rgb)/0.9);
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
    content: "";
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .js-sticky {
    position: static;
  }
  .js-sticky.is_sticky {
    z-index: 5;
    position: fixed;
    inset: 0 0 auto;
  }
}
@media print {
  .js-sticky.is_sticky {
    position: static !important;
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav > li .sub_btn::after {
  content: '\34';
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav > li .sub_btn.is_open::after {
  content: "3";
}
#global_nav .gnav > li .subnav a {
  display: block;
}
@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0;
    border-radius: 0 0 0 0.3rem;
    background: rgb(var(--color-white-rgb)/0);
    color: var(--color-white);
    line-height: 0.8;
    text-align: center;
    transition: 0.2s;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e802';
    font-weight: normal;
    font-size: 4.4rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-size: 1rem;
  }
  #global_nav #sp_btn.close {
    color: var(--color-main);
    text-shadow: none;
  }
  #global_nav #sp_btn.close::before {
    content: "\e806";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav.js-sticky.is_sticky #sp_btn {
    background: rgb(var(--color-white-rgb)/0.8);
    color: var(--color-main);
    transition: 1s;
  }
  #global_nav .gnav {
    position: absolute;
    width: 100%;
    max-height: 80dvh;
    inset: 0 0 auto;
    padding: 6rem 0 1rem;
    overflow-y: auto;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    border-top: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    transform: scale(1.8);
    content: '\32';
    color: var(--color-border);
    font-weight: normal;
    font-family: "fontello";
  }
  #global_nav .gnav > li.sub .sub_btn.is_open {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    color: var(--color-white);
  }
  #global_nav .gnav > li.sub .subnav {
    background-color: var(--color-main-pale);
    font-size: 1.5rem;
  }
  #global_nav .gnav > li.sub .subnav li {
    border-top: 1px solid var(--color-border);
  }
  #global_nav .gnav > li.sub .subnav li a {
    padding: 0.8rem 3rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    padding-block: 8px;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: flex-end;
    width: 1200px;
    margin-inline: auto;
    gap: 0 20px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.77;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    text-align: center;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    text-underline-offset: 6px;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li > a.is_current, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus, #global_nav .gnav > li button.is_current {
    text-decoration-color: currentColor;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    display: inline-block;
    margin-left: 3px;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 50%;
    width: 400px;
    transform: translateX(-50%);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    overflow: hidden;
    border: 2px solid var(--color-main);
    border-radius: 20px;
    background-color: var(--color-white);
    color: var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li ~ li {
    border-top: 1px solid var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    padding-block: 15px;
    text-align: center;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  #global_nav.js-sticky {
    transition: padding 0s, background 0s;
  }
  #global_nav.js-sticky a, #global_nav.js-sticky button {
    transition: 0s;
  }
  #global_nav.js-sticky.is_sticky {
    padding-block: 10px;
    background-color: rgb(var(--color-base-bg-rgb)/0.9);
    transition: padding 0.5s, background 0.5s;
  }
  #global_nav.js-sticky.is_sticky .gnav {
    justify-content: center;
    font-weight: 400;
  }
  #global_nav.js-sticky.is_sticky a, #global_nav.js-sticky.is_sticky button {
    color: var(--color-base-txt);
    transition: 0.5s;
  }
  #global_nav.js-sticky.is_sticky a:hover, #global_nav.js-sticky.is_sticky a:focus, #global_nav.js-sticky.is_sticky a.is_current, #global_nav.js-sticky.is_sticky button:hover, #global_nav.js-sticky.is_sticky button:focus, #global_nav.js-sticky.is_sticky button.is_current {
    color: var(--color-main);
  }
  #global_nav.js-sticky.is_sticky .sub_btn::after {
    color: var(--color-main);
  }
}
.overview {
  padding: 3rem 1rem;
  font-size: 1.5rem;
}
.overview .wrap {
  padding: 3rem 1.8rem 1.8rem;
  border-radius: 2rem;
  background-color: var(--color-white);
}
.overview .wrap .logo {
  max-width: 90%;
  margin: 0 auto 2.5rem;
}
.overview .wrap .ctcbtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 2rem 2.5rem;
  gap: 0.8rem 0.5rem;
  font-weight: 500;
}
.overview .wrap .ctcbtns li {
  flex-grow: 1;
  border-radius: 2.5em;
  line-height: 2.5em;
  text-align: center;
}
.overview .wrap .ctcbtns li.phone {
  background-color: var(--color-main-lite);
  color: var(--color-main);
}
@media screen and (max-width: 47.99em) {
  .overview .wrap .ctcbtns li.phone {
    font-size: 1.8rem;
    line-height: 2.08em;
  }
}
.overview .wrap .ctcbtns li a {
  display: block;
  padding-inline: 1rem;
  border-radius: 2.5em;
}
.overview .wrap .outline {
  display: grid;
  grid-template-columns: 28% auto;
}
.overview .wrap .outline dt {
  padding: 1.2rem 1.2rem 1.2rem 0;
  border-top: 1px solid currentColor;
  color: var(--color-main);
  font-weight: 500;
}
.overview .wrap .outline dd {
  padding: 1.2rem 0;
  border-top: 1px solid var(--color-border);
}
.overview .wrap .timetable {
  margin-top: 2rem;
  font-size: 94%;
}
.overview .wrap .gmap {
  width: 100%;
  height: 30rem;
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 1.8rem;
}
.overview .wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
    font-size: 1.8rem;
  }
  .overview .wrap {
    display: grid;
    grid-template-columns: 510px 510px;
    align-items: start;
    padding: 60px;
    gap: 0 60px;
    border-radius: 40px;
  }
  .overview .wrap .logo {
    grid-column: 1/3;
    max-width: 510px;
    margin: 0 auto 30px;
  }
  .overview .wrap .ctcbtns {
    grid-column: 1/3;
    justify-content: center;
    margin: 0 0 40px;
    gap: 0 20px;
  }
  .overview .wrap .ctcbtns li {
    flex: 0 0 240px;
    font-size: 2.4rem;
  }
  .overview .wrap .outline {
    grid-template-columns: 112px auto;
    grid-row: 3/5;
    grid-column: 1/2;
  }
  .overview .wrap .outline dt {
    padding: 18px 0;
    text-align: center;
  }
  .overview .wrap .outline dd {
    padding: 18px 5px 18px 20px;
  }
  .overview .wrap .timetable {
    grid-column: 2/3;
    margin-top: 0;
    font-size: 100%;
  }
  .overview .wrap .gmap {
    grid-column: 2/3;
    height: 300px;
    margin-top: 40px;
    border-radius: 40px;
  }
}
#global_footer {
  background-image: url(../img/footer_bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#global_footer .footer_links {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1.5rem 1.5rem 6rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding-top: 60px;
  }
  #global_footer .footer_links {
    display: block;
    padding-block: 50px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  #global_footer .footer_links ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_links ul li {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 0.5em;
    border-right: 1px solid currentColor;
    letter-spacing: 0.03em;
  }
  #global_footer .footer_links ul li.last-in-row {
    border-right: none;
  }
  #global_footer .footer_links ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_links ul.gnav {
    margin-bottom: 10px;
  }
  #global_footer .footer_links ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    padding: 28px 0 88px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.js-floating {
  z-index: 1;
  position: fixed;
  inset: auto 0 0;
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  opacity: 1;
}
#fixed_bar {
  transition: padding 0.5s;
}
#fixed_bar .infobtn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem;
  padding: 0.3rem 1rem;
  gap: 0 0.8rem;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  color: var(--color-sub);
  pointer-events: auto;
}
#fixed_bar .infobtn::before {
  content: '\e80c';
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "fontello";
}
#fixed_bar .infobtn::after {
  content: '\e4a2';
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "fontello";
}
#fixed_bar .infobtn p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
}
#fixed_bar .infobtn p b {
  font-weight: inherit;
  font-size: 1.6rem;
}
#fixed_bar .ctcbtns {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
#fixed_bar .ctcbtns li {
  flex-grow: 1;
  height: 4.4rem;
  border-right: 1px solid var(--color-white);
  font-weight: 500;
  font-size: 1.6rem;
}
#fixed_bar .ctcbtns li.tel {
  display: grid;
  align-content: center;
  justify-content: center;
  background-color: var(--color-main-lite);
  color: var(--color-main);
  text-align: center;
}
#fixed_bar .ctcbtns li.tel i {
  display: block;
  padding-inline: 1em;
  border-radius: 1em;
  background-color: var(--color-highlight);
  color: var(--color-base-txt);
  font-weight: 500;
  font-size: 1rem;
}
#fixed_bar .ctcbtns li.rsv a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 47.99em) {
  #fixed_bar.is_active {
    padding-right: 4.4rem;
  }
}
@media screen and (min-width: 48em), print {
  #fixed_bar .infobtn {
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 220px;
    margin: 12px 0;
    padding: 10px 0 0;
    gap: 10px 0;
    border: 2px solid var(--color-main-light);
    border-radius: 50%;
    background: linear-gradient(var(--color-main), var(--color-sub));
    color: var(--color-white);
    text-align: center;
  }
  #fixed_bar .infobtn::before {
    font-size: 6rem;
  }
  #fixed_bar .infobtn::after {
    font-size: 2.4rem;
  }
  #fixed_bar .infobtn p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #fixed_bar .infobtn p b {
    font-size: 3rem;
  }
  #fixed_bar .infobtn:hover {
    filter: hue-rotate(30deg);
  }
  #fixed_bar .ctcbtns {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 440px;
    height: 80px;
  }
  #fixed_bar .ctcbtns li {
    min-width: 200px;
    height: 80px;
    border-right: none;
    font-size: 2.4rem;
  }
  #fixed_bar .ctcbtns li:first-child {
    border-top-left-radius: 10px;
  }
  #fixed_bar .ctcbtns li.tel i {
    padding-block: 0.18em;
    font-size: 1.4rem;
  }
}
#pageup {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  background: var(--color-main-lite);
  color: var(--color-main);
  line-height: 1;
  text-align: center;
}
#pageup::before {
  display: inline-block;
  content: '\f005';
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "fontello";
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 80px;
    height: 80px;
    border-radius: 0 10px 0 0;
    box-shadow: 0 0 10px var(--color-shadow);
  }
  #pageup::before {
    font-size: 2rem;
  }
  #pageup:hover, #pageup:focus {
    background: var(--color-main-pale);
    color: var(--color-main-dark);
  }
  #pageup:hover::before, #pageup:focus::before {
    transform: translateY(-15px);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}
.sp_n {
  display: none;
}
@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}
.l-cf, .l-intro {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.txt_c {
  text-align: center !important;
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 1.5rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_c.noc {
  border-radius: 0;
}
.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.4rem;
  }
}
@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.pc_w50 {
    max-width: 450px;
  }
  .img_l {
    max-width: 450px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 55px;
    margin-bottom: 25px;
    margin-left: 0;
    float: left;
    border-radius: 30px;
  }
  .img_l.pc_w50 {
    max-width: 360px;
  }
  .img_r {
    max-width: 450px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 55px;
    float: right;
    border-radius: 30px;
  }
  .img_r.pc_w50 {
    max-width: 360px;
  }
}
.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):has(> .img_r, > .img_l) > [class*=box_] {
  display: flow-root;
}
:where(section) > :last-child {
  margin-bottom: 0;
}
.l-intro > :last-child {
  margin-bottom: 0;
}
article > .l-intro {
  margin-bottom: 4rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 3rem;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 2rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 1.5rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 5rem;
}
article > :where(section) :where(section) {
  margin-top: 3rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 1.5rem;
}
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: 60px;
  }
  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: 90px;
  }
  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-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.tit_02 {
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 3.1rem;
  height: 1.5rem;
  margin-inline: auto;
  border-bottom: 2px solid var(--color-main);
  content: "";
}
.tit_03 {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 0.8rem 0.4rem 0.8rem 2.4rem;
  border-radius: 0.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.tit_03::before {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  width: 3px;
  height: calc(100% - 1.6rem);
  border-radius: 2px;
  background-color: var(--color-main-light);
  content: "";
}
.tit_04 {
  margin-bottom: 1.4rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  -o-border-image: linear-gradient(90deg, var(--color-main) 3.5em, var(--color-border) 3.5em) 1;
  border-image: linear-gradient(90deg, var(--color-main) 3.5em, var(--color-border) 3.5em) 1;
}
.tit_05 {
  margin-bottom: 1.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  -o-border-image: repeating-linear-gradient(90deg, var(--color-main), var(--color-main) 2px, transparent 2px, transparent 9px) 1;
  border-image: repeating-linear-gradient(90deg, var(--color-main), var(--color-main) 2px, transparent 2px, transparent 9px) 1;
}
.tit_06 {
  margin-bottom: 1.2rem;
  padding-left: 2em;
  background-image: url(../img/logomark.svg);
  background-position: left top;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.8rem;
  }
  .tit_02 {
    margin-bottom: 48px;
    font-size: 4.2rem;
  }
  .tit_02::after {
    width: 60px;
    height: 28px;
  }
  .tit_03 {
    margin-bottom: 30px;
    padding: 15px 15px 15px 30px;
    border-radius: 10px;
    font-size: 3.6rem;
  }
  .tit_03::before {
    top: 15px;
    left: 14px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .tit_04 {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 3rem;
  }
  .tit_05 {
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom-width: 3px;
    font-size: 2.4rem;
    -o-border-image: repeating-linear-gradient(90deg, var(--color-main), var(--color-main) 3px, transparent 3px, transparent 14px) 1;
    border-image: repeating-linear-gradient(90deg, var(--color-main), var(--color-main) 3px, transparent 3px, transparent 14px) 1;
  }
  .tit_06 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}
.lst_ul > li {
  padding-left: 1.5em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.4em;
  transform: scale(0.88);
  content: "●";
  color: var(--color-main-light);
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li::marker {
  color: var(--color-main);
  font-weight: 500;
  font-size: 110%;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_check {
  margin-bottom: 1em;
}
.lst_check > li {
  padding-left: 1.4em;
}
.lst_check > li::before {
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.4em;
  content: '\e807';
  color: var(--color-sub);
  font-weight: normal;
  font-family: "fontello";
}
.lst_check > li ~ li {
  margin-top: 0.5em;
}
.lst_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}
.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.15em;
  font-weight: 700;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  background-color: var(--color-main-lite);
}
.dl_tbl dt ~ dt {
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-border);
}
.dl_flow {
  --color-flow: var(--color-sub-soft);
  --color-flow-dot: var(--color-sub-light);
  counter-reset: flowNum 0;
}
.dl_flow[data-belong=tit02] {
  --color-flow: var(--color-main-soft);
  --color-flow-dot: var(--color-main-light);
}
.dl_flow dt {
  padding: 0.8rem 1.5rem;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-radius: 1rem 1rem 0 0;
  border-color: var(--color-flow);
  background-color: var(--color-flow);
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.7rem;
  counter-increment: flowNum 1;
}
.dl_flow dt::before {
  display: inline-block;
  margin-right: 0.7rem;
  content: counter(flowNum) ".";
}
.dl_flow dt:has(+ .null) {
  border-radius: 1rem;
}
.dl_flow dd {
  position: relative;
  padding: 1rem 1.5rem 1.2rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-radius: 0 0 1rem 1rem;
  border-color: var(--color-flow);
}
.dl_flow dd.null {
  padding: 0;
  border: none;
  font-size: 0;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 4.5rem;
}
.dl_flow dd:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3.5rem;
  left: 0;
  width: 6.5rem;
  height: 2rem;
  margin-inline: auto;
  background-color: var(--color-flow);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
.dl_flow dd .lst_ul > li::before {
  color: var(--color-flow-dot);
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 12px 24px;
    border-width: 4px 4px 0 4px;
    border-radius: 20px 20px 0 0;
    font-size: 2.4rem;
  }
  .dl_flow dd {
    padding: 20px 24px 24px;
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 20px 20px;
    line-height: 1.5;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 50px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -44px;
    width: 90px;
    height: 28px;
  }
}
:where(.contents) :where(table) {
  line-height: 1.5;
}
.tbl_simple, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th {
  padding: 0.6em 0.8em;
  font-weight: 500;
  text-align: left;
}
.tbl_simple td, .tbl_data td {
  padding: 0.6em 0.8em;
}
.tbl_simple .nbsp, .tbl_data .nbsp {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
    padding: 0.8em 1em;
  }
}
.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-border);
}
.tbl_data thead th {
  background-color: var(--color-main);
  color: var(--color-white);
}
.tbl_data tbody th {
  background-color: var(--color-main-lite);
}
.tbl_data tbody .sub {
  background-color: var(--color-main-pale);
}
.tbl_simple {
  border-bottom: 1px solid var(--color-border);
}
.tbl_simple th, .tbl_simple td {
  border-top: 1px solid var(--color-border);
}
.tbl_simple tbody th {
  color: var(--color-main);
}
@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}
.box_notes, .box_symptoms, .box_disease {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 1.5rem;
}
.box_notes > :last-child, .box_symptoms > :last-child, .box_disease > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_symptoms, .box_disease {
    padding: 25px 35px;
    border-radius: 30px;
  }
}
.box_disease {
  background: var(--color-main-lite);
}
.box_disease .lst_ul li::before {
  color: var(--color-main-soft);
}
.box_symptoms {
  background: var(--color-sub-lite);
}
.box_symptoms .lst_ul li::before {
  color: var(--color-sub-soft);
}
.box_notes {
  background: var(--color-accent-pale);
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    text-decoration: none;
  }
}
.lnk_pdf::after {
  display: inline-block;
  margin-left: 0.3em;
  content: '\f1c1';
  font-weight: normal;
  font-size: 90%;
  font-family: "fontello";
}
.lnk_ref::before, ul.lnkp_refpage li::before, p.lnkp_refpage::before {
  display: inline-block;
  margin-right: 0.3em;
  content: '\e4a2';
  font-weight: normal;
  font-family: "fontello";
}
.lnkp_refpage {
  margin-top: 1.5em;
}
.lnkp_refpage a {
  display: inline-block;
  color: var(--color-base-txt);
}
.lnkp_refpage a:hover {
  color: var(--color-main);
}
p.lnkp_refpage::before {
  color: var(--color-main);
}
ul.lnkp_refpage li::before {
  color: var(--color-main);
}
ul.lnkp_refpage li ~ li {
  margin-top: 0.3em;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 2.4em;
  border-radius: 10em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 0.95em 2.8em;
  }
}
.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 0.7em 2.4em;
  border: 1px solid currentColor;
  border-radius: 10em;
  background-color: var(--color-white);
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-0.5em);
}
.btn_detail::after, .btn_back::after {
  content: '\e4a2';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.95em 2.8em;
    border-width: 2px;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.btn_anchor {
  display: inline-block;
  position: relative;
  padding: 0.3em 2.4em;
  border: 1px solid currentColor;
  border-radius: 10em;
  background-color: var(--color-white);
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_anchor::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-0.5em);
}
.btn_anchor::after {
  content: '\e4a2';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_anchor {
    padding: 0.4em 2.8em;
    border-width: 2px;
  }
  .btn_anchor:hover, .btn_anchor:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
mark {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
  color: inherit;
}
.clr-attn, .notification {
  color: var(--color-attention, #f00);
}
.f-bold {
  font-weight: bold;
}
.f-medium {
  font-weight: 500;
}
.f-smaller {
  font-size: 0.85em;
}
.f-xsmaller {
  font-size: 0.7em;
}
.f-larger {
  font-size: 1.15em;
}
.f-xlarger {
  font-size: 1.3em;
}
.f-fpm {
  font-feature-settings: "palt";
}
.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.notification > *, :is(ul, ol).remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}
span:not(dl, ul).remarks {
  display: inline-block;
}
dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}
:is(table):has(+ .remarks) {
  margin-bottom: 0.5em;
}
.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;
  margin-right: 0.25em;
  content: '\e80b';
  font-weight: normal;
  font-family: "fontello";
}
.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.btn_rsv {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn_rsv::before {
  display: inline-block;
  margin-right: 0.25em;
  content: '\e809';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_rsv:hover, .btn_rsv:focus {
    background-color: var(--color-main-dark);
    color: var(--color-white);
  }
}
.timetable .open {
  color: var(--color-main);
}
.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable_tbl thead th {
  padding: 0.7em 0;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
}
.timetable_tbl thead th:first-child {
  width: 30%;
  border-top-left-radius: 0.55em;
}
.timetable_tbl thead th:last-child {
  width: 12%;
  padding-right: 2%;
  border-top-right-radius: 0.55em;
}
.timetable_tbl tbody th {
  padding-block: 0.8em;
  border-bottom: 1px solid var(--color-border);
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .timetable_tbl tbody th {
    letter-spacing: 0;
  }
}
.timetable_tbl tbody td {
  padding-block: 0.8em;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.4em;
}
.timetable_note .closed {
  margin-top: 0.2rem;
  line-height: 1.66;
}
.timetable_note .closed dt {
  display: inline-block;
  padding-inline: 0.6em;
  border: 1px solid var(--color-main);
  border-radius: 0.4rem;
}
.timetable_note .closed dd {
  display: inline-block;
  padding-left: 0.3em;
}
@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.88em 0;
  }
  .timetable_tbl thead th:first-child {
    width: 32%;
  }
  .timetable_tbl tbody th, .timetable_tbl tbody td {
    padding-block: 1.2em;
  }
  .timetable_note {
    padding-top: 0.6em;
  }
  .timetable_note .closed {
    margin-top: 0.7em;
  }
  .timetable_note .closed dt {
    padding-inline: 1em;
  }
  .timetable_note .closed dd {
    padding-left: 0.5em;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  visibility: hidden;
  position: relative;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  contain: strict;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #333;
  border-radius: 50%;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear;
}
.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
.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 {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.splide__arrow svg {
  fill: #000;
  width: 70%;
  height: 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 {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
}
.splide__pagination__page.is-active {
  z-index: 1;
  background: #000;
}
.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 {
  height: 3px;
  background: #ccc;
}
.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 {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.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 {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}
body#page_index {
  position: relative;
}
body#page_index #global_header {
  z-index: 1;
  position: absolute;
  inset: 0 0 auto;
}
.ttl {
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.1;
}
.ttl::before {
  display: block;
  margin-bottom: 0.6rem;
  content: attr(title);
  color: var(--color-base-txt);
  font-size: 3.4rem;
}
@media screen and (min-width: 48em), print {
  .ttl {
    font-size: 1.8rem;
  }
  .ttl::before {
    font-size: 5.4rem;
    letter-spacing: 0.05em;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 3s forwards;
}
.hero {
  --height-hero: 44.0rem;
  position: relative;
  width: 100%;
}
.hero_img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: var(--height-hero);
  inset: 0 0 auto;
}
.hero_wrap {
  min-height: var(--height-hero);
  padding: 7rem 1rem 0;
}
.hero_wrap .catch {
  margin-top: calc(var(--height-hero) / 3);
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1rem rgb(var(--color-black-rgb)/0.3);
}
.hero_wrap .catch em, .hero_wrap .catch b {
  margin-left: 0.05em;
  font-weight: inherit;
  letter-spacing: 0.1em;
}
.hero_wrap .catch em {
  font-size: 3.6rem;
}
.hero_wrap .catch b {
  font-size: 2.6rem;
}
.hero_wrap .ann {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem 0 0;
  border-radius: 0.8rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.hero_wrap .ann .new {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  text-align: center;
}
.hero_wrap .ann .new b,
.hero_wrap .ann .new em {
  font-weight: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.hero_wrap .byline {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.8rem;
  margin-left: auto;
  counter-reset: blNum 0;
}
.hero_wrap .byline li {
  margin-top: 0.6rem;
  padding: 0.4rem 1.8rem 0.4rem 0.4rem;
  border-radius: 1em;
  background-color: var(--color-white);
  box-shadow: 0.3rem 0.3rem 0 var(--color-main);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  counter-increment: blNum 1;
}
.hero_wrap .byline li:nth-child(1) {
  margin-left: 1em;
}
.hero_wrap .byline li:nth-child(2) {
  margin-left: 2em;
}
.hero_wrap .byline li:nth-child(3) {
  margin-left: 3em;
}
.hero_wrap .byline li:nth-child(4) {
  margin-left: 4em;
}
.hero_wrap .byline li::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: var(--color-main);
  content: counter(blNum);
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 920px;
  }
  .hero_wrap {
    width: 1200px;
    margin-inline: auto;
    padding: 150px 0 0;
  }
  .hero_wrap .catch {
    margin-top: 210px;
    font-size: 3rem;
    text-shadow: 0 0 20px rgb(var(--color-black-rgb)/0.3);
  }
  .hero_wrap .catch em {
    font-size: 6rem;
  }
  .hero_wrap .catch b {
    font-size: 4.2rem;
  }
  .hero_wrap .ann {
    width: 470px;
    margin: 20px 0 0;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .hero_wrap .ann .new {
    padding: 13px 36px 12px;
  }
  .hero_wrap .ann .new b,
  .hero_wrap .ann .new em {
    font-size: 3rem;
  }
  .hero_wrap .byline {
    margin-top: 36px;
  }
  .hero_wrap .byline li {
    margin-top: 8px;
    padding: 5px 30px 5px 5px;
    box-shadow: 4px 4px 0 var(--color-main);
    font-size: 2.2rem;
  }
  .hero_wrap .byline li::before {
    width: 1.63em;
    height: 1.63em;
    margin-right: 0.5em;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dt.null {
  pointer-events: none;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd.null {
  display: none !important;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.news {
  padding-top: 8rem;
  padding-bottom: 5rem;
  padding-inline: 1rem;
  background-image: url(../img/bg_dots01.webp), url(../img/bg_stripe01.webp);
  background-position: right -1rem top -2.5rem, right bottom;
  background-size: 40vw auto, 30vw auto;
  background-repeat: no-repeat;
}
.news_wrap {
  position: relative;
  padding: 7rem 1rem 1.5rem 0.5rem;
  border-radius: 1.5rem;
  background-color: var(--color-main-pale);
}
.news_wrap .ttl {
  display: grid;
  position: absolute;
  top: -6rem;
  left: 0;
  align-content: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 12rem;
  border-radius: 50%;
  background-image: url(../img/logomark_wm_wht.svg);
  background-position: center right;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
.news_wrap .ttl::before {
  color: var(--color-white);
}
.news_wrap .box {
  max-height: 30rem;
  overflow-y: auto;
  scrollbar-color: var(--color-main-light) transparent;
}
.news_wrap .box dl {
  padding-inline: 1rem;
}
.news_wrap .box dl dt {
  line-height: 1.3;
}
.news_wrap .box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.news_wrap .box dl dt time {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--color-gray);
  font-size: 1.2rem;
}
.news_wrap .box dl dt .tit {
  display: block;
  padding-left: 2rem;
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.5rem;
}
.news_wrap .box dl dt .tit::before {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -2rem;
  content: '\e800';
  font-weight: normal;
  font-family: "fontello";
}
.news_wrap .box dl dt.is_open .tit::before {
  content: "\e803";
}
.news_wrap .box dl dd {
  padding-top: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .news {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-inline: 0;
    background-position: left calc(50% - 600px) top 40px, right calc(50% - 570px) bottom 0;
    background-size: auto;
  }
  .news_wrap {
    width: 1070px;
    margin-right: auto;
    margin-left: calc(50% - 470px);
    padding: 60px 60px 60px 190px;
    border-radius: 30px;
  }
  .news_wrap .ttl {
    top: 60px;
    left: -130px;
    width: 260px;
  }
  .news_wrap .box {
    max-height: 680px;
  }
  .news_wrap .box dl {
    padding-right: 5px;
    padding-left: 0;
  }
  .news_wrap .box dl dt ~ dt {
    margin-top: 34px;
    padding-top: 34px;
  }
  .news_wrap .box dl dt time {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .news_wrap .box dl dt .tit {
    padding-left: 27px;
    font-size: 1.8rem;
  }
  .news_wrap .box dl dt .tit::before {
    margin-right: 9px;
    margin-left: -26px;
  }
  .news_wrap .box dl dd {
    padding-top: 10px;
  }
}
.symptoms {
  position: relative;
}
.symptoms::after {
  display: block;
  z-index: -1;
  position: absolute;
  height: 6rem;
  inset: auto 0 -6rem;
  background-color: var(--color-main-pale);
  content: "";
}
.symptoms .head {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  padding-inline: 4%;
  background-image: url(../img/index/symptoms_head_bg.svg);
  background-position: center top;
  background-size: 170% 100%;
  background-repeat: no-repeat;
  background-color: var(--color-base-bg);
}
.symptoms .head h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 3.4rem;
}
.symptoms .head p {
  margin-bottom: 0;
  padding-left: 0.6em;
  border-left: 1px solid currentColor;
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.8rem;
}
.symptoms .lst {
  padding-inline: 4%;
  padding-block: 2rem;
  background-color: var(--color-main-pale);
  counter-reset: sNum 0;
}
.symptoms .lst li {
  position: relative;
  margin-bottom: 0.8rem;
  border: 1px solid;
  border-radius: 1.5rem;
  background-color: var(--color-white);
  counter-increment: sNum 1;
}
.symptoms .lst li::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  aspect-ratio: 1/1;
  width: 2.5em;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0 var(--color-shadow);
  content: counter(sNum, decimal-leading-zero);
  color: var(--color-white);
  font-weight: 500;
  line-height: 2.45;
  text-align: center;
}
.symptoms .lst li a {
  display: grid;
  grid-template-columns: 38% auto 1em;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 0 0.8rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}
.symptoms .lst li a::after {
  content: '\e4a2';
  font-weight: normal;
  font-family: "fontello";
  text-align: right;
}
.symptoms .lst li a img {
  border-radius: 1rem;
}
.symptoms .lst li:nth-child(odd) {
  border-color: var(--color-main);
}
.symptoms .lst li:nth-child(odd)::after {
  --color-shadow: var(--color-main-light);
  background-color: var(--color-main);
}
.symptoms .lst li:nth-child(odd) a::after {
  color: var(--color-main);
}
.symptoms .lst li:nth-child(even) {
  --color-shadow: var(--color-sub-light);
  border-color: var(--color-sub);
}
.symptoms .lst li:nth-child(even)::after {
  background-color: var(--color-sub);
}
.symptoms .lst li:nth-child(even) a::after {
  color: var(--color-sub);
}
@media screen and (min-width: 48em), print {
  .symptoms::after {
    z-index: -1;
    height: 200px;
    inset: auto 0 -200px;
  }
  .symptoms .head {
    display: flex;
    width: 100%;
    height: 200px;
    padding-top: 114px;
    padding-bottom: 20px;
    padding-inline: calc(50% - 600px);
    gap: 0 40px;
    background-size: 2000px 200px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .symptoms .head {
    background-size: 100% 200px;
  }
}
@media screen and (min-width: 48em), print {
  .symptoms .head h2 {
    margin-bottom: 0;
    font-size: 5.4rem;
    line-height: 1;
  }
  .symptoms .head p {
    padding-left: 38px;
    border-left-width: 2px;
    font-size: 3.6rem;
    line-height: 1.6;
  }
  .symptoms .lst {
    display: flex;
    flex-wrap: wrap;
    min-width: 1200px;
    padding: 38px calc(50% - 600px) 80px;
    gap: 36px;
  }
  .symptoms .lst li {
    width: 376px;
    margin-bottom: 0;
    border-width: 2px;
    border-radius: 30px;
  }
  .symptoms .lst li::after {
    top: 10px;
    left: 10px;
    width: 86px;
    box-shadow: 4px 4px 0 var(--color-shadow);
    font-size: 3.6rem;
    line-height: 2.3;
    transition: 0.3s;
  }
  .symptoms .lst li:hover::after, .symptoms .lst li:focus::after {
    filter: saturate(0.3);
  }
  .symptoms .lst li a {
    display: block;
    min-height: 376px;
    padding: 20px;
    font-size: 2.4rem;
    line-height: 1.3;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 10px;
    text-underline-offset: 0;
  }
  .symptoms .lst li a::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 1;
  }
  .symptoms .lst li a img {
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .symptoms .lst li a:hover img, .symptoms .lst li a:focus img {
    filter: saturate(0.3);
  }
  .symptoms .lst li a:hover::after, .symptoms .lst li a:focus::after {
    transform: translateX(10px);
  }
  .symptoms .lst li:nth-child(odd) a:hover, .symptoms .lst li:nth-child(odd) a:focus {
    text-decoration-color: var(--color-main-light);
  }
  .symptoms .lst li:nth-child(odd) a:hover::after, .symptoms .lst li:nth-child(odd) a:focus::after {
    color: var(--color-main-dark);
  }
  .symptoms .lst li:nth-child(even) a:hover, .symptoms .lst li:nth-child(even) a:focus {
    text-decoration-color: var(--color-sub-light);
  }
  .symptoms .lst li:nth-child(even) a:hover::after, .symptoms .lst li:nth-child(even) a:focus::after {
    color: var(--color-sub-dark);
  }
}
.examination_col {
  position: relative;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-inline: 2rem;
  background-size: 90% auto;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% -1px;
  mask-position: 50% -1px;
  -webkit-mask-size: 100% 4rem, cover;
  mask-mode: alpha;
  mask-size: 100% 4rem, cover;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.examination_col .ttl {
  margin-bottom: 3.5rem;
  padding-inline: 1.5rem;
}
.examination_col .info > dt {
  margin-bottom: 1em;
  font-size: 1.9rem;
}
.examination_col .info > dd {
  line-height: 1.77;
}
.examination_col .more {
  margin-top: 2.5rem;
  text-align: center;
}
.examination_col .more .btn_detail {
  width: 80%;
}
.examination_col[data-examin=mri] {
  background-image: url(../img/index/mri_bg.webp);
  background-position: left top;
  background-color: #f2f2f2;
  -webkit-mask-image: url(../img/index/mri_mask.svg), url(../img/index/bg_mask.svg);
  mask-image: url(../img/index/mri_mask.svg), url(../img/index/bg_mask.svg);
}
.examination_col[data-examin=mri] .ttl {
  text-align: right;
}
.examination_col[data-examin=ct] {
  margin-top: -4rem;
  background-image: url(../img/index/ct_bg.webp);
  background-position: right top;
  background-color: #f1f3f0;
  -webkit-mask-image: url(../img/index/ct_mask.svg), url(../img/index/bg_mask.svg);
  mask-image: url(../img/index/ct_mask.svg), url(../img/index/bg_mask.svg);
}
@media screen and (min-width: 48em), print {
  .examination {
    position: relative;
  }
  .examination::after {
    display: block;
    position: absolute;
    top: 40px;
    right: calc(50% - 600px);
    width: 340px;
    height: 250px;
    background-image: url(../img/logomark.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .examination_col {
    height: 984px;
    padding-inline: 0;
    background-size: auto;
    -webkit-mask-size: 2000px 204px, cover;
    mask-size: 2000px 204px, cover;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .examination_col {
    background-size: 100% auto;
    -webkit-mask-size: 100% 204px, cover;
    mask-size: 100% 204px, cover;
  }
}
@media screen and (min-width: 48em), print {
  .examination_col .wrap .ttl {
    margin-bottom: 50px;
    padding-inline: 0;
  }
  .examination_col .wrap .info > dt {
    font-size: 2.4rem;
    line-height: 1.66;
  }
  .examination_col .wrap .info > dd {
    line-height: 2.1;
  }
  .examination_col .wrap .more {
    margin-top: 36px;
    text-align: left;
  }
  .examination_col .wrap .more .btn_detail {
    width: 280px;
  }
  .examination_col[data-examin=mri] {
    padding-top: 280px;
    padding-bottom: 204px;
    background-position: center top;
    background-color: transparent;
  }
  .examination_col[data-examin=mri] .wrap {
    padding-right: 60px;
    padding-left: 480px;
  }
  .examination_col[data-examin=mri] .wrap .ttl {
    text-align: left;
  }
  .examination_col[data-examin=ct] {
    margin-top: -204px;
    padding-top: 294px;
    padding-bottom: 202px;
    background-position: center top;
    background-color: transparent;
  }
  .examination_col[data-examin=ct] .wrap {
    padding-right: 480px;
    padding-left: 60px;
  }
}
.treatment {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  padding-inline: 4%;
  background-image: url(../img/bg_dots02.webp), url(../img/bg_dots02.webp);
  background-position: right -25vw top 0, left -25vw bottom 0;
  background-size: 50vw auto;
  background-repeat: no-repeat;
}
.treatment::before {
  display: block;
  position: absolute;
  height: 4rem;
  inset: -4rem 0 auto;
  background-image: url(../img/index/treatment_head.svg);
  background-position: center top;
  background-size: 120% 4rem;
  background-repeat: no-repeat;
  content: "";
}
.treatment .ttl {
  margin-bottom: 3rem;
  text-align: center;
}
.treatment .lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 4%;
}
.treatment .lst li {
  width: 48%;
}
.treatment .lst li a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  padding: 2rem 1.5rem;
  border: 1.5px solid var(--color-main);
  border-radius: 50%;
  background-color: var(--color-white);
  line-height: 1.3;
  text-align: center;
}
.treatment .lst li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 40%;
  margin: 0 auto 1rem;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.treatment .lst li a::after {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-0.5em);
  content: '\e4a2';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.treatment .lst li a i {
  display: inline-block;
}
.treatment .lst .a_neurosurgery::before {
  background-image: url(../img/index/treatment_ico_neurosurgery.svg);
}
.treatment .lst .a_neurology::before {
  background-image: url(../img/index/treatment_ico_neurology.svg);
}
.treatment .lst .a_spinesurgery::before {
  background-image: url(../img/index/treatment_ico_spinesurgery.svg);
}
.treatment .lst .a_internal::before {
  background-image: url(../img/index/treatment_ico_internal.svg);
}
.treatment .lst .a_headache::before {
  background-image: url(../img/index/treatment_ico_headache.svg);
}
.treatment .lst .a_online::before {
  background-image: url(../img/index/treatment_ico_online.svg);
}
@media screen and (min-width: 48em), print {
  .treatment {
    padding-top: 88px;
    padding-bottom: 230px;
    padding-inline: 0;
    background-position: right calc(50% - 600px) top 20px, left calc(50% - 600px) bottom 0;
    background-size: auto;
  }
  .treatment::before {
    position: absolute;
    height: 200px;
    inset: -200px 0 auto;
    background-size: 2000px 200px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .treatment::before {
    background-size: 100% 200px;
  }
}
@media screen and (min-width: 48em), print {
  .treatment .ttl {
    margin-bottom: 50px;
  }
  .treatment .lst {
    justify-content: center;
    padding-inline: 150px;
    gap: 24px;
  }
  .treatment .lst li {
    width: 282px;
  }
  .treatment .lst li a {
    padding: 40px 30px;
    border-width: 2px;
    font-size: 2.4rem;
  }
  .treatment .lst li a::before {
    width: 100px;
    margin: 0 auto 20px;
  }
  .treatment .lst li a.a_spinesurgery::before {
    transform: translateX(8px);
  }
  .treatment .lst li a:hover, .treatment .lst li a:focus {
    background-color: var(--color-main-pale);
  }
}
.feature {
  margin-top: -2rem;
  padding-inline: 5%;
  background-image: url(../img/bg_dots01.webp), url(../img/bg_stripe01.webp);
  background-position: right -2rem top 30%, left -2rem bottom 30%;
  background-size: 35vw auto;
  background-repeat: no-repeat;
}
.feature .ttl {
  margin-bottom: 3rem;
  text-align: center;
}
.feature .cols {
  counter-reset: fNum 0;
}
.feature .cols .box {
  position: relative;
  margin-top: 2.5rem;
  padding: 1.8rem 2rem 2rem;
  border-radius: 1.5rem;
  background-color: var(--color-white);
  box-shadow: 0 0 1.5rem var(--color-shadow);
  counter-increment: fNum 1;
}
.feature .cols .box::before {
  display: block;
  aspect-ratio: 54/25;
  width: 100%;
  margin-bottom: 1.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.feature .cols .box::after {
  position: absolute;
  top: -1rem;
  left: -1rem;
  aspect-ratio: 1/1;
  width: 5rem;
  padding-top: 1.5rem;
  border-radius: 50%;
  background-image: url(../img/index/feature_num.svg);
  background-position: 50% 1rem;
  background-size: 3rem auto;
  background-repeat: no-repeat;
  content: counter(fNum, decimal-leading-zero);
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: center;
  filter: drop-shadow(0.2rem 0.2rem 0 var(--color-main-light));
}
.feature .cols .box .tit {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dotted currentColor;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.feature .cols .box:nth-of-type(odd)::before {
  border-radius: 1rem;
}
.feature .cols .box:nth-of-type(odd)::after {
  background-color: var(--color-main);
}
.feature .cols .box:nth-of-type(odd) .tit {
  color: var(--color-main);
}
.feature .cols .box:nth-of-type(even)::before {
  border-radius: 1rem;
}
.feature .cols .box:nth-of-type(even)::after {
  background-color: var(--color-sub);
}
.feature .cols .box:nth-of-type(even) .tit {
  color: var(--color-sub);
}
.feature .cols .box[data-cont=specialist]::before {
  background-image: url(../img/index/feature_specialist.webp);
}
.feature .cols .box[data-cont=mrict]::before {
  background-image: url(../img/index/feature_mrict.webp);
}
.feature .cols .box[data-cont=examin]::before {
  background-image: url(../img/index/feature_examin.webp);
}
.feature .cols .box[data-cont=access]::before {
  background-image: url(../img/index/feature_access.webp);
}
@media screen and (min-width: 48em), print {
  .feature {
    margin-top: -2rem;
    padding-inline: 0;
    background-position: right calc(50% - 510px) top 698px, left calc(50% - 510px) bottom 540px;
    background-size: auto;
  }
  .feature .ttl {
    margin-bottom: 50px;
  }
  .feature .cols {
    display: grid;
    grid-template-rows: repeat(4, 500px);
    align-items: start;
    overflow-x: clip;
    gap: 40px 0;
  }
  .feature .cols .box {
    display: flow-root;
    width: 620px;
    margin-top: 90px;
    padding: 40px 60px;
    border-radius: 30px;
    box-shadow: 0 0 30px var(--color-shadow);
  }
  .feature .cols .box::before {
    z-index: -1;
    position: absolute;
    top: -90px;
    aspect-ratio: auto;
    width: calc(50vw + 80px);
    min-width: 700px;
    height: 500px;
    margin-bottom: 0;
  }
  .feature .cols .box::after {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    padding-top: 30px;
    background-position: 50% 20px;
    background-size: 52px auto;
    font-size: 4.8rem;
    filter: drop-shadow(4px 4px 0 var(--color-main-light));
  }
  .feature .cols .box .tit {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 3px solid;
    font-size: 3.6rem;
    -o-border-image: repeating-linear-gradient(90deg, currentColor, currentColor 3px, transparent 3px, transparent 13px) 1;
    border-image: repeating-linear-gradient(90deg, currentColor, currentColor 3px, transparent 3px, transparent 13px) 1;
  }
  .feature .cols .box:nth-of-type(odd) {
    margin-right: auto;
    margin-left: calc(50% - 520px);
  }
  .feature .cols .box:nth-of-type(odd)::before {
    left: 440px;
    border-radius: 40px 0px 0px 40px;
    background-position: left top;
  }
  .feature .cols .box:nth-of-type(even) {
    margin-right: calc(50% - 520px);
    margin-left: auto;
  }
  .feature .cols .box:nth-of-type(even)::before {
    right: 440px;
    border-radius: 0 40px 40px 0;
    background-position: right top;
  }
}
.greeting {
  margin-bottom: 5rem;
  padding-top: 6rem;
  padding-inline: 6%;
  background-image: url(../img/index/greeting_bg_pic.webp), url(../img/bg_dots01.webp), url(../img/logomark_wm_clr.svg);
  background-position: right -8rem top 2.5rem, left -4rem top 20rem, left 85% bottom 5rem;
  background-size: 80vw auto, 35vw auto, 65vw auto;
  background-repeat: no-repeat;
}
.greeting .ttl {
  margin-bottom: 3rem;
  text-align: center;
}
.greeting .box .photo {
  width: 65%;
  margin: 0 auto 2rem;
}
.greeting .box .txt p {
  line-height: 1.77;
}
.greeting .box .txt .signature {
  margin-top: 2rem;
}
.greeting .box .txt .signature span {
  font-size: 2rem;
}
.greeting .box .txt .more {
  margin-top: 3rem;
  text-align: center;
}
.greeting .box .txt .more .btn_detail {
  width: 80%;
}
@media screen and (min-width: 48em), print {
  .greeting {
    margin-top: -60px;
    margin-bottom: 140px;
    padding-top: 180px;
    padding-inline: 0;
    background-position: right calc(50% - 600px) top 0, left calc(50% - 512px) top 180px, left calc(50% + 60px) bottom 0;
    background-size: auto, auto, 600px auto;
  }
  .greeting .ttl {
    margin-bottom: 50px;
  }
  .greeting .box {
    display: flex;
    justify-content: space-between;
  }
  .greeting .box .photo {
    order: 2;
    width: 520px;
    margin: 0;
  }
  .greeting .box .txt {
    width: 600px;
  }
  .greeting .box .txt p {
    margin-bottom: 2em;
    line-height: 2.11;
  }
  .greeting .box .txt .signature {
    margin-top: 40px;
  }
  .greeting .box .txt .signature span {
    font-size: 2.4rem;
  }
  .greeting .box .txt .more {
    margin-top: 40px;
    text-align: left;
  }
  .greeting .box .txt .more .btn_detail {
    width: 280px;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 0 1.2rem 1rem;
}
.heading h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: 1200px;
    min-height: 300px;
    margin-inline: auto;
    padding: 0;
  }
  .heading h1 {
    font-size: 4.8rem;
  }
}
.container {
  background-image: url(../img/bg_dots02.webp), url(../img/bg_dots02.webp);
  background-position: right -40vw top -40vw, left -40vw bottom -40vw;
  background-size: 80vw auto;
  background-repeat: no-repeat;
}
.container .contents {
  padding: 4.5rem 5% 6rem;
}
@media screen and (min-width: 48em), print {
  .container {
    background-position: right calc(50% - 600px) top -268px, left calc(50% - 600px) bottom -299px;
    background-size: auto;
  }
  .container .contents {
    width: 1200px;
    margin-inline: auto;
    padding: 85px 0 160px;
  }
}
.breadcrumbs {
  padding: 1.2rem 5%;
  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.1em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}
body#page_clinic .doctor_greeting {
  margin-bottom: 4rem;
}
body#page_clinic .doctor_greeting .img_r {
  max-width: 70%;
}
body#page_clinic .doctor_greeting .signature {
  text-align: right;
}
body#page_clinic .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 120%;
}
body#page_clinic .doctor_profile .bio dl {
  display: grid;
  grid-template-columns: 4em auto;
  gap: 0.4em 0.5em;
}
body#page_clinic .doctor_profile .bio dl dt {
  white-space: nowrap;
}
body#page_clinic .doctor_profile .bio dl dt i {
  display: none;
}
body#page_clinic .splide__arrow {
  background: var(--color-white);
}
body#page_clinic .splide__arrow svg {
  fill: var(--color-main);
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.6em 0.3em;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
body#page_clinic .splide.panels .splide__pagination {
  margin-top: 0.5rem;
}
body#page_clinic .splide.panels .splide__pagination__page.is-active {
  background: var(--color-main);
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  outline: 3px solid transparent;
  outline-offset: -3px;
  opacity: 0.6;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  outline-color: var(--color-main);
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .doctor_greeting {
    display: flow-root;
    margin-bottom: 50px;
  }
  body#page_clinic .doctor_greeting .img_r {
    max-width: 400px;
  }
  body#page_clinic .doctor_greeting p:has(+ .signature) {
    margin-bottom: 0;
  }
  body#page_clinic .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 50px;
  }
  body#page_clinic .doctor_profile > section {
    flex-grow: 1;
    margin-top: 0;
  }
  body#page_clinic .doctor_profile > section.bio {
    width: 100%;
  }
  body#page_clinic .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .splide.panels .splide__pagination {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}
body#page_visitor #fixed_bar .infobtn {
  display: none;
}
body#page_visitor .appointment {
  padding: 1.3rem;
  border-radius: 1rem;
  background-color: var(--color-main-pale);
}
body#page_visitor .appointment .lnk {
  text-align: center;
}
body#page_visitor .infobox p {
  margin-bottom: 0;
}
body#page_visitor .infobox ol > li {
  padding-left: 3em;
  text-indent: -3em;
}
body#page_visitor .infobox ol > li * {
  text-indent: 0;
}
@media screen and (min-width: 48em), print {
  body#page_visitor .first_guide {
    display: flow-root;
  }
  body#page_visitor .appointment {
    padding: 20px;
    border-radius: 20px;
    background-color: var(--color-main-pale);
    text-align: center;
  }
}
body#page_access .access_info {
  display: grid;
  grid-template-columns: 26% auto;
  border: 1px solid var(--color-border);
  line-height: 1.5;
}
body#page_access .access_info > dt {
  padding: 0.5rem;
  background-color: var(--color-main-lite);
}
body#page_access .access_info > dt ~ dt {
  border-top: 1px solid var(--color-border);
}
body#page_access .access_info > dd {
  padding: 0.5rem 1rem;
  border-left: 1px solid var(--color-border);
  background-color: var(--color-white);
}
body#page_access .access_info > dd ~ dd {
  border-top: 1px solid var(--color-border);
}
body#page_access .parking_info dt {
  margin-top: 1em;
}
body#page_access .parking_info dt::before {
  display: inline-block;
  margin-left: -0.5em;
  content: "【";
}
body#page_access .parking_info dt::after {
  content: "】";
}
body#page_access .illmap {
  margin-inline: auto;
}
body#page_access .gmap {
  width: 100%;
  height: 40rem;
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .parking figure {
  margin-top: 1.5rem;
}
body#page_access .parking figure img {
  border-radius: 1rem;
}
body#page_access .parking figure figcaption {
  padding-block: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info > dt {
    padding: 20px 30px;
  }
  body#page_access .access_info > dd {
    padding: 20px 30px;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .illmap {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  body#page_access .gmap {
    height: 500px;
    margin-top: 60px;
    border-radius: 20px;
  }
  body#page_access .parking {
    display: flex;
    gap: 20px 50px;
  }
  body#page_access .parking figure {
    flex: 1;
    margin-top: 0;
  }
  body#page_access .parking figure img {
    border-radius: 20px;
  }
}
@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy_policy article > section ~ section {
  margin-top: 3rem;
}
body#page_privacy_policy article > section ~ section section {
  margin-top: 2rem;
}
body#page_privacy_policy article .tit_02 i {
  display: block;
  margin-top: 0.2em;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4.5rem;
}
body#page_privacy_policy article h3, body#page_privacy_policy article h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
body#page_privacy_policy article ul ul, body#page_privacy_policy article ul ol, body#page_privacy_policy article ol ul, body#page_privacy_policy article ol ol {
  margin-block: 0.5em;
}
body#page_privacy_policy article .lst_ul > li::before {
  transform: scale(0.4);
  content: "●";
  color: inherit;
}
body#page_privacy_policy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy_policy article .lst_ol > li::marker {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
body#page_privacy_policy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacy_policy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 5rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 3rem;
}
body#page_privacy_policy article .pp_contactus div {
  word-break: auto-phrase;
  word-spacing: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_privacy_policy article > section ~ section {
    margin-top: 50px;
  }
  body#page_privacy_policy article > section ~ section section {
    margin-top: 30px;
  }
  body#page_privacy_policy article .lead {
    margin-bottom: 80px;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 80px;
  }
  body#page_privacy_policy article .pp_contactus {
    margin-top: 25px;
  }
  body#page_privacy_policy article .pp_contactus div {
    text-align: right;
  }
}
.tbl_data[data-cont=course] tbody th, .tbl_data[data-cont=option] tbody th {
  width: 28%;
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-cont=course] tbody th, .tbl_data[data-cont=option] tbody th {
    width: 20%;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
