@charset "UTF-8";
@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) {
  border: none;
  -webkit-border-before: 1px solid;
  block-size: 0;
  overflow: visible;
  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)) {
  -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;
}
: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;
  --sp-font-size: 1.5rem;
  --pc-l-height: 1.75;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #50c8f3;
  --color-main-dark: #1492bf;
  --color-main-dull: #9fd1e2;
  --color-main-lite: #d5f4ff;
  --color-main-pale: #ecfaff;
  --color-main-grad: linear-gradient(rgb(213 244 255/0.95), rgb(243 251 255/0.8));
  --color-sub: #a2d231;
  --color-sub-dark: #727d00;
  --color-sub-dull: #a8b51c;
  --color-sub-dull01: #bcc936;
  --color-sub-dull02: #c7d26a;
  --color-sub-lite: #faffc6;
  --color-logo-ye: #fccf00;
  --color-logo-gr-lite: #dde357;
  --color-logo-gr: #7fbe26;
  --color-logo-gr-dark: #009844;
  --color-logo-rd: #ea614b;
  --color-logo-rd-lite: #ef8979;
  --color-logo-bn: #946134;
  --color-logo-bn-lite: #c79f62;
  --color-border: #ddd;
  --color-bg-bn: #efe7db;
  --color-lnk-hover: #f5c72d;
  --color-sns-line: #06c755;
  --color-highlight: #fff56b;
  --color-shadow: rgb(0 0 0/0.16);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-dgray: #707070;
  --color-dgray-rgb: 112 112 112;
  --color-gray: #a1a1a1;
  --color-gray-rgb: 161 161 161;
  --color-lgray: #ccc;
  --color-lgray-rgb: 204 204 204;
  --color-ghost: #f7f7f7;
  --color-ghost-rgb: 247 247 247;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}
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 {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*):before, :where(*)::after {
    letter-spacing: normal;
  }
  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 {
  position: relative;
  padding: 0.9rem;
  background-color: var(--color-white);
}
#global_header .header_wrap .logo {
  display: grid;
  place-content: center;
  width: 68%;
  height: 4.8rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .mininfo ul {
    display: none;
  }
}
#global_header .header_wrap .mininfo .acs {
  position: absolute;
  top: 0.9rem;
  right: 6rem;
  width: 4.8rem;
}
#global_header .header_wrap .mininfo .acs a {
  display: block;
  height: 4.8rem;
  padding-top: 0.3rem;
  border-radius: 0.5rem;
  background-color: var(--color-logo-gr);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}
