@charset "UTF-8";
:root {
  --breakpoint: 768px;
  --pc-header-height: 200px;
  --pc-letter-spacing: 0.03em;
  --pc-line-height: 1.66;
  --color-base-txt: #141414;
  --color-base-txt-rgb: 20 20 20;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #b3ad98;
  --color-main-rgb: 179 173 152;
  --color-main-dark: #717071;
  --color-main-dark-rgb: 113 112 113;
  --color-main-dull: #959395;
  --color-main-vbrt: #b5aa81;
  --color-main-vbrt-rgb: 181 170 129;
  --color-main-soft: #dbd3ba;
  --color-main-soft-rgb: 219 211 186;
  --color-main-mute: #eae5d7;
  --color-main-lite: #f0ece2;
  --color-main-lite-rgb: 240 236 226;
  --color-main-pale: #f6f3ed;
  --color-sub: #bfa06b;
  --color-sub-rgb: 191 160 107;
  --color-sub-dark: #9b7a43;
  --color-sub-vbrt: #b79f59;
  --color-sub-soft: #d3b898;
  --color-sub-pale: #f4efe6;
  --color-acnt: #b8643c;
  --color-acnt-rgb: 184 100 60;
  --color-acnt-pale: #f7ede8;
  --color-border: #ccc;
  --color-border2: #acb2b8;
  --color-attention: #c13d33;
  --color-highlight: #fbfc24;
  --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.4rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "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: 1.8rem;
  }
  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 {
  z-index: 1;
  position: relative;
}
#global_header .header_wrap {
  padding-block: 1.5rem;
  background: var(--color-base-bg);
  color: var(--color-base-txt);
}
#global_header .header_wrap .logo {
  width: calc(100% - 7.4rem);
  padding-inline: 1.6rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .phone {
  display: none;
}

@media screen and (width >= 768px), print {
  #global_header {
    padding-top: 180px;
  }
  #global_header .header_wrap {
    display: grid;
    z-index: 5;
    position: fixed;
    grid-template-columns: 470px clamp(280px, 226.667px + 6.944vw, 310px);
    justify-content: space-between;
    width: 100%;
    height: 180px;
    inset: 0 0 auto;
    padding-inline: calc(50% - 600px);
    padding-block: 20px;
    gap: 20px;
  }
  #global_header .header_wrap .logo {
    width: 100%;
    padding-left: clamp(0px, 27.778px + -2.315vw, 10px);
  }
  #global_header .header_wrap .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(0px, 27.778px + -2.315vw, 10px);
    background-color: var(--color-main-pale);
    color: var(--color-main-dark);
    font-weight: 500;
    font-size: clamp(2.8rem, 2.4444rem + 0.463vw, 3rem);
    line-height: 1;
    text-align: center;
  }
  #global_header .header_wrap #global_nav {
    grid-column: 1/-1;
  }
}
@media print {
  #global_header .header_wrap {
    position: relative;
    inset: 0;
  }
}
#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: rgb(var(--color-main-dark-rgb)/0.5);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    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;
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav > li > a, #global_nav .gnav > li button {
  line-height: 1;
}
#global_nav .gnav > li > a.is_current, #global_nav .gnav > li button.is_current {
  color: var(--color-sub);
}
#global_nav .gnav > li .sub_btn::after {
  display: inline-block;
  transform: scale(0.8) translateX(0.2em);
  content: '\e80c';
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav > li .sub_btn.is_open::after {
  content: "\e80f";
}
#global_nav .gnav > li .sub_box {
  background-color: var(--color-main-dark);
  color: var(--color-white);
}
#global_nav .gnav > li .sub_box .subnav {
  line-height: 1.2;
}
#global_nav .gnav > li .sub_box .subnav a {
  background-color: var(--color-main);
}

@media screen and (width < 767px) {
  #global_nav #sp_btn {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0;
    padding: 0;
    background-color: var(--color-base-bg);
    color: var(--color-main-dark);
    line-height: 1;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\cc01';
    font-weight: normal;
    font-size: 2.2rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-size: 1.1rem;
  }
  #global_nav #sp_btn.close::before {
    content: "찂";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.4rem;
    left: 3%;
    width: 94%;
    max-height: 85dvh;
    padding: 1.5rem 0;
    overflow-y: auto;
    background-color: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    margin-bottom: 0.3rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    padding: 1.2rem 1.8rem;
  }
  #global_nav .gnav > li.sub .sub_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn.is_open {
    background-color: var(--color-main-pale);
    color: var(--color-sub);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding: 1.2rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 2%;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    flex-grow: 1;
    min-width: 49%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    padding: 0.8rem 0.6rem;
    letter-spacing: 0;
  }
}
@media screen and (width >= 768px), print {
  #global_nav {
    container-name: glnav;
    container-type: inline-size;
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(2%, -22px + 4 * 1vw, 26px);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    text-align: center;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: inline-block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    padding: 16px 0;
  }
  @container glnav (max-width: 900px) {
    #global_nav .gnav > li > a i, #global_nav .gnav > li button i {
      display: none;
    }
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: block;
    position: absolute;
    bottom: 0.3em;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: currentColor;
    content: "";
  }
  #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 {
    color: var(--color-sub);
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li > a:focus::before, #global_nav .gnav > li > a.is_current::before, #global_nav .gnav > li button:hover::before, #global_nav .gnav > li button:focus::before, #global_nav .gnav > li button.is_current::before {
    transform: scaleX(1);
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    inset: 50px 0 auto;
    padding: 30px clamp(30px, -23.333px + 6.944vw, 60px);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    gap: 10px 12px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: grid;
    align-items: center;
    min-height: 80px;
    padding: 1em;
  }
  #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-sub);
  }
}
.overview {
  display: flow-root;
  background-image: url(../img/overview_bg.webp);
  background-position: center top;
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-mute);
}
.overview_wrap {
  margin-top: 7rem;
  padding: 2.5rem 1.5rem 4rem;
  background-color: rgb(var(--color-base-bg-rgb)/0.9);
  color: var(--color-base-txt);
}
.overview_wrap .logo {
  margin: 0.5rem 1rem 1.8rem 0.5rem;
}
.overview_wrap .phone {
  margin: 0 auto 2rem;
  padding: 0.8rem 0;
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (width < 767px) {
  .overview_wrap .phone {
    font-weight: 400;
  }
}
.overview_wrap .outline {
  display: grid;
  grid-template-columns: 26% auto;
}
.overview_wrap .outline dt {
  padding-block: 1.3rem;
  border-bottom: 1px solid var(--color-main-dark);
}
.overview_wrap .outline dt:first-of-type {
  padding-top: 0;
}
.overview_wrap .outline dd {
  padding-left: 0.5rem;
  padding-block: 1.3rem;
  border-bottom: 1px solid var(--color-border);
}
.overview_wrap .outline dd:first-of-type {
  padding-top: 0;
}
.overview_wrap .timetable {
  margin-top: 2.5rem;
}
.overview_gmap {
  width: 100%;
  height: 30rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (width >= 768px), print {
  .overview {
    container-name: overviewWrap;
    container-type: inline-size;
    background-size: auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .overview {
    background-size: cover;
  }
}
@media screen and (width >= 768px), print {
  .overview_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin-inline: auto;
    margin-block: 80px;
    padding-inline: clamp(5%, -220px + 25 * 1vw, 80px);
    padding-block: clamp(60px, 24.444px + 4.63vw, 80px);
    gap: 60px;
  }
  .overview_wrap .logo {
    margin: 0;
  }
  .overview_wrap .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 470px;
    margin-block: 0;
    padding-block: 0.4em;
    font-size: clamp(3rem, 1.9333rem + 1.389vw, 3.6rem);
  }
  .overview_wrap .outline {
    grid-template-columns: 24% auto;
    width: 100%;
  }
  .overview_wrap .outline dt {
    padding-block: 1.3rem;
  }
  .overview_wrap .outline dd {
    padding-left: 10px;
    padding-block: 1.3rem;
  }
  .overview_wrap .timetable {
    margin-top: 0;
  }
  .overview_wrap .timetable_tbl thead th:first-child {
    width: 32%;
  }
  @container overviewWrap (max-width: 1250px) {
    .overview_wrap {
      margin-inline: 2%;
    }
  }
  @container overviewWrap (max-width: 950px) {
    .overview_wrap {
      grid-template-columns: none;
      justify-items: center;
      gap: 30px 0;
    }
    .overview_wrap .timetable {
      margin-top: 20px;
    }
    .overview_wrap .timetable_tbl thead th:first-child,
    .overview_wrap .timetable_tbl tbody th {
      width: 26%;
    }
  }
  .overview_gmap {
    height: 360px;
  }
}
#global_footer {
  padding: 0 0 7.4rem;
  background-image: url(../img/footer_bg.svg);
  background-position: center bottom 5.5rem;
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-dark);
  color: var(--color-white);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.4rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (width >= 768px), print {
  #global_footer {
    container-name: footerWrap;
    container-type: inline-size;
    padding: 0 0 211px;
    background-position: center bottom 120px;
    background-size: 1800px auto;
  }
  #global_footer .footer_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    gap: 60px 0;
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
    line-height: 1.66;
  }
  #global_footer .footer_wrap a:hover, #global_footer .footer_wrap a:focus {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .gnav {
    width: 24%;
  }
  #global_footer .footer_wrap .gnav > li {
    font-weight: 500;
  }
  #global_footer .footer_wrap .gnav > li::before {
    display: inline-block;
    margin-right: 0.3em;
    transform: scale(0.7);
    content: '\e80e';
    font-weight: normal;
    font-family: "fontello";
  }
  #global_footer .footer_wrap .gnav > li:not(:first-child) {
    margin-top: 1.3em;
  }
  #global_footer .footer_wrap .gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap .subnav {
    display: flex;
    width: 76%;
    gap: 1em;
  }
  #global_footer .footer_wrap .subnav dl {
    flex: 1;
  }
  #global_footer .footer_wrap .subnav dl dt {
    margin-bottom: 1.7em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid currentColor;
  }
  #global_footer .footer_wrap .subnav dl dd ul li a {
    display: inline-block;
    padding-left: 0.7em;
  }
  #global_footer .footer_wrap .subnav dl dd ul li a::before {
    display: inline-block;
    margin-right: 0.3em;
    margin-left: -0.7em;
    content: "-";
  }
  #global_footer .footer_wrap .subnav dl dd ul li:not(:first-child) {
    margin-top: 0.8em;
  }
  @container footerWrap (max-width: 990px) {
    #global_footer .footer_wrap .gnav {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: 100%;
      gap: 1em 0;
    }
    #global_footer .footer_wrap .gnav > li:not(:first-child) {
      margin-top: 0;
    }
    #global_footer .footer_wrap .subnav {
      width: 100%;
    }
  }
  #global_footer .copyright {
    padding-block: 4px;
    font-size: 1.8rem;
  }
}
.js-floating_btm {
  z-index: 1;
  position: fixed;
  inset: auto 0 0;
}
@media screen and (width < 767px) {
  .js-floating_btm {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .js-floating_btm.is_active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (width >= 768px), print {
  .js-floating_btm {
    inset: auto clamp(0px, -53.333px + 6.944vw, 30px) 0 auto;
  }
  .js-floating_btm #pageup {
    transform: translateY(100px);
  }
  .js-floating_btm.is_active #pageup {
    transform: translateY(0);
  }
}
@media print {
  .js-floating_btm {
    display: none !important;
  }
}

