@charset "UTF-8";
a[href*="private.html"], a[class*=_appo] {
  pointer-events: none;
}

:root {
  --breakpoint: 768px;
  --pc-header-height: 180px;
  --font-family: YuGothic, Yu Gothic, Hiragino Sans, Hiragino Kaku Gothic Pro, Yu Gothic Medium, Meiryo, sans-serif;
  --font-weight: 500;
  --sp-font-size: 1.5rem;
  --pc-font-size: 1.8rem;
  --pc-letter-spacing: 0.05em;
  --pc-line-height: 1.77;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #004367;
  --color-main-rgb: 0 67 103;
  --color-main-soft: #3e8fbb;
  --color-main-soft-rgb: 62 143 187;
  --color-main-mute: #7fa0b2;
  --color-main-mute-rgb: 127 160 178;
  --color-main-lite: #d7e8f1;
  --color-main-pale: #f0f4f6;
  --color-main-pale-rgb: 240 244 246;
  --color-acnt: #e6e273;
  --color-acnt-rgb: 230 226 115;
  --color-acnt-lite: #f2efb4;
  --color-acnt-pale: #fffdd3;
  --color-complement: #1f1300;
  --color-complement-soft: #8b786e;
  --grad-acnt90: linear-gradient(90deg, rgb(var(--color-acnt-rgb)/1), rgb(var(--color-acnt-rgb)/0));
  --grad-main90: linear-gradient(90deg, var(--color-main-mute), var(--color-main));
  --grad-mnmute90: linear-gradient(90deg, var(--color-main-mute), var(--color-white));
  --grad-07nvy: linear-gradient(rgb(var(--color-main-rgb)/0.7), rgb(0 12 18/0.7));
  --grad-07brw: linear-gradient(rgb(52 33 0/0.7), rgb(15 9 0/0.7));
  --color-border: #ccd9e0;
  --color-highlight: #e6e273;
  --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) {
  border: none;
  -webkit-border-before: 1px solid;
  block-size: 0;
  overflow: visible;
  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)) {
  -webkit-clip-path: inset(50%) !important;
  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.6666666667vw;
  scroll-padding-top: var(--sp-header-height, 0);
}

body {
  font-weight: var(--font-weight, normal);
  font-size: var(--sp-font-size, medium);
  font-family: var(--font-family);
  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: var(--pc-font-size, medium);
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: inherit;
  }
  main {
    line-height: var(--pc-line-height, inherit);
  }
}
#global_header .header_wrap {
  padding: 1.4rem 2rem 1.2rem 1.4rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
@media screen and (width < 767px) {
  #global_header .header_wrap .mininfo {
    display: none;
  }
}

@media screen and (width >= 768px), print {
  #global_header {
    container-name: glheader;
    container-type: inline-size;
    margin-bottom: 10px;
  }
  #global_header .header_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
    gap: clamp(20px, -15.556px + 4.63vw, 40px);
  }
  @container glheader (max-width: 1250px) {
    #global_header .header_wrap {
      width: 96%;
    }
  }
  #global_header .header_wrap {
    padding: 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: clamp(420px, 50.222px + 48.148vw, 628px);
  }
  #global_header .header_wrap .mininfo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 270px;
    background-color: var(--color-border);
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
  }
  #global_header .header_wrap .mininfo li {
    padding: 5px clamp(0px, -35.556px + 4.63vw, 20px) 6px;
    text-align: center;
  }
  #global_header .header_wrap .mininfo .tel {
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
    font-family: "Jost", sans-serif;
  }
  #global_header .header_wrap .mininfo .tel::before {
    content: "tel.";
    font-size: 80%;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (width < 767px) {
  .js-sp_modal {
    position: fixed;
    top: 0;
  }
  .js-sp_modal::before {
    z-index: -10;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    inset: 0;
    background: rgb(var(--color-black-rgb)/0);
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background: rgb(var(--color-black-rgb)/0.5);
    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 {
  z-index: 1;
  width: 100%;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
#global_nav a.is_current, #global_nav button.is_current {
  color: var(--color-main);
}
#global_nav .sub_btn::after {
  display: inline-block;
  margin-left: 0.3em;
  content: '\e800';
  color: var(--color-main);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
#global_nav .sub_btn.is_open::after {
  transform: scale(1, -1);
}

@media screen and (width < 767px) {
  #sp_nav {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    inset: 0 0 auto;
    padding: 0.7rem 0.3rem;
    background: var(--color-main-pale);
    line-height: 1;
  }
  #sp_nav .lnav {
    display: flex;
    align-items: center;
  }
  #sp_nav .lnav > li {
    flex: 1;
    overflow: clip;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 2px dotted var(--color-border);
  }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.1rem;
    text-align: center;
  }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--color-main);
    font-size: 2rem;
    font-family: "fontello";
  }
  #sp_nav .lnav > li > a.a_home::before, #sp_nav .lnav > li button.a_home::before {
    content: "\e806";
  }
  #sp_nav .lnav > li > a.a_tel::before, #sp_nav .lnav > li button.a_tel::before {
    content: "\e807";
  }
  #sp_nav .lnav > li > a.a_appo::before, #sp_nav .lnav > li button.a_appo::before {
    content: "\e805";
  }
  #sp_nav .lnav > li > a.a_access::before, #sp_nav .lnav > li button.a_access::before {
    content: "\e808";
  }
  #sp_nav .lnav > li > a#sp_btn::before, #sp_nav .lnav > li button#sp_btn::before {
    transform: scale(1.3) translateY(0.1rem);
    content: "\e80a";
  }
  #sp_nav .lnav > li > a#sp_btn.close::before, #sp_nav .lnav > li button#sp_btn.close::before {
    content: "\e80b";
  }
  #global_nav .gnav {
    --sp-letter-spacing: 0.05em;
    position: absolute;
    max-height: 88dvh;
    inset: 5rem 2rem auto;
    padding-block: 0.5rem;
    overflow-y: auto;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.6rem;
    text-align: center;
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    width: 100%;
    padding-block: 1.5rem;
  }
  #global_nav .gnav > li.sub .sub_btn.is_open {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    color: var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-block: 1rem;
    background-color: var(--color-main-pale);
  }
  #global_nav .gnav > li.sub .sub_box li {
    padding-block: 0.2rem;
  }
  #global_nav .gnav > li.sub .sub_box li a {
    display: inline-block;
    padding-block: 0.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (width >= 768px), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    container-name: glnav;
    container-type: inline-size;
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    inset: -10px 0 auto;
    padding-block: 15px;
    background-color: rgb(var(--color-white-rgb)/0);
    transition: background 1s, top 0.5s;
  }
  body[data-stickernav=true] #global_nav {
    inset: 0 0 auto;
    padding-block: 10px;
    background-color: rgb(var(--color-white-rgb)/0.9);
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
  }
  @container glnav (max-width: 1250px) {
    #global_nav .gnav {
      width: 96%;
    }
  }
  #global_nav .gnav {
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
    text-align: center;
  }
  #global_nav .gnav > li {
    flex: 1;
  }
  @container glnav (max-width: 1080px) {
    #global_nav .gnav > li {
      flex: 1 1 auto;
    }
  }
  #global_nav .gnav > li {
    height: 30px;
    border-right: 1px solid var(--color-border);
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: inline-block;
    position: relative;
    padding-block: 2px;
    line-height: 1.3;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    background-color: var(--color-main);
    content: "";
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li > a:focus::before, #global_nav .gnav > li button:hover::before, #global_nav .gnav > li button:focus::before {
    transform: scale(1, 1);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0;
    width: 300px;
    padding: 20px 18px;
    background-color: var(--color-white);
    box-shadow: 0 1px 10px var(--color-shadow);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    text-align: left;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    margin-bottom: 3px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    padding: 6px 18px;
    transition: 0s;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
