@charset "UTF-8";
:root {
  --breakpoint: 768px;
  --pc-header-height: 180px;
  --pc-letter-spacing: 0.05em;
  --sp-line-height: 1.56;
  --pc-line-height: 1.67;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #d59395;
  --color-main-rgb: 213 147 149;
  --color-main-dark: #aa1418;
  --color-main-dull: #c05c5f;
  --color-main-vbrt: #d5696c;
  --color-main-vbrt-rgb: 213 105 108;
  --color-main-lite: #e3b8b9;
  --color-main-pale: #faf1f1;
  --color-main-pale-rgb: 250 241 241;
  --color-sub: #a0897b;
  --color-sub-rgb: 160 137 123;
  --color-sub-dark: #5a4a40;
  --color-sub-dark-rgb: 90 74 64;
  --color-sub-vbrt: #b1856a;
  --color-sub-pale: #efebe8;
  --color-sub-pale2: #faefd9;
  --color-acnt: #699aae;
  --color-acnt-rgb: 105 154 174;
  --color-acnt-dark: #2e6e88;
  --color-subtxt: #b7b7b7;
  --color-assort-bg: #f4f4f0;
  --color-border: #dcdcdc;
  --color-highlight: #fedc5e;
  --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: #f8f8f8;
  --color-ghost-rgb: 248 248 248;
  --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.7777777778vw;
  scroll-padding-top: var(--sp-header-height, 0);
}

body {
  font-weight: var(--font-weight, normal);
  font-size: 1.3rem;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", serif;
  word-wrap: break-word;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
body.is_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

@media screen and (width >= 768px), print {
  :where(*) {
    letter-spacing: var(--pc-letter-spacing, normal);
  }
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    font-size: 1.6rem;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: inherit;
  }
  main {
    line-height: var(--pc-line-height, inherit);
  }
}
#global_header .js-modal_box {
  position: relative;
}
#global_header .js-modal_box.is_active {
  z-index: 10;
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  inset: 0;
  background: rgb(var(--color-base-bg-rgb)/1);
  transition: background 0.3s;
}

#global_header {
  z-index: 10;
  position: relative;
}
#global_header .header_wrap {
  min-height: 7rem;
  padding: 1rem;
}
#global_header .header_wrap .logo {
  width: 78%;
}
#global_header .header_wrap .logo a {
  display: block;
}
body:not(#page_index) #global_header {
  background-image: url(../img/header_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (width >= 768px), print {
  #global_header .header_wrap {
    height: 140px;
    padding: 28px 28px 0;
  }
  #global_header .header_wrap .logo {
    width: 466px;
  }
}
.js-hbgbox,
.js-menu_box {
  display: none;
}

#global_nav .gn_btn {
  z-index: 15;
  position: fixed;
  width: 6.6rem;
  height: 7rem;
  inset: 0 0 auto auto;
  background: transparent;
  transition: background 1s;
}
#global_nav .gn_btn .gn_btn_inline, #global_nav .gn_btn .gn_btn_inline::before, #global_nav .gn_btn .gn_btn_inline::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 3.6rem;
  height: 2px;
  transform: translateX(-50%);
  background: var(--color-base-txt);
  content: "";
  transition: transform 0.2s ease, top 0.2s ease, opacity ease;
}
#global_nav .gn_btn .gn_btn_inline {
  top: 50%;
  transform: translate(-50%, -50%);
}
#global_nav .gn_btn .gn_btn_inline::before {
  top: -8px;
}
#global_nav .gn_btn .gn_btn_inline::after {
  top: 8px;
}
#global_nav .gn_btn.is_active {
  background: rgb(var(--color-base-bg-rgb)/0.5);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
#global_nav .gn_btn.is_open .gn_btn_inline {
  background: transparent;
  box-shadow: none;
}
#global_nav .gn_btn.is_open .gn_btn_inline::before, #global_nav .gn_btn.is_open .gn_btn_inline::after {
  top: 0;
}
#global_nav .gn_btn.is_open .gn_btn_inline::before {
  transform: translateX(-50%) rotate(25deg);
}
#global_nav .gn_btn.is_open .gn_btn_inline::after {
  transform: translateX(-50%) rotate(-25deg);
}
#global_nav .gn_box {
  max-height: calc(100svh - 8.5rem);
  margin-top: 2.5rem;
  overflow-y: auto;
}
#global_nav .gn_box .gnav a:not(.n_current).is_current {
  color: var(--color-main-vbrt);
}
#global_nav .gn_box .gnav > ul {
  padding-inline: 2rem;
}
#global_nav .gn_box .gnav > ul > li {
  margin-bottom: 1.2em;
}
#global_nav .gn_box .gnav > ul > li > a, #global_nav .gn_box .gnav > ul > li button {
  font-weight: 700;
}
#global_nav .gn_box .gnav > ul > li.sub .sub_btn::after {
  display: inline-block;
  margin-left: 0.5em;
  transform: scale(1, -1);
  content: '\e802';
  color: var(--color-main-vbrt);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "fontello";
  vertical-align: 0.1em;
}
#global_nav .gn_box .gnav > ul > li.sub .sub_btn.is_open::after {
  transform: scale(1, 1);
}
#global_nav .gn_box .gnav > ul > li.sub .subnav {
  margin: 1em;
}
#global_nav .gn_box .gnav > ul > li.sub .subnav > li:not(:last-child) {
  margin-bottom: 0.5em;
}
#global_nav .gn_box .gnav > ul > li.sub .subnav > li::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "-";
  color: var(--color-main-vbrt);
}