#fixed_bar {
  display: flow-root;
}
#fixed_bar .btns {
  display: flex;
  width: calc(100% - 4rem);
  float: left;
  font-weight: 500;
}
#fixed_bar .btns li {
  flex: 1;
  height: 4rem;
  border: 1px solid var(--color-main);
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: center;
}
#fixed_bar .btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#fixed_bar .btns li.phone {
  border-right: none;
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-size: 1.6rem;
}
#fixed_bar #pageup {
  aspect-ratio: 1/1;
  width: 4rem;
  padding: 0;
  border: none;
  background: var(--color-main-dark);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
}
#fixed_bar #pageup::before {
  display: inline-block;
  content: '\e80f';
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
}
#fixed_bar #pageup span {
  display: none;
}

@media screen and (width >= 768px), print {
  #fixed_bar {
    width: 550px;
  }
  #fixed_bar .btns {
    width: 480px;
  }
  #fixed_bar .btns li {
    height: 70px;
    font-size: 2.4rem;
  }
  #fixed_bar .btns li.phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
  }
  #fixed_bar #pageup {
    width: 70px;
    font-size: 1.4rem;
  }
  #fixed_bar #pageup:hover, #fixed_bar #pageup:focus {
    background: var(--color-main-dull);
    color: var(--color-white);
  }
  #fixed_bar #pageup:hover::before, #fixed_bar #pageup:focus::before {
    transform: translateY(-15px);
  }
}
@media print {
  #fixed_bar {
    display: none !important;
  }
}
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 {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.img_c.w100 {
  max-width: 100%;
}

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

@media screen and (width < 767px) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (width >= 768px), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  figure.img_c {
    width: -moz-fit-content;
    width: fit-content;
  }
  figure.img_c img {
    max-width: 750px;
  }
  .img_l {
    max-width: clamp(360px, 200px + 20.833vw, 450px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: clamp(40px, 4.444px + 4.63vw, 60px);
    margin-bottom: 0.5em;
    margin-left: 0;
    float: left;
  }
  .img_r {
    max-width: clamp(360px, 200px + 20.833vw, 450px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: clamp(40px, 4.444px + 4.63vw, 60px);
    float: right;
  }
  .img_l.pc_w50, .img_r.pc_w50 {
    max-width: clamp(240px, 44.444px + 25.463vw, 350px);
  }
}
.l-imgbox:has(> .img_r, > .img_l) {
  display: flow-root;
}
.l-imgbox:has(> .img_r, > .img_l) > :is(ul, ol, dl, div) {
  display: flow-root;
}
@media screen and (width >= 768px), print {
  .l-imgbox:has(> .img_r, > .img_l) :is(.img_r, .img_l):has(+ [class*=box_]) {
    margin-top: 0;
  }
}

img.mailto {
  display: inline-block;
  width: auto;
  height: 1.1em;
  vertical-align: text-bottom;
}

.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, .l-intro, .l-lead):has(> .img_r, > .img_l) {
  display: flow-root;
}
@media screen and (width >= 768px), print {
  :where(section, .l-intro, .l-lead):has(> .img_r, > .img_l) > section:first-of-type {
    clear: both;
  }
  :where(section, .l-intro, .l-lead):has(> .img_r, > .img_l) > :is(dl, ul, ol, [class*=box_]) {
    display: flow-root;
  }
}
:where(section, .l-intro, .l-lead) > :last-child {
  margin-bottom: 0;
}

article > .l-lead {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 3rem;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 3.5rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(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 > .l-lead {
    margin-bottom: 90px;
  }
  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: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.tit_02 {
  margin-bottom: 2.4rem;
  padding-top: 3.4rem;
  background-image: url(../img/tit_02.svg);
  background-position: center top;
  background-size: 3rem auto;
  background-repeat: no-repeat;
  background-color: transparent;
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 1.5em;
  height: 0.65em;
  margin-inline: auto;
  border-bottom: 1px solid currentColor;
  content: "";
}
.tit_02 i {
  font-size: 80%;
}

.tit_03 {
  margin-bottom: 1.2rem;
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  background-image: linear-gradient(90deg, transparent 4px, var(--color-white) 4px, var(--color-white) 5px, transparent 5px);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.tit_04 {
  margin-bottom: 1.2rem;
  padding: 0.6rem 0.6rem 0.6rem 1.2rem;
  border-left: 2px solid var(--color-main);
  background-color: var(--color-main-mute);
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}

.tit_05 {
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
}

.tit_06 {
  margin-bottom: 0.8rem;
  padding-left: 2.2rem;
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: -2.2rem;
  content: '\e811';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}

@media screen and (width >= 768px), print {
  .tit_01 {
    font-size: 4.8rem;
  }
  .tit_02 {
    margin-bottom: 50px;
    padding-top: 50px;
    background-size: 40px auto;
    font-size: 4.2rem;
  }
  .tit_02::after {
    border-bottom-width: 2px;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding: 8px 20px 9px;
    border-left-width: 3px;
    font-size: 3.6rem;
  }
  .tit_04 {
    margin-bottom: 18px;
    padding: 8px 17px;
    border-left-width: 3px;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .tit_05 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin-bottom: 12px;
    padding-left: 28px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_06::before {
    margin-right: 8px;
    margin-left: -28px;
  }
}
.lst, .lst_ol, .lst_check, .lst_ul {
  margin-bottom: 1em;
}
.lst > li, .lst_ol > li, .lst_check > li, .lst_ul > li {
  line-height: 1.5;
}
.lst > li:not(:first-child), .lst_ol > li:not(:first-child), .lst_check > li:not(:first-child), .lst_ul > li:not(:first-child) {
  margin-top: 0.5em;
}

.dl_bullet dt, .lst_ul > li {
  padding-left: 1.4em;
}
.dl_bullet dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  transform: scale(0.9) translateX(-0.05em);
  content: "●";
  color: var(--color-main-soft);
}

.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 2em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (width >= 768px), print {
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 1%;
  }
  .lst_ul.cols2 > li {
    width: 49.5%;
    min-width: 410px;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0.5%;
  }
  .lst_ul.cols3 > li {
    width: 33%;
    min-width: 320px;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}

.lst_dot > li {
  padding-left: 1em;
}
.lst_dot > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}

.lst_check > li {
  padding-left: 1.2em;
}
.lst_check > li::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  content: '\e805';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}

.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.3em;
  font-weight: 600;
}
.lst_dl dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
.lst_dl > dd li ~ li {
  margin-top: 0.3em;
}
.lst_dl > dd dt {
  font-weight: normal;
}
.lst_dl.notice > dt {
  padding-left: 1.2em;
  color: var(--color-main-dark);
  font-size: 112.5%;
}
.lst_dl.notice > dt::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  content: '\e811';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}

