@charset "UTF-8";
:root {
  --breakpoint: 768px;
  --pc-line-height: 1.8;
  --color-base-txt: #000;
  --color-base-txt-rgb: 0 0 0;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #7cb216;
  --color-main-rgb: 124 178 22;
  --color-main-vbrt: #9dcb49;
  --color-main-soft: #c7e097;
  --color-main-lite: #def7cd;
  --color-main-lite2: #deedc0;
  --color-main-pale: #f2f8e6;
  --color-sub: #008a26;
  --color-sub-rgb: 0 138 38;
  --color-sub-soft: #57b478;
  --color-sub-lite: #cef7d2;
  --color-sub-pale: #e5f5e7;
  --color-acnt-bl: #157cb3;
  --color-acnt-ye: #fbfaea;
  --color-border: #ccc;
  --color-attention: #f00;
  --color-highlight: #ffee99;
  --color-shadow: rgb(0 0 0/0.16);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-dgray: #696969;
  --color-dgray-rgb: 105 105 105;
  --color-gray: #999;
  --color-gray-rgb: 153 153 153;
  --color-lgray: #d3d3d3;
  --color-lgray-rgb: 211 211 211;
  --color-ghost: #f5f5f5;
  --color-ghost-rgb: 245 245 245;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}

@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  font-display: swap;
}
*: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;
}

:where(*) {
  letter-spacing: var(--sp-letter-spacing, normal);
}
:where(*):before, :where(*)::after {
  letter-spacing: normal;
}

html {
  font-size: 2.7777777778vw;
  scroll-padding-top: var(--sp-header-height, 0);
}

body {
  font-weight: var(--font-weight, normal);
  font-size: 1.6rem;
  font-family: "M PLUS 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  word-wrap: break-word;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  line-height: var(--sp-line-height, inherit);
}

@media screen and (width >= 768px), print {
  :where(*) {
    letter-spacing: var(--pc-letter-spacing, normal);
  }
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    font-size: 2.6rem;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: inherit;
  }
  main {
    line-height: var(--pc-line-height, inherit);
  }
}
#global_header .header_wrap {
  padding: 1rem 0.5rem;
}
#global_header .header_wrap .logo {
  width: 80%;
  padding: 0.5rem 1rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .mininfo {
  margin-top: 1rem;
}
#global_header .header_wrap .mininfo > li {
  display: grid;
  place-content: center;
  height: 3.3rem;
  margin-top: 0.5rem;
  border-radius: 3rem;
  background-position: right center, left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
#global_header .header_wrap .mininfo > li.acs {
  background-image: url(../img/common/header_ico_acs.svg), linear-gradient(90deg, #d6be25, #d86f24);
}
#global_header .header_wrap .mininfo > li.adr {
  background-image: url(../img/common/header_ico_adr.svg), linear-gradient(90deg, #8dc21f, #1eaa39);
}
@media screen and (width < 767px) {
  #global_header .header_wrap .mininfo > li.adr {
    font-size: 1.3rem;
  }
}
@media screen and (width < 767px) {
  body:not(#page_index) #global_header .header_wrap .mininfo {
    display: none;
  }
}

@media screen and (width >= 768px), print {
  #global_header {
    display: flow-root;
    background-image: url(../img/common/header_bg01.png), url(../img/common/header_bg02.png);
    background-position: left calc(50% - 800px) top 0, right calc(50% - 800px) top 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: var(--color-base-bg);
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  #global_header {
    background-position: left top, right top;
  }
}
@media screen and (width >= 768px), print {
  #global_header .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 120px;
    margin-inline: auto;
    padding-inline: clamp(0px, 264px + -22 * 1vw, 2%);
    gap: 15px;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: clamp(320px, 167.111px + 19.907vw, 406px);
    padding: 0;
  }
  #global_header .header_wrap .mininfo {
    display: grid;
    grid-template-columns: 47% 52%;
    margin-top: 0;
    gap: clamp(5px, -3.889px + 1.157vw, 10px);
  }
  #global_header .header_wrap .mininfo > li {
    height: 80px;
    margin-top: 0;
    padding: 5px clamp(15px, -11.667px + 3.472vw, 30px);
    border-radius: 40px;
    font-size: clamp(1.5rem, -0.1rem + 2.083vw, 2.4rem);
    text-align: left;
  }
  #global_header .header_wrap .mininfo > li:has(wbr) {
    word-break: keep-all;
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (width < 767px) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
  }
  .js-sp_modal::before {
    z-index: -10;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    inset: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background-image: url(../img/common/nav_bg.webp);
    background-position: center top;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    opacity: 0.96;
    -webkit-backdrop-filter: blur(0.8rem);
    backdrop-filter: blur(0.8rem);
    content: "";
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (width >= 768px), print {
  .js-pc_sticky {
    position: static;
    inset: -10px 0 auto;
    transition: top 0.5s;
  }
  .js-pc_sticky.is_sticky {
    z-index: 5;
    position: fixed;
    width: 100%;
    inset: 0 0 auto;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav {
  font-weight: 500;
  line-height: 1.2;
}
#global_nav .gnav > li > a.is_current, #global_nav .gnav > li button.is_current {
  color: var(--color-sub);
  -webkit-text-decoration: 2px underline;
  text-decoration: 2px underline;
}
#global_nav .gnav > li .sub_btn {
  width: 100%;
}
#global_nav .gnav > li .sub_btn::after {
  display: inline-block;
  content: '\ed77';
  color: var(--color-sub);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav > li .sub_btn.is_open::after {
  transform: scale(1, -1);
}
#global_nav .gnav > li .subnav {
  display: grid;
}
#global_nav .gnav > li .subnav a {
  display: flex;
  border: solid transparent;
  background-repeat: no-repeat;
  background-color: var(--color-white);
}
#global_nav .gnav > li .subnav a::after {
  content: '\ed71';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav > li .subnav a.is_current {
  border-color: var(--color-main);
  color: var(--color-main);
}
#global_nav .gnav .a_doctor {
  background-image: url(../img/common/nav_doctor.webp);
}
#global_nav .gnav .a_clinic {
  background-image: url(../img/common/nav_clinic.webp);
}
#global_nav .gnav .a_treatment {
  background-image: url(../img/common/nav_treatment.webp);
}
#global_nav .gnav .a_first {
  background-image: url(../img/common/nav_first.webp);
}
#global_nav .gnav .a_access {
  background-image: url(../img/common/nav_access.webp);
}
#global_nav .gnav .a_ear {
  background-image: url(../img/common/nav_ear.webp);
}
#global_nav .gnav .a_nose {
  background-image: url(../img/common/nav_nose.webp);
}
#global_nav .gnav .a_throat {
  background-image: url(../img/common/nav_throat.webp);
}
#global_nav .gnav .a_hayfever {
  background-image: url(../img/common/nav_hayfever.webp);
}
#global_nav .gnav .a_dizziness {
  background-image: url(../img/common/nav_dizziness.webp);
}
#global_nav .gnav .a_hearingaid {
  background-image: url(../img/common/nav_hearingaid.webp);
}
#global_nav .gnav .a_internal {
  background-image: url(../img/common/nav_internal.webp);
}
#global_nav .gnav .a_kampo {
  background-image: url(../img/common/nav_kampo.webp);
}
#global_nav .gnav .a_exercise {
  background-image: url(../img/common/nav_exercise.webp);
}