@media screen and (width >= 768px), print {
  #global_nav .gn_btn {
    width: 88px;
    height: 88px;
    inset: 26px 28px auto auto;
  }
  #global_nav .gn_btn .gn_btn_inline, #global_nav .gn_btn .gn_btn_inline::before, #global_nav .gn_btn .gn_btn_inline::after {
    width: 60px;
  }
  #global_nav .gn_btn .gn_btn_inline::before {
    top: -13px;
  }
  #global_nav .gn_btn .gn_btn_inline::after {
    top: 13px;
  }
  #global_nav .gn_box {
    max-height: calc(100dvh - 180px);
    margin-top: 50px;
    margin-bottom: 10px;
  }
  #global_nav .gn_box .gnav {
    display: grid;
    grid-template-columns: 360px auto;
    justify-content: center;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    gap: 0 clamp(50px, -3.333px + 6.944vw, 80px);
  }
  #global_nav .gn_box .gnav > ul {
    padding-inline: 0;
  }
  #global_nav .gn_box .gnav > ul a:hover {
    color: var(--color-main-vbrt);
  }
}
.overview {
  padding-bottom: 4rem;
  padding-block: 3.6rem;
  background-color: var(--color-main-pale);
}
.overview .logo {
  max-width: 83%;
  margin: 0 auto 2.5rem;
  padding-right: 1rem;
}
.overview_wrap {
  padding-inline: 1.5rem;
}
.overview_wrap .timetable {
  margin-bottom: 2rem;
}
.overview_wrap .outline {
  display: grid;
  grid-template-columns: 25% auto;
  align-content: start;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
.overview_wrap .outline > dt {
  padding: 0.8rem 1rem;
  background-color: var(--color-sub-pale);
  font-weight: 600;
}
.overview_wrap .outline > dt ~ dt {
  border-top: 1px solid var(--color-border);
}
.overview_wrap .outline > dd {
  padding: 0.8rem 1.4rem;
}
.overview_wrap .outline > dd ~ dd {
  border-top: 1px solid var(--color-border);
}
.overview_wrap .gmap {
  width: 100%;
  height: 35rem;
}
.overview_wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.overview_wrap .gmap {
  margin-top: 2rem;
}
.overview .snslinks {
  margin-top: 3rem;
  padding-inline: 1.5rem;
}
.overview .snslinks ul {
  display: flex;
  justify-content: center;
  gap: 1rem 4%;
}
.overview .snslinks ul li {
  width: 48%;
}

@media screen and (width >= 768px), print {
  .overview {
    padding-block: 86px;
  }
  .overview .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 38px;
    padding-right: 0;
  }
  .overview_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    gap: 40px;
  }
  .overview_wrap .timetable {
    grid-column: 1/-1;
    max-width: 900px;
    margin: 0 auto;
  }
  .overview_wrap .outline {
    grid-template-columns: 30% auto;
  }
  .overview_wrap .outline > dt,
  .overview_wrap .outline > dd {
    padding: 17px 30px;
  }
  .overview_wrap .gmap {
    height: auto;
    margin-top: 0;
  }
  .overview .snslinks {
    margin-top: 42px;
    padding-inline: 0;
  }
  .overview .snslinks ul {
    gap: 10px;
  }
  .overview .snslinks ul li {
    width: auto;
  }
}
#contact_us .contactus {
  display: grid;
  text-align: center;
}
#contact_us .contactus .tit,
#contact_us .contactus .ctcbox div {
  padding-block: 1.5rem;
}
#contact_us .contactus .tit,
#contact_us .contactus .ctcbox dt {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
#contact_us .contactus .ctcbox {
  display: grid;
}
#contact_us .contactus .ctcbox div {
  border-top: 1px solid var(--color-border);
}
#contact_us .contactus .ctcbox div dt {
  margin-bottom: 1.5rem;
}
#contact_us .contactus .ctcbox div .telnum {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#contact_us .contactus .ctcbox div .telnum::before {
  display: inline-block;
  margin-left: -0.2em;
  transform: scale(0.7);
  content: '\e805';
  font-weight: normal;
  font-family: "fontello";
}
#contact_us .contactus .ctcbox div .btn_form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 78%;
  margin-inline: auto;
  padding: 1.2rem;
  background-color: var(--color-main-vbrt);
  color: var(--color-white);
  font-size: 1.6rem;
  text-align: center;
}
#contact_us .contactus .ctcbox div .btn_form::before {
  margin-right: 0.5em;
  transform: scale(1.2);
  content: '\e806';
  font-weight: normal;
  font-family: "fontello";
}

@media screen and (width >= 768px), print {
  #contact_us .contactus {
    grid-template-columns: clamp(100px, -95.556px + 25.463vw, 210px) auto;
    max-width: 1200px;
    max-height: 260px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    text-align: left;
  }
  #contact_us .contactus .tit,
  #contact_us .contactus .ctcbox div {
    padding-block: clamp(36px, -3.111px + 5.093vw, 58px);
  }
  #contact_us .contactus .tit,
  #contact_us .contactus .ctcbox dt {
    font-size: clamp(1.8rem, 1.4444rem + 0.463vw, 2rem);
  }
  #contact_us .contactus .ctcbox {
    grid-template-columns: 1fr 1fr;
    border-right: 1px solid var(--color-border);
  }
  #contact_us .contactus .ctcbox div {
    padding-inline: clamp(36px, -17.333px + 6.944vw, 66px);
    border-top: none;
    border-left: 1px solid var(--color-border);
  }
  #contact_us .contactus .ctcbox div dt {
    margin-bottom: 24px;
  }
  #contact_us .contactus .ctcbox div .telnum {
    font-size: clamp(3rem, -0.5556rem + 4.63vw, 5rem);
  }
  #contact_us .contactus .ctcbox div .btn_form {
    flex-wrap: wrap;
    max-width: 360px;
    margin-inline: 0;
    padding-block: clamp(15px, -2.778px + 2.315vw, 25px);
    font-size: clamp(1.8rem, 1.4444rem + 0.463vw, 2rem);
  }
  #contact_us .contactus .ctcbox div .btn_form:hover, #contact_us .contactus .ctcbox div .btn_form:focus {
    background-color: var(--color-main-dull);
    color: var(--color-white);
  }
}
#global_footer {
  padding-bottom: 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer .copyright {
  margin-bottom: 0;
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-border);
}
#global_footer .copyright small {
  display: block;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (width >= 768px), print {
  #global_footer {
    padding-bottom: 90px;
  }
  #global_footer .copyright {
    padding-block: 28px;
  }
  #global_footer .copyright small {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    font-size: 1.8rem;
    text-align: left;
  }
}
.js-floating_btm {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  inset: auto 0 0;
  opacity: 0;
  transition: 0.5s;
}
.js-floating_btm.is_active {
  visibility: visible;
  opacity: 1;
}
@media screen and (width >= 768px), print {
  .js-floating_btm {
    inset: auto 30px 30px auto;
  }
}
@media print {
  .js-floating_btm {
    display: none !important;
  }
}

#fixed_bar {
  display: grid;
  grid-template-columns: auto 4rem;
  width: 100%;
  height: 4rem;
}
#fixed_bar .btns {
  display: flex;
}
#fixed_bar .btns li {
  flex-grow: 1;
  background: var(--color-white);
  text-align: center;
}
#fixed_bar .btns li:not(:has(a)),
#fixed_bar .btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#fixed_bar .btns li.phone {
  border: 1px solid var(--color-sub);
  font-size: 1.8rem;
}
#fixed_bar .btns li.rsev {
  border: 1px solid var(--color-main);
  font-size: 1.5rem;
}
@media screen and (width >= 768px), print {
  #fixed_bar {
    grid-template-columns: auto 60px;
    max-width: 476px;
    height: 60px;
  }
  #fixed_bar .btns li.phone {
    font-size: 2.2rem;
  }
  #fixed_bar .btns li.rsev {
    font-size: 1.8rem;
  }
  #fixed_bar .btns li.rsev a:hover {
    background: var(--color-main);
    color: var(--color-white);
  }
  #fixed_bar .btns li.rsev a:hover::before {
    color: #e3b8b9;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 1px solid var(--color-border);
  background: var(--color-base-bg);
  color: var(--color-base-txt);
  line-height: 1;
  text-align: center;
}
#pageup::before {
  content: '\e802';
  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: 1.6rem;
  }
  #pageup:hover {
    border: 1px solid var(--color-lgray);
    background: var(--color-border);
  }
}

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.2rem;
}
@media screen and (width >= 768px), print {
  .wrap {
    max-width: 1200px;
    margin-inline: auto;
  }
  body > *:has(.wrap) {
    container-type: inline-size;
  }
  @container (max-width: 1333.3333333333px) {
    .wrap {
      width: 90%;
    }
  }
}