#global_header .header_wrap .mininfo .acs a::after {
  display: block;
  content: '\e80c';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .header_wrap .mininfo .acs a {
    padding-top: 0.6rem;
  }
  body:not(#page_index) #global_header .header_wrap .mininfo .acs a::before {
    display: block;
    content: '\e80d';
    font-weight: normal;
    font-size: 2.2rem;
    font-family: "fontello";
  }
  body:not(#page_index) #global_header .header_wrap .mininfo .acs a span, body:not(#page_index) #global_header .header_wrap .mininfo .acs a::after {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 5px calc(50% - 600px - 10px);
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 410px;
    height: auto;
  }
  #global_header .header_wrap .mininfo {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 16px;
  }
  #global_header .header_wrap .mininfo .txt {
    text-align: right;
  }
  #global_header .header_wrap .mininfo .txt .adr {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #global_header .header_wrap .mininfo .txt .tel.icon {
    --size-tel: 3.6rem;
  }
  #global_header .header_wrap .mininfo .btns {
    display: flex;
    gap: 10px;
  }
  #global_header .header_wrap .mininfo .acs {
    position: static;
    width: 120px;
  }
  #global_header .header_wrap .mininfo .acs a {
    height: 70px;
    padding-top: 8px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  #global_header .header_wrap .mininfo .acs a i {
    font-size: 1.4rem;
  }
  #global_header .header_wrap .mininfo .acs a:hover, #global_header .header_wrap .mininfo .acs a:focus {
    background-color: var(--color-sub);
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    padding-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/index/treatment_bg_head.svg), var(--color-main-grad);
    background-position: center bottom, left top;
    background-size: 200% 8rem, auto;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    content: "";
  }
  .js-sp_modal.is_overlay::after {
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 2rem;
    width: 70%;
    height: 5rem;
    background-image: url(../img/logo_header.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .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::after, #global_nav .gnav > li button::after {
  content: attr(title);
  color: var(--color-lgray);
  font-size: 75%;
  letter-spacing: 0.04em;
}
#global_nav .subnav {
  line-height: 1.1;
}
#global_nav .subnav li a {
  display: block;
  height: 100%;
  background-color: var(--color-main-pale);
  white-space: nowrap;
}
#global_nav .subnav li a::before {
  display: inline-block;
  margin-right: 0.5em;
  content: '\e807';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: fixed;
    top: 0.9rem;
    right: 0.9rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0 0 0.3rem;
    border-radius: 0.5rem;
    background: var(--color-logo-gr-dark);
    color: var(--color-white);
    line-height: 0.8;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e802';
    font-weight: normal;
    font-size: 3.4rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  #global_nav #sp_btn.close::before {
    transform: rotate(180deg);
    transform: scale(-1, 1);
    content: "\e806";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.8rem;
    left: 3vw;
    width: 94vw;
    max-height: 83dvh;
    padding: 1.6rem 2rem 1.6rem 1.6rem;
    overflow-y: auto;
    border-radius: 1.5rem;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    gap: 0 0.6rem;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    flex: none;
    width: 1em;
    height: 1em;
    transform: scale(0.8);
    border-radius: 50%;
    background-color: var(--color-logo-gr);
    content: "";
    color: var(--color-white);
    line-height: 1;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    flex-grow: 1;
    text-align: right;
  }
  #global_nav .gnav > li.sub .sub_btn::before {
    content: '\e80c';
    font-weight: normal;
    font-family: "fontello";
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: grid;
    grid-template-columns: auto auto;
    margin-inline: 0.8rem;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    border: 1px solid var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    padding: 0.8rem 1rem 0.8rem 2.2rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a::before {
    margin-left: -1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 80px;
    margin-inline: auto;
    padding-block: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  #global_nav .gnav > li {
    position: relative;
    flex: 1;
    height: 60px;
    padding-inline: 10px;
  }
  #global_nav .gnav > li ~ li::before {
    display: block;
    position: absolute;
    top: 25px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-logo-gr);
    content: "";
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10em;
    text-align: center;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    background-color: var(--color-sub-lite);
    color: var(--color-sub-dark);
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after, #global_nav .gnav > li button:hover::after, #global_nav .gnav > li button:focus::after {
    color: var(--color-sub);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    padding: 12px 22px 12px 29px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a::before {
    margin-left: -13px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  #global_nav.js-pc_sticky {
    transition: background 1s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    background-color: rgb(var(--color-white-rgb)/0.9);
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    z-index: 2;
    position: fixed;
    top: 140px;
    right: 0;
    width: 97px;
  }
  #side_btn li {
    margin-bottom: 18px;
    text-align: center;
  }
  #side_btn li.rsv, #side_btn li.line {
    padding-left: 8px;
  }
  #side_btn li.rsv a:hover, #side_btn li.rsv a:focus, #side_btn li.line a:hover, #side_btn li.line a:focus {
    transform: translateY(-3px);
  }
  #side_btn li.insta {
    height: 114px;
    padding: 40px 0 0 40px;
    background-image: url(../img/header_side_instaframe.svg);
    background-position: right top;
    background-size: 97px auto;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
  #side_btn li.insta:hover, #side_btn li.instafocus {
    transform: translateY(-3px);
  }
  #side_btn li.insta a {
    display: block;
    width: 40px;
    height: 40px;
  }
}
.overview {
  padding-inline: 1rem;
  background-image: url(../img/overview_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}
.overview .wrap {
  padding: 2.5rem 2rem;
  background-color: rgb(var(--color-white-rgb)/0.8);
}
.overview .wrap .primary {
  text-align: center;
}
.overview .wrap .primary .logo {
  width: 80%;
  margin-bottom: 1.2rem;
  margin-inline: auto;
}
.overview .wrap .primary .tel {
  --size-tel: 2.6rem;
  margin-bottom: 1.5rem;
}
.overview .wrap .primary .btns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  line-height: 1;
}
.overview .wrap .primary .btns li a {
  width: 7.5rem;
}
.overview .wrap .primary .btns li.insta a {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-white);
}
.overview .wrap .primary .btns li.insta a img {
  max-width: 3.2rem;
}
.overview .wrap .primary .txt_sns {
  margin-top: 1.5rem;
}
.overview .wrap .primary .txt_sns a {
  color: var(--color-sns-line);
  text-decoration: underline;
}
.overview .wrap .primary .txt_sns a::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e807';
  font-weight: normal;
  font-family: "fontello";
}
.overview .wrap .secondary {
  margin-top: 3rem;
}
.overview .wrap .secondary .outline {
  display: grid;
  grid-template-columns: 32% auto;
  gap: 1.3rem 0;
}
.overview .wrap .secondary .outline dt {
  color: var(--color-logo-gr-dark);
}
.overview .wrap .secondary .outline dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  transform: scale(0.9);
  content: '\f006';
  font-weight: normal;
  font-family: "fontello";
  vertical-align: top;
}
.overview .wrap .secondary .outline dd {
  word-break: keep-all;
}
.overview .wrap .secondary .timetable {
  margin-top: 2.5rem;
}
.overview .wrap .secondary .timetable_tbl tbody {
  font-size: 1.3rem;
}
.overview .wrap .secondary .timetable_note {
  font-size: 1.4rem;
}
.overview_gmap {
  width: 100%;
  height: 32rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding-inline: 0;
    font-size: 1.6rem;
  }
  .overview .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 147px 60px 154px;
    border-radius: 0;
    background-image: url(../img/overview_wrap_bg.svg);
    background-position: center center;
    background-size: 1200px auto;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .overview .wrap .primary {
    width: 414px;
    padding-top: 32px;
  }
  .overview .wrap .primary .logo {
    width: 414px;
    margin-bottom: 28px;
  }
  .overview .wrap .primary .tel {
    --size-tel: 3.6rem;
    margin-bottom: 25px;
  }
  .overview .wrap .primary .btns {
    margin-bottom: 0;
    gap: 25px;
  }
  .overview .wrap .primary .btns li a {
    width: 80px;
  }
  .overview .wrap .primary .btns li.insta a img {
    max-width: 30px;
  }
  .overview .wrap .primary .btns li.insta a:hover {
    filter: drop-shadow(0 0 3px var(--color-lgray));
  }
  .overview .wrap .primary .txt_sns {
    margin-top: 20px;
  }
  .overview .wrap .primary .txt_sns a:hover {
    color: var(--color-logo-gr-dark);
  }
  .overview .wrap .secondary {
    width: 450px;
    margin-top: 0;
  }
  .overview .wrap .secondary .outline {
    grid-template-columns: 118px auto;
  }
  .overview .wrap .secondary .outline dd {
    word-break: normal;
  }
  .overview .wrap .secondary .timetable {
    width: 450px;
    margin-top: 52px;
    font-size: 1.4rem;
  }
  .overview .wrap .secondary .timetable_tbl thead th:first-child {
    width: 26%;
    padding-right: 2%;
  }
  .overview .wrap .secondary .timetable_tbl thead th:last-child {
    width: 16%;
  }
  .overview .wrap .secondary .timetable_tbl tbody {
    font-size: 100%;
  }
  .overview .wrap .secondary .timetable_tbl tbody th {
    padding-right: 2%;
  }
  .overview .wrap .secondary .timetable_tbl tbody td {
    text-shadow: 0 0 1px currentColor;
  }
  .overview .wrap .secondary .timetable_note {
    font-size: 100%;
  }
  .overview_gmap {
    height: 500px;
  }
}
#global_footer {
  padding-bottom: 4rem;
  background-color: var(--color-bg-bn);
  color: var(--color-logo-bn);
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.5rem;
  background-color: var(--color-logo-bn-lite);
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding-bottom: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 30px;
  }
  #global_footer .footer_wrap > ul {
    width: 710px;
    margin-inline: auto;
    font-size: 1.4rem;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap > ul li {
    display: inline-block;
    padding-inline: 20px;
    border-left: 1px solid var(--color-gray);
    letter-spacing: 0;
  }
  #global_footer .footer_wrap > ul li.last-in-row {
    border-right: 1px solid var(--color-gray);
  }
  #global_footer .footer_wrap > ul li a {
    letter-spacing: 0.06em;
  }
  #global_footer .footer_wrap > ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap > ul.gnav .sub {
    padding-inline: 0;
    border-right: none;
  }
  #global_footer .footer_wrap > ul.gnav .sub:not([data-category=clinic]) {
    display: none;
  }
  #global_footer .footer_wrap > ul.gnav .sub .sub_btn {
    display: none;
  }
  #global_footer .footer_wrap > ul.gnav .sub .subnav li:first-child {
    border-left: none;
  }
  #global_footer .footer_wrap > ul.gnav .lw {
    display: none;
  }
  #global_footer .footer_wrap > ul.nav_treat li {
    margin-top: 10px;
  }
  #global_footer .copyright {
    padding: 9px 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    visibility: hidden;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    visibility: visible;
    opacity: 1;
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0.2rem;
  bottom: 4.3rem;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 20px;
    bottom: 20px;
  }
}
#sp_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  gap: 0 0.2rem;
}
#sp_footer li {
  flex-grow: 1;
}
#sp_footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border: 2px solid currentColor;
  border-radius: 0.5rem;
  background: var(--color-white);
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
#sp_footer li.tel a {
  border-color: var(--color-logo-bn);
  color: transparent;
  font-size: 0px;
}
#sp_footer li.tel a::before {
  display: inline-block;
  content: '\e801';
  color: var(--color-logo-bn);
  font-weight: normal;
  font-size: 2.2rem;
  font-family: "fontello";
}
#sp_footer li.rsv {
  color: var(--color-logo-rd);
}
#sp_footer li.line {
  color: var(--color-sns-line);
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}
#pageup {
  display: block;
  aspect-ratio: 9/11;
  width: 4.6rem;
  padding: 0.8rem 0 0;
  border: none;
  background-image: url(../img/icon_pageup.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 54px;
    padding: 8px 0 0;
    font-size: 2rem;
  }
  #pageup:hover {
    filter: saturate(1.3);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}
