@charset "UTF-8";
a[href=""], .nolink {
  pointer-events: none;
}
@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.22em;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  block-size: 0;
  overflow: visible;
  border-block-start: 1px solid;
  color: inherit;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(button) {
  border: none;
  background: transparent;
}
:where(em) {
  font-style: normal;
  font-weight: bold;
}
:where(i) {
  font-style: normal;
}
:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}
:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(p) {
  margin: 0 0 1em;
}
:root {
  --sp-header-height: 3.5rem;
  --pc-header-height: 160px;
  --font-weight: 500;
  --sp-font-size: 1.5rem;
  --sp-l-height: 1.6;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2.1;
  --color-base-txt: #444;
  --color-base-txt-rgb: 68 68 68;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #ef90a0;
  --color-main-dark: #e85382;
  --color-main-soft: #f8c9d1;
  --color-main-lite: #fee5e9;
  --color-main-pale: #fef3fa;
  --color-accent: #fcb438;
  --color-accent-dark: #fc9f00;
  --color-accent-soft: #fbf7d1;
  --color-accent-lite: #fcf6e4;
  --color-sub-dark: #705a46;
  --color-sub-nav: #88775e;
  --color-sub: #9d8779;
  --color-sub-soft: #e8e2df;
  --color-sub-lite: #f5ebdd;
  --color-sub-pale: #fbf7f4;
  --color-sub-greish: #f5f2ef;
  --color-border: #a59e9d;
  --color-border_tbl: #707070;
  --color-attention: #ff0303;
  --color-highlight: #fff8b0;
  --color-shadow: rgb(0 0 0/0.16);
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-gray: #808080;
  --color-gray-rgb: 128 128 128;
  --color-ghost: #f5f5f5;
  --color-ghost-rgb: 245 245 245;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}
html {
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  scroll-padding-top: var(--sp-header-height, 0);
}
body {
  background-color: var(--color-base-bg);
  color: var(--color-base-txt);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main {
  font-size: var(--sp-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}
@media screen and (min-width: 48em), print {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*):before, :where(*)::after {
    letter-spacing: normal;
  }
  html {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    min-width: 1240px;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap .logo {
  width: calc(100% - 6rem);
  padding: 1.5rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .ctc {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    --height-fixhead: 130px;
    min-height: var(--height-fixhead);
    padding-top: var(--height-fixhead);
  }
  #global_header .header_wrap {
    display: grid;
    z-index: 5;
    position: fixed;
    grid-template-rows: 84px 40px;
    grid-template-columns: 480px 440px;
    justify-content: space-between;
    width: 100%;
    height: var(--height-fixhead);
    inset: 0 0 auto;
    padding-bottom: 4px;
    padding-inline: calc(50% - 600px);
    gap: 2px 55px;
  }
  #global_header .header_wrap .logo {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 480px;
    padding: 15px 0;
  }
  #global_header .header_wrap .ctc {
    display: flex;
    grid-row: 1/2;
    grid-column: 2/3;
    align-items: flex-end;
    justify-content: space-between;
    height: 60px;
  }
  #global_header .header_wrap .ctc li.phone {
    width: 206px;
    height: 40px;
    padding: 1px;
    border-radius: 20px;
    background-color: var(--color-main-dark);
    color: var(--color-white);
    font-size: 2.4rem;
    text-align: center;
  }
  #global_header .header_wrap .ctc li .btn_rsv {
    width: 220px;
    height: 60px;
    padding: 13px 0;
    border-radius: 0px 0px 15px 15px;
    box-shadow: inset 0 5px 0 0 var(--color-main);
    font-size: 2.2rem;
  }
  #global_header .header_wrap .ctc li .btn_rsv:hover, #global_header .header_wrap .ctc li .btn_rsv:focus {
    padding-top: 10px;
    box-shadow: none;
  }
  #global_header .header_wrap #global_nav {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  #global_header .header_wrap.js-pc_sticky {
    background-color: transparent;
    transition: background 1s;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky {
    background-color: rgb(var(--color-white-rgb)/0.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  #global_header .header_wrap:has(.js-menu_btn.is_open) {
    background-color: rgb(var(--color-ghost-rgb)/0.95);
  }
}
#global_nav .js-menu_box {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
  }
  .js-sp_modal::before {
    z-index: -10;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background: rgb(var(--color-ghost-rgb)/0.9);
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    content: "";
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
#global_nav {
  color: var(--color-sub-nav);
}
#global_nav .sub_btn {
  width: 100%;
}
#global_nav .sub_btn::after {
  content: '\f004';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .sub_btn.is_open::after {
  content: "\f005";
}
#global_nav .subnav dt {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
#global_nav .subnav dt::before {
  flex: none;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: normal;
  font-family: "fontello";
  text-align: center;
}
#global_nav .subnav dt.tit_thyroid::before {
  background-color: var(--color-accent);
  content: "\e93b";
  color: var(--color-white);
}
#global_nav .subnav dt.tit_mammary::before {
  background-color: var(--color-main);
  content: "\e939";
  color: var(--color-white);
}
#global_nav .subnav dd ul li a {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  background-color: var(--color-white);
  line-height: 1.2;
}
#global_nav .subnav dd ul li a::before {
  flex: none;
  width: 1em;
  content: '\e927';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: fixed;
    top: 0.8rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0 0 0.4rem;
    border-radius: 0.5rem;
    background: var(--color-main-dark);
    color: var(--color-white);
    line-height: 0.75;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e806';
    font-weight: normal;
    font-size: 3.4rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    margin-top: 0.3rem;
    content: "MENU";
    font-size: 1rem;
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100vw;
    max-height: 80svh;
    padding: 0.4rem 1.5rem;
    overflow-y: auto;
    background: var(--color-ghost);
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    border-bottom: 1px solid var(--color-sub);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  #global_nav .gnav > li > a::after {
    content: '\f006';
    color: var(--color-sub);
    font-weight: normal;
    font-family: "fontello";
  }
  #global_nav .gnav > li.sub .sub_box {
    padding: 0.5rem 1rem 2rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt ~ dt {
    margin-top: 1.5rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt::before {
    width: 1.5em;
    font-size: 2em;
    line-height: 1.5;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul li {
    margin-top: 0.5rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul li a {
    padding: 1.3rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0.1rem 0.1rem 0.3rem var(--color-shadow);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    border-right: 1px solid;
    -o-border-image: repeating-linear-gradient(currentColor, currentColor 1px, transparent 1px, transparent 3px) 1;
    border-image: repeating-linear-gradient(currentColor, currentColor 1px, transparent 1px, transparent 3px) 1;
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px dotted currentColor;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    height: 40px;
    padding: 6px;
    text-align: center;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    background: radial-gradient(var(--color-main-lite), transparent 90%);
    color: var(--color-sub-dark);
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 5px;
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 1;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    background-color: rgb(var(--color-ghost-rgb)/0.95);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    width: 1200px;
    margin-inline: auto;
    padding-top: 56px;
    padding-bottom: 85px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt ~ dt {
    margin-top: 40px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dt::before {
    width: 50px;
    font-size: 4rem;
    line-height: 50px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul li {
    width: 273px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul li a {
    height: 60px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px var(--color-shadow), inset 2px 2px 2px transparent;
    word-break: keep-all;
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd ul li a:hover, #global_nav .gnav > li.sub .sub_box .subnav dd ul li a:focus {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 2px transparent, inset 2px 2px 2px var(--color-shadow);
    color: var(--color-sub-dark);
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd .item_thyroid a:hover, #global_nav .gnav > li.sub .sub_box .subnav dd .item_thyroid a:focus {
    background-color: var(--color-accent-lite);
  }
  #global_nav .gnav > li.sub .sub_box .subnav dd .item_mammary a:hover, #global_nav .gnav > li.sub .sub_box .subnav dd .item_mammary a:focus {
    background-color: var(--color-main-lite);
  }
}
main :is(*) .clr_thyroid {
  color: var(--color-accent);
}
main :is(*) .clr_mammary {
  color: var(--color-main);
}
.overview {
  padding: 4rem 4% 3rem;
  background-color: var(--color-sub-lite);
  font-size: 1.5rem;
}
.overview .logo {
  width: 80%;
  margin: 0 auto 2.6rem;
}
.overview .wrap .outline {
  display: grid;
  grid-template-columns: 23% auto;
  gap: 0.5rem 1.3rem;
  line-height: 1.4;
}
.overview .wrap .outline > dt {
  padding-block: 0.5rem;
  border-radius: 0.3rem;
  background-color: var(--color-sub);
  color: var(--color-white);
  text-align: center;
}
.overview .wrap .outline > dd {
  padding-block: 0.5rem;
}
.overview .wrap .outline > dd ul {
  margin-left: -0.2em;
}
.overview .wrap .outline > dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.overview .wrap .outline > dd ul li::before {
  content: "・";
}
.overview .wrap .outline > dd ul li ~ li {
  margin-top: 0.3rem;
}
.overview .wrap .outline > dd.telnum {
  color: var(--color-main-dark);
  font-size: 2rem;
  line-height: 1;
}
.overview .wrap .timetable {
  margin-top: 2rem;
}
.overview .wrap .gmap {
  width: 100%;
  height: 27rem;
  margin-top: 2rem;
}
.overview .wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 100px 0 68px;
    font-size: 1.8rem;
  }
  .overview .logo {
    width: 448px;
    margin: 0 auto 55px;
  }
  .overview .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .overview .wrap .col {
    width: 582px;
  }
  .overview .wrap .outline {
    grid-template-columns: 90px auto;
    align-items: flex-start;
    gap: 14px 16px;
  }
  .overview .wrap .outline > dt {
    padding-top: 0;
    padding-bottom: 1px;
    border-radius: 3px;
  }
  .overview .wrap .outline > dd {
    padding-top: 0;
    padding-bottom: 1px;
  }
  .overview .wrap .outline > dd.telnum {
    font-size: 3.4rem;
    line-height: 0.7;
  }
  .overview .wrap .timetable {
    margin-top: 10px;
  }
  .overview .wrap .timetable::before {
    display: block;
    width: 90px;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 1px;
    border-radius: 3px;
    background-color: var(--color-sub);
    content: "診療時間";
    color: var(--color-white);
    text-align: center;
  }
  .overview .wrap .timetable_tbl thead th:first-child {
    color: transparent;
  }
  .overview .wrap .gmap {
    width: 582px;
    height: 500px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 10px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  border-top: 1px solid var(--color-sub);
  background-color: var(--color-sub-lite);
  line-height: 1;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 18px calc(50% - 600px) 0;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 42px;
  }
  #global_footer .footer_wrap .gnav {
    width: 700px;
    margin-bottom: 18px;
  }
  #global_footer .footer_wrap .gnav li {
    display: inline-block;
    margin-bottom: 12px;
  }
  #global_footer .footer_wrap .gnav li ~ li {
    padding-left: 5px;
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap .gnav li:nth-child(8) {
    padding-left: 0;
    border-left: none;
  }
  #global_footer .footer_wrap .gnav li.sub {
    display: none;
  }
  #global_footer .footer_wrap .gnav li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .subnav {
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    gap: 12px;
  }
  #global_footer .footer_wrap .subnav > dt {
    width: 90px;
    padding: 3px 0 4px;
    border-radius: 5px;
    color: var(--color-white);
    text-align: center;
  }
  #global_footer .footer_wrap .subnav > dt.tit_thyroid {
    background-color: var(--color-accent);
  }
  #global_footer .footer_wrap .subnav > dt.tit_mammary {
    background-color: var(--color-main);
  }
  #global_footer .footer_wrap .subnav > dd {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap .subnav > dd li {
    display: inline-block;
    padding: 0 0.3em;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap .subnav > dd li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap .subnav > dd .item_thyroid a:hover, #global_footer .footer_wrap .subnav > dd .item_thyroid a:focus {
    color: var(--color-accent-dark);
  }
  #global_footer .footer_wrap .subnav > dd .item_mammary a:hover, #global_footer .footer_wrap .subnav > dd .item_mammary a:focus {
    color: var(--color-main-dark);
  }
  #global_footer .copyright {
    padding: 0 0 40px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: -5.5rem;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 30px;
    bottom: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}