.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: 1.5rem auto;
}
.img_c.w100 {
  max-width: 100%;
}
.img_c.w50 {
  max-width: 60%;
}

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

figure:is(.img_c, .img_l, .img_r) figcaption {
  margin-block: 0.3em;
  line-height: 1.25;
}

@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: clamp(540px, 166.667px + 48.611vw, 750px);
    margin: 25px auto;
  }
  .img_c.w50 {
    max-width: 400px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c.pc_w50 {
    max-width: 400px;
  }
  figure.img_c {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  figure.img_c figcaption {
    margin-block: 0.5em;
    text-align: center;
  }
  .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;
  }
  figure.img_l {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .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;
  }
  figure.img_r {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.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 (width >= 768px), 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) > :last-child {
  margin-bottom: 0;
}

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

@media screen and (width >= 768px), print {
  article > .lead {
    margin-bottom: 80px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 45px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: 400;
  font-size: 2.2rem;
}

.tit_02 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-main);
  color: var(--color-main-vbrt);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.tit_02 i {
  display: inline-block;
  font-size: 90%;
}

.tit_03 {
  margin-bottom: 1.4rem;
  padding: 0.7rem 0 0.7rem 3.3rem;
  background-color: var(--color-main-pale);
  color: var(--color-sub-dark);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
}
.tit_03::before {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: -2.2rem;
  transform: scale(0.8);
  content: '\e807';
  color: var(--color-main);
  font-weight: normal;
  font-size: 90%;
  font-family: "fontello";
  vertical-align: 0.1em;
}
.tit_03 a {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 500;
  font-size: 80%;
}

.tit_04 {
  margin-bottom: 1rem;
  padding: 0.5rem 0 0 0.8rem;
  background-image: url(../img/tit_04.svg);
  background-position: left top;
  background-size: 2.6rem auto;
  background-repeat: no-repeat;
  color: var(--color-acnt-dark);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
}

.tit_05 {
  margin-bottom: 0.8rem;
  padding-left: 0.8rem;
  border-left: 0.6rem solid var(--color-main);
  color: var(--color-main-vbrt);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
}

.tit_06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media screen and (width >= 768px), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 38px;
    padding-bottom: 16px;
    font-size: 3.6rem;
    line-height: 1.38;
  }
  .tit_03 {
    margin-bottom: 24px;
    padding: 10px 10px 10px 54px;
    font-size: 2.8rem;
    line-height: 1.43;
    letter-spacing: 0.05em;
  }
  .tit_03::before {
    margin-right: 12px;
    margin-left: -38px;
    transform: scale(0.9);
  }
  .tit_04 {
    margin-bottom: 18px;
    padding: 3px 0 0 12px;
    background-size: 38px auto;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .tit_05 {
    margin-bottom: 16px;
    padding-left: 12px;
    border-left-width: 8px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.dl_bullet dt, .lst_ul > li {
  padding-left: 1.4em;
}
.dl_bullet dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-right: 0.35em;
  margin-left: -1.35em;
  transform: scale(0.6);
  content: "■";
  color: var(--color-main);
}

.lst, .lst_any, .lst_check, .lst_ol, .lst_ul {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst > li:not(:first-child), .lst_any > li:not(:first-child), .lst_check > li:not(:first-child), .lst_ol > li:not(:first-child), .lst_ul > li:not(:first-child) {
  margin-top: 0.5em;
}
.lst > li ul, .lst_any > li ul, .lst_check > li ul, .lst_ol > li ul, .lst_ul > li ul, .lst > li ol, .lst_any > li ol, .lst_check > li ol, .lst_ol > li ol, .lst_ul > li ol {
  margin-top: 0.5em;
}
.lst.ls_narrow > li:not(:first-child), .ls_narrow.lst_any > li:not(:first-child), .ls_narrow.lst_check > li:not(:first-child), .ls_narrow.lst_ol > li:not(:first-child), .ls_narrow.lst_ul > li:not(:first-child) {
  margin-top: 0.25em;
}
.lst.ls_wide > li:not(:first-child), .ls_wide.lst_any > li:not(:first-child), .ls_wide.lst_check > li:not(:first-child), .ls_wide.lst_ol > li:not(:first-child), .ls_wide.lst_ul > li:not(:first-child) {
  margin-top: 1.1em;
}

.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

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

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

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

.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}

.lst_dl {
  margin-bottom: 1.2em;
}
.lst_dl > dt {
  margin-bottom: 0.25em;
  font-weight: 600;
  font-size: 112.5%;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1.2em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
.lst_dl > dd :is(.lst_ul, .lst_ol) {
  margin-block: 0.5em;
}
.lst_dl.ls-narrow > dt {
  margin-bottom: 0;
  font-size: 100%;
  line-height: inherit;
}
.lst_dl.ls-narrow > dt ~ dt {
  margin-top: 0.5em;
}

.dl_bullet {
  margin-bottom: 1em;
}
.dl_bullet dt {
  margin-bottom: 0.2em;
  font-weight: 600;
}
.dl_bullet dt ~ dt {
  margin-top: 1em;
}
.dl_bullet dd {
  margin-left: 1.4em;
}

.dl_2cols {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 1em;
  gap: 0.5em 0.8em;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em;
}
.dl_tbl dt ~ dt {
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-border);
}

.ol_flow {
  counter-reset: flowNum 0;
}
.ol_flow > li {
  position: relative;
  padding: 1em;
  background-color: var(--color-main-pale);
  counter-increment: flowNum 1;
}
.ol_flow > li:not(:last-child) {
  margin-bottom: 3.6rem;
}
.ol_flow > li:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.8rem;
  left: 0;
  width: 7rem;
  height: 1.6rem;
  background-color: var(--color-main-vbrt);
  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:not:has(.tit)::before {
  display: inline-block;
  margin-right: 0.5em;
  content: counter(flowNum) ".";
  font-size: 115%;
  line-height: 1;
}
.ol_flow > li .tit {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.5rem;
}
.ol_flow > li .cont {
  margin-bottom: 0;
}
.ol_flow > li .cont > *:last-child {
  margin-bottom: 0;
}
.ol_flow[data-label=num] .tit::before {
  display: inline-block;
  margin-right: 0.5em;
  content: counter(flowNum) ".";
  font-size: 115%;
  line-height: 1;
}
.ol_flow[data-label=step] .tit::before {
  display: inline-block;
  margin-right: 1em;
  content: "STEP" counter(flowNum);
  font-weight: 700;
}
@media screen and (width >= 768px), print {
  .ol_flow > li {
    padding: 1.75em 2.2em;
  }
  .ol_flow > li:not(:last-child) {
    margin-bottom: 66px;
  }
  .ol_flow > li:not(:last-child)::after {
    bottom: -46px;
    width: 140px;
    height: 26px;
  }
  .ol_flow > li .tit {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
  }
}

.dl_faq > dt {
  margin-bottom: 0.8rem;
  padding-left: 2.6rem;
  color: var(--color-main-dull);
  font-size: 1.4rem;
  line-height: 1.4;
}
.dl_faq > dt::before {
  display: inline-block;
  width: 2.6rem;
  margin-left: -2.6rem;
  content: "Q.";
  font-size: 1.8rem;
  line-height: 1;
}
.dl_faq > dt:not(:first-of-type) {
  margin-top: 1.2em;
}
.dl_faq > dd {
  padding-left: 2.6rem;
}
.dl_faq > dd::before {
  display: inline-block;
  width: 2.6rem;
  margin-left: -2.6rem;
  transform: translateX(0.2em);
  content: "A.";
  color: var(--color-sub);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (width >= 768px), print {
  .dl_faq > dt {
    padding-left: 36px;
    font-size: 1.8rem;
  }
  .dl_faq > dt::before {
    width: 36px;
    margin-left: -36px;
    font-size: 2.2rem;
  }
  .dl_faq > dd {
    padding-left: 36px;
  }
  .dl_faq > dd::before {
    width: 36px;
    margin-left: -36px;
    font-size: 1.8rem;
  }
}

@media screen and (width >= 768px), print {
  :where(.contents) :where(table) {
    line-height: 1.5;
  }
}

.footnote {
  line-height: 1.5;
}
table:has(+ .footnote) {
  margin-bottom: 0.3em;
}

table + .footnote {
  margin-bottom: 1.2em;
}

.tbl_info, .tbl_price, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.tbl_info caption, .tbl_price caption, .tbl_data caption {
  margin-bottom: 0.3em;
  font-weight: 600;
  text-align: left;
}
.tbl_info caption.foot, .tbl_price caption.foot, .tbl_data caption.foot {
  margin-top: 0.5em;
  font-weight: 400;
  caption-side: bottom;
}
.tbl_info th, .tbl_price th, .tbl_data th {
  padding: 0.6em;
  font-weight: normal;
}
.tbl_info td, .tbl_price td, .tbl_data td {
  padding: 0.6em;
}
@media screen and (width >= 768px), print {
  .tbl_info caption, .tbl_price caption, .tbl_data caption {
    font-size: 111.5%;
  }
  .tbl_info caption.foot, .tbl_price caption.foot, .tbl_data caption.foot {
    font-size: inherit;
  }
  .tbl_info th, .tbl_price th, .tbl_data th,
  .tbl_info td,
  .tbl_price td,
  .tbl_data td {
    padding: 1em 2em;
  }
}

.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-border);
}
.tbl_data thead th {
  background-color: var(--color-sub);
  color: var(--color-white);
  font-weight: 600;
}
.tbl_data tbody th {
  background-color: var(--color-sub-pale);
  font-weight: 500;
}
.tbl_data tbody td {
  text-align: center;
}

