@charset "UTF-8";
:root {
  --breakpoint: 768px;
  --pc-header-height: 80px;
  --pc-letter-spacing: 0.05em;
  --pc-line-height: 1.8;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51 51 51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #69b1b5;
  --color-main-rgb: 105 177 181;
  --color-main-deep: #4d9396;
  --color-main-dark: #56a3a7;
  --color-main-soft: #b1d6d8;
  --color-main-lite: #ccdfe1;
  --color-main-pale2: #d8f0f2;
  --color-main-pale: #e7f9fe;
  --color-sub: #cb929e;
  --color-sub-rgb: 203 146 158;
  --color-sub-dark: #bb6f79;
  --color-sub-lite: #ebd5da;
  --color-sub-pale2: #fbebee;
  --color-sub-pale: #fff3f6;
  --color-acnt-yl: #c4ab7a;
  --color-acnt-bl: #6e93c4;
  --color-acnt-pl: #9677ab;
  --color-assort-bg: #f5f5f5;
  --color-border: #cad2d2;
  --color-attention: #d7394e;
  --color-highlight: #c8e6e8;
  --color-shadow: rgb(0 0 0/0.15);
  --color-shadow-popup: rgb(51 51 51/0.15);
  --sns-clr-line: #06c755;
  --sns-clr-line-hover: #05b34c;
  --sns-clr-youtube-rd: #ff0033;
  --sns-clr-youtube-bk: #212121;
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-dgray: #696969;
  --color-dgray-rgb: 105 105 105;
  --color-gray: #aaa;
  --color-gray-rgb: 170 170 170;
  --color-lgray: #d3d3d3;
  --color-lgray-rgb: 211 211 211;
  --color-pgray: #e6e6e6;
  --color-pgray-rgb: 230 230 230;
  --color-ghost: #f3f3f3;
  --color-ghost-rgb: 243 243 243;
  --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.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  word-wrap: break-word;
  background-color: var(--color-main);
  color: var(--color-white);
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#page_index {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}

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

@media screen and (width >= 768px), print {
  :where(*) {
    letter-spacing: var(--pc-letter-spacing, normal);
  }
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    font-size: 1.8rem;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: inherit;
  }
  main {
    line-height: var(--pc-line-height, inherit);
  }
}
#global_header {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
#global_header .header_wrap {
  padding: 0.8rem 1.5rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 6rem);
}
#global_header .header_wrap .logo a {
  display: block;
}
@media screen and (width < 767px) {
  #global_header .header_wrap .ctc {
    display: none;
  }
}

@media screen and (width >= 768px), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: clamp(0px, 254.88px + -21.6 * 1vw, 2%);
    padding-block: 26px;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: clamp(400px, 232.233px + 21.845vw, 490px);
  }
  #global_header .header_wrap .ctc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 7px;
  }
  #global_header .header_wrap .ctc .adr {
    font-size: clamp(1.5rem, 0.568rem + 1.214vw, 2rem);
  }
  #global_header .header_wrap .ctc .main_tel {
    margin-top: 8px;
    font-size: clamp(2.6rem, 1.1087rem + 1.942vw, 3.4rem);
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (width < 767px) {
  .js-sp_modal {
    z-index: 2;
    position: absolute;
    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: rgb(var(--color-white-rgb)/0.9);
    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 (width >= 768px), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    z-index: 5;
    position: fixed;
    width: 100%;
    inset: 0 0 auto;
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav {
  margin: 0;
}
#global_nav .gnav li .sub_btn {
  width: 100%;
}
#global_nav .gnav li .sub_btn::after {
  content: '\cc07';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav li .sub_btn.is_open::after {
  content: "찈";
}
#global_nav .gnav li .subnav {
  display: grid;
  margin: 0;
}
#global_nav .gnav li .subnav a {
  display: inline-block;
}
#global_nav .gnav li .subnav a::before {
  display: inline-block;
  margin-right: 0.3em;
  content: '\cc10';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav li .subnav a br {
  display: none;
}

@media screen and (width < 767px) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0.2rem 0 0;
    border: 1px solid var(--color-main);
    border-radius: 0.5rem;
    background: var(--color-white);
    color: var(--color-main);
    line-height: 0.7;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\cc01';
    font-weight: normal;
    font-size: 3rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-size: 1rem;
  }
  #global_nav #sp_btn.close::before {
    transform: scale(-1, 1);
    content: "찂";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7rem;
    left: 3vw;
    width: 94vw;
    max-height: 80dvh;
    padding: 0.8rem 1.2rem 1.2rem;
    overflow-y: auto;
    border: 1rem solid rgb(var(--color-main-rgb)/0.5);
    border-radius: 0.5rem;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a {
    display: block;
    padding: 1.2rem 1rem;
  }
  #global_nav .gnav > li.sub .sub_btn {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 1rem;
  }
  #global_nav .gnav > li.sub .sub_btn.is_open {
    box-shadow: inset 0 -4px 0 var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding: 1.2rem 1rem 1.4rem;
    box-shadow: inset 0 -8px 6px -6px var(--color-border);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    grid-template-columns: auto auto;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (width >= 768px), print {
  #global_nav {
    padding-top: 2px;
    padding-bottom: 21px;
    background: var(--color-base-bg);
    color: var(--color-base-txt);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: clamp(0px, 254.88px + -21.6 * 1vw, 2%);
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    border-right: 1px solid var(--color-border);
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid var(--color-border);
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    position: relative;
    font-size: clamp(1.5rem, 0.9408rem + 0.728vw, 1.8rem);
    line-height: 24px;
    text-align: center;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    inset: 42px 0 0;
    transform: translateY(-14px);
    background-color: var(--color-main);
    content: "";
    opacity: 0;
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li > a:focus::before, #global_nav .gnav > li > a.is_open::before, #global_nav .gnav > li button:hover::before, #global_nav .gnav > li button:focus::before, #global_nav .gnav > li button.is_open::before {
    transform: translateY(0);
    opacity: 1;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 2px;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    top: 47px;
    left: 0;
    width: 88dvw;
    max-width: 720px;
    padding: clamp(10px, -8.641px + 2.427vw, 20px);
    border-radius: 20px;
    background-color: var(--color-base-bg);
    box-shadow: 0 10px 20px var(--color-shadow-popup);
    color: var(--color-base-txt);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0 10px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    font-size: clamp(1.5rem, 1.3136rem + 0.243vw, 1.6rem);
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    padding: 0.75em;
    border-radius: 3em;
    transition: background 0s;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a::before {
    font-size: 112.5%;
  }
  #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 .gnav > li.sub .sub_box .subnav li a:hover::before, #global_nav .gnav > li.sub .sub_box .subnav li a:focus::before {
    color: inherit;
  }
  #global_nav.js-pc_sticky {
    height: 50px;
  }
  #global_nav.js-pc_sticky.is_sticky {
    height: 62px;
    padding-top: 15px;
    transition: height 1s, padding 1s;
  }
}
#side_btn {
  display: none;
}
@media screen and (width >= 768px), print {
  #side_btn {
    display: block;
    z-index: 1;
    position: fixed;
    top: 214px;
    right: 0;
    width: clamp(68px, 54.951px + 1.699vw, 75px);
    transition: top 0.4s;
  }
  #side_btn.is_fixed {
    top: 100px;
  }
  #side_btn li ~ li {
    margin-top: 10px;
  }
  #side_btn li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 22px 1px;
    gap: 10px 0;
    border: 1px solid var(--color-white);
    box-shadow: 0 0 10px var(--color-shadow);
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #side_btn li a::before {
    margin: 0;
  }
  #side_btn li a.btn_drscal {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  #side_btn li a.btn_drscal::before {
    aspect-ratio: auto;
    width: clamp(66px, 52.951px + 1.699vw, 73px);
    height: 63px;
    margin: 0 auto;
    border-radius: 0 0 37px 37px;
  }
}
@media print {
  #side_btn {
    display: none;
  }
}