.dl_bullet {
  margin-bottom: 1em;
}
.dl_bullet dt {
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 105%;
}
.dl_bullet dt ~ dt {
  margin-top: 1em;
}
.dl_bullet dt a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (width >= 768px), print {
  .dl_bullet dt a:hover {
    color: var(--color-main-vbrt);
  }
}
.dl_bullet dd {
  margin-left: 1.4em;
}
.dl_bullet dd dt {
  padding-left: 0;
  font-size: 100%;
}
.dl_bullet dd dt::before {
  display: none;
}
.dl_bullet dd dd {
  margin-left: 0;
}

.ol_flow {
  counter-reset: flowNum 0;
}
.ol_flow li {
  position: relative;
  padding: 1rem 1.5rem;
  border: 1px solid var(--color-main);
  font-weight: 500;
  font-size: 130%;
  counter-increment: flowNum 1;
}
.ol_flow li::before {
  display: inline-block;
  margin-right: 1rem;
  content: counter(flowNum) ".";
  color: var(--color-main);
  font-size: 120%;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
.ol_flow li:not(:last-child) {
  margin-bottom: 3.5rem;
}
.ol_flow li:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.8rem;
  left: 0;
  width: 6.5rem;
  height: 1.6rem;
  margin-inline: auto;
  background-color: var(--color-main);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ol_flow li .cont {
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
}
.ol_flow li .cont > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .ol_flow li {
    padding: 24px 30px;
    font-size: 135%;
  }
  .ol_flow li::before {
    margin-right: 10px;
  }
  .ol_flow li:not(:last-child) {
    margin-bottom: 60px;
  }
  .ol_flow li:not(:last-child)::after {
    bottom: -40px;
    width: 60px;
    height: 20px;
  }
  .ol_flow li .cont {
    margin: 14px 0 6px;
    font-size: 1.8rem;
  }
}

.dl_faq {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.dl_faq > dt {
  margin-bottom: 0.4em;
  padding: 0.25em 0.2em 0.25em 2em;
  background-color: var(--color-sub-pale);
  color: var(--color-sub-dark);
  font-weight: 500;
}
.dl_faq > dt::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.3em;
  content: "Q.";
  font-size: 120%;
  line-height: 1;
}
.dl_faq > dt:not(:first-of-type) {
  margin-top: 0.8em;
}
.dl_faq > dd {
  padding-left: 2em;
}
.dl_faq > dd::before {
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.3em;
  content: "A.";
  color: var(--color-sub);
  font-weight: 500;
  font-size: 120%;
  line-height: 1;
}

.tbl_simple, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl_simple::has(+ .footnote), .tbl_data::has(+ .footnote) {
  margin-bottom: 0;
}
:is(p, ul, ol, table) + .tbl_simple, :is(p, ul, ol, table) + .tbl_data {
  margin-top: 1em;
}
.tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
  padding: 0.6em;
}
@media screen and (width >= 768px), print {
  :is(p, ul, ol, table) + .tbl_simple, :is(p, ul, ol, table) + .tbl_data {
    margin-top: 1.5em;
  }
  .tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
    padding: 0.95em 1.15em;
  }
}

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

.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-border);
}
.tbl_data caption.ttl {
  padding-bottom: 0.3em;
  font-weight: 500;
  font-size: 112.5%;
  text-align: left;
}
.tbl_data caption.note {
  padding-top: 0.5em;
  font-weight: normal;
  text-align: right;
  caption-side: bottom;
}
.tbl_data thead th {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
}
.tbl_data tbody th {
  background-color: var(--color-main-lite);
  font-weight: 400;
}
.tbl_data tbody td {
  text-align: center;
}
.tbl_data[data-type=price] tbody th {
  text-align: left;
}
.tbl_data[data-type=price] tbody td {
  padding-inline: 0.3em;
}
.tbl_data[data-type=price][data-cells="1"] thead th:first-child {
  width: 72%;
}
.tbl_data[data-type=price][data-cells="2"] thead th:first-child {
  width: 48%;
}

.tbl_simple {
  border-top: 1px solid var(--color-border);
}
.tbl_simple th, .tbl_simple td {
  border-bottom: 1px solid var(--color-border);
}
.tbl_simple th {
  background-color: var(--color-main-pale);
  font-weight: 500;
  text-align: left;
}

@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_notice, .box_bg03, .box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1.5rem 1.8rem;
}
.box_notice > :last-child, .box_bg03 > :last-child, .box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .box_notice, .box_bg03, .box_bg02, .box_bg01 {
    padding: 30px;
  }
}

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

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

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

.box_notice {
  background: var(--color-acnt-pale);
}

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

.lnk_img {
  display: inline-block;
}
@media screen and (width >= 768px), print {
  .lnk_img:hover {
    box-shadow: 2px 2px 6px var(--color-shadow);
    filter: brightness(1.1);
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 1em 2.5em 1em 2.3em;
  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, .btn_back {
  border: 1px solid var(--color-sub);
  background-color: var(--color-sub);
  color: var(--color-white);
}
.btn_detail::after, .btn_back::after {
  content: '\e803';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    background-color: var(--color-white);
    color: var(--color-sub);
    text-decoration: none;
  }
}

.btn_anchor, .lnkbtn_anchors li a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.5em 0.5em 2.3em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_anchor::after, .lnkbtn_anchors li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-0.5em);
}
.btn_anchor, .lnkbtn_anchors li a {
  border: 1px solid var(--color-sub);
  background-color: var(--color-sub);
  color: var(--color-white);
}
.btn_anchor::after, .lnkbtn_anchors li a::after {
  content: '\e810';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_anchor:hover, .lnkbtn_anchors li a:hover, .btn_anchor:focus, .lnkbtn_anchors li a:focus {
    background-color: var(--color-white);
    color: var(--color-sub);
    text-decoration: none;
  }
}

.lnkbtn_anchors {
  margin-top: 1em;
  margin-bottom: 5rem;
  padding-inline: 0.5rem;
}
.lnkbtn_anchors li {
  margin-bottom: 0.8rem;
}
.lnkbtn_anchors li a {
  width: 100%;
}
@media screen and (width >= 768px), print {
  .lnkbtn_anchors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    gap: 10px;
  }
  .lnkbtn_anchors > li {
    flex-grow: 1;
    margin-bottom: 0;
  }
}

:where(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";
}