@media screen and (width < 767px) {
  #global_nav #sp_btn {
    position: fixed;
    top: 1.2rem;
    right: 1rem;
    width: 5.6rem;
    height: 5.6rem;
    margin: 0;
    padding: 0.3rem 0 0;
    border-radius: 0.7rem;
    background: var(--color-main-vbrt);
    box-shadow: 0 0 1px var(--color-white);
    color: var(--color-white);
    line-height: 1;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\ecfd';
    font-weight: normal;
    font-size: 2.6rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
  }
  #global_nav #sp_btn.close::before {
    transform: rotate(180deg);
    content: "\ecfe";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav .gnav {
    position: absolute;
    top: 8rem;
    left: 3vw;
    width: 94vw;
    max-height: 80dvh;
    padding: 1.6rem;
    overflow-y: auto;
    border-radius: 0.7rem;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
  }
  #global_nav .gnav > li {
    padding-block: 0.3rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    padding: 1rem;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li > a[class*=a_], #global_nav .gnav > li button[class*=a_] {
    background: none;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: inline-block;
    margin-right: 1.2rem;
    transform: scale(1.3);
    content: '\ed7a';
    color: var(--color-sub);
    font-weight: normal;
    font-family: "fontello";
  }
  #global_nav .gnav > li .sub_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
  #global_nav .gnav > li .sub_btn::after {
    flex-grow: 1;
    text-align: right;
  }
  #global_nav .gnav > li .sub_btn.is_open {
    background-color: var(--color-main-lite2);
  }
  #global_nav .gnav > li .sub_box {
    padding: 1.2rem 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    background: var(--color-main-pale);
    color: var(--color-base-txt);
  }
  #global_nav .gnav > li .sub_box .subnav {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  #global_nav .gnav > li .sub_box .subnav a {
    justify-content: center;
    padding: 5.5rem 0.5rem 0.5rem;
    gap: 0.5rem;
    border-width: 2px;
    border-radius: 0.7rem;
    background-position: center top 0.5rem;
    background-size: auto 4.5rem;
  }
}
@media screen and (width >= 768px), print {
  #global_nav {
    height: 170px;
    background-image: url(../img/common/navbar_bg.webp);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat-x;
    font-size: clamp(1.8rem, 0.3778rem + 1.852vw, 2.6rem);
    letter-spacing: 0.03em;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 264px + -22 * 1vw, 2%);
    padding-block: 32px;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    padding: 64px 5px 10px;
    background-position: center top;
    background-size: 82px auto;
    background-repeat: no-repeat;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 0 5px var(--color-white), 0 0 8px var(--color-white), 0 0 10px var(--color-white);
    filter: drop-shadow(0 0 4px var(--color-white)) drop-shadow(0 0 6px var(--color-white));
  }
  #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-sub);
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 10px;
    font-size: 70%;
    text-shadow: none;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    width: 100%;
    inset: 170px 0 auto;
    padding-block: 30px;
    background-image: url(../img/common/nav_bg.webp);
    background-position: center top;
    background-size: 2000px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  #global_nav .gnav > li.sub .sub_box {
    background-size: 100% auto;
  }
}
@media screen and (width >= 768px), print {
  #global_nav .gnav > li.sub .sub_box .subnav {
    grid-template-columns: repeat(auto-fit, minmax(320px, 30%));
    justify-content: center;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    gap: 20px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav a {
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 20px 20px 20px 118px;
    border-width: 4px;
    border-radius: 10px;
    background-position: left 20px center;
    background-size: 80px auto;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li.sub .sub_box .subnav a:hover, #global_nav .gnav > li.sub .sub_box .subnav a:focus {
    border-color: var(--color-main);
    color: var(--color-main);
  }
}
.overview {
  padding-bottom: 1rem;
  background-color: var(--color-main-pale);
  font-size: 1.5rem;
}
.overview .logo {
  background-image: url(../img/common/overview_head_bg.svg), linear-gradient(var(--color-base-bg), var(--color-base-bg));
  background-position: 50% 48%, 50% 0%;
  background-size: 100% 5vw, 100% 50%;
  background-repeat: no-repeat;
}
.overview .logo img {
  width: 50%;
  margin-inline: auto;
}
.overview_wrap {
  padding-inline: 1.5rem;
  padding-block: 2.5rem;
}
.overview_wrap .outline {
  display: grid;
  grid-template-columns: 7em auto;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.3;
}
.overview_wrap .outline dt {
  display: grid;
  align-items: center;
  padding-block: 1rem;
  border-top: 1px solid var(--color-border);
  color: var(--color-main);
  font-weight: 500;
}
.overview_wrap .outline dd {
  padding-block: 1rem;
  border-top: 1px solid var(--color-border);
}
.overview_wrap .timetable {
  margin-top: 2rem;
}
.overview_wrap .illmap {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
}
.overview_wrap .gmap {
  width: 100%;
  height: 30rem;
}
.overview_wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.overview_wrap .gmap {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
}
.overview_wrap .gmap_more {
  margin-top: 1rem;
}
.overview_wrap .gmap_more .btn_detail {
  width: 100%;
}

@media screen and (width >= 768px), print {
  .overview {
    padding-bottom: 0;
    background-image: url(../img/common/overview_bg01.webp), url(../img/common/overview_bg02.webp), url(../img/common/overview_bg03.webp);
    background-position: left calc(50% - 785px) bottom 80px, right calc(50% - 780px) top 288px, left calc(50% - 565px) top 258px;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: clamp(2rem, 0.9333rem + 1.389vw, 2.6rem);
  }
  .overview .logo {
    background-position: 50% 100px, 50% 0%;
    background-size: 2000px 100px, 100% 190px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .overview .logo {
    background-size: 100% 100px, 100% 190px;
  }
}
@media screen and (width >= 768px), print {
  .overview .logo img {
    width: 324px;
  }
  .overview_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    padding-block: 80px;
    gap: 50px clamp(15px, -65px + 10.417vw, 60px);
  }
  .overview_wrap .outline {
    grid-template-columns: 7.5em auto;
    font-size: 2.2rem;
  }
  .overview_wrap .outline dt,
  .overview_wrap .outline dd {
    padding-block: 18px;
  }
  .overview_wrap .timetable {
    margin-top: 40px;
    font-size: clamp(2rem, 0.9333rem + 1.389vw, 2.6rem);
  }
  .overview_wrap .illmap {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin-inline: auto;
    border-radius: 10px;
  }
  .overview_wrap .gmap {
    height: 400px;
    margin-top: 40px;
    border-radius: 10px;
  }
  .overview_wrap .gmap_more {
    margin-top: 30px;
  }
  .overview_wrap .gmap_more .btn_detail {
    font-size: clamp(2rem, 0.5778rem + 1.852vw, 2.8rem);
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.3rem;
  border-top: 1px solid var(--color-border);
  color: var(--color-main);
  font-size: 1.4rem;
}

@media screen and (width >= 768px), print {
  #global_footer {
    padding: 0 0 100px;
  }
  #global_footer .footer_wrap {
    display: block;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    padding-block: 60px;
  }
  #global_footer .footer_wrap ul {
    font-size: clamp(1.6rem, 0.5333rem + 1.389vw, 2.2rem);
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    border-right: 1px solid currentColor;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap ul li.last-in-row {
    border-right: none;
  }
  #global_footer .footer_wrap ul li a:hover {
    color: var(--color-main);
    -webkit-text-decoration: 1px underline;
    text-decoration: 1px underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav {
    margin-top: 20px;
  }
  #global_footer .copyright {
    padding-block: 15px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.js-floating_btm {
  z-index: 1;
  position: fixed;
  inset: auto 0 0;
}
.js-floating_btm #pageup {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.js-floating_btm.is_active #pageup {
  visibility: visible;
  opacity: 1;
}
@media screen and (width >= 768px), print {
  .js-floating_btm {
    inset: auto 30px 30px auto;
  }
}
@media print {
  .js-floating_btm {
    display: none !important;
  }
}