.tbl_price th {
  border: 1px solid var(--color-border);
  background-color: var(--color-main-pale);
  text-align: left;
}
.tbl_price td {
  border: 1px solid var(--color-border);
}
.tbl_price td:last-child {
  width: 30%;
  text-align: center;
  white-space: nowrap;
}
.tbl_price thead th {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 600;
}
.tbl_info th {
  border: 1px solid var(--color-border);
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 600;
}
.tbl_info td {
  border: 1px solid var(--color-border);
  text-align: left;
}

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

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

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

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

.box_bg03 {
  background: var(--color-base-bg);
}

.box_notice {
  background: var(--color-base-bg);
}

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

.lnk_img {
  display: inline-block;
  line-height: 1;
}
@media screen and (width >= 768px), print {
  .lnk_img:hover {
    opacity: 0.7;
  }
}

.lnk_pdf::before {
  display: inline-block;
  margin-right: 0.2em;
  content: '\f1c1';
  font-weight: normal;
  font-family: "fontello";
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.2em;
  content: '\f08e';
  font-weight: normal;
  font-size: 80%;
  font-family: "fontello";
}

.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.4em 0.9em 1.1em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-0.5em);
}
.btn_detail, .btn_back {
  border: 1px solid var(--color-main);
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  font-weight: 500;
}
.btn_detail::after, .btn_back::after {
  content: '\e803';
  color: var(--color-sub);
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_detail, .btn_back {
    padding: 1em 2.2em 1em 1em;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    border-color: var(--color-acnt);
  }
}

.btn_anchor, .lnkbtn_anchors li a {
  display: inline-block;
  padding: 0.75em 1em;
  border: 1px solid currentColor;
  border-radius: 10em;
  border-radius: 10em;
  background-color: var(--color-white);
  color: var(--color-sub-dark);
  font-weight: 500;
  line-height: 1.2;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
}
@media screen and (width >= 768px), print {
  .btn_anchor, .lnkbtn_anchors li a {
    padding: 0.7em 1.5em;
  }
  .btn_anchor:hover, .lnkbtn_anchors li a:hover, .btn_anchor:focus, .lnkbtn_anchors li a:focus {
    color: var(--color-sub);
  }
}

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

.txt-u {
  text-decoration: underline;
}

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

span:not(dl, ul).remarks {
  display: inline-block;
}

dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}

:is(p, [class*=box_]):has(+ .remarks) {
  margin-bottom: 0.5em;
}

.notification {
  line-height: 1.5;
}

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

.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  margin-right: 0.4em;
  content: '\e800';
  color: var(--color-phone, var(--color-sub));
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.rsev a::before {
  display: inline-block;
  margin-right: 0.3em;
  content: '\e801';
  color: var(--color-rsv, var(--color-main-vbrt));
  font-weight: normal;
  font-size: 120%;
  line-height: 1;
  font-family: "fontello";
  vertical-align: 0.1em;
}