@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, .phone::before {
  display: inline-block;
  margin-right: 0.3em;
  content: '\e809';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.lnk_appoico, .btn_appo {
  background-color: var(--color-sub);
  color: var(--color-white);
}
.lnk_appoico::before, .btn_appo::before {
  display: inline-block;
  margin-right: 0.3em;
  content: '\e80a';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .lnk_appoico:hover, .btn_appo:hover {
    background-color: var(--color-sub-soft);
    color: var(--color-white);
  }
}

.btn_appo {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_appo::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
.btn_appo {
  padding: 0.7em 1.2em 0.8em;
  font-weight: 500;
}
@media screen and (width >= 768px), print {
  .btn_appo {
    padding: 0.8em 1.6em;
  }
}

.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  line-height: 1;
  table-layout: fixed;
}
.timetable_tbl thead th {
  padding-block: 1em;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 400;
}
.timetable_tbl thead th:first-child {
  width: 30%;
}
.timetable_tbl thead th:last-child {
  width: 12%;
  padding-right: 2%;
}
.timetable_tbl tbody th {
  padding-block: 1.2em;
  border-bottom: 1px solid var(--color-main);
  font-weight: 400;
  white-space: nowrap;
}
.timetable_tbl tbody td {
  padding-block: 1.2em;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.8em;
  line-height: 1.3;
}
.timetable_note .openday i {
  display: inline-block;
  margin-right: 0.1em;
  color: var(--color-main);
}
.timetable_note .closed {
  display: grid;
  grid-template-columns: 4em auto;
  align-items: center;
  margin-top: 0.6em;
  gap: 0 1em;
}
.timetable_note .closed > dt {
  padding-block: 0.2em;
  border: 1px solid var(--color-main);
  background-color: var(--color-white);
  text-align: center;
}
.timetable_note .closed > dd {
  padding-block: 0.2em;
}

@media screen and (width >= 768px), print {
  .timetable_tbl thead th {
    padding-block: 1.45em;
  }
  .timetable_tbl thead th:first-child {
    width: 26%;
    padding-left: 5%;
    text-align: left;
  }
  .timetable_tbl tbody th {
    padding-left: 5%;
    padding-block: 1.5em;
    text-align: left;
  }
  .timetable_tbl tbody td {
    padding-block: 1.5em;
  }
  .timetable_note {
    padding-top: 1.2em;
  }
  .timetable_note .closed {
    margin-top: 1em;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeToLeft {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeToRight {
  0% {
    transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeZoom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.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 {
  width: 70%;
  height: 70%;
  fill: #000;
}
.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;
}
:where(body#page_index) :is(ul, ol):not([data-styled] *) {
  margin-left: 0;
}

body#page_index:has(.hero_img) #global_header {
  animation: fadeIn 3s forwards;
  opacity: 0;
}
body#page_index .main {
  display: flow-root;
  background-image: url(../img/bg_logomark.svg);
  background-position: center top;
  background-size: 240% auto;
  background-repeat: no-repeat;
}
@media screen and (width >= 768px), print {
  body#page_index .main {
    container-name: topmain;
    container-type: inline-size;
    background-size: 1720px auto;
  }
}

.collabolinks_ttl, .beauty_ttl, .symptoms_ttl, .treatment_ttl, .feature_ttl, .greeting_ttl, .houracs_ttl, .news_ttl {
  margin-bottom: 3rem;
  padding-top: 4.4rem;
  background-image: url(../img/tit_02.svg);
  background-position: center top;
  background-size: 3.4rem auto;
  background-repeat: no-repeat;
  background-color: transparent;
  color: var(--color-main-dark);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.collabolinks_ttl::before, .beauty_ttl::before, .symptoms_ttl::before, .treatment_ttl::before, .feature_ttl::before, .greeting_ttl::before, .houracs_ttl::before, .news_ttl::before {
  display: block;
  margin-bottom: 0.5rem;
  content: attr(data-en);
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (width >= 768px), print {
  .collabolinks_ttl, .beauty_ttl, .symptoms_ttl, .treatment_ttl, .feature_ttl, .greeting_ttl, .houracs_ttl, .news_ttl {
    margin-bottom: 50px;
    padding-top: 58px;
    background-size: 40px auto;
    font-size: 1.8rem;
  }
  .collabolinks_ttl::before, .beauty_ttl::before, .symptoms_ttl::before, .treatment_ttl::before, .feature_ttl::before, .greeting_ttl::before, .houracs_ttl::before, .news_ttl::before {
    margin-bottom: 12px;
    font-size: 4.8rem;
  }
}

.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 2s forwards;
}
.hero_img.is-initialized + .hero_wrap .copy {
  animation: fadeIn 2s forwards 1.5s;
}
.hero_img.is-initialized + .hero_wrap .copy + .ann {
  animation: fadeIn 2s forwards 2.5s;
}
.hero_wrap .copy {
  opacity: 0;
}
.hero_wrap .ann {
  opacity: 0;
}

.hero {
  --height-hero: 30.0rem;
  position: relative;
}
.hero_img {
  z-index: -1;
  position: absolute;
  height: var(--height-hero);
  inset: 0 0 auto;
}
.hero_wrap .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: var(--height-hero);
  padding: 1.5rem 0.5rem;
}
.hero_wrap .copy p {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-shadow: 0 0 1rem var(--color-black), 0 0 1.5rem rgb(var(--color-black-rgb)/0.7);
}
.hero_wrap .copy p.primary {
  margin-bottom: 0.5em;
  font-size: 1.9rem;
}
.hero_wrap .copy p.primary span {
  display: block;
}
.hero_wrap .copy p.primary span em {
  font-weight: 500;
  font-size: 2.2rem;
}
.hero_wrap .copy p.primary span i {
  font-size: 1.5rem;
}
.hero_wrap .copy p.secondary {
  margin-top: 0.3em;
}
.hero_wrap .ann {
  display: flex;
  padding: 2rem;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.hero_wrap .ann > li {
  display: grid;
  flex: 1;
  align-content: center;
  padding-block: 0.8rem;
  outline-color: var(--color-white);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -2px;
}
.hero_wrap .ann > li i {
  font-size: 1.4rem;
}
.hero_wrap .ann .new {
  background-color: var(--color-main);
  color: var(--color-white);
}
.hero_wrap .ann .pre {
  background-color: var(--color-main-soft);
  color: var(--color-base-txt);
}

@media screen and (width >= 768px), print {
  .hero {
    --height-hero: 730px;
  }
  .hero_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    height: var(--height-hero);
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    padding-block: 90px;
  }
  .hero_wrap .copy {
    display: block;
    height: auto;
    padding: 0;
  }
  .hero_wrap .copy p.primary {
    margin-bottom: 0.5em;
    font-size: clamp(2.2rem, -0.2889rem + 3.241vw, 3.6rem);
  }
  .hero_wrap .copy p.primary span em {
    font-size: clamp(2.8rem, 0.3111rem + 3.241vw, 4.2rem);
  }
  .hero_wrap .copy p.primary span i {
    font-size: clamp(2.2rem, 0.7778rem + 1.852vw, 3rem);
  }
  .hero_wrap .copy p.secondary {
    margin-top: 0.3em;
  }
  .hero_wrap .ann {
    display: flex;
    padding: 0;
    font-size: clamp(2rem, 0.2222rem + 2.315vw, 3rem);
  }
  .hero_wrap .ann > li {
    aspect-ratio: 1/1;
    width: clamp(130px, -47.778px + 23.148vw, 230px);
    padding: 0;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    outline: none;
    outline-offset: 0;
  }
  .hero_wrap .ann > li i {
    font-size: clamp(1.4rem, -0.3778rem + 2.315vw, 2.4rem);
  }
  .hero_wrap .ann .new {
    background-color: rgb(var(--color-main-rgb)/0.9);
    color: var(--color-white);
  }
  .hero_wrap .ann .pre {
    background-color: rgb(var(--color-main-soft-rgb)/0.9);
    color: var(--color-base-txt);
  }
}
@incldue sp {
  .top_banner {
    animation: fadeIn 1s ease-out forwards 3s;
    opacity: 0;
  }
}
@media screen and (width >= 768px), print {
  .top_banner.js-fade {
    opacity: 0;
  }
  .top_banner.js-fade.is_active {
    animation: fadeIn 1s ease-out forwards;
  }
}

.top_banner {
  margin-top: 4rem;
  padding-inline: 10%;
}
.top_banner ul {
  line-height: 1;
  text-align: center;
}
.top_banner ul li:not(:first-child) {
  margin-top: 1.2rem;
}
.top_banner .bnr_instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 490/123;
  width: 100%;
  gap: 0.5em;
  background-color: var(--color-sub);
  color: var(--color-white);
  font-size: 1.8rem;
  text-decoration: none;
}
.top_banner .bnr_instagram::before {
  content: '\e806';
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  font-family: "fontello";
}

@media screen and (width >= 768px), print {
  .top_banner {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-inline: 0;
  }
  .top_banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    gap: 20px clamp(10px, -78.889px + 11.574vw, 60px);
  }
  .top_banner ul li:not(:first-child) {
    margin-top: 0;
  }
  .top_banner .bnr_instagram {
    width: 490px;
    font-size: 2.4rem;
  }
  .top_banner .bnr_instagram:hover {
    background-color: var(--color-sub-soft);
  }
}
@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.js-fade .news_ttl,
.news.js-fade .news_box {
  opacity: 0;
}
.news.js-fade.is_active .news_ttl {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 0.5s;
}
.news.js-fade.is_active .news_box {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 1s;
}