#fixed_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 0;
}
#fixed_bar .rsvbtns {
  flex-wrap: nowrap;
  width: 100%;
  gap: 0.2rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#fixed_bar .rsvbtns > li {
  height: 4rem;
}
#fixed_bar .rsvbtns > li .btn_line,
#fixed_bar .rsvbtns > li .btn_appo {
  font-size: 1.45rem;
}
@media screen and (width < 767px) {
  #fixed_bar .rsvbtns > li .btn_line,
  #fixed_bar .rsvbtns > li .btn_appo {
    padding-inline: 1.2rem;
  }
  #fixed_bar .rsvbtns > li .btn_line::before,
  #fixed_bar .rsvbtns > li .btn_appo::before {
    display: none;
  }
}
#fixed_bar #pageup {
  flex: none;
  order: -1;
  aspect-ratio: 1/1;
  width: 4rem;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-main);
  font-weight: normal;
  text-align: center;
}
#fixed_bar #pageup::before {
  content: "↑";
  font-size: 2rem;
}

@media screen and (width >= 768px), print {
  #fixed_bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 10px;
  }
  #fixed_bar .rsvbtns > li {
    height: 60px;
  }
  #fixed_bar .rsvbtns > li .btn_line,
  #fixed_bar .rsvbtns > li .btn_appo {
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
  }
  #fixed_bar #pageup {
    order: 0;
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  #fixed_bar #pageup::before {
    font-size: 3rem;
  }
  #fixed_bar #pageup:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 0 var(--color-main-soft);
  }
}
a[href=""], .nolink {
  pointer-events: none;
}

.sp_n {
  display: none;
}

@media screen and (width >= 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}

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

@media screen and (width >= 768px), print {
  .wrap {
    max-width: 1200px;
    margin-inline: auto;
  }
  body > *:has(.wrap) {
    container-type: inline-size;
  }
  @container (max-width: 1276.5957446809px) {
    .wrap {
      width: 94%;
    }
  }
}

.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, .img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  border-radius: 0.7rem;
}
.img_c.w100, .img_l.w100, .img_r.w100 {
  max-width: 100%;
}

.imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem auto;
  gap: 1rem;
}
.imgs img {
  max-width: 45%;
  border-radius: 0.7rem;
}

@media screen and (width < 767px) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.5rem;
  }
  .img_c.sp_w100, .img_l.sp_w100, .img_r.sp_w100 {
    max-width: 100%;
  }
}
@media screen and (width >= 768px), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    max-width: clamp(280px, -75.556px + 46.296vw, 480px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: clamp(25px, -1.667px + 3.472vw, 40px);
    margin-bottom: 25px;
    margin-left: 0;
    float: left;
    border-radius: 10px;
  }
  .img_r {
    max-width: clamp(280px, -75.556px + 46.296vw, 480px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: clamp(25px, -1.667px + 3.472vw, 40px);
    float: right;
    border-radius: 10px;
  }
  .img_l.tate, .img_r.tate {
    width: auto;
    max-height: 500px;
  }
  .imgs {
    max-width: clamp(580px, 277.778px + 39.352vw, 750px);
    margin: 25px auto;
    gap: 20px;
  }
  .imgs img {
    border-radius: 10px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.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 (width >= 768px), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mb10 {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 10px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
:where(section, .intro):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section, .intro):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section, .intro) > :last-child {
  margin-bottom: 0;
}

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

@media screen and (width >= 768px), print {
  article > .intro {
    margin-bottom: 100px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 100px;
  }
  article > :where(section) :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.tit_02 {
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.tit_02::before {
  display: block;
  width: 2.5em;
  height: 3px;
  margin: 0 auto 1.2rem;
  background-color: var(--color-main);
  content: "";
}

.tit_03 {
  margin-bottom: 1.5rem;
  padding: 1rem 5.8rem 1rem 1.2rem;
  border-left: 1px solid currentColor;
  background-image: url(../img/common/tit_03.svg);
  background-position: 100% 1rem;
  background-size: 5.5rem auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
  color: var(--color-main);
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.tit_04 {
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -o-border-image: linear-gradient(90deg, var(--color-main) 2.2em, var(--color-border) 2.2em) 1;
  border-image: linear-gradient(90deg, var(--color-main) 2.2em, var(--color-border) 2.2em) 1;
}

.tit_05 {
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  color: var(--color-sub);
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.tit_05::before {
  display: inline-block;
  margin-right: 0.7rem;
  margin-left: -2rem;
  content: '\ed73';
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "fontello";
  vertical-align: 0.1em;
}

.tit_06 {
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.4rem;
  margin-left: -1.6rem;
  content: '\ed7b';
  color: var(--color-main);
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "fontello";
  vertical-align: 0.1em;
}

@media screen and (width >= 768px), print {
  .tit_01 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .tit_02 {
    margin-bottom: 45px;
    font-size: clamp(3.6rem, 1.4667rem + 2.778vw, 4.8rem);
    letter-spacing: 0.1em;
  }
  .tit_02::before {
    height: 4px;
    margin: 0 auto 20px;
  }
  .tit_03 {
    margin-bottom: 40px;
    padding: 16px 110px 16px 20px;
    border-left-width: 2px;
    background-position: 100% 15px;
    background-size: 100px auto;
    font-size: 4rem;
  }
  .tit_04 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 3.2rem;
  }
  .tit_05 {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 2.8rem;
  }
  .tit_05::before {
    margin-right: 10px;
    margin-left: -29px;
    font-size: 2rem;
  }
  .tit_06 {
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 2.6rem;
  }
  .tit_06::before {
    margin-right: 6px;
    margin-left: -25px;
    font-size: 1.9rem;
    vertical-align: baseline;
  }
}
.lst, .lst_ol, .lst_ul {
  margin-bottom: 1em;
}
.lst > li, .lst_ol > li, .lst_ul > li {
  line-height: 1.5;
}
.lst > li:not(:first-child), .lst_ol > li:not(:first-child), .lst_ul > li:not(:first-child) {
  margin-top: 0.5em;
}

.lst_ul > li {
  padding-left: 1.25em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: -1.25em;
  transform: scale(0.8);
  content: '\ed7c';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}

.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_dot > li {
  padding-left: 1em;
}
.lst_dot > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}

.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

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

.ol_flow {
  counter-reset: flowNum 0;
}
.ol_flow li {
  position: relative;
  padding: 1rem 1.5rem;
  border: 3px solid var(--color-main-lite2);
  border-radius: 0.7rem;
  font-weight: 500;
  counter-increment: flowNum 1;
}
.ol_flow li::before {
  display: inline-block;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  content: counter(flowNum) ".";
  color: var(--color-main);
  font-size: 140%;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  vertical-align: -0.1em;
}
.ol_flow li:not(:last-child) {
  margin-bottom: 3rem;
}
.ol_flow li:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 6rem;
  height: 1.5rem;
  margin-inline: auto;
  background-color: var(--color-main);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ol_flow li .cont {
  margin: 1rem 0 0.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
}
.ol_flow li .cont > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .ol_flow li {
    padding: 26px 30px;
    border-width: 4px;
    border-radius: 10px;
  }
  .ol_flow li::before {
    width: 34px;
    margin-right: 20px;
  }
  .ol_flow li:not(:last-child) {
    margin-bottom: 60px;
  }
  .ol_flow li:not(:last-child)::after {
    bottom: -40px;
    width: 80px;
    height: 20px;
  }
  .ol_flow li .cont {
    margin: 14px 0 6px;
    font-size: 2.6rem;
  }
}

.dl_faq > dt {
  margin-bottom: 1rem;
  padding-left: 3rem;
  color: var(--color-main);
  font-weight: 500;
  font-size: 112.5%;
}
.dl_faq > dt::before {
  display: inline-block;
  width: 3rem;
  margin-left: -3rem;
  content: "Q.";
  font-size: 2.5rem;
  line-height: 1;
}
.dl_faq > dt:not(:first-of-type) {
  margin-top: 1.5em;
}
.dl_faq > dd {
  padding-left: 3rem;
}
.dl_faq > dd::before {
  display: inline-block;
  width: 3rem;
  margin-left: -3rem;
  content: "A.";
  color: var(--color-sub);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (width >= 768px), print {
  .dl_faq > dt {
    padding-left: 44px;
  }
  .dl_faq > dt::before {
    width: 44px;
    margin-left: -44px;
    font-size: 3.6rem;
  }
  .dl_faq > dd {
    padding-left: 44px;
  }
  .dl_faq > dd::before {
    width: 44px;
    margin-left: -44px;
    font-size: 3.6rem;
  }
}

.footnote {
  margin-bottom: 1em;
  padding-top: 0.2em;
  line-height: 1.3;
}

.tbl_data {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: calc(0.7rem + 1px);
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data thead tr > * {
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
.tbl_data thead tr > *:first-child {
  border-left: none;
  border-top-left-radius: 0.7rem;
}
.tbl_data thead tr > *:last-child {
  border-top-right-radius: 0.7rem;
}
.tbl_data tbody tr > * {
  border-bottom: 1px solid var(--color-border);
}
.tbl_data tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-border);
}
.tbl_data tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 0.7rem;
}
.tbl_data tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 0.7rem;
}
.tbl_data tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_data tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.7rem;
}
.tbl_data tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.7rem;
}
.tbl_data tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_data tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (width >= 768px), print {
  .tbl_data {
    border-radius: 11px;
  }
  .tbl_data thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_data thead tr > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_data tbody tr:first-of-type > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_data tbody tr:first-of-type > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_data tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 10px;
  }
  .tbl_data tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 10px;
  }
}
.tbl_data {
  line-height: 1.5;
}
.tbl_data thead th {
  padding: 0.44em 0.5em;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
}
.tbl_data tbody th {
  padding: 0.44em 0.5em 0.46em;
  background-color: var(--color-acnt-ye);
  font-weight: 400;
  text-align: left;
}
.tbl_data tbody td {
  padding: 0.44em 0.5em 0.46em;
  text-align: left;
}
@media screen and (width >= 768px), print {
  .tbl_data thead th {
    padding: 0.5em 0.77em;
  }
  .tbl_data tbody th, .tbl_data tbody td {
    padding: 0.66em 0.77em 0.68em;
  }
}