@media print {
  #global_nav {
    position: static !important;
  }
}
#side_btn {
  display: none;
}
@media screen and (width >= 768px), print {
  #side_btn {
    display: block;
    z-index: 1;
    position: fixed;
    top: 225px;
    right: 0;
    width: 60px;
  }
  #side_btn a {
    display: block;
    width: 60px;
    padding-inline: 20px;
    line-height: 60px;
    letter-spacing: 0.15em;
    text-align: inherit;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  #side_btn a::before {
    margin-bottom: 12px;
    font-size: 2.5rem;
  }
}
@media print {
  #side_btn {
    display: none;
  }
}

.main .pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  background-image: url(../img/tit_pagetitle.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-main);
  text-align: center;
}
.main .contents {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-inline: 1.5rem;
}

@media screen and (width >= 768px), print {
  .main {
    container-type: inline-size;
  }
  .main .pagetitle {
    min-height: 250px;
    padding-inline: 0;
  }
  .main .pagetitle .tit_01 {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
  }
  .main .contents {
    max-width: 1000px;
    margin-inline: auto;
    padding-top: 110px;
    padding-bottom: 60px;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
  }
}
.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: "＞";
}
@media screen and (width >= 768px), print {
  .breadcrumbs {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: clamp(0px, 660px + -55 * 1vw, 5%);
    padding-block: 20px;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.overview {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: var(--color-main-pale);
}
.overview .logo {
  margin: 0 2rem 1.5rem 1.6rem;
}
.overview_wrap {
  margin-inline: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-main);
}
.overview .outline {
  display: grid;
  grid-template-columns: 5em auto;
  gap: 0.7rem 1rem;
}
.overview .outline dt {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
}
.overview .timetable {
  margin-top: 2.5rem;
}
.overview .sns {
  margin-top: 2.5rem;
  text-align: center;
}
.overview .gmap {
  width: 100%;
  height: 30rem;
}
.overview .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.overview .gmap {
  margin-top: 3rem;
}

@media screen and (width >= 768px), print {
  .overview {
    container-name: overview;
    container-type: inline-size;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .overview .logo {
    width: 620px;
    margin: 0 auto 40px;
  }
  .overview_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    max-width: 1200px;
    margin-inline: auto;
    gap: 40px;
  }
  @container overview (max-width: 1276.5957446809px) {
    .overview_wrap {
      width: 94%;
    }
  }
  .overview_wrap {
    padding-top: 36px;
  }
  .overview .outline {
    gap: 12px 14px;
  }
  .overview .timetable {
    margin-top: 36px;
  }
  .overview .sns {
    margin-top: 30px;
  }
  .overview .gmap {
    height: auto;
    min-height: 400px;
    margin-top: 0;
  }
}
#global_footer {
  border-top: 1px solid var(--color-border);
}
#global_footer .footer_links {
  padding: 2rem 1.5rem 3rem;
}
#global_footer .footer_links::before {
  display: block;
  margin-bottom: 2rem;
  content: "Sitemap";
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  text-align: center;
}
#global_footer .footer_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4rem 0;
  font-size: 1.4rem;
  line-height: 1;
}
#global_footer .footer_links ul li {
  width: 50%;
}
#global_footer .footer_links .gnav {
  margin-bottom: 1.5rem;
}
#global_footer .footer_links .gnav > li.sub {
  display: none;
}
#global_footer .footer_wrap {
  padding-block: 1.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
#global_footer .footer_wrap ul .copyright {
  display: block;
  font-size: 100%;
}

@media screen and (width >= 768px), print {
  #global_footer {
    container-name: glfooter;
    container-type: inline-size;
    border-top: none;
  }
  #global_footer .footer_links {
    max-width: 1200px;
    margin-inline: auto;
  }
  @container glfooter (max-width: 1250px) {
    #global_footer .footer_links {
      width: 96%;
    }
  }
  #global_footer .footer_links {
    padding-block: 40px;
  }
  #global_footer .footer_links::before {
    display: none;
  }
  #global_footer .footer_links ul {
    justify-content: center;
    gap: 10px 0;
    font-size: 1.8rem;
    text-align: center;
  }
  #global_footer .footer_links ul li {
    width: auto;
    padding: 0 0.5em;
    border-right: 1px solid currentColor;
  }
  #global_footer .footer_links ul li.last-in-row {
    border-right: none;
  }
  #global_footer .footer_links ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap {
    padding-block: 36px;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap ul {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
  }
  @container glfooter (max-width: 1250px) {
    #global_footer .footer_wrap ul {
      width: 96%;
    }
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  inset: auto 0 0 auto;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  opacity: 1;
}
@media screen and (width >= 768px), print {
  .js-pageup {
    inset: auto 30px 30px auto;
  }
}
@media print {
  .js-pageup {
    display: none !important;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 1px solid currentColor;
  background: var(--color-white);
  color: var(--color-main);
  line-height: 1;
  text-align: center;
}
#pageup::before {
  content: '\e809';
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  #pageup {
    width: 60px;
    height: 60px;
  }
  #pageup::before {
    font-size: 2rem;
  }
  #pageup:hover {
    color: var(--color-main-soft);
  }
}

a[href=""], .nolink {
  pointer-events: none;
}

.sp_n {
  display: none;
}

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

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

.wrap {
  margin-inline: 1.5rem;
}
@media screen and (width >= 768px), print {
  .wrap {
    max-width: 1200px;
    margin-inline: auto;
  }
  @container (max-width: 1250px) {
    .wrap {
      width: 96%;
    }
  }
}

.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;
}
.img_l.w75, .img_r.w75 {
  max-width: 60%;
}

.imgs {
  display: flex;
  max-height: 15rem;
  gap: 1rem;
}