#sp_footer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  background: var(--color-base-bg);
  transition: width 0.5s;
}
#sp_footer:has(+ .js-pageup.is_active) {
  width: calc(100% - 4rem);
}
#sp_footer li {
  flex-grow: 1;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li a {
  display: block;
}
#sp_footer li.phone {
  background-color: var(--color-main-dark);
  color: var(--color-white);
  font-size: 1.7rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}
#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: var(--color-main-dark);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
}
#pageup::before {
  content: '\e803';
  font-weight: normal;
  font-size: 2rem;
  font-family: "fontello";
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  #pageup::before {
    font-size: 3rem;
  }
  #pageup:hover {
    background: var(--color-main);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}
.sp_n {
  display: none;
}
@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}
.l-cf, .l-intro {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.txt_c {
  text-align: center !important;
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
    float: left;
    border-radius: 10px;
  }
  .img_r {
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
    float: right;
    border-radius: 10px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}
.mb0 {
  margin-bottom: 0;
}
.mt40 {
  margin-top: 4rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt0 {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.l-intro > :last-child {
  margin-bottom: 0;
}
:is(section) > :last-child {
  margin-bottom: 0;
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
article .lead {
  margin-bottom: 5rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 3rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}
@media screen and (min-width: 48em), print {
  article .lead {
    margin-bottom: 100px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 85px;
  }
  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: 20px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.1rem;
}
.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.4rem;
  padding-inline: 3rem;
  background-image: url(../img/tit_02.svg), url(../img/tit_02.svg);
  background-position: left center, right center;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  color: var(--color-sub-dark);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.12;
  text-align: center;
}
.tit_03 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.2rem solid currentColor;
  box-shadow: 0 0.2rem 0 0 var(--color-main-soft);
  color: var(--color-main);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.12;
}
.tit_04 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid currentColor;
  color: var(--color-accent);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.12;
}
.tit_05 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem dotted currentColor;
  color: var(--color-sub);
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.12;
}
.tit_06 {
  margin-bottom: 1rem;
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.12;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 40px;
    padding: 4px 68px;
    background-size: 50px auto;
    font-size: 3.2rem;
  }
  .tit_03 {
    margin-bottom: 26px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    box-shadow: 0 3px 0 0 var(--color-main-soft);
    font-size: 3rem;
  }
  .tit_04 {
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    font-size: 2.8rem;
  }
  .tit_05 {
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    font-size: 2.6rem;
  }
  .tit_06 {
    margin-bottom: 14px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.6;
  }
}
.lst_ul > li {
  padding-left: 1.8em;
}
.lst_ul > li::before {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.1em;
  margin-right: 0.7em;
  margin-left: -1.8em;
  border-radius: 50%;
  background-color: var(--color-main-soft);
  content: "";
  font-size: 80%;
  vertical-align: -0.1em;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    font-size: 100%;
  }
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.6em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0.15em;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li ~ li {
    margin-top: 0.8em;
  }
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols_even {
    display: flex;
    justify-content: space-evenly;
  }
  .lst_ul.cols_even > li ~ li {
    margin-top: 0;
  }
}
.lst_dot {
  margin-bottom: 1em;
}
.lst_dot > li {
  padding-left: 1em;
}
.lst_dot > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.lst_check {
  margin-bottom: 1em;
}
.lst_check > li {
  padding-left: 1.5em;
}
.lst_check > li ~ li {
  margin-top: 0.3em;
}
.lst_check > li::before {
  display: inline-block;
  margin-right: 0.5em;
  margin-left: -1.5em;
  content: '\e800';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.6em;
}
.lst_ol > li::marker {
  color: var(--color-main);
  font-size: 132%;
  line-height: 0.8;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}