.tbl_simple {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: calc(0.7rem + 1px);
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_simple thead tr > * {
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
.tbl_simple thead tr > *:first-child {
  border-left: none;
  border-top-left-radius: 0.7rem;
}
.tbl_simple thead tr > *:last-child {
  border-top-right-radius: 0.7rem;
}
.tbl_simple tbody tr > * {
  border-bottom: 1px solid var(--color-border);
}
.tbl_simple tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-border);
}
.tbl_simple tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 0.7rem;
}
.tbl_simple tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 0.7rem;
}
.tbl_simple tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_simple tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.7rem;
}
.tbl_simple tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.7rem;
}
.tbl_simple tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_simple tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (width >= 768px), print {
  .tbl_simple {
    border-radius: 11px;
  }
  .tbl_simple thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_simple thead tr > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_simple tbody tr:first-of-type > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_simple tbody tr:first-of-type > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_simple tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 10px;
  }
  .tbl_simple tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 10px;
  }
}
.tbl_simple {
  line-height: 1.5;
}
.tbl_simple th {
  padding: 0.44em 0.5em 0.46em;
  background-color: var(--color-main-pale);
  color: var(--color-main);
  font-weight: 500;
  text-align: left;
}
.tbl_simple td {
  padding: 0.5em;
  text-align: left;
}
@media screen and (width >= 768px), print {
  .tbl_simple th, .tbl_simple td {
    padding: 0.6em 0.77em 0.62em;
  }
}

@media screen and (width < 767px) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (width >= 768px), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_bg03, .box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 0.7rem;
}
.box_bg03 > :last-child, .box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .box_bg03, .box_bg02, .box_bg01 {
    padding: 30px;
    border-radius: 10px;
  }
}

.box_bg01 {
  background: var(--color-main-lite);
}

.box_bg02 {
  background: var(--color-sub-lite);
}

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

:where(main) :where(a):not([class*=btn_]) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (width >= 768px), print {
  :where(main) :where(a):not([class*=btn_]):hover {
    text-decoration: none;
  }
}

.lnk_external::after {
  display: inline-block;
  margin-left: 0.3em;
  content: '\f08e';
  font-weight: normal;
  font-size: 90%;
  font-family: "fontello";
}

.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 0.6em 2.2em 0.6em 1.5em;
  border: 1px solid currentColor;
  border-radius: 10em;
  background-color: var(--color-white);
  color: var(--color-sub);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-align: center;
  text-decoration: none;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-0.5em);
}
.btn_detail::after, .btn_back::after {
  content: '\ed71';
  font-weight: normal;
  font-size: 115%;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_detail, .btn_back {
    padding: 0.78em 2.2em 0.73em 1.7em;
    border-width: 2px;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    background-color: var(--color-sub-pale);
  }
}

.btn_anchor, .lnkbtn_anchors li a {
  display: inline-flex;
  justify-content: space-between;
  padding: 0.5em 0.3em;
  gap: 0.5em;
  border-bottom: 2px solid currentColor;
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.btn_anchor::after, .lnkbtn_anchors li a::after {
  display: inline-block;
  content: '\ed70';
  font-weight: normal;
  font-size: 115%;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_anchor, .lnkbtn_anchors li a {
    padding: 0.7em 0.3em;
  }
  .btn_anchor:hover, .lnkbtn_anchors li a:hover, .btn_anchor:focus, .lnkbtn_anchors li a:focus {
    border-bottom-color: transparent;
  }
  .btn_anchor:hover::before, .lnkbtn_anchors li a:hover::before, .btn_anchor:focus::before, .lnkbtn_anchors li a:focus::before {
    transform: translateY(5px);
  }
}

.lnkbtn_anchors li {
  margin-bottom: 0.6rem;
}
.lnkbtn_anchors li a {
  width: 100%;
}
@media screen and (width >= 768px), print {
  .lnkbtn_anchors {
    display: grid;
    grid-template-columns: repeat(auto-fill, 22%);
    gap: 20px 4%;
  }
}

:where(mark) {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%, var(--color-highlight, mark) 90%, transparent 90%);
  color: inherit;
}
@media screen and (width >= 768px), print {
  :where(mark) {
    background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%, var(--color-highlight, mark) 80%, transparent 80%);
  }
}

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

@media screen and (width < 767px) {
  .sp_f-smaller {
    font-size: 0.85em;
  }
  .sp_f-larger {
    font-size: 1.15em;
  }
}
.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  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;
}

.notification {
  line-height: 1.5;
}

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

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

.phone:has(> a)::before, .btn_tel:has(> a)::before {
  display: none;
}
.phone:has(> a) a, .btn_tel:has(> a) a {
  display: inline-block;
}
.phone:has(> a) a::before, .btn_tel:has(> a) a::before {
  margin-right: 0.5em;
}

.btn_icon, .btn_tel, .btn_appo, .btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  gap: 0 0.5em;
  border-radius: 10em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (width >= 768px), print {
  .btn_icon, .btn_tel, .btn_appo, .btn_line {
    padding: 0.58em 1.07em 0.54em;
  }
}