.sp_n {
  display: none;
}
@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}
.l-cf, .l-intro {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.txt_c {
  text-align: center !important;
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.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: 424px;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    float: left;
  }
  .img_r {
    max-width: 424px;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    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;
  }
}
: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: 3.5rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 4rem;
}
article > .l-intro ~ :where(section):first-of-type {
  margin-top: 0;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 5rem;
}
article > :where(section) :where(section) {
  margin-top: 4rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(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: 50px;
  }
  article > .l-intro ~ :where(section) {
    margin-top: 60px;
  }
  article > .l-intro ~ :where(section) :where(section) {
    margin-top: 40px;
  }
  article > .l-intro ~ :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article :where(section) > :not(h2, h3, h4, img, section, table, .dl_flow) {
    margin-inline: 20px;
  }
}
.tit_01 {
  font-size: 2.6rem;
}
.tit_02 {
  min-height: 12rem;
  margin-bottom: 2.4rem;
  padding-top: 5.6rem;
  background-image: url(../img/tit_02_bg.svg);
  background-position: center top;
  background-size: 14.5rem auto;
  background-repeat: no-repeat;
  color: var(--color-sub-dark);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}
.tit_03 {
  margin-bottom: 2rem;
  padding: 0.6rem 1.8rem;
  border-radius: 0.8rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
}
.tit_04 {
  margin-bottom: 1.8rem;
  padding: 0.4rem 0.2rem 0.4rem 4.6rem;
  border-bottom: 1px solid currentColor;
  background-image: url(../img/tit_04.svg);
  background-position: left bottom;
  background-size: 3.7rem auto;
  background-repeat: no-repeat;
  color: var(--color-main);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
.tit_05 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.3rem;
  padding-left: 2.4rem;
  border-bottom: 1px dashed currentColor;
  color: var(--color-logo-gr);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
.tit_05::before {
  display: inline-block;
  width: 2.6rem;
  height: 2rem;
  margin-left: -2.4rem;
  background-image: url(../img/tit_05.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: -0.1em;
}
.tit_06 {
  margin-bottom: 1.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.8rem;
  border-bottom: 1px dashed currentColor;
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    min-height: 140px;
    margin-bottom: 36px;
    padding-top: 62px;
    background-size: 168px auto;
    font-size: 3rem;
    letter-spacing: 0.24em;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding: 9px 20px;
    border-radius: 14px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .tit_04 {
    min-height: 50px;
    margin-bottom: 18px;
    padding: 12px 2px 6px 65px;
    background-size: 55px auto;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .tit_05 {
    margin-bottom: 16px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .tit_05::before {
    width: 30px;
    height: 22px;
    background-size: 18px auto;
  }
  .tit_06 {
    margin-bottom: 14px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}
.lst_ul > li {
  padding-left: 1.2em;
}
.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);
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}
.lst_dot > li {
  padding-left: 1em;
}
.lst_dot > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.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_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}
.lst_any > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_any > li.none::before {
  display: none;
}
.dl_tbl {
  margin-bottom: 1em;
}
.dl_tbl dt {
  padding: 0.2em 0.6em 0.4em;
}
.dl_tbl dt ~ dt {
  margin-top: 0.6em;
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-sub-lite);
}
.dl_tbl.cols2 {
  border-top: 1px solid var(--color-border);
}
.dl_tbl.cols2 dt {
  padding: 0.8em 1em;
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-sub-lite);
}
.dl_tbl.cols2 dt ~ dt {
  margin-top: 0;
}
.dl_tbl.cols2 dd {
  padding: 0.8em 1em;
  border-top: none;
  background-color: transparent;
}
@media screen and (min-width: 48em), print {
  .dl_tbl.cols2 {
    display: grid;
    grid-template-columns: auto auto;
  }
  .dl_tbl.cols2 dt {
    min-width: 25%;
  }
}
.dl_flow > dt {
  padding: 1.4rem 2rem 0.5rem;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-radius: 0.8rem 0.8rem 0 0;
  border-color: var(--color-main);
  background-color: var(--color-main-pale);
  color: var(--color-main);
  font-size: 130%;
  line-height: 1.3;
}
.dl_flow > dd {
  position: relative;
  padding: 0.3rem 2rem 1.4rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-radius: 0 0 0.8rem 0.8rem;
  border-color: var(--color-main);
  background-color: var(--color-main-pale);
}
.dl_flow > dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow > dd:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3.2rem;
  left: 0;
  width: 4.6rem;
  height: 2rem;
  background-color: var(--color-main);
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-inline: auto;
  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 {
    width: 1110px;
    margin-inline: auto;
  }
  .dl_flow > dt {
    padding: 26px 42px 7px;
    border-width: 3px 3px 0;
    border-radius: 10px 10px 0 0;
    font-size: 137.5%;
  }
  .dl_flow > dd {
    padding: 7px 42px 28px;
    border-width: 0 3px 3px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow > dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow > dd:not(:last-child)::after {
    bottom: -46px;
    width: 40px;
    height: 20px;
  }
}
.dl_flow.num {
  counter-reset: flowNum 0;
}
.dl_flow.num dt {
  position: relative;
  margin-left: 1rem;
  padding: 1.6rem 1.6rem 0.6rem 3rem;
  counter-increment: flowNum 1;
}
.dl_flow.num dt::before {
  display: grid;
  z-index: 1;
  position: absolute;
  top: 1rem;
  left: -1.8rem;
  aspect-ratio: 1/1;
  width: 3.8rem;
  padding-top: 1rem;
  border-radius: 50%;
  background-color: var(--color-main);
  content: counter(flowNum, decimal-leading-zero);
  color: var(--color-white);
  font-size: 2rem;
  text-align: center;
}
.dl_flow.num dt::after {
  z-index: 1;
  position: absolute;
  top: 1.2rem;
  left: -1.8rem;
  width: 3.8rem;
  content: "STEP";
  color: var(--color-white);
  font-size: 1rem;
  text-align: center;
}
.dl_flow.num dd {
  margin-left: 1rem;
  padding: 0.3rem 1.6rem 1.4rem 3rem;
}
@media screen and (min-width: 48em), print {
  .dl_flow.num > dt {
    margin-left: 50px;
    padding: 20px 32px 7px 77px;
  }
  .dl_flow.num > dt::before {
    top: 18px;
    left: -50px;
    width: 100px;
    padding-top: 40px;
    font-size: 4.3rem;
    line-height: 1;
  }
  .dl_flow.num > dt::after {
    top: 38px;
    left: -50px;
    width: 100px;
    font-size: 1.8rem;
  }
  .dl_flow.num > dd {
    margin-left: 50px;
    padding: 5px 32px 27px 77px;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(table) {
    line-height: 1.5;
  }
}
.tbl_simple, .tbl_data {
  width: 100%;
  margin-block: 1.2em;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th {
  padding: 0.6em 0.3em;
  font-weight: 500;
}
.tbl_simple td, .tbl_data td {
  padding: 0.6em;
}
.tbl_simple thead th, .tbl_data thead th {
  padding: 0.4em 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple, .tbl_data {
    width: 1000px;
    margin-inline: auto;
    margin-block: 1.4em;
  }
  .tbl_simple th, .tbl_data th {
    padding: 1em 0.5em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 1em 1.5em;
  }
  .tbl_simple thead th, .tbl_data thead th {
    padding: 0.8em 0.5em;
  }
  .tbl_simple + .remarks, .tbl_data + .remarks {
    width: 1000px;
    margin-inline: auto;
  }
}
.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-dgray);
}
.tbl_data thead th {
  background-color: var(--color-main);
  color: var(--color-white);
}
.tbl_data tbody th {
  background-color: var(--color-ghost);
}
.tbl_simple th {
  border: 1px solid var(--color-dgray);
  background-color: var(--color-main-pale);
}
.tbl_simple td {
  border: 1px solid var(--color-dgray);
}
@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 150%;
    margin-block: 0;
  }
}
.box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1em;
}
.box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_bg02, .box_bg01 {
    padding: 15px 20px;
  }
}
.box_bg01 {
  background: var(--color-main-pale);
}
.box_bg02 {
  background: var(--color-sub-lite);
}
.box_bg02 .lst_ul > li::before {
  color: var(--color-sub-dull);
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    color: var(--color-lnk-hover);
  }
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.1em;
  transform: scale(0.7);
  content: '\f08e';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
  vertical-align: text-bottom;
}
.lnkp_ref {
  margin-top: 1.2em;
  line-height: 1.3;
}
.lnkp_ref li {
  padding-left: 1em;
}
.lnkp_ref li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.lnkp_ref li ~ li {
  margin-top: 0.5em;
}
.lnkp_ref a {
  display: inline-block;
  margin-inline: 0.5em;
}
.lnkp_ref a::before {
  display: inline-block;
  margin-right: 0.2em;
  content: "\e807\e807";
  font-weight: normal;
  font-family: "fontello";
}
.lnkp_anchors a {
  display: inline-block;
  margin-inline: 0.2em;
}
.lnkp_anchors.box_bg01 a {
  color: var(--color-main-dark);
}
.lnkp_anchors.box_bg01 a:hover {
  color: var(--color-main);
}
.lnkp_anchors.box_bg02 a {
  color: var(--color-base-txt);
}
.lnkp_anchors.box_bg02 a:hover {
  color: var(--color-logo-bn-lite);
}
.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  border-radius: 0.5333333333rem;
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    border-radius: 0.8rem;
  }
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.6em;
  letter-spacing: 0;
}
.btn_detail::before, .btn_back::before {
  content: '\e80a';
  font-weight: normal;
  font-size: 112.5%;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.7em 2em;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    background-color: var(--color-main-dull);
  }
}
.btn_anchor {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 1em;
  gap: 0 0.6em;
  border-radius: 0.5333333333rem;
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .btn_anchor {
    border-radius: 0.8rem;
  }
}
.btn_anchor::after {
  content: '\f004';
  font-weight: normal;
  font-size: 120%;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_anchor {
    padding: 0.7em 1.4em;
  }
  .btn_anchor:hover, .btn_anchor:focus {
    background-color: var(--color-main-dull);
  }
}
mark {
  background: linear-gradient(transparent 75%, var(--color-highlight, mark) 75%);
  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, ul.remarks > li, dl.remarks > dt, :not(dl, ul, ol).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, ul.remarks > li > *, dl.remarks > dt > *, :not(dl, ul, ol).remarks > * {
  text-indent: 0;
}
span:not(dl, ul, ol).remarks {
  display: inline-block;
}
dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}
ol.remarks > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
ol.remarks > li > * {
  text-indent: 0;
}
:is(p, div, table, ul, ol):has(+ .remarks) {
  margin-bottom: 0.4em;
}
.notification {
  line-height: 1.5;
}
.rsv_btn {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-logo-rd);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.rsv_btn::before {
  display: block;
  content: '\e815';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .rsv_btn {
    width: 80px;
    font-size: 1.3rem;
  }
  .rsv_btn::before {
    font-size: 2.6rem;
  }
  .rsv_btn:hover {
    background-color: var(--color-logo-rd-lite);
  }
}
.rsv_apple_btn {
  display: grid;
  place-content: center;
  aspect-ratio: 40/51;
  padding-top: 23%;
  background-image: url(../img/icon_apple_rd_large.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.rsv_apple_btn::before {
  display: block;
  content: '\e815';
  font-weight: normal;
  font-size: 2.2rem;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .rsv_apple_btn {
    width: 80px;
  }
  .rsv_apple_btn::before {
    font-size: 2.6rem;
  }
  .rsv_apple_btn:hover, .rsv_apple_btnfocus {
    filter: saturate(1.5) brightness(1.05);
  }
}
.rsv_line_btn {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-sns-line);
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.rsv_line_btn b {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .rsv_line_btn {
    width: 80px;
  }
  .rsv_line_btn b {
    font-size: 1.9rem;
  }
  .rsv_line_btn:hover, .rsv_line_btnfocus {
    filter: saturate(1.25);
  }
}
.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}
.tel.icon {
  color: var(--color-logo-bn);
  font-size: var(--size-tel);
  line-height: var(--size-tel);
  letter-spacing: 0.04em;
}
.tel.icon::before {
  display: inline-block;
  width: calc(var(--size-tel) * 1.1);
  height: calc(var(--size-tel) * 1.1);
  margin-right: 0.85em;
  padding-top: 0.15em;
  border-radius: 50%;
  background-color: var(--color-logo-bn);
  content: "TEL.";
  color: var(--color-white);
  font-size: calc(var(--size-tel) * 1.1 * 0.35);
  text-align: center;
  vertical-align: top;
}
.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable_tbl thead th {
  padding-block: 0.7rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
}
.timetable_tbl thead th:first-child {
  width: 26%;
  padding-right: 3%;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  text-align: right;
}
.timetable_tbl thead th:last-child {
  width: 14%;
  padding-right: 3%;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  font-feature-settings: "palt";
  letter-spacing: -0.1em;
}
.timetable_tbl tbody th {
  padding-right: 1%;
  padding-block: 1.3rem;
  border-left: 2px solid var(--color-main);
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-weight: 500;
  text-align: right;
}
.timetable_tbl tbody td {
  padding-block: 1.3rem;
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-weight: 700;
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 1%;
  border-right: 2px solid var(--color-main);
}
.timetable_tbl tbody tr:first-of-type > * {
  border-top: 2px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.timetable_tbl tbody tr:first-of-type th {
  border-top-left-radius: 0.8rem;
}
.timetable_tbl tbody tr:first-of-type td:last-child {
  border-top-right-radius: 0.8rem;
}
.timetable_tbl tbody tr:last-of-type > * {
  border-top: 1px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
}
.timetable_tbl tbody tr:last-of-type th {
  border-bottom-left-radius: 0.8rem;
}
.timetable_tbl tbody tr:last-of-type td:last-child {
  border-bottom-right-radius: 0.8rem;
}
.timetable_note {
  padding-top: 0.8rem;
  padding-inline: 0.8rem;
  line-height: 1.44;
}
.timetable_note .closed {
  margin-top: 0.8rem;
}
.timetable_note .closed dt, .timetable_note .closed dd {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding-block: 0.8em;
  }
  .timetable_tbl thead th:first-child {
    width: 28%;
    padding-right: 5%;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    letter-spacing: 0.36em;
  }
  .timetable_tbl thead th:last-child {
    width: 15%;
    padding-right: 4%;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    letter-spacing: 0;
  }
  .timetable_tbl tbody th {
    padding-right: 5%;
    padding-block: 1em;
    border-left-width: 3px;
    letter-spacing: 0.06em;
  }
  .timetable_tbl tbody td {
    padding-block: 1em;
  }
  .timetable_tbl tbody td:last-child {
    padding-right: 4%;
    border-right-width: 3px;
  }
  .timetable_tbl tbody tr:first-of-type > * {
    border-top-width: 3px;
  }
  .timetable_tbl tbody tr:first-of-type th {
    border-top-left-radius: 1em;
  }
  .timetable_tbl tbody tr:first-of-type td:last-child {
    border-top-right-radius: 1em;
  }
  .timetable_tbl tbody tr:last-of-type > * {
    border-bottom-width: 3px;
  }
  .timetable_tbl tbody tr:last-of-type th {
    border-bottom-left-radius: 1em;
  }
  .timetable_tbl tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 1em;
  }
  .timetable_note {
    padding-top: 0.8em;
    padding-inline: 1.4em;
    letter-spacing: 0.06em;
  }
  .timetable_note .closed {
    margin-top: 0.8em;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-backface-visibility: hidden;
  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 #global_header {
  position: relative;
}
body#page_index #global_header .header_wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body#page_index #global_header .header_wrap .logo {
  opacity: 0;
}
body#page_index #global_header .header_wrap .logo a {
  pointer-events: none;
}
@media screen and (max-width: 47.99em) {
  body#page_index #global_header .header_wrap .mininfo .acs {
    top: 6.6rem;
    right: 0.9rem;
  }
  body#page_index #global_header .header_wrap .mininfo .acs a {
    height: 5.8rem;
    padding-top: 0.8rem;
    font-size: 1.1rem;
  }
}
body#page_index .tit_02 {
  margin-bottom: 0;
}
body#page_index .tit_02::after {
  display: block;
  margin-top: 0.3rem;
  content: attr(data-en);
  color: var(--color-gray);
  font-size: 1.2rem;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 48em), print {
  body#page_index .tit_02::after {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 2s ease 0s forwards;
}
.hero {
  --height-hero: 53.0rem;
  position: relative;
}
.hero_logo {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  height: 15.5rem;
  padding: 1rem 5.5rem 2.5rem 1.5rem;
  background-image: url(../img/index/hero_logo_bg.svg);
  background-position: right bottom;
  background-size: 130% auto;
  background-repeat: no-repeat;
}
.hero_img {
  z-index: -1;
  position: absolute;
  height: var(--height-hero);
  inset: 0;
}
.hero_img::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6rem;
  inset: auto 0 0;
  background-image: url(../img/index/hero_frame.svg);
  background-position: center bottom;
  background-size: 200% 8rem;
  background-repeat: no-repeat;
  content: "";
}
.hero_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: var(--height-hero);
  padding: 16rem 1.5rem 0;
}
.hero_wrap .byline {
  padding: 1.2rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 1rem;
  border-color: var(--color-logo-gr);
  background-color: rgb(var(--color-white-rgb)/0.9);
  font-size: 1.3rem;
}
.hero_wrap .byline li::before {
  display: inline-block;
  aspect-ratio: 19/22;
  width: 1em;
  margin-right: 0.3em;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: -0.1em;
}
.hero_wrap .byline li:nth-child(1)::before {
  background-image: url(../img/icon_apple_rd.svg);
}
.hero_wrap .byline li:nth-child(2)::before {
  background-image: url(../img/icon_apple_gr.svg);
}
.hero_wrap .byline li:nth-child(3)::before {
  background-image: url(../img/icon_apple_ye.svg);
}
.hero_wrap .byline li ~ li {
  margin-top: 0.5rem;
}
.hero_wrap .byline li mark {
  font-size: 1.5rem;
}
.hero_wrap .ann {
  display: grid;
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 52.5%;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  outline: 2px dotted var(--color-white);
  outline-offset: -0.5rem;
  background: linear-gradient(-45deg, var(--annbg-01) 50%, var(--annbg-02) 50%);
  color: var(--color-white);
  font-size: 1.4rem;
  text-align: center;
}
.hero_wrap .ann em, .hero_wrap .ann b {
  font-weight: 500;
}
.hero_wrap .ann.new {
  --annbg-01: #745130;
  --annbg-02: #94653b;
  width: 29vw;
}
.hero_wrap .ann.new .y b {
  font-size: 1.7rem;
}
.hero_wrap .ann.new .l {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 800px;
  }
  .hero_logo {
    left: calc(50% - 580px);
    width: 464px;
    height: 307px;
    padding: 20px;
    background-position: center top;
    background-size: contain;
  }
  .hero_logo img {
    width: 320px;
    margin-inline: auto;
  }
  .hero_img::after {
    height: 222px;
    background-position: center top;
    background-size: 2000px 222px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .hero_img::after {
    background-size: 100% 222px;
  }
}
@media screen and (min-width: 48em), print {
  .hero_wrap {
    position: relative;
    align-items: flex-end;
    width: 1200px;
    margin-inline: auto;
    padding: 100px 50px 50px;
  }
  .hero_wrap .byline {
    width: 560px;
    padding: 20px 28px;
    border-width: 3px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .hero_wrap .byline li::before {
    margin-right: 0.5em;
  }
  .hero_wrap .byline li mark {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .hero_wrap .ann {
    top: 270px;
    left: 70px;
    outline-width: 3px;
    outline-offset: -10px;
    font-size: 2.6rem;
  }
  .hero_wrap .ann.new {
    width: 210px;
    margin-right: -20px;
  }
  .hero_wrap .ann.new .y b {
    font-size: 3.2rem;
  }
  .hero_wrap .ann.new .l {
    font-size: 2.2rem;
  }
}
.topbox.timetable {
  margin-block: 4.5rem;
  padding-inline: 5%;
}
@media screen and (min-width: 48em), print {
  .topbox.timetable {
    width: 800px;
    margin: 50px auto 70px;
    padding-inline: 0;
    font-size: 2rem;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dt.null {
  pointer-events: none;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd.null {
  display: none !important;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.topics {
  margin-block: 4.5rem;
  padding-inline: 5%;
}
.topics .box {
  max-height: 24rem;
  margin-top: 1.5rem;
  padding: 1.5rem 0.5rem;
  overflow-y: auto;
  border-top: 1px solid;
}
.topics .information .box {
  border-top-color: var(--color-main);
}
.topics .information .box dl dt {
  padding-inline: 2rem;
  color: var(--color-main);
  font-size: 1.6rem;
  line-height: 1.3;
}
.topics .information .box dl dt::before {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: -1.8rem;
  content: '\e80c';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
  vertical-align: 0.1em;
}
.topics .information .box dl dt.is_open::before {
  content: "\e80b";
}
.topics .information .box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed var(--color-border);
}
.topics .information .box dl dt time {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}
.topics .information .box dl dd {
  padding-top: 0.5em;
  padding-inline: 0.5rem;
  line-height: 1.5;
}
.topics .blog {
  margin-top: 3rem;
}
.topics .blog .box {
  border-top-color: var(--color-sub-dull);
  color: var(--color-sub-dull);
}
.topics .blog .box ul {
  padding-inline: 0.5rem;
}
.topics .blog .box ul li {
  font-size: 1.6rem;
  line-height: 1.3;
}
.topics .blog .box ul li::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e80c';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
.topics .blog .box ul li time {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
}
.topics .blog .box ul li ~ li {
  margin-top: 1.3em;
}
@media screen and (min-width: 48em), print {
  .topics {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 70px auto 90px;
    padding-inline: 20px;
  }
  .topics > section {
    width: 560px;
  }
  .topics .box {
    max-height: 360px;
    padding: 20px;
  }
  .topics .information .box dl dt {
    padding-right: 10px;
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .topics .information .box dl dt::before {
    margin-right: 10px;
    margin-left: -23px;
  }
  .topics .information .box dl dt time {
    margin-right: 25px;
    font-size: 1.6rem;
  }
  .topics .information .box dl dd {
    padding-right: 10px;
    padding-left: 30px;
  }
  .topics .blog {
    margin-top: 0;
  }
  .topics .blog .box ul {
    padding-inline: 0;
  }
  .topics .blog .box ul li {
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .topics .blog .box ul li::before {
    margin-right: 10px;
    margin-left: -20px;
  }
  .topics .blog .box ul li time {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  .topics .blog .box ul li a {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
  }
  .topics .blog .box ul li a:hover {
    color: var(--color-sub-dull01);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.feature {
  padding-top: 4rem;
  padding-bottom: 12rem;
  background-image: url(../img/index/feature_bg_clouds.svg), url(../img/index/feature_bg_clouds.svg);
  background-position: left -2rem top 12rem, right -2rem top 56%;
  background-size: 35vw auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-lite);
}
.feature .wrap {
  padding-inline: 5%;
}
.feature .tit_02 {
  background-image: url(../img/tit_02_bg_w.svg);
}
.feature .lst {
  margin-top: 4.5rem;
  counter-reset: fNum 0;
}
.feature .lst li {
  position: relative;
  margin-top: 4rem;
  color: var(--color-white);
  counter-increment: fNum 1;
}
.feature .lst li::before, .feature .lst li::after {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 8rem;
  text-align: center;
}
.feature .lst li::before {
  aspect-ratio: 81/80;
  padding: 1rem 1rem 0 0;
  border-radius: 0% 0% 100% 0%/0% 0% 100% 0%;
  background-color: var(--color-main);
  content: "特長";
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.feature .lst li::after {
  aspect-ratio: 81/86;
  padding: 3rem 1rem 0 0;
  background-image: url(../img/index/feature_num.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: counter(fNum);
  font-size: 3rem;
  line-height: 1;
}
.feature .lst li .img {
  overflow: hidden;
  border: 0.5rem solid var(--color-main);
  border-radius: 1rem;
}
.feature .lst li .txt {
  display: grid;
  position: relative;
  place-content: center;
  min-height: 8.5rem;
  margin: 0 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom-right-radius: 25% 75%;
  border-bottom-left-radius: 25% 75%;
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: center;
}
.feature .lst li .txt::before {
  display: block;
  position: absolute;
  right: 1.5rem;
  bottom: -0.5rem;
  aspect-ratio: 20/19;
  width: 4rem;
  background-image: url(../img/icon_tree.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.feature .lst li .txt.fsz {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .feature {
    padding-top: 80px;
    padding-bottom: 308px;
    background-position: left calc(50% - 600px) top 130px, right calc(50% - 546px) top 660px;
    background-size: 284px auto;
  }
  .feature .wrap {
    padding-inline: 0;
  }
  .feature .lst {
    display: flex;
    margin-top: 152px;
    gap: 13px;
  }
  .feature .lst li {
    margin-top: 0;
  }
  .feature .lst li::before, .feature .lst li::after {
    top: 5px;
    left: 5px;
    width: 82px;
  }
  .feature .lst li::before {
    padding: 7px 20px 0 0;
    font-size: 1.2rem;
  }
  .feature .lst li::after {
    padding: 27px 20px 0 0;
    font-size: 3.2rem;
  }
  .feature .lst li .img {
    border-width: 5px;
    border-radius: 16px;
  }
  .feature .lst li .txt {
    min-height: 85px;
    margin: 0 8px;
    padding-bottom: 8px;
  }
  .feature .lst li .txt::before {
    right: 20px;
    bottom: -10px;
    width: 40px;
  }
}
.treatment {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 9rem;
  background-image: url(../img/index/treatment_bg_bottom.svg);
  background-position: center bottom;
  background-size: 200% auto;
  background-repeat: repeat-x;
}
.treatment::before {
  position: absolute;
  top: -7rem;
  width: 100%;
  height: 7rem;
  background-image: url(../img/index/treatment_bg_head.svg);
  background-position: center top;
  background-size: 200% 8rem;
  background-repeat: no-repeat;
  content: "";
}
.treatment .wrap {
  padding-inline: 5%;
}
.treatment .lst {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  gap: 2.5rem 0;
}
.treatment .lst li {
  width: 50%;
}
.treatment .lst li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
.treatment .lst li a::before {
  display: block;
  aspect-ratio: 81/79;
  width: 76%;
  margin: 0 auto 2rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 1rem;
  border-color: var(--color-sub);
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  content: "";
}
.treatment .lst li a::after {
  display: block;
  position: absolute;
  top: 11.4rem;
  left: 50%;
  aspect-ratio: 24/19;
  width: 3.4rem;
  transform: skew(-32deg) translateX(-75%);
  border-right: 2px solid var(--color-sub);
  background: linear-gradient(58deg, transparent 65%, var(--color-white) 65%);
  content: "";
}
.treatment .lst li .a_internal::before {
  background-image: url(../img/index/treatment_ico_internal.svg);
}
.treatment .lst li .a_lifestyle::before {
  background-image: url(../img/index/treatment_ico_lifestyle.svg);
}
.treatment .lst li .a_respiratory::before {
  background-image: url(../img/index/treatment_ico_respiratory.svg);
}
.treatment .lst li .a_sas::before {
  background-image: url(../img/index/treatment_ico_sas.svg);
}
.treatment .lst li .a_checkup::before {
  background-image: url(../img/index/treatment_ico_checkup.svg);
}
.treatment .lst li .a_vaccination::before {
  background-image: url(../img/index/treatment_ico_vaccination.svg);
}
.treatment .lst li .a_surgery::before {
  background-image: url(../img/index/treatment_ico_surgery.svg);
}
.treatment .lst li .a_pediatrics::before {
  background-image: url(../img/index/treatment_ico_pediatrics.svg);
}
.treatment .lst li .a_childvac::before {
  background-image: url(../img/index/treatment_ico_childvac.svg);
}
.treatment .lst li .a_private::before {
  background-image: url(../img/index/treatment_ico_private.svg);
}
.treatment .lst li .a_sublingual::before {
  background-image: url(../img/index/treatment_ico_sublingual.svg);
}
@media screen and (min-width: 48em), print {
  .treatment {
    padding-bottom: 176px;
    background-size: 1000px auto;
  }
  .treatment::before {
    top: -195px;
    height: 200px;
    background-size: 2000px 200px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .treatment::before {
    background-size: 100% 200px;
  }
}
@media screen and (min-width: 48em), print {
  .treatment .wrap {
    padding-inline: 25px;
  }
  .treatment .lst {
    margin-top: 50px;
    gap: 115px 50px;
  }
  .treatment .lst li {
    width: 190px;
  }
  .treatment .lst li a {
    font-size: 2rem;
  }
  .treatment .lst li a::before {
    width: 162px;
    margin: 0 auto 32px;
    border-width: 3px;
    border-radius: 12px;
    background-size: 100px auto;
  }
  .treatment .lst li a::after {
    top: 142px;
    width: 48px;
    border-right-width: 4px;
  }
  .treatment .lst li a:hover, .treatment .lst li a:focus {
    color: var(--color-sub-dark);
  }
  .treatment .lst li a:hover::before, .treatment .lst li a:focus::before {
    transform: scale(1.1) translateY(-10px);
    box-shadow: 0 3px 5px var(--color-shadow);
  }
  .treatment .lst li a:hover::after, .treatment .lst li a:focus::after {
    transform: skew(-32deg) translateX(-75%) scale(0.8);
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1rem;
  background-image: url(../img/tit_heading.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-sub-dark);
}
.heading h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 120px;
    padding: 0 calc(50% - 600px);
  }
  .heading h1 {
    font-size: 3.6rem;
  }
}
.contents {
  padding: 4rem 4%;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1200px;
    margin-inline: auto;
    padding: 40px 0 80px;
  }
}
.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.2rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@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: underline;
  }
}
body#page_doctor .doctor_greeting .photo {
  margin: 0 0 1rem;
  -webkit-clip-path: circle(38% at 50% 50%);
  clip-path: circle(38% at 50% 50%);
}
body#page_doctor .doctor_greeting p {
  line-height: 1.7;
}
body#page_doctor .doctor_greeting .signature {
  font-size: 1.4rem;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 1.9rem;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flex;
    justify-content: space-evenly;
  }
  body#page_doctor .doctor_greeting .photo {
    width: 440px;
    margin-right: -70px;
  }
  body#page_doctor .doctor_greeting .txt {
    order: -1;
  }
  body#page_doctor .doctor_greeting .txt p {
    line-height: 1.8;
  }
  body#page_doctor .doctor_greeting .txt .signature {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  body#page_doctor .doctor_greeting .txt .signature span {
    font-size: 2rem;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
    gap: 40px;
  }
  body#page_doctor .doctor_profile > section {
    flex: 1 0;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section:nth-of-type(2) {
    flex: 0 0 500px;
  }
  body#page_doctor #dr01 .doctor_greeting .photo {
    margin-left: -20px;
  }
}
body#page_clinic .splide__arrow {
  background: var(--color-white);
}
body#page_clinic .splide__arrow svg {
  fill: var(--color-main);
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide img {
  border-radius: 14px 14px 0 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.6em 0.3em;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  outline: 3px solid transparent;
  outline-offset: -3px;
  opacity: 0.6;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  outline-color: var(--color-main);
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_clinic .splide.panels .splide__slide img {
    border-radius: 14px 14px 0 0;
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .splide.navis {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}
body#page_first .belongings > section {
  margin-top: 2.5rem;
}
body#page_first .collaboration .lst_ul li {
  line-height: 1.5;
}
body#page_first .collaboration .lst_ul li ~ li {
  margin-top: 0.8em;
}
body#page_first .collaboration .lst_ul li a {
  display: block;
}
@media screen and (min-width: 48em), print {
  body#page_first .belongings {
    margin-inline: 0;
  }
  body#page_first .belongings > section {
    display: flow-root;
    margin-top: 30px;
  }
  body#page_first .collaboration .lst_ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  body#page_first .collaboration .lst_ul li a {
    display: inline-block;
  }
}
body#page_access .access_info {
  display: grid;
  grid-template-columns: 6em auto;
  gap: 1rem 1.7rem;
  line-height: 1.3;
}
body#page_access .access_info > * {
  display: grid;
  align-items: center;
  padding-block: 0.5em;
}
body#page_access .access_info > dt {
  padding-inline: 1.2rem;
  border-radius: 3px;
  background-color: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