.timetable .open {
  color: var(--color-main);
  font-weight: 500;
}
.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  table-layout: fixed;
}
.timetable_tbl thead th {
  padding: 1.2em 0;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
}
.timetable_tbl thead th:first-child {
  width: 29%;
}
.timetable_tbl thead th:last-child {
  width: 13%;
  padding-right: 2%;
}
.timetable_tbl tbody {
  background-color: var(--color-white);
}
.timetable_tbl tbody th {
  padding: 1.2em 0;
  border-bottom: 1px solid var(--color-border);
  font-weight: 500;
  white-space: nowrap;
}
.timetable_tbl tbody td {
  padding: 1.2em 0;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.6em;
}
.timetable_note .receipt {
  line-height: 1.5;
}
.timetable_note .receipt > dt {
  margin-bottom: 0.6em;
  padding-left: 0.4em;
  border-left: 0.5rem solid var(--color-main);
  font-weight: 500;
}

@media screen and (width >= 768px), print {
  .timetable_tbl thead th {
    padding: 1.2em 0 1.12em;
  }
  .timetable_tbl thead th:first-child {
    width: 28%;
    padding-left: 1%;
  }
  .timetable_tbl thead th:last-child {
    width: 11%;
    padding-right: 2%;
  }
  .timetable_tbl tbody {
    background-color: var(--color-white);
    font-size: 111%;
  }
  .timetable_tbl tbody th {
    padding: 1em 0;
    letter-spacing: 0;
  }
  .timetable_tbl tbody td {
    padding: 1em 0;
  }
  .timetable_tbl tbody td:last-child {
    padding-right: 2%;
  }
}
.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 {
  width: 70%;
  height: 70%;
  fill: #000;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
}
.splide__pagination__page.is-active {
  z-index: 1;
  background: #000;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}
:where(body#page_index) :is(ul, ol):not([data-styled] *) {
  margin-left: 0;
}

body#page_index #global_header {
  position: absolute;
  inset: 0 0 auto;
}
body#page_index #global_header .logo {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
body#page_index #global_header .logo img {
  filter: drop-shadow(0 0 5px var(--color-white));
}
body#page_index .main {
  padding-bottom: 10rem;
  background-image: url(../img/index/main_bg.webp), linear-gradient(90deg, rgb(var(--color-main-rgb)/1), rgb(var(--color-main-rgb)/0.5));
  background-position: right -5rem bottom 0, left 0 bottom 0;
  background-size: auto 10rem;
  background-repeat: no-repeat;
}
@media screen and (width >= 768px), print {
  body#page_index .main {
    padding-bottom: 200px;
    background-position: right calc(50% - 398px) bottom 0, left bottom;
    background-size: auto 200px;
  }
}

.title {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
}
.title i {
  display: block;
  margin-top: 0.2em;
  color: var(--color-subtxt);
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px), print {
  .title {
    margin-bottom: 42px;
    font-size: 4rem;
  }
  .title i {
    font-size: 2rem;
  }
}

.title_en {
  margin-bottom: 2.4rem;
  color: var(--color-main-vbrt);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px), print {
  .title_en {
    margin-bottom: 60px;
    font-size: 4rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 2s forwards;
}

.hero {
  --height-hero: 34.0rem;
  position: relative;
  background-color: var(--color-assort-bg);
}
.hero_img {
  height: var(--height-hero);
}
.hero_wrap {
  position: relative;
  padding: 2rem 1.2rem;
}
.hero_wrap .catch {
  position: absolute;
  top: -8.5rem;
  left: 0;
  width: 100%;
  height: 8rem;
  margin-bottom: 0;
  padding: 1.5rem;
  color: var(--color-base-txt);
  font-weight: 600;
  font-size: 1.8rem;
  text-shadow: 0 0 0.3rem var(--color-white), 0 0 0.3rem var(--color-white), 0 0 0.3rem var(--color-white), 0 0 0.3rem var(--color-white), 0 0 0.3rem var(--color-white);
}
.hero_wrap .art_result {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  margin-inline: auto;
  gap: 1rem;
}
.hero_wrap .art_result .graph {
  display: grid;
  align-content: end;
  justify-items: center;
  aspect-ratio: 1/1;
  padding-block: 1.5rem;
  background-image: url(../img/index/bg_graph.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.hero_wrap .art_result .graph .year {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  text-shadow: 0 0 0.3rem var(--color-sub-dark);
}
.hero_wrap .art_result .graph .year em {
  display: block;
  font-weight: 700;
}
.hero_wrap .art_result .graph .percent {
  text-shadow: 0.2rem 0.2rem 0 var(--color-sub-dark);
}
.hero_wrap .art_result .graph .percent em {
  font-weight: 600;
  font-size: 2.4rem;
}
.hero_wrap .art_result .graph .percent em b {
  font-weight: inherit;
  font-size: 5rem;
  line-height: 1;
}
.hero_wrap .art_result .graph .note {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  text-align: left;
}
.hero_wrap .art_result .box .more a {
  display: block;
  border-color: var(--color-sub);
}
.hero_wrap .art_result .box .txt {
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgb(var(--color-main-vbrt-rgb)/0.6);
  color: var(--color-white);
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (width >= 768px), print {
  .hero {
    --height-hero: 920px;
  }
  .hero_img {
    position: absolute;
    inset: 0;
  }
  .hero_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    height: var(--height-hero);
    margin-inline: auto;
    padding-inline: clamp(0px, 396px + -33 * 1vw, 3%);
    padding-block: 0;
    gap: 0 4%;
  }
  .hero_wrap .catch {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    inset: auto;
    padding: 90px 0;
    font-weight: 600;
    font-size: 3rem;
    text-shadow: 0 0 6px var(--color-white), 0 0 6px var(--color-white), 0 0 6px var(--color-white), 0 0 6px var(--color-white), 0 0 6px var(--color-white);
  }
  .hero_wrap .art_result {
    display: block;
    margin-inline: 0;
  }
  .hero_wrap .art_result .graph {
    width: 265px;
    margin-inline: auto;
  }
  .hero_wrap .art_result .graph .year {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-shadow: 0 0 6px var(--color-sub-dark);
  }
  .hero_wrap .art_result .graph .percent {
    text-shadow: 2px 2px 0 var(--color-sub-dark);
  }
  .hero_wrap .art_result .graph .percent em {
    font-size: 3.9rem;
  }
  .hero_wrap .art_result .graph .percent em b {
    font-size: 7.8rem;
    letter-spacing: 0;
  }
  .hero_wrap .art_result .graph .note {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .hero_wrap .art_result .box {
    width: 300px;
    margin-top: 10px;
  }
  .hero_wrap .art_result .box .more a:hover, .hero_wrap .art_result .box .more afocus {
    border-color: var(--color-acnt);
  }
  .hero_wrap .art_result .box .txt {
    padding: 15px;
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.medical {
  padding-block: 4rem;
  background-image: url(../img/index/medical_bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.medical .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1.5rem;
}
.medical .items .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 25rem;
  padding: 11rem 1rem 1rem;
  gap: 1.2rem 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-white);
}
.medical .items .box .tit {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.medical .items .box .tit span {
  display: inline-block;
  padding: 0.1rem 0.4rem 0.2rem;
  background-color: rgb(var(--color-sub-dark-rgb)/0.8);
}
.medical .items .box .tit i {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.medical .items .box .lst_dot {
  flex-grow: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.medical .items .box .more {
  text-align: center;
}
.medical .items .box .more a {
  display: inline-block;
  width: 90%;
  padding: 0.4rem;
  border: 1px solid currentColor;
  border-radius: 2em;
  text-align: center;
}
.medical .items .box[data-cont=infertility] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_infertility.webp);
}
.medical .items .box[data-cont=fertilization] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_fertilization.webp);
}
.medical .items .box[data-cont=freezing] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_freezing.webp);
}
.medical .items .box[data-cont=testing] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_testing.webp);
}
.medical .items .box[data-cont=rpl] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_rpl.webp);
}
.medical .items .box[data-cont=gynecology] {
  background-image: linear-gradient(rgb(var(--color-sub-rgb)/0), rgb(var(--color-sub-rgb)/1)), url(../img/index/medical_pic_gynecology.webp);
}