.lst_ol_revert {
  margin-bottom: 1em;
}
.lst_ol_revert > li {
  margin-left: 1em;
  list-style-type: decimal;
}
.lst_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}
.dl_1col {
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}
.dl_1col dt {
  padding: 0.8em 1em;
  background-color: var(--color-sub-greish);
  line-height: 1.2;
}
.dl_1col dt ~ dt {
  border-top: 1px solid var(--color-border);
}
.dl_1col dd {
  padding: 1em 1em 1.1em;
  border-top: 1px solid var(--color-border);
}
.dl_1col[data-cont=thyroid] dt {
  background-color: var(--color-accent-soft);
}
.dl_1col[data-cont=mammary] dt {
  background-color: var(--color-main-lite);
}
@media screen and (min-width: 48em), print {
  .dl_1col dt {
    padding: 20px 30px;
  }
  .dl_1col dd {
    padding: 25px 30px 30px;
  }
}
.dl_2col {
  display: grid;
  grid-template-columns: auto minmax(30%, 75%);
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}
.dl_2col dt {
  padding: 0.8em 0.5em;
  border-top: 1px solid var(--color-border);
  background-color: var(--color-sub-greish);
}
.dl_2col dd {
  padding: 0.8em 0.5em;
  border-top: 1px solid var(--color-border);
}
.dl_2col dd > :last-child {
  margin-bottom: 0;
}
.dl_2col dd .lst_dot {
  margin-inline: -0.2em;
}
.dl_2col[data-cont=thyroid] dt {
  background-color: var(--color-accent-soft);
}
.dl_2col[data-cont=mammary] dt {
  background-color: var(--color-main-lite);
}
@media screen and (min-width: 48em), print {
  .dl_2col dt {
    padding: 20px 30px;
  }
  .dl_2col dd {
    padding: 20px 30px;
  }
  .dl_2col dd .lst_dot {
    margin-inline: 0.2em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(table) {
    line-height: 1.6;
  }
  :where(.contents) :where(table) + .remarks {
    margin-top: 0.5em;
  }
}
.tbl_simple, .tbl_data, .tbl_price {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th, .tbl_price th {
  padding: 0.8rem;
  font-weight: 500;
}
.tbl_simple td, .tbl_data td, .tbl_price td {
  padding: 0.8rem 1.2rem;
}
.tbl_simple td > :last-child, .tbl_data td > :last-child, .tbl_price td > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_price th {
    padding: 0.8em 1em;
  }
  .tbl_simple td, .tbl_data td, .tbl_price td {
    padding: 0.8em 1.5em;
    word-break: normal;
  }
}
.tbl_data, .tbl_price {
  border-bottom: 1px solid var(--color-border_tbl);
}
.tbl_data th, .tbl_price th, .tbl_data td, .tbl_price td {
  border-top: 1px solid var(--color-border_tbl);
}
.tbl_data thead th, .tbl_price thead th {
  border-bottom: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
}
.tbl_data tbody th, .tbl_price tbody th {
  background-color: var(--color-main-lite);
}
.tbl_price caption.exp {
  margin-bottom: 0.5em;
  text-align: left;
}
.tbl_price tbody th {
  text-align: left;
}
@media screen and (max-width: 47.99em) {
  .tbl_price tbody th {
    word-break: keep-all;
  }
}
.tbl_price tbody td:nth-last-child(1) {
  width: 25%;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_price {
    table-layout: fixed;
  }
  .tbl_price tbody td:nth-last-child(1) {
    width: 35%;
    white-space: normal;
  }
}
.tbl_simple {
  border-bottom: 1px solid var(--color-border_tbl);
}
.tbl_simple th, .tbl_simple td {
  border-top: 1px solid var(--color-border_tbl);
}
.tbl_simple tbody th {
  background-color: var(--color-accent-soft);
}
@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    padding-bottom: 1.2rem;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}
.box_notes, .box_notice, .box_gy, .box_bn, .box_ye, .box_pk {
  margin-bottom: 1em;
  padding: 1em 1.2em;
  border-radius: 0.7em;
}
.box_notes > :last-child, .box_notice > :last-child, .box_gy > :last-child, .box_bn > :last-child, .box_ye > :last-child, .box_pk > :last-child {
  margin-bottom: 0;
}
.box_notes a, .box_notice a, .box_gy a, .box_bn a, .box_ye a, .box_pk a {
  margin-inline: 0.2em;
  color: var(--color-sub);
}
@media screen and (max-width: 47.99em) {
  .box_notes .lst_ul, .box_notice .lst_ul, .box_gy .lst_ul, .box_bn .lst_ul, .box_ye .lst_ul, .box_pk .lst_ul {
    margin-inline: -0.6em;
  }
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_gy, .box_bn, .box_ye, .box_pk {
    padding: 30px 35px;
    border-radius: 15px;
  }
}
.box_pk {
  background: var(--color-main-lite);
}
.box_pk .lst_ul li::before {
  background-color: var(--color-main);
}
.box_ye {
  background: var(--color-accent-soft);
}
.box_ye .lst_ul li::before {
  background-color: var(--color-accent);
}
.box_bn {
  background: var(--color-sub-lite);
}
.box_bn .lst_ul {
  --color-sub: #e8bb82;
}
.box_bn .lst_ul li::before {
  background-color: var(--color-sub);
}
.box_gy {
  background: var(--color-sub-greish);
}
.box_notice {
  border: 2px solid var(--color-main);
  background: var(--color-base-bg);
}
.box_notes {
  border: 2px solid var(--color-accent);
  background: var(--color-base-bg);
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    text-decoration: none;
  }
}
.lnk {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .lnk:hover {
    text-decoration: none;
  }
}
.lnk_pdf::after {
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.9);
  content: '\f1c1';
  font-weight: normal;
  font-family: "fontello";
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.2em;
  transform: scale(0.9);
  content: '\f08e';
  font-weight: normal;
  font-family: "fontello";
}
.lnkp_anchor {
  margin-bottom: 4.5rem;
}
.lnkp_anchor ul li {
  margin-bottom: 0.8rem;
}
.lnkp_anchor ul li a {
  display: block;
  position: relative;
  padding: 0.7em 1em 0.7em 2em;
  border-radius: 0.6666666667rem;
  background-color: var(--color-main);
  box-shadow: 2px 2px 2px var(--color-shadow);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .lnkp_anchor ul li a {
    border-radius: 1rem;
  }
}
.lnkp_anchor ul li a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  margin-right: 0.6em;
  transform: translateY(-50%);
  line-height: 1;
}
.lnkp_anchor ul li a::before {
  content: '\ea83';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .lnkp_anchor {
    margin-bottom: 100px;
  }
  .lnkp_anchor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .lnkp_anchor ul li {
    flex: 1 0 30%;
    margin-bottom: 0;
  }
  .lnkp_anchor ul li a {
    padding: 0.65em 1em 0.65em 2em;
    white-space: nowrap;
  }
  .lnkp_anchor ul li a:hover, .lnkp_anchor ul li a:focus {
    transform: translate(1px, 1px);
    background-color: var(--color-main-dark);
    box-shadow: none;
    color: var(--color-white);
  }
}
.btn_detail, .btn_back {
  display: inline-block;
  position: relative;
  padding: 0.9em 1em 0.9em 2.2em;
  border-radius: 0.6666666667rem;
  background-color: var(--color-main);
  box-shadow: 2px 2px 2px var(--color-shadow);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    border-radius: 1rem;
  }
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin-right: 0.8em;
  transform: translateY(-50%);
  line-height: 1;
}
.btn_detail::before, .btn_back::before {
  content: '\e927';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 1em 1em 1em 2.2em;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    transform: translate(1px, 1px);
    background-color: var(--color-main-dark);
    box-shadow: none;
    color: var(--color-white);
  }
}
.btns {
  display: flex;
  gap: 0 1em;
}
mark {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
  color: inherit;
}
.em {
  font-weight: bold;
}
.attn, .notification {
  color: var(--color-attention, #f00);
}
.f-smaller {
  font-size: 0.85em;
}
.f-larger {
  font-size: 1.15em;
}
.f-fpm {
  font-feature-settings: "palt";
}
.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, :is(ul, ol).remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}
@media screen and (min-width: 48em), print {
  .notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
    line-height: 1.6;
  }
}
span:not(dl, ul).remarks {
  display: inline-block;
}
dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}
:is(p, div, table):has(+ .remarks) {
  margin-bottom: 0.3em;
}
.notification {
  line-height: 1.5;
}
.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}
.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  margin-left: -0.2em;
  transform: scale(0.8);
  content: '\e801';
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.btn_rsv {
  display: inline-block;
  background-color: var(--color-main-soft);
  color: var(--color-main-dark);
  text-align: center;
}
.btn_rsv::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e82b';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_rsv:hover, .btn_rsv:focus {
    background-color: var(--color-main-lite);
  }
}
.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable_tbl thead th {
  padding: 1rem 0;
  background-color: var(--color-sub);
  color: var(--color-white);
  font-weight: 500;
}
.timetable_tbl thead th:first-child {
  width: 30%;
}
.timetable_tbl thead th:last-child {
  width: 13%;
  padding-right: 2%;
}
.timetable_tbl tbody th {
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--color-sub);
  font-weight: 500;
  white-space: nowrap;
}
.timetable_tbl tbody td {
  padding: 1.3rem 0;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--color-sub);
  text-align: center;
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.9em 0;
  }
  .timetable_tbl thead th:first-child {
    width: 28%;
  }
  .timetable_tbl thead th:last-child {
    padding-right: 2%;
  }
  .timetable_tbl tbody th {
    padding: 1em 0;
    border-bottom-width: 2px;
  }
  .timetable_tbl tbody td {
    padding: 1em 0;
    border-bottom-width: 2px;
  }
  .timetable_tbl tbody td:last-child {
    padding-right: 2%;
  }
  .timetable_note {
    padding-top: 0.6em;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dt.null {
  pointer-events: none;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd.null {
  display: none !important;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.js-accordion > dd a {
  color: var(--color-main-dark);
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.newslist dt {
  margin-bottom: 0.3rem;
  padding-left: 2.2rem;
  color: var(--color-main-dark);
  font-size: 1.7rem;
  line-height: 1.3;
}
.newslist dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -2.2rem;
  content: '\e80d';
  font-weight: normal;
  font-family: "fontello";
}
.newslist dt.is_open::before {
  content: "\e80a";
}
.newslist dt ~ dt {
  margin-top: 1em;
}
@media screen and (min-width: 48em), print {
  .newslist dt {
    font-size: 2rem;
  }
  .newslist dt::before {
    margin-right: 0;
    transform: scale(0.75);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeToLeft {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeToRight {
  0% {
    transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeZoom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  visibility: hidden;
  position: relative;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  contain: strict;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #333;
  border-radius: 50%;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear;
}
.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.splide__arrow svg {
  fill: #000;
  width: 70%;
  height: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
}
.splide__pagination__page.is-active {
  z-index: 1;
  background: #000;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  height: 3px;
  background: #ccc;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}
.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}
@media screen and (min-width: 48em), print {
  body#page_index {
    position: relative;
  }
  body#page_index #global_header {
    position: absolute;
    inset: 0 0 auto;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 3s forwards;
}
.hero_img.is-initialized + .hero_wrap {
  animation: fadeIn 3s 1.5s forwards;
}
.hero_img + .hero_wrap {
  opacity: 0;
}
.hero {
  --height-hero: 24.0rem;
  position: relative;
  height: var(--height-hero);
}
.hero::after {
  position: absolute;
  width: 100%;
  height: 5rem;
  inset: auto 0 0;
  background-image: url(../img/header_wave.svg);
  background-position: center top;
  background-size: 120% 100%;
  background-repeat: no-repeat;
  content: "";
}
.hero_img {
  z-index: -1;
  position: absolute;
  inset: 0;
}
.hero_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
}
.hero_wrap .catch {
  color: var(--color-sub-dark);
  font-weight: 700;
  font-size: 1.8rem;
  text-shadow: var(--color-white) 2px 0px 1px, var(--color-white) 1.75517px 0.958851px 1px, var(--color-white) 1.0806px 1.68294px 1px, var(--color-white) 0.141474px 1.99499px 1px, var(--color-white) -0.832294px 1.81859px 1px, var(--color-white) -1.60229px 1.19694px 1px, var(--color-white) -1.97998px 0.28224px 1px, var(--color-white) -1.87291px -0.701566px 1px, var(--color-white) -1.30729px -1.5136px 1px, var(--color-white) -0.421592px -1.95506px 1px, var(--color-white) 0.567324px -1.91785px 1px, var(--color-white) 1.41734px -1.41108px 1px, var(--color-white) 1.92034px -0.558831px 1px;
}
.hero_wrap .catch em {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.hero_wrap .catch em.thyroid {
  color: var(--color-accent);
}
.hero_wrap .catch em.mammary {
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 850px;
  }
  .hero::after {
    height: 152px;
    background-size: 100% 100%;
  }
  .hero_wrap {
    align-items: normal;
    width: 1200px;
    margin-inline: auto;
    padding: 130px 0;
  }
  .hero_wrap .catch {
    margin-top: 140px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .hero_wrap .catch em {
    font-size: 4.2rem;
  }
}
.greeting .tit, .symptoms .tit, .about .tit, .treatment .tit, .primary_info > section .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-sub-dark);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.greeting .tit::after, .symptoms .tit::after, .about .tit::after, .treatment .tit::after, .primary_info > section .tit::after {
  order: -1;
  margin-bottom: 0.8rem;
  content: attr(data-en);
  color: var(--color-main-soft);
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
.greeting .tit::before, .symptoms .tit::before, .about .tit::before, .treatment .tit::before, .primary_info > section .tit::before {
  width: 8rem;
  height: 0.3rem;
  margin-bottom: 0.4rem;
  border-radius: 0.3rem;
  background-color: var(--color-main-lite);
  content: "";
}
@media screen and (min-width: 48em), print {
  .greeting .tit, .symptoms .tit, .about .tit, .treatment .tit, .primary_info > section .tit {
    font-size: 2.4rem;
  }
  .greeting .tit::after, .symptoms .tit::after, .about .tit::after, .treatment .tit::after, .primary_info > section .tit::after {
    margin-bottom: 15px;
    font-size: 5.2rem;
  }
  .greeting .tit::before, .symptoms .tit::before, .about .tit::before, .treatment .tit::before, .primary_info > section .tit::before {
    width: 100px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
  }
}
.greeting .box .more .btn, .about .col .box .box_more a, .primary_info .reserve .more .btn, .primary_info .news .more .btn {
  display: inline-block;
  position: relative;
  padding: 0.75em 0.75em 0.75em 2.05em;
  border-radius: 0.6666666667rem;
  box-shadow: 2px 2px 2px var(--color-shadow);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .greeting .box .more .btn, .about .col .box .box_more a, .primary_info .reserve .more .btn, .primary_info .news .more .btn {
    border-radius: 1rem;
  }
}
.greeting .box .more .btn::before, .about .col .box .box_more a::before, .primary_info .reserve .more .btn::before, .primary_info .news .more .btn::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.7em;
  margin-right: 0.7em;
  transform: translateY(-50%);
  line-height: 1;
}
.greeting .box .more .btn::before, .about .col .box .box_more a::before, .primary_info .reserve .more .btn::before, .primary_info .news .more .btn::before {
  content: '\e927';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .greeting .box .more .btn, .about .col .box .box_more a, .primary_info .reserve .more .btn, .primary_info .news .more .btn {
    padding: 0.65em 1em 0.65em 2em;
  }
  .greeting .box .more .btn:hover, .about .col .box .box_more a:hover, .primary_info .reserve .more .btn:hover, .primary_info .news .more .btn:hover, .greeting .box .more .btn:focus, .about .col .box .box_more a:focus, .primary_info .reserve .more .btn:focus, .primary_info .news .more .btn:focus {
    transform: translate(2px, 2px);
    box-shadow: none;
  }
}
.primary_info .reserve.js-effect {
  opacity: 0;
}
.primary_info .reserve.js-effect.is_active {
  animation: fadeIn 1s ease-out forwards;
}
.primary_info .schedule.js-effect {
  opacity: 0;
}
.primary_info .schedule.js-effect.is_active {
  animation: fadeIn 1s ease-out 0.5s forwards;
}
.primary_info {
  padding: 0 0 5rem;
}
.primary_info > section.box {
  margin-top: 6.5rem;
  margin-inline: 4%;
  border: 2px solid var(--color-main-soft);
  border-radius: 1rem;
}
.primary_info > section.box .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3.5rem;
  margin-bottom: 2rem;
  margin-inline: auto;
  padding-inline: 0.5em;
  background-color: var(--color-base-bg);
}
.primary_info .news {
  margin-bottom: 4rem;
  padding-top: 5rem;
  padding-inline: 4%;
  background-image: url(../img/index/news_bg.webp);
  background-position: -10% 0;
  background-size: 50vw auto;
  background-repeat: no-repeat;
}
.primary_info .news .tit {
  margin-bottom: 2rem;
}
.primary_info .news .lst {
  max-height: 24rem;
  overflow-y: auto;
  scrollbar-color: #d1cece #e4e4e4;
}
.primary_info .news .lst dl {
  padding-right: 1rem;
}
.primary_info .news .lst dl dd {
  line-height: 1.45;
}
.primary_info .news .more {
  margin-top: 2.5rem;
  text-align: center;
}
.primary_info .news .more .btn {
  width: 60%;
  background-color: var(--color-main-dark);
  color: var(--color-white);
}
.primary_info .reserve {
  display: flow-root;
  padding-bottom: 2rem;
  padding-inline: 1.5rem;
}
.primary_info .reserve .img {
  max-width: 27%;
  margin-top: 0.5em;
  float: left;
  border-radius: 0.5rem;
}
.primary_info .reserve .txt {
  margin-left: 32%;
}
.primary_info .reserve .more {
  clear: both;
  text-align: center;
}
.primary_info .reserve .more .btn {
  width: 60%;
  background-color: var(--color-main-dark);
  color: var(--color-white);
}
.primary_info .schedule {
  padding-bottom: 2rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 48em), print {
  .primary_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    padding: 150px 0 90px;
    gap: 55px 36px;
  }
  .primary_info > section.box {
    width: 582px;
    margin-top: 30px;
    margin-inline: 0;
    border-radius: 20px;
  }
  .primary_info > section.box .tit {
    margin-top: -30px;
    margin-bottom: 40px;
    padding-inline: 20px;
  }
  .primary_info .news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 480px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-inline: 0;
    background-position: left top;
    background-size: auto;
  }
  .primary_info .news .tit {
    width: 256px;
    margin-bottom: 0;
  }
  .primary_info .news .lst {
    width: 930px;
    max-height: 340px;
  }
  .primary_info .news .lst dl {
    padding-right: 40px;
  }
  .primary_info .news .more {
    width: 100%;
    margin-top: 30px;
    text-align: right;
  }
  .primary_info .news .more .btn {
    width: 210px;
  }
  .primary_info .news .more .btn:hover, .primary_info .news .more .btn:focus {
    background-color: var(--color-main);
  }
  .primary_info .reserve {
    padding: 0 30px 30px 36px;
  }
  .primary_info .reserve .img {
    max-width: 150px;
    border-radius: 10px;
  }
  .primary_info .reserve .txt {
    margin-left: 185px;
  }
  .primary_info .reserve .txt p {
    font-size: 2rem;
    line-height: 1.8;
  }
  .primary_info .reserve .more {
    clear: none;
    text-align: right;
  }
  .primary_info .reserve .more .btn {
    width: 200px;
  }
  .primary_info .reserve .more .btn:hover, .primary_info .reserve .more .btn:focus {
    background-color: var(--color-main);
  }
  .primary_info .schedule {
    padding: 0 30px 40px 36px;
  }
  .primary_info .schedule .timetable {
    margin-top: 48px;
  }
  .primary_info .schedule .timetable_note {
    line-height: 1.3;
  }
}
.treatment .lst.js-effect li {
  opacity: 0;
}
.treatment .lst.js-effect.is_active li:nth-child(1) {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.treatment .lst.js-effect.is_active li:nth-child(2) {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.treatment .lst.js-effect.is_active li:nth-child(3) {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.treatment .lst.js-effect.is_active li:nth-child(4) {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.treatment {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-inline: 4%;
  background-image: linear-gradient(rgba(254, 250, 239, 0.7), rgba(254, 239, 241, 0.7)), url(../img/index/treatment_bg.webp);
  background-position: center top;
  background-size: cover, 240% auto;
  background-repeat: no-repeat;
  background-color: #babdbd;
}
.treatment .tit {
  margin-bottom: 3rem;
}
.treatment .lst ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1.5rem 4%;
}
.treatment .lst ul li {
  width: 48%;
}
.treatment .lst ul li a {
  display: block;
  height: 100%;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 1.6rem;
  outline-color: var(--color-white);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -6px;
  box-shadow: 0.3rem 0.3rem 0.3rem var(--color-shadow);
  color: var(--color-sub-dark);
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
}
.treatment .lst ul li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 43%;
  margin: 0 auto 0.8rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.treatment .lst .item_thyroid a {
  background-color: var(--color-accent-lite);
}
.treatment .lst .item_mammary a {
  background-color: var(--color-main-lite);
}
.treatment .lst .a_thyroid::before {
  background-image: url(../img/index/treatment_ico_thyroid.svg);
}
.treatment .lst .a_tumor::before {
  background-image: url(../img/index/treatment_ico_tumor.svg);
}
.treatment .lst .a_hypehypo::before {
  background-image: url(../img/index/treatment_ico_hypehypo.svg);
}
.treatment .lst .a_para::before {
  background-image: url(../img/index/treatment_ico_para.svg);
}
.treatment .lst .a_bc::before {
  background-image: url(../img/index/treatment_ico_bc.svg);
}
.treatment .lst .a_bd::before {
  background-image: url(../img/index/treatment_ico_bd.svg);
}
@media screen and (min-width: 48em), print {
  .treatment {
    padding-top: 95px;
    padding-bottom: 95px;
    padding-inline: 0;
    background-image: linear-gradient(90deg, rgba(254, 250, 239, 0.7) 50%, rgba(254, 239, 241, 0.7) 50%), url(../img/index/treatment_bg.webp);
    background-size: auto;
  }
  .treatment .tit {
    margin-bottom: 50px;
  }
  .treatment .lst {
    display: grid;
    grid-template-columns: 560px 560px;
    justify-content: space-between;
  }
  .treatment .lst ul {
    align-items: flex-start;
    margin-top: 0;
    gap: 58px 55px;
  }
  .treatment .lst ul li {
    width: 250px;
  }
  .treatment .lst ul li a {
    min-height: 180px;
    padding: 25px 10px 10px;
    border-radius: 35px;
    outline-offset: -7px;
    box-shadow: 3px 3px 3px var(--color-shadow);
  }
  .treatment .lst ul li a::before {
    width: 75px;
  }
  .treatment .lst ul li a:hover, .treatment .lst ul li a:focus {
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  .treatment .lst ul li a.a_tumor {
    padding-inline: 40px;
  }
  .treatment .lst .item_thyroid a:hover {
    outline-color: var(--color-accent);
    background-color: var(--color-accent-soft);
  }
  .treatment .lst .item_mammary a:hover {
    --color-main-soft: #fdd2d9;
    outline-color: var(--color-main);
    background-color: var(--color-main-soft);
  }
}
.about .col.js-effect {
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .about .col.js-effect.is_active {
    animation: fadeDown 1.5s ease-in-out forwards;
  }
}
@media screen and (min-width: 48em), print {
  .about .col.js-effect:nth-of-type(odd).is_active {
    animation: fadeToRight 1.5s ease-in-out forwards;
  }
  .about .col.js-effect:nth-of-type(even).is_active {
    animation: fadeToLeft 1.5s ease-in-out forwards;
  }
}
.about {
  margin-top: 4rem;
  margin-bottom: 5rem;
  padding-inline: 4%;
  counter-reset: fNum 0;
}
.about .tit {
  margin-bottom: 3rem;
}
.about .col {
  position: relative;
  margin-top: 2.5rem;
  counter-increment: fNum 1;
}
.about .col::after {
  position: absolute;
  right: 1.5rem;
  bottom: 0.8rem;
  content: counter(fNum, decimal-leading-zero);
  font-size: 6rem;
  line-height: 0.8;
  font-family: "Oleo Script", system-ui;
  pointer-events: none;
}
.about .col .img {
  max-width: 75%;
  margin: 0 auto -3rem;
  border-radius: 1rem;
}
.about .col .box {
  padding: 4.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--color-sub-pale);
}
.about .col .box .box_tit {
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid currentColor;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
}
.about .col .box .box_txt {
  line-height: 1.5;
}
.about .col .box .box_more li ~ li {
  margin-top: 0.8rem;
}
.about .col .box .box_more a {
  min-width: 60%;
}
.about .col .box .box_more .btn {
  background-color: var(--color-main);
  color: var(--color-white);
}
.about .col .box .box_more .btn_page {
  background-color: var(--color-sub);
  color: var(--color-white);
}
.about .col .box .box_more .btn_thyroid {
  border: 1px solid var(--color-accent);
  background-color: var(--color-accent-soft);
  color: var(--color-sub);
}
.about .col .box .box_more .btn_mammary {
  border: 1px solid var(--color-main);
  background-color: var(--color-main-lite);
  color: var(--color-sub);
}
.about .col:nth-of-type(odd)::after {
  color: var(--color-main-lite);
}
.about .col:nth-of-type(odd) .box_tit {
  color: var(--color-main);
}
.about .col:nth-of-type(even)::after {
  color: var(--color-sub-lite);
}
.about .col:nth-of-type(even) .box_tit {
  color: var(--color-sub);
}
@media screen and (min-width: 48em), print {
  .about {
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .about .tit {
    margin-bottom: 56px;
  }
  .about .col {
    display: flow-root;
    width: 994px;
    margin-top: 30px;
  }
  .about .col::after {
    right: 28px;
    bottom: 10px;
    font-size: 10rem;
  }
  .about .col .img {
    width: 412px;
    margin: 0;
    float: left;
    border-radius: 20px;
  }
  .about .col .box {
    width: 890px;
    min-height: 280px;
    margin-top: 55px;
    margin-left: auto;
    padding: 28px 0 20px 343px;
    border-radius: 20px;
  }
  .about .col .box .box_tit {
    padding-right: 26px;
    font-size: 2.6rem;
  }
  .about .col .box .box_txt {
    padding-right: 26px;
    font-size: 2rem;
  }
  .about .col .box .box_more {
    margin-top: 30px;
  }
  .about .col .box .box_more li ~ li {
    margin-top: 15px;
  }
  .about .col .box .box_more a {
    min-width: 250px;
  }
  .about .col .box .box_more .btn:hover {
    background-color: var(--color-main-dark);
  }
  .about .col .box .box_more .btn_page:hover {
    background-color: var(--color-sub-dark);
  }
  .about .col .box .box_more .btn_thyroid:hover {
    --color-accent-soft: #f9f3ba;
    background-color: var(--color-accent-soft);
  }
  .about .col .box .box_more .btn_mammary:hover {
    background-color: var(--color-main-soft);
  }
  .about .col:nth-of-type(odd) {
    margin-left: auto;
  }
  .about .col:nth-of-type(even) {
    margin-right: auto;
  }
}
.symptoms .box.js-effect {
  opacity: 0;
}
.symptoms .box.js-effect.is_active {
  animation: fadeIn 1s ease-out forwards;
}
@media screen and (min-width: 48em), print {
  .symptoms .box.js-effect.is_active[data-cont=bcs] {
    animation-delay: 0.5s;
  }
}
.symptoms {
  padding-inline: 4%;
  padding-block: 4rem;
  background: linear-gradient(var(--color-accent-lite), var(--color-main-pale));
}
.symptoms .tit {
  padding-block: 2rem;
  background-image: url(../img/logomark.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.7rem;
}
.symptoms .box {
  display: block;
  margin: 2.6rem 0.6rem 0.6rem;
  padding: 1.8rem;
  border: 2px solid;
  border-radius: 0.8rem;
  outline: 0.6rem solid var(--color-white);
  background-color: var(--color-white);
  filter: drop-shadow(0.1rem 0.1rem 0.2rem var(--color-shadow));
}
.symptoms .box .box_tit {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.symptoms .box .box_lst {
  padding-left: 30%;
  background-position: 1rem 50%;
  background-size: 15vw auto;
  background-repeat: no-repeat;
  line-height: 1.5;
}
.symptoms .box .box_lst li {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}
.symptoms .box .box_lst li.etc {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
.symptoms .box[data-cont=mammary], .symptoms .box[data-cont=bcs] {
  border-color: var(--color-main-soft);
}
.symptoms .box[data-cont=mammary] .box_tit, .symptoms .box[data-cont=bcs] .box_tit {
  color: var(--color-main-dark);
}
.symptoms .box[data-cont=mammary] .box_lst li:not(.etc), .symptoms .box[data-cont=bcs] .box_lst li:not(.etc) {
  background-color: var(--color-main-lite);
}
.symptoms .box[data-cont=thyroid] {
  --color-accent-dark: #fc7907;
  --color-accent-soft: #fed48d;
  border-color: var(--color-accent-soft);
}
.symptoms .box[data-cont=thyroid] .box_tit {
  color: var(--color-accent-dark);
}
.symptoms .box[data-cont=thyroid] .box_lst li:not(.etc) {
  background-color: var(--color-accent-lite);
}
.symptoms .box[data-cont=thyroid] .box_lst {
  background-image: url(../img/index/symptoms_ico_thyroid.svg);
}
.symptoms .box[data-cont=mammary] .box_lst {
  background-image: url(../img/index/symptoms_ico_mammary.svg);
}
.symptoms .box[data-cont=bcs] .box_lst {
  background-image: url(../img/index/symptoms_ico_bcs.svg);
}
@media screen and (min-width: 48em), print {
  .symptoms {
    padding-top: 95px;
    padding-bottom: 100px;
    padding-inline: 0;
    background: linear-gradient(90deg, var(--color-accent-lite), var(--color-main-pale));
  }
  .symptoms .wrap {
    display: grid;
    grid-template-columns: 560px 560px;
    gap: 60px 80px;
  }
  .symptoms .wrap .tit {
    order: 1;
  }
  .symptoms .wrap [data-cont=mammary] {
    order: 2;
  }
  .symptoms .wrap [data-cont=thyroid] {
    order: 3;
  }
  .symptoms .wrap [data-cont=bcs] {
    order: 4;
  }
  .symptoms .tit {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 430px;
    background-size: 400px auto;
    font-size: 2.4rem;
  }
  .symptoms .box {
    height: 410px;
    min-margin: 10px;
    margin: 10px;
    padding: 30px 40px 35px;
    border-radius: 10px;
    outline-width: 10px;
    filter: drop-shadow(2px 2px 2px var(--color-shadow));
  }
  .symptoms .box > section {
    transition: 0.3s;
  }
  .symptoms .box:hover {
    transform: translate(0, -2px);
    filter: drop-shadow(2px 4px 4px var(--color-shadow));
  }
  .symptoms .box:hover > section {
    filter: saturate(1.5) brightness(1.02);
  }
  .symptoms .box .box_tit {
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
  .symptoms .box .box_lst {
    padding-left: 160px;
    background-position: 8px 50%;
    background-size: 100px auto;
    font-size: 2rem;
  }
  .symptoms .box .box_lst li {
    margin-bottom: 10px;
    padding: 5px;
  }
  .symptoms .box .box_lst li.etc {
    margin-bottom: 0;
    padding: 0;
    text-align: right;
  }
}
.greeting {
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-bottom: 3rem;
  padding-inline: 4%;
  background-image: linear-gradient(rgb(var(--color-white-rgb)/1) 60%, rgb(var(--color-white-rgb)/0.5)), url(../img/index/greeting_bg.webp);
  background-position: left bottom, 0 100%;
  background-size: cover, 45vw auto;
  background-repeat: no-repeat;
}
.greeting .tit {
  margin-bottom: 2rem;
}
.greeting .box .signature {
  margin-top: 1.5rem;
  line-height: 1.3;
  text-align: right;
  word-spacing: 0.5em;
}
.greeting .box .signature span {
  font-size: 125%;
  word-spacing: 0;
}
.greeting .box .more {
  margin-top: 1.5rem;
  text-align: right;
}
.greeting .box .more .btn {
  background-color: var(--color-main);
  color: var(--color-white);
}
@media screen and (min-width: 48em), print {
  .greeting {
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-inline: auto;
    padding-right: 480px;
    padding-bottom: 0;
    padding-left: 0;
    background-position: right top;
    background-size: 0 auto, auto;
  }
  .greeting .tit {
    margin-bottom: 35px;
  }
  .greeting .box p {
    font-size: 2rem;
    line-height: 1.8;
  }
  .greeting .box p:last-of-type {
    margin-bottom: 0;
  }
  .greeting .box .signature {
    margin-top: 0;
    font-size: 2rem;
  }
  .greeting .box .signature span {
    font-size: 2.4rem;
  }
  .greeting .box .more {
    margin-top: 14px;
    text-align: right;
  }
  .greeting .box .more .btn {
    width: 242px;
  }
  .greeting .box .more .btn:hover, .greeting .box .more .btn:focus {
    background-color: var(--color-main-dark);
    color: var(--color-white);
  }
}
body:not(#page_index) #global_header {
  background-image: url(../img/header_lower_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em), print {
  body:not(#page_index) {
    height: 550px;
  }
}
.heading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  min-height: 14rem;
  padding: 0 1.5rem 4rem 30%;
}
.heading::after {
  position: absolute;
  width: 100%;
  height: 5rem;
  inset: auto 0 0;
  background-image: url(../img/header_wave.svg);
  background-position: center top;
  background-size: 120% 100%;
  background-repeat: no-repeat;
  content: "";
}
.heading h1 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.15;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 420px;
    padding: 0 calc(50% - 600px) 130px calc(50% - 180px);
  }
  .heading::after {
    height: 152px;
    background-size: 100% 100%;
  }
  .heading h1 {
    font-size: 3.2rem;
  }
}
.contents {
  padding: 3rem 4% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1072px;
    margin-inline: auto;
    padding: 110px 0 80px;
  }
}
.breadcrumbs {
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 30px 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1072px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}
body#page_doctor .doctor_greeting .img_r {
  max-width: 60%;
}
body#page_doctor .doctor_greeting p {
  line-height: 1.8;
}
body#page_doctor .doctor_profile .bio dl {
  display: grid;
  grid-template-columns: 6.5em auto;
  gap: 0.4em 0.5em;
}
body#page_doctor .doctor_profile .bio dl dt {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 412px;
  }
  body#page_doctor .doctor_greeting p {
    line-height: inherit;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section.bio {
    width: 100%;
  }
}
body#page_visitor .appointment .button {
  text-align: center;
}
body#page_visitor .appointment .button a {
  display: inline-block;
  padding: 0.8em 0.95em;
  border-radius: 0.6666666667rem;
  box-shadow: 3px 3px 0 var(--color-main);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  body#page_visitor .appointment .button a {
    border-radius: 1rem;
  }
}
body#page_visitor .appointment .button a::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  body#page_visitor .appointment .button {
    margin-top: 30px;
    text-align: left;
  }
  body#page_visitor .appointment .button a {
    padding: 0.8em 1.2em;
  }
  body#page_visitor .appointment .button a:hover {
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  body#page_visitor .first_guide p, body#page_visitor .first_guide div {
    display: flow-root;
  }
}
@media screen and (max-width: 47.99em) {
  body#page_faq .contents {
    padding-inline: 0;
  }
  body#page_faq .contents article > section {
    padding-inline: 1.5rem;
  }
  body#page_faq .contents article > section:has(+ section)::after {
    display: block;
    width: 100vw;
    height: 5rem;
    margin-inline: -1.5rem;
    background-image: url(../img/header_wave.svg);
    background-position: center top;
    background-size: 120% 100%;
    background-repeat: no-repeat;
    content: "";
  }
  body#page_faq .contents article > section ~ section {
    margin-top: 3rem;
  }
}
body#page_faq .tit_03 {
  padding-bottom: 0.8rem;
  padding-left: 3.7rem;
  line-height: 1.3;
}
body#page_faq .tit_03::before {
  display: inline-block;
  width: 3.7rem;
  margin-left: -3.7rem;
  content: "Q.";
  font-size: 3rem;
  line-height: 1;
}
body#page_faq .abox {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 3.7rem;
}
body#page_faq .abox::before {
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  content: "A.";
  color: var(--color-sub);
  font-size: 3rem;
  line-height: 1;
}
body#page_faq .abox > :last-child {
  margin-bottom: 0;
}
body#page_faq .abox > section:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  body#page_faq .tit_03 {
    padding-bottom: 12px;
    padding-left: 70px;
    font-size: 2.4rem;
  }
  body#page_faq .tit_03::before {
    width: 70px;
    margin-left: -70px;
    font-size: 4rem;
    vertical-align: -0.1em;
  }
  body#page_faq .abox {
    padding-left: 70px;
  }
  body#page_faq .abox::before {
    font-size: 4rem;
  }
  body#page_faq .abox .tit_04 {
    margin-bottom: 14px;
    border-bottom-width: 2px;
    font-size: 2.2rem;
  }
}
body#page_clinic article > section ~ section {
  margin-top: 5rem;
}
body#page_clinic .splide__arrow {
  background: var(--color-white);
}
body#page_clinic .splide__arrow svg {
  fill: var(--color-main);
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.6em 0.3em;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  outline: 3px solid transparent;
  outline-offset: -3px;
  opacity: 0.6;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  outline-color: var(--color-main);
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  body#page_clinic article > section ~ section {
    margin-top: 95px;
  }
  body#page_clinic .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .splide.navis {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}