@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 img {
    max-width: 100%;
    margin-inline: auto;
  }
  .img_l {
    max-width: clamp(280px, 66.667px + 27.778vw, 400px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: clamp(25px, 16.111px + 1.157vw, 30px);
    margin-bottom: 25px;
    margin-left: 0;
    float: left;
  }
  .img_l.w75 {
    max-width: clamp(240px, 133.333px + 13.889vw, 300px);
  }
  .img_r {
    max-width: clamp(280px, 66.667px + 27.778vw, 400px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: clamp(25px, 16.111px + 1.157vw, 30px);
    float: right;
  }
  .img_r.w75 {
    max-width: clamp(240px, 133.333px + 13.889vw, 300px);
  }
  .imgs {
    max-height: 450px;
    gap: 15px;
  }
  :where(section, div, dd):has(> .img_r, > .img_l) {
    display: flow-root;
  }
  :where(section, div, dd):has(> .img_r, > .img_l) :is(.img_r, .img_l) ~ section {
    clear: both;
  }
}
.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;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb0 {
  margin-bottom: 0;
}

.mg30 {
  margin-block: 3rem;
}

.mg20 {
  margin-block: 2rem;
}

.mg10 {
  margin-block: 1rem;
}

@media screen and (width >= 768px), print {
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
  .mb40 {
    margin-bottom: 80px;
  }
  .mb10 {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 10px;
  }
  .mg30 {
    margin-block: 60px;
  }
  .mg20 {
    margin-block: 40px;
  }
  .mg10 {
    margin-block: 20px;
  }
}
section > :last-child {
  margin-bottom: 0;
}

:is(article, .contents) > section:first-child {
  margin-top: 0;
}
:is(article, .contents) :is(h2, h3, h4) + section:has(> :is(.tit_03, .tit_04, .tit_05)) {
  margin-top: 1em;
}
:is(article, .contents) :where(section):has(> .tit_02) {
  margin-top: 4.5rem;
}
:is(article, .contents) :where(section):has(> .tit_03) {
  margin-top: 3rem;
}
:is(article, .contents) :where(section):has(> .tit_04) {
  margin-top: 2rem;
}
:is(article, .contents) :where(section):has(> .tit_05) {
  margin-top: 1.5rem;
}

@media screen and (width >= 768px), print {
  :is(article, .contents) :where(section):has(> .tit_02) {
    margin-top: 80px;
  }
  :is(article, .contents) :where(section):has(> .tit_03) {
    margin-top: 60px;
  }
  :is(article, .contents) :where(section):has(> .tit_04) {
    margin-top: 40px;
  }
  :is(article, .contents) :where(section):has(> .tit_05) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

.tit_02 {
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.3rem solid;
  color: var(--color-main);
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  text-align: center;
  -o-border-image: var(--grad-mnmute90) 1;
  border-image: var(--grad-mnmute90) 1;
}

.tit_03 {
  margin-bottom: 1.4rem;
  padding: 0.8rem 0.5rem 0.8rem 1rem;
  border-left: 0.5rem solid var(--color-main-soft);
  background-color: var(--color-main-pale);
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

.tit_04 {
  margin-bottom: 1.4rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid;
  color: var(--color-main-soft);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  -o-border-image: linear-gradient(90deg, var(--color-acnt) 5em, var(--color-border) 5em) 1;
  border-image: linear-gradient(90deg, var(--color-acnt) 5em, var(--color-border) 5em) 1;
}

.tit_05 {
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  border-left: 0.5rem solid currentColor;
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

.tit_06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  background-color: var(--color-main-mute);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

@media screen and (width >= 768px), print {
  .tit_01 {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
  .tit_02 {
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom-width: 4px;
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding: 10px 10px 11px 20px;
    border-left-width: 8px;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .tit_04 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .tit_05 {
    margin-bottom: 12px;
    padding-left: 16px;
    border-left-width: 8px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.lst, .lst_ol, .lst_ul {
  margin-bottom: 1em;
}
.lst > li, .lst_ol > li, .lst_ul > li {
  line-height: 1.4;
}
.lst > li:not(:first-child), .lst_ol > li:not(:first-child), .lst_ul > li:not(:first-child) {
  margin-top: 0.5em;
}

.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  transform: scale(0.75) translateX(-0.2em);
  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 1.5em;
}
.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 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

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

.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-top: 1.2em;
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1.2em;
}

.dl_box {
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}
.dl_box > dt {
  padding: 0.4em;
  border-left: 0.5rem solid var(--color-main-soft);
  color: var(--color-main-soft);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.dl_box > dt ~ dt {
  margin-top: 1.2em;
}
.dl_box > dd {
  padding: 1em;
  border: 1px solid var(--color-main-soft);
  background: var(--color-main-pale);
}
.dl_box > dd :first-child {
  margin-top: 0;
}
.dl_box > dd :last-child {
  margin-bottom: 0;
}
.dl_box.bg02 > dd {
  background: var(--color-main-lite);
}
@media screen and (width >= 768px), print {
  .dl_box > dt {
    padding: 0.4em 0.8em 0.7em;
    font-size: 2rem;
  }
}
.dl_box > dd {
  padding: 1.3em;
}

.dl_order {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  counter-reset: dtNum 0;
}
.dl_order > div,
.dl_order > dt {
  counter-increment: dtNum 1;
}
.dl_order > div:not(:first-of-type),
.dl_order > dt:not(:first-of-type) {
  margin-top: 1em;
}
.dl_order > div > dt,
.dl_order > dt {
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
.dl_order > div > dt::before,
.dl_order > dt::before {
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.2em;
  content: counter(dtNum) ".";
  font-size: 1.2em;
}
.dl_order .box {
  padding: 0.7em 0.9em 1em;
  border: 2px solid;
  -o-border-image: linear-gradient(165deg, var(--color-border) 50%, var(--color-main-mute)) 1;
  border-image: linear-gradient(165deg, var(--color-border) 50%, var(--color-main-mute)) 1;
}
@media screen and (width >= 768px), print {
  .dl_order .box {
    padding: 1em 1.4em 1.2em;
    border-width: 3px;
  }
}

.dl_2cols {
  margin-bottom: 1em;
}
.dl_2cols:not(:has(> div)) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2em 0.5em;
}
.dl_2cols > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2em 0.5em;
}

.dl_ref {
  margin-block: 1em;
}
.dl_ref dt, .dl_ref dd {
  font-size: 0.85em;
  line-height: 1.5;
}

.ol_flow > li {
  position: relative;
  padding: 1.5rem 1.8rem;
  border: 2px solid var(--color-border);
}
.ol_flow > li:not(:last-child) {
  margin-bottom: 3.3rem;
}
.ol_flow > li:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.8rem;
  left: 0;
  width: 7.8rem;
  height: 1.6rem;
  background-color: var(--color-acnt);
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-inline: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ol_flow > li > :last-child {
  margin-bottom: 0;
}
.ol_flow > li .tit {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
.ol_flow > li .cont {
  line-height: normal;
}
.ol_flow > li .cont > :last-child {
  margin-bottom: 0;
}
.ol_flow.num {
  counter-reset: flowNum 0;
}
.ol_flow.num > li {
  display: flow-root;
  counter-increment: flowNum 1;
}
.ol_flow.num > li::before {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  float: left;
  content: counter(flowNum) ".";
  color: var(--color-main-mute);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media screen and (width >= 768px), print {
  .ol_flow > li {
    padding: 22px 30px;
    border-width: 3px;
  }
  .ol_flow > li:not(:last-child) {
    margin-bottom: 66px;
  }
  .ol_flow > li:not(:last-child)::after {
    bottom: -49px;
    width: 140px;
    height: 26px;
  }
  .ol_flow > li .tit {
    margin-bottom: 6px;
    font-size: 2.4rem;
  }
  .ol_flow.num > li::before {
    width: 34px;
    font-size: 3.4rem;
  }
}

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

.tbl_simple, .tbl_data {
  border-collapse: collapse;
}
.w_auto.tbl_simple, .w_auto.tbl_data {
  tabley-layout: fixed;
}
.tbl_simple, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  line-height: 1.4;
}
.tbl_simple caption.head, .tbl_data caption.head {
  margin-bottom: 0.3em;
  font-weight: bold;
  text-align: left;
  caption-side: top;
}
.tbl_simple th, .tbl_data th {
  padding: 0.5em;
  font-weight: normal;
}
.tbl_simple td, .tbl_data td {
  padding: 0.5em;
}
.tbl_simple tbody tr:not(:first-of-type), .tbl_data tbody tr:not(:first-of-type) {
  border-top: 1px solid var(--color-border);
}
@media screen and (width >= 768px), print {
  .w_auto.tbl_simple, .w_auto.tbl_data {
    width: auto;
    min-width: 50%;
  }
  .tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
    padding: 1em 1.5em;
  }
}

.tbl_data thead th {
  background-color: var(--color-main);
  color: var(--color-white);
}
.tbl_data thead th:not(:first-child) {
  border-left: 1px solid var(--color-white);
}
.tbl_data thead th:not(:last-child) {
  border-left: 1px solid var(--color-white);
}
.tbl_data tbody th {
  background-color: var(--color-acnt-pale);
}
.tbl_data.scoperow {
  table-layout: fixed;
}
.tbl_data.scoperow thead th:first-child {
  width: 23%;
}
.tbl_data.scoperow tbody th {
  font-weight: bold;
  white-space: nowrap;
}

.tbl_simple tbody th {
  width: 34%;
  background-color: var(--color-main-pale);
}

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

.box_bg03, .box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1em;
}
.box_bg03 > :first-child, .box_bg02 > :first-child, .box_bg01 > :first-child {
  margin-top: 0;
}
.box_bg03 > :last-child, .box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .box_bg03, .box_bg02, .box_bg01 {
    padding: 34px 40px;
  }
}

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

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

.box_bg03 {
  background: linear-gradient(150deg, rgb(var(--color-main-pale-rgb)/0.4), rgb(var(--color-main-mute-rgb)/0.2));
}

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

.lnk_ref {
  text-decoration: none;
}
.lnk_ref::before {
  content: "≫";
}

.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  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 {
  padding: 1.2em 2.5em 1.2em 2em;
  border: 1px solid var(--color-main-mute);
  background-color: var(--color-white);
  color: var(--color-main);
  font-family: "Noto Serif JP", serif;
}
.btn_detail::after, .btn_back::after {
  content: '\e801';
  color: var(--color-main-mute);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    border-color: var(--color-main-soft);
    background-color: var(--color-main-soft);
    color: var(--color-white);
  }
  .btn_detail:hover::after, .btn_detail:focus::after, .btn_back:hover::after, .btn_back:focus::after {
    color: var(--color-white);
  }
}

.btn_external {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_external::after {
  display: inline-block;
  margin-left: 0.5em;
  letter-spacing: 0;
}
.btn_external {
  padding: 0.6em 1.2em;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 400;
  text-align: left;
}
.btn_external::after {
  content: '\f08e';
  font-weight: normal;
  font-size: 90%;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_external:hover, .btn_external:focus {
    border-color: var(--color-main-soft);
    background-color: var(--color-main-soft);
    color: var(--color-white);
  }
  .btn_external:hover::after, .btn_external:focus::after {
    color: var(--color-white);
  }
}

.btn_anchor, .lnkbtn_anchors li a {
  display: inline-block;
  position: relative;
  border-radius: 10em;
  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: 1em;
  transform: translateY(-0.5em);
}
.btn_anchor, .lnkbtn_anchors li a {
  padding: 0.72em 2.5em 0.72em 2em;
  border: 1px solid var(--color-main-mute);
  background-color: var(--color-white);
  color: var(--color-main);
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}
.btn_anchor::after, .lnkbtn_anchors li a::after {
  display: inline-block;
  content: '\e80c';
  color: var(--color-main-mute);
  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-main-pale);
  }
}

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

mark:not([class]) {
  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;
  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;
}

.notification {
  line-height: 1.5;
}

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

.ico_appo, .btn_appo {
  background-color: var(--color-acnt);
  color: var(--color-main);
  font-family: "Noto Serif JP", serif;
}
.ico_appo::before, .btn_appo::before {
  content: '\e805';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .ico_appo:hover, .btn_appo:hover {
    background-color: var(--color-acnt-lite);
    color: var(--color-main);
  }
}

.btn_appo {
  display: inline-block;
  border-radius: 10em;
  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.6em 1.2em;
  font-weight: 500;
}
@media screen and (width >= 768px), print {
  .btn_appo {
    padding: 0.8em 1.6em;
  }
}

.bnr_insta {
  display: inline-flex;
  align-items: center;
  min-width: 10rem;
  padding: 1rem;
  gap: 1rem;
  border: 1px solid var(--color-main-mute);
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  font-family: "Jost", sans-serif;
}
.bnr_insta::before {
  flex: none;
  aspect-ratio: 1/1;
  width: 2rem;
  background-image: url("../img/icon_instagram.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (width >= 768px), print {
  .bnr_insta {
    min-width: 174px;
    padding: 15px;
    gap: 15px;
  }
  .bnr_insta::before {
    width: 30px;
  }
  .bnr_insta:hover, .bnr_insta:focus {
    border-color: var(--color-main-lite);
  }
}

.timetable {
  color: var(--color-main);
}
.timetable_tbl {
  width: 100%;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-collapse: collapse;
  line-height: 1;
  table-layout: fixed;
}
.timetable_tbl thead th {
  padding: 1.5rem 0;
  font-weight: 500;
}
.timetable_tbl thead th:first-child {
  width: 30%;
}
.timetable_tbl thead th:last-child {
  width: 14%;
  padding-right: 2%;
}
.timetable_tbl tbody th {
  padding: 1.5rem 0;
  border-top: 1px solid var(--color-border);
  font-weight: 500;
  white-space: nowrap;
}
.timetable_tbl tbody td {
  padding: 1.5rem 0;
  border-top: 1px solid var(--color-border);
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.8rem;
}

@media screen and (width >= 768px), print {
  .timetable_tbl thead th {
    padding: 1.2em 0;
  }
  .timetable_tbl tbody th,
  .timetable_tbl tbody td {
    padding: 1.2em 0;
  }
}
.movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (width >= 768px), print {
  .movie {
    max-width: 750px;
    margin-inline: auto;
  }
}

@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;
  }
}
:where(body#page_index) :is(ul, ol):not([data-styled] *) {
  margin-left: 0;
}

hgroup.heading {
  --sp-letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  color: var(--color-main);
}
hgroup.heading .tit {
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
hgroup.heading .tit::before {
  display: inline-block;
  margin-right: 0.8rem;
  content: '\e803';
  font-weight: normal;
  font-family: "fontello";
}
hgroup.heading .subtxt {
  margin-top: 0.8rem;
  margin-bottom: 0;
  margin-left: 4rem;
  font-size: 1.35rem;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
}
hgroup.heading .subtxt::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "《";
}
hgroup.heading .subtxt::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "》";
}
@media screen and (width >= 768px), print {
  hgroup.heading {
    margin-bottom: 60px;
  }
  hgroup.heading .tit {
    font-size: clamp(4.3rem, 3.4111rem + 1.157vw, 4.8rem);
  }
  hgroup.heading .subtxt {
    margin-top: 14px;
    font-size: 1.8rem;
  }
}