@media screen and (width >= 768px), print {
  .medical {
    padding-top: 140px;
    padding-bottom: 220px;
  }
  .medical .items {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    margin-top: 60px;
    gap: clamp(40px, 4.444px + 4.63vw, 60px);
  }
  .medical .items .box {
    min-height: 420px;
    margin-top: 0;
    padding: 200px 30px 30px;
    gap: 26px 0;
  }
  .medical .items .box .tit {
    font-size: 2.4rem;
  }
  .medical .items .box .tit span {
    padding: 3px 10px 4px;
  }
  .medical .items .box .tit i {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .medical .items .box .lst_dot {
    font-size: 1.8rem;
  }
  .medical .items .box .more {
    text-align: right;
  }
  .medical .items .box .more a {
    width: 150px;
    font-size: 1.6rem;
  }
  .medical .items .box .more a:hover, .medical .items .box .more a:focus {
    background-color: rgb(var(--color-white-rgb)/0.3);
  }
}
.topic {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  background-image: url(../img/index/topic_bg.webp);
  background-position: right -10% bottom -10%;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main-pale);
}
.topic .title_en {
  padding-inline: 1rem;
}
.topic .items {
  font-weight: 600;
  line-height: 1.3;
}
.topic .items li {
  width: 88%;
}
.topic .items li:nth-child(1) {
  margin-left: 1.2rem;
}
.topic .items li:nth-child(2) {
  margin-left: 2.4rem;
}
.topic .items li:nth-child(3) {
  margin-left: 3.6rem;
}
.topic .items li:not(:first-child) {
  margin-top: 2rem;
}
.topic .items li {
  padding-bottom: 1rem;
  padding-left: 2.2rem;
  border-bottom: 1px solid var(--color-main);
  font-size: 1.5rem;
}
.topic .items li::before {
  display: inline-block;
  margin-right: 0.8rem;
  margin-left: -2.2rem;
  content: '\e803';
  color: var(--color-main-vbrt);
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "fontello";
  vertical-align: 0.05em;
}