.overview {
  background-color: var(--color-main);
}
.overview_inner {
  width: 94%;
  margin: 2rem auto 3rem;
  padding: 2.5rem 1.3rem 2rem;
  border-radius: 1.5rem;
  background: var(--color-base-bg);
  color: var(--color-base-txt);
}
.overview_inner .head .logo {
  width: 84%;
  margin: 0 auto 1.2rem;
}
.overview_inner .head .ctc {
  text-align: center;
}
.overview_inner .head .ctc .adr {
  word-spacing: 0.5em;
}
.overview_inner .head .ctc .main_tel {
  margin-top: 0.5rem;
  font-size: 2.2rem;
}
.overview_inner .btns {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0 1rem;
}
.overview_inner .btns > li {
  width: 40%;
}
.overview_inner .btns > li a {
  width: 100%;
}
.overview_inner .outline {
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-border);
}
.overview_inner .outline > div {
  display: grid;
  grid-template-columns: 32% auto;
  align-items: center;
  padding-inline: 0.8rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--color-border);
}
.overview_inner .outline > div dt {
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.3;
}
.overview_inner .timetable {
  margin-top: 2.2rem;
}
.overview_inner .timetable_tbl {
  font-size: 1.3rem;
}
.overview_gmap {
  width: 100%;
  height: 30rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (width >= 768px), print {
  .overview_inner {
    width: 94%;
    max-width: 1180px;
    margin-inline: auto;
    margin-block: 65px;
    padding-top: 28px;
    padding-bottom: 66px;
    padding-inline: clamp(5%, -334.8px + 36 * 1vw, 90px);
    border-radius: 30px;
  }
  .overview_inner .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px clamp(0px, -93.204px + 12.136vw, 50px);
  }
  .overview_inner .head .logo {
    width: 420px;
    margin: 8px 0 0;
  }
  .overview_inner .head .ctc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: clamp(0px, -83.883px + 10.922vw, 45px);
    text-align: left;
  }
  .overview_inner .head .ctc .adr {
    font-size: 2rem;
    word-spacing: 0;
  }
  .overview_inner .head .ctc .main_tel {
    font-size: 3.4rem;
  }
  .overview_inner .btns {
    margin-top: 40px;
    gap: 0 30px;
    font-size: 2.2rem;
  }
  .overview_inner .btns > li {
    width: auto;
  }
  .overview_inner .btns > li a {
    width: 240px;
    padding: 0.64em 1.55em 0.64em 1.75em;
  }
  .overview_inner .outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 0 none;
    font-size: clamp(1.9rem, 1.7136rem + 0.243vw, 2rem);
    line-height: 1.6;
  }
  .overview_inner .outline > div {
    grid-template-columns: clamp(100px, 44.078px + 7.282vw, 130px) auto;
    width: 100%;
    padding-inline: 0;
    padding-block: 25px;
  }
  .overview_inner .outline > div.park {
    width: 42%;
  }
  .overview_inner .outline > div.pay {
    grid-template-columns: clamp(140px, 37.476px + 13.35vw, 195px) auto;
    width: 54%;
  }
  .overview_inner .timetable {
    margin-top: 76px;
    font-size: clamp(2rem, 1.6272rem + 0.485vw, 2.2rem);
  }
  .overview_inner .timetable_tbl {
    font-size: inherit;
  }
  .overview_gmap {
    height: 470px;
  }
}
#global_footer {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.2rem;
  background: var(--color-main-dark);
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (width >= 768px), print {
  #global_footer {
    padding-block: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 36px clamp(0px, 68.738px + -5.825vw, 24px);
  }
  #global_footer .footer_wrap ul {
    margin-inline: auto;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    border-right: 1px solid currentColor;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap ul li.last-in-row {
    border-right: none;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav {
    max-width: var(--breakpoint);
  }
  #global_footer .footer_wrap ul.subnav li {
    margin-top: 12px;
  }
  #global_footer .footer_wrap ul.subnav li a br {
    display: none;
  }
  #global_footer .copyright {
    padding-block: 22px;
    font-size: 1.6rem;
  }
}
.js-floating_btm {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.js-floating_btm.is_active {
  visibility: visible;
  opacity: 1;
}

#sp_footer {
  display: flex;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 4.3rem);
  height: 4rem;
  margin-inline: 0;
}
#sp_footer li {
  flex: 1;
}
#sp_footer li .ic_line,
#sp_footer li .ic_rcpt {
  display: block;
  height: 4rem;
  border: 3px solid currentColor;
  border-radius: 3em;
  background: var(--color-base-bg);
  line-height: 3.4rem;
  text-align: center;
}
#sp_footer li .ic_line {
  color: var(--sns-clr-line);
}
#sp_footer li .ic_line::before {
  display: inline-block;
  margin-right: 0.2em;
}
#sp_footer li .ic_rcpt {
  color: var(--color-sub);
}
#sp_footer li .ic_rcpt::before {
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (width >= 768px), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-main-dark);
  line-height: 1;
  text-align: center;
}
#pageup::before {
  content: '\e80a';
  font-weight: normal;
  font-size: 2.4rem;
  font-family: "fontello";
}
#pageup span {
  display: none;
}
@media screen and (width >= 768px), print {
  #pageup {
    right: 30px;
    bottom: 20px;
    width: 68px;
    height: 68px;
    border-width: 5px;
  }
  #pageup::before {
    font-size: 4rem;
  }
  #pageup:hover {
    color: var(--color-main-soft);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

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

.sp_n {
  display: none;
}

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

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

.wrap {
  padding-inline: 1.5rem;
}
@media screen and (width >= 768px), print {
  .wrap {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 0;
  }
  body > *:has(.wrap) {
    container-name: wrapper;
    container-type: inline-size;
  }
  @container wrapper (max-width: 1229.1666666667px) {
    .wrap {
      width: 96%;
    }
  }
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.img_c {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
}
.img_c.w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
}

@media screen and (width < 767px) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width >= 768px), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    max-width: clamp(280px, 9.709px + 35.194vw, 425px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 35px;
    margin-bottom: 25px;
    margin-left: 0;
    float: left;
    border-radius: 20px;
  }
  .img_r {
    max-width: clamp(280px, 9.709px + 35.194vw, 425px);
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 35px;
    float: right;
    border-radius: 20px;
  }
}
.l-imgbox:has(> .img_r, > .img_l) {
  display: flow-root;
}
.l-imgbox:has(> .img_r, > .img_l) > :is(ul, ol, dl, div) {
  display: flow-root;
}
@media screen and (width >= 768px), print {
  .l-imgbox:has(> .img_r, > .img_l) :is(.img_r, .img_l):has(+ [class*=box_]) {
    margin-top: 0;
  }
}

.mb40 {
  margin-bottom: 4rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (width >= 768px), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mb10 {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 10px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
:where(section, .intro) > :last-child {
  margin-bottom: 0;
}
:where(section, .intro):has(> .img_r, > .img_l) {
  display: flow-root;
}
@media screen and (width >= 768px), print {
  :where(section, .intro):has(> .img_r, > .img_l) > section:first-of-type {
    padding-top: 1em;
    clear: both;
  }
}

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

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

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  margin-inline: auto;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 2em;
  height: 0.4rem;
  margin: 0.5em auto 0;
  background: linear-gradient(90deg, var(--color-main) 50%, var(--color-sub) 50%);
  content: "";
}

.tit_03 {
  margin-bottom: 1.8rem;
  padding: 0.5rem 0.8rem 0.8rem;
  border-top: 2px solid var(--color-base-bg);
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: var(--color-main);
  box-shadow: 0 -3px 0 0 var(--color-main);
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
}

.tit_04 {
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  -o-border-image: linear-gradient(90deg, var(--color-main) 2em, var(--color-border) 2em) 1;
  border-image: linear-gradient(90deg, var(--color-main) 2em, var(--color-border) 2em) 1;
}

.tit_05 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
}
.tit_05::before {
  display: inline-block;
  width: 0.5em;
  height: 3px;
  margin-right: 0.3em;
  background-color: var(--color-sub);
  content: "";
  vertical-align: 0.3em;
}

