a[href*="access.html"],
a[href=""], .nolink {
  pointer-events: none;
}
@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.22em;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  block-size: 0;
  overflow: visible;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(button) {
  border: none;
  background: transparent;
}
:where(em) {
  font-style: normal;
  font-weight: bold;
}
:where(i) {
  font-style: normal;
}
:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}
:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(p) {
  margin: 0 0 1em;
}
:root {
  --sp-header-height: 5.0rem;
  --pc-header-height: 120px;
  --font-weight: 500;
  --letter-spacing: 0.06em;
  --sp-font-size: 1.5rem;
  --sp-l-height: 1.7;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #575757;
  --color-base-txt-rgb: 87 87 87;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #6fbbf5;
  --color-main-rgb: 111 187 245;
  --color-main-dark: #4aaaf2;
  --color-main-soft: #9acfef;
  --color-main-lite: #d8f0ff;
  --color-main-pale: #e6f4fb;
  --color-main-pale-rgb: 230 244 251;
  --color-main-line: #c9e0ef;
  --color-main-grad: linear-gradient(#d1ebff, #eaf3fc);
  --color-sub: #d8d8d8;
  --color-sub-dark: #9e9e9e;
  --color-sub-dull: #c1c1c1;
  --color-sub-soft: #e5e5e5;
  --color-sub-lite: #ececec;
  --color-sub-pale: #efefef;
  --color-accent: #ffa8cb;
  --color-accent-dark: #ff75ad;
  --color-accent-dim: #fcbad5;
  --color-accent-soft: #ffc1da;
  --color-accent-line: #f9e3ec;
  --color-accent-grad: linear-gradient(#ffe6e6, #fff0f0);
  --color-bg-ye: #fefce4;
  --color-em: #3e3e3e;
  --color-ttl: #6b5d5d;
  --color-h5: #cbeba9;
  --color-h6: #d1cdcd;
  --color-gnavfixed-bg: rgb(248 252 252/0.9);
  --color-scrollbar: #f2f2f2;
  --color-pageup-bg: radial-gradient(circle,#abd1e8,#61b6e8);
  --color-attention: #cf0053;
  --color-highlight: #fff6b7;
  --color-shadow: rgb(0 0 0/0.16);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-gray: #808080;
  --color-gray-rgb: 128 128 128;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}
:where(*) {
  letter-spacing: var(--letter-spacing, normal);
}
:where(*):before, :where(*)::after {
  letter-spacing: normal;
}
html {
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  scroll-padding-top: var(--sp-header-height, 0);
}
body {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main {
  font-size: var(--sp-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}
@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    min-width: 1240px;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap {
  height: 6.8rem;
  padding: 2rem 2rem 0.6rem;
}
#global_header .header_wrap .logo {
  width: 66%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .inquiry {
  display: none;
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 142px;
    margin-inline: auto;
    padding: 14px 0 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 376px;
  }
  #global_header .header_wrap .inquiry {
    display: block;
    flex: none;
    width: 124px;
  }
  #global_header .header_wrap .inquiry a {
    display: grid;
    place-content: center;
    height: 88px;
    border: 4px solid var(--color-accent-soft);
    border-radius: 10px;
    outline: 1px solid var(--color-white);
    outline-offset: -5px;
    background-color: var(--color-accent);
    color: var(--color-white);
    font-size: 1.6rem;
    text-align: center;
  }
  #global_header .header_wrap .inquiry a:hover {
    border-color: var(--color-accent-dim);
    outline-offset: -3px;
    background-color: var(--color-accent-dark);
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
  }
  .js-sp_modal::before {
    z-index: -10;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background-image: url(../img/bg_marble.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    filter: opacity(0.9);
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
  }
  .js-pc_sticky.is_sticky {
    z-index: 5;
    position: fixed;
    inset: 0 0 auto;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .gnav > li > a {
  display: block;
}
#global_nav .gnav > li .sub_btn::after {
  content: '\62';
  color: var(--color-sub);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
  text-shadow: 1px 1px 0 var(--color-sub-dark);
}
#global_nav .gnav > li .sub_btn.is_open {
  color: var(--color-main-dark);
}
#global_nav .gnav > li .sub_btn.is_open::after {
  content: "v";
  text-shadow: none;
}
#global_nav .gnav .subnav li::before {
  display: inline-block;
  margin-right: 0.5em;
  transform: scale(0.9);
  content: '\e803';
  color: var(--color-main);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
#global_nav .gnav .subnav li a {
  display: inline-block;
}
#global_nav .gnav .subnav li a i, #global_nav .gnav .subnav li a br {
  display: none;
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: fixed;
    top: 1rem;
    right: 1.2rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    border: 2px solid var(--color-white);
    border-radius: 1rem;
    background: var(--color-main);
    color: var(--color-white);
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e971';
    font-weight: normal;
    font-size: 2.2rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn.close::before {
    content: "\e970";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.8rem;
    left: 4vw;
    width: 92vw;
    max-height: 80dvh;
    padding: 1.6rem;
    overflow-y: auto;
    border-radius: 1rem;
    background: var(--color-base-bg);
    box-shadow: 0 0 1rem rgb(var(--color-main-rgb)/0.2);
    color: var(--color-base-txt);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    margin-bottom: 0.8rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 0.7rem 1rem 0.7rem 2rem;
    background: url(../img/tit_04.webp) no-repeat left center/0.8em auto;
    text-shadow: 1px 1px 3px #bbd4f4;
  }
  #global_nav .gnav > li > a.is_current, #global_nav .gnav > li button.is_current {
    text-shadow: none;
  }
  #global_nav .gnav > li.sub .sub_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    font-size: 140%;
  }
  #global_nav .gnav > li.sub .sub_box {
    margin-right: 0.5rem;
    border-radius: 1rem;
    background-image: url(../img/bg_flower_r.webp);
    background-position: right bottom;
    background-size: 25% auto;
    background-repeat: no-repeat;
    background-color: rgb(var(--color-main-pale-rgb)/0.4);
    box-shadow: 0.2rem 0.2rem 0 var(--color-main-pale);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li ~ li {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 78px;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    font-size: 1.8rem;
    line-height: 1;
  }
  #global_nav .gnav > li {
    display: grid;
    grid-template-columns: auto 2px;
    flex-grow: 1;
    align-items: center;
  }
  #global_nav .gnav > li::after {
    flex: none;
    width: 2px;
    height: 26px;
    background-image: radial-gradient(circle, var(--color-sub-dull) 1px, transparent 1px);
    background-position: left top;
    background-size: 2px 6px;
    background-repeat: repeat-y;
    content: "";
  }
  #global_nav .gnav > li:first-child {
    grid-template-columns: 2px auto 2px;
  }
  #global_nav .gnav > li:first-child::before {
    flex: none;
    width: 2px;
    height: 26px;
    background-image: radial-gradient(circle, var(--color-sub-dull) 1px, transparent 1px);
    background-position: left top;
    background-size: 2px 6px;
    background-repeat: repeat-y;
    content: "";
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    height: 60px;
    margin-inline: 1em;
    padding-top: 20px;
    text-align: center;
  }
  #global_nav .gnav > li > a:not(.sub_btn)::after, #global_nav .gnav > li button:not(.sub_btn)::after {
    display: block;
    position: relative;
    top: 6px;
    height: 2px;
    background-color: transparent;
    content: "";
  }
  #global_nav .gnav > li > a:not(.sub_btn):hover::after, #global_nav .gnav > li > a:not(.sub_btn):focus::after, #global_nav .gnav > li > a:not(.sub_btn).is_current::after, #global_nav .gnav > li button:not(.sub_btn):hover::after, #global_nav .gnav > li button:not(.sub_btn):focus::after, #global_nav .gnav > li button:not(.sub_btn).is_current::after {
    top: 14px;
    background-color: var(--color-main-soft);
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    display: block;
    height: 20px;
  }
  #global_nav .gnav > li.sub .sub_btn:hover, #global_nav .gnav > li.sub .sub_btn:focus {
    color: var(--color-main-dark);
  }
  #global_nav .gnav > li.sub .sub_btn:hover::after, #global_nav .gnav > li.sub .sub_btn:focus::after {
    color: var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    width: 100%;
    inset: 78px 0 auto;
    background-color: rgb(var(--color-white-rgb)/0.95);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin-inline: auto;
    padding: 35px 50px;
    gap: 24px 2%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    width: 32%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    text-underline-offset: 8px;
    -webkit-text-decoration: underline 2px solid transparent;
    text-decoration: underline 2px solid transparent;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover {
    text-decoration-color: var(--color-main);
  }
  #global_nav.js-pc_sticky {
    transition: padding 0s, background 0.2s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    padding-top: 10px;
    background-color: var(--color-gnavfixed-bg);
    transition: padding 0.8s, background 0.5s;
  }
}
main :where(p, .txt) {
  text-align: justify;
}
.overview {
  padding-top: 4rem;
  font-size: 1.4rem;
}
.overview .logo {
  width: 70%;
  margin: 0 auto 1.5rem;
}
.overview .acs {
  margin-bottom: 2.5rem;
  padding-inline: 4%;
  font-size: 1.3rem;
  text-align: center;
}
.overview .wrap {
  margin-bottom: 4rem;
  padding-inline: 4%;
}
.overview .wrap .outline {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 0.5rem 1.3rem;
}
.overview .wrap .outline dt {
  display: grid;
  place-content: center;
  padding-block: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-main-soft);
  color: var(--color-white);
  letter-spacing: 0.04em;
  text-align: center;
  word-break: keep-all;
}
.overview .wrap .outline dd {
  padding-block: 0.5rem;
}
.overview .gmap {
  width: 100%;
  height: 27rem;
}
.overview .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 70px;
    font-size: 1.8rem;
  }
  .overview .logo {
    width: 376px;
    margin-bottom: 18px;
  }
  .overview .acs {
    margin-bottom: 35px;
    font-size: inherit;
  }
  .overview .wrap {
    padding-inline: 0;
  }
  .overview .wrap .outline {
    grid-template-columns: 160px auto;
    gap: 12px 20px;
  }
  .overview .wrap .outline dt {
    padding-block: 7px;
    border-radius: 10px;
  }
  .overview .wrap .outline dd {
    padding-bottom: 7px;
    padding-block: 7px;
  }
  .overview .gmap {
    height: 745px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 8px 0 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 35px;
  }
  #global_footer .footer_wrap .gnav {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin-inline: auto;
    gap: 0 40px;
  }
  #global_footer .footer_wrap .gnav li.sub {
    display: none;
  }
  #global_footer .footer_wrap .gnav li a {
    letter-spacing: 0.04em;
  }
  #global_footer .footer_wrap .gnav li a::before {
    display: inline-block;
    margin-right: 8px;
    content: '\e803';
    color: var(--color-main-soft);
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    font-family: "fontello";
    vertical-align: -0.05em;
  }
  #global_footer .footer_wrap .gnav li a:hover {
    color: var(--color-main-dark);
  }
  #global_footer .footer_wrap .gnav li a:hover::before {
    transform: translateX(4px);
    color: var(--color-main-dark);
  }
  #global_footer .footer_wrap .subnav {
    width: 880px;
    margin: 14px auto 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap .subnav li {
    display: inline-block;
    margin-top: 14px;
    padding: 0 8px;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap .subnav li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap .subnav li:nth-child(4) {
    border-left: none;
  }
  #global_footer .footer_wrap .subnav li a {
    letter-spacing: 0.06em;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
  }
  #global_footer .footer_wrap .subnav li a:hover {
    color: var(--color-main-soft);
    text-decoration-color: var(--color-main-soft);
  }
  #global_footer .footer_wrap .subnav li a br {
    display: none;
  }
  #global_footer .copyright {
    padding-block: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    visibility: hidden;
    z-index: 1;
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    visibility: visible;
    bottom: 0;
    opacity: 1;
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: -5.5rem;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 30px;
    bottom: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}