.btn_line {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn_line::before {
  content: '\ed76';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_line {
    letter-spacing: 0.05em;
  }
  .btn_line:hover {
    background-color: var(--color-main-vbrt);
    color: var(--color-white);
  }
}

.btn_appo {
  background-color: var(--color-sub);
  color: var(--color-white);
}
.btn_appo::before {
  content: '\ed79';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_appo {
    letter-spacing: 0.05em;
  }
  .btn_appo:hover {
    background-color: var(--color-sub-soft);
    color: var(--color-white);
  }
}

.btn_tel {
  background-color: var(--color-white);
  box-shadow: inset 0 0 0 1px currentColor;
  color: var(--color-sub);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (width < 767px) {
  .btn_tel {
    height: 100%;
    padding-block: 0;
  }
  .btn_tel a {
    align-items: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (width >= 768px), print {
  .btn_tel {
    padding-inline: 20px;
    box-shadow: inset 0 0 0 2px currentColor;
    letter-spacing: 0.05em;
  }
}

.rsvbtns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rsvbtns li {
  flex-grow: 1;
  font-weight: 500;
}
.rsvbtns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (width >= 768px), print {
  .rsvbtns {
    gap: 0 10px;
  }
  .rsvbtns li .btn_tel {
    display: flex;
    height: 100%;
  }
  .rsvbtns li .btn_tel a {
    pointer-events: none;
  }
  .rsvbtns li .btn_detail {
    padding-block: 0.58em;
  }
}

.timetable_tbl {
  width: 100%;
  border: 1px solid transparent;
  border-radius: calc(0.7rem + 1px);
  border-collapse: separate;
  border-spacing: 0;
}
.timetable_tbl thead tr > * {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.timetable_tbl thead tr > *:first-child {
  border-left: none;
  border-top-left-radius: 0.7rem;
}
.timetable_tbl thead tr > *:last-child {
  border-top-right-radius: 0.7rem;
}
.timetable_tbl tbody tr > * {
  border-bottom: 1px solid transparent;
}
.timetable_tbl tbody tr > *:not(:first-child) {
  border-left: 1px solid transparent;
}
.timetable_tbl tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 0.7rem;
}
.timetable_tbl tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 0.7rem;
}
.timetable_tbl tbody tr:last-of-type > * {
  border-bottom: none;
}
.timetable_tbl tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.7rem;
}
.timetable_tbl tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.7rem;
}
.timetable_tbl tbody:is(thead + *) tr:first-of-type > :first-child,
.timetable_tbl tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (width >= 768px), print {
  .timetable_tbl {
    border-radius: 11px;
  }
  .timetable_tbl thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  .timetable_tbl thead tr > *:last-child {
    border-top-right-radius: 10px;
  }
  .timetable_tbl tbody tr:first-of-type > *:first-child {
    border-top-left-radius: 10px;
  }
  .timetable_tbl tbody tr:first-of-type > *:last-child {
    border-top-right-radius: 10px;
  }
  .timetable_tbl tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 10px;
  }
  .timetable_tbl tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 10px;
  }
}
.timetable_tbl {
  line-height: 1;
  table-layout: fixed;
}
.timetable_tbl thead th {
  padding: 0.7em 0 0.5em;
  background-color: var(--color-main-soft);
  font-weight: 500;
}
.timetable_tbl thead th:first-child {
  width: 35%;
}
.timetable_tbl thead th:last-child {
  width: 12%;
}
.timetable_tbl tbody {
  background-color: var(--color-white);
}
.timetable_tbl tbody th {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (width < 767px) {
  .timetable_tbl tbody th {
    font-size: 94%;
  }
}
.timetable_tbl tbody td {
  font-weight: 500;
  text-align: center;
}
.timetable_tbl tbody td.open {
  color: var(--color-main);
}
.timetable_tbl tbody td.close {
  color: var(--color-acnt-bl);
}
.timetable_tbl tbody td.sat {
  color: var(--color-sub);
}
.timetable_tbl tbody tr.am th, .timetable_tbl tbody tr.am td {
  padding: 0.8em 0 0.4em;
}
.timetable_tbl tbody tr.pm th, .timetable_tbl tbody tr.pm td {
  padding: 0.4em 0 0.8em;
}
.timetable_note {
  padding-top: 0.5em;
  line-height: 1.3;
}
.timetable_note .specific {
  display: grid;
  grid-template-columns: 4.5em auto;
  align-items: center;
  gap: 0.3em 0.4em;
}
.timetable_note .specific > dt {
  padding-block: 0.1em;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  color: var(--color-sub);
  font-weight: 500;
  text-align: center;
}
.timetable_note .specific > dd {
  padding-block: 0.1em;
}

:where(body#page_index) :is(ul, ol):not([data-styled] *) {
  margin-left: 0;
}

.greeting .tit, .treatment .tit, .announce .tit, .visitors .tit, .news .box .tit {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.greeting .tit::before, .treatment .tit::before, .announce .tit::before, .visitors .tit::before, .news .box .tit::before {
  display: block;
  margin-bottom: 0.3em;
  content: attr(data-en);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (width >= 768px), print {
  .greeting .tit, .treatment .tit, .announce .tit, .visitors .tit, .news .box .tit {
    font-size: clamp(3.6rem, 1.4667rem + 2.778vw, 4.8rem);
    letter-spacing: 0.1em;
  }
  .greeting .tit::before, .treatment .tit::before, .announce .tit::before, .visitors .tit::before, .news .box .tit::before {
    margin-bottom: 0.5em;
    font-size: clamp(2rem, 0.9333rem + 1.389vw, 2.6rem);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvParallax {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(0);
  }
}
.hero {
  position: relative;
  background-color: var(--color-sub-lite);
}
.hero .catch {
  padding-block: 2.2rem;
  color: var(--color-sub);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
}
.hero_wrap #keyvsl {
  height: 24rem;
}
.hero_wrap #keyvsl .swiper-slide {
  overflow: hidden;
}
.hero_wrap #keyvsl .swiper-slide img {
  -o-object-fit: cover;
  height: 24rem;
  object-fit: cover;
}
.hero_wrap .cont {
  padding-inline: 1.5rem;
  padding-block: 3rem;
}
.hero_wrap .cont .timetable_tbl {
  display: grid;
  grid-template-columns: 3.6em auto;
  overflow: hidden;
  border-radius: 0.7rem;
}
.hero_wrap .cont .timetable_tbl::before {
  display: block;
  grid-column: 1/-1;
  padding: 0.5em 0 0.4em;
  background-color: var(--color-main-soft);
  content: "診療時間";
  font-weight: 500;
  text-align: center;
}
.hero_wrap .cont .timetable_tbl tr {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
}
.hero_wrap .cont .timetable_tbl thead {
  display: block;
}
.hero_wrap .cont .timetable_tbl thead th {
  padding: 0.4em 0 0.2em;
  background-color: var(--color-main-lite);
}
.hero_wrap .cont .timetable_tbl thead th:first-child {
  width: auto;
  border-radius: 0;
  font-size: 0px;
}
.hero_wrap .cont .timetable_tbl thead th:last-child {
  width: auto;
  padding: 0.4em 0;
  border-radius: 0;
}
.hero_wrap .cont .timetable_tbl tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero_wrap .cont .timetable_tbl tbody tr.am th, .hero_wrap .cont .timetable_tbl tbody tr.am td,
.hero_wrap .cont .timetable_tbl tbody tr.pm th,
.hero_wrap .cont .timetable_tbl tbody tr.pm td {
  padding: 0.4em 0 0.2em;
}
.hero_wrap .cont .timetable_tbl tbody tr.am th:last-child, .hero_wrap .cont .timetable_tbl tbody tr.am td:last-child,
.hero_wrap .cont .timetable_tbl tbody tr.pm th:last-child,
.hero_wrap .cont .timetable_tbl tbody tr.pm td:last-child {
  padding: 0.4em 0;
}
.hero_wrap .cont .timetable_note {
  font-size: 1.4rem;
}
.hero_wrap .cont .timetable_note .specific {
  gap: 0.3rem 0.5rem;
}
.hero_wrap .cont .rsvbtns {
  flex-wrap: wrap;
  margin-top: 1rem;
}
.hero_wrap .cont .rsvbtns > li {
  height: 3.4rem;
}
.hero_wrap .cont .rsvbtns > li .btn_tel {
  width: 100%;
  font-size: 2rem;
}
.hero_wrap .cont .payment {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem auto 0;
}

@media screen and (width >= 768px), print {
  .hero {
    overflow-x: clip;
  }
  .hero .catch {
    padding-block: 0.4em;
    font-size: clamp(3.2rem, -0.3556rem + 4.63vw, 5.2rem);
  }
  .hero_wrap {
    position: relative;
    max-width: 1200px;
    min-height: 620px;
    margin-inline: auto;
    padding-left: min(58%, 770px);
    padding-inline: clamp(0px, 132px + -11 * 1vw, 1%);
  }
  .hero_wrap #keyvsl {
    z-index: 0;
    position: absolute;
    width: min(61vw, 1140px);
    height: 620px;
    inset: auto 39% auto auto;
  }
  .hero_wrap #keyvsl .swiper-slide img {
    height: 620px;
  }
  .hero_wrap .cont {
    width: min(35.8%, 430px);
    margin-left: auto;
    padding: 0 0 20px;
  }
  .hero_wrap .cont .timetable_tbl {
    grid-template-columns: 2.4em auto;
    border-radius: 10px;
    font-size: clamp(1.6rem, -0.1778rem + 2.315vw, 2.6rem);
  }
  .hero_wrap .cont .timetable_tbl::before {
    padding: 7px 0;
  }
  .hero_wrap .cont .timetable_tbl thead th {
    padding: 0.1em 0;
  }
  .hero_wrap .cont .timetable_tbl thead th:first-child {
    padding: 0.2em 0 0.1em;
  }
  .hero_wrap .cont .timetable_tbl thead th:last-child {
    padding: 0.1em 0 0.25em;
  }
  .hero_wrap .cont .timetable_tbl tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero_wrap .cont .timetable_tbl tbody tr.am th,
  .hero_wrap .cont .timetable_tbl tbody tr.pm th {
    padding: 0.2em 0 0.1em;
  }
  .hero_wrap .cont .timetable_tbl tbody tr.am td,
  .hero_wrap .cont .timetable_tbl tbody tr.pm td {
    padding: 0.1em 0;
  }
  .hero_wrap .cont .timetable_tbl tbody tr.am td:last-child,
  .hero_wrap .cont .timetable_tbl tbody tr.pm td:last-child {
    padding: 0.1em 0 0.25em;
  }
  .hero_wrap .cont .timetable_note {
    font-size: clamp(1.4rem, 0.3333rem + 1.389vw, 2rem);
  }
  .hero_wrap .cont .timetable_note .specific {
    gap: 5px 10px;
  }
  .hero_wrap .cont .rsvbtns {
    margin-top: 15px;
    gap: 10px;
    font-size: clamp(1.6rem, 0.1778rem + 1.852vw, 2.4rem);
  }
  .hero_wrap .cont .rsvbtns > li {
    height: 50px;
  }
  .hero_wrap .cont .rsvbtns > li .btn_tel {
    font-size: 2.6rem;
  }
  .hero_wrap .cont .payment {
    margin: 20px auto 0;
  }
}
.clinicmap {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-color: var(--color-main-pale);
}
.clinicmap .gmap {
  width: 100%;
  height: 35rem;
}
.clinicmap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.clinicmap .gmap {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
}
.clinicmap .more {
  margin-top: 1rem;
  text-align: center;
}
.clinicmap .more .btn_detail {
  width: 80%;
}