.tit_06 {
  margin-bottom: 0.8rem;
  color: var(--color-main);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (width >= 768px), print {
  .tit_01 {
    font-size: 4.2rem;
  }
  .tit_02 {
    margin-bottom: 42px;
    font-size: 3.8rem;
  }
  .tit_02::after {
    height: 6px;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding: 7px 15px 8px;
    border-radius: 0 0 5px 5px;
    font-size: 3rem;
  }
  .tit_04 {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 2.6rem;
  }
  .tit_05 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  .tit_05::before {
    height: 5px;
    margin-right: 9px;
    vertical-align: 0.25em;
  }
  .tit_06 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (width >= 768px), print {
  :where(.contents) :where(ul, ol, dl) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.4em;
  transform: scale(0.7) translateX(-0.2em);
  content: "●";
  color: var(--color-main);
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

.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::marker {
  color: var(--color-main);
  font-weight: 500;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_check {
  margin-bottom: 1em;
}
.lst_check > li::before {
  display: inline-block;
  content: '\e80c';
  font-weight: normal;
  font-family: "fontello";
}

.ol_flow {
  margin-bottom: 1.2em;
  counter-reset: flowNum 0;
}
.ol_flow > li {
  position: relative;
  padding: 1.4rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
  border-color: var(--color-border);
  font-size: 1.6rem;
  line-height: 1.2;
  counter-increment: flowNum 1;
}
.ol_flow > li::before {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 2em;
  margin-right: 0.7rem;
  margin-left: -0.4rem;
  border-radius: 50%;
  background-color: var(--color-main);
  content: counter(flowNum, decimal-leading-zero);
  color: var(--color-white);
  line-height: 2;
  font-family: "Sen", sans-serif;
  text-align: center;
}
.ol_flow > li:not(:last-child) {
  margin-bottom: 3.8rem;
}
.ol_flow > li:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  width: 4rem;
  height: 1.8rem;
  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);
}
.ol_flow > li .cont {
  margin-top: 0.4rem;
  padding: 0.6rem 0.4rem;
  font-size: 1.4rem;
  line-height: normal;
}
.ol_flow > li .cont > *:last-child {
  margin-bottom: 0;
}
.ol_flow > li .cont .img_l, .ol_flow > li .cont .img_r {
  max-width: 100%;
}
@media screen and (width >= 768px), print {
  .ol_flow > li {
    padding: 16px 32px 16px 106px;
    border-radius: 20px;
    font-size: 3rem;
  }
  .ol_flow > li::before {
    width: 70px;
    margin-right: 22px;
    margin-left: -92px;
    font-size: 3.4rem;
    line-height: 70px;
  }
  .ol_flow > li:not(:last-child) {
    margin-bottom: 70px;
  }
  .ol_flow > li:not(:last-child)::after {
    bottom: -50px;
    width: 36px;
    height: 28px;
  }
  .ol_flow > li .cont {
    display: flow-root;
    margin-top: 0;
    padding: 10px 0 20px;
    font-size: 1.8rem;
  }
  .ol_flow > li .cont .img_l, .ol_flow > li .cont .img_r {
    max-width: clamp(240px, -58.252px + 38.835vw, 400px);
    margin-bottom: 0;
    margin-left: 22px;
  }
  .ol_flow > li .cont .img_l ~ :is(ul, div), .ol_flow > li .cont .img_r ~ :is(ul, div) {
    display: flow-root;
  }
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.15em;
  font-weight: 700;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}

.dl_colon {
  margin-bottom: 1em;
}
.dl_colon dt::after {
  content: "：";
}
.dl_colon > dt:not(:first-of-type) {
  margin-top: 0.5em;
}
.dl_colon > div:not(:first-of-type) {
  margin-top: 0.5em;
}
.dl_colon > div dt, .dl_colon > div dd {
  display: inline;
}

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

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

.tbl_items, .tbl_data {
  width: 100%;
  margin-bottom: 1em;
}
.tbl_items caption.foot-l, .tbl_data caption.foot-l {
  text-align: left;
  caption-side: bottom;
}
.tbl_items caption.foot-r, .tbl_data caption.foot-r {
  text-align: right;
  caption-side: bottom;
}
.tbl_items th, .tbl_data th {
  padding: 0.5em;
  font-weight: normal;
  word-break: auto-phrase;
}
.tbl_items td, .tbl_data td {
  padding: 0.5em;
}
.tbl_items tbody tr > *:first-child, .tbl_data tbody tr > *:first-child {
  width: 32%;
}
.wauto.tbl_items tbody tr > *, .wauto.tbl_data tbody tr > * {
  text-align: center;
}
.wauto.tbl_items tbody tr > *:first-child, .wauto.tbl_data tbody tr > *:first-child {
  width: 50%;
}
.td-c.tbl_items tbody td, .td-c.tbl_data tbody td {
  text-align: center;
}
@media screen and (width >= 768px), print {
  .tbl_items th, .tbl_data th {
    padding: 0.7em 0.5em;
  }
  .tbl_items td, .tbl_data td {
    padding: 0.7em 1.5em;
  }
  .tbl_items tbody tr > *:first-child, .tbl_data tbody tr > *:first-child {
    width: 25%;
  }
  .wauto.tbl_items, .wauto.tbl_data {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 500px;
  }
}

.tbl_data {
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data:not:has(thead) {
  border-top: 1px solid var(--color-gray);
}
.tbl_data tr > * {
  border-width: 1px;
  border-style: none none solid solid;
  border-color: var(--color-gray);
}
.tbl_data tr > *:first-child {
  border-left: none;
}
.tbl_data thead th {
  border-color: var(--color-main-soft) transparent transparent var(--color-white);
  background-color: var(--color-main-soft);
}
.tbl_data thead th:first-child {
  border-top-left-radius: 1rem;
  border-left-color: var(--color-main-soft);
}
.tbl_data thead th:last-child {
  border-top-right-radius: 1rem;
  border-right-color: var(--color-main-soft);
}
.tbl_data tbody {
  background-color: var(--color-base-bg);
}
.tbl_data tbody th {
  border-right: 1px solid var(--color-gray);
  background-color: var(--color-assort-bg);
}
.tbl_data tbody th + td {
  border-left-color: transparent;
}
.tbl_data tbody *.bg {
  border-bottom-color: transparent;
  background-color: var(--color-pgray);
}
@media screen and (width >= 768px), print {
  .tbl_data thead th:first-child {
    border-top-left-radius: 20px;
  }
  .tbl_data thead th:last-child {
    border-top-right-radius: 20px;
  }
}

.tbl_items {
  border-top: 1px solid var(--color-gray);
  border-collapse: collapse;
}
.tbl_items th {
  border-bottom: 1px solid var(--color-gray);
  background-color: var(--color-sub-pale2);
}
.tbl_items td {
  border-bottom: 1px solid var(--color-gray);
  background-color: var(--color-base-bg);
}
.tbl_items[data-clr=main] th {
  background-color: var(--color-main-pale2);
}
.tbl_items[data-clr=sub] th {
  background-color: var(--color-sub-pale2);
}

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

.box_frame, .box_bg03, .box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1em 1.2em;
  border-radius: 1rem;
}
.box_frame > :last-child, .box_bg03 > :last-child, .box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
@media screen and (width >= 768px), print {
  .box_frame, .box_bg03, .box_bg02, .box_bg01 {
    padding: 30px 34px 34px;
    border-radius: 20px;
  }
}

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

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

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

.box_frame {
  border: 1px solid var(--color-main-lite);
  outline: 2px solid var(--color-main);
  outline-offset: -5px;
}

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

.lnk_ref::before {
  content: "≫";
  font-family: monospace;
}

.lnk_pdf {
  display: inline-block;
  margin-inline: 0.2em;
}
.lnk_pdf::before {
  display: inline-block;
  margin-right: 0.25em;
  content: '\e80d';
  font-weight: normal;
  font-size: 94%;
  font-family: "fontello";
}

.lnk_external {
  display: inline-block;
  margin-inline: 0.2em;
}
.lnk_external::before {
  display: inline-block;
  margin-right: 0.25em;
  content: '\cc06';
  font-weight: normal;
  font-size: 94%;
  font-family: "fontello";
}

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

.lnk_anchor {
  color: inherit;
  text-decoration: none;
}
.lnk_anchor::after {
  display: inline-block;
  margin-left: 0.2em;
  padding-inline: 0.3em;
  content: '\f103';
  color: var(--color-main);
  font-weight: normal;
  font-size: 94%;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .lnk_anchor:hover, .lnk_anchor:focus {
    color: inherit;
  }
  .lnk_anchor:hover::after, .lnk_anchor:focus::after {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}

.btn_entry, .btn_refer, .btn_detail02, .btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-radius: 10em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_entry::after, .btn_refer::after, .btn_detail02::after, .btn_detail::after, .btn_back::after {
  display: inline-block;
  margin-left: 0.2em;
  letter-spacing: 0;
}
.btn_entry::after, .btn_refer::after, .btn_detail02::after, .btn_detail::after, .btn_back::after {
  content: '\cc10';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (width >= 768px), print {
  .btn_entry, .btn_refer, .btn_detail02, .btn_detail, .btn_back {
    padding: 0.65em 2em;
  }
}

.btn_detail, .btn_back {
  background-color: var(--color-main);
  color: var(--color-white);
}
@media screen and (width >= 768px), print {
  .btn_detail:hover, .btn_back:hover {
    background-color: rgb(var(--color-main-rgb)/0.7);
    color: var(--color-white);
  }
}

.btn_detail02 {
  background-color: var(--color-sub);
  color: var(--color-white);
}
@media screen and (width >= 768px), print {
  .btn_detail02:hover {
    background-color: rgb(var(--color-sub-rgb)/0.7);
    color: var(--color-white);
  }
}

.btn_refer {
  border: 1px solid var(--color-main);
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
.btn_refer::after {
  color: var(--color-main);
}
@media screen and (width >= 768px), print {
  .btn_refer:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .btn_refer:hover::after {
    color: var(--color-white);
  }
}

.btn_entry {
  border: 1px solid var(--color-sub);
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
.btn_entry::after {
  color: var(--color-sub);
}
@media screen and (width >= 768px), print {
  .btn_entry:hover {
    background-color: var(--color-sub);
    color: var(--color-white);
  }
  .btn_entry:hover::after {
    color: var(--color-white);
  }
}

.btn_anchor, .lnkbtn_anchors li a, .btn_pdf {
  display: inline-block;
  padding: 0.75em 1.4em;
  border-radius: 10em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_anchor::before, .lnkbtn_anchors li a::before, .btn_pdf::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
.btn_anchor::before, .lnkbtn_anchors li a::before, .btn_pdf::before {
  font-weight: normal;
  font-family: "fontello";
  transition: 0s;
}
@media screen and (width >= 768px), print {
  .btn_anchor, .lnkbtn_anchors li a, .btn_pdf {
    padding: 0.7em 1.8em;
  }
}

.btn_pdf {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn_pdf::before {
  transform: scale(1.2);
  content: "\e80d";
  color: inherit;
}
@media screen and (width >= 768px), print {
  .btn_pdf:hover {
    background-color: rgb(var(--color-main-rgb)/0.7);
    color: var(--color-white);
  }
}

.btn_anchor, .lnkbtn_anchors li a {
  border: 1px solid var(--color-main);
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
.btn_anchor::before, .lnkbtn_anchors li a::before {
  content: "\f103";
  color: inherit;
}
@media screen and (width >= 768px), print {
  .btn_anchor:hover, .lnkbtn_anchors li a:hover, .btn_anchor:focus, .lnkbtn_anchors li a:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}

.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%;
  }
}

:where(mark) {
  background: linear-gradient(transparent 70%, var(--color-highlight, mark) 70%, var(--color-highlight, mark) 94%, transparent 94%);
  color: inherit;
}

.clr-attn, .notification {
  color: var(--color-attention, #f00);
}

.f-bold {
  font-weight: bold;
}

.f-medium {
  font-weight: 500;
}

.f-smaller {
  font-size: 0.85em;
}

.f-xsmaller {
  font-size: 0.7em;
}

.f-larger {
  font-size: 1.15em;
}

.f-xlarger {
  font-size: 1.3em;
}

.f-fpm {
  font-feature-settings: "palt";
}

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

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

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

.notification {
  line-height: 1.5;
}

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

.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  transform: scale(0.9);
  content: '\cc03';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}

.phone::before {
  color: var(--color-main);
}
.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.phone:has(> a) a::before {
  color: var(--color-main);
}

.main_tel {
  display: inline-flex;
  align-items: center;
  gap: 0 0.12em;
  line-height: 1;
}
.main_tel i {
  padding: 0.5em 1.2em 0.6em;
  border-radius: 1.5em;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 66%;
  letter-spacing: 0.03em;
}
@media screen and (width >= 768px), print {
  .main_tel i {
    padding: 0.6em 0.65em 0.68em;
    font-size: 60%;
    letter-spacing: 0.05em;
  }
}

.btn_drscal, .btn_line, .btn_webrcpt {
  display: inline-block;
  padding: 0.7em 1em 0.75em 1.2em;
  border-radius: 10em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.btn_drscal::before, .btn_line::before, .btn_webrcpt::before {
  display: inline-block;
  margin-right: 0.4em;
  letter-spacing: 0;
}
.btn_drscal::before, .btn_line::before, .btn_webrcpt::before {
  transform: scale(1.2);
  line-height: 1;
  vertical-align: 0.03em;
}
@media screen and (width >= 768px), print {
  .btn_drscal, .btn_line, .btn_webrcpt {
    padding: 0.7em 1.55em 0.75em 1.75em;
  }
  .btn_drscal::before, .btn_line::before, .btn_webrcpt::before {
    margin-right: 0.7em;
    transform: scale(1.38);
    vertical-align: 0.05em;
  }
}

.ic_rcpt::before, .btn_webrcpt::before {
  content: '\cc04';
  font-weight: normal;
  font-family: "fontello";
}

.btn_webrcpt {
  background-color: var(--color-sub);
  color: var(--color-white);
}
@media screen and (width >= 768px), print {
  .btn_webrcpt:hover {
    background-color: var(--color-sub-dark);
    color: var(--color-white);
  }
}

.ic_line::before, .btn_line::before {
  content: '\cc05';
  font-weight: normal;
  font-family: "fontello";
}

.btn_line {
  background-color: var(--sns-clr-line);
  color: var(--color-white);
}
@media screen and (width >= 768px), print {
  .btn_line:hover {
    background-color: var(--sns-clr-line-hover);
    color: var(--color-white);
  }
}

.btn_drscal {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn_drscal::before {
  aspect-ratio: 32/25;
  transform: none;
  background-image: url(../img/icon_drscal.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (width >= 768px), print {
  .btn_drscal:hover {
    background-color: var(--color-main-dark);
    color: var(--color-white);
  }
}

.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.2;
  table-layout: fixed;
}
.timetable_tbl thead th {
  padding: 1rem 0;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: normal;
}
.timetable_tbl thead th:first-child {
  width: 20%;
  border-top-left-radius: 1rem;
}
.timetable_tbl thead th:last-child {
  border-top-right-radius: 1rem;
}
.timetable_tbl tbody th {
  border-bottom: 1px solid var(--color-main);
  background-color: var(--color-ghost);
  color: var(--color-base-txt);
  font-weight: normal;
}
.timetable_tbl tbody td {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-main);
  background-color: var(--color-ghost);
  color: var(--color-base-txt);
  font-size: 90%;
  text-align: center;
  vertical-align: top;
}
.timetable_tbl tbody td.close {
  vertical-align: middle;
}
.timetable_tbl tbody td span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
.timetable_tbl tbody td i {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.3rem;
  border-radius: 0.3rem;
  text-align: center;
}
.timetable_tbl tbody td i.clr_ortho {
  background-color: var(--color-main);
  color: var(--color-white);
}
.timetable_tbl tbody td i.clr_inter {
  background-color: var(--color-acnt-yl);
  color: var(--color-white);
}
.timetable_tbl tbody td i.clr_gyne {
  background-color: var(--color-sub);
  color: var(--color-white);
}
.timetable_tbl tbody td i.clr_cardio {
  background-color: var(--color-acnt-bl);
  color: var(--color-white);
}
.timetable_tbl tbody td i.clr_hcare {
  background-color: var(--color-acnt-pl);
  color: var(--color-white);
}
.timetable_tbl tbody tr:last-of-type th {
  border-bottom: 0 none;
  border-bottom-left-radius: 1rem;
}
.timetable_tbl tbody tr:last-of-type td {
  border-bottom: 0 none;
}
.timetable_tbl tbody tr:last-of-type td:last-child {
  border-bottom-right-radius: 1rem;
}
.timetable_note {
  padding-top: 0.8rem;
  line-height: 1.4;
}

@media screen and (width >= 768px), print {
  .timetable_tbl thead th {
    padding: 0.77em 0;
  }
  .timetable_tbl thead th:first-child {
    width: 28%;
    padding-right: 3%;
    border-top-left-radius: 20px;
  }
  .timetable_tbl thead th:last-child {
    width: 13%;
    padding-right: 4%;
    border-top-right-radius: 20px;
  }
  .timetable_tbl tbody th {
    padding-right: 3%;
  }
  .timetable_tbl tbody td {
    padding: 0.8em 0;
  }
  .timetable_tbl tbody td:last-child {
    padding-right: 4%;
  }
  .timetable_tbl tbody td span {
    padding: 5px 0;
  }
  .timetable_tbl tbody td i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 60%;
    padding: 7px 3px;
    border-radius: 5px;
  }
  .timetable_tbl tbody tr:last-of-type th {
    border-bottom-left-radius: 20px;
  }
  .timetable_tbl tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 20px;
  }
  .timetable_note {
    padding-top: 0.8em;
  }
}
.movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (width >= 768px), print {
  .movie {
    max-width: 750px;
    margin-inline: auto;
  }
}

.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;
}
body#page_index .overview {
  padding-top: 3rem;
  background-image: url(../img/bg_wave.svg), linear-gradient(var(--color-base-bg), var(--color-base-bg));
  background-position: center top;
  background-size: 110% 8rem;
  background-repeat: no-repeat;
}
@media screen and (width >= 768px), print {
  body#page_index .overview {
    padding-top: 45px;
    background-size: 2000px 286px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  body#page_index .overview {
    background-size: 100% 286px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 3s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.hero {
  --height-hero: 24.0rem;
  position: relative;
  padding-bottom: 1.5rem;
  background-image: url(../img/bg_wave.svg), linear-gradient(var(--color-base-bg), var(--color-base-bg));
  background-position: center 6rem, center top;
  background-size: 110% 8rem, 100% 13rem;
  background-repeat: no-repeat;
  background-color: var(--color-main);
}
.hero_img {
  width: 94%;
  height: var(--height-hero);
  margin-inline: auto;
  background: linear-gradient(var(--color-base-bg) 25%, var(--color-main));
}
.hero_img .splide__list {
  overflow: hidden;
  border-radius: 1.5rem;
}
.hero .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero .wrap .catch {
  margin-bottom: 0;
  margin-inline: 1rem;
}
.hero .wrap .catch span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  box-shadow: 0.3rem 0.4rem 0 var(--color-main);
  color: var(--color-main);
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.hero .wrap .catch span b, .hero .wrap .catch span em {
  font-size: 2.2rem;
}

@media screen and (width >= 768px), print {
  .hero {
    --height-hero: 740px;
    padding-bottom: 20px;
    background-position: center 160px, center top;
    background-size: 2000px 286px, 100% 340px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .hero {
    background-size: 100% 286px, 100% 340px;
  }
}
@media screen and (width >= 768px), print {
  .hero_img {
    width: min(100%, 1800px);
  }
  .hero_img .splide__list {
    border-radius: clamp(20px, 1.359px + 2.427vw, 30px);
  }
  .hero .wrap {
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .wrap .catch {
    margin-inline: clamp(0px, 57.282px + -4.854vw, 20px);
  }
  .hero .wrap .catch span {
    margin-bottom: 15px;
    padding: 0.2em 2px 0.2em 15px;
    border-radius: 10px;
    box-shadow: 8px 8px 0 var(--color-main);
    font-size: clamp(2.4rem, 1.2816rem + 1.456vw, 3rem);
    letter-spacing: 0.05em;
  }
  .hero .wrap .catch span:last-of-type {
    padding-right: 20px;
  }
  .hero .wrap .catch span b, .hero .wrap .catch span em {
    font-size: clamp(3.2rem, 1.7087rem + 1.942vw, 4rem);
  }
}
.notice .tit, .group .related_tit, .group .tit, .greeting_box .tit, .feature .tit, .medical .tit, .information section .tit {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.notice .tit::after, .group .related_tit::after, .group .tit::after, .greeting_box .tit::after, .feature .tit::after, .medical .tit::after, .information section .tit::after {
  content: attr(data-en);
  font-size: 1.3rem;
  font-family: "Sen", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (width >= 768px), print {
  .notice .tit, .group .related_tit, .group .tit, .greeting_box .tit, .feature .tit, .medical .tit, .information section .tit {
    font-size: clamp(3rem, 1.8816rem + 1.456vw, 3.6rem);
    letter-spacing: 0.05em;
  }
  .notice .tit::after, .group .related_tit::after, .group .tit::after, .greeting_box .tit::after, .feature .tit::after, .medical .tit::after, .information section .tit::after {
    font-size: clamp(2rem, 0.5087rem + 1.942vw, 2.8rem);
    letter-spacing: 0.05em;
  }
}

.information {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--color-main);
}
.information section {
  margin-bottom: 2rem;
  padding: 1.2rem 1.5rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--color-white);
}
.information section .tit {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-main);
}
.information section .tit::after {
  display: inline-block;
  margin-left: 1em;
  color: var(--color-main);
}
.information section .box {
  max-height: 24rem;
  overflow-y: auto;
  scrollbar-color: var(--color-main) var(--color-pgray);
  scrollbar-width: thin;
}
.information .news .js-accordion > dt {
  cursor: pointer;
}
.information .news .js-accordion > dt.null {
  pointer-events: none;
}
.information .news .js-accordion > dd {
  word-wrap: break-word;
}
.information .news .js-accordion > dd.null {
  display: none !important;
}
.information .news .js-accordion > dd:not(:first-of-type) {
  display: none;
}
.information .news .js-accordion > dd a {
  text-decoration: underline;
}
.information .news .js-accordion > dd a:hover {
  text-decoration: none;
}
.information .news .box dl dt {
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.3;
}
.information .news .box dl dt::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  transform: scale(0.9);
  content: '\cc07';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.information .news .box dl dt.is_open::before {
  content: "찈";
}
.information .news .box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.information .news .box dl dd {
  padding-top: 0.3em;
  line-height: 1.5;
}
.information .blog .box ul > li > a {
  padding-left: 1.2em;
  color: var(--color-base-txt);
  font-size: 1.6rem;
  line-height: 1.3;
  text-decoration: none;
}
.information .blog .box ul > li > a::before {
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
  transform: rotate(-90deg) scale(0.8);
  content: '\cc07';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.information .blog .box ul > li ~ li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.information .blog .box ul > li p {
  padding-top: 0.3em;
  line-height: 1.5;
}
.information .blog .box ul > li p .more {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 1.2rem;
}
.information .blog .box ul > li p .more a::before {
  content: "≫";
  font-family: "Sen", sans-serif;
}
@media screen and (width < 767px) {
  .information .hours .tit::after {
    margin-left: 0;
  }
}
.information .hours .timetable {
  font-size: 1.2rem;
}
.information .hours .doctors_calnedar {
  margin-top: 3rem;
  text-align: center;
}
.information .hours .doctors_calnedar .btn_drscal {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 4.4rem;
  padding-left: 7rem;
  gap: 0 1rem;
  outline-color: var(--color-white);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -2px;
  line-height: 1;
  text-decoration: none;
}
.information .hours .doctors_calnedar .btn_drscal::before {
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: 6rem;
  border-bottom-left-radius: 1em;
}
.information .hours .doctors_calnedar .btn_drscal::after {
  transform: scale(0.9);
  content: '\cc10';
  font-weight: normal;
  font-size: 96%;
  font-family: "fontello";
}
.information .philosophy {
  padding: 1.5rem 1.5rem;
  background-image: url(../img/a_philosophy_img.svg);
  background-position: center bottom;
  background-size: 170% auto;
  background-repeat: no-repeat;
  color: var(--color-white);
  font-size: 1.6rem;
  text-align: center;
}
.information .philosophy em {
  font-weight: 400;
}

@media screen and (width >= 768px), print {
  .information {
    padding: 25px 0 60px;
  }
  .information .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px clamp(20px, -17.282px + 4.854vw, 40px);
  }
  .information section {
    margin-bottom: 0;
    padding: 20px clamp(20px, 1.359px + 2.427vw, 30px) 44px;
    border-radius: 20px;
  }
  .information section .tit {
    margin-bottom: 36px;
    padding-bottom: 12px;
    border-bottom-width: 2px;
  }
  .information section .box {
    max-height: 380px;
    padding-right: 10px;
  }
  .information .news .box dl dt {
    font-size: clamp(2rem, 1.6272rem + 0.485vw, 2.2rem);
  }
  .information .news .box dl dt::before {
    transform: scale(0.8);
  }
  .information .news .box dl dd {
    padding-top: 0.6em;
    font-size: clamp(1.6rem, 1.2272rem + 0.485vw, 1.8rem);
  }
  .information .blog .box ul > li > a {
    font-size: clamp(2rem, 1.6272rem + 0.485vw, 2.2rem);
  }
  .information .blog .box ul > li > a:hover {
    color: var(--color-main);
  }
  .information .blog .box ul > li > a:has(+ p) {
    pointer-events: none;
  }
  .information .blog .box ul > li > a:has(+ p):hover {
    color: initial;
  }
  .information .blog .box ul > li p {
    padding-top: 0.5em;
    font-size: clamp(1.6rem, 1.2272rem + 0.485vw, 1.8rem);
  }
  .information .blog .box ul > li p .more {
    font-size: 1.4rem;
  }
  .information .blog .box ul > li p .more a:hover {
    text-decoration: underline;
  }
  .information .hours {
    grid-column: 1/-1;
    padding: 30px clamp(20px, -110.485px + 16.99vw, 90px) 46px;
  }
  .information .hours .timetable {
    font-size: 2.2rem;
  }
  .information .hours .doctors_calnedar .btn_drscal {
    width: 480px;
    height: 100px;
    padding: 30px 20px 30px 156px;
    outline-width: 2px;
    outline-offset: -6px;
    font-size: 2.4rem;
  }
  .information .hours .doctors_calnedar .btn_drscal::before {
    bottom: 6px;
    left: 5px;
    width: 128px;
    border-bottom-left-radius: 48px;
  }
  .information .philosophy {
    display: grid;
    place-content: center;
    height: 156px;
    margin-top: 48px;
    padding: 20px;
    background-size: 2000px auto;
    font-size: 4.8rem;
  }
}
.medical {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url(../img/index/medical_bg.svg);
  background-position: center top;
  background-size: 170% 40rem;
  background-repeat: no-repeat;
  background-color: var(--color-assort-bg);
}
.medical .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50%);
}
.medical .tit {
  display: grid;
  grid-row: span 1;
  grid-column: span 2;
  align-content: center;
  aspect-ratio: 192/139;
  width: 18rem;
  margin: 0 auto;
  background-image: url(../img/index/tit_bgbl.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-white);
  text-align: center;
}
.medical .tit::after {
  display: block;
  margin-top: 0.3em;
}
.medical .lst {
  display: contents;
}
.medical .lst li {
  padding: 1rem;
}
.medical .lst li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0.4rem;
  line-height: 1;
}
.medical .lst li a::before {
  content: '\cc10';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.medical .lst li a::after {
  flex: none;
  order: -1;
  aspect-ratio: 1/1;
  width: 80%;
  margin-inline: 10%;
  border-radius: 50%;
  background-position: center center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  content: "";
}
.medical .lst .a_inter::after {
  background-image: url(../img/index/medical_ico_inter.svg);
}
.medical .lst .a_ortho::after {
  background-image: url(../img/index/medical_ico_ortho.svg);
}
.medical .lst .a_surgery::after {
  background-image: url(../img/index/medical_ico_surgery.svg);
}
.medical .lst .a_gyne::after {
  background-image: url(../img/index/medical_ico_gyne.svg);
}
.medical .lst .a_inspect::after {
  background-image: url(../img/index/medical_ico_inspect.svg);
}
.medical .lst .a_vac::after {
  background-image: url(../img/index/medical_ico_vac.svg);
}
.medical .lst .a_day::after {
  background-image: url(../img/index/medical_ico_day.svg);
}
.medical .lst .a_exam::after {
  background-image: url(../img/index/medical_ico_exam.svg);
}
.medical .lst .a_visit::after {
  background-image: url(../img/index/medical_ico_visit.svg);
}
.medical .lst .a_sas::after {
  background-image: url(../img/index/medical_ico_sas.svg);
}
.medical .lst .a_private::after {
  background-image: url(../img/index/medical_ico_private.svg);
}
.medical .lst .a_online::after {
  background-image: url(../img/index/medical_ico_online.svg);
}

@media screen and (width >= 768px), print {
  .medical {
    padding-top: 72px;
    padding-bottom: 160px;
    overflow-x: clip;
    background-position: 50% -50px;
    background-size: 2000px 906px;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .medical {
    background-size: 100% 906px;
  }
}
@media screen and (width >= 768px), print {
  .medical .wrap {
    grid-template-columns: repeat(auto-fit, 185px);
    justify-content: center;
    gap: 40px 14px;
  }
  .medical .tit {
    grid-row: span 2;
    grid-column: span 2;
    width: 384px;
    margin: 55px 22px 80px -72px;
  }
  .medical .tit::after {
    margin-top: 0.3em;
  }
  .medical .lst li {
    padding: 0;
  }
  .medical .lst li a {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .medical .lst li a::after {
    width: 150px;
    margin-inline: 15px;
    border: 3px solid var(--color-white);
    background-size: 90px auto;
  }
  .medical .lst li a:hover {
    color: var(--color-main-dark);
  }
  .medical .lst li a:hover::before {
    color: rgb(var(--color-main-rgb)/0.7);
  }
  .medical .lst li a:hover::after {
    transform: translateY(-5px);
    border-color: var(--color-main);
  }
}
.feature {
  padding-bottom: 3rem;
  background-color: var(--color-assort-bg);
}
.feature .tit {
  display: block;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.feature .tit::after {
  display: block;
  margin-top: 0.3em;
  color: var(--color-main);
}
.feature .lst {
  counter-reset: fNum 0;
}
.feature .lst .box {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-inline: 1.5rem;
  background-size: auto 4rem, 100% 4rem;
  background-repeat: no-repeat;
  counter-increment: fNum 1;
}
.feature .lst .box_tit {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
}
.feature .lst .box_tit::before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7em;
  padding: 0.7em 0 0.1em 1.2em;
  background-position: 0 0;
  background-size: 1.8em auto;
  background-repeat: no-repeat;
  content: "Feature" counter(fNum, decimal-leading-zero);
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Sen", sans-serif;
  letter-spacing: 0.05em;
}
.feature .lst .box_txt {
  margin-bottom: 0;
  line-height: 1.6;
}
.feature .lst .box_img {
  order: -1;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 1.5rem;
}
.feature .lst .box:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.feature .lst .box:nth-child(odd) {
  background-position: left 0 top 0, left 15rem top 0;
}
.feature .lst .box:nth-child(odd) .box_tit::before {
  background-image: url(../img/index/feature_box_num_bl.svg);
  color: var(--color-main);
}
.feature .lst .box:nth-child(even) {
  background-position: right 0 top 0, right 15rem top 0;
}
.feature .lst .box:nth-child(even) .box_tit::before {
  background-image: url(../img/index/feature_box_num_pk.svg);
  color: var(--color-sub);
}
.feature .lst .box:nth-child(1) {
  background-image: url(../img/index/feature_box01_bg01.svg), url(../img/index/feature_box01_bg02.svg);
}
.feature .lst .box:nth-child(2) {
  background-image: url(../img/index/feature_box02_bg01.svg), url(../img/index/feature_box02_bg02.svg);
}
.feature .lst .box:nth-child(3) {
  background-image: url(../img/index/feature_box03_bg01.svg), url(../img/index/feature_box03_bg02.svg);
}

@media screen and (width >= 768px), print {
  .feature {
    padding-bottom: 75px;
  }
  .feature .tit {
    margin: -65px auto 40px;
    text-align: center;
  }
  .feature .lst .box {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
    padding-top: 160px;
    gap: 0 clamp(30px, -7.282px + 4.854vw, 50px);
    background-size: 396px 104px, 100% 104px;
  }
  .feature .lst .box_tit {
    margin-bottom: 22px;
    font-size: clamp(2.8rem, 1.6816rem + 1.456vw, 3.4rem);
  }
  .feature .lst .box_tit::before {
    margin-bottom: 28px;
    padding: 18px 0 2px 28px;
    background-size: 40px auto;
    font-size: clamp(2rem, 1.6272rem + 0.485vw, 2.2rem);
  }
  .feature .lst .box_txt {
    line-height: 2.4;
  }
  .feature .lst .box_img {
    margin-bottom: 0;
  }
  .feature .lst .box_img img {
    -o-object-fit: cover;
    height: 420px;
    object-fit: cover;
  }
  .feature .lst .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .feature .lst .box:nth-child(odd) {
    grid-template-columns: clamp(480px, 125.825px + 46.117vw, 670px) auto;
    padding-right: 0;
    padding-left: calc(50% - clamp(350px, -97.379px + 58.252vw, 590px));
    background-position: left 0 top 0, left 396px top 0;
  }
  .feature .lst .box:nth-child(odd) .box_tit {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .feature .lst .box:nth-child(odd) .box_txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .feature .lst .box:nth-child(odd) .box_img {
    grid-row: 1/3;
    grid-column: 2/3;
    border-radius: 30px 0 0 30px;
  }
  .feature .lst .box:nth-child(even) {
    grid-template-columns: auto clamp(480px, 125.825px + 46.117vw, 670px);
    padding-right: calc(50% - clamp(350px, -97.379px + 58.252vw, 590px));
    padding-left: 0;
    background-position: right 0 top 0, right 396px top 0;
  }
  .feature .lst .box:nth-child(even) .box_tit {
    grid-row: /2;
    grid-column: 2/3;
    padding-right: clamp(50px, 12.718px + 4.854vw, 70px);
  }
  .feature .lst .box:nth-child(even) .box_txt {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-right: clamp(50px, 12.718px + 4.854vw, 70px);
  }
  .feature .lst .box:nth-child(even) .box_img {
    grid-row: 1/3;
    grid-column: 1/2;
    border-radius: 0 30px 30px 0;
  }
  .feature .lst .box:nth-child(even) .box_img img {
    margin-left: auto;
  }
}
.greeting {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: var(--color-assort-bg);
}
.greeting_box .tit {
  display: grid;
  z-index: 0;
  position: relative;
  align-content: center;
  text-align: center;
}
.greeting_box .tit::after {
  display: block;
  margin-top: 0.3em;
}
.greeting_box .photo {
  width: 60%;
  margin: 0 auto 1rem;
  border-radius: 1.5rem;
}
.greeting_box .txt {
  padding-inline: 1.5rem;
}
.greeting_box .txt p {
  margin-bottom: 0;
  line-height: 1.6;
}
.greeting_box .txt .sign {
  margin-top: 1.5rem;
}
.greeting_box .txt .sign span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}
.greeting_box .txt .sign i {
  font-size: 1.3rem;
}
.greeting_box .txt .more {
  margin-top: 1rem;
}
.greeting_box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.greeting_box[data-box=chairman] {
  background-image: url(../img/index/greeting_boxbl_bg01.svg), url(../img/index/greeting_boxbl_bg02.svg);
  background-position: right 0 top 2rem, right 11rem top 2rem;
  background-size: auto 6rem, 100% 6rem;
  background-repeat: no-repeat;
}
.greeting_box[data-box=chairman] .tit {
  aspect-ratio: 207/163;
  width: 18rem;
  margin-right: auto;
  margin-bottom: -3rem;
  color: var(--color-white);
  -webkit-mask-image: url(../img/index/greeting_boxbl_tit_mask.svg);
  mask-image: url(../img/index/greeting_boxbl_tit_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.greeting_box[data-box=chairman] .tit::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  inset: 0;
  background-image: url(../img/index/tit_bgbl.svg);
  background-position: center center;
  background-size: 96% auto;
  background-repeat: no-repeat;
  background-color: var(--color-assort-bg);
  content: "";
}
.greeting_box[data-box=chairman] .tit::after {
  margin-top: 0.3em;
}
.greeting_box[data-box=chairman] .sign, .greeting_box[data-box=chairman] .more {
  text-align: right;
}
.greeting_box[data-box=chief] .tit {
  margin-bottom: 1.5rem;
  background-image: linear-gradient(var(--color-sub), var(--color-sub)), linear-gradient(var(--color-sub), var(--color-sub));
  background-position: left 1.5rem center, right 1.5rem center;
  background-size: 22% 2px;
  background-repeat: no-repeat;
}
.greeting_box[data-box=chief] .tit::after {
  color: var(--color-sub);
}
.greeting_box[data-box=chief] .more {
  text-align: left;
}
.greeting_box[data-box=chief] .more .btn_detail {
  background-color: var(--color-sub);
}

@media screen and (width >= 768px), print {
  .greeting {
    margin-bottom: -50px;
    padding-block: 0;
    overflow-x: clip;
  }
  .greeting_box .photo {
    border-radius: 30px;
  }
  .greeting_box .txt {
    padding-inline: 0;
  }
  .greeting_box .txt p {
    line-height: 2.4;
  }
  .greeting_box .txt .sign {
    margin-top: 20px;
    font-size: clamp(2.2rem, 1.8272rem + 0.485vw, 2.4rem);
  }
  .greeting_box .txt .sign span {
    font-size: 133%;
  }
  .greeting_box .txt .sign i {
    font-size: 75%;
  }
  .greeting_box .txt .more {
    margin-top: 22px;
    font-size: 2.2rem;
  }
  .greeting_box:not(:last-of-type) {
    margin-bottom: 84px;
  }
  .greeting_box[data-box=chairman] {
    width: calc(50% + clamp(340px, -126.019px + 60.68vw, 590px));
    margin-right: auto;
    padding-left: calc(50% - clamp(340px, -126.019px + 60.68vw, 590px));
    background-position: right 0 top 44px, right 220px top 44px;
    background-size: auto 120px, 100% 120px;
  }
  .greeting_box[data-box=chairman] .tit {
    width: clamp(300px, 87.495px + 27.67vw, 414px);
    margin-bottom: clamp(-90px, 38.883px + -10.922vw, -45px);
    margin-left: clamp(-110px, 33.204px + -12.136vw, -60px);
  }
  .greeting_box[data-box=chairman] .tit::before {
    background-size: clamp(300px, 143.417px + 20.388vw, 384px) auto;
  }
  .greeting_box[data-box=chairman] .photo {
    width: clamp(240px, -291.262px + 69.175vw, 525px);
    margin: 0.5em clamp(30px, -16.602px + 6.068vw, 55px) 0 0;
    float: left;
  }
  .greeting_box[data-box=chairman] .txt {
    padding-right: clamp(50px, 12.718px + 4.854vw, 70px);
  }
  .greeting_box[data-box=chief] {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: clamp(0px, 254.88px + -21.6 * 1vw, 2%);
  }
  .greeting_box[data-box=chief] .tit {
    margin-bottom: 43px;
    background-position: left center, right center;
    background-size: calc(50% - 140px) 2px;
    font-size: 3rem;
  }
  .greeting_box[data-box=chief] .tit::after {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .greeting_box[data-box=chief] .photo {
    width: clamp(240px, -39.612px + 36.408vw, 390px);
    margin: 0.5em 0 0 clamp(30px, -16.602px + 6.068vw, 55px);
    float: right;
  }
  .greeting_box[data-box=chief] .more .btn_detail:hover {
    background-color: rgb(var(--color-sub-rgb)/0.7);
  }
}
.group {
  padding-top: 18rem;
  padding-bottom: 4rem;
  background-image: url(../img/index/group_mask.svg), url(../img/index/group_bg.webp);
  background-position: center top -0.5rem, center top;
  background-size: 120% 7rem, auto 25rem;
  background-repeat: no-repeat;
  background-color: var(--color-assort-bg);
}
.group .wrap {
  padding-inline: 3rem;
}
.group .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  margin-inline: auto;
  padding: 1.5em 2em 1rem;
  background-image: url(../img/index/group_tit_bg.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.group .tit::after {
  display: block;
  margin-top: 0.3em;
  color: var(--color-main);
}
.group .bnrs {
  display: grid;
  gap: 1rem;
}
.group .related {
  margin-top: 3rem;
}
.group .related_tit {
  margin-bottom: 1.6rem;
  margin-inline: auto;
  text-align: center;
}
.group .related_tit::after {
  display: block;
  margin-top: 0.3em;
  color: var(--color-main);
}
.group .related_lsts {
  display: grid;
  gap: 1rem;
}
.group .related_lsts a {
  display: grid;
  place-content: center;
  min-height: 6.8rem;
  padding: 1rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 1.5rem;
  text-decoration: none;
}
.group .related_lsts a[target=_blank] {
  position: relative;
}
.group .related_lsts a[target=_blank]::after {
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  content: '\cc06';
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "fontello";
}

@media screen and (width >= 768px), print {
  .group {
    padding-top: 934px;
    padding-bottom: 96px;
    background-size: 2000px 435px, auto;
  }
}
@media screen and (width >= 768px) and (width > 2000px) {
  .group {
    background-size: 100% 435px, cover;
  }
}
@media screen and (width >= 768px), print {
  .group .wrap {
    padding-inline: inherit;
  }
  .group .tit {
    width: 414px;
    margin-bottom: 50px;
    padding: 77px 0 0;
    background-size: cover;
  }
  .group .bnrs {
    grid-template-columns: repeat(auto-fit, 385px);
    justify-content: center;
    padding-inline: 0;
    gap: 12px;
  }
  .group .bnrs a:hover {
    opacity: 0.7;
  }
  .group .related {
    margin-top: 65px;
  }
  .group .related_tit {
    margin-bottom: 36px;
  }
  .group .related_lsts {
    grid-template-columns: repeat(auto-fit, 385px);
    justify-content: center;
    padding-inline: 0;
    gap: 12px;
  }
  .group .related_lsts a {
    min-height: 100px;
    font-size: 2.4rem;
  }
  .group .related_lsts a[target=_blank]::after {
    right: 8px;
    bottom: 8px;
    font-size: 1.8rem;
  }
  .group .related_lsts a:hover {
    background-color: rgb(var(--color-main-rgb)/0.7);
    color: var(--color-white);
  }
}
.notice {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.notice .wrap {
  padding-inline: 2rem;
}
.notice .tit {
  margin-bottom: 2rem;
  text-align: center;
}
.notice .tit::after {
  display: block;
  margin-top: 0.3em;
  color: var(--color-main);
}
.notice .standards a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  border: 1px solid var(--color-main);
  border-radius: 0;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  font-size: 1.6rem;
}
.notice .standards a::before {
  color: var(--color-main);
}
.notice .bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  gap: 1rem 4%;
  text-align: center;
}
.notice .bnrs * {
  line-height: 1;
}
.notice .bnrs li {
  width: 48%;
}
.notice .snsbnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem 4%;
}
.notice .snsbnrs li {
  width: 48%;
}
.notice .snsbnrs li a {
  display: grid;
  align-items: center;
  height: 100%;
  min-height: 5.4rem;
  padding: 0.5rem 0.5rem 0.5rem 5.8rem;
  border: 1px solid currentColor;
  background-image: url(../img/icon_facebook.png);
  background-position: 1.4rem 50%;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  color: var(--color-main);
  font-size: 1.6rem;
}
.notice .snsbnrs li a.yt {
  background-image: url(../img/icon_youtube.png);
  background-size: 3rem auto;
}
.notice .snsbnrs li a.fb {
  background-image: url(../img/icon_facebook.png);
  background-size: 2.8rem auto;
}

@media screen and (width >= 768px), print {
  .notice {
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .notice .wrap {
    padding-inline: inherit;
  }
  .notice .tit {
    margin-bottom: 50px;
  }
  .notice .standards a {
    max-width: 780px;
    height: 110px;
    margin-inline: auto;
    font-size: 2.2rem;
  }
  .notice .standards a:hover, .notice .standards a:focus {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .notice .standards a:hover::before, .notice .standards a:focus::before {
    color: var(--color-white);
  }
  .notice .bnrs {
    margin-top: 65px;
    gap: 30px 60px;
  }
  .notice .bnrs li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .notice .snsbnrs {
    margin-top: 55px;
    gap: 25px 60px;
  }
  .notice .snsbnrs li {
    width: 290px;
  }
  .notice .snsbnrs li a {
    min-height: 90px;
    padding: 20px;
    padding-left: 100px;
    background-position: 25px 50%;
    font-size: 2.4rem;
  }
  .notice .snsbnrs li a:hover {
    box-shadow: 2px 2px 4px var(--color-shadow);
  }
  .notice .snsbnrs li a.yt {
    background-size: 48px auto;
  }
  .notice .snsbnrs li a.fb {
    background-size: 42px auto;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  padding: 1rem 5rem 2.2rem;
  background-image: url(../img/a_philosophy_img.svg);
  background-position: center bottom 2rem;
  background-size: 178% auto;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  color: var(--color-white);
  -webkit-mask-image: url(../img/bg_wave.svg), linear-gradient(var(--color-main), var(--color-main));
  mask-image: url(../img/bg_wave.svg), linear-gradient(var(--color-main), var(--color-main));
  -webkit-mask-position: center top, center top 6.4rem;
  mask-position: center top, center top 6.4rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 110% 8rem, cover;
  mask-size: 110% 8rem, cover;
}
.heading h1 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (width >= 768px), print {
  .heading {
    min-height: 325px;
    padding: 60px 16%;
    background-position: center bottom 60px;
    background-size: auto 150px;
    -webkit-mask-position: center 48px, center top 192px;
    mask-position: center 48px, center top 192px;
    -webkit-mask-size: 2000px 286px, cover;
    mask-size: 2000px 286px, cover;
  }
  .heading h1 {
    font-size: 4.4rem;
  }
}

.breadcrumbs {
  margin-top: 1rem;
}
.breadcrumbs ol {
  width: 94%;
  margin-inline: auto;
  font-size: 94%;
  line-height: 1.3;
}
.breadcrumbs ol > li {
  display: inline-block;
}
.breadcrumbs ol > li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.3em 0 0.15em;
  content: '\cc10';
  font-weight: normal;
  font-size: 86%;
  font-family: "fontello";
  vertical-align: 0.1em;
}
@media screen and (width >= 768px), print {
  .breadcrumbs {
    margin-top: 25px;
  }
  .breadcrumbs ol {
    max-width: 1180px;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  display: flow-root;
  width: 94%;
  margin-inline: auto;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-inline: 1.5rem;
  border-radius: 1rem;
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
}
@media screen and (width >= 768px), print {
  .contents {
    max-width: 1180px;
    margin-inline: auto;
    margin-block: 5px;
    padding-top: 42px;
    padding-bottom: 64px;
    padding-inline: clamp(5%, -334.8px + 36 * 1vw, 90px);
    border-radius: 20px;
  }
}

.clr-main {
  color: var(--color-main);
}

.clr-sub {
  color: var(--color-sub);
}

.clr-trans {
  color: transparent;
}

.apps {
  max-width: 60%;
  margin-inline: auto;
}
.apps > li {
  margin-bottom: 1rem;
}
@media screen and (width >= 768px), print {
  .apps {
    display: flex;
    max-width: 500px;
    margin-inline: 0;
    gap: 30px;
  }
}

.more {
  margin-top: 1.2em;
  text-align: center;
}
.more [class*=btn_] {
  min-width: 75%;
}
@media screen and (width >= 768px), print {
  .more {
    margin-top: 1.5em;
  }
  .more [class*=btn_] {
    min-width: 240px;
  }
}

.tbl_data[data-cont=private] {
  table-layout: fixed;
}
.tbl_data[data-cont=private] tbody tr td:last-child {
  text-align: center;
  white-space: nowrap;
}
@media screen and (width < 767px) {
  .tbl_data[data-cont=private][data-cols="1"] thead tr th:first-child {
    width: 33%;
  }
  .tbl_data[data-cont=private][data-cols="2"] thead tr th:first-child {
    width: 25%;
  }
  .tbl_data[data-cont=private][data-cols="2"] thead tr th:last-child {
    width: 23%;
  }
  .tbl_data[data-cont=private][data-cols="3"] thead tr th:first-child {
    width: 22%;
  }
  .tbl_data[data-cont=private][data-cols="3"] thead tr th:last-child {
    width: 13%;
  }
}
@media screen and (width >= 768px), print {
  .tbl_data[data-cont=private] thead tr th:first-child {
    width: 25%;
  }
  .tbl_data[data-cont=private] tbody tr td:last-child {
    padding-inline: 0.5em;
  }
  .tbl_data[data-cont=private][data-cols="2"] thead tr th:last-child {
    width: 25%;
  }
  .tbl_data[data-cont=private][data-cols="3"] thead tr th:last-child {
    width: 15%;
  }
}

.focustxt em {
  font-weight: normal;
  letter-spacing: 0.05em;
}
body#page_gynecology .focustxt {
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (width >= 768px), print {
  body#page_gynecology .focustxt {
    margin-bottom: 0.5em;
    font-size: 3rem;
    text-align: left;
  }
  body#page_gynecology .focustxt em {
    letter-spacing: 0.1em;
  }
}
body#page_private .focustxt {
  font-size: 1.7rem;
}
@media screen and (width >= 768px), print {
  body#page_private .focustxt {
    font-size: 2.2rem;
  }
}

.ol_important {
  margin-bottom: 1.2em;
  counter-reset: impNum 0;
}
.ol_important > li {
  padding: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
  border-color: var(--color-border);
  counter-increment: impNum 1;
}
.ol_important > li:not(:first-of-type) {
  margin-top: 2rem;
}
.ol_important > li > :last-child {
  margin-bottom: 0;
}
.ol_important > li .tit {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
  gap: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}
.ol_important > li .tit::before {
  flex: none;
  aspect-ratio: 1/1;
  width: 2em;
  border-radius: 50%;
  background-color: var(--color-main);
  content: counter(impNum, decimal-leading-zero);
  color: var(--color-white);
  line-height: 2;
  font-family: "Sen", sans-serif;
  text-align: center;
}
.ol_important > li .img {
  max-width: 60%;
  margin: 0 auto 1.5rem;
}
@media screen and (width >= 768px), print {
  .ol_important > li {
    display: grid;
    grid-template-columns: auto clamp(140px, 28.155px + 14.563vw, 200px);
    justify-content: space-between;
    padding: 24px;
    gap: 0 40px;
    border-radius: 20px;
  }
  .ol_important > li .tit {
    padding-left: 85px;
    font-size: 3rem;
  }
  .ol_important > li .tit::before {
    width: 70px;
    margin-right: 15px;
    margin-left: -85px;
    font-size: 3.4rem;
    line-height: 70px;
  }
  .ol_important > li .img {
    grid-row: span 3;
    grid-column: 2/3;
    max-width: 100%;
    margin: 0;
  }
}

body#page_doctor .leadmsg {
  margin-bottom: 4rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 3px dotted var(--color-main);
  line-height: 1.8;
}
body#page_doctor .leadmsg .txt_philosophy {
  color: var(--color-main-dark);
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
}
body#page_doctor .chairman_box .tit_02 i,
body#page_doctor .doctor_box .tit_02 i {
  display: inline-block;
  font-size: 80%;
}
body#page_doctor .chairman_box .prof,
body#page_doctor .doctor_box .prof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 0;
  line-height: 1.3;
}
body#page_doctor .chairman_box .prof dt,
body#page_doctor .doctor_box .prof dt {
  display: flex;
  justify-content: space-between;
}
body#page_doctor .chairman_box .prof dt::after,
body#page_doctor .doctor_box .prof dt::after {
  content: "：";
}
body#page_doctor .chairman_box .prof dd > :last-child,
body#page_doctor .doctor_box .prof dd > :last-child {
  margin-bottom: 0;
}
body#page_doctor .chairman_box .prof dd p,
body#page_doctor .doctor_box .prof dd p {
  margin-top: -0.1em;
  line-height: 1.5;
}
body#page_doctor .chairman_box .extra,
body#page_doctor .doctor_box .extra {
  margin-top: 2rem;
  overflow: hidden;
  border: 2px solid rgb(var(--color-sub-rgb)/0.7);
  border-radius: 0.5rem;
}
body#page_doctor .chairman_box .extra .tit,
body#page_doctor .doctor_box .extra .tit {
  padding: 0.8rem 1.2rem;
  background: rgb(var(--color-sub-rgb)/0.7);
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.6rem;
}
body#page_doctor .chairman_box .extra .prof,
body#page_doctor .doctor_box .extra .prof {
  padding: 1.2rem 1.2rem 1.4rem;
}
body#page_doctor .chairman_box .signature {
  margin-top: 1.3em;
  text-align: right;
}
body#page_doctor .chairman_box .signature span {
  font-size: 1.6rem;
}
body#page_doctor .chairman_box .extra {
  margin-top: 2.5rem;
  border-color: rgb(var(--color-main-rgb)/0.7);
}
body#page_doctor .chairman_box .extra .tit {
  background: rgb(var(--color-main-rgb)/0.7);
}
body#page_doctor .chairman_box:has(+ .doctor_box) {
  padding-bottom: 3rem;
  border-bottom: 3px dotted var(--color-main);
}
body#page_doctor .doctor_box:has(.extra) {
  padding-bottom: 2.5rem;
  border-bottom: 3px dotted var(--color-sub);
}
body#page_doctor .doctor_box .img_l, body#page_doctor .doctor_box .img_r {
  max-width: 70%;
}
@media screen and (width >= 768px), print {
  body#page_doctor .leadmsg {
    margin-bottom: 80px;
    padding-bottom: 50px;
    border-bottom-width: 4px;
    line-height: 2.1;
    text-align: center;
  }
  body#page_doctor .leadmsg .txt_philosophy {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  body#page_doctor .chairman_box .prof,
  body#page_doctor .doctor_box .prof {
    gap: 0.5em 0;
  }
  body#page_doctor .chairman_box .extra,
  body#page_doctor .doctor_box .extra {
    display: flow-root;
    margin-top: 0;
    padding-top: 0;
    clear: none;
    border-width: 3px;
    border-radius: 10px;
  }
  body#page_doctor .chairman_box .extra .tit,
  body#page_doctor .doctor_box .extra .tit {
    padding: 10px 20px 12px;
    font-size: 2rem;
  }
  body#page_doctor .chairman_box .extra .prof,
  body#page_doctor .doctor_box .extra .prof {
    padding: 15px 20px 18px;
  }
  body#page_doctor .chairman_box .signature {
    margin-top: 0;
  }
  body#page_doctor .chairman_box .signature span {
    font-size: 2.4rem;
  }
  body#page_doctor .chairman_box .extra {
    margin-top: 40px;
  }
  body#page_doctor .chairman_box .extra .tit,
  body#page_doctor .chairman_box .extra .prof {
    padding-inline: 40px;
  }
  body#page_doctor .chairman_box:has(+ .doctor_box) {
    padding-bottom: 90px;
    border-bottom-width: 4px;
  }
  body#page_doctor .doctor_box:has(.extra) {
    padding-bottom: 80px;
    border-bottom-width: 4px;
  }
  body#page_doctor .doctor_box .img_l, body#page_doctor .doctor_box .img_r {
    max-width: clamp(250px, 156.796px + 12.136vw, 300px);
    margin-block: 0;
  }
}