#sp_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 4rem);
  height: 4rem;
}
#sp_footer li {
  flex: 1;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li a {
  display: block;
}
#sp_footer li.phone {
  outline: 1px solid var(--color-main);
  outline-offset: -3px;
  background-color: var(--color-white);
  font-size: 1.7rem;
}
#sp_footer li.inquiry {
  outline: 1px solid var(--color-white);
  outline-offset: -3px;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 1.5rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}
#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: var(--color-main-dark);
  color: var(--color-white);
  text-align: center;
}
#pageup::before {
  content: '\ec53';
  font-weight: normal;
  font-size: 2.2rem;
  font-family: "fontello";
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: var(--color-pageup-bg);
    font-size: 3rem;
  }
  #pageup::before {
    font-size: 4.2rem;
  }
  #pageup:hover {
    transform: translateY(-5px);
    filter: brightness(0.8) contrast(1.5) saturate(1.25) drop-shadow(0 5px 1px var(--color-shadow));
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}
.sp_n {
  display: none;
}
@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}
.l-cf, .l-intro {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.txt_c {
  text-align: center !important;
}
@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    max-width: 375px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 70px;
    margin-bottom: 0.5em;
    margin-left: 0;
    float: left;
  }
  .img_r {
    max-width: 375px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 70px;
    float: right;
  }
}
.mb40 {
  margin-bottom: 4rem;
}
.mb0 {
  margin-bottom: 0;
}
.mt40 {
  margin-top: 4rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt0 {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.l-flex {
  display: flex;
  flex-wrap: wrap;
}
.l-flex > * {
  flex: 1;
}
.l-flex2, .l-flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-flex2 > *, .l-flex3 > * {
  width: 48%;
}
.l-flex2 > *:nth-child(-n+2), .l-flex3 > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-flex2_pc, .l-flex3_pc {
  display: block;
}
@media screen and (min-width: 48em), print {
  .l-flex2_pc, .l-flex3_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-flex2_pc > * {
    width: 48%;
  }
  .l-flex2_pc > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .l-flex3 > *, .l-flex3_pc > * {
    width: 30%;
  }
  .l-flex3 > *:nth-child(-n+3), .l-flex3_pc > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}
.l-intro > :last-child {
  margin-bottom: 0;
}
article > .l-intro {
  margin-bottom: 4.5rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 5rem;
}
article > :where(section) :where(section) {
  margin-top: 4rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 3rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}
@media screen and (min-width: 48em), print {
  article > .l-intro {
    margin-bottom: 80px;
  }
  article > :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: 700;
  font-size: 2.4rem;
}
.tit_02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  margin-inline: auto;
  padding: 0 4.7rem 0 5.4rem;
  background-image: url(../img/tit_02_l.webp), url(../img/tit_02_r.webp);
  background-position: left -3rem center, right -3.6rem center;
  background-size: 8rem auto;
  background-repeat: no-repeat;
  color: var(--color-ttl);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}
.tit_03 {
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0.4rem;
  background-color: var(--color-main-soft);
  color: var(--color-white);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
.tit_04 {
  margin-bottom: 1.3rem;
  padding: 0 0 0.6rem 3rem;
  border-bottom: 1px solid var(--color-sub);
  background-image: url(../img/tit_04.webp);
  background-position: left top;
  background-size: 2.2rem auto;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.tit_05 {
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.tit_05::before {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: -2rem;
  content: '\ec55';
  color: var(--color-h5);
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "fontello";
}
.tit_06 {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.4rem;
  margin-left: -1.8rem;
  content: '\ec51';
  color: var(--color-h6);
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    min-height: 54px;
    margin-bottom: 28px;
    padding: 10px 220px;
    background-position: left center, right center;
    background-size: auto;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
  }
  .tit_03 {
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .tit_04 {
    margin-bottom: 16px;
    padding: 2px 0px 14px 44px;
    background-size: auto;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
  }
  .tit_05 {
    margin-bottom: 14px;
    padding-left: 26px;
    font-size: 2rem;
    letter-spacing: 0.07em;
  }
  .tit_05::before {
    margin-right: 8px;
    margin-left: -26px;
    font-size: 1.8rem;
  }
  .tit_06 {
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 2rem;
  }
  .tit_06::before {
    margin-right: 4px;
    margin-left: -22px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li {
  margin-left: 1.4em;
}
.lst_ul > li::marker {
  content: '\ec52';
  color: var(--color-main-soft);
  font-weight: normal;
  font-family: "fontello";
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc::marker {
  content: "";
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}
.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.15em;
  font-weight: 700;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em;
}
.dl_tbl dt ~ dt {
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-border);
}
.dl_flow dt {
  padding: 1.5rem 1.5rem 0.5rem;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-radius: 0.8rem 0.8rem 0 0;
  border-color: var(--color-sub-lite);
  font-weight: 700;
  font-size: 1.6rem;
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.5rem 1rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-radius: 0 0 0.8rem 0.8rem;
  border-color: var(--color-sub-lite);
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.6rem;
}
.dl_flow dd: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-sub-lite);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 24px 32px 5px;
    border-width: 3px 3px 0 3px;
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
  }
  .dl_flow dd {
    padding: 5px 32px 24px;
    border-width: 0 3px 3px 3px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 110px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -72px;
    width: 96px;
    height: 28px;
  }
}
:where(.contents) :where(table) {
  line-height: 1.3;
}
.tbl_data {
  width: 100%;
  border: 1px solid var(--color-sub-soft);
  border-radius: 0.8rem;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data thead tr > * {
  border-bottom: 1px solid var(--color-sub-soft);
  border-left: 1px solid var(--color-sub-soft);
}
.tbl_data thead tr > *:first-child {
  border-left: none;
  border-top-left-radius: 0.8rem;
}
.tbl_data thead tr > *:last-child {
  border-top-right-radius: 0.8rem;
}
.tbl_data tbody tr > * {
  border-bottom: 1px solid var(--color-sub-soft);
}
.tbl_data tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-sub-soft);
}
.tbl_data tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 0.8rem;
}
.tbl_data tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 0.8rem;
}
.tbl_data tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_data tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.8rem;
}
.tbl_data tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.8rem;
}
.tbl_data tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_data tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_data {
    border-radius: 10px;
  }
  .tbl_data thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_data thead tr > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_data tbody tr:first-of-type > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_data tbody tr:first-of-type > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_data tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 10px;
  }
  .tbl_data tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 10px;
  }
}
.tbl_data th, .tbl_data td {
  padding: 0.6em 0.3em;
}
.tbl_data thead th {
  border-color: var(--color-main-pale);
  background-color: var(--color-main-pale);
}
.tbl_data tbody th {
  background-color: var(--color-bg-ye);
}
@media screen and (min-width: 48em), print {
  .tbl_data th, .tbl_data td {
    padding: 0.8em 1.2em;
    letter-spacing: 0.05em;
  }
}
.tbl_price {
  width: 100%;
  border: 1px solid var(--color-sub-soft);
  border-radius: 0.8rem;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_price thead tr > * {
  border-bottom: 1px solid var(--color-sub-soft);
  border-left: 1px solid var(--color-sub-soft);
}
.tbl_price thead tr > *:first-child {
  border-left: none;
  border-top-left-radius: 0.8rem;
}
.tbl_price thead tr > *:last-child {
  border-top-right-radius: 0.8rem;
}
.tbl_price tbody tr > * {
  border-bottom: 1px solid var(--color-sub-soft);
}
.tbl_price tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-sub-soft);
}
.tbl_price tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 0.8rem;
}
.tbl_price tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 0.8rem;
}
.tbl_price tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_price tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.8rem;
}
.tbl_price tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.8rem;
}
.tbl_price tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_price tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_price {
    border-radius: 10px;
  }
  .tbl_price thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_price thead tr > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_price tbody tr:first-of-type > *:first-child {
    border-top-left-radius: 10px;
  }
  .tbl_price tbody tr:first-of-type > *:last-child {
    border-top-right-radius: 10px;
  }
  .tbl_price tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 10px;
  }
  .tbl_price tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 10px;
  }
}
.tbl_price th {
  padding: 0.8em 0.3em;
  background-color: var(--color-bg-ye);
}
.tbl_price td {
  padding: 0.8em;
}
.tbl_price td:last-child {
  width: 55%;
  text-align: right;
}
.tbl_price td:last-child span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 90%;
  line-height: 1.3;
  text-align: left;
}
.tbl_price thead th {
  background-color: var(--color-main-pale);
}
@media screen and (min-width: 48em), print {
  .tbl_price th {
    padding: 1em 1.2em;
    letter-spacing: 0.05em;
  }
  .tbl_price td {
    padding: 1em 1.5em;
    letter-spacing: 0.05em;
  }
  .tbl_price td:last-child {
    width: 60%;
  }
  .tbl_price td:last-child span {
    font-size: 100%;
  }
}
@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}
.box_notes, .box_notice, .box_02, .box_01 {
  margin-bottom: 1em;
  padding: 0.8em 1em;
  border-radius: 0.7rem;
}
.box_notes > :last-child, .box_notice > :last-child, .box_02 > :last-child, .box_01 > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_02, .box_01 {
    padding: 20px 30px;
    border-radius: 10px;
  }
}
.box_01 {
  background: var(--color-bg-ye);
}
.box_02 {
  background: var(--color-main-pale);
}
.box_notice {
  background: var(--color-base-bg);
}
.box_notes {
  background: var(--color-base-bg);
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    text-decoration: none;
  }
}
.lnk_img {
  line-height: 1;
}
.lnk_img img {
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 48em), print {
  .lnk_img:hover img {
    opacity: 0.7;
  }
}
.lnkp_anchor {
  margin-bottom: 3rem;
}
.lnkp_anchor ul li {
  margin-bottom: 0.6rem;
}
.lnkp_anchor ul li a {
  display: block;
  position: relative;
  padding: 0.3em 3em 0.3em 1em;
  border-radius: 10em;
  background-color: var(--color-main-pale);
  color: var(--color-base-txt);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-align: left;
  text-decoration: none;
}
.lnkp_anchor ul li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-left: 1em;
  transform: translateY(-50%);
  line-height: 1;
}
.lnkp_anchor ul li a::after {
  content: '\62';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .lnkp_anchor {
    margin-bottom: 60px;
  }
  .lnkp_anchor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .lnkp_anchor ul li {
    flex: 1;
    margin-bottom: 0;
  }
  .lnkp_anchor ul li a {
    padding: 0.5em 3em;
    font-size: 1.5rem;
    text-align: center;
  }
  .lnkp_anchor ul li a:hover, .lnkp_anchor ul li a:focus {
    background-color: var(--color-main-lite);
  }
}
.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 0.66em 2.5em;
  border: 2px solid var(--color-main-line);
  border-radius: 10em;
  background-color: var(--color-white);
  color: var(--color-base-txt);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-left: 1.2em;
  transform: translateY(-50%);
  line-height: 1;
}
.btn_detail::after, .btn_back::after {
  content: '\e803';
  color: var(--color-main);
  font-weight: normal;
  line-height: 0.9;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 3em;
    letter-spacing: 0.08em;
  }
  .btn_detail::after, .btn_back::after {
    line-height: 1.2;
  }
  .btn_detail:hover, .btn_back:hover {
    border-color: var(--color-main-soft);
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .btn_detail:hover::after, .btn_back:hover::after {
    color: var(--color-white);
  }
}
mark {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
  color: inherit;
}
.em {
  font-weight: bold;
}
.attn, .notification {
  color: var(--color-attention, #f00);
}
.f-smaller {
  font-size: 0.85em;
}
.f-larger {
  font-size: 1.15em;
}
.f-fpm {
  font-feature-settings: "palt";
}
.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.notification > *, :is(ul, ol).remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}
span:not(dl, ul).remarks {
  display: inline-block;
}
dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}
:is(p, div, table, ul, ol):has(+ .remarks) {
  margin-bottom: 0.3em;
}
.notification {
  line-height: 1.5;
}
.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}
.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  margin-right: 0.4em;
  content: '\ec50';
  color: var(--color-main);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable_tbl thead th {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--color-sub-dark);
  border-left: 1px solid var(--color-sub-dark);
  font-weight: inherit;
}
.timetable_tbl thead th:first-child {
  width: 29%;
  border-left: 0;
  letter-spacing: 0.02em;
}
.timetable_tbl thead th:last-child {
  width: 11.5%;
  letter-spacing: 0;
}
.timetable_tbl tbody th {
  font-weight: inherit;
  font-size: 110%;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.timetable_tbl tbody td {
  border-left: 1px solid var(--color-sub-dark);
  color: var(--color-main-soft);
  text-align: center;
}
.timetable_tbl tbody td.close {
  color: var(--color-base-txt);
}
.timetable_tbl tbody tr th, .timetable_tbl tbody tr td {
  padding-block: 0.6rem;
}
.timetable_tbl tbody tr:first-of-type th, .timetable_tbl tbody tr:first-of-type td {
  padding-top: 1.2rem;
}
.timetable_tbl tbody tr:last-of-type th, .timetable_tbl tbody tr:last-of-type td {
  padding-bottom: 1.2rem;
}
.timetable_note {
  margin-top: 1.2rem;
}
.timetable_note dl {
  display: grid;
  grid-template-columns: 5.5em auto;
  align-items: center;
  gap: 0.5rem 1rem;
}
.timetable_note dl dt {
  border-radius: 1em;
  background-color: var(--color-sub-pale);
  font-size: 94%;
  letter-spacing: 0.02em;
  text-align: center;
}
.timetable_note dl dd {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.7em 0;
  }
  .timetable_tbl thead th:first-child {
    width: 30%;
  }
  .timetable_tbl thead th:last-child {
    width: 11.5%;
  }
  .timetable_tbl tbody tr th {
    padding-block: 0.6em;
    font-size: 122%;
    letter-spacing: 0.04em;
  }
  .timetable_tbl tbody tr td {
    padding-block: 0.9em;
    font-size: 88%;
  }
  .timetable_tbl tbody tr:first-of-type th {
    padding-top: 1em;
  }
  .timetable_tbl tbody tr:first-of-type td {
    padding-top: 1.375em;
  }
  .timetable_tbl tbody tr:last-of-type th {
    padding-bottom: 1em;
  }
  .timetable_tbl tbody tr:last-of-type td {
    padding-bottom: 1.375em;
  }
  .timetable_note {
    margin-top: 1.2em;
  }
  .timetable_note dl {
    gap: 0.64em 0.7em;
  }
  .timetable_note dl dt {
    padding-block: 0.2em;
    font-size: 88%;
    letter-spacing: 0.04em;
  }
  .timetable_note dl dd {
    padding-block: 0.18em;
    letter-spacing: 0.04em;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  visibility: hidden;
  position: relative;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  contain: strict;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #333;
  border-radius: 50%;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear;
}
.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.splide__arrow svg {
  fill: #000;
  width: 70%;
  height: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
}
.splide__pagination__page.is-active {
  z-index: 1;
  background: #000;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  height: 3px;
  background: #ccc;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}
.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}
body#page_index {
  background-image: url(../img/bg_flower_l.webp), url(../img/bg_flower_r.webp), url(../img/bg_marble.webp);
  background-position: left top, right -30dvw top 24rem, center top;
  background-size: 0 auto, 100dvw auto, auto 60rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 47.99em) {
  body#page_index .tit_02 {
    padding: 0 9.4rem;
    background-position: left center, right center;
  }
}
@media screen and (min-width: 48em), print {
  body#page_index {
    background-position: left calc(50% - 670px) top 369px, right calc(50% - 605px) top 369px, center top;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  body#page_index {
    background-size: auto, auto, 100% 1029px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized.is-active {
  animation: fadeIn 3s forwards;
}
.hero {
  --height-hero: 38.0rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.hero_img {
  height: var(--height-hero);
}
.hero .catch {
  display: flex;
  position: absolute;
  align-items: flex-end;
  height: var(--height-hero);
  inset: 0;
  padding: 2rem;
  color: var(--color-white);
  font-weight: 700;
  font-size: 2rem;
  text-shadow: rgba(150, 150, 150, 0.5) 2px 0px 8px, rgba(150, 150, 150, 0.5) 1.75517px 0.958851px 8px, rgba(150, 150, 150, 0.5) 1.0806px 1.68294px 8px, rgba(150, 150, 150, 0.5) 0.141474px 1.99499px 8px, rgba(150, 150, 150, 0.5) -0.832294px 1.81859px 8px, rgba(150, 150, 150, 0.5) -1.60229px 1.19694px 8px, rgba(150, 150, 150, 0.5) -1.97998px 0.28224px 8px, rgba(150, 150, 150, 0.5) -1.87291px -0.701566px 8px, rgba(150, 150, 150, 0.5) -1.30729px -1.5136px 8px, rgba(150, 150, 150, 0.5) -0.421592px -1.95506px 8px, rgba(150, 150, 150, 0.5) 0.567324px -1.91785px 8px, rgba(150, 150, 150, 0.5) 1.41734px -1.41108px 8px, rgba(150, 150, 150, 0.5) 1.92034px -0.558831px 8px;
}
@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 700px;
    width: 1200px;
    margin-inline: auto;
  }
  .hero_img .splide__slide {
    border-radius: 50px;
  }
  .hero .catch {
    padding: 56px 54px;
    font-size: 3.4rem;
    line-height: 1.76;
    letter-spacing: 0.08em;
    text-shadow: rgba(98, 98, 98, 0.4) 2px 0px 14px, rgba(98, 98, 98, 0.4) 1.75517px 0.958851px 14px, rgba(98, 98, 98, 0.4) 1.0806px 1.68294px 14px, rgba(98, 98, 98, 0.4) 0.141474px 1.99499px 14px, rgba(98, 98, 98, 0.4) -0.832294px 1.81859px 14px, rgba(98, 98, 98, 0.4) -1.60229px 1.19694px 14px, rgba(98, 98, 98, 0.4) -1.97998px 0.28224px 14px, rgba(98, 98, 98, 0.4) -1.87291px -0.701566px 14px, rgba(98, 98, 98, 0.4) -1.30729px -1.5136px 14px, rgba(98, 98, 98, 0.4) -0.421592px -1.95506px 14px, rgba(98, 98, 98, 0.4) 0.567324px -1.91785px 14px, rgba(98, 98, 98, 0.4) 1.41734px -1.41108px 14px, rgba(98, 98, 98, 0.4) 1.92034px -0.558831px 14px;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dt.null {
  pointer-events: none;
}
.js-accordion > dd {
  display: none;
  word-wrap: break-word;
}
.js-accordion > dd.null {
  display: none !important;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.news {
  margin-block: 5rem;
}
.news .wrap {
  padding-inline: 4%;
}
.news .wrap .boxes {
  margin-top: 3rem;
}
.news .wrap .boxes .box {
  margin-top: 2.5rem;
}
.news .wrap .boxes .box .tit {
  margin-bottom: 1.5rem;
  border-top: 2px solid var(--color-main-lite);
  border-bottom: 2px solid var(--color-main-lite);
  background-image: url(../img/tit_04.webp);
  background-position: left center;
  background-size: 2.5rem auto;
  background-repeat: no-repeat;
}
.news .wrap .boxes .box .tit a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0.5rem 1.5rem 3.8rem;
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.8rem;
}
.news .wrap .boxes .box .tit a::after {
  height: 1em;
  content: '\f144';
  font-weight: normal;
  font-family: "fontello";
}
.news .wrap .boxes .box .lst {
  max-height: 24rem;
  padding-right: 1rem;
  overflow-y: auto;
  scrollbar-color: var(--color-scrollbar) transparent;
}
.news .wrap .boxes .box .lst dl {
  padding-bottom: 1em;
}
.news .wrap .boxes .box .lst dl:not:has(.null) {
  border-bottom: 1px solid var(--color-sub);
}
.news .wrap .boxes .box .lst dl dt {
  font-size: 1.7rem;
  line-height: 1.25;
}
.news .wrap .boxes .box .lst dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-sub);
}
.news .wrap .boxes .box .lst dl dt time {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
}
.news .wrap .boxes .box .lst dl dt time::before {
  display: inline-block;
  margin-right: 0.5em;
  content: '\e803';
  color: var(--color-main-soft);
  font-weight: normal;
  font-family: "fontello";
}
.news .wrap .boxes .box .lst dl dt.null {
  font-size: 1.4rem;
}
.news .wrap .boxes .box .lst dl dd {
  padding-top: 1rem;
  line-height: 1.5;
  text-align: justify;
}
.news .wrap .more {
  margin-top: 3rem;
  text-align: center;
}
.news .wrap .more .btn_detail {
  width: 60%;
}
.news .bloglnk {
  width: 80%;
  margin-top: 4rem;
  margin-inline: auto;
}
.news .bloglnk img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .news {
    margin-block: 80px;
  }
  .news .wrap {
    padding-inline: 0;
  }
  .news .wrap .boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 0 60px;
  }
  .news .wrap .boxes .box {
    flex: 1;
    margin-top: 0;
  }
  .news .wrap .boxes .box .tit {
    margin-bottom: 14px;
    background-size: auto;
  }
  .news .wrap .boxes .box .tit a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 20px 10px 20px 50px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    mix-blend-mode: multiply;
  }
  .news .wrap .boxes .box .tit a:hover, .news .wrap .boxes .box .tit a:focus {
    background-color: rgb(var(--color-main-pale-rgb)/0.5);
    color: var(--color-main-dark);
  }
  .news .wrap .boxes .box .lst {
    max-height: 170px;
    padding-right: 20px;
  }
  .news .wrap .boxes .box .lst dl {
    padding-top: 6px;
    padding-bottom: 25px;
  }
  .news .wrap .boxes .box .lst dl dt {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .news .wrap .boxes .box .lst dl dt ~ dt {
    margin-top: 25px;
    padding-top: 25px;
  }
  .news .wrap .boxes .box .lst dl dt time {
    margin-bottom: 4px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .news .wrap .boxes .box .lst dl dt time::before {
    margin-right: 6px;
    font-size: 1.4rem;
  }
  .news .wrap .boxes .box .lst dl dd {
    font-size: 1.6rem;
  }
  .news .wrap .more {
    margin-top: 50px;
  }
  .news .wrap .more .btn_detail {
    width: 360px;
  }
  .news .bloglnk {
    width: 430px;
    margin-top: 70px;
  }
  .news .bloglnk img {
    border-radius: 16px;
  }
}
.worries {
  position: relative;
  background-image: url(../img/index_worries_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.worries::before, .worries::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3.3rem;
  background-position: center top;
  background-size: auto 3.3rem;
  background-repeat: no-repeat;
  content: "";
}
.worries::before {
  top: -1.5rem;
  background-image: url(../img/index_worries_bg_t.webp);
}
.worries::after {
  bottom: -1.5rem;
  background-image: url(../img/index_worries_bg_b.webp);
}
.worries .wrap {
  padding-inline: 4%;
  padding-block: 3rem;
  background-image: url(../img/index_worries_pict.webp);
  background-position: right 1.5rem bottom 0;
  background-size: 23% auto;
  background-repeat: no-repeat;
}
.worries .wrap .tit {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  margin-inline: auto;
  padding-right: 4.5rem;
  padding-left: 4rem;
  background-image: url(../img/index_worries_tit_l.webp), url(../img/index_worries_tit_r.webp);
  background-position: left center, right center;
  background-size: auto 2.4rem;
  background-repeat: no-repeat;
  color: var(--color-ttl);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.worries .wrap .lst {
  padding: 0.8rem 1rem;
}
.worries .wrap .lst li {
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  line-height: 1.3;
}
.worries .wrap .lst li::before {
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  margin-left: -2.2rem;
  background-image: url(../img/index_worries_li.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.worries .wrap .lst li:nth-last-child(-n+3) {
  margin-right: 20%;
}
@media screen and (min-width: 48em), print {
  .worries {
    background-size: auto;
    background-repeat: repeat-y;
  }
  .worries::before, .worries::after {
    height: 66px;
    background-size: auto;
  }
  .worries::before {
    top: -33px;
  }
  .worries::after {
    bottom: -33px;
  }
  .worries .wrap {
    min-height: 370px;
    padding-right: 300px;
    padding-left: 30px;
    padding-block: 45px;
    background-position: right bottom;
    background-size: auto;
  }
  .worries .wrap .tit {
    margin-bottom: 38px;
    padding-right: 105px;
    padding-left: 85px;
    padding-block: 10px;
    background-size: auto;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .worries .wrap .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    gap: 16px 0;
  }
  .worries .wrap .lst li {
    width: 48%;
    margin-bottom: 0;
    padding-left: 33px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .worries .wrap .lst li::before {
    width: 21px;
    height: 16px;
    margin-right: 12px;
    margin-left: -33px;
  }
  .worries .wrap .lst li:nth-last-child(-n+3) {
    margin-right: 0;
  }
}
.therapy {
  padding-block: 4.5rem;
  background-image: url(../img/index_therapy_bg.webp);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.therapy .wrap {
  padding-inline: 4%;
}
.therapy .wrap .lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1.5rem 1.3rem;
}
.therapy .wrap .lst li {
  width: 48%;
}
.therapy .wrap .lst li a {
  display: grid;
  height: 100%;
  padding: 2.5rem 0.5rem;
  border-radius: 1.5rem;
  outline: 2px solid var(--color-white);
  outline-offset: -5px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}
.therapy .wrap .lst li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 65%;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  content: "";
}
.therapy .wrap .lst li a:has(i) {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.therapy .wrap .lst li a:has(i) i {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.therapy .wrap .lst li:nth-child(odd) a {
  background: var(--color-main-grad);
}
.therapy .wrap .lst li:nth-child(even) a {
  background: var(--color-accent-grad);
}
.therapy .wrap .lst li .a_pastel::before {
  background-image: url(../img/index_therapy_pastel.svg);
}
.therapy .wrap .lst li .a_instructor::before {
  background-image: url(../img/index_therapy_instructor.svg);
}
.therapy .wrap .lst li .a_sensation::before {
  background-image: url(../img/index_therapy_sensation.svg);
}
.therapy .wrap .lst li .a_mandalas::before {
  background-image: url(../img/index_therapy_mandalas.svg);
}
.therapy .wrap .lst li .a_tfh::before {
  background-image: url(../img/index_therapy_tfh.svg);
}
.therapy .wrap .lst li .a_braingym::before {
  background-image: url(../img/index_therapy_braingym.svg);
}
.therapy .wrap .lst li .a_onsera::before {
  background-image: url(../img/index_therapy_onsera.svg);
}
@media screen and (min-width: 48em), print {
  .therapy {
    padding-block: 90px;
    background-size: auto;
    background-repeat: repeat-x;
  }
  .therapy .wrap {
    padding-inline: 0;
  }
  .therapy .wrap .lst {
    margin-top: 0;
    gap: 40px;
  }
  .therapy .wrap .lst li {
    width: 270px;
  }
  .therapy .wrap .lst li a {
    aspect-ratio: 9/10;
    padding: 45px 20px 20px;
    border-radius: 30px;
    outline-offset: -7px;
    font-size: 2.3rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .therapy .wrap .lst li a::before {
    width: 130px;
    margin: 0 auto 20px;
  }
  .therapy .wrap .lst li a:has(i) {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .therapy .wrap .lst li a:has(i) i {
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .therapy .wrap .lst li a:hover, .therapy .wrap .lst li a:focus {
    transform: translateY(-0.2rem);
    filter: saturate(1.5) brightness(1.03) drop-shadow(0 0.2rem 0.2rem var(--color-shadow));
  }
}
.greeting {
  padding-block: 4.5rem;
  background-image: url(../img/index_greeting_bg.jpg);
  background-position: left top;
  background-size: 50% auto;
  background-repeat: repeat;
}
.greeting .wrap {
  padding-inline: 4%;
}
.greeting .wrap .img {
  position: relative;
  width: 65%;
  margin: 2.5rem auto 2rem;
}
.greeting .wrap .img::after {
  display: block;
  position: absolute;
  right: -1.5rem;
  bottom: 2.8rem;
  aspect-ratio: 20/17;
  width: 55%;
  background-image: url(../img/index_greeting_flower.webp);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.greeting .wrap .img img {
  border-radius: 1.5rem;
}
.greeting .wrap .img figcaption {
  margin-top: 1.4rem;
  font-size: 1.7rem;
  text-align: center;
}
.greeting .wrap .box {
  padding-inline: 0.8rem;
}
.greeting .wrap .box .txt {
  margin-bottom: 0;
  line-height: 1.7;
}
.greeting .wrap .box .lnk {
  margin-top: 2.5rem;
  text-align: center;
}
.greeting .wrap .box .lnk li {
  margin-top: 1rem;
}
.greeting .wrap .box .lnk li .btn_detail {
  border-color: var(--color-accent-line);
}
.greeting .wrap .box .lnk li .btn_detail::after {
  color: var(--color-accent);
}
@media screen and (min-width: 48em), print {
  .greeting {
    padding-block: 80px;
    background-size: auto;
  }
  .greeting .wrap {
    display: flow-root;
    padding-inline: 0;
  }
  .greeting .wrap .tit_02 {
    margin-bottom: 40px;
  }
  .greeting .wrap .img {
    width: 380px;
    margin: 0 17px 0 74px;
    float: right;
  }
  .greeting .wrap .img::after {
    right: -17px;
    bottom: 42px;
    width: 180px;
  }
  .greeting .wrap .img img {
    border-radius: 20px;
  }
  .greeting .wrap .img figcaption {
    margin-top: 36px;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
  .greeting .wrap .box {
    width: 730px;
    padding-inline: 0;
  }
  .greeting .wrap .box .txt {
    line-height: 2;
  }
  .greeting .wrap .box .txt em {
    font-size: 1.9rem;
  }
  .greeting .wrap .box .lnk {
    margin-top: 50px;
    text-align: left;
  }
  .greeting .wrap .box .lnk li {
    display: inline-block;
    margin-top: 0;
    margin-right: 36px;
  }
  .greeting .wrap .box .lnk li .btn_detail:hover {
    border-color: var(--color-accent-soft);
    background-color: var(--color-accent);
    color: var(--color-white);
  }
  .greeting .wrap .box .lnk li .btn_detail:hover::after {
    color: var(--color-white);
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 1rem 2rem;
  background-image: url(../img/bg_marble.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-ttl);
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 220px;
    padding: 0 calc(50% - 600px);
  }
  .heading h1 {
    font-size: 3.2rem;
  }
}
.contents {
  padding: 3.2rem 5% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1200px;
    margin-inline: auto;
    padding: 70px 0 80px;
  }
}
.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.3rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: ">";
  color: var(--color-sub-dark);
  font-family: monospace;
}
.breadcrumbs li a {
  color: var(--color-main-soft);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 30px 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}
body#page_therapist .therapist_box .tit_02 i {
  display: block;
  font-size: 90%;
}
body#page_therapist .therapist_box .tit_02 span {
  display: block;
  margin-top: 0.5rem;
}
body#page_therapist .therapist_box .img_l, body#page_therapist .therapist_box .img_r {
  max-width: 70%;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_therapist .therapist_box {
    display: flow-root;
  }
  body#page_therapist .therapist_box .tit_02 i {
    display: inline-block;
    font-size: 100%;
  }
  body#page_therapist .therapist_box .tit_02 span {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid;
  }
  body#page_therapist .therapist_box .img_l, body#page_therapist .therapist_box .img_r {
    max-width: 360px;
    margin-block: 0;
  }
  body#page_therapist .therapist_box .img_l ~ section, body#page_therapist .therapist_box .img_r ~ section {
    display: flow-root;
    clear: none;
  }
  body#page_therapist .therapist_box .img_l ~ section:first-of-type, body#page_therapist .therapist_box .img_r ~ section:first-of-type {
    margin-top: 0;
  }
  body#page_therapist .therapist_box .img_l ~ section ~ section, body#page_therapist .therapist_box .img_r ~ section ~ section {
    margin-top: 20px;
  }
  body#page_therapist .therapist_box .img_l {
    margin-right: 60px;
  }
  body#page_therapist .therapist_box .img_r {
    margin-left: 60px;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