@media screen and (width >= 768px), print {
  .clinicmap {
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
    padding-block: 80px;
    background-image: url(../img/index/clinicmap_bg01.webp), url(../img/index/clinicmap_bg02.webp), url(../img/index/clinicmap_bg03.webp);
    background-position: left calc(50% - 810px) bottom 80px, right calc(50% - 780px) top 80px, left calc(50% - 565px) top 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .clinicmap .gmap {
    max-width: 900px;
    height: 450px;
    margin-inline: auto;
    border-radius: 10px;
  }
  .clinicmap .more {
    margin-top: 40px;
  }
  .clinicmap .more .btn_detail {
    width: 570px;
    font-size: 2.8rem;
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
.news details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
}
.news details[open]::details-content {
  height: auto;
  opacity: 1;
}
.news details[open] .accordion-header::before {
  transform: scale(1, -1);
}
.news details summary {
  display: block;
  list-style-type: none;
}
.news details summary::marker {
  content: "";
}
.news details summary::-webkit-details-marker {
  display: none;
}

.news {
  padding-inline: 1.2rem;
  padding-block: 2.5rem;
}
.news .box {
  padding-block: 2.5rem;
}
.news .box .tit {
  margin-bottom: 2.5rem;
}
.news .box .cont {
  max-height: 30rem;
  padding-inline: 0.8rem;
  overflow-y: auto;
}
.news .box .accordion-container .accordion-item {
  padding-block: 1.5em;
  border-top: 1px solid var(--color-border);
}
.news .box .accordion-container .accordion-item .accordion-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-weight: 500;
}
.news .box .accordion-container .accordion-item .accordion-header .accordion-date {
  font-size: 1.4rem;
  line-height: 1.2;
}
.news .box .accordion-container .accordion-item .accordion-header::before {
  display: inline-block;
  content: '\ed6a';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
  vertical-align: -0.1em;
}
.news .box .accordion-container .accordion-item .accordion-header .accordion-title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
}
.news .box .accordion-container .accordion-item .accordion-content {
  padding-top: 1rem;
  line-height: 1.5;
}
.news .box .accordion-container .accordion-item .accordion-content .content-inner > :last-child {
  margin-bottom: 0;
}
.news .box .accordion-container .accordion-item .accordion-content .content-inner a {
  text-decoration: underline;
}
.news .box .accordion-container .accordion-item:last-of-type {
  margin-bottom: 1px;
  border-bottom: 1px solid var(--color-border);
}
.news .box[data-cont=info] .tit::before,
.news .box[data-cont=info] .accordion-header::before,
.news .box[data-cont=info] .accordion-date,
.news .box[data-cont=info] .content-inner a {
  color: var(--color-main);
}
.news .box[data-cont=topic] .tit::before,
.news .box[data-cont=topic] .accordion-header::before,
.news .box[data-cont=topic] .accordion-date,
.news .box[data-cont=topic] .content-inner a {
  color: var(--color-sub);
}