body#page_clinic .splide {
  z-index: 0;
}
body#page_clinic .splide__arrow {
  top: 40%;
  height: 2.8em;
  border-radius: 0.5rem;
  background: rgb(var(--color-white-rgb)/0.8);
}
body#page_clinic .splide__arrow svg {
  width: 100%;
  fill: var(--color-main-dark);
}
body#page_clinic .splide__arrow--prev {
  left: -1.5rem;
}
body#page_clinic .splide__arrow--next {
  right: -1.5rem;
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.6em 0.3em;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
body#page_clinic .splide.panels .splide__pagination {
  margin-top: 0.5rem;
}
body#page_clinic .splide.panels .splide__pagination__page.is-active {
  background: var(--color-main);
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  outline: 4px solid transparent;
  outline-offset: -4px;
  opacity: 0.5;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  outline-color: var(--color-main);
  opacity: 1;
}
body#page_clinic .splide#clinicSlide02-panel .splide__slide figcaption {
  text-align: left;
}
body#page_clinic .splide#clinicSlide02-panel .splide__slide figcaption p {
  margin: 0.3em 0.3em 0;
}
@media screen and (width >= 768px), print {
  body#page_clinic .splide {
    width: 100%;
    max-width: 825px;
    margin-inline: auto;
    padding-inline: clamp(0px, 57.282px + -4.854vw, 20px);
  }
  body#page_clinic .splide.panels .splide__arrow {
    top: 45%;
    width: 70px;
    height: 90px;
  }
  body#page_clinic .splide.panels .splide__arrow svg {
    width: 80%;
    fill: var(--color-main);
    transition: 0.3s;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background: rgb(var(--color-white-rgb)/1);
  }
  body#page_clinic .splide.panels .splide__arrow:hover svg {
    fill: var(--color-main-deep);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: clamp(-60px, 25.922px + -7.282vw, -30px);
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: clamp(-60px, 25.922px + -7.282vw, -30px);
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .splide.panels .splide__pagination {
    margin-top: 10px;
  }
  body#page_clinic .splide.panels .splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
  }
  body#page_clinic .splide.navis {
    margin-top: 12px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}