@media screen and (width >= 768px), print {
  .topic {
    min-height: 430px;
    padding-top: 80px;
    padding-bottom: 90px;
    overflow-x: clip;
    background-position: right calc(50% - 808px) bottom 0;
    background-size: auto;
  }
  .topic .wrap {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding-left: clamp(120px, -200px + 41.667vw, 300px);
    gap: 28px;
  }
  .topic .wrap::before {
    display: block;
    position: absolute;
    top: -160px;
    left: clamp(-580px, -900px + 41.667vw, -400px);
    width: 644px;
    height: 423px;
    background-image: url(../img/index/topic_pic.webp);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .topic .title_en {
    flex: none;
    width: 125px;
    margin: 0;
    padding-inline: 0;
  }
  .topic .items {
    padding-top: 22px;
  }
  .topic .items li {
    width: clamp(440px, 226.667px + 27.778vw, 560px);
  }
  .topic .items li:not(:first-child) {
    margin-top: 45px;
  }
  .topic .items li {
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 2.2rem;
  }
  .topic .items li::before {
    margin-right: 10px;
    margin-left: -30px;
    font-size: 2rem;
  }
  .topic .items li a:hover {
    color: var(--color-main-vbrt);
  }
  .topic .items li:nth-child(2) {
    margin-left: clamp(32px, -60.444px + 12.037vw, 84px);
  }
  .topic .items li:nth-child(3) {
    margin-left: clamp(64px, -120.889px + 24.074vw, 168px);
  }
}
.features {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url(../img/index/features_bg01.webp), url(../img/index/features_bg02.webp);
  background-position: right -20vw top, left -30vw bottom;
  background-size: 70% auto, 90% auto;
  background-repeat: no-repeat;
}
.features .box {
  padding: 4rem 2rem;
  background-image: url(../img/index/features_frame_tl.svg), url(../img/index/features_frame_tr.svg), url(../img/index/features_frame_br.svg), url(../img/index/features_frame_bl.svg);
  background-position: left 0.7rem top 0.7rem, right 0.7rem top 0.7rem, right 0.7rem bottom 0.7rem, left 0.7rem bottom 0.7rem;
  background-size: 4rem auto;
  background-repeat: no-repeat;
  background-color: rgb(var(--color-white-rgb)/0.95);
  box-shadow: 0 0 1rem var(--color-shadow);
}
.features .box .items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 600;
  counter-reset: fNum 0;
}
.features .box .items li {
  margin-bottom: 1.8rem;
  padding-left: 5rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  counter-increment: fNum 1;
}
.features .box .items li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 4rem;
  margin-right: 1rem;
  margin-left: -5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: var(--color-white);
  content: counter(fNum, decimal-leading-zero);
  color: var(--color-main-vbrt);
}
.features .box .items li em {
  font-weight: inherit;
  letter-spacing: 0.05em;
}
.features .box .items li i {
  display: block;
  color: var(--color-sub);
  font-size: 1.3rem;
}
.features .box .items li i::before {
  display: inline-block;
  width: 4.5rem;
  height: 0.5em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  border-top: 1px solid var(--color-sub);
  content: "";
}
.features .box .more {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (width >= 768px), print {
  .features {
    padding-block: 142px;
    background-position: right calc(50% - 500px) top 0, left calc(50% - 500px) bottom;
    background-size: auto;
  }
  .features .box {
    max-width: 1014px;
    padding: 80px 40px 70px;
    background-position: left 10px top 12px, right 10px top 12px, right 10px bottom 12px, left 10px bottom 12px;
    background-size: 80px auto;
    box-shadow: 0 0 20px var(--color-shadow);
  }
  .features .box .items li {
    padding-left: 84px;
    font-size: 2.4rem;
  }
  .features .box .items li::before {
    width: 64px;
    margin-right: 20px;
    margin-left: -84px;
  }
  .features .box .items li i {
    display: inline-block;
    font-size: 2rem;
  }
  .features .box .items li i::before {
    width: 50px;
    height: 8px;
    margin-inline: 10px;
  }
  .features .box .items li:nth-child(1) {
    margin-left: 0px;
  }
  .features .box .items li:nth-child(2) {
    margin-left: 64px;
  }
  .features .box .items li:nth-child(3) {
    margin-left: 128px;
  }
  .features .box .more {
    margin-top: 40px;
  }
  .features .box .more a {
    width: 225px;
  }
}
.clinic_menu .items {
  display: grid;
  grid-template-columns: 50% 50%;
}
.clinic_menu .items li {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.clinic_menu .items li a {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 100%;
  height: 11rem;
  background-color: rgb(var(--color-black-rgb)/0.5);
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 0.5rem var(--color-black);
}
.clinic_menu .items li a i {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.clinic_menu .items li:first-child {
  grid-column: 1/-1;
}
.clinic_menu .items li[data-menu=intro] {
  background-image: url(../img/index/clinic_btn_intro.webp);
}
.clinic_menu .items li[data-menu=begin] {
  background-image: url(../img/index/clinic_btn_begin.webp);
}
.clinic_menu .items li[data-menu=price] {
  background-image: url(../img/index/clinic_btn_price.webp);
}
.clinic_menu .items li[data-menu=faq] {
  background-image: url(../img/index/clinic_btn_faq.webp);
}
.clinic_menu .items li[data-menu=report] {
  background-image: url(../img/index/clinic_btn_report.webp);
}

@media screen and (width >= 768px), print {
  .clinic_menu .items {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .clinic_menu .items li a {
    height: 280px;
    font-size: 3rem;
    text-shadow: 0 0 10px var(--color-black);
  }
  .clinic_menu .items li a:hover {
    -webkit-backdrop-filter: brightness(0.8) blur(5px);
    backdrop-filter: brightness(0.8) blur(5px);
  }
  .clinic_menu .items li a i {
    margin-top: 0;
    font-size: 2rem;
  }
  .clinic_menu .items li:not(:first-child):nth-child(even) a {
    padding-left: max(0px, 50vw - 600px);
  }
  .clinic_menu .items li:not(:first-child):nth-child(odd) a {
    padding-right: max(0px, 50vw - 600px);
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
.news details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
}
.news details[open]::details-content {
  height: auto;
  opacity: 1;
}
.news details[open] .accordion-header::before {
  transform: rotate(180deg);
}
.news details summary {
  display: block;
  list-style-type: none;
}
.news details summary::marker {
  content: "";
}
.news details summary::-webkit-details-marker {
  display: none;
}

.news {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
.news .box:not(:first-of-type) {
  margin-top: 3rem;
}
.news .box .tit {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (width < 767px) {
  .news .box .tit {
    padding-left: 0.6rem;
    border-left: 0.8rem solid var(--color-border);
  }
}
.news .box .items {
  max-height: 26rem;
  padding-right: 0.5rem;
  overflow-y: auto;
  scrollbar-color: var(--color-border) var(--color-base-bg);
}
.news .box .accordion-container {
  padding-right: 0.8rem;
}
.news .box .accordion-container .accordion-item {
  padding-bottom: 0.6em;
  border-bottom: 1px solid var(--color-border);
}
.news .box .accordion-container .accordion-item .accordion-header {
  padding-left: 2.3rem;
  padding-block: 0.2rem;
  line-height: 1.3;
}
.news .box .accordion-container .accordion-item .accordion-header .accordion-date {
  display: inline-block;
  color: var(--color-subtxt);
  font-size: 1.4rem;
}
.news .box .accordion-container .accordion-item .accordion-header::before {
  display: inline-block;
  margin-right: 0.7rem;
  margin-left: -2.2rem;
  content: '\e804';
  color: var(--color-main-vbrt);
  font-weight: normal;
  font-size: 1.7rem;
  font-family: "fontello";
}
.news .box .accordion-container .accordion-item .accordion-header .accordion-title {
  display: block;
  font-size: 1.6rem;
}
.news .box .accordion-container .accordion-item .accordion-content {
  padding-top: 0.5rem;
  padding-left: 2.2rem;
  line-height: 1.5;
}
.news .box .accordion-container .accordion-item .accordion-content .content-inner > :last-child {
  margin-bottom: 0;
}
.news .box .accordion-container .accordion-item:not(:first-of-type) {
  margin-top: 0.8em;
}

@media screen and (width >= 768px), print {
  .news {
    padding-block: 100px;
  }
  .news .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 55px clamp(20px, -15.556px + 4.63vw, 40px);
  }
  .news .title_en {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .news .box:not(:first-of-type) {
    margin-top: 0;
  }
  .news .box .tit {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .news .box .items {
    max-height: 390px;
    padding-right: 10px;
  }
  .news .box .accordion-container {
    padding-right: clamp(0px, -53.333px + 6.944vw, 30px);
  }
  .news .box .accordion-container .accordion-item {
    padding-bottom: 12px;
  }
  .news .box .accordion-container .accordion-item .accordion-header {
    padding-left: 26px;
    padding-block: 0;
  }
  .news .box .accordion-container .accordion-item .accordion-header .accordion-date {
    font-size: 1.8rem;
  }
  .news .box .accordion-container .accordion-item .accordion-header::before {
    margin-right: 6px;
    margin-left: -25px;
    font-size: 2.2rem;
  }
  .news .box .accordion-container .accordion-item .accordion-header .accordion-title {
    font-size: 2rem;
    transition: color 0.3s;
  }
  .news .box .accordion-container .accordion-item .accordion-header:hover .accordion-title, .news .box .accordion-container .accordion-item .accordion-header:focus .accordion-title {
    color: var(--color-main-vbrt);
  }
  .news .box .accordion-container .accordion-item .accordion-content {
    padding-top: 10px;
    padding-left: 26px;
  }
  .news .box .accordion-container .accordion-item:not(:first-of-type) {
    margin-top: 38px;
  }
}
.toforeigner {
  height: 10rem;
  background: linear-gradient(90deg, rgb(var(--color-main-rgb)/1), rgb(var(--color-main-rgb)/0.5));
  color: var(--color-white);
}
.toforeigner .wrap {
  height: 100%;
  background-image: url(../img/index/international_bg.webp);
  background-position: right -5rem top 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.toforeigner .wrap a {
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 1.5;
}
.toforeigner .wrap a span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.toforeigner .wrap a span::after {
  display: inline-block;
  margin-left: 0.3em;
  content: '\e803';
  font-weight: normal;
  font-family: "fontello";
}
.toforeigner .wrap a i {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media screen and (width >= 768px), print {
  .toforeigner {
    height: 200px;
  }
  .toforeigner .wrapper {
    background-position: right 0 top 0;
  }
  .toforeigner .wrapper a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .toforeigner .wrapper a span {
    font-size: 3rem;
  }
  .toforeigner .wrapper a i {
    font-size: 2rem;
  }
  .toforeigner .wrapper a:hover {
    text-shadow: 0 0 8px var(--color-main-dark);
    filter: drop-shadow(0 0 15px var(--color-white));
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
}
.heading h1 {
  color: var(--color-sub-dark);
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px), print {
  .heading {
    max-width: 1200px;
    min-height: 260px;
    margin-inline: auto;
    padding-inline: clamp(50px, 110px + -5 * 1vw, 5%);
  }
  .heading h1 {
    font-size: 4.4rem;
    letter-spacing: 0.1em;
  }
}

.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: 1200px;
    margin-inline: auto;
    padding-inline: clamp(50px, 110px + -5 * 1vw, 5%);
    padding-block: 20px;
  }
  .breadcrumbs a:hover {
    color: var(--color-sub);
    text-decoration: underline;
  }
}

.contents {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  padding-inline: 1.5rem;
}
.contents:has(.l-toc) {
  padding-top: 3rem;
}
@media screen and (width >= 768px), print {
  .contents {
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 90px;
    padding-bottom: 70px;
    padding-inline: clamp(50px, 110px + -5 * 1vw, 5%);
  }
  .contents:has(.l-toc) {
    padding-top: 70px;
  }
}

.l-toc {
  margin-bottom: 6rem;
  padding: 1.5rem 1.2rem 1.8rem;
  border: 1px solid var(--color-main);
  outline: 1px solid var(--color-main-lite);
  outline-offset: 1px;
}
.l-toc ul li {
  line-height: 1.25;
}
.l-toc ul li a {
  display: inline-block;
  padding-left: 1.2em;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.l-toc ul li a::before {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  transform: scale(0.8);
  content: '\e803';
  color: var(--color-main-dull);
  font-weight: normal;
  font-family: "fontello";
}
.l-toc > ul {
  margin-top: 0;
  padding-inline: 1rem;
}
.l-toc > ul > li:not(:first-child) {
  margin-top: 1em;
}
.l-toc > ul > li > a {
  display: block;
  padding-block: 0.3em;
  border-bottom: 1px solid var(--color-main);
  font-size: 120%;
}
.l-toc > ul > li > ul {
  margin-left: 1.4em;
}
.l-toc > ul > li > ul > li {
  margin-top: 0.9em;
}
.l-toc > ul > li > ul > li > a {
  font-size: 110%;
}
.l-toc > ul > li > ul > li > ul {
  margin-left: 1.4em;
}
.l-toc > ul > li > ul > li > ul > li {
  margin-top: 0.7em;
}
.l-toc > ul > li > ul > li > ul > li > a::before {
  display: none;
}
@media screen and (width >= 768px), print {
  .l-toc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1000px;
    margin-bottom: 120px;
    margin-inline: auto;
    padding: 24px 36px 32px;
  }
  .l-toc a:hover {
    color: var(--color-main-vbrt);
  }
}

.l-boxes .box {
  margin-inline: 0.5rem;
}
@media screen and (width >= 768px), print {
  .l-boxes .box {
    max-width: 700px;
    margin-inline: auto;
  }
}

.lst .firstadd {
  padding-top: 0.5em;
  border-top: 1px solid var(--color-border);
}

.gallery {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 1rem 4%;
}
@media screen and (width >= 768px), print {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
}

.tbl_info[data-tblname=clinic] .timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.8em;
}

.tbl_data[data-tblname=ivf] {
  table-layout: fixed;
}
.tbl_data[data-tblname=ivf] thead th:last-of-type {
  width: 28%;
}
.tbl_data[data-tblname=ivf] tbody td:last-child {
  text-align: left;
}

.tbl_price[data-tblname=rpltest] {
  table-layout: fixed;
}
.tbl_price[data-tblname=rpltest] thead th {
  text-align: center;
}
.tbl_price[data-tblname=rpltest] thead th:first-of-type {
  width: 44%;
}
.tbl_price[data-tblname=rpltest] tbody td {
  text-align: center;
}
.tbl_price[data-tblname=rpltest] tbody td:last-child {
  width: auto;
}

.example {
  margin-block: 1.5em;
}
.example > dt {
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 108%;
  word-spacing: 1em;
}
.example > dt:not(:first-of-type) {
  margin-top: 1.5em;
}
.example > dt span {
  display: inline-block;
}
.example > dd .case {
  margin-left: 1em;
}
.example > dd .case > dt {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: 600;
}
.example > dd .case > dd {
  font-weight: 400;
}

.introduction_index {
  display: grid;
  gap: 3rem;
}
.introduction_index li {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 3/2;
  width: 100%;
  padding-block: 2rem;
}
.introduction_index li img {
  z-index: -1;
  position: absolute;
  inset: 0;
}
.introduction_index li .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70%;
  padding: 0.8rem 1rem;
  background-color: rgb(var(--color-main-vbrt-rgb)/0.6);
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (width >= 768px), print {
  .introduction_index {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 50px;
  }
  .introduction_index li {
    padding-block: 35px;
  }
  .introduction_index li .tit {
    min-width: 70%;
    padding: 8px 15px;
    font-size: 2rem;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy article {
  line-height: 1.5;
}
body#page_privacy article .lead {
  margin-bottom: 3.5rem;
}
body#page_privacy article > section {
  margin-top: 2.5rem;
}
body#page_privacy article > section > section {
  margin-top: 2rem;
}
body#page_privacy article h3, body#page_privacy article h4 {
  margin-bottom: 0.5em;
}
body#page_privacy article ul > li ~ li, body#page_privacy article ol > li ~ li {
  margin-top: 0.3em;
}
body#page_privacy article ul ul, body#page_privacy article ul ol, body#page_privacy article ol ul, body#page_privacy article ol ol {
  margin-block: 0.5em;
}
body#page_privacy article .lst_dot {
  margin-bottom: 1em;
}
body#page_privacy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy article .lst_ol > li::marker {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
body#page_privacy article .dl_num dt {
  margin-bottom: 0.2em;
}
body#page_privacy article .dl_num dt ~ dt {
  margin-top: 0.5em;
}
body#page_privacy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy article .pp_sign {
  margin-top: 3.5rem;
  text-align: right;
}
body#page_privacy article .pp_contactus {
  margin-top: 1.2em;
  text-align: right;
}
@media screen and (width >= 768px), print {
  body#page_privacy article .lead {
    margin-bottom: 70px;
  }
  body#page_privacy article > section {
    margin-top: 40px;
  }
  body#page_privacy article > section > section {
    margin-top: 25px;
  }
  body#page_privacy article .pp_sign {
    margin-top: 70px;
  }
}

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