.hero_img, .hero_wrap .catch, .hero_wrap .ann {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 3s forwards;
}
.hero_img.is-initialized + .hero_wrap .ann {
  animation: fadeIn 1.5s forwards 1s;
}
.hero_img.is-initialized + .hero_wrap .catch {
  animation: fadeIn 2.5s forwards 1.5s;
}

.hero {
  --height-hero: 58vh;
  position: relative;
  overflow-x: clip;
}
.hero_img {
  z-index: -1;
  position: absolute;
  height: var(--height-hero);
  inset: 0 0 auto;
}
.hero_wrap {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: var(--height-hero);
  padding: 1rem 1.5rem;
}
.hero_wrap .catch {
  --sp-letter-spacing: 0.05em;
  font-size: 1.9rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.hero_wrap .catch span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.8rem;
  padding: 0.7rem 0.2rem 0.8rem 0.8rem;
  background-color: var(--color-white);
  color: var(--color-main);
}
.hero_wrap .catch span em {
  display: inline-block;
  margin-inline: -0.5em;
  font-weight: 700;
}
.hero_wrap .ann {
  --sp-letter-spacing: 0.05em;
  display: grid;
  position: absolute;
  top: 1rem;
  right: 1rem;
  align-content: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 12.5rem;
  gap: 0.3rem;
  border-radius: 50%;
  outline: 1px solid currentColor;
  outline-offset: -0.4rem;
  background-color: rgb(var(--color-main-soft-rgb)/0.9);
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.hero_wrap .ann::before {
  display: block;
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  aspect-ratio: 68/29;
  width: 8rem;
  background: url(../img/index/hero_ann_dot.svg) no-repeat left bottom/contain;
  content: "";
}
.hero_wrap .ann em {
  font-size: 125%;
}

@media screen and (width >= 768px), print {
  .hero {
    --height-hero: 750px;
  }
  .hero_wrap {
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 264px + -22 * 1vw, 2%);
    padding-block: 90px;
  }
  .hero_wrap .catch {
    font-size: 3.2rem;
  }
  .hero_wrap .catch span {
    margin-top: 17px;
    padding: 8px 5px 10px 15px;
  }
  .hero_wrap .ann {
    position: relative;
    width: 200px;
    inset: 65px 0 0;
    gap: 5px;
    outline-offset: -6px;
    font-size: 2.4rem;
  }
  .hero_wrap .ann::before {
    right: -12px;
    width: 136px;
  }
}
@media screen and (width < 767px) {
  .hero.js-fade + .greeting::before,
  .hero.js-fade + .greeting .wrap::before {
    opacity: 0;
  }
  .hero.js-fade.is_active + .greeting::before {
    animation: fadeIn 1.5s ease 3.2s forwards;
  }
  .hero.js-fade.is_active + .greeting .wrap::before {
    animation: fadeIn 1.5s ease 2.6s forwards;
  }
}
.greeting .tit.js-fade, .greeting .txt.js-fade {
  opacity: 0;
}
.greeting .tit.js-fade.is_active, .greeting .txt.js-fade.is_active {
  animation: fadeUp 1s ease-in-out forwards;
}
@media screen and (width >= 768px), print {
  .greeting.js-fade::before, .greeting.js-fade::after,
  .greeting.js-fade .wrap::before,
  .greeting.js-fade .wrap::after {
    opacity: 0;
  }
  .greeting.js-fade.is_active::before {
    animation: fadeIn 2s ease forwards 0.5s;
  }
  .greeting.js-fade.is_active::after {
    animation: fadeIn 2s ease forwards 3.5s;
  }
  .greeting.js-fade.is_active .wrap::before {
    animation: fadeIn 1.5s ease forwards;
  }
  .greeting.js-fade.is_active .wrap::after {
    animation: fadeIn 2s ease forwards 3s;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
  }
}