body#page_access .access_info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 0;
  font-size: 1.6rem;
}
body#page_access .access_info dt {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  font-size: 87.5%;
}
body#page_access .access_info dd {
  padding: 0.6rem 0.6rem 0.6rem 1.2rem;
  border-bottom: 1px solid var(--color-border);
}
body#page_access .access_route .transport {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1.2rem 0.8rem;
}
body#page_access .access_route .transport dt {
  padding-inline: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgb(var(--color-main-rgb)/0.2);
  color: var(--color-main-deep);
  font-weight: 500;
}
body#page_access .access_route .transport_ref {
  margin-top: 1em;
  text-align: center;
}
body#page_access .access_maps {
  margin-top: 2.5rem;
}
body#page_access .access_maps .gmap {
  width: 100%;
  height: 35rem;
}
body#page_access .access_maps .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .access_maps .gmap {
  margin-top: 1.5rem;
}
@media screen and (width >= 768px), print {
  body#page_access .timetable_tbl {
    font-size: 2.2rem;
  }
  body#page_access .access_info {
    gap: 20px 0;
    font-size: 2.2rem;
  }
  body#page_access .access_info dt {
    padding: 15px clamp(30px, -7.282px + 4.854vw, 50px);
    border-radius: 5px 5px 0 0;
    text-align-last: justify;
  }
  body#page_access .access_info dd {
    padding: 15px 40px;
    border-bottom: 1px solid var(--color-border);
    word-spacing: 0.5em;
  }
  body#page_access .access_route {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
    padding-block: 5px;
    gap: 30px 50px;
  }
  body#page_access .access_route > section {
    margin-top: 0;
  }
  body#page_access .access_route .transport {
    gap: 15px 12px;
  }
  body#page_access .access_route .transport dt {
    padding-inline: 18px;
    border-radius: 5px;
  }
  body#page_access .access_maps {
    margin-top: 40px;
  }
  body#page_access .access_maps .illmap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  body#page_access .access_maps .gmap {
    height: 450px;
    margin-top: 30px;
  }
}

body#page_privacy_policy article {
  line-height: 1.5;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4.5rem;
}
body#page_privacy_policy article > section {
  margin-top: 3rem;
}
body#page_privacy_policy article > section > section {
  margin-top: 2rem;
}
body#page_privacy_policy article h3, body#page_privacy_policy article h4 {
  margin-bottom: 0.5em;
}
body#page_privacy_policy article .lst_dot {
  margin-bottom: 1em;
}
body#page_privacy_policy article .lst_dot > li ~ li {
  margin-top: 0.3em;
}
body#page_privacy_policy article .footnote {
  margin-top: 3.5rem;
}
body#page_privacy_policy article .footnote > li {
  padding-left: 1em;
  text-indent: -1em;
}
body#page_privacy_policy article .footnote > li > * {
  text-indent: 0;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 4.5rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 1.5rem;
  text-align: right;
}
@media screen and (width >= 768px), print {
  body#page_privacy_policy article .lead {
    margin-bottom: 90px;
  }
  body#page_privacy_policy article > section {
    margin-top: 40px;
  }
  body#page_privacy_policy article > section > section {
    margin-top: 25px;
  }
  body#page_privacy_policy article .footnote {
    margin-top: 60px;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 60px;
  }
}

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