body#page_access .access_info {
  display: grid;
  grid-template-columns: 25% auto;
  border-bottom: 1px solid var(--color-border);
}
body#page_access .access_info dt {
  padding: 1rem 0.8rem;
  border-top: 1px solid var(--color-border);
  background-color: var(--color-sub-lite);
  color: var(--color-sub-dark);
}
body#page_access .access_info dd {
  padding: 1rem 0.2rem 1rem 0.8rem;
  border-top: 1px solid var(--color-border);
}
body#page_access .access_info dd li {
  padding-left: 1em;
  text-indent: -1em;
}
body#page_access .access_info dd li::before {
  content: "・";
}
body#page_access .access_info dd li ~ li {
  margin-top: 0.5em;
}
body#page_access .gmap {
  width: 100%;
  height: 35rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable_tbl {
    font-size: 2rem;
    line-height: 1.8;
  }
  body#page_access .timetable_note {
    line-height: 1.6;
  }
  body#page_access .access_info dt,
  body#page_access .access_info dd {
    padding: 15px 40px;
  }
  body#page_access .gmap {
    height: 500px;
  }
}
body#page_news .newslist dd {
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_news .newslist dt {
    padding-left: 25px;
    line-height: 1.6;
  }
  body#page_news .newslist dt::before {
    width: 25px;
    margin-left: -25px;
  }
  body#page_news .newslist dd {
    padding-bottom: 30px;
    padding-left: 25px;
  }
}
body#page_privacy_policy article .tit_02 {
  padding-block: 0.2em;
  font-size: 1.8rem;
}
body#page_privacy_policy article .lst_ol li::marker {
  color: inherit;
  font-size: 100%;
  line-height: normal;
}
body#page_privacy_policy article .lst_ol .lst_dot li {
  margin-top: 0.5em;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 5rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 3rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus div {
  word-break: auto-phrase;
  word-spacing: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_privacy_policy article li {
    line-height: 1.8;
  }
  body#page_privacy_policy article .tit_02 {
    font-size: 2.8rem;
  }
}
.procon {
  border: 1px solid var(--color-border);
}
.procon dl ~ dl {
  margin-top: 0.4em;
  border-top: 1px solid var(--color-border);
}
.procon dl dt {
  padding: 0.3em 0.5em;
}
.procon dl dd {
  padding: 0.7em 0.3em;
  border-top: 1px solid var(--color-border);
}
.procon dl dd > :last-child {
  margin-bottom: 0;
}
.procon dl dd ul li {
  line-height: 1.3;
}
.procon dl dd ul li ~ li {
  margin-top: 0.4em;
}
.procon dl.pros dt {
  background: var(--color-main-lite);
}
.procon dl.cons dt {
  background: var(--color-sub-soft);
}
@media screen and (min-width: 48em), print {
  .procon {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .procon dl ~ dl {
    margin-top: 0;
    border-top: none;
    border-left: 1px solid var(--color-border);
  }
  .procon dl dt {
    padding: 0.2em 1.2em;
  }
  .procon dl dd {
    padding: 0.8em 1em;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