.news {
  padding-inline: 1rem;
  padding-block: 5rem;
}
.news_box > div {
  max-height: 30rem;
  overflow-y: auto;
  scrollbar-color: var(--color-main) var(--color-border);
}
.news_box .accordion-container {
  margin-left: 1rem;
  padding-right: 1rem;
}
.news_box .accordion-container .accordion-item {
  padding-bottom: 1.2em;
  border-bottom: 1px solid var(--color-border);
  line-height: var(--sp-line-height, 1.5);
}
.news_box .accordion-container .accordion-item .accordion-header {
  padding-left: 2rem;
  color: var(--color-sub);
  font-weight: 600;
  font-size: 1.6rem;
}
.news_box .accordion-container .accordion-item .accordion-header::before {
  display: inline-block;
  width: 1.8rem;
  margin-left: -2rem;
  content: '\e80c';
  font-weight: normal;
  font-size: 78%;
  line-height: 1;
  font-family: "fontello";
  vertical-align: 0.1em;
}
.news_box .accordion-container .accordion-item .accordion-content {
  padding-top: 1rem;
}
.news_box .accordion-container .accordion-item .accordion-content .content-inner > :last-child {
  margin-bottom: 0;
}
.news_box .accordion-container .accordion-item:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (width >= 768px), print {
  .news {
    padding-top: 40px;
    padding-bottom: 90px;
    padding-inline: 0;
  }
  .news_box {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(5%, -220px + 25 * 1vw, 80px);
  }
  .news_box > div {
    max-height: 500px;
  }
  .news_box .accordion-container {
    margin-left: 0;
    padding-right: 20px;
  }
  .news_box .accordion-container .accordion-item {
    padding-bottom: 1.7em;
    line-height: 1.66;
  }
  .news_box .accordion-container .accordion-item .accordion-header {
    padding-left: 38px;
    font-size: 1.8rem;
  }
  .news_box .accordion-container .accordion-item .accordion-header::before {
    width: 34px;
    margin-left: -38px;
    font-size: 1.4rem;
  }
  .news_box .accordion-container .accordion-item .accordion-content {
    padding-top: 10px;
    padding-left: 38px;
  }
  .news_box .accordion-container .accordion-item:not(:first-of-type) {
    margin-top: 1.7em;
  }
}
.houracs .houracs_ttl.js-fade {
  opacity: 0;
}
.houracs .houracs_ttl.js-fade.is_active {
  animation: fadeIn 0.5s ease-out forwards;
}
.houracs .wrap.js-fade .timetable,
.houracs .wrap.js-fade .info {
  opacity: 0;
}
.houracs .wrap.js-fade.is_active .timetable {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 0.3s;
}
.houracs .wrap.js-fade.is_active .info {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 0.5s;
}
.houracs .wrap .gmap.js-fade,
.houracs .wrap .movie.js-fade {
  opacity: 0;
}
.houracs .wrap .gmap.js-fade.is_active,
.houracs .wrap .movie.js-fade.is_active {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

.houracs {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-color: rgb(var(--color-main-lite-rgb)/0.5);
}
.houracs .wrap .info {
  margin-top: 2rem;
}
.houracs .wrap .info > li {
  display: grid;
  grid-template-columns: 1.5em auto;
}
.houracs .wrap .info > li:not(:first-child) {
  margin-top: 1.2rem;
}
.houracs .wrap .info > li::before {
  display: inline-block;
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.houracs .wrap .info > li.adr::before {
  content: "\e808";
}
.houracs .wrap .info > li.acs::before {
  content: "\e80b";
}
.houracs .wrap .gmap {
  width: 100%;
  height: 35rem;
}
.houracs .wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.houracs .wrap .gmap {
  margin-top: 2.4rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.houracs .wrap .movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.houracs .wrap .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.houracs .wrap .movie {
  margin-top: 2.4rem;
}

@media screen and (width >= 768px), print {
  .houracs {
    padding-top: 80px;
    padding-bottom: 180px;
    padding-inline: 0;
  }
  .houracs .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px clamp(20px, -51.111px + 9.259vw, 60px);
  }
  .houracs .wrap .timetable {
    min-width: 500px;
  }
  .houracs .wrap .info {
    margin-top: 0;
  }
  .houracs .wrap .info > li:not(:first-child) {
    margin-top: 30px;
  }
  .houracs .wrap .gmap {
    grid-row: 1/3;
    grid-column: 2/3;
    height: auto;
    margin-top: 0;
  }
  .houracs .wrap .movie {
    grid-row: 3/4;
    grid-column: 1/3;
    max-width: 560px;
    margin: 10px auto 0;
  }
  @container topmain (max-width: 1000px) {
    .houracs .wrap {
      display: block;
    }
    .houracs .wrap .info {
      display: flex;
      margin-top: 40px;
      gap: 30px;
    }
    .houracs .wrap .info > li:not(:first-child) {
      margin-top: 0;
    }
    .houracs .wrap .gmap {
      height: 520px;
      margin-top: 40px;
    }
  }
}
.greeting_ttl.js-fade {
  opacity: 0;
}
.greeting_ttl.js-fade.is_active {
  animation: fadeIn 0.5s ease-out forwards;
}
.greeting_txt.js-fade {
  opacity: 0;
}
.greeting_txt.js-fade.is_active {
  animation: fadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 1s;
}
.greeting_info.js-fade {
  opacity: 0;
}
.greeting_info.js-fade.is_active {
  animation: fadeUp 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards 0.5s;
}

.greeting {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-color: var(--color-main-lite);
}
.greeting_txt p {
  margin-bottom: 0;
}
.greeting_info {
  width: 70%;
  margin-top: 2.5rem;
  margin-inline: auto;
}
.greeting_info .img img {
  margin-bottom: 1rem;
}
.greeting_info .img figcaption {
  text-align: center;
}
.greeting_info .img figcaption span {
  font-size: 125%;
}
.greeting_info .more {
  margin-top: 1.2rem;
  text-align: center;
}
.greeting_info .more .btn_detail {
  width: 90%;
}
.greeting_info .bnr {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (width >= 768px), print {
  .greeting {
    padding-top: 80px;
    padding-bottom: 200px;
    background-image: linear-gradient(90deg, var(--color-main-lite) calc(50% + 400px), transparent calc(50% + 400px));
    background-position: left top;
    background-repeat: no-repeat;
    background-color: var(--color-base-bg);
  }
  .greeting .wrap {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto clamp(240px, -186.667px + 55.556vw, 480px);
    gap: 0 clamp(40px, -31.111px + 9.259vw, 80px);
  }
  .greeting_info {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
    margin: 0;
  }
  .greeting_info .img img {
    margin-bottom: 20px;
  }
  .greeting_info .img figcaption span {
    font-size: 2.4rem;
  }
  .greeting_info .more {
    margin-top: 20px;
  }
  .greeting_info .more .btn_detail {
    width: 100%;
    max-width: 280px;
  }
  .greeting_info .bnr {
    margin-top: 40px;
  }
}
.feature {
  overflow-x: clip;
}
.feature_ttl.js-fade {
  opacity: 0;
}
.feature_ttl.js-fade.is_active {
  animation: fadeIn 0.5s ease-out forwards;
}
.feature_items .item.js-fade::before {
  opacity: 0;
}
.feature_items .item.js-fade .cont {
  opacity: 0;
}
.feature_items .item.js-fade.is_active:nth-child(odd)::before {
  animation: fadeToRight 1.5s ease-in-out forwards;
}
.feature_items .item.js-fade.is_active:nth-child(odd) .cont {
  animation: fadeToLeft 1s ease-in-out forwards 0.5s;
}
.feature_items .item.js-fade.is_active:nth-child(even)::before {
  animation: fadeToLeft 1.5s ease-in-out forwards;
}
.feature_items .item.js-fade.is_active:nth-child(even) .cont {
  animation: fadeToRight 1s ease-in-out forwards 0.5s;
}

.feature {
  padding-block: 5rem;
  background-color: var(--color-main-pale);
}
.feature_items {
  counter-reset: fNum 0;
}
.feature_items .item {
  position: relative;
  margin-top: 3.3rem;
  counter-increment: fNum 1;
}
.feature_items .item::before {
  display: block;
  aspect-ratio: 5/2;
  width: 100%;
  margin-bottom: -0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.feature_items .item .cont {
  position: relative;
  margin-inline: 0.5rem;
  padding: 1.8rem 2rem 5.8rem;
  background-color: var(--color-base-bg);
  box-shadow: 0 0 1.5rem var(--color-shadow);
  color: var(--color-base-txt);
}
.feature_items .item .cont::before {
  position: absolute;
  inset: auto 1.5rem 0 auto;
  padding-left: 1.55em;
  background-image: url(../img/index/feature_num.svg);
  background-position: left 0 bottom -8px;
  background-size: 1.6em auto;
  background-repeat: no-repeat;
  content: counter(fNum, decimal-leading-zero);
  color: var(--color-main);
  font-size: 8rem;
  line-height: 0.6;
  font-family: "WindSong", cursive;
}
.feature_items .item .cont .tit {
  margin-bottom: 1.2rem;
  color: var(--color-main);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.feature_items .item .cont .txt {
  margin-bottom: 0;
}
.feature_items .item .cont .more {
  margin-top: 1.5rem;
  text-align: center;
}
.feature_items .item:nth-of-type(odd), .feature_items .item:nth-of-type(even) {
  background-position: center top;
}
.feature_items .item[data-cont=specialist]::before {
  background-image: url(../img/index/feature_img_specialist.webp);
}
.feature_items .item[data-cont=paintreatment]::before {
  background-image: url(../img/index/feature_img_paintreatment.webp);
}
.feature_items .item[data-cont=rehabilitation]::before {
  background-image: url(../img/index/feature_img_rehabilitation.webp);
}
.feature_items .item[data-cont=preventivemed]::before {
  background-image: url(../img/index/feature_img_preventivemed.webp);
}
.feature_items .item[data-cont=ultrasonography]::before {
  background-image: url(../img/index/feature_img_ultrasonography.webp);
}
.feature_items .item[data-cont=payment]::before {
  background-image: url(../img/index/feature_img_payment.webp);
  background-size: 115% auto;
}
.feature_items .item[data-cont=payment]::after {
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  aspect-ratio: 22/13;
  width: 48%;
  background: url(../img/index/feature_cronspass.webp) no-repeat left top/contain;
  content: "";
}

@media screen and (width >= 768px), print {
  .feature {
    padding-top: 80px;
    padding-bottom: 180px;
  }
  .feature_items .item {
    display: grid;
    align-items: center;
    height: 400px;
    margin-top: 0;
  }
  .feature_items .item::before {
    z-index: 0;
    position: absolute;
    aspect-ratio: auto;
    width: 50%;
    min-width: 600px;
    height: 400px;
    margin-bottom: 0;
    background-size: auto;
  }
  .feature_items .item .cont {
    width: 54%;
    max-width: 650px;
    padding: 40px;
    border-left: 2px solid var(--color-main);
    box-shadow: 0 0 30px var(--color-shadow);
  }
  .feature_items .item .cont::before {
    inset: -24px auto auto 40px;
    padding-left: 106px;
    background-size: 106px auto;
    font-size: 6.6rem;
  }
  .feature_items .item .cont .tit {
    margin-bottom: 15px;
    font-size: clamp(3rem, 1.9333rem + 1.389vw, 3.6rem);
  }
  .feature_items .item .cont .more {
    margin-top: 26px;
  }
  .feature_items .item .cont .more a {
    width: 280px;
  }
  .feature_items .item:nth-of-type(odd)::before {
    inset: 0 50% 0 0;
    background-position: right top;
  }
  .feature_items .item:nth-of-type(odd) .cont {
    margin-left: 45.8%;
  }
  .feature_items .item:nth-of-type(even)::before {
    inset: 0 0 0 50%;
    background-position: left top;
  }
  .feature_items .item:nth-of-type(even) .cont {
    margin-left: calc(50% - 600px);
  }
  .feature_items .item[data-cont=payment] {
    z-index: 0;
  }
  .feature_items .item[data-cont=payment]::before {
    z-index: -1;
    background-size: auto;
  }
  .feature_items .item[data-cont=payment]::after {
    z-index: -1;
    top: 50%;
    left: calc(50% + 80px);
    width: clamp(300px, 51.111px + 32.407vw, 440px);
    transform: translateY(-50%);
  }
  @container topmain (max-width: 1250px) {
    .feature_items .item {
      padding-inline: 3%;
    }
    .feature_items .item .cont {
      width: 62%;
    }
    .feature_items .item:nth-of-type(odd)::before {
      inset: 0 auto 0 0;
    }
    .feature_items .item:nth-of-type(odd) .cont {
      margin-left: auto;
    }
    .feature_items .item:nth-of-type(even)::before {
      inset: 0 0 0 auto;
    }
    .feature_items .item:nth-of-type(even) .cont {
      margin-left: 0;
    }
  }
}
.paintreat_ttl.js-fade {
  opacity: 0;
}
.paintreat_ttl.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.paintreat_wrap.js-fade {
  opacity: 0;
}
.paintreat_wrap.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.paintreat_wrap .items.js-fade li {
  opacity: 0;
}
.paintreat_wrap .items.js-fade.is_active > *:nth-child(1) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.paintreat_wrap .items.js-fade.is_active > *:nth-child(2) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.paintreat_wrap .items.js-fade.is_active > *:nth-child(3) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.paintreat_wrap .items.js-fade.is_active > *:nth-child(4) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}

.paintreat {
  padding-top: 5rem;
  background-image: linear-gradient(var(--color-main), var(--color-main));
  background-position: left 1rem top 2rem;
  background-size: 100% 20rem;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
  counter-reset: ptNum 0;
}
.paintreat_ttl {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  color: var(--color-white);
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
}
.paintreat_ttl::after {
  display: block;
  margin-top: 0.8rem;
  content: attr(data-en);
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
}
.paintreat_wrap {
  padding-left: 2rem;
  padding-block: 4rem;
  background-size: auto 110%;
  background-repeat: no-repeat;
}
.paintreat_wrap .items > li {
  position: relative;
  padding: 1.8rem 1.5rem 1.8rem 5rem;
  background-color: rgb(var(--color-base-bg-rgb)/0.85);
  color: var(--color-base-txt);
  counter-increment: ptNum 1;
}
.paintreat_wrap .items > li ~ li {
  border-top: 1px solid var(--color-main-dark);
}
.paintreat_wrap .items > li::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  content: counter(ptNum, decimal-leading-zero) ".";
  color: rgb(var(--color-main-dark-rgb)/0.9);
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "WindSong", cursive;
}
.paintreat_wrap .items > li > a {
  display: inline-block;
  color: var(--color-sub);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
}
.paintreat_wrap .items > li > a::before {
  display: inline-block;
  transform: scale(0.6) translateX(-0.3em);
  content: '\e80e';
  font-weight: normal;
  font-family: "fontello";
}
.paintreat_wrap .items > li > a:hover, .paintreat_wrap .items > li > a:focus {
  color: var(--color-sub-dark);
}
.paintreat_wrap .items > li > p {
  margin-top: 0.3em;
  margin-bottom: 0;
  line-height: 1.5;
}
.paintreat_wrap:nth-of-type(1) {
  background-image: url(../img/index/paintreat_bg01.webp);
  background-position: right 1.5rem center;
}
.paintreat_wrap:nth-of-type(2) {
  background-image: url(../img/index/paintreat_bg02.webp);
  background-position: left 5rem center;
}

@media screen and (width >= 768px), print {
  .paintreat {
    padding-top: 80px;
    background-position: right top;
    background-size: calc(50% + 600px) 500px;
  }
  .paintreat_ttl {
    max-width: 1200px;
    margin-bottom: 60px;
    margin-inline: auto;
    padding-inline: clamp(3%, -484px + 47 * 1vw, 80px);
    font-size: 4.8rem;
  }
  .paintreat_ttl::after {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .paintreat_wrap {
    padding-left: 0;
    padding-block: 100px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .paintreat_wrap {
    background-size: cover;
  }
}
@media screen and (width >= 768px), print {
  .paintreat_wrap .items {
    width: clamp(700px, 415.556px + 37.037vw, 860px);
  }
  .paintreat_wrap .items > li {
    padding: 32px 30px 35px 78px;
  }
  .paintreat_wrap .items > li::before {
    left: -40px;
    font-size: 5.4rem;
  }
  .paintreat_wrap .items > li > a {
    font-size: 2.4rem;
  }
  .paintreat_wrap:nth-of-type(1) {
    background-position: left calc(50% - 300px) center;
  }
  .paintreat_wrap:nth-of-type(1) .items {
    margin-right: auto;
    margin-left: calc(50% - 260px);
  }
  .paintreat_wrap:nth-of-type(2) {
    background-position: right calc(50% - 300px) center;
  }
  .paintreat_wrap:nth-of-type(2) .items {
    margin-right: calc(50% - 300px);
    margin-left: auto;
  }
  @container topmain (max-width: 1200px) {
    .paintreat_wrap:nth-of-type(1) .items {
      margin-right: 0;
      margin-left: auto;
    }
    .paintreat_wrap:nth-of-type(2) {
      padding-left: 5%;
    }
    .paintreat_wrap:nth-of-type(2) .items {
      margin-right: auto;
      margin-left: 0;
    }
  }
}
.treatment_ttl.js-fade {
  opacity: 0;
}
.treatment_ttl.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.treatment_items.js-fade li {
  opacity: 0;
}
.treatment_items.js-fade.is_active > *:nth-child(1) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.treatment_items.js-fade.is_active > *:nth-child(2) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.treatment_items.js-fade.is_active > *:nth-child(3) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.treatment_items.js-fade.is_active > *:nth-child(4) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.treatment_items.js-fade.is_active > *:nth-child(5) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.treatment_items.js-fade.is_active > *:nth-child(6) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}

.treatment {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-image: url(../img/index/treatment_bg.webp);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
}
.treatment_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.treatment_items li a {
  display: grid;
  position: relative;
  align-content: start;
  justify-items: center;
  height: 100%;
  padding: 1.5rem 1rem 1rem;
  border: 1px solid var(--color-sub);
  background-color: var(--color-white);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.treatment_items li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 5rem;
  margin: 0 auto 1.5rem;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.treatment_items li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  content: '\e80e';
  color: var(--color-sub);
  font-weight: normal;
  font-size: 1rem;
  font-family: "fontello";
}
.treatment_items li .a_trauma::before {
  background-image: url(../img/index/treatment_ico_trauma.svg);
}
.treatment_items li .a_sports::before {
  background-image: url(../img/index/treatment_ico_sports.svg);
}
.treatment_items li .a_osteo::before {
  background-image: url(../img/index/treatment_ico_osteo.svg);
}
.treatment_items li .a_reha::before {
  background-image: url(../img/index/treatment_ico_reha.svg);
}
.treatment_items li .a_accident::before {
  background-image: url(../img/index/treatment_ico_accident.svg);
}
.treatment_items li .a_vaccine::before {
  background-image: url(../img/index/treatment_ico_vaccine.svg);
}

@media screen and (width >= 768px), print {
  .treatment {
    padding-top: 80px;
    padding-bottom: 160px;
    padding-inline: 0;
    background-position: left calc(50% - 300px) top 0;
    background-size: auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .treatment {
    background-size: auto 100%;
  }
}
@media screen and (width >= 768px), print {
  .treatment_items {
    gap: 40px;
  }
  .treatment_items li a {
    padding: 30px 30px;
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
  }
  .treatment_items li a::before {
    width: 96px;
    margin: 0 auto 30px;
  }
  .treatment_items li a::after {
    right: 16px;
    font-size: 1.4rem;
  }
  .treatment_items li a:hover, .treatment_items li a:focus {
    border-color: var(--color-main-vbrt);
    background-color: rgb(var(--color-main-vbrt-rgb)/0.85);
    color: var(--color-white);
    text-shadow: 0 0 5px var(--color-shadow);
  }
  .treatment_items li a:hover::before, .treatment_items li a:focus::before {
    filter: brightness(0) invert(1) drop-shadow(0 0 3px var(--color-shadow));
  }
  .treatment_items li a:hover::after, .treatment_items li a:focus::after {
    color: var(--color-white);
  }
  .treatment_items li .a_trauma i {
    display: contents;
  }
}
.symptoms_ttl.js-fade {
  opacity: 0;
}
.symptoms_ttl.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.symptoms_items.js-fade .bodyparts li {
  opacity: 0;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(1) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(2) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(3) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(4) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(5) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(6) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(7) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.symptoms_items.js-fade.is_active .bodyparts li:nth-child(8) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}

.symptoms {
  padding-block: 5rem;
  background-image: url(../img/index/symptoms_bg.webp);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
}
.symptoms_ttl {
  background-image: url(../img/tit_02w.svg);
  color: var(--color-white);
}
.symptoms_items {
  display: grid;
  grid-template-columns: 47% 48%;
  align-items: center;
  padding: 1rem 1.5rem;
  gap: 5%;
  background-color: rgb(var(--color-white-rgb)/0.9);
}
.symptoms_items .bodyimg {
  position: relative;
}
.symptoms_items .bodyimg .js-partspot {
  position: absolute;
  aspect-ratio: 1/1;
  width: 3.2rem;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-sub);
  border-radius: 50%;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.symptoms_items .bodyimg .js-partspot.is_active {
  border-color: var(--color-acnt);
  background: rgba(var(--color-acnt-rgb)/0.3);
}
.symptoms_items .bodyimg .js-partspot[data-spot=neck] {
  top: 12%;
  left: 50%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=shoulder] {
  top: 19%;
  left: 75%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=elbow] {
  top: 34%;
  left: 22%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=hand] {
  top: 51%;
  left: 85%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=lowerback] {
  top: 37%;
  left: 50%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=hip] {
  top: 46%;
  left: 62%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=knee] {
  top: 67%;
  left: 39%;
}
.symptoms_items .bodyimg .js-partspot[data-spot=foot] {
  top: 92%;
  left: 63%;
}
.symptoms_items .bodyparts {
  display: grid;
  gap: 1px;
}
.symptoms_items .bodyparts li {
  position: relative;
}
.symptoms_items .bodyparts li a {
  display: grid;
  grid-template-columns: 5rem 1fr 1rem;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  gap: 0 1rem;
  border: 1px solid var(--color-sub);
  background-color: var(--color-white);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.symptoms_items .bodyparts li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 4.6rem;
  border-radius: 50%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
  content: "";
}
.symptoms_items .bodyparts li a::after {
  display: inline-block;
  content: '\e80e';
  color: var(--color-sub);
  font-weight: normal;
  font-size: 1rem;
  font-family: "fontello";
}
.symptoms_items .bodyparts .a_neck::before {
  background-image: url(../img/index/symptoms_ico_neck.svg);
}
.symptoms_items .bodyparts .a_shoulder::before {
  background-image: url(../img/index/symptoms_ico_shoulder.svg);
}
.symptoms_items .bodyparts .a_elbow::before {
  background-image: url(../img/index/symptoms_ico_elbow.svg);
}
.symptoms_items .bodyparts .a_hand::before {
  background-image: url(../img/index/symptoms_ico_hand.svg);
}
.symptoms_items .bodyparts .a_lowerback::before {
  background-image: url(../img/index/symptoms_ico_lowerback.svg);
}
.symptoms_items .bodyparts .a_hip::before {
  background-image: url(../img/index/symptoms_ico_hip.svg);
}
.symptoms_items .bodyparts .a_knee::before {
  background-image: url(../img/index/symptoms_ico_knee.svg);
}
.symptoms_items .bodyparts .a_foot::before {
  background-image: url(../img/index/symptoms_ico_foot.svg);
}

@media screen and (width >= 768px), print {
  .symptoms {
    padding-top: 80px;
    padding-bottom: 180px;
    background-position: right calc(50% - 300px) top 0;
    background-size: auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .symptoms {
    background-size: auto 100%;
  }
}
@media screen and (width >= 768px), print {
  .symptoms_items {
    grid-template-rows: 10px repeat(4, 1fr) 10px;
    grid-template-columns: 1fr 240px 1fr;
    justify-content: space-between;
    padding: 50px clamp(40px, -31.111px + 9.259vw, 80px);
    gap: 20px clamp(20px, -15.556px + 4.63vw, 40px);
  }
  .symptoms_items::before {
    grid-row: 1/2;
    grid-column: 1/4;
    content: "";
  }
  .symptoms_items::after {
    grid-row: -2/-1;
    grid-column: 1/4;
    content: "";
  }
  .symptoms_items .bodyimg {
    grid-row: 1/-1;
    grid-column: 2/3;
  }
  .symptoms_items .bodyimg .js-partspot {
    width: 60px;
  }
  .symptoms_items .bodyparts {
    display: contents;
  }
  .symptoms_items .bodyparts li {
    height: 120px;
  }
  .symptoms_items .bodyparts li a {
    grid-template-columns: clamp(60px, 6.667px + 6.944vw, 90px) 1fr 15px;
    padding: 15px clamp(5px, -12.778px + 2.315vw, 15px) 15px clamp(10px, -7.778px + 2.315vw, 20px);
    gap: 0 15px;
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
  }
  .symptoms_items .bodyparts li a::before {
    width: 100%;
  }
  .symptoms_items .bodyparts li a::after {
    font-size: 1.4rem;
  }
  .symptoms_items .bodyparts li a:hover, .symptoms_items .bodyparts li a:focus {
    border-color: transparent;
    background: rgb(var(--color-acnt-rgb)/0.3);
  }
  .symptoms_items .bodyparts li a:hover::before, .symptoms_items .bodyparts li a:focus::before {
    background-color: var(--color-white);
    filter: hue-rotate(270deg);
  }
  .symptoms_items .bodyparts li a:hover::after, .symptoms_items .bodyparts li a:focus::after {
    color: var(--color-acnt);
    font-weight: 700;
  }
}
.beauty_ttl.js-fade {
  opacity: 0;
}
.beauty_ttl.js-fade.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.beauty_items.js-fade li {
  opacity: 0;
}
.beauty_items.js-fade.is_active > *:nth-child(1) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.beauty_items.js-fade.is_active > *:nth-child(2) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.beauty_items.js-fade.is_active > *:nth-child(3) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.beauty_items.js-fade.is_active > *:nth-child(4) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.beauty_items.js-fade.is_active > *:nth-child(5) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.beauty_items.js-fade.is_active > *:nth-child(6) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}

.beauty {
  padding-inline: 1.5rem;
  padding-block: 5rem;
  background-image: url(../img/index/beauty_bg.webp);
  background-position: right 5rem top 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
}
.beauty_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.beauty_items li a {
  display: grid;
  position: relative;
  align-content: start;
  justify-items: center;
  height: 100%;
  padding: 1.5rem 1rem 1rem;
  border: 1px solid var(--color-sub);
  background-color: var(--color-white);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.beauty_items li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 5rem;
  margin: 0 auto 1.5rem;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.beauty_items li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  content: '\e80e';
  color: var(--color-sub);
  font-weight: normal;
  font-size: 1rem;
  font-family: "fontello";
}
.beauty_items li .a_piiling::before {
  background-image: url(../img/index/beauty_ico_piiling.svg);
}
.beauty_items li .a_electro::before {
  background-image: url(../img/index/beauty_ico_electro.svg);
}
.beauty_items li .a_ivdrip::before {
  background-image: url(../img/index/beauty_ico_ivdrip.svg);
}
.beauty_items li .a_laser::before {
  background-image: url(../img/index/beauty_ico_laser.svg);
}
.beauty_items li .a_medicine::before {
  background-image: url(../img/index/beauty_ico_medicine.svg);
}
.beauty_items li .a_cosmetic::before {
  background-image: url(../img/index/beauty_ico_cosmetic.svg);
}

@media screen and (width >= 768px), print {
  .beauty {
    padding-top: 80px;
    padding-bottom: 180px;
    padding-inline: 0;
    background-position: left calc(50% - 300px) top 0;
    background-size: auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .beauty {
    background-size: auto 100%;
  }
}
@media screen and (width >= 768px), print {
  .beauty_items {
    gap: 40px;
  }
  .beauty_items li a {
    padding: 32px 30px;
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
  }
  .beauty_items li a::before {
    width: 96px;
    margin: 0 auto 30px;
  }
  .beauty_items li a::after {
    right: 16px;
    font-size: 1.4rem;
  }
  .beauty_items li a:hover, .beauty_items li a:focus {
    border-color: var(--color-main-vbrt);
    background-color: rgb(var(--color-main-vbrt-rgb)/0.85);
    color: var(--color-white);
    text-shadow: 0 0 5px var(--color-shadow);
  }
  .beauty_items li a:hover::before, .beauty_items li a:focus::before {
    filter: brightness(0) invert(1) drop-shadow(0 0 3px var(--color-shadow));
  }
  .beauty_items li a:hover::after, .beauty_items li a:focus::after {
    color: var(--color-white);
  }
}
.collabolinks {
  padding-top: 5rem;
  padding-bottom: 33rem;
  padding-inline: 1.5rem;
  background-image: url(../img/index/collabolinks_bg01.webp), url(../img/index/collabolinks_bg02.webp), url(../img/bg_logomark.svg);
  background-position: left -8vw bottom 17rem, right -5vw bottom 4rem, center center;
  background-size: 100% auto, 100% auto, 200% auto;
  background-repeat: no-repeat;
}
.collabolinks_bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4%;
}
.collabolinks_bnrs li {
  width: 48%;
}
.collabolinks_bnrs li a {
  display: block;
  background-color: var(--color-white);
}

@media screen and (width >= 768px), print {
  .collabolinks {
    padding-top: 80px;
    padding-bottom: 1000px;
    padding-inline: 0;
    background-position: left calc(50% - 400px) bottom 520px, right calc(50% - 400px) bottom 100px, center top -70px;
    background-size: auto, auto, 2000px auto;
  }
  .collabolinks_bnrs {
    justify-content: center;
    gap: 24px;
  }
  .collabolinks_bnrs li {
    width: 282px;
  }
  .collabolinks_bnrs li a:hover, .collabolinks_bnrs li a:focus {
    opacity: 0.7;
  }
}
.heading {
  padding: 1.5rem 1rem;
  background-image: url(../img/tit_heading.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.heading h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  padding: 1rem 1.5rem;
  background-color: rgb(var(--color-white-rgb)/0.9);
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (width >= 768px), print {
  .heading {
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    padding-block: 60px;
  }
  .heading h1 {
    max-width: 1200px;
    min-height: 160px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    font-size: 4.8rem;
  }
}

.breadcrumbs {
  padding-inline: 1.5rem;
  padding-block: 1rem;
  line-height: 1.3;
}
.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-sub);
}
@media screen and (width >= 768px), print {
  .breadcrumbs {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
    padding-block: 20px;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

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

body#page_clinic .doctor_greeting .img_r {
  max-width: 60%;
}
body#page_clinic .doctor_greeting .signature {
  text-align: right;
}
body#page_clinic .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 125%;
}
body#page_clinic .doctor_profile {
  margin-top: 3rem;
}
body#page_clinic .doctor_profile > section {
  margin-top: 2rem;
}
body#page_clinic .splide {
  z-index: 0;
}
body#page_clinic .splide.panels .splide__arrow {
  top: 40%;
  background: var(--color-white);
}
body#page_clinic .splide.panels .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-mute);
  color: var(--color-main-dark);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