.greeting {
  position: relative;
  padding-block: 16rem;
  overflow-x: clip;
  background-image: url(../img/index/policy_bg_mark.svg), linear-gradient(152deg, var(--color-main), #002b41);
  background-position: right -40vw bottom 0, left top;
  background-size: 75vw auto, cover;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  color: var(--color-white);
}
.greeting::before {
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 45%;
  width: 55%;
  height: 10rem;
  background-image: url(../img/index/policy_bg01.webp);
  background-position: 100% 30%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.greeting::after {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 2rem;
  aspect-ratio: 3/4;
  width: 23%;
  background-image: url(../img/index/policy_bg03.webp);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.greeting .wrap {
  padding-inline: 0.5rem;
}
.greeting .wrap::before {
  --sp-letter-spacing: 0.05em;
  display: block;
  position: absolute;
  top: 4rem;
  right: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4em;
  background-image: linear-gradient(var(--color-main-mute), var(--color-main-mute));
  background-position: center left;
  background-size: 3.6em 1px;
  background-repeat: no-repeat;
  content: attr(data-word);
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.greeting .wrap::after {
  display: block;
  position: absolute;
  right: 65%;
  bottom: 8rem;
  aspect-ratio: 62/83;
  width: 35%;
  background-image: url(../img/index/policy_bg02.webp);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.greeting .wrap .tit {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.greeting .wrap .tit mark {
  display: inline;
  padding-bottom: 0.15em;
  background-image: var(--grad-acnt90);
  background-position: left bottom;
  background-size: auto 0.16em;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.greeting .wrap .txt p {
  margin-bottom: 1.5em;
}
.greeting .wrap .txt .sign {
  font-size: 1.7rem;
  text-align: right;
}
.greeting .wrap .txt .more {
  margin-top: 3rem;
  text-align: right;
}
.greeting .wrap .txt .more .btn_detail {
  background-color: var(--color-main);
  color: var(--color-white);
}

@media screen and (width >= 768px), print {
  .greeting {
    padding-block: 100px;
    background-position: right calc(50% - 743px) bottom 42px, center top;
    background-size: 515px auto, cover;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .greeting {
    background-position: right 0 bottom 42px;
  }
}
@media screen and (width >= 768px), print {
  .greeting::before {
    top: 100px;
    right: calc(50% + 277px);
    width: 724px;
    height: 578px;
    background-position: right top;
  }
  .greeting::after {
    right: calc(50% + 500px);
    bottom: 100px;
    width: 165px;
  }
  .greeting .wrap {
    padding-right: 0;
    padding-left: clamp(180px, -282.222px + 60.185vw, 440px);
  }
  .greeting .wrap::before {
    position: static;
    margin-bottom: 80px;
    margin-left: auto;
    inset: 0;
    padding-left: 110px;
    background-size: 100px 1px;
  }
  .greeting .wrap::after {
    right: calc(50% + 216px);
    bottom: 224px;
    width: 248px;
  }
  .greeting .wrap .tit {
    margin-bottom: 50px;
    font-size: clamp(3.2rem, 2.1333rem + 1.389vw, 3.8rem);
  }
  .greeting .wrap .tit mark {
    background-size: auto 0.12em;
    word-break: keep-all;
  }
  .greeting .wrap .txt .sign {
    margin-top: 45px;
    font-size: 2rem;
  }
  .greeting .wrap .txt .more {
    margin-top: 58px;
  }
  .greeting .wrap .txt .more .btn_detail:hover {
    background-color: rgb(var(--color-white-rgb)/0.2);
  }
}
.information.js-fade,
.news.js-fade {
  opacity: 0;
}
.information.js-fade.is_active,
.news.js-fade.is_active {
  animation: fadeUp 1s ease-in-out forwards;
}

.news .accordion-item .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.news .accordion-item .accordion-content .content-inner {
  --ck-content-font-family: $baseFontFamily;
}
.news .accordion-item.open .accordion-header::before, .news .accordion-item[open] .accordion-header::before {
  transform: scale(1, -1);
}
.news .accordion-item.open .accordion-content, .news .accordion-item[open] .accordion-content {
  height: auto;
}
.news .accordion-item .accordion-header {
  display: block;
  list-style-type: none;
  cursor: pointer;
}
.news .accordion-item .accordion-header::marker {
  content: "";
}
.news .accordion-item .accordion-header::-webkit-details-marker {
  display: none;
}

.signboard {
  margin-top: 5rem;
  background-image: url(../img/index/signboard_bg.svg);
  background-position: left -42vw bottom 12rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.signboard::after {
  display: block;
  width: 100%;
  height: 12rem;
  background-image: url(../img/index/signboard_img.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.signboard .information {
  margin-bottom: 5rem;
}
.signboard .information .gmap {
  width: 100%;
  height: 30rem;
}
.signboard .information .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.signboard .information .gmap {
  margin-top: 2.5rem;
}
.signboard .news {
  margin-bottom: 5rem;
}
.signboard .news .box {
  padding-block: 1.8rem;
  overflow-x: hidden;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.signboard .news .box .accordion-container .accordion-item {
  padding-bottom: 1.1em;
}
.signboard .news .box .accordion-container .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid var(--color-border);
}
.signboard .news .box .accordion-container .accordion-item .accordion-header {
  display: grid;
  grid-template-columns: 1.6rem auto;
  align-items: start;
  gap: 0.8rem 0.5rem;
  font-size: 1.7rem;
}
.signboard .news .box .accordion-container .accordion-item .accordion-header::before {
  display: inline-block;
  grid-column: 1/2;
  content: '\e802';
  color: var(--color-main-mute);
  font-weight: normal;
  line-height: normal;
  font-family: "fontello";
}
.signboard .news .box .accordion-container .accordion-item .accordion-header .accordion-date {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 1.4rem;
}
.signboard .news .box .accordion-container .accordion-item .accordion-header .accordion-title {
  grid-column: 2/3;
  color: var(--color-main);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.signboard .news .box .accordion-container .accordion-item .accordion-content .content-inner {
  padding-top: 0.8rem;
  --ck-content-font-size: var(--sp-font-size);
  --ck-content-font-color: var(--color-base-txt);
}
.signboard .news .box .accordion-container .accordion-item .accordion-content .content-inner > :last-child {
  margin-bottom: 0;
}
.signboard .news .box .accordion-container .accordion-item:not(:first-of-type) {
  margin-top: 1.1em;
}

@media screen and (width >= 768px), print {
  .signboard {
    margin-top: clamp(80px, 44.444px + 4.63vw, 100px);
    background-position: left calc(50% - 721px) bottom 400px;
    background-size: 557px auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .signboard {
    background-position: left 0 bottom 0;
  }
}
@media screen and (width >= 768px), print {
  .signboard::after {
    height: 400px;
  }
  .signboard .information {
    display: grid;
    grid-template-columns: minmax(385px, 1fr) 1fr;
    margin-bottom: clamp(60px, 24.444px + 4.63vw, 80px);
    gap: 0 clamp(20px, -15.556px + 4.63vw, 40px);
  }
  .signboard .information .timetable {
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
  }
  .signboard .information .gmap {
    grid-row: 1/3;
    grid-column: 2/3;
    height: auto;
    min-height: 400px;
    margin-top: 0;
  }
  .signboard .news {
    display: grid;
    grid-template-columns: clamp(200px, 178.667px + 2.778vw, 212px) auto;
    align-items: start;
    margin-bottom: clamp(80px, 44.444px + 4.63vw, 100px);
    gap: 0 40px;
  }
  .signboard .news .heading {
    padding-top: 8px;
  }
  .signboard .news .box {
    padding-block: 25px;
  }
  .signboard .news .box .accordion-container .accordion-item {
    padding-bottom: 1.2em;
  }
  .signboard .news .box .accordion-container .accordion-item .accordion-header {
    grid-template-columns: 20px auto;
    gap: 10px;
    font-size: 2rem;
  }
  .signboard .news .box .accordion-container .accordion-item .accordion-header .accordion-date {
    font-size: 1.6rem;
  }
  .signboard .news .box .accordion-container .accordion-item .accordion-content .content-inner {
    padding-top: 10px;
    --ck-content-font-size: var(--pc-font-size);
    --ck-content-line-height: var(--pc-line-height);
  }
  .signboard .news .box .accordion-container .accordion-item:not(:first-of-type) {
    margin-top: 1.4em;
  }
}
.feature .heading.js-fade {
  opacity: 0;
}
.feature .heading.js-fade.is_active {
  animation: fadeIn 1.5s ease forwards;
}
.feature .box.js-fade {
  opacity: 0;
}
.feature .box.js-fade.is_active {
  animation: fadeUp 1s ease-in-out forwards;
}

.feature {
  padding-block: 5rem;
  background-image: url(../img/index/feature_bg.webp);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
}
@media screen and (width < 767px) {
  .feature .heading .subtxt {
    margin-left: 0;
  }
}
.feature .items {
  counter-reset: fNum 0;
}
.feature .box {
  margin-top: 2rem;
  padding-top: 57vw;
  border-radius: 1.5rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  counter-increment: fNum 1;
}
.feature .box .tit {
  z-index: 0;
  position: relative;
  padding: 2rem 1.8rem 1.4rem;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.feature .box .tit::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 1rem;
  content: counter(fNum, decimal-leading-zero);
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.feature .box .tit mark {
  display: inline;
  padding-bottom: 0.15em;
  background-position: left bottom;
  background-size: auto 0.16em;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.feature .box .tit i {
  display: inline-block;
  font-size: 96%;
  letter-spacing: 0;
}
.feature .box .txt {
  margin-bottom: 0;
  padding: 0.8rem 1.8rem 2rem;
  text-align: justify;
}
.feature .box:nth-of-type(odd) {
  background-position: 50% -2rem;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
.feature .box:nth-of-type(odd) .tit {
  color: var(--color-main);
}
.feature .box:nth-of-type(odd) .tit::before {
  color: var(--color-border);
}
.feature .box:nth-of-type(odd) .tit mark {
  background-image: var(--grad-mnmute90);
}
.feature .box:nth-of-type(even) {
  background-position: 50% -2rem;
  background-color: var(--color-main);
  color: var(--color-white);
}
.feature .box:nth-of-type(even) .tit::before {
  color: var(--color-main-mute);
}
.feature .box:nth-of-type(even) .tit mark {
  background-image: var(--grad-main90);
}
.feature .box[data-feature=specialist] {
  background-image: url(../img/index/feature_img_specialist.webp);
}
.feature .box[data-feature=equipment] {
  background-image: url(../img/index/feature_img_equipment.webp);
}
.feature .box[data-feature=choice] {
  background-image: url(../img/index/feature_img_choice.webp);
}
.feature .box[data-feature=followup] {
  background-image: url(../img/index/feature_img_followup.webp);
}

@media screen and (width >= 768px), print {
  .feature {
    padding-top: clamp(90px, 18.889px + 9.259vw, 130px);
    padding-bottom: clamp(80px, 8.889px + 9.259vw, 120px);
    background-size: 2000px auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .feature {
    background-size: 100% auto;
  }
}
@media screen and (width >= 768px), print {
  .feature .items {
    margin-top: 68px;
  }
  .feature .box {
    min-height: 400px;
    margin-top: 40px;
    border-radius: 20px;
    background-size: 50% auto;
  }
  .feature .box .tit {
    padding: 0.83em clamp(30px, 12.222px + 2.315vw, 40px);
    border-radius: 20px 20px 0 0;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
  }
  .feature .box .tit::before {
    top: -0.15em;
    right: 3%;
    font-size: clamp(5rem, 1.4444rem + 4.63vw, 7rem);
  }
  .feature .box .tit i {
    font-size: 100%;
  }
  .feature .box .txt {
    padding: 5px clamp(30px, 12.222px + 2.315vw, 40px) 25px;
    border-radius: 0 0 20px 20px;
  }
  .feature .box:nth-of-type(odd) {
    padding: 25px 0 0 clamp(200px, -511.111px + 92.593vw, 600px);
    background-position: left top;
  }
  .feature .box:nth-of-type(odd) > * {
    background-color: rgb(var(--color-base-bg-rgb)/0.95);
  }
  .feature .box:nth-of-type(even) {
    padding: 25px clamp(200px, -511.111px + 92.593vw, 600px) 0 0;
    background-position: right top;
  }
  .feature .box:nth-of-type(even) > * {
    background-color: rgb(var(--color-main-rgb)/0.95);
  }
}
.consult .box.js-fade {
  border-color: transparent;
  transition: border 0.5s;
}
.consult .box.js-fade.is_active {
  border-color: currentColor;
}
.consult .box .tit.js-fade {
  opacity: 0;
}
.consult .box .tit.js-fade.is_active {
  animation: fadeIn 1s ease forwards 0.3s;
}
.consult .box .lst_ul.js-fade {
  opacity: 0;
}
.consult .box .lst_ul.js-fade.is_active {
  animation: fadeIn 1.5s ease-in-out forwards 0.6s;
}

.consult {
  --sp-letter-spacing: 0.05em;
  padding: 4.5rem 1.3rem;
  background-image: linear-gradient(rgb(var(--color-main-rgb)/0.8), rgb(var(--color-main-rgb)/0.8)), url(../img/index/consult_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-family: "Noto Serif JP", serif;
}
.consult .box {
  padding: 2.7rem 1.7rem;
  border: 1px solid currentColor;
  border-radius: 1rem;
}
.consult .box .tit {
  margin-bottom: 2.3rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.consult .box .lst_ul {
  margin-bottom: 0;
}
.consult .box .lst_ul li::before {
  color: currentColor;
}

@media screen and (width >= 768px), print {
  .consult {
    padding: clamp(80px, 44.444px + 4.63vw, 100px) 3%;
  }
  .consult .box {
    max-width: 964px;
    margin-inline: auto;
    padding: 40px 50px;
    border-radius: 20px;
  }
  .consult .box .tit {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .consult .box .lst_ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px 30px;
  }
  .consult .box .lst_ul li ~ li {
    margin-top: 0;
  }
  .consult .box .lst_ul li.etc {
    grid-column: 1/-1;
  }
}
.medical .heading.js-fade {
  opacity: 0;
}
.medical .heading.js-fade.is_active {
  animation: fadeIn 1.5s ease forwards 0.3s;
}
.medical .wrap.js-fade > * {
  opacity: 0;
}
.medical .wrap.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.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.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: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.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: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.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: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.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: 2.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.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: 3s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.js-fade.is_active > *:nth-child(7) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
.medical .wrap.js-fade.is_active > *:nth-child(8) {
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 4s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}

.medical {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(../img/index/medical_bg.svg), linear-gradient(170deg, transparent 50%, var(--color-main-pale) 50%);
  background-position: right -25vw top 0, center bottom;
  background-size: 75vw auto, 100vw 25vw;
  background-repeat: no-repeat;
}
.medical .heading {
  text-align: center;
}
.medical .heading .tit::before {
  display: block;
  margin: 0 0 0.4em;
}
.medical .heading .subtxt {
  margin-left: 0;
}
.medical .wrap {
  z-index: 0;
  position: relative;
}
.medical .box {
  z-index: 1;
  position: relative;
  padding-right: 1.5rem;
  padding-block: 2.5rem;
  color: var(--color-white);
}
.medical .box:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.medical .box::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
}
.medical .box::after {
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-position: right -10vw top 0;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
@media screen and (width < 767px) {
  .medical .box::after {
    filter: blur(1px) opacity(0.6);
  }
}
.medical .box .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  padding: 0.8rem 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
.medical .box .tit i {
  display: inline-block;
  font-size: 1.35rem;
}
.medical .box .lst_dot {
  margin-left: 1.5rem;
  line-height: 1.4;
}
.medical .box .lst_dot li ~ li {
  margin-top: 0.5em;
}
.medical .box .more {
  margin-top: 2rem;
  text-align: right;
}
.medical .box .more a {
  display: inline-block;
  position: relative;
  border-radius: 10em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.medical .box .more a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-0.5em);
}
.medical .box .more a {
  width: 10em;
  padding: 0.4em 1em 0.6em;
  border: 1px solid currentColor;
  color: var(--color-white);
  font-family: "Noto Serif JP", serif;
}
.medical .box .more a::after {
  content: '\e804';
  font-weight: normal;
  font-size: 60%;
  font-family: "fontello";
}
.medical .box:has(.box_btn) {
  padding-bottom: 7.5rem;
}
.medical .box:has(.box_btn) .box_btn {
  position: absolute;
  width: 100%;
  inset: auto 0 0;
}
.medical .box:has(.box_btn) .box_btn .btn_detail {
  display: grid;
  align-items: center;
  height: 5rem;
  padding-block: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (width < 767px) {
  .medical .box:nth-of-type(odd)::before {
    background: var(--grad-07nvy);
  }
  .medical .box:nth-of-type(odd) .tit {
    background-color: var(--color-main);
  }
  .medical .box:nth-of-type(even)::before {
    background: var(--grad-07brw);
  }
  .medical .box:nth-of-type(even) .tit {
    background-color: var(--color-complement);
  }
  .medical .box:nth-of-type(even) .btn_detail {
    border-color: var(--color-complement-soft);
    color: var(--color-complement);
  }
  .medical .box:nth-of-type(even) .btn_detail::after {
    color: var(--color-complement-soft);
  }
}
.medical .box[data-medical=headache]::after {
  background-image: url(../img/index/medical_bg_headache.webp);
}
.medical .box[data-medical=neuralgia]::after {
  background-image: url(../img/index/medical_bg_neuralgia.webp);
}
.medical .box[data-medical=bruxism]::after {
  background-image: url(../img/index/medical_bg_bruxism.webp);
}
.medical .box[data-medical=spine]::after {
  background-image: url(../img/index/medical_bg_spine.webp);
}
.medical .box[data-medical=painclinic]::after {
  background-image: url(../img/index/medical_bg_painclinic.webp);
}
.medical .box[data-medical=osteo]::after {
  background-image: url(../img/index/medical_bg_osteo.webp);
}
.medical .box[data-medical=private]::after {
  background-image: url(../img/index/medical_bg_private.webp);
}

@media screen and (width >= 768px), print {
  .medical {
    padding-top: clamp(80px, 35.556px + 5.787vw, 105px);
    padding-bottom: 0;
    background-position: right calc(50% - 537px) top 56px, center bottom;
    background-size: 795px auto, 2000px 500px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .medical {
    background-size: 795px auto, 100% 500px;
  }
}
@media screen and (width >= 768px), print {
  .medical .wrap {
    display: flow-root;
  }
  .medical .box {
    display: grid;
    align-content: center;
    width: 49.58%;
    min-height: 370px;
    padding-right: clamp(20px, 2.222px + 2.315vw, 30px);
    padding-block: clamp(40px, 13.333px + 3.472vw, 55px);
  }
  .medical .box::after {
    background-position: left top;
  }
  .medical .box:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .medical .box .tit {
    margin-bottom: 30px;
    padding: 9px 30px 10px;
    font-size: clamp(2.4rem, 2.0444rem + 0.463vw, 2.6rem);
  }
  .medical .box .tit i {
    font-size: clamp(1.6rem, 1.2444rem + 0.463vw, 1.8rem);
  }
  .medical .box .lst_dot {
    margin-left: clamp(20px, 2.222px + 2.315vw, 30px);
  }
  .medical .box .more {
    margin-top: 35px;
  }
  .medical .box .more a {
    padding: 0.45em 1.2em;
  }
  .medical .box .more a:hover {
    background-color: rgb(var(--color-white-rgb)/0.3);
    filter: drop-shadow(1px 2px 3px var(--color-black)) brightness(1.1);
  }
  .medical .box:has(.box_btn) {
    padding-bottom: clamp(90px, 18.889px + 9.259vw, 130px);
  }
  .medical .box:has(.box_btn)::after {
    background-size: auto calc(100% - 60px);
  }
  .medical .box:has(.box_btn) .box_btn .btn_detail {
    height: clamp(60px, 42.222px + 2.315vw, 70px);
    font-size: clamp(1.9rem, 1.7222rem + 0.231vw, 2rem);
  }
  .medical .box:nth-of-type(odd) {
    float: left;
  }
  .medical .box:nth-of-type(odd):last-child {
    clear: left;
  }
  .medical .box:nth-of-type(even) {
    float: right;
  }
  .medical .box:nth-of-type(even):last-child {
    clear: right;
  }
  .medical .box:nth-of-type(2) {
    margin-top: 80px;
  }
  .medical .box:nth-child(4n+1)::before, .medical .box:nth-child(4n)::before {
    background: var(--grad-07nvy);
  }
  .medical .box:nth-child(4n+1) .tit, .medical .box:nth-child(4n) .tit {
    background-color: var(--color-main);
  }
  .medical .box:nth-child(4n+2)::before, .medical .box:nth-child(4n+3)::before {
    background: var(--grad-07brw);
  }
  .medical .box:nth-child(4n+2) .tit, .medical .box:nth-child(4n+3) .tit {
    background-color: var(--color-complement);
  }
}
.msg em, .msg span {
  display: inline-block;
  line-height: 1.5;
}
.msg em:not(:first-child), .msg span:not(:first-child) {
  margin-top: 0.4em;
}

body#page_doctor .doctor_greeting .img_r {
  max-width: 60%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 125%;
}
body#page_doctor .doctor_profile .history {
  display: grid;
  grid-template-columns: 5.8em auto;
  gap: 0.5em;
}
body#page_doctor .doctor_profile .history[data-format=ymd] {
  grid-template-columns: 7em auto;
}
body#page_doctor .doctor_profile .history > dt i {
  display: none;
}
@media screen and (width >= 768px), print {
  body#page_doctor .doctor_greeting .signature {
    margin-top: 30px;
  }
  body#page_doctor .doctor_profile .history[data-format=ymd] {
    grid-template-columns: 8em auto;
  }
}

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

body#page_access .access_map {
  width: 100%;
  height: 30rem;
}
body#page_access .access_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .access_map {
  margin-top: 3rem;
}
@media screen and (width >= 768px), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_map {
    height: 500px;
    margin-top: 60px;
  }
}

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