@media screen and (width >= 768px), print {
  .news {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    padding-inline: clamp(0px, 55.556px + -4.63vw, 20px);
    padding-block: 100px;
    gap: 80px clamp(30px, -5.556px + 4.63vw, 50px);
  }
  .news .box {
    padding-block: 0;
  }
  .news .box .tit {
    margin-bottom: 45px;
  }
  .news .box .cont {
    max-height: 580px;
    padding-right: 15px;
    padding-left: 0;
  }
  .news .box .accordion-container .accordion-item {
    padding-block: 1em;
  }
  .news .box .accordion-container .accordion-item .accordion-header {
    padding-left: 1px;
  }
  .news .box .accordion-container .accordion-item .accordion-header::before {
    font-size: 2rem;
    line-height: 1.3;
  }
  .news .box .accordion-container .accordion-item .accordion-header .accordion-date {
    font-size: 2rem;
  }
  .news .box .accordion-container .accordion-item .accordion-header .accordion-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .news .box .accordion-container .accordion-item .accordion-content {
    padding-top: 1rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.visitors {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-color: var(--color-sub-lite);
}
.visitors .tit {
  margin-bottom: 2rem;
}
.visitors .tit::before {
  color: var(--color-sub);
}
.visitors .txt p:last-child {
  margin-bottom: 0;
}
.visitors .rsvbtns {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  gap: 0.8rem;
}
@media screen and (width < 767px) {
  .visitors .rsvbtns > li:last-child {
    flex-grow: 0;
  }
}

@media screen and (width >= 768px), print {
  .visitors {
    padding-inline: 0;
    padding-block: 100px;
    background-image: url(../img/index/visitors_bg01.webp), url(../img/index/visitors_bg02.webp), url(../img/index/visitors_bg03.webp);
    background-position: left calc(50% - 785px) bottom 100px, right calc(50% - 780px) top 80px, left calc(50% - 565px) top 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .visitors .tit {
    margin-bottom: 40px;
  }
  .visitors .txt {
    padding-inline: clamp(0px, 55.556px + -4.63vw, 20px);
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .visitors .txt p {
    margin-bottom: 1.6em;
  }
  .visitors .rsvbtns {
    flex-wrap: nowrap;
    margin-top: 42px;
    gap: clamp(15px, -11.667px + 3.472vw, 30px);
  }
  .visitors .rsvbtns > li {
    flex-grow: 1;
    height: clamp(64px, 35.556px + 3.704vw, 80px);
    font-size: clamp(2.4rem, 0.9778rem + 1.852vw, 3.2rem);
  }
}
.announce {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-image: url(../img/index/announce_bg.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.announce .tit {
  margin-bottom: 3.5rem;
}
.announce .tit::before {
  color: var(--color-main);
}
.announce .wrap {
  counter-reset: fNum 0;
}
.announce .wrap .box {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  gap: 1rem 0;
  counter-increment: fNum 1;
}
.announce .wrap .box_tit {
  position: relative;
  margin-bottom: 0.5rem;
  background-image: url(../img/index/announce_tit.svg);
  background-position: right top;
  background-size: 24% auto;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
.announce .wrap .box_tit::before {
  display: block;
  width: 72%;
  margin-bottom: 0.5em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 6em;
  border-bottom: 1px solid currentColor;
  background-image: url(../img/index/announce_num.svg);
  background-position: 0 0.5em;
  background-size: 5.8em auto;
  background-repeat: no-repeat;
  content: counter(fNum, decimal-leading-zero);
  color: var(--color-main);
  font-weight: 600;
  font-size: 140%;
  line-height: 0.9;
  font-family: "Montserrat", sans-serif;
}
.announce .wrap .box_txt {
  margin-bottom: 0;
}
.announce .wrap .box_img {
  order: -1;
}

@media screen and (width >= 768px), print {
  .announce {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: 50% 220px;
    background-size: 2000px auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .announce {
    background-size: 100% auto;
  }
}
@media screen and (width >= 768px), print {
  .announce .tit {
    margin-bottom: 80px;
  }
  .announce .wrap {
    display: flow-root;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    justify-items: center;
    gap: 0 5%;
  }
  .announce .wrap .box {
    max-width: 570px;
    margin-top: 80px;
    gap: 10px 0;
  }
  .announce .wrap .box_tit {
    margin-bottom: 10px;
    font-size: 4rem;
    line-height: 1.6;
  }
  .announce .wrap .box_tit::before {
    padding-top: 0.05em;
    padding-bottom: 0.25em;
    padding-left: 4.8em;
    background-position: 0 0.45em;
    background-size: 4.6em auto;
    font-size: clamp(4.4rem, 2.2667rem + 2.778vw, 5.6rem);
  }
  .announce .wrap .box_txt {
    line-height: 1.6;
  }
  .announce .wrap .box_txt a:hover {
    color: var(--color-main);
  }
  .announce .wrap .box_img {
    margin-bottom: 15px;
  }
  .announce .wrap .box:nth-of-type(1) {
    margin-top: 0;
  }
  .announce .wrap .box:nth-of-type(even) {
    margin-top: clamp(80px, -97.778px + 23.148vw, 180px);
  }
}
.treatment {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-color: var(--color-main-vbrt);
}
.treatment .tit {
  margin-bottom: 2rem;
  color: var(--color-white);
}
.treatment .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.treatment .items li a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.7rem;
  padding: 5rem 0.2rem 0.8rem;
  gap: 1.5rem 0;
  border-radius: 0.7rem;
  background-color: var(--color-white);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.treatment .items li a::before {
  display: block;
  position: absolute;
  aspect-ratio: 8/5;
  height: 7.4rem;
  inset: -3.7rem auto auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.treatment .items li a::after {
  content: '\ed71';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.treatment .items li .a_ear::before {
  background-image: url(../img/common/nav_ear.webp);
}
.treatment .items li .a_nose::before {
  background-image: url(../img/common/nav_nose.webp);
}
.treatment .items li .a_throat::before {
  background-image: url(../img/common/nav_throat.webp);
}
.treatment .items li .a_hayfever::before {
  background-image: url(../img/common/nav_hayfever.webp);
}
.treatment .items li .a_dizziness::before {
  background-image: url(../img/common/nav_dizziness.webp);
}
.treatment .items li .a_hearingaid::before {
  background-image: url(../img/common/nav_hearingaid.webp);
}
.treatment .items li .a_internal::before {
  background-image: url(../img/common/nav_internal.webp);
}
.treatment .items li .a_kampo::before {
  background-image: url(../img/common/nav_kampo.webp);
}
.treatment .items li .a_exercise::before {
  background-image: url(../img/common/nav_exercise.webp);
}

@media screen and (width >= 768px), print {
  .treatment {
    padding-inline: 0;
    padding-block: 100px;
    background-image: url(../img/index/treatment_bg01.webp), url(../img/index/treatment_bg02.webp), url(../img/index/treatment_bg03.webp);
    background-position: left calc(50% - 810px) bottom 100px, right calc(50% - 780px) top 100px, left calc(50% - 565px) top 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .treatment .tit {
    margin-bottom: 65px;
  }
  .treatment .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
  .treatment .items li a {
    margin-top: clamp(50px, -38.889px + 11.574vw, 100px);
    padding: clamp(85px, -3.889px + 11.574vw, 135px) 5px 22px;
    gap: 36px 0;
    border-radius: 10px;
    font-size: clamp(3.2rem, 1.7778rem + 1.852vw, 4rem);
  }
  .treatment .items li a::before {
    height: clamp(100px, -77.778px + 23.148vw, 200px);
    inset: clamp(-100px, 38.889px + -11.574vw, -50px) auto auto;
  }
  .treatment .items li a::after {
    font-size: 3rem;
  }
  .treatment .items li a:hover, .treatment .items li a:focus {
    color: var(--color-main);
  }
  .treatment .items li a:hover::after, .treatment .items li a:focus::after {
    color: var(--color-sub);
  }
}
.greeting {
  padding-top: 5rem;
  padding-inline: 1rem;
}
.greeting .tit {
  margin-bottom: 3rem;
}
.greeting .tit::before {
  color: var(--color-main);
}
.greeting .box {
  display: flow-root;
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border-top: 2px solid var(--color-sub);
  border-radius: 0 0 0.7rem 0.7rem;
}
.greeting .box .pict {
  display: grid;
  width: 30%;
  margin: 0 -0.7rem 1rem 1.5rem;
  float: right;
}
.greeting .box .pict figcaption {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.greeting .box .pict figcaption span {
  display: block;
  color: var(--color-sub);
  font-size: 1.4rem;
}
.greeting .box .pict img {
  order: -1;
  margin-bottom: 0.8rem;
}
.greeting .box .txt p:last-child {
  margin-bottom: 0;
}
.greeting .box .more {
  margin-top: 2rem;
  clear: both;
  text-align: center;
}
.greeting .box[data-cont=ent] {
  background-color: var(--color-main-lite);
}
.greeting .box[data-cont=internal] {
  background-color: var(--color-sub-lite);
}
.greeting .illust {
  margin: 0 auto;
}

@media screen and (width >= 768px), print {
  .greeting {
    padding-top: 100px;
    padding-inline: 0;
  }
  .greeting .tit {
    margin-bottom: 60px;
  }
  .greeting .box {
    margin-top: 60px;
    padding: 40px clamp(25px, -1.667px + 3.472vw, 40px) 40px 40px;
    border-top-width: 3px;
    border-radius: 0 0 10px 10px;
  }
  .greeting .box .pict {
    width: clamp(180px, 144.444px + 4.63vw, 200px);
    margin: 0 0 30px clamp(0px, 83.333px + -6.944vw, 30px);
    float: right;
  }
  .greeting .box .pict figcaption {
    margin-bottom: clamp(20px, 2.222px + 2.315vw, 30px);
    font-size: clamp(3rem, 1.2222rem + 2.315vw, 4rem);
    letter-spacing: 0.05em;
  }
  .greeting .box .pict figcaption span {
    font-size: clamp(2.4rem, 1.6889rem + 0.926vw, 2.8rem);
  }
  .greeting .box .pict img {
    order: 0;
    margin: 0 auto;
  }
  .greeting .box .txt {
    margin-right: clamp(0px, -408.889px + 53.241vw, 230px);
    font-size: clamp(2.4rem, 2.0444rem + 0.463vw, 2.6rem);
    line-height: 1.8;
  }
  .greeting .box .more {
    margin-top: 40px;
  }
  .greeting .box .more .btn_detail {
    width: 570px;
    font-size: 2.8rem;
  }
  .greeting .illust {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 1rem 1.5rem;
  background-image: url(../img/common/tit_heading.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.heading h1 {
  color: var(--color-sub);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (width >= 768px), print {
  .heading {
    min-height: 260px;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
  }
  .heading h1 {
    font-size: 5.2rem;
  }
}

.breadcrumbs {
  padding-inline: 1.5rem;
  padding-block: 1rem;
  font-size: 84%;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (width >= 768px), print {
  .breadcrumbs {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-inline: 1.5rem;
}
@media screen and (width >= 768px), print {
  .contents {
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
  }
}

body#page_doctor .doctor_greeting .pict {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 22rem;
  background: radial-gradient(circle closest-corner, var(--color-main-pale) 45%, transparent 55%);
}
body#page_doctor .doctor_greeting .pict img.dr01 {
  width: 40%;
}
body#page_doctor .doctor_greeting .pict img.dr02 {
  width: 45%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 125%;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile .timeline > li {
  padding-block: 0.3em;
  line-height: 1.5;
}
body#page_doctor .doctor_profile .timeline > li ~ li {
  border-top: 1px dotted var(--color-main-soft);
}
body#page_doctor .doctor_profile .timeline > li.tl {
  display: flex;
  gap: 0 1em;
}
body#page_doctor .doctor_profile .timeline > li.tl span {
  flex: none;
}
@media screen and (width >= 768px), print {
  body#page_doctor .doctor_greeting .pict {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    float: right;
    background: none;
  }
  body#page_doctor .doctor_greeting .pict img {
    margin-top: calc((1lh - 1em) * 0.5);
  }
  body#page_doctor .doctor_greeting .pict img.dr01 {
    width: 230px;
    margin-left: 50px;
  }
  body#page_doctor .doctor_greeting .pict img.dr02 {
    width: 210px;
    margin-left: 50px;
  }
  body#page_doctor .doctor_profile {
    margin-top: 30px;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 30px;
  }
  body#page_doctor .doctor_profile > section .tit_03 {
    margin-bottom: 20px;
  }
}

@counter-style brackets-decimal {
  system: extends decimal;
  prefix: "(";
  suffix: ") ";
  speak-as: number;
}
.ol_brackets {
  margin-bottom: 1em;
}
.ol_brackets > li {
  margin-left: 1.5em;
  list-style-type: brackets-decimal;
}
.ol_brackets > li::marker {
  color: inherit;
  font-size: inherit;
}

body#page_clinic .clinic_inforamtion {
  margin-bottom: 5rem;
}
@media screen and (width >= 768px), print {
  body#page_clinic .clinic_inforamtion {
    margin-bottom: 100px;
  }
}

@media screen and (width >= 768px), print {
  body#page_first .first_guide {
    display: flow-root;
  }
  body#page_first .first_guide .lst_ul {
    display: flow-root;
  }
}

body#page_access .access_info {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
}
body#page_access .access_info > dt {
  padding: 0.5rem 2rem;
  background-color: var(--color-main-soft);
  font-weight: 500;
}
body#page_access .access_info > dd {
  padding: 1rem 2rem;
}
body#page_access .access_info > dd:has(wbr) {
  word-break: keep-all;
}
body#page_access .access_maps .gmap, body#page_access .access_maps .illmap {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
}
body#page_access .access_maps .gmap {
  width: 100%;
  height: 45rem;
}
body#page_access .access_maps .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .access_maps .illmap {
  margin-top: 2rem;
}
@media screen and (width >= 768px), print {
  body#page_access .access_info {
    grid-template-columns: 28% auto;
    border-radius: 10px;
  }
  body#page_access .access_info > dt {
    padding: 20px 40px;
  }
  body#page_access .access_info > dt ~ dt {
    border-top: 1px solid var(--color-border);
  }
  body#page_access .access_info > dd {
    padding: 20px 40px;
  }
  body#page_access .access_info > dd ~ dd {
    border-top: 1px solid var(--color-border);
  }
  body#page_access .access_info > dd:has(wbr) {
    word-break: auto-phrase;
  }
  body#page_access .timetable_tbl thead {
    line-height: 1.5;
  }
  body#page_access .timetable_tbl tbody {
    line-height: 1.6;
  }
  body#page_access .timetable_tbl tbody td {
    font-size: 112.5%;
  }
  body#page_access .access_maps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  body#page_access .access_maps .gmap, body#page_access .access_maps .illmap {
    border-radius: 10px;
  }
  body#page_access .access_maps .gmap {
    height: auto;
  }
  body#page_access .access_maps .illmap {
    margin-top: 0;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy_policy article {
  line-height: 1.5;
}
body#page_privacy_policy article .tit_02 {
  letter-spacing: normal;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4rem;
}
body#page_privacy_policy article > section {
  margin-top: 3rem;
}
body#page_privacy_policy article > section > section {
  margin-top: 2rem;
}
body#page_privacy_policy article h3, body#page_privacy_policy article h4 {
  margin-bottom: 0.55em;
}
body#page_privacy_policy article ul, body#page_privacy_policy article ol {
  margin-bottom: 0.8em;
}
body#page_privacy_policy article ul > li ~ li, body#page_privacy_policy article ol > li ~ li {
  margin-top: 0.3em;
}
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_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy_policy article .lst_ol > li::marker {
  color: inherit;
  font-size: inherit;
}
body#page_privacy_policy article .dl_num dt {
  margin-bottom: 0.2em;
}
body#page_privacy_policy article .dl_num dt ~ dt {
  margin-top: 0.5em;
}
body#page_privacy_policy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 3rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (width >= 768px), print {
  body#page_privacy_policy article .lead {
    margin-bottom: 90px;
  }
  body#page_privacy_policy article > section {
    margin-top: 40px;
  }
  body#page_privacy_policy article > section > section {
    margin-top: 25px;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 80px;
  }
  body#page_privacy_policy article .pp_contactus {
    margin-top: 25px;
  }
}

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