body#page_clinic .splide.panels .splide__pagination {
  margin-top: 0.5rem;
}
body#page_clinic .splide.panels .splide__pagination__page {
  margin: 8px;
}
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 (width >= 768px), print {
  body#page_clinic .doctor_greeting {
    display: flow-root;
  }
  body#page_clinic .doctor_greeting .img_r {
    max-width: clamp(360px, 200px + 20.833vw, 450px);
  }
  body#page_clinic .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px 25px;
  }
  body#page_clinic .doctor_profile > section {
    flex-grow: 1;
    min-width: 280px;
    margin-top: 0;
  }
  body#page_clinic .clinic_slide {
    width: clamp(680px, 555.556px + 16.204vw, 750px);
    margin: 30px auto 0;
  }
  body#page_clinic .clinic_slide .splide.panels .splide__arrow {
    top: 40%;
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_clinic .clinic_slide .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .clinic_slide .splide.panels .splide__arrow--prev {
    left: clamp(-60px, 23.333px + -6.944vw, -30px);
  }
  body#page_clinic .clinic_slide .splide.panels .splide__arrow--next {
    right: clamp(-60px, 23.333px + -6.944vw, -30px);
  }
  body#page_clinic .clinic_slide .splide.panels .splide__slide figcaption {
    font-size: 2.8rem;
  }
  body#page_clinic .clinic_slide .splide.panels .splide__pagination {
    margin-top: 12px;
  }
  body#page_clinic .clinic_slide .splide.panels .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 8px 10px;
  }
  body#page_clinic .clinic_slide .splide.navis {
    margin-top: 12px;
  }
  body#page_clinic .clinic_slide .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
  body#page_clinic .clinic_slide .splide.navis#clinicSlide02-nav .splide__list {
    justify-content: center;
    transform: translateX(0) !important;
  }
}