body#page_access .gmap {
  width: 100%;
  height: 50rem;
  overflow: hidden;
  border: 2px solid var(--color-main);
  border-radius: 1rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    grid-template-columns: 10em auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 20px 40px;
    font-size: 2rem;
  }
  body#page_access .access_info > * {
    letter-spacing: 0.1em;
  }
  body#page_access .gmap {
    height: 550px;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable_tbl tbody {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.txt_notice {
  margin: 0 0 5rem;
  padding: 1em;
  background-color: #fdf2eb;
}
@media screen and (min-width: 48em), print {
  .txt_notice {
    margin: 0 0 100px;
    text-align: center;
  }
}
.tbl_data[data-cont=vac] thead th:first-child {
  width: 7em;
}
.tbl_data[data-cont=vac] tbody td {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-cont=vac] {
    table-layout: fixed;
  }
  .tbl_data[data-cont=vac] thead th:first-child {
    width: 25%;
  }
}
.tbl_data[data-cont=childvac] thead th {
  white-space: nowrap;
}
.tbl_data[data-cont=childvac] thead th:first-child {
  width: 12em;
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-cont=childvac] thead th:first-child {
    width: 25%;
  }
}
.tbl_simple[data-cont=private] tbody td {
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_simple[data-cont=private] tbody th {
    width: 50%;
  }
}
@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy_policy article > section {
  margin-top: 3.5rem;
}
body#page_privacy_policy article > section > section {
  margin-top: 2.5rem;
}
body#page_privacy_policy article > section h3, body#page_privacy_policy article > section h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
body#page_privacy_policy article > section ul ul, body#page_privacy_policy article > section ul ol, body#page_privacy_policy article > section ol ul, body#page_privacy_policy article > section ol ol {
  margin-block: 0.5em;
}
body#page_privacy_policy article .tit_02 {
  letter-spacing: 0;
}
body#page_privacy_policy article .tit_02 i {
  display: inline-block;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4rem;
}
body#page_privacy_policy article .lst_dot {
  margin-bottom: 1em;
}
body#page_privacy_policy article .lst_dot > li ~ li {
  margin-top: 0.5em;
}
body#page_privacy_policy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy_policy article .lst_ol > li::marker {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
body#page_privacy_policy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacy_policy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 4rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 3rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus div {
  word-spacing: 0.5em;
}
body#page_privacy_policy article .pp_contactus div i {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  body#page_privacy_policy article > section {
    margin-top: 40px;
  }
  body#page_privacy_policy article > section > section {
    margin-top: 30px;
  }
  body#page_privacy_policy article .lead {
    margin-bottom: 80px;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 80px;
  }
  body#page_privacy_policy article .pp_contactus {
    margin-top: 20px;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