body#page_recruit .msg {
  margin-bottom: 4rem;
}
body#page_recruit .tbl_simple th {
  width: 26%;
}
body#page_recruit .tbl_simple td {
  padding-right: 0;
}
body#page_recruit .tbl_simple td > :last-child {
  margin-bottom: 0;
}
body#page_recruit .tbl_simple td ul li ~ li {
  margin-top: 0;
}
body#page_recruit .tbl_simple td .lst_required {
  margin-bottom: 1em;
}
body#page_recruit .tbl_simple td .lst_required > li {
  padding-left: 1em;
}
body#page_recruit .tbl_simple td .lst_required > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "♦";
  color: var(--color-main-vbrt);
}
@media screen and (width >= 768px), print {
  body#page_recruit .msg {
    margin-bottom: 80px;
  }
}

body#page_access .access_info {
  border-top: 1px solid var(--color-main);
}
body#page_access .access_info > dt {
  padding: 0.8rem 1.2rem;
  background-color: var(--color-main);
  color: var(--color-white);
}
body#page_access .access_info > dd {
  padding: 1.2rem 1.2rem 1.5rem;
  border-bottom: 1px solid var(--color-main);
}
body#page_access .access_slide {
  z-index: 0;
}
body#page_access .access_slide .panels .splide__arrow {
  top: 40%;
  background: var(--color-white);
}
body#page_access .access_slide .panels .splide__arrow svg {
  fill: var(--color-sub);
}
body#page_access .access_slide .panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
  background: var(--color-sub-vbrt);
  color: var(--color-white);
}
body#page_access .access_slide .panels .splide__slide:focus {
  outline: 0;
}
body#page_access .access_slide .panels .splide__slide figcaption {
  padding: 0.6em 0.8em;
  font-size: 1.6rem;
  line-height: 1.3;
}
body#page_access .access_slide .panels .splide__pagination {
  margin-block: 0.5rem;
}
body#page_access .access_slide .panels .splide__pagination__page {
  margin: 8px;
}
body#page_access .access_slide .panels .splide__pagination__page.is-active {
  background: var(--color-sub);
}
body#page_access .access_slide .navis {
  margin-top: 0.6rem;
}
body#page_access .access_slide .navis .splide__track--nav > .splide__list > .splide__slide {
  outline: 3px solid transparent;
  outline-offset: -3px;
  opacity: 0.6;
}
body#page_access .access_slide .navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  outline-color: var(--color-sub);
  opacity: 1;
}
body#page_access .access_gmap {
  width: 100%;
  height: 40rem;
}
body#page_access .access_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (width >= 768px), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_info {
    display: grid;
    grid-template-columns: 22% auto;
  }
  body#page_access .access_info > dt {
    padding: 20px 40px;
    border-bottom: 1px solid var(--color-main-soft);
    font-weight: 500;
  }
  body#page_access .access_info > dd {
    padding: 20px 40px;
  }
  body#page_access .access_slide {
    width: clamp(680px, 555.556px + 16.204vw, 750px);
    margin: 30px auto 0;
  }
  body#page_access .access_slide .panels {
    top: 45%;
  }
  body#page_access .access_slide .panels .splide__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_access .access_slide .panels .splide__arrow:hover {
    background-color: var(--color-sub-pale);
  }
  body#page_access .access_slide .panels .splide__arrow--prev {
    left: clamp(-60px, 23.333px + -6.944vw, -30px);
  }
  body#page_access .access_slide .panels .splide__arrow--next {
    right: clamp(-60px, 23.333px + -6.944vw, -30px);
  }
  body#page_access .access_slide .panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_access .access_slide .panels .splide__pagination {
    margin-block: 12px;
  }
  body#page_access .access_slide .panels .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 8px 10px;
  }
  body#page_access .access_slide .navis {
    margin-top: 12px;
  }
  body#page_access .access_slide .navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
  body#page_access .access_gmap {
    height: 500px;
  }
}

@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 {
  font-size: 2.2rem;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4rem;
}
body#page_privacy_policy article > section {
  margin-top: 2.5rem;
}
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;
  color: var(--color-main-dark);
  font-weight: 500;
}
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: 4rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (width >= 768px), print {
  body#page_privacy_policy article .tit_02 {
    font-size: 4.2rem;
  }
  body#page_privacy_policy article .lead {
    margin-bottom: 80px;
  }
  